/*
Theme name: SAG-Composite
Description: Описание
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/

@font-face {
    font-family: "Lato";
    src: url("fonts/LatoRegular/LatoRegular.eot");
    src: url("fonts/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/LatoRegular/LatoRegular.woff") format("woff"),
    url("fonts/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Lato";
    src: url("fonts/LatoLight/LatoLight.eot");
    src: url("fonts/LatoLight/LatoLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/LatoLight/LatoLight.woff") format("woff"),
    url("fonts/LatoLight/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Lato";
    src: url("fonts/LatoBold/LatoBold.eot");
    src: url("fonts/LatoBold/LatoBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/LatoBold/LatoBold.woff") format("woff"),
    url("fonts/LatoBold/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}

:root {
  --d: #1d1d1d;
  --r: #f03b3b;
}

*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
  /* outline: 1px solid #c00; */
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
  background-color: #f8fafd;
	font: 18px/1.5 'Lato', Arial, sans-serif;
  color: #1d1d1d;
}
.m_box {
	width: 100%;
	min-width: 320px;
  position: relative;
}
.m_inb {
  width: 99%;
  min-width: 320px;
  max-width: 1230px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
  border-top: 0px solid transparent;
}
.m_inb:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
input, textarea {
  font-family: 'Lato', Arial, sans-serif;
}



/* Header ----------------------------------------------------------------------------- */
.header {
  position: absolute;
  top: 0; 
  left: 0;
	padding-top: 45px;
  padding-bottom: 15px;
  z-index: 20;
}
.header .m_inb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.h_logo {
  display: block;
  width: 353px;
  height: 43px;
  background: url('i/bg-logo.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.h_nav {
  padding-top: 12px;
}
.h_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  list-style: none;
}
.h_nav li {
  margin: 0 15px;
}
.h_nav a {
  outline: none;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}
.h_nav a:hover {
  color: #f03b3b;
}

.h_nav-btn {
  float: right;
  display: none;
  text-transform: uppercase;
  width: 100%;
  height: 15px;
  margin-bottom: 10px;
  text-align: right;
  cursor: pointer;
}
.h_nav-btn span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #717171;
  margin: 7px 0 0;
  position: relative;
}
.h_nav-btn span::before, .h_nav-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #717171;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_nav-btn span::before {
  top: -7px;
}
.h_nav-btn span::after {
  bottom: -7px;
}
.h_nav.active .h_nav-btn span {
  background: transparent;
}
.h_nav.active .h_nav-btn span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.h_nav.active .h_nav-btn span::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.h_cont {
  margin-right: -80px;
  color: #343739;
  font-size: 14px;
}
.h_tel {
  position: relative;
}
.h_tel::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 18px;
  height: 18px;
  background: url('i/bg-tel.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.h_tel, .h_email a {
  color: #343739;
  text-decoration: none;
}



.c_txt {
  overflow: hidden;
}
.c_txt p {
  margin-bottom: 21px;
}
.c_txt h2, .c_txt h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 25px;
  line-height: 29px;
}
.c_txt table {
  width: 100%;
  border-collapse: collapse;
}
.c_txt table tr td {
  border: 1px solid #373737;
  padding: 10px;
}
.c_txt ul, .c_txt ol {
  margin: 0 0 25px 20px;
}
.c_txt li {
  margin-bottom: 7px;
}

.c_form-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}
.c_form-half {
  width: calc(50% - 20px);
}
.c_form input {
  width: 100%;
  height: 40px;
  border: 2px solid #fff;
  background-color: transparent;
  outline: none;
  color: #fff;
  text-align: center;
}
.c_form input:focus {
  color: #fff;
}
.c_form input::-webkit-input-placeholder {
  color: #fff;
}
.c_form input::-moz-placeholder {
  color: #fff;
}
.c_form input:-moz-placeholder {
  color: #fff;
}
.c_form input:-ms-input-placeholder {
  color: #fff;
}
.c_form-submit {
  text-align: center;
}
.c_form-submit input {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 52px;
  padding: 0 40px;
  border-color: #1d1d1d;
  background-color: #1d1d1d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}




/* Top ----------------------------------------------------------------------------- */
.c_top {
  min-height: 920px;
  border-top: 6px solid #f03b3b;
  background: url('i/bg-top.jpg') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 20px;
  overflow: hidden;
}
.c_top h1 {
  margin-bottom: 50px;
  color: #1d1d1d;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.c_top h1 span {
  display: block;
}
.c_top-boxhead {
  margin-bottom: 90px;
  color: #1d1d1d;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.c_top-box {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  background-color: #f03b3b;
  position: relative;
  padding: 20px;
  color: #fff;
  z-index: 20;
}
.c_top-box::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 779px;
  height: 512px;
  background: url('i/bg-top-box.png') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.c_top-box__title {
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 1.1;
  text-align: center;
}



/* Box ----------------------------------------------------------------------------- */
.c_box {
  min-height: 920px;
  padding-top: 80px;
  padding-bottom: 160px;
  border-bottom: 10px solid #f0f3f7;
  position: relative;
}
.c_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('i/bg-line.png') left top no-repeat;
  pointer-events: none;
  z-index: 10;
}
.c_box .m_inb {
  z-index: 50;
}
.c_head {
  margin-bottom: 40px;
  color: #1d1d1d;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
}
.c_head span {
  display: block;
}



/* About ----------------------------------------------------------------------------- */
.c_about {
  padding-top: 140px;
}
.c_about::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 970px;
  height: 100%;
  background: url('i/bg-about.png') top right no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.c_about-box {
  width: 100%;
  max-width: 670px;
  margin-left: -70px;
}
.c_btn-prezent {
  display: block;
  width: 376px;
  padding: 16px;
  background-color: #f03b3b;
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: all .2s ease;
}
.c_btn-prezent:hover {
  background-color: #1d1d1d;
}


/* Podbor ----------------------------------------------------------------------------- */
.c_podbor-dmc {
  position: absolute;
  top: 200px;
  left: calc(50% - 940px);
  width: 803px;
  height: 642px;
  background: url('i/bg-podbor-dmc.png') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 40;
}
.c_podbor::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 966px;
  height: 100%;
  background: url('i/bg-podbor.png') top left no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.c_podbor::after {
  transform: scale(-1, 1);
}
.c_podbor-box {
  width: 840px;
  margin-left: calc(100% - 700px);
}
.c_podbor-head {
  padding-top: 16px;
  margin-bottom: 42px;
  text-align: center;
}
.c_podbor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.c_podbor-item {
  width: 24%;
  position: relative;
  max-width: 190px;
  padding-top: 78px;
  font-size: 15px;
  text-align: center;
}
.c_podbor-item span {
  display: block;
}
.c_podbor-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.c_podbor-item__expir::before {background-image: url('i/bg-podbor-expir.png');}
.c_podbor-item__invest::before {background-image: url('i/bg-podbor-invest.png');}
.c_podbor-item__protec::before {background-image: url('i/bg-podbor-protec.png');}
.c_podbor-item__litsen::before {background-image: url('i/bg-podbor-litsen.png');}




/* Podbor ----------------------------------------------------------------------------- */
.c_asort {
  padding-top: 170px;
}
.c_asort::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 970px;
  height: 100%;
  background: url('i/bg-asort.png') right top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 20;
}
.c_asort-box {
  width: 100%;
  max-width: 840px;
  margin-left: -70px;
}
.c_asort-box .c_txt {
  padding-right: 70px;
}


/* Gallery ----------------------------------------------------------------------------- */
.c_gallery {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #e0e7f0;
  background: -moz-radial-gradient(center, ellipse cover, #e0e7f0 0%, #f0f3f7 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #e0e7f0 0%,#f0f3f7 100%);
  background: radial-gradient(ellipse at center, #e0e7f0 0%,#f0f3f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e7f0', endColorstr='#f0f3f7',GradientType=1 );
}
.c_gallery-head {
  margin-bottom: 20px;
  color: #282727;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.slick-slider .slick-track, 
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.c_big {
  overflow: hidden;
}
.c_big-item {
  float: left;
  width: 100%;
  position: relative;
  outline: none;
}
.c_big-item__head {
  margin-bottom: 25px;
  color: #282727;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.c_big-item__thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 420px;
  margin: 0 auto 15px;
  background: url('i/bg-gallery-thumb.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.c_big-item__thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.c_big-item__info {
  margin-top: 20px;
}
.c_big-item__title {
  margin-bottom: 20px;
  color: #282727;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.c_big-item__text {
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.c_min {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.c_min .slick-list {
  overflow: hidden;
  position: relative;
}
.c_min-item {
  float: left;
  display: block;
  width: 12.5%;
  padding: 2px;
  border: 4px solid #fff;
  outline: none;
  position: relative;
}
.c_min-item.slick-current {
  border-color: #ec6d6d;
}
.c_min-item img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.slick-arrow {
  position: absolute;
  top: calc(40% - 12px);
  width: 72px;
  height: 23px;
  background: url('i/bg-arrow.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border: none;
  outline: none;
  font-size: 0;
  cursor: pointer;
  z-index: 40;
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
  transform: rotate(180deg);
}






/* Video ----------------------------------------------------------------------------- */
.c_video {
  padding-top: 130px;
  padding-bottom: 230px;
  background: url('i/bg-video.jpg') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.c_video::after {
  display: none;
}
.c_video .c_head {
  color: #fff;
}
.c_video-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.c_video-two {
  width: 66.7%;
}
.c_video-one {
  width: 33.3%;
}
.c_video-list a {
  position: relative;
  overflow: hidden;
}
.c_video-list a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 10;
}
.c_video-list a::after {
  content: '';
  position: absolute;
  top: calc(50% - 42px);
  left: calc(50% - 42px);
  width: 85px;
  height: 85px;
  background: url('i/bg-play.png') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 20;
}
.c_video-list a:hover::before {
  background-color: rgba(240, 59, 59, .7);
}
.c_video-list a, .c_video-list a img {
  display: block;
  width: 100%;
  height: auto;
}
.c_video-list__title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  background-color: #f03b3b;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  z-index: 30;
}





/* News ----------------------------------------------------------------------------- */
.c_news {
  min-height: 860px;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #f03b3b;
  color: #fff;
}
.c_news::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1025px;
  height: 100%;
  background: url('i/bg-news.png') top right no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.c_news::after {
  background-image: url('i/bg-line-news.png');
}
.c_news-box {
  width: 100%;
  max-width: 780px;
  margin-left: -70px;
}
.c_news .c_head {
  color: #fff;
}
.c_news .c_txt {
  font-size: 25px;
}
.c_news-form {
  width: 100%;
  max-width: 660px;
}
.c_news-form .c_form-label {
  padding: 15px;
  margin: 0 0 20px;
  background-color: #e30b17;
}
.c_news-form .c_form-submit {
  text-align: left;
}


/* Magazine ----------------------------------------------------------------------------- */
.c_magaz {
  min-height: 920px;
  padding-top: 140px;
  padding-bottom: 160px;
}
.c_magaz::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 100%;
  background: url('i/bg-magaz.png') left top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 20;
}
.c_magaz::after {
  transform: scale(-1, 1);
}
.c_magaz-box {
  width: 100%;
  max-width: 840px;
  margin-left: calc(50% - 70px);
}
.c_magaz-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.c_magaz-item {
  width: calc(50% - 60px);
  margin-top: 40px;
  margin-right: 60px;
}
.c_magaz-item__title {
  color: #1d1d1d;
  font-size: 22px;
  text-transform: uppercase;
}
.c_magaz-item__link {
  display: block;
  width: 100%;
  height: 52px;
  background-color: #252525;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.c_magaz-item__link:hover {
  background-color: #000;
}




/* Footer ----------------------------------------------------------------------------- */
.footer {
  background: url('i/bg-footer.jpg') repeat;
	padding-top: 75px;
  padding-bottom: 45px;
}
.f_logo {
  margin: 0 auto 36px;
}
.f_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.f_cont-item {
  margin: 0 20px 20px;
}
.f_cont-item a {
  color: #1d1d1d;
  text-decoration: none;
}






/* Всплывающие окна */
.overlay {
  display: none;
  background-color: #000;
  opacity: .7;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999
}
.popup {
  display: none;
  position: relative;
  width: 400px;
  padding: 25px;
  background: #fff;
  text-align: center;
  z-index: 9999;
}
.popup-close {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  background: #000;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #363636;
  top: -11px;
  right: -11px;
  cursor: pointer;
}
.popup-close:hover {
  background: #FFF;
  color: #000;
}
.popup-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  color: #000;
  margin-bottom: 5px;
}
.popup-desc {
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  color: #000;
  margin-bottom: 20px
}


/* Форма */
.form-input {
	width: 314px;
	height: 44px;
	margin: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 12px;
	color: #000;
	font-size: 15px;
	line-height: 38px;
	border: 1px solid #ccc;
	display: block;
	margin: 0 auto 12px;
	outline: none;
}
.form-input.error {
  color: #f00 !important;
  border: 1px solid #f00 !important;
}
.form-input.valid {
  border: 1px solid #339e36 !important;
}


.popup-body input, .popup-body textarea {
	width: 100%;
	height: 40px;
	margin-top: 12px;
	padding-left: 12px;
	border: 1px solid #eee;
	background-color: #FFF;
	outline: none;
}
.popup-body textarea {
	height: 120px;
	resize: none;
	padding-top: 5px;
}
.popup-body input[type="submit"] {
	height: 46px;
	padding-left: 0;
	background-color: #FC0;
	border: 1px solid #FC0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 44px;
	cursor: pointer;
}

input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}
label.error {
  position: absolute;
  top: -16px;
  left: 0;
  font: 400 14px/24px 'arial', sans-serif;
  height: 26px;
  padding: 0 10px;
  background: #f3cb1c;
  box-shadow: 0 1px 2px #8b7308;
  color: #000;
}
label.error:after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f3cb1c;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1900px) {

  .c_box::after {background-position: -60px 0;}

}



@media screen and (max-width:1750px) {

  .c_box::after {background-position: -200px 0;}

}



@media screen and (max-width:1600px) {

  .c_box::after {background-position: -300px 0;}
  
  .c_about, .c_asort, .c_news {overflow: hidden;}
  .c_about::before, .c_asort::before {right: -50px;}

  .c_podbor::before, .c_magaz::before {left: -70px;}
  .c_magaz-box {max-width: 720px;margin-left: calc(50% + 5px);}
  .c_magaz-item {width: calc(50% - 20px);margin-right: 20px;}

  .c_news::before {right: -110px;}

  .c_podbor-box {width: 770px;margin-left: calc(100% - 660px);}

  .c_asort-box .c_txt {padding-right: 200px;}

  .c_video {padding-top: 100px;padding-bottom: 150px;}

  .footer {padding-top: 30px;padding-bottom: 30px;}

}



@media screen and (max-width:1450px) {
  
  .h_nav li {margin: 0 10px;}
  .h_cont {margin-right: -10px;}

  .c_box {min-height: 850px;padding-bottom: 140px;}
  
  .c_about-box {margin-left: 0;}

  .c_podbor::before {left: -200px;}
  .c_podbor-box {width: 740px;margin-left: calc(100% - 700px);}
  .c_podbor-item {font-size: 14px;}

  .c_asort-box {margin-left: 0;}
  .c_asort-box .c_txt {padding-right: 320px;}

  .c_news-box {max-width: 720px;margin-left: 0;}

  .slick-prev {left: 20px;}
  .slick-next {right: 20px;}

  .c_magaz {padding-top: 80px;}
  .c_magaz::before {left: -120px;width: 880px;}
  .c_magaz-box {max-width: 660px;margin-left: calc(50% - 50px);}
  .c_magaz-item {margin-top: 20px;}
  .c_magaz-item__title {font-size: 21px;}

}



@media screen and (max-width:1300px) {
  
  .header {padding-top: 15px;}
  .h_logo {width: 300px;}

  .c_box {min-height: 800px;padding-bottom: 100px;}
  
  .c_podbor::before {left: -240px;}
  .c_podbor-box {width: 670px;margin-left: calc(100% - 670px);}
  .c_podbor-item span {display: inline;}

  .c_asort {padding-top: 100px;}
  .c_asort::before {width: 830px;}
  
  .c_news {min-height: 700px;padding-top: 80px;}
  .c_news-box {max-width: 600px;}
  .c_news .c_txt {font-size: 22px;}

  .c_magaz::before {left: -240px;width: 830px;}
  .c_magaz-box {max-width: 660px;margin-left: calc(50% - 100px);}

}



@media screen and (max-width:1150px) {

  .h_cont {margin-left: auto;}

  .c_box {min-height: 740px;padding-bottom: 80px;}

  .c_about {padding-top: 100px;}
  .c_about::before {width: 770px;}
  
  .c_podbor::after {display: none;}
  .c_podbor-list {margin-left: 150px;}
  .c_podbor-item {width: 48%;max-width: 240px;}
  .c_podbor-dmc {left: calc(50% - 800px);width: 600px;height: 480px;}

  .c_asort::before {right: -200px;}

  .c_magaz-box {max-width: 630px;margin-left: calc(50% - 135px);}

  .slick-arrow {width: 35px;}


}



@media screen and (max-width:1000px) {

  .c_box {min-height: auto;}
  
  .c_about {padding-top: 70px;}
  .c_about-box {max-width: 600px;}
  .c_about::before {width: 720px;right: -120px;}

  .c_podbor::before {display: none;}
  .c_podbor-box {width: 620px;margin-left: calc(100% - 620px);}
  .c_podbor-list {margin-left: 0;justify-content: center;}
  .c_podbor-item {margin: 0 1% 20px;}

  .c_asort {padding-top: 20px;padding-bottom: 240px;}
  .c_asort::before {width: 790px;}
  .c_asort-box .c_txt {padding-right: 20px;}

  .c_news::before {right: -180px;width: 730px;}
  
  .c_magaz-box {max-width: 100%;margin-left: 0;}
  .c_magaz::before {display: none;}

  .f_logo {margin-bottom: 24px;}

}



@media screen and (max-width:900px) {

  .h_nav li {margin: 0 7px;}

  .c_head {margin-bottom: 30px;font-size: 44px;}

  .c_about::before {right: -220px;}

  .c_podbor-box {width: 580px;margin-left: calc(100% - 580px);}



}



@media screen and (max-width:800px) {

  .h_nav {display: none;}

  .c_top {min-height: 900px;padding-top: 145px;}

  .c_head {margin-bottom: 25px;font-size: 42px;}

  .c_podbor-box {width: 540px;margin-left: calc(100% - 540px);}

  .c_asort {padding-bottom: 40px;}
  .c_asort::before {display: none;}

  .c_gallery-head {font-size: 40px;}
  .c_big-item__head {margin-bottom: 15px;font-size: 24px;}
  .c_big-item__thumb {height: 680px;}

  .f_cont-item {margin: 0 10px 5px;}

}



@media screen and (max-width:700px) {

  .h_cont {max-width: 200px;}

  .c_top {min-height: auto;padding-bottom: 50px;}
  .c_top h1 {margin-bottom: 25px;font-size: 42px;}
  .c_top-box::before {display: none;}
  .c_top-boxhead {margin-bottom: 24px;font-size: 25px;}

  .c_about::before {display: none;}
  
  .c_podbor {padding-bottom: 40px;}
  .c_podbor-dmc {top: inherit;bottom: 0;left: calc(50% - 580px);width: 500px;height: 380px;}
  .c_podbor-box {width: 100%;margin-left: 0;}
  .c_podbor-list {margin-left: 210px;}

  .c_video-list a::after {top: calc(50% - 25px);left: calc(50% - 25px);width: 50px;height: 50px;}

  .c_magaz-item__title {font-size: 18px;}


}



@media screen and (max-width:600px) {

  .h_logo {width: 270px;height: 35px;}
  .h_tel::before {display: none;}

  .c_form-label {margin-bottom: 20px;}
  .c_form-half {width: calc(50% - 10px);}

  .c_top h1 {font-size: 36px;}

  .c_head {font-size: 36px;}

  .c_podbor-list {margin-left: 140px;}

  .c_asort-box .c_txt {padding-right: 0;}

  .c_big-item__thumb {height: 475px;}

  .c_video-two, .c_video-one {width: 100%;}

  .c_news::before {display: none;}

  .c_magaz-item {width: 100%;margin-right: 0;}
  .c_magaz-item__link {max-width: 240px;}


}



@media screen and (max-width:500px) {

  .h_logo {margin: 0 auto 10px;}
  .h_cont {max-width: 320px;}

  .c_top h1 {font-size: 32px;}
  .c_top h1 span {display: inline;}
  .c_top-box__title {margin-bottom: 20px;font-size: 20px;}

  .c_box {padding-bottom: 50px;}

  .c_head {font-size: 30px;}

  .c_btn-prezent {width: 320px;margin: 10px auto 0;}

  .c_podbor-item {width: 100%;}

}



@media screen and (max-width:400px) {

  .m_inb {padding-left: 7px;padding-right: 7px;}

  .h_cont {max-width: 270px;}

  .c_btn-prezent {width: 306px;padding: 15px 12px;}

  .c_form-half {width: 100%;margin-bottom: 15px;}
  .c_form-label {margin-bottom: 15px;}
  
  .c_box {padding-bottom: 40px;}
  .c_box::after {display: none;}

  .c_head {font-size: 24px;}

  .c_podbor {padding-top: 40px;}
  .c_podbor-dmc {bottom: 65px;}
  .c_podbor-list {margin-left: 60px;}

  .c_gallery-head {font-size: 30px;}
  .c_big-item__thumb {height: 300px;}

  .c_news {padding-top: 40px;}
  .c_news .c_txt {font-size: 15px;}
  
  .footer {padding-top: 20px;padding-bottom: 15px;}
  .f_cont-item {width: 100%;margin: 0 0 5px;font-size: 14px;text-align: center;}

}



