@font-face {
    font-family: 'EuropeExt';
    src: url('../fonts/EuropeExt-Bold.eot');
    src: url('../fonts/EuropeExt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuropeExt-Bold.woff2') format('woff2'),
        url('../fonts/EuropeExt-Bold.woff') format('woff'),
        url('../fonts/EuropeExt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
p{
  margin: 0;
}
main {
  display: block;
}


hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
form{
  position: relative;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
input:focus,button:focus, textarea:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none; 
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*{
    box-sizing: border-box;
}

:root{
    --Text: #333;
    --Black:#000;
    --White:#fff;
    --Black2:#07090B;
    --Red:#C71313;
    --DarkGrey:#202B32;
    --LigthGrey:#EAEAEA;
    --BorderColor:#CCD5E0;
    --SectionBg: linear-gradient(180deg, #A6B0B6 0%, #ADB7BD 41.73%, #C6CCD3 92.68%, #BDC1C8 100%);
    --EasyGrey:#F9F9F9;
    --Link:#1F6FCF;
    --WhiteSmooth:rgba(255,255,255,0.56);
    --WhiteSmooth2:rgba(255,255,255,0.32);
    --Grey:#828282;
    --Grey2:#E8E9E9;
    --Grey3:#F1F2F2;
    --Grey4:#ECF0F3;
    --Gray5:#F5F5F7;
    --Text2:#8D8D8D;  
    --BorderColor2:#CFD4DD;
    --Red2:#D2451E;  

}

body{
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--Text);
  margin: 0 auto;
}
h1,h2,h3,.title{
  font-family: 'EuropeExt',sans-serif;
  font-weight: 700;
  margin: 0;
}
.d-flex{
  display: flex;
}
.s-btween{
  justify-content: space-between;
}
.center{
  align-items: center;
}
.container{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
header{
  padding: 16px 0;
  position: relative;
}
nav li{
  margin-right: 20px;
}
nav li:last-child{
  margin-right: 0;
  margin-bottom: 0;
}
nav li a{
  color: var(--Text);
  text-decoration: none;
  transition: .3s ease;
}
nav li a:hover{
  color: var(--Red);
}
nav li span{
  cursor: pointer;
  display: inline-block;
}
nav li:hover span,nav li.open span{
  color: var(--Red);
}
nav li:hover span img,nav li.open span img{
  filter: brightness(0) saturate(100%) invert(23%) sepia(84%) saturate(3784%) hue-rotate(351deg) brightness(77%) contrast(102%);
}
nav .social{
  display: none;
}
nav .caret{
  vertical-align: middle;
  margin-left: 8px;
}
nav .caret img{
  margin-top: -2px;
}
nav li.menu-item-has-children{
  position: relative;
}
nav li.menu-item-has-children>a{
  display: flex;
  align-items: center;
}
nav li.menu-item-has-children>a:after{
  content:'';
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}
nav li.menu-item-has-children.open>a:after{
  transform: rotate(180deg);
}
nav li ul{
  display: none;
  background-color: var(--White);
  padding: 16px 30px;
  position: absolute;
  left: 0;
  /*transform: translate(-50%,0%);*/
  width: 187px;
  top: 30px;
  z-index: 5;
}
nav li ul li{
  margin-bottom: 16px;
}
.social a{
  border-radius: 50%;
  background-color:var(--Text) ;
  display: block;
  transition: .3s ease;
}
.social a:hover{
  background-color: var(--Red);
}
.social a img{
  display: block;
}
.social li{
  margin-right: 12px;
}
.social li:last-child{
  margin-right: 0;
}
.social{
  position: relative;
}
.social ul:before{
  content: "|";
  font-size: 20px;
  margin-left: 12px;
  margin-right: 12px;
}
.social ul:after{
  content: "|";
  font-size: 20px;
  margin-left: 12px;
  margin-right: 12px;
}

header .side_block{
  width: 620px;
  justify-content: flex-end;
}
.show-search span{
  background-color:var(--Text) ;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  transition: .3s ease;
}
.show-search span:hover,.show-search.active span{
  background-color: var(--Red);
}
.lang{
  position: relative;
}
.lang .current{
  cursor: pointer;
}
.lang img{
  width: 22px;
  height: 22px;
  border-radius: 11px;
  object-fit: cover;
}
.lang .current:hover{
  opacity: .7;
}
.lang ul{
  position: absolute;
  display: none;
  top: 30px;
  z-index: 3;
}
.lang li.active{
  display: block;
}
.search_block{
  background-color: var(--White);
  position: absolute;
  width: 100%;
  left: 0;
  top: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
  z-index: 4;
}
.search_block .cover_block{
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.search_block input[type="search"]{
  width: 100%;
  height: 41px;
  padding:0 20px;
  border:1px solid var(--BorderColor);
  border-radius: 4px;
  font-style: italic;
}
.search_block li{
  width: 100%;
}
.search_block li:last-child{
  position: absolute;
  width: 40px;
  height: 41px;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.search_block input[type="submit"]{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.search_block input[type="submit"]:hover + img{
  filter: brightness(0) saturate(100%) invert(23%) sepia(84%) saturate(3784%) hue-rotate(351deg) brightness(77%) contrast(102%);
}
.slick-dots{
  position: absolute;
  top: 50%;
  right: 51px;
  transform: translate(-50%,0);
}
.slick-dots button{
  padding: 0;
  border: none;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--White);
  outline: none;
}
.slick-dots li{
  width: 8px;
  text-align: center;
}
.slick-dots li.slick-active button{
  background-color: var(--Red);
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.main .cover_block{
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  color: var(--White);
  left: 128px;
  max-width: 1127px;
}
.main .cover_block p{
  font-size: 100px;
  font-weight: 700;
}
.main .cover_block span{
  font-size: 52px;
  font-weight: 700;
  font-family: 'EuropeExt',sans-serif;
  display: block;
}
.main .item{
  position: relative;
}
.btn{
  background-color: var(--Black);
  display: inline-flex;
  color: var(--White);
  border-radius: 25px;
  height: 48px;
  font-size: 14px;  
  padding: 0 24px;
  width: 169px;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  transition: .3s ease;
}
.btn:hover{
  background-color: var(--Red);
}
.main_slider .btn{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 75px;
}
h2{
  font-size: 62px;
}
.sided .left_side{
  width: 50%;
  flex-flow: column;
}
.starts .right_side{
  width: 50%;
}
.sided .left_side{
  width: 50%;
}
.sided .top{
  padding-right: 200px;
  padding-top: 116px;
  padding-left: 113px;
}
.starts{
  position: relative;
  overflow: hidden;
}
.starts:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -99%;
  top: 0;
  z-index: -1;
  background-color: var(--LigthGrey);
}
.sided h2{
  margin-bottom: 24px;
}
.sided .bottom{
  font-size: 24px;
  margin-top: auto;
  padding: 97px 0;
  border-top: 1px solid var(--Black);
}
.sided .bottom p{
  max-width: 560px;
  margin: 0 auto;
}
.starts .right_side{
  position: relative;
  background-color: var(--LigthGrey);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 74px;
  padding-bottom: 74px;
}
.logo_tfm{
  position: absolute;
  right: -50px;
  transform: rotate(-90deg);
  bottom:120px;
}
.points_cover{
  position: absolute;
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.map_point{
  display: flex;
  flex-flow: column;
  align-items: center;
}
.map_point span{
  width: 13px;
  height: 13px;
  background-color: var(--Red);
  border:3px solid var(--White);
  border-radius: 50%;
  display: block;
  margin-top: 5px;
}
.map_point{
  position: absolute;
}
.map_point:first-child{
  right: 45px;
  top: -85px;
}
.map_point:nth-child(2){
  right: -10px;
  top: -70px;
}
.map_point:nth-child(3){
  right: 30px;
  top: -58px;
}
.map_point:nth-child(4){
  right: -85px;
  top: -60px;
}
.map_point:nth-child(5){
  right: -97px;
  top: -45px;
}
.map_point:nth-child(6){
  right: -155px;
  top: 20px;
}
.map_point:nth-child(7){
  right: -62px;
  top: 91px;
}
.map_point:first-child span{
  animation:blink 3s infinite ease-in-out;
  animation-delay: -5s;
}
.map_point:nth-child(2) span{
  animation:blink 3s infinite ease-in-out;
  animation-delay: -1s;
}
.map_point:nth-child(3) span{
  animation:blink 3s infinite ease-in-out;
  animation-delay: -12s;
}
.map_point:nth-child(4) span{
  animation:blink 3s infinite ease-in-out;
  animation-delay:-7s;
}
.map_point:nth-child(5) span{
  animation:blink 3s infinite ease-in-out;
  animation-delay:-2s;
}
.map_point:nth-child(6) span{
  animation:blink 3s infinite ease-in-out;
  animation-delay:-6s;
}
.map_point:nth-child(7) span{
  animation: blink 3s infinite ease-in-out;
  animation-delay:-16s;
}
@keyframes blink {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }
}
.f_types{
  overflow: hidden;
}
.f_types .container{
  max-width: 1302px;
}
.f_types .item_block{
  width: calc(50% - 2px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 51px;
  margin-bottom: 4px;
}
.f_types .item_block:first-child:before,
.f_types .item_block:nth-child(2):before,
.f_types .item_block:nth-child(3):before,
.f_types .item_block:nth-child(4):before{
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
}
.f_types .item_block:first-child:before{
    background-color: var(--LigthGrey);
    left: -100%;
    top:0;
    z-index: -1;
}
.f_types .item_block:first-child{
  background-color: var(--LigthGrey);
}
.f_types .item_block:nth-child(4){
  background-color: var(--LigthGrey);
  margin-bottom: 0;
}
.f_types .item_block:nth-child(4):before{
    background-color: var(--LigthGrey);
    right: -100%;
    top:0;
    z-index: -1;
}
.f_types .item_block:nth-child(2){
  background-color: var(--EasyGrey);
}
.f_types .item_block:nth-child(2):before{
    background-color: var(--EasyGrey);
    right: -100%;
    top:0;
    z-index: -1;
}
.f_types .item_block:nth-child(3){
  background-color: var(--EasyGrey);
  margin-bottom: 0;
}
.f_types .item_block:nth-child(3):before{
    background-color: var(--EasyGrey);
    left: -100%;
    top:0;
    z-index: -1;
}
.f_types .d-flex{
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_types .item_block .btn{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 43px;
}
.item_block .title{
  font-size: 32px;
  margin-bottom: 31px;
}
.career .d-flex{
  justify-content: space-between;
}
.career .right_side{
  width: calc(50% - 2px);
}
.career .left_side{
  width: calc(50% + 2px);
}
.news{
  margin-bottom: 152px;
}
.news .item_news{
  background-color: var(--LigthGrey);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px 16px;
  display: flex;
  height: 300px;
  text-decoration: none;
  position: relative;
  transition: .3s ease;
}
.news .item_news:hover{
  opacity: .8;
}
.news .cover_block{
  margin-left: 4px;
  margin-right: 4px;
}
.news .cover_block:nth-child(eve) .item_news{
  background-color: var(--Red);
}
.news .cover_block:nth-child(7n+1) .item_news{
  background-color: var(--Red);
}
.news .cover_block:nth-child(7n+2) .item_news{
  background-color: var(--LigthGrey);
}
.news .cover_block:nth-child(7n+2) .item_news .art_title{
  color: var(--Text);
}
.news .cover_block:nth-child(7n+7) .item_news .art_title{
  color: var(--Text);
}
.news .cover_block:nth-child(7n+5) .item_news .art_title{
  color: var(--Text);
}
.news .cover_block:nth-child(7n+2) .item_news .date{
  color: var(--DarkGrey);
}
.news .cover_block:nth-child(7n+7) .item_news .date{
  color: var(--DarkGrey);
}
.news .cover_block:nth-child(7n+5) .item_news .date{
  color: var(--DarkGrey);
}
.news .cover_block:nth-child(7n+2) .item_news .title{
  color: var(--Text);
}
.news .cover_block:nth-child(7n+7) .item_news .title{
  color: var(--Text);
}
.news .cover_block:nth-child(7n+5) .item_news .title{
  color: var(--Text);
}
.news .cover_block:nth-child(7n+3) .item_news{
  background-color: var(--DarkGrey);
}
.news .cover_block:nth-child(7n+4) .item_news{
  background-color: var(--Red);
}
.news .cover_block:nth-child(7n+5) .item_news{
  background-color: var(--LigthGrey);
}
.news .cover_block:nth-child(7n+6) .item_news{
  background-color: var(--Black2);
}
.news .cover_block:nth-child(7n+7) .item_news{
  background-color: var(--LigthGrey);
}
.news .cover_block:nth-child(7n+5) .item_news{
  background-color: var(--LigthGrey);
}
.news .cover_block:nth-child(7n+6) .item_news{
  background-color: var(--Black2);
}
.news .cover_block:nth-child(7n+7) .item_news{
  background-color: var(--LigthGrey);
}
.news .item_news:before{
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-image: url('../img/decore.svg');
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 0;
}
.news .cover_block:nth-child(7n+5) .item_news:before,
.news .cover_block:nth-child(7n+7) .item_news:before,
.news .cover_block:nth-child(7n+2) .item_news:before{
  background-image: url('../img/decore2.svg');
}
.news .item_news .title{
  font-size: 18px;
  color: var(--White);
}
.news .item_news .add_info{
  margin-top:0;
}
.news .item_news span{
  display: block;
}
.news .item_news .date{
  font-size: 13px;
  margin-bottom: 8px;
  color:var(--WhiteSmooth);
}
.news .item_news .art_title{
  color: var(--White);
  font-size: 16px;
  font-weight: 500;
}
.cover_btn{
  text-align: center;
  margin-top: 30px;

}

footer .outside_cover{
  padding-top: 92px;
  background:var(--EasyGrey) url('../img/footer_decore.png') no-repeat center/cover;
}
.form_sec .container{
  max-width: 800px;
}
.form_sec{
  margin-bottom: 108px;
} 
.form_sec h2{
  font-size: 40px;
  margin-bottom: 62px;
}
.form_sec p{
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.form_sec li{
  width: 232px;
}
.form_sec .d-flex{
  justify-content: space-between;
}
.form_sec input[type="text"],.form_sec input[type="tel"],.form_sec input[type="email"]{
  background-color: transparent;
  border:none;
  width: 100%;
  border-bottom: 1px solid var(--DarkGrey);
  padding-bottom: 8px;
  font-family: 'Montserrat',sans-serif;
}
.form_sec input[type="text"]::placeholder,textarea::placeholder,.form_sec input[type="tel"]::placeholder,.form_sec input[type="email"]::placeholder{
  color: var(--Text);
}
.msg{
  margin-top: 38px;
  margin-bottom: 16px;
}
textarea{
  resize: none;
  width: 100%;
  overflow: hidden;
  height: 32px;
  background-color: transparent;
  border:none;
  border-bottom: 1px solid var(--DarkGrey);
  padding-bottom: 8px;
  font-family: 'Montserrat',sans-serif;
}
.agree{
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 32px;
}
.agree p{
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
}
.agree .decorate{
  width: 16px;
  min-width: 16px;
  height: 16px;
  border:1px solid var(--DarkGrey);
  border-radius: 2px;
  transition: .3s ease;
  position: relative;
}
.agree input:checked + .decorate{
  background-color: var(--Red);
  border-color: transparent;
}
.agree .decorate:before{
  content: "";
  position: absolute;
  background-image: url('../img/check_img.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s ease;
  z-index: 1;
}
.agree input:checked + .decorate:before{
  opacity: 1;
}
.agree input{
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.sbmt{
  text-align: center;
}
.sbmt .btn{
  border:none;
  cursor: pointer;
}
.seo_text .container{
  max-width: 800px;
}
.btn_block{
  text-align: center;
}
.btn_block span{
  cursor: pointer;
  color:var(--Link);
  text-decoration: underline;
}
.btn_block span:hover{
  text-decoration: none;
}
.seo_text .inner{
  overflow: hidden;
}
.seo_text{
  margin-bottom: 62px;
}
.bottom_menu_block{
  position: relative;
  padding-top: 44px;
}
.bottom_menu_block:before{
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--White);

}
.bottom_menu_block{
  padding-bottom: 44px;
}
.bottom_menu_block .container{
  max-width: 1203px;
}
.bottom_menu_block .d-flex{
    justify-content: space-between;
}
.bottom_menu_block .side_block p{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.bottom_menu_block .side_block a{
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  color: var(--Text);
  transition: .3s ease;
}
.bottom_menu_block .side_block a:hover{
  color: var(--Red);
}
.bottom_menu_block .side_block li{
  max-width: 260px;
}
.bottom_menu_block .social ul:before,.bottom_menu_block .social ul:after{
  content: none;
}
.bottom_menu_block .social a{
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content:center;
  align-items: center;
  text-decoration: none;
  background-color: var(--Black);
  border-radius: 50%;
  margin-bottom: 0;
  transition: .3s ease;
}
.bottom_menu_block .social li{
  margin-bottom: 16px;
}
.bottom_menu_block .social a:hover{
  background-color: var(--Red);
}
.author{
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}
.author a{
  color: var(--Link);
}
.author a:hover{
  text-decoration: none;
}
.cover_outside_br{
  display: none;
}
.overlay{
  position: fixed;
  background-color: var(--WhiteSmooth);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  transition: .4s ease;
}
.sided .btn_block{
  display: none;
}
.breadcrumbs{
  margin-bottom: 12px;
  padding-top: 40px;
}
.top_block_decorate .breadcrumbs{
  z-index: 3;
  top: 0;
  left: 0;
  position: absolute;

}
.breadcrumbs ul{
  display: flex;
}
.breadcrumbs a{
  color: var(--Grey);
  text-decoration: none;
  transition: .3s ease;
}
.breadcrumbs a:hover{
  color: var(--Text);
}
.breadcrumbs li{
  margin-right: 8px;
}
.breadcrumbs li:after{
  content: '|';
  margin-left: 8px;
}
.breadcrumbs li:last-child{
  pointer-events: none;
}
.breadcrumbs li:last-child:after{
  content: none;
}
.breadcrumbs li:last-child a{
  color: var(--Text);

}
.search_form{
  margin-bottom: 20px;
}
.search_form input[type="search"]{
  height: 52px;
  padding-left: 18px;
  padding-right: 50px;
  width: 334px;
  font-style: italic;
  border:none;
  background-color: var(--EasyGrey);
}
.search_form input[type="submit"]{
  right: 0;
  top: 0;
  height: 52px;
  width: 50px;
  border: none;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.search_form input[type="submit"]:hover + img{
  filter: brightness(0) saturate(100%) invert(23%) sepia(84%) saturate(3784%) hue-rotate(351deg) brightness(77%) contrast(102%);
}
.search_form li{
  position: relative;
}
.search_form li:last-child {
  position: absolute;
  width: 50px;
  height: 51px;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.filter span{
  transition: .3s ease;
  font-size: 16px;
}
.decore{
  margin-right: 12px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background-color: var(--Grey3);
  border:4px solid var(--Grey2);
  transition: .3s ease;
}
.filter input:checked + .decore{
  background-color: var(--Red);
}
.filter input:checked + .decore + span{
  color: var(--Red);
}
.filter li{
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.filter li input{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
.filter li input:checked{
  pointer-events: none;
}
.filter_block{
  margin-right: 16px;
  min-width: 334px;
}
.product_block{
  width: 100%;
}
.product_block .cover_block{
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.no-posts,
.product_block .cover_block .empty{
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  opacity: 0.35;
  text-align: center;
  padding: 50px 0;
}
.prod_item{
  width: calc(33% - 8px);
  margin-right: 16px;
  background-color: var(--EasyGrey);
  margin-bottom: 16px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 458px;
  cursor: pointer;
}
.prod_item:nth-child(3n){
  margin-right: 0;
}
.prod_name{
  text-align: center;
  position: absolute;
  width: 100%;
  transform: translate(-50%,0);
  left: 50%;
  z-index: 1;
  top: 24px;
}
.prod_name p{
  margin-bottom: 8px;
}
.prod_item .info_block{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding:200px 40px 40px;
  background: rgba(255, 255, 255, 0.67);
  backdrop-filter: blur(50px);
  transition: .3s ease;
}
.prod_item .info_block .btn{
  width: 115px;
  justify-content: center;
}
.prod_item .info_block span{
  display: block;
  margin-bottom: 28px;
}
.prod_item:hover .info_block{
  opacity: 1;
}
.prod_item .img_block {
  max-height: 280px;
}
.prod_item .img_block img{
  max-height: 100%;
  object-fit: contain;
}
.pagination{
  margin-bottom: 122px;
  display: flex;
  justify-content: center;
}
.pagination span,
.pagination a{
  text-decoration: none;
  color: var(--Text);
  font-size: 16px;
  font-weight: 500;
  transition: .3s ease;
}
.pagination a.prev,
.pagination a.next{
  font-size: 14px;
  font-weight: 400;
}
.pagination span,
.pagination a{
  margin-left: 10px;
  margin-right: 10px;
}
.pagination a.prev{
  margin-right: 32px;
  margin-left: 0;
}
.pagination a.next{
  margin-left: 32px;
  margin-right: 0;
}
.pagination a:hover,.pagination .current{
  color: var(--Red);
}
.single_product .slider_block .slider_nav{
  width: 79px;
  margin-right: 12px;
}
.single_product .slider_block .slider_for{
  max-width: 1189px;
}
.single_product .slider_block{
  display: flex;
  width: 100%;
  max-width: 1280px;
}
.single_product .slider_nav .product_item{
  background-color: var(--EasyGrey);
}
.single_product .slider_nav .product_item{
  height: 79px !important;
  margin-bottom: 12px;
  cursor: pointer;
}
.single_product .slider_nav .product_item img{
  object-fit: contain;
  height: 100%;
  padding: 8px;
  border:1px solid transparent;
}
.single_product .slider_for img{
  margin: 0 auto;
}
.single_product .slider_for .product_item{
  background:var(--EasyGrey) url('../img/decore3.svg');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: 70%;
  padding: 26px 40px;

}
.single_product .slider_for .img_holder{
  width: 730px;
  height: 730px;
  margin: 0 auto;
  display: flex;
  align-items: center;

}
.single_product .slider_nav .slick-track{
  transform: translate3d(0px, 0px, 0px) !important;
}

.single_product .slider_nav .product_item.slick-current.slick-active{
  background-color: var(--Grey4);
  border:1px solid var(--Red);
}
.single_product .text_block{
  padding-left: 102px;
  padding-right: 85px;
  width: 100%;
  max-width:593px;
}
.single_product h1,.single_product p.product_name{
  font-size: 32px;
  margin-bottom: 40px;
}
.single_product p.product_name{
  display: none;
}
.single_product .title{
  font-size: 18px;
  margin-bottom: 12px;
}
.char_block{
  margin-bottom: 40px;
}
.pdf_cover{
  background-color:var(--EasyGrey);
  width: 79px;
  height: 79px;
  border-radius: 4px;
  border:1px solid transparent;
  display: flex;
  transition: .3s ease;
  align-items: center;
  justify-content: center;
}
.pdf_cover:hover{
  background-color: var(--Grey4);
  border-color: var(--Red);
}
.search_results .container{
  max-width: 830px;
}
.search_results{
  padding-top: 58px;
}
.search_results h1{
  font-size: 40px;
  margin-bottom: 8px;
}
.search_results .sub_title{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 38px;
}
.search_res.products .result_block{
  display: flex;
  flex-wrap: wrap;
}
.search_res{
  margin-bottom: 58px;
}
.search_res.products .item{
  width:calc(50% - 6px); 
  margin-right: 12px;
  text-decoration: none;
  color:var(--Text);
  font-weight: 700;
}
.search_res.products .item:hover{
  color: var(--Red);
}
.search_res.products .item:hover .small img{
  filter: brightness(0) saturate(100%) invert(23%) sepia(84%) saturate(3784%) hue-rotate(351deg) brightness(77%) contrast(102%);
}
.search_res.products .item:hover .img_block{
  background-color: var(--Grey2);
}
.search_res.products .item:nth-child(2n){
  margin-right: 0;
}
.search_res a{
  color: var(--Text);
}
.search_res.products .small{
  font-size: 16px;
  margin-bottom: 16px;
}
.search_res .small{
  display: block;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 8px;
}
.search_res .small:hover{
  color: var(--Red);
}
.search_res p{
  line-height: 22px;
  margin-bottom: 20px;
}
.search_res .cover_block{
  margin-bottom: 32px;
}
.search_res .cover_block a:hover{
  text-decoration: none;
}
.author_title{
  display: block;
  margin-bottom: 20px;
}
.search_res .small img{
  margin-right: 12px;
}
.search_res.products .item .img_block{
  background: var(--EasyGrey) url('../img/decore3.svg');
  background-size: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 253px;
  padding: 27px 50px;
  background-repeat: no-repeat;
  background-position: right center;
}
.search_res.products .item .img_block img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top_block_decorate{
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
}
.top_block_decorate .img_block{
  width: 100%;
  position: absolute;
  letter-spacing: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  
}
.top_block_decorate .img_block img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.step_block .img_side img{
  width: 100%;
}
.step_block:nth-child(even) .img_side{
  order: -1
}
.join_block .img_holder img{
  width: 100%;
}
.top_block_decorate .cover_block{
  position: relative;
  z-index: 3;
  width: 85%;
  padding: 100px 15px;
}
.main_slider .img_holder img{
  width: 100%;
}
.career .right_side img{
  width: 100%;
}
.blog_single .img_block img{
  opacity: .5;
}
.top_block_decorate h1{
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
}
.top_block_decorate.colored h1{
  color: var(--White);
}
.top_block_decorate.colored .breadcrumbs a{
  color: var(--WhiteSmooth);
}
.top_block_decorate.colored .breadcrumbs li:after{
  color: var(--WhiteSmooth);
}
.top_block_decorate.colored .breadcrumbs li:last-child a{
  color: var(--White);
}
.top_block_decorate.colored .sting_block{
  mask-image:none;
}
.sting_block{
  font-size: 300px;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  color:var(--WhiteSmooth2);
  font-family:'EuropeExt',sans-serif;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 40%;
  transform: translate(0%,-50%);
    -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 90%,rgba(0,0,0,1) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.sting_block p{
  white-space: nowrap;
  display: inline-block;
  white-space: nowrap;
  color: rgba(255,255,255,0.32);
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  animation: marquee 80s linear infinite;
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-51%);
    }
}
.step_block{
  align-items: center;
}
.step_block .text_side{
  padding-left: 122px;
  padding-right: 166px;
}
.step_block .text_side:last-child{
  padding-left: 166px;
  padding-right: 122px;
}
.step_block .img_side{
  width: 50%;
}
.step_block .text_side{
  width: 50%;
}
.step_block h2{
  margin-bottom: 24px;
}
.step_block p{
  font-size: 24px;
  margin-bottom: 32px;
}
.farm_control .container{
  max-width: 800px;
}
.farm_control{
  margin-top: 92px;
  padding-bottom: 122px;
}
.farm_control p{
  margin-bottom: 22px;
  line-height: 22px;
}
.farm_control h3{
  margin-bottom: 20px;
  font-size: 24px;
  margin-top: 68px;
}
.tab_nav{
  display: inline-flex;
  background-color: var(--Gray5);
  border-radius: 25px;
  padding: 2px;
}
.tab_nav ul{
  display: flex;
  justify-content: space-between;
}
.tab_nav ul li{
  flex:1 0 0;
}
.tab_nav ul span{
  white-space: nowrap;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  border-radius: 25px;
  cursor: pointer;
  transition: .3s ease;
  margin-bottom: 0 !important;
}
.wrap-row{
  flex-wrap: wrap;
}
.tab_nav ul li.active span{
  background-color: var(--Red);
  color: var(--White);
}
.tab_nav ul li.active:hover span{
  background-color: var(--Red);
}
.tab_nav ul li:hover span{
  background-color: var(--Grey4);
}
.form_block p{
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.form_block li>span{
  display: block;
  font-size: 13px;
  color: var(--Text2);
  margin-bottom: 4px;
}
.form_block .wpcf7-not-valid-tip{
  margin-bottom: 16px;
  margin-top: -16px;
}
.tab_nav{
  margin-bottom: 32px;
}
.tabs input[type="text"],.single_vac .form_block input[type="text"],.tabs input[type="tel"],.single_vac .form_block input[type="tel"],.single_vac .form_block input[type="email"]{
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  border:1px solid var(--BorderColor2);
  margin-bottom: 16px;
}
.tabs input[type="text"]::placeholder,.single_vac .form_block input[type="text"]::placeholder,.tabs input[type="tel"]::placeholder,.single_vac .form_block input[type="tel"]::placeholder,.single_vac .form_block input[type="email"]::placeholder{
  color: var(--Text);
}
.tabs textarea{
  border:1px solid var(--BorderColor2);
  border-radius: 8px;
  padding: 15px 20px;
  height: 136px;
  margin-bottom: 16px;
}
.tabs .left{
  width: 50%;
  padding-right: 14px;
}
.tabs .right{
  width: 50%;
  padding-left: 14px;
}
.tabs .cover_block{
  margin-bottom: 58px;
}
.tabs .separate li{
  width: calc(50% - 14px);
}
.tabs .separate li:last-child{
  width: 100%;
}
.tabs .single input{
  margin-left: 12px;
  margin-right: 13px;
  max-width: 70px;
}
.tabs .single p{
  font-size: 13px;
  max-width: 132px;
  line-height: 14px;
}
.tabs .single li{
  margin-right: 32px;
}
.tabs .sep_title{
  margin-top: 23px;
  margin-bottom: 8px;
}
.tabs .single.f-width p{
  max-width: 375px;
  width: 100%;
}
.input_block.agree{
  margin-bottom: 0;
  margin-right: 28px;
}
.input_block.agree input{
  margin: 0;
}
.input_block.agree span{
  color: var(--Text);
}
.input_block.agree .decorate{
  margin-right: 8px;
}
.input_block.agree .decorate{
  border-radius: 4px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-color: var(--BorderColor2);
}
.tabs .single.f-width.checkbox p{
  margin-bottom: 0;
}
.tabs .single.f-width.checkbox li{
  margin-bottom: 18px;
  margin-right: 0;
}
.tabs .single.f-width.checkbox li:last-child{
  margin-bottom: 0;
}
.tabs .cover_inside{
  margin-top: 32px;
}
.tabs .nice-select{
  width: 100%;
  height: 50px;
  padding-left: 20px;
  line-height: 50px;
  padding-right: 45px;
  margin-bottom: 16px;
  border-color: var(--BorderColor2);
}
.tabs .nice-select .current{
  color: var(--Text);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.nice-select::after {
  right: 20px;
  border-color: var(--Text);
}
.small_area textarea{
  height: 50px;
}
.agree.mgn{
  margin-top: 32px;
}
.cover_block.last textarea{
  height: 68px;
}
.select_container{
  margin-top: 20px;
}
.select_container li{
  width:calc(33% - 20px);
}
.nice-select .option{
  width: 100%;
}
.nice-select.open .list{
  min-width: 100%;
}
.hist_sec .container{
  max-width: 1694px;
}
.hist_sec .left_side{
  max-width: 620px;
}
.hist_sec .right_side{
  max-width: 810px;
  font-size: 16px;
  line-height: 23px;
}
.hist_block{
  margin-bottom: 100px;
}
.hist_block:first-child{
  margin-top: 100px;
}
.hist_sec .top{
  padding-bottom: 85px;
}
.join_block{
  position: relative;
}
.join_block .text_block{
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
  text-align: center;
}
.join_block .text_block h2{
  margin-bottom: 12px;
}
.join_block .text_block p{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
.join_block .text_block .btn{
  width: 236px;
}
.vacant_item{
  background-color: var(--Red2);
  display: block;
  width: calc(33% - 8px);
  min-height: 424px;
  padding: 20px;
  color: var(--White);
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-right: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.vacant_item:nth-child(odd) .btn{
  background-color: var(--White);
  color: var(--Text);
}
.vacant_item:nth-child(odd) .btn img{
  filter: brightness(0) saturate(100%);
}
.vacant_item:nth-child(odd) .btn:hover{
  background-color: var(--Red);
  color: var(--White);
}
.vacant_item:nth-child(odd) .btn:hover img{
  filter: none;
}
.vacant_item:nth-child(even){
  background-color: var(--LigthGrey);
  color: var(--Text);
}
.vacant_item:nth-child(3n){
  margin-right: 0;
}
.vacant_item .title{
  font-size: 14px;
  margin-bottom: -17px;
  display: block;
}
.vacant_block{
  width: 100%;
}
.vacant_block .cover_block{
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.vacant_item .top_side{
  width: 110px;
  margin: 0 auto;
}
.vacant_item p{
  font-size: 40px;
  font-weight: 700;
}
.single_vac{
  margin-top: 92px;
  margin-bottom: 156px;
}
.single_vac .d-flex{
  justify-content: space-between;
}
.single_vac .container{
  max-width: 891px;
}
.single_vac h2{
  font-size: 28px;
  margin-bottom: 12px;
}
.single_vac h3{
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--Red);
  margin-top: 40px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
}
.single_vac .text_side ul,
.single_vac .text_side p{
  margin-bottom: 14px;
}
.single_vac .text_side ul{
  padding-left: 25px;
  list-style-type: disc;
}
.single_vac .text_side ul li{
  margin-bottom: 7px;
}
.single_vac .form_block{
  width: 339px;
}
.single_vac .text_side{
  width: 422px;
}
.cover_att{
  background-color: var(--Grey4);
  border:2px dashed var(--BorderColor);
  height: 72px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 100%;
  transition: .3s ease;
  cursor: pointer;
  position: relative;
}
.cover_att #filename{
  display: none;
  position: absolute;
  top:2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  line-height: 68px;
  text-align: center;
  font-size: 18px;
  background-color: var(--Grey4);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single_vac p.cover_att {
  font-size: 14px;
  margin-bottom: 8px;
}
.cover_att img{
  margin-right: 8px;
}
.single_vac li{
  position: relative;
}
.single_vac input[type="file"]{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
.single_vac input[type="file"]:hover + p.cover_att{
  background-color: var(--Grey2);
}
.single_vac .agree .decorate{
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.single_vac .agree{
  margin-top: 48px;
  align-items: flex-start;
}
.single_vac .agree p span{
  color: var(--Text);
  font-size: 13px;
  line-height: 14px;
}
.single_vac .agree p{
  margin-bottom: 0;
}
.part-news{
  margin-top: 18px;
}
.part-news .outside_cover {
  flex-wrap: wrap;
}
.part-news .cover_block{
  width:calc(16.6% - 6px);
  margin-left: 0;
  margin-right: 8px;
  margin-bottom: 8px;
}
.part-news .cover_block:nth-child(6n){
  margin-right: 0;
}
.news_outside{
  margin-top: 92px;
}
.news_outside .container{
  max-width: 946px;
}
.news_item{
  margin-bottom: 24px;
  width: calc(50% - 12px);
  text-decoration: none;
  max-width: 464px;
  display: block;
  background-color: var(--Gray5);
  color: var(--Text);
}
.news_item:hover .title{
  color: var(--Red);
}
.news_item .title{
  transition: .3s ease;
}
.news_item span{
  display: block;
}
.news_item .info_block{
  padding: 28px;
}
.news_item .img_block{
  height: 325px;
}
.news_item .img_block img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.info_block .title{
  font-size: 24px;
  font-family: 'Montserrat',sans-serif;
  margin-bottom: 20px;
}
.news_outside .cover_news{
  margin-bottom: 94px;
}
.news_outside .d-flex{
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_outside .news_item:first-child,.news_outside .news_item:nth-child(6n){
  width: 100%;
  max-width: none;
  display: flex;
}
.news_outside .news_item:first-child .img_block,.news_outside .news_item:nth-child(6n) .img_block{
  width: 70%;
}
.news_outside .news_item:first-child .info_block,.news_outside .news_item:nth-child(6n) .info_block{
  width: 30%;
}
.news_content{
  margin-top: 92px;
}
.news_content .sidebar{
  width: 100%;
  max-width: 386px;
}
.news_content .sidebar .news_item{
  width: 100%;
  margin-bottom: 20px;
}
.news_content .sidebar .news_item .img_block{
  height: 234px;
}
.news_content .container{
  max-width: 1262px;
}
.news_content .content_part{
  padding-left: 45px;
  font-size: 16px;
  width: 100%;
  padding-bottom: 92px;
}
.news_content .content_part p{
  line-height: 28px;
  margin-bottom: 16px;
}

.news_content .content_part img{
  margin-top: 10px;
  margin-bottom: 10px;
}

.news_content .content_part ul{
  padding-left: 40px;
  list-style-type: circle;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news_content .content_part ol{
  list-style-type: decimal;
}
.news_content .content_part li{
  line-height: 28px;
  margin-bottom: 15px;
}
.news_content .content_part h2{
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.news_content .content_part h3{
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news_content .content_part a{
  color: var(--Red);
}
.news_content .content_part a:hover{
  text-decoration: none;
}
section.contacts{
  margin-top: 78px;
}
section.contacts .container{
  max-width: 1766px;
}
.map_wrap{
  max-width: 782px;
  width: 100%;
}
.map_wrap iframe{
  width: 100%;
}
.contacts .form_sec{
  width: 100%;
  max-width: 800px;
}
.content_part h1{
  font-size: 80px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.top_block_decorate.error h1{
  margin-bottom: 30px;
}

.top_block_decorate.error p{
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}
.top_block_decorate.error a{
  width: 204px;
}
.top_block_decorate.error a img{
  width: auto;
  height: auto;
}


















@media(max-width:1799px){
  .single_product .slider_block .slider_for{
    max-width: 1000px;
  }
  .map_wrap{
    max-width: 710px;
  }
  .contacts .form_sec{
    max-width: 760px;
  }
}


@media(max-width:1550px){
  .contacts .form_sec{
    max-width: 670px;
  }
  .map_wrap {
    max-width: 600px;
  }
  .contacts .form_sec li {
    width: 190px;
  }
  .vacant_item{
    min-height: 375px;
  }
  .vacant_item p{
    font-size: 30px;
  }
  .hist_sec .left_side{
    max-width: 560px;
  }
/*  .top_block_decorate .img_block {
    width: 60%;
    margin-left: auto;
  }*/
  .single_product .slider_block .slider_for{
    max-width: 900px;
  }
  .single_product .text_block{
    padding-right: 0;
    padding-left: 60px;
  }
  h2{
    font-size: 55px;
  }
  .points_cover{
    zoom: 78%;
  }
  .starts .img_holder {
    width: 600px;
  }
  nav li{
    margin-right: 15px;
  }
  header .side_block{
    width: 586px;
  }
  nav .caret{
    margin-left: 3px;
  }
  .sided .top{
    padding-top: 70px;
  }
  .sided .bottom{
    padding: 70px;
  }
  .logo_tfm{
    bottom: 95px;
    max-width: 140px;
    right: -35px;
  }
}
@media(max-width:1499px){
  header .logo{
    max-width: 170px;
  }
  .search_block{
    top: 58px;
  }
  .main .cover_block p{
    font-size: 80px;
  }
  .main .cover_block span{
    font-size: 40px;
  }
  .main .cover_block{
    left: 80px;
    max-width: 70%;
  }
}
@media(max-width:1439px){
  .part-news .cover_block{
    width: calc(20% - 6px);
    margin-right: 7px;
  }
  .part-news .cover_block:nth-child(6n){
    margin-right: 7px;
  }
  .part-news .cover_block:nth-child(5n){
    margin-right: 0;
  }
  .step_block p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .step_block .text_side {
    padding-left: 65px;
    padding-right: 100px;
  }
  .step_block .text_side:last-child {
    padding-left: 100px;
    padding-right: 65px;
  }
  .sting_block{
    font-size: 275px;
  }
  .top_block_decorate h1,.content_part h1{
    font-size: 75px;
  }
  .single_product .slider_block .slider_for{
    max-width: 800px;
  }
  .prod_item .info_block{
    padding: 100px 40px 40px;
  }
  .prod_item{
    height: 340px;
  }
  .prod_item .img_block {
    max-height: 180px;
  }
  nav li span{
    font-weight: 500;
    font-size: 13px;
  }
  nav li a{
    font-size: 13px;
    font-weight: 500;
  }
  header .side_block{
    width: 557px;
  }
  .search_form input[type="search"]{
    width: 280px;
  }
}
@media(max-width:1365px){
  .vacant_item p {
    font-size: 25px;
  }
  .vacant_item {
    min-height: 350px;
  }
  nav li ul{
    /*left: 70%;*/
  }
  .search_block{
    top: 55px;
  }
  nav .caret{
    margin-left: 0px;
  }
  header .logo{
    max-width: 150px;
  }
  nav li{
    margin-right: 11px;
  }
  header .side_block{
    width: 531px;
  }
  header .container{
    padding-left: 8px;
    padding-right: 8px;
  }
  .sided .top{
    padding-left: 55px;
  }
  .sided .bottom{
    padding-left: 55px; 
  }
  .hist_sec .right_side{
    max-width: 630px;
  }

}
@media(max-width:1280px){
  .map_wrap {
    max-width: 510px;
  }
  .contacts .form_sec {
    max-width: 615px;
  }
  .part-news .cover_block{
    width: calc(25% - 6px);
    margin-right: 7px;
  }
  .part-news .cover_block:nth-child(5n){
    margin-right: 7px;
  }
  .part-news .cover_block:nth-child(4n){
    margin-right: 0px;
  }
  .single_product .slider_block .slider_for{
    max-width: 700px;
  }
  .single_product .slider_for .product_item{
    background-size: 70% auto;
  }
  .single_product .slider_for .img_holder{
    width: 600px;
    height: 600px; 
  }
  nav li span{
    font-size: 12px;
  }
  nav li a{
    font-size: 12px;
  }
  header .side_block{
    width: 497px;
  }

}
@media(max-width:1199px){
  .top_block_decorate{
    min-height: 500px;
  }
  .contacts{
    margin-top: 30px;
  }
  .contacts .form_sec li{
    width: 30%;
  }
  .contacts .form_sec{
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .contacts .map_wrap{
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .contacts .d-flex{
    flex-wrap: wrap;
  }
  .news_content .content_part{
    padding-bottom: 30px;
  }
  .news_content .sidebar .news_item{
    margin-left: 20px;
    margin-right: 20px;
  }
  .news_content .sidebar{
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    max-width: none;
  }
  .news_content .content_part{
    padding-left: 0;
  }
  .news_content .d-flex{
    flex-flow: column-reverse;
  }
  .news_content{
    margin-top: 50px;
  }
  .vacant .outer_block{
    flex-flow: column;
  }
  .hist_sec .left_side {
    max-width: 450px;
  }
  .hist_sec .right_side {
    max-width: 500px;
  }
  .hist_block{
    margin-bottom: 50px;
  }
  .hist_block:first-child{
    margin-top: 50px;
  }
  .hist_sec .top{
    padding-bottom: 45px;
  }
  .step_block p{
    font-size: 16px;
  }
  .sting_block {
    font-size: 225px;
  }
  .top_block_decorate h1,.content_part h1 {
    font-size: 60px;
  }  
  .top_block_decorate .cover_block{
    width: auto;
  }  
  .single_product .cover_oustide{
    margin-bottom: 60px;
    align-items: flex-start;
  }
  .single_product .slider_block .slider_nav{
    margin-top: 12px;
    margin-right: 0;
    width: auto;
    max-width: 600px;
  }
  .single_product .slider_nav .slick-track{
    display: flex;
    justify-content: center;
  }
  .single_product .slider_block{
    flex-flow: column-reverse;
  }
  .single_product .slider_nav .product_item{
    margin-bottom: 12px;
    margin-right: 12px;
    min-width: 79px;
  } 
  .single_product h1,.single_product p.product_name{
    margin-bottom: 20px;
  }
  .char_block{
    margin-bottom: 25px;
  }
  .single_product .slider_block .slider_for{
    max-width: 600px;
  }
  .single_product .slider_for .img_holder{
    width: 400px;
    height: 400px;
  }
  .filter span{
    font-size: 13px;
  }
  .decore{
    margin-right: 5px;
  }
  .search_form{
    margin-right: 20px;
  }
  .filter_block{
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .products .d-flex.outer_block{
    flex-flow: column;
  }
  .filter{
    width: 100%;
  }
  .filter ul{
    display: flex;
    justify-content: space-between;
  }
  .pagination{
    margin-bottom: 40px;
  }
  .product_block .cover_block{
    margin-bottom: 30px;
  }
  .sided .bottom{
    padding-left: 30px;
    padding-right: 30px;
  }
  h2 {
    font-size: 45px;
  }
  .points_cover {
    zoom: 62%;
  }
  .starts .img_holder {
    width: 490px;
  }
  .sided .top{
    padding-left: 30px;
    padding-right: 30px;
  }
  .main .cover_block{
    left: 50%;
    transform: translate(-50%,0);
    top:auto;
    bottom: 110px;
    text-align: center;
  }
  .main_slider .btn{
    bottom: 30px;
  }
  .main .cover_block p {
    font-size: 60px;
  }
  .main .cover_block span {
    font-size: 30px;
  }
  .cover_outside_br{
    display: block;
  }
  .burger{
    max-width: 45px;
    width: 100%;
    cursor: pointer;
  }
  .burger.active{
    position: fixed;
    z-index: 11;
    left: 15px;
    top: 25px;
    max-width: 35px;
  }
  .burger.active span:nth-child(2){
    transform: translate(-100px,0);
    opacity: 0;
  }
  .burger.active span:first-child{
    transform: rotate(45deg) translate(5px, 5px);
    background-color: var(--Red);
  }
  .burger.active span:last-child{
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: var(--Red);
  }
  .burger span{
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--Black);
    margin-bottom: 5px;
    opacity: 1;
    transition: .5s ease;
  }
  .burger span:nth-child(2){
    background-color: var(--Red);
  }
  .burger span:nth-child(3){
    margin-bottom: 0;
  }
  header .logo{
    max-width:none;
  }
  header .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  header .side_block,.cover_outside_br {
    width: 195px;
  }
  nav{
    height: 100%;
    top: 50%;
    background-color: var(--White);
    position: fixed;
    left: -105%;
    width: 30%;
    padding-top: 135px;
    visibility: hidden;
    z-index: -1;
    transform: translate(0,-50%);
    transition: .3s ease;
  }
  nav.active{
    z-index: 10;
    left: 0;
    visibility: visible;
    display: block;
  }
  nav:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../img/menu_decore.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 90% auto;
  }
  nav ul{
    flex-flow: column;
    padding-left: 40px;
  }
  nav li span{
    font-size: 16px;
  }
  nav li a{
    font-size: 16px;
  }
  nav li{
    margin-bottom: 20px;
  }
  nav li ul{
    position: static;
    transform: none;
    display: block !important;
    padding: 0;
    width: auto;
  }
  nav li.has-child span{
    display: none;
  }
  .overlay.active{
    visibility: visible;
    z-index: 9;
  }
  .item_block .title{
    font-size: 24px;
  }
  .filter li{
    padding-right: 30px;
  }
}
@media(max-width: 991px){
  .breadcrumbs{
    padding-top: 12px;
    font-size: 12px;
  }
  .content_part h1{
    margin-bottom: 30px;
    margin-top: 0;
  }
  .part-news .cover_block{
    width: calc(33% - 6px);
    margin-right: 12px;
  }
  .part-news .cover_block:nth-child(5n){
    margin-right: 12px;
  }
  .part-news .cover_block:nth-child(4n) {
    margin-right: 12px;
  }
  .part-news .cover_block:nth-child(3n){
    margin-right: 0px;
  }
  .vacant_item{
    width: calc(50% - 8px);
    min-height: 320px;
  }
  .vacant_item:nth-child(even){
    margin-right: 0;
  }
  .vacant_item:nth-child(odd){
    margin-right: 16px;
  }
  .hist_sec .left_side {
    max-width: 345px;
  }
  .step_block p {
    font-size: 14px;
  }
  .step_block .text_side {
     padding-left: 25px;
     padding-right: 40px;
     padding-top: 15px;
     padding-bottom: 15px;
   }
   .step_block .text_side:last-child {
     padding-left: 40px;
     padding-right: 25px;
   }
/*  .top_block_decorate .img_block{
    margin-left: auto;
    width: 600px;
  }*/
  .sting_block {
    font-size: 185px;
  }
  .top_block_decorate h1,.content_part h1{
    font-size: 45px;
  }
  .single_product .slider_block .slider_for{
    max-width: none;
  }
  .single_product .slider_block .slider_nav{
    max-width: none;
  }
  .char_block{
    margin-bottom: 10px;
  }
  .single_product .title{
    margin-bottom: 5px;
  }
  .single_product h1{
    display: none;
  }
  .single_product p.product_name{
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .single_product .text_block{
    padding-left: 0;
    margin-top: 20px;
  }
  .single_product .cover_oustide{
    flex-flow: column;
  }
  .prod_item:nth-child(odd){
    margin-right: 16px;
  }
  .prod_item:nth-child(even){
    margin-right: 0;
  }
  .search_form li{
    width: 100%;
  }
  .search_form input[type="search"]{
    width: 100%;
  }
  .filter_block{
    flex-flow: column;
    margin-top: 20px;
  }
  .search_form{
    width: 100%;
    margin-right: 0;
  }
  .prod_item{
    width: calc(50% - 8px);
  }
  .f_types .item_block{
    padding-top: 30px;
  }
  .item_block .title{
    margin-bottom: 20px;
  }
  .f_types .item_block img{
    width: 85%;
  }
  .f_types .item_block .btn{
    bottom: 15px;
  }
  .logo_tfm{
    max-width: 115px;
    bottom: 65px;
  }
  .sided .top{
    padding-top: 40px;
  }
  .sided .bottom{
    font-size: 18px;
  }
  h2{
    font-size: 34px;
  }
  .sided .bottom{
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .points_cover {
    zoom: 48%;
  }
  .starts .img_holder {
    width: 380px;
  }
  .main .cover_block p{
    line-height: 55px;
  }
  nav{
    width: 40%;
  }
  .main .item .img_holder{
    height: 500px;
  }
  .main .item .img_holder img{
    object-fit: cover;
    height: 100%;
  }
  .main_slider .btn{
    bottm:10px;
  }
  .main .cover_block p{
    font-size: 45px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main .cover_block span{
    font-size: 24px;
  }
  .main .cover_block{
    bottom: 100px;
  }
  .news{
    margin-bottom: 80px;
  }
  footer .outside_cover{
    padding-top: 40px;
  }
  .form_sec h2 {
    font-size: 34px;
  }
  .bottom_menu_block .d-flex{
    flex-wrap: wrap;
  }
  .bottom_menu_block .social ul{
    display: flex;
    justify-content: center;
  }
  .bottom_menu_block{
    padding-bottom: 0;
  }
  .bottom_menu_block .side_block{
    width: 33%;
    margin-bottom: 20px;
  }
  .bottom_menu_block .social{
    width: 100%;
    margin-top: 30px;
  }
  .bottom_menu_block .world_wіde{
    width: 100%;
    text-align: center;
  }
  .bottom_menu_block .world_wіde ul{
    display: flex;
    justify-content: center;
  }
  .bottom_menu_block .world_wіde ul li{
    margin-left: 15px;
    margin-right: 15px;
  }
  .top_block_decorate{
    min-height: 270px;
    overflow: hidden;
  }
  .top_block_decorate img{
    height: 100%;
    object-position: 86% center;
    object-fit: cover;
  }
  .top_block_decorate.history_main img{
    object-position: 91% center;
  }
  .top_block_decorate .img_block{
    /*height: 500px;*/
  }
  .single-vacancy .top_block_decorate{
    min-height: 270px;
  }
  .single-vacancy .top_block_decorate .img_block{
    /*height: 270px;*/
  }
  .single-vacancy .top_block_decorate .cover_block{
    /*bottom: 35px;*/
  }
  .single_vac .d-flex{
    flex-wrap: wrap;
  }
  .single_vac .text_side {
    width: 100%;
  }
  .single_vac .form_block {
    width: 100%;
  }
  .single_vac{
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .single_vac h3{
    margin-top: 25px;
  }
  .single_vac p{
    margin-bottom: 6px;
  }
  .single_vac .agree{
    margin-top: 20px;
  }
  .news_item .img_block{
    height: 240px;
  }
  .news_outside .news_item:first-child .img_block,.news_outside .news_item:nth-child(6n) .img_block{
    width: 60%;
    height: 275px;
  }
  .news_outside .news_item:first-child .info_block,.news_outside .news_item:nth-child(6n) .info_block{
    width: 40%;
  }
  .news_outside{
    margin-top: 50px;
  }
  .news_outside .cover_news{
    margin-bottom: 50px;
  }

}
@media(max-width: 767px){
  .blog_single.top_block_decorate h1,.top_block_decorate.colored h1{
    font-size: 28px;
  }
  .top_block_decorate.error a{
    width: auto;
  }
  .top_block_decorate.error{
    text-align: center;
  }
  .contacts .form_sec li{
    width: 100%;
  }
  .news_content .sidebar .news_item{
    margin: 0 auto 20px;
  }
  .news_content .sidebar{
    display: block;
  }
  .news_content .content_part h2{
    font-size: 30px;
    margin-bottom: 15px;
    text-align: left;
  }
  .news_content .content_part p{
    line-height: 18px;
    margin-bottom: 10px;
  }
  .news_content .content_part{
    font-size: 14px;
  }
  .news_content .content_part li{
    line-height: 18px;
    margin-bottom: 10px;
  }
  .news_content .sidebar .news_item .img_block{
    height: 185px;
  }
  .news_outside .news_item:first-child .img_block,.news_outside .news_item:nth-child(6n) .img_block{
    width: auto;
    height: 185px;
  }
  .news_outside .news_item:first-child .info_block,.news_outside .news_item:nth-child(6n) .info_block{
    width: auto;
  }
  .news_item .info_block{
    padding: 15px;
  }
  .info_block .title{
    font-size: 20px;
  }
  .news_outside .news_item:first-child,.news_outside .news_item:nth-child(6n){
    display: block;
    width: 100%;
  }
  .news_item .img_block {
    height: 185px;
  }
  .part-news .cover_block{
    width: calc(50% - 6px);
    margin-right: 12px;
  }
  .part-news .cover_block:nth-child(even){
    margin-right: 0;
  }
  .part-news .cover_block:nth-child(odd){
    margin-right: 12px;
  }
  .join_block .text_block .btn{
    width: auto;
  }
  .hist_sec .left_side{
    max-width: none;
  }
  .hist_sec .right_side{
    max-width: none;
  }
  .hist_block{
    margin-bottom: 40px;
  }
  .hist_block:first-child{
    margin-top: 30px;
  }
  .hist_sec .top{
    padding-bottom: 30px;
  }
  .hist_sec .left_side{
    margin-bottom: 15px;
  }
  .hist_sec .top{
    flex-wrap: wrap;
  }
  .top_block_decorate h1{
    text-align: center;
    text-shadow: 1px 1px 1px var(--White);
  }
  .top_block_decorate h1 span{
    display: inline-block;
  }
  .top_block_decorate .cover_block{
/*    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    z-index: 2;*/
  }
  .step_block .text_side:last-child{
    order: -1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .step_block{
    flex-wrap: wrap;
  }
  .step_block .text_side{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .step_block .img_side{
    width: 100%;
  }
  .step_block .text_side p{
    text-align: left;
  }
  .top_block_decorate .cover_block{
/*    top: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 95px;
    transform: translate(-50%,0);*/
  }
  .sting_block {
    font-size: 120px;
  }
  .top_block_decorate.farm h1 span{
    display: block;
  }
  .top_block_decorate.farm .img_block{
    top:auto;
    position: absolute;
    bottom: 0;
  }
/*  .top_block_decorate .img_block{
    width: 100%;
    position: relative;
    top: -90px;
    opacity: 0.7;
  }*/
  .prod_item .info_block {
    padding: 83px 15px 40px;
  }
  .bottom_menu_block .side_block{
    width: 100%;
    margin-top: 0;
  }
  .bottom_menu_block .social ul{
    justify-content: flex-start;
  }
  .bottom_menu_block .world_wіde{
    text-align: left;
  }
  .bottom_menu_block .world_wіde ul{
    display: block;
  }
  .bottom_menu_block .world_wіde ul li{
    margin-left: 0;
    margin-right: 0;
  }
  .bottom_menu_block .d-flex{
    flex-flow: column;
  }
  .agree p{
    font-size: 12px;
  }
  .form_sec{
    margin-bottom: 60px;
  }
  textarea{
    height: 45px;
  }
  .sbmt .btn img{
    display: none;
  }
  .form_sec .container{
    max-width: 600px;
  }
  .form_sec h2{
    font-size: 25px;
    margin-bottom: 40px;
  }
  .form_sec li p{
    display: none;
  }
  .form_sec li{
    width: 100%;
    margin-bottom: 25px;
  }
  .form_sec .d-flex{
    flex-flow: column;
  }
  .sided .btn_block{
    display: block;
    margin-top: 20px;
  }
  .sided .top a{
    display: none;
  }
  .item_block .title {
    font-size: 18px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .starts .right_side{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sided .top{
    text-align: center;
    padding-bottom: 30px;
  }
  h2{
    text-align: center;
    font-size: 25px;
  }
  .sided .top{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .btn{
    height: 40px;
    padding: 0 18px;
    width: auto;
  }
  a.btn > img{
    display: none;
  }
  .sided .left_side{
    width: 100%;
    background-color: #fff;
  }
  .sided .d-flex{
    flex-flow: column;
  }
  .main_slider .btn{
    bottom: 50px;
  }
  .main .cover_block{
    bottom: 130px;
  }
  .slick-dots{
    right: auto;
    left: 50%;
    top:auto;
    bottom:10px;
    transform: translate(-50%,0%);
  }
  .slick-dots li{
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .slick-dots li.slick-active button,
  .slick-dots li button{
    width: 15px;
    height: 15px;
  }
  .main .cover_block{
    max-width: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav::before{
    background-size: 280px auto;
  }
  nav{
    width: 90%;
    padding-top: 90px;
  }
  nav .social{
    display: block;
    border-top:1px solid var(--DarkGrey);
    margin-top: 20px;
    padding-top: 20px;
  }
  nav .social ul{
    flex-flow: row;
  }
  nav .social ul li{
    margin-bottom: 0;
  }
  nav .social ul:before,nav .social ul:after{
    content: none;
  }
  .side_block .social{
    display: none;
  }
  .side_block .search{
    margin-right: 20px;
  }
  header .side_block, .cover_outside_br{
    width: 70px;
  }
  header .logo{
    max-width: 150px;
  }
  .sided .bottom{
    padding: 0 15px;
    margin-bottom: 30px;
    border: none;
  }
  .career .right_side{
    width: 100%;
  }
  .news .item_news{
    height: 265px;
  }
  .filter ul{
    flex-wrap: wrap;
  }
  .filter li{
    width: 50%;
  }
  .search_res.products .item .img_block{
    height: 200px;
    padding: 25px;
  }
  .form_block .d-flex{
    flex-wrap: wrap;
  }
  .tabs .left{
    width: 100%;
    padding: 0;
  }
  .tabs .right{
    width: 100%;
    padding: 0;
  }
  .tabs .cover_block{
    margin-bottom: 30px;
  }
  .tabs .separate li{
    width: 100%;
  }
  .tabs .single.f-width.checkbox p{
    margin-bottom: 10px;
  }
  .select_container li{
    width: 100%;
  }
  .farm_control{
    margin-top: 30px;
  }
  .farm_control h3{
    margin-top: 30px;
  }
  .join_block .text_block p{
    margin-bottom: 15px;
  }
  .join_block .img_holder{
    height: 270px;
  }
  .join_block .img_holder img{
    object-fit: cover;
    height: 100%;
  }
  .join_block .text_block{
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media(max-width: 499px){
  .news_content .content_part ul{
    padding-left: 20px;
  }
  .news_item:first-child, .news_item:nth-child(6n),.news_item{
    width: 100%;
  }
  .part-news .cover_block{
    width: 100%;
    margin-right:0;
  }
  .part-news .cover_block:nth-child(even),
  .part-news .cover_block:nth-child(odd){
    margin-right: 0;
  }
  .vacant_item{
    width: 100%;
    min-height: 320px;
  }
  .vacant_item:nth-child(even),
  .vacant_item:nth-child(odd){
    margin-right: 0;
    margin-left: 0;
  }
  .hist_sec .right_side{
    font-size: 14px;
  }
  .tab_nav ul span{
    text-align: center;
    line-height: 15px;
    white-space: normal;
  }
  .tab_nav{
    width: 300px;
    margin: 0 auto 20px;
  }
  .top_block_decorate .img_block{
    /*position: static;*/
  }
  .search_res.products .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .single_product .slider_for .img_holder{
    width: 250px;
    height: 250px;
  }
  .search_res.products .small{
    margin-bottom: 5px;
  }
  .search_res{
    margin-bottom: 25px;
  }
  .search_results .sub_title{
    margin-bottom: 20px;
  }
  .search_res p{
    margin-bottom: 5px;
  }

  .prod_item{
    width: 100%;
    height: 335px;
    margin-left: 0;
    margin-right: 0;
  }
  .prod_item:nth-child(even),
  .prod_item:nth-child(odd){
    margin-left: 0;
    margin-right: 0;
  }
  .f_types .item_block{
    width: 100%;
  }
  .f_types .item_block:first-child:after,
  .f_types .item_block:nth-child(2):after,
  .f_types .item_block:nth-child(3):after,
  .f_types .item_block:nth-child(4):after{
    content: "";
    position: absolute;
    height: 100%;
    width: 200%;
  }
  .f_types .item_block:first-child:after{
      background-color: var(--LigthGrey);
      right: -100%;
      top:0;
      z-index: -1;
  }
  .f_types .item_block:nth-child(4):after{
      background-color: var(--LigthGrey);
      left: -100%;
      top:0;
      z-index: -1;
  }
  .f_types .item_block:nth-child(2):after{
      background-color: var(--EasyGrey);
      left: -100%;
      top:0;
      z-index: -1;
  }

  .f_types .item_block:nth-child(3):after{
      background-color: var(--EasyGrey);
      right: -100%;
      top:0;
      z-index: -1;
  }
  .f_types .item_block:first-child{
    margin-top: 4px;
  }
  .f_types .item_block:nth-child(3){
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 2000px) {
  body{
    zoom: 125%;
  }
}




.check_block label{
  cursor: pointer;
  position: relative;
}
.check_block label input{
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.check_block label span{
  position: relative;
  display: block;
  padding-left: 28px;
}
.check_block label span:before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    transition: .3s ease;
    z-index: 1;
    border: 1px solid var(--BorderColor2);
    background-color: #fff;
    border-radius: 4px;
}
.check_block label input:checked+span:before{
  background-image: url(../img/check_img.svg);
  background-color: var(--Red);
  border-color: var(--Red);
}

.wpcf7-list-item{
  margin: 0 28px 0 0;
}

.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 920px;
  max-width: 95%;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-body {
  background: #ECEFF1;
  padding: 60px 40px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
  position: absolute;
  font-size: 36px;
  top: 10px;
  right: 20px;
  opacity: 0.6;
  transition: opacity .3s ease;
}
.close-modal:hover{
  opacity: 1;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

#modalWarning .title{
  text-align: center;
  font-size: 24px;
  margin: 0 0 24px;
}
#modalWarning .actions{
  text-align: center;
  margin-top: 24px;
}
#modalWarning .btn{
  white-space: nowrap;
  border: none;
  width: auto;
  cursor: pointer;
}
#modalWarning .btn:first-child{
  background-color: var(--Red);
}
#modalWarning .btn:hover{
  background-color: #000;
  opacity: 0.8;
}
#modalWarning .btn:first-child:hover{
  background-color: var(--Red);
  opacity: 0.8;
}

.wpcf7-not-valid-tip{
  display: none;
}
.wpcf7-not-valid{
  border-color: red !important;
}
.wpcf7-response-output{
  display: none;
}

#modalThanks .modal-box{
  width: 410px;
}
#modalThanks .title{
  font-size: 32px;
  margin-bottom: 16px;
}
#modalThanks .text{
  font-size: 24px;
}
.text-center{
  text-align: center;
}
@media(max-width: 767px){
  #modalWarning .title{
    font-size: 20px;
  }
  .modal-body{
    padding: 30px 20px 30px;
  }

}
.category-125 .top_block_decorate h1,
.category-127 .top_block_decorate h1{
  color: #fff;
}

@media screen and (min-width:768px) {
	.empty{
		font-size: 24px;
	}	
}
