/*======================================*/
/*           Сброс стилей               */
/*======================================*/
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

/* Links */

a, a:link, a:visited  {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
}

a:hover  {
    /* color: inherit; */
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ul, ul li {
    /*list-style: none;*/
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}


.content-inside {
	
}

.content-inside p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 25px !important;
}

.content-inside .zag_text {
	font-size: 32px;
	font-weight: 700;
	color: #191919;
	text-transform: uppercase;
}

.content-inside .h1 {
	font-size: 32px;
	font-weight: 700;
	color: #191919;
	text-transform: uppercase;
	margin-bottom: 15px;
}


.content-inside ul {
    list-style-type: disc;
    list-style-position: outside;
    /*margin-left: 1.0em;*/
    padding-left: 1.5em;
	margin-bottom: 25px;
}

.content-inside ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1.5em;
    padding-left: 1em;
	margin-bottom: 25px;
}

.content-inside li {
    margin-bottom: 10px;
}





.nerudka-gallery {
  width: 100%;
  max-width: 1200px; /* можно под твой макет */
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.nerudka-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; /* для gutters */
}

.nerudka-item {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  width: 50%;
  /*flex: 1 1 25%;*/ /* 4 блока в ряду */
}

.nerudka-item img {
  /*width: 100%;*/
  height: auto;
  display: block;
  /*border-radius: 6px;*/
}

.nerudka-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 5px 10px;
  font-size: 24px;
  text-align: center;
  /*border-radius: 4px;*/
}

/* Второй ряд — 3 блока */
.nerudka-row:nth-child(2) .nerudka-item {
  flex: 1 1 33.3333%;
}

/* Адаптив */
@media (max-width: 992px) {
  .nerudka-item { flex: 1 1 50%; } /* 2 в ряд */
}

@media (max-width: 600px) {
  .nerudka-item { flex: 1 1 100%; } /* 1 в ряд */
  .nerudka-caption { font-size: 16px; padding: 10px; }
}






/*======================================*/
/*               Шрифты                 */
/*======================================*/

@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans Regular'), local('OpenSans-Regular'),
    url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans SemiBold'), local('OpenSans-SemiBold'),
    url('fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans Bold'), local('OpenSans-Bold'),
    url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans ExtraBold'), local('OpenSans-ExtraBold'),
    url('fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

#ajaxSearch_form {
  padding: 0;
  border: none;
  width: auto; /* или конкретная ширина, если нужно */
}


.container{
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.container a {
	color: #329011;
}

body{
    font-family: 'OpenSans';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #242424;
}

.section_header{
    font-size: 32px;
    font-weight: 700;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
}
body .green_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #329011;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.25s ease;
    text-align: center;
}
body .green_btn:hover,
body .dark_btn:hover{
    background-color: #f5b826;
}

body .dark_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #242424;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.25s ease;
    text-align: center;
}






header .header_info{    
    background-color: #329011;
    padding: 10px 0;
}

header .header_info .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .contact_item{
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

header .contact_item span{
    color: #fff;
    font-size: 16px;
}

header .header_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 23px;
    transition: all 0.25s ease;
    text-align: center;
    text-transform: none;
}

header .header_btn.light_btn{
    background-color: #fff;
    color: #242424;
}

header .header_btn.light_btn:hover{
    background-color: rgb(36, 36, 36);
    color: #fff;
}

header .header_btn.dark_btn{
    background-color: rgb(36, 36, 36);
    color: #fff;
}
header .header_btn.dark_btn:hover{
    background-color: #fff;
    color: #242424;
}

header .header_nav{
    padding: 32px 0;
    background-color: #242424;
}

header .header_nav .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header_logo{
    color: #fff;
}

header .header_logo span:first-child{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 30px;
}

header .header_logo span:first-child img{
    margin: 0 5px;
}

header .header_logo span:last-child{
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: 1;
}

header .header_nav nav{
    max-width: 600px;
}

header .header_nav nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 22px 24px;
}

header .header_nav nav ul li a{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: all 0.25s ease;
}

header .header_nav nav ul li a:hover{
    color: #f5b826;
}

header .header_nav .burger_main_btn,
header .header_nav .header_btn{
    display: none;
}

.header_aside{
    position: fixed;
    height: 100vh;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.2);
    padding: 24px 10px;
    background-color: #fff;
    z-index: 1;
    top: 0;
    left: 0;
}

.header_aside:not(.active){
    cursor: pointer;
}

.header_aside.active{
    z-index: 5;
}

header:before{
    content: "";
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
}

header.overlay:before{
    display: block;
}


.header_aside .burger_aside_btn{
    display: flex;
    flex-direction: column;
    gap:7px;

}

.header_aside .burger_aside_btn span{
    display: inline-block;
    width: 48px;
    height: 7px;
    background-color: #329011;
    transition: all 0.25s ease;
}

.aside_cntrls{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header_aside .aside_caption{
    font-size: 20px;
    font-weight: 600;
    color: #329011;
    margin: auto;
    writing-mode: tb-rl;
    transform: rotate(180deg);
}

.header_aside nav{
    max-width: 0;
    width: auto;
    overflow: hidden;
    transition: all 0.25s ease;
}
.header_aside{
    display: flex;
}
.header_aside nav h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-left: 80px;
}

.header_aside nav a{
    color: #191919;

}

.header_aside nav a:hover{
    color: #329011;
    transition: all 0.25s ease;
}

.header_aside nav > ul > li > a{
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
}


.header_aside .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-left: 15px;
  list-style: none;
}

.header_aside .has-children.open .submenu {
  max-height: 1000px; /* достаточно большое значение, чтобы вместить вложенное меню */
}

.header_aside .menu {
	list-style: none;
}

.header_aside .menu .toggle {
	cursor: pointer;
}



.header_aside .menu .toggle::before {
  content: '▾'; /* вниз */
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 0.8em;
  color: #444; /* можно настроить под стиль */
}

.header_aside .menu .has-children.open .toggle::before {
  content: '▴'; /* вверх */
}

.table-tovar {
	border-collapse: collapse;
	width: 100%;
}

.table-tovar td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

.table-tovar th {
	padding-bottom: 10px;
}



/*
.header_aside .submenu {
  display: none;
  margin-left: 15px;
  list-style: none;
}

.header_aside .has-children {
  position: relative;
  cursor: pointer;
}

.header_aside .has-children > .toggle {
  margin-right: 6px;
  cursor: pointer;
  font-size: 12px;
  color: #333;
}


*/




.header_aside .dropdown_list{

    height: 0;
    overflow: hidden;
}

.header_aside  .dropdown_link.active{
    color: #2f8810;
}

.header_aside .dropdown_list.active{
    height: auto;
    padding: 10px 0 10px 28px;
}
.header_aside .dropdown_list a{
    line-height: 37px;
    font-size: 16px;
}

.header_aside .menu {
    margin: 12px 0 0 0;
	/*list-style-type: circle*/
}
.header_aside .menu ul li {
    margin: 8px 0;
}

.header_aside .nav_search{
    width: 100%;
    height: 47px;
    background-color: #f6f6f6;
    padding-left: 44px;
    margin-bottom: 0px;
	padding-bottom: 0px;
    position: relative;
	border-bottom: 0px;
}

.header_aside .nav_search_container{
    position: relative;
}
.header_aside .nav_search_container:before{
    content: "";    
    height: 20px;
    width: 20px;
    background-image: url('img/search-icon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 14px;
    z-index: 2;
}

.header_aside .nav_search::placeholder{
    font-size: 16px;
    color: #191919;
}

.header_aside.active{
    padding-left: 20px;
    padding-right: 30px;
    overflow-y: auto;
}

.header_aside.active nav{
    max-width: 100vw;
    padding-left: 10px;
    overflow: visible;
}

.header_aside.active .aside_caption{
    display: none;
}

.header_aside.active .burger_aside_btn{
    position: absolute;
    top: 42px;
    left: 21px;
    z-index: 10;
}

.header_aside.active .burger_aside_btn span:first-child{
    transform: rotate(45deg) translateY(10px);
}

.header_aside.active .burger_aside_btn span:last-child{
    transform: rotate(-45deg) translateY(-10px);
}

.header_aside.active .burger_aside_btn span:nth-child(2){
    display: none;
}














.main_screen{
    padding-top: 130px;
    padding-bottom: 190px;
    background-image: url(img/main-screen.jpg);
    background-size: contain;
    background-position: top 0 right -30%;
    position: relative;
    background-repeat: no-repeat;
}
.main_screen:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #191919;
    z-index: 0;
    clip-path: polygon(0% 0%, 60% 0%, 55% 100%, 0% 100%);

}

.main_screen .container{
    position: relative;
}

.main_screen h1{
    font-size: 35px;
    line-height: 1.28;
    color: #fff;
    margin-bottom: 48px;
    font-weight: 600;
}

.main_screen h1 span{
    color: #f5b826;
    display: block;
}

.main_screen ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 630px;
    row-gap: 23px;
    margin-bottom: 80px;
}

.main_screen ul li{
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    min-width: 248px;
    text-transform: uppercase;
    font-weight: 600;
}

.main_screen ul li img{
    margin-right: 23px;
}

.main_screen .btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 296px;
    height: 68px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.25s ease;
    margin-right: 20px;
}

.main_screen .green_btn{
    background-color: #329011;
}

.main_screen .green_btn:hover{
    background-color: #f5b826;
}

.main_screen .transparent_btn{
    border: 2px solid #329011;
    background-color: transparent;
}

.main_screen .transparent_btn:hover{
    background-color:  #329011;
}

.main_screen_img{
    display: none;
}

.about_us{
    padding: 45px 0 88px; 
}

.about_us .container{
    display: flex;
}

.about_us_info{
    width: calc(100% - 510px);
    padding-right: 40px;
}

.about_us_info .logo{
    color: #242424;
    margin-bottom: 38px;
}

.about_us_info .logo span:first-child{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 40px;
}

.about_us_info .logo span:first-child img{
    margin: 0 7px;
}

.about_us_info .logo span:last-child{
    font-size: 30px;
    letter-spacing: 0.18em;
    line-height: 1;
}

.about_us_info p{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.about_us_info .video{
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    background-size: cover;
    background-position: center;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.about_us_info .video:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -moz-linear-gradient( -89.158deg, rgb(36,36,36) 0%, rgba(36,36,36,0) 100%);
    background-image: -webkit-linear-gradient( -89.158deg, rgb(36,36,36) 0%, rgba(36,36,36,0) 100%);
    background-image: -ms-linear-gradient( -89.158deg, rgb(36,36,36) 0%, rgba(36,36,36,0) 100%);
    z-index: 0;
}

.about_us_info .video .play_video_btn{
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    border: 5px solid #329011;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.about_us_info .video .play_video_btn:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 24px solid #fff;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 6px);
    
}

.about_us_info .video .play_video_btn:hover{
    background-color: #329011;
}

.company-news {
  margin-top: 40px;
	width: 100%;
}

.news-list {
  /* gap: 20px; */
  margin-top: auto;
  /* display: block; */
	
	  display: flex;       /* можно grid, если нужно */
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.news-img-mini img {
    display: block;
    height: auto;
}

.news-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-description {
    font-size: 18px;
    margin-bottom: 10px;
}

.news-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
  display: flex;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 25px;
  width: 100%;
  box-sizing: border-box;
}

.news-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.news-date {
  font-size: 16px;
  color: #999;
  margin-bottom: 8px;
}

.news-description {
  font-size: 18px;
  color: #333;
  flex-grow: 1;
  margin-bottom: 18px;
  line-height: 1.4;
}

.news-link {
  display: inline-block;
  padding: 10px 20px;
  background: #329011;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  align-self: flex-start;
  transition: background 0.2s ease;
}

.news-link:hover {
  background: #b08e68;
}

/* --- адаптив --- */
@media (max-width: 600px) {
  .news-item {
    padding: 20px;
  }
  .news-description {
    font-size: 15px;
  }
}




.about_us_info_news{
    padding-right: 40px;
	width: 100%;
}

.about_us_info_news .logo{
    color: #242424;
    margin-bottom: 38px;
}

.about_us_info_news .logo span:first-child{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 40px;
}

.about_us_info_news .logo span:first-child img{
    margin: 0 7px;
}

.about_us_info_news .logo span:last-child{
    font-size: 30px;
    letter-spacing: 0.18em;
    line-height: 1;
}

.about_us_info_news p{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.about_us_info_news .video{
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    background-size: cover;
    background-position: center;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.about_us_info_news .video:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -moz-linear-gradient( -89.158deg, rgb(36,36,36) 0%, rgba(36,36,36,0) 100%);
    background-image: -webkit-linear-gradient( -89.158deg, rgb(36,36,36) 0%, rgba(36,36,36,0) 100%);
    background-image: -ms-linear-gradient( -89.158deg, rgb(36,36,36) 0%, rgba(36,36,36,0) 100%);
    z-index: 0;
}

.about_us_info_news .video .play_video_btn{
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    border: 5px solid #329011;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.about_us_info_news .video .play_video_btn:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 24px solid #fff;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 6px);
    
}

.about_us_info_news .video .play_video_btn:hover{
    background-color: #329011;
}







.about_us_form{
    width: 510px;
    max-width: 100%;
}

form{
    padding: 50px 35px 64px;
    border: 1px solid #242424;
    width: 100%;
}

form h3{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 55px;
    text-align: center;
        word-break: break-word;
}



.material-sub-select {
    display: none;
    font-size: 16px;
    padding-bottom: 18px;
    width: 100%;
    border-bottom: 1px solid #242424;
    margin-bottom: 38px;
    font-weight: 600;
}





form input[type="text"], form input[type="tel"], form select {
    font-size: 16px;
    padding-bottom: 18px;
    width: 100%;
    border-bottom: 1px solid #242424;
    margin-bottom: 38px;
    font-weight: 600;
}
form input[type="text"]::placeholder, form input[type="tel"]::placeholder, form select {
    font-size: 16px;
    color: #242424;
    font-weight: 600;
}

form input[type="submit"]{
    width: 100%;
    max-width: 100%;
    height: 68px;
}

.catalog {
    /*padding-top: 60px;*/
	padding-top: 30px;
    padding-bottom: 70px;
    background-color: #191919;
}

.catalog .section_header{
    color: #fff;
    /*margin-bottom: 74px;*/
	margin-bottom: 40px;
}

.catalog_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
}

.catalog_item{
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.catalog_item_img{
    background-size: cover;
    background-position: center;
    /*padding-bottom: 83%;*/
}

.catalog_item_content{
    padding: 29px 20px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-self: stretch;
}

.catalog_item_content h3{
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 26px;
    font-weight: 800;
    word-break: break-word;
        word-wrap: break-word;
        overflow-wrap: break-word
}

.catalog_item_content h3 span{
    font-size: 20px;
    font-weight: 700;
    color: #329011;
    display: block;
    width: 100%;
}

.catalog_item_btn{
    width: 100%;
    height: 54px;
}

.catalog_item_btn.green_btn{
    margin-top: auto;
}

.catalog_item_btn.dark_btn{
    margin-top: 8px;
}

.catalog_item_btn2{
    width: 80%;
    height: 48px;
}


.catalog_page .section_header{
    text-align: left;
}

.catalog_page .catalog_wrapper{
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    justify-content: space-between;
}



.catalog_page{
    background-color: #242424;
}
.catalog_page .catalog_item_btn.dark_btn{
margin-top: auto;
}



.process .section_header{
    padding-top: 94px;
    margin-bottom: 85px;
}

.process_wrapper{
    display: flex;
}

.process_item{
    flex: 1;
    position: relative;
}

.process_item span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border: 6px solid #329011;
    border-radius: 50%;
    margin: 0 auto 33px auto;
    font-size: 32px;
    font-weight: 700;
    color: #329011;
}

.process_item p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.process_item:before{
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    background-image: url(img/arrow-icon.svg);
    background-position: center;
    position: absolute;
    right: -12px;
    top: 48px;
}

.process_item:last-child:before{
    display: none;
}

.payment{
    padding-top: 54px;
}

.payment .section_header{
    margin-bottom: 76px;
}

.payment_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:23px;
}

.payment_item{
    background-color: #191919;
    padding-bottom: 26px;
    padding-top: 32px;
}

.payment_item h3{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.payment_item .img_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    height: 82px;
}


.advantages{
    position: relative;
    padding-bottom: 68px;
    overflow-x: hidden;
}

.advantages .section_header{
    margin: 105px 0 65px;
}

.advantages_wrapper{
    max-width: calc( (100vw - 768px)/(1920 - 768) * (860 - 500) + 500px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc( (100vw - 768px)/(1920 - 768) * (19 - 14) + 14px);
    z-index: 2;
    position: relative;
}

.advantages_item{
    background-color: #329011;
    padding-bottom: calc( (100vw - 768px)/(1920 - 768) * (58 - 20) + 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc( (100vw - 768px)/(1920 - 768) * (312 - 200) + 200px);
}
.advantages_item img{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.advantages_item h3{
    font-size: calc( (100vw - 768px)/(1920 - 768) * (20 - 14) + 14px);
    color: #fff;
    font-weight: 700;
    text-align: center;
    max-width: 320px;
    align-items: center;
    padding: 0 10px;
}

.advantages .tech_1{
    position: absolute;
    right: calc( (100vw - 768px)/(1920 - 768) * (35 + 250) - 250px);
    bottom: 0;
    max-width: calc( (100vw - 768px)/(1920 - 768) * (708 - 458) + 458px);
    z-index: 3;
}
.advantages .tech_2{
    position: absolute;
    right: calc( (100vw - 768px)/(1920 - 768) * ( 290 - 150) - 290px);
    bottom: 165px;
    max-width: calc( (100vw - 768px)/(1920 - 768) * (872 - 552) + 552px);
    z-index: 1;
}















.map_section{
    padding-top: 85px;
    background-color: #191919;
}
.map_section .section_header{
    margin-bottom: 20px;
    color: #fff;
}

.rf-map,
.rf-map *{
    box-sizing: border-box;
}    
.rf-map {
    position: relative;
    max-width: 100%;
    margin: auto;
}
.rf-map .district b {
    position: absolute;
    z-index: 5;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    left: 6px;
    top: 18px;
    transition: all 0.3s;
}
.rf-map .district span {
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 30px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'OpenSans', sans-serif;
    line-height: 1;
    color: #fff;
}
.rf-map .district {
    display: none;
}
.rf-map.open .district b {
    top: 0;
    left: 0;
    border-radius: 0;
    width:100%;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);    
}
.rf-map.open .district span {
    color: #FFF;
}
.rf-map svg {
    width: 100%;
    height: 100%;    
}
.rf-map path {
    stroke: #000;
    stroke-width: 1;
    stroke-linejoin: round; 
}
.rf-map [data-code] {
    fill: #2f9236;
    transition: fill 0.2s;
    cursor: pointer;
}
.rf-map [data-code]:hover {
    fill: #f5b826;
}
.rf-map .district-text {
    display: none;
    position: absolute;
    z-index: 6;
    left: 0;
    top: 60px;
    width: calc(100% - 20px);
    height: calc(100% - 90px);
    padding: 0 20px;
    overflow: auto;
    color: #FFF;
    font-size: 13px;
    font-family: Verdana, sans-serif;   
}
.rf-map .close-district {
    opacity: 0;
    z-index: 6;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;    
    width: 40px;
    height: 40px;
    line-height: 1;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: opacity 1s;
    pointer-events: none;
}
.rf-map.open .close-district {
    opacity: 1;
    pointer-events: initial;
}
.rf-map .district-links {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.rf-map .district-links div {
    font-size: 13px;
    font-family: Verdana, sans-serif; 
    padding: 4px;
}
.rf-map .district-links div:after {
    content: " | ";
    color: #337AB7;
}
.rf-map .district-links div:last-child:after {
    content: "";
}
.dropfill {
    fill: #337AB7!important;
}
.mainfill {
    fill: #1d4567!important;
}
@media (min-width:768px){
    .rf-map .district b {
        width: 28px;
        height: 28px;    
        left: 6px;
        top: 28px;
    }
    .rf-map .district span {
        top: 30px;
        left: 46px;
        font-size: 20px;
        font-weight: normal;
    }
    .rf-map .district-text {
        left: 30px;
        top: 80px;
        width: calc(100% - 60px);
        height: calc(100% - 130px);
        font-size: 16px; 
    }
    .rf-map .close-district {  
        width: 60px;
        height: 60px;
        font-size: 60px;
    }
    .rf-map .district-links {
        display: none;
    }
}




.reviews{
    background-color: #e3feda;
    padding-top: 80px;
    padding-bottom: 100px;
}

.reviews .section_header{
    margin-bottom: 48px;
    text-align: left;
}
.reviews_wrapper{
    display: flex;
}

.reviews_main{
    width: 40%;
    padding-right: 34px;
}

.reviews_main p{
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 36px;
}

.reviews_main img{
    margin-bottom: 37px;
}

.reviews_main .dark_btn{
    height: 68px;
    width: 100%;
    max-width: 100%;
}

.reviews_carousel{
    width: 50%;
    padding: 0 36px;
    position: relative;
    margin-top: auto;
}

.reviews_carousel .item img{
    max-width: 100%;
}

.reviews_carousel .owl-nav button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #329011 !important;
    position: absolute;
    top:calc(50% - 33px);
    transition: all 0.25s ease;
}

.reviews_carousel .owl-nav button:hover{
    background-color: #f5b826 !important;
}

.reviews_carousel .owl-nav button span{
    color: #fff;
    font-size: 24px;
}

.reviews_carousel .owl-nav .owl-prev{
    left: 0;
}

.reviews_carousel .owl-nav .owl-next{
    right: 0;
}

.order{
    padding-top: 68px;
    padding-bottom: 52px;
}

.order .section_header{
    text-align: left;
    margin-bottom: 60px
}

.order_wrapper{
    display: flex;
}

.order_text{
    width: calc(100% - 510px);
}

.order_text ul li{
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.order_text ul li p{
    padding-top: 8px;
}
.order_text ul li span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #329011;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.order_text ul li > p{
    width: calc(100% - 58px);
}
.order_form{
    width: 510px;
}


.order_text ul li:first-child{
    padding-bottom: 62px;
    position: relative;
}
.order_text ul li:first-child:before{
    content: "Или";
    font-size: 22px;
    position: absolute;
    bottom: 12px;
    left: 58px;
}

.order_text ul li:first-child:after{
    content: "";
    width: 227px;
    height: 48px;
    background-image: url('img/green-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 12px;
    left: 170px;
}

.order_form form{
    padding-bottom: 34px;
}

.order_form .dark_btn{
    width: 100%;
    max-width: 100%;
    height: 68px;
    margin-top: 22px;
}


footer .footer_top{
    margin-bottom: 54px;
}

footer .footer_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer_logo{
    color: #fff;
}

footer .footer_logo span:first-child{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 30px;
}

footer .footer_logo span:first-child img{
    margin: 0 5px;
}

footer .footer_logo span:last-child{
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: 1;
}

footer .footer_top nav{
    max-width: 600px;
}

footer .footer_top nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 22px 24px;
}

footer .footer_top nav ul li a{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: all 0.25s ease;
}

footer .footer_top nav ul li a:hover{
    color: #f5b826;
}

footer{
    padding: 27px 0 40px;
    background-color: #242424;
}

footer .footer_bottom{
    display: flex;
    justify-content: space-between;
}

footer .contact_item{
    display: inline-flex;
    align-items: center;
    gap: 11px;
    max-width: 440px;
}

footer .contact_item.geo_item{
    align-items: flex-start;
}

footer .contact_item span{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

footer .link_item{
    font-size: 15px;
    color: #fff;
    display: block;
}


footer a{
    transition: all 0.25s ease;
}
footer a:hover{
    color: #329011;
}

.modal{
    padding: 10px !important;
	/*max-width: 820px;*/
}

#modal_form{
    border-radius: 0;
}
#modal_form form h3{
    margin-bottom: 10px;
}

#modal_form form h4{
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
}
.blocker{
    z-index: 11;
}
.footer_contact_col:nth-child(1){
    flex: 2;
    max-width: 420px;
    padding-right: 20px;
}
.footer_contact_col{
    flex: 1;
}
.footer_contact_col:nth-child(4){
    flex: 1.1;
}

.breadcrumbs{
    padding: 25px 0 10px; 
    background-color: #242424;
	color: #fff;
}
.breadcrumbs_wrapper{
    display: flex;
    align-items: center;
}
.breadcrumbs a{
	color: #f5b826;
	text-decoration: underline;
    font-size: 18px;
    transition: all 0.25s ease;
}
.breadcrumbs a:hover{
    color: #f5b826;
}

.breadcrumbs a.main_page{
   color: #f5b826;
}

.breadcrumbs .separator{
    transform: rotate(180deg);
    display: inline-flex;
    align-items: center;
    margin: 0 16px;
}






@media (min-width:1920px){

    .advantages_wrapper{
        max-width: 860;
        grid-gap: 19px;
    }

    .advantages_wrapper{
        max-width: 860px;
        grid-gap: 19px;

    }

    .advantages_item{
        padding-bottom: 58px;
        height: 312px;
    }

    .advantages_item h3{
        font-size: 20px;
        max-width: 320px;
    }

    .advantages .tech_1{
        right: 35px;
        max-width: 708px;

    }
    .advantages .tech_2{
        right: -150px;
        bottom: 165px;
        max-width: 872px;
    }
}




@media (max-width:1400px){
    .header_aside .burger_aside_btn span{
        width: 36px;
        height: 5px;
    }
    .header_aside.active .burger_aside_btn span:last-child {
        transform: rotate(-45deg) translateY(-7px);
    }
    .header_aside.active .burger_aside_btn span:first-child {
        transform: rotate(45deg) translateY(7px);
    }
    .header_aside .burger_aside_btn{
        gap:6px;
    }
    .header_aside{
        padding: 17px 10px; 
    }
    .header_aside .aside_caption{
        font-size: 16px;
    }
    .container{
        padding-left: 80px;
    }

    header .header_info{
        padding: 10px 0;
    }
    header .header_info .container{
        display: grid;
        grid-row-gap: 10px;
        grid-template-columns: 35% 35% 30%;
    }

    header .header_btn.light_btn{
        grid-column: 3 / span 2;
        grid-row: 1;
    }
    header .header_btn.dark_btn{
        grid-column: 3 / span 2;
        grid-row: 2;
    }
    header .header_nav{
        padding: 20px 0;
    }
    header .header_nav nav ul li a{
        font-size: 16px;
    }
    header .header_logo span:first-child{
        font-size: 26px;
    }
    header .header_logo span:last-child {
        font-size: 21px;
    }

    .main_screen h1{
        font-size: 28px;
        margin-bottom: 35px;
    }

    .main_screen ul li{
        min-width: 200px;
    }

    .main_screen ul li{
        font-size: 20px;
    }

    .main_screen{
        padding-top: 100px;
        padding-bottom: 150px;
        background-size: auto 100%;
        background-position: 300px 0;
    }

    .main_screen:before{
        clip-path: polygon(0% 0%, 65% 0%, 55% 100%, 0% 100%);
    }
    .main_screen .btn{
        width: 220px;
        height: 60px;
        font-size: 18px;
    }

    .advantages_item img{
        max-width: 100px;
        max-height: 100px;
    }
    .catalog_item_content h3{
        font-size: 21px;
    }

}


@media (max-width:1200px){

    .section_header{
        font-size: 26px;
    }
    .about_us_info{
        width: calc(100% - 450px);
    }
    .about_us_form{
        width: 450px;
    }
    .about_us_info p{
        font-size: 16px;
    }
    .about_us_info .logo span:first-child{
        font-size: 32px;
    }
    .about_us_info .logo span:first-child img{
        margin: 0 5px;
        max-width: 45px;
    }
    .about_us_info .logo span:last-child {
        font-size: 23.5px;
    }
    .about_us_info .video .play_video_btn{
        width: 80px;
        height: 80px;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
    }

    .about_us_info .video .play_video_btn:before{
        border-top: 14px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 20px solid #fff;
        top: calc(50% - 14px);
        left: calc(50% - 5px);
    }

    body .green_btn,
    body .dark_btn{
        font-size: 16px;
    }

    form input[type="submit"],
    .order_form .dark_btn{
        height: 60px;
    }

    form{
        padding: 40px 30px 50px;
    }
    form h3{
        font-size: 24px;
        margin-bottom: 40px;
    }
    .catalog .section_header{
        margin-bottom: 60px;
    }
    .catalog_wrapper{
        grid-gap: 30px;
    }
    .catalog_item_btn {
        height: 60px;
    }
    .catalog_item_content{
        padding: 25px 15px 15px;
    }
    .catalog_item_content h3{
        font-size: 20px;
    }

    .process_item span{
        width: 100px;
        height: 100px;
        border-width: 4px;
    }

    .process_item:before{
        top: 40px;
    }

    .process_item p{
        font-size: 18px;
    }

    .payment_item .img_wrapper img{
        max-width: 80px;
        max-height: 70px;
    }
    .advantages_item img{
        max-width: 80px;
        max-height: 80px;
    }
    .reviews .section_header{
        margin-bottom: 30px;
    }
    .reviews_main p{
        font-size: 20px;
    }
    .reviews_main .dark_btn{
        height: 60px;
    }
    .reviews_carousel .owl-nav button{
        width: 54px;
        height: 54px;
        top: calc(50% - 27px);
    }
    .reviews_carousel .owl-nav button svg{
        max-width: 30px;
    }
    .reviews_carousel{
        padding: 0 27px;
    }
    .order .section_header{
        font-size: 22px;
    }
    .order_text {
        width: calc(100% - 450px);
    }
    .order_form{
        width: 450px;
    }

    .order_text ul li span{
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    .order_text ul li{
        font-size: 18px;
    }
    .order_text ul li p{
        padding-top: 3px;
        width: calc(100% - 48px);
    }
    .order_text ul li:first-child:after{
        bottom: 20px;
        left: 150px;
        width: 198px;
        height: 48px;
    }
    .order_text ul li:first-child:before{
        font-size: 18px;
        bottom: 12px;
        left: 48px;
    }

    footer .footer_top nav ul{
        gap: 15px 36px;
    }
    footer .footer_top nav ul li a{
        font-size: 16px;
    }
    footer .contact_item span {
        font-size: 14px;
    }
    footer .footer_bottom{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    footer .footer_contact_col,
    .footer_contact_col:nth-child(4),
    .footer_contact_col:nth-child(1){
        flex: auto;
    }

    footer .footer_contact_col:first-child{
        width: 40%;
    }

    footer .footer_contact_col:last-child{
        width: 100%;
        
    }

    footer .footer_contact_col:last-child a{
        padding-left: 31px;
        margin-bottom: 5px;
    }


    footer .footer_contact_col{
        width: 25%;
    }

    footer .contact_item{
        width: 100%;
    }

}


@media (max-width:992px){
.breadcrumbs a{
    font-size: 16px;
}
.breadcrumbs{
    padding-bottom: 20px;
}
    .container{
        padding-left: 65px;
    }
    .header_aside .burger_aside_btn span{
        width: 30px;
        height: 4px;
    }
    .header_aside nav h3 {
        font-size: 22px;
        padding-top: 16px;
        margin-bottom: 30px;
    }
    .header_aside.active .burger_aside_btn span:last-child {
        transform: rotate(-45deg) translateY(-6px);
    }
    .header_aside.active .burger_aside_btn span:first-child {
        transform: rotate(45deg) translateY(6px);
    }
    .header_aside .burger_aside_btn{
        gap: 5px;
    }

    header .header_info .container{
        grid-template-columns: 40% 30% 30%;
    }
    header .contact_item {
        gap: 10px;
    }
    header .contact_item span {
        font-size: 14px;
    }

    header .header_btn{
        padding: 8px 23px; 
    }

    header .header_nav nav {
        max-width: 450px;
    }
    header .header_nav nav ul li a {
        font-size: 14px;
    }
    header .header_nav nav ul {
        gap: 10px 16px;
    }

    .main_screen ul li img {
        margin-right: 10px;
        max-width: 18px;
    }
    .main_screen ul {
        max-width: 500px;
        margin-bottom: 50px;
    }
    .main_screen h1 {
        font-size: 24px;
    }
    .main_screen ul li {
        font-size: 18px;
        min-width: 170px;
    }

    .main_screen .btn {
        width: 190px;
        height: 55px;
        font-size: 16px;
        margin-right: 5px;
    }

    .main_screen:before {
        clip-path: polygon(0% 0%, 70% 0%, 60% 100%, 0% 100%);
    }
    .main_screen{
        padding: 70px 0 100px;
    }

    .about_us .container{
        display: block;
    }

    .about_us .container {
        display: block;
        max-width: 600px;
    }
    .about_us_info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }

    .about_us_form{
        width: 100%;
    }

    .catalog .section_header{
        font-size: 22px;
    }

    .catalog_wrapper,
    .catalog_page .catalog_wrapper{
        grid-template-columns: repeat(2, 1fr);
        max-width: 690px;
        margin: auto;
    }

    .catalog_page .catalog_wrapper{
        display: grid;
        grid-gap: 30px;
    }

    .catalog_page .catalog_item{
        width: auto;
    }

    .process_item span {
        width: 80px;
        height: 80px;
        font-size: 24px;
        border-width: 3px;
    }
    .process_item span{
        margin-bottom: 20px;
    }
    .process_item:before{
        top: 28px;
    }

    .process_item p {
        font-size: 14px;
    }
    .payment_item h3 {
        font-size: 16px;
    }
    .reviews_wrapper{
        display: block;
        max-width: 500px;
        margin: auto;
    }

    .reviews_main{
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }

    .reviews_carousel{
        width: 100%;
    }
    .reviews .section_header{
        margin-bottom: 20px;
    }
    .order_wrapper{
        display: block;
        max-width: 500px;
        margin: auto;
    }
    .order_text{
        width: 100%;
        margin-bottom: 50px;
    }
    .order_form{
        width: 100%;
    }

    footer .footer_top nav ul li a{
        font-size: 14px;
    }

    footer .footer_top nav ul{
        gap: 10px 16px;
    }

    footer .footer_logo span:first-child{
        font-size: 24px;
    }
    footer .footer_logo span:first-child img{
        max-width: 25px;
    }
    footer .footer_top nav {
        max-width: 450px;
    }
    footer .footer_logo span:last-child {
        font-size: 19px;
    }
    footer .footer_contact_col:first-child {
        width: 50%;
        padding-right: 30px;
    }

}


@media (max-width:767px){

    .container {
        padding-left: 15px;
    }
    header{
        display: flex;
        flex-direction: column;
        background-color: #329011;
    }
    header .header_nav{
        order: 1;
    }
    header .header_info{
        order: 2;
    }

    .header_aside{
        position: static;
        height: auto;
        width: 100%;
    }
    .header_aside nav {
        height: 0;
    }

    .header_aside .aside_caption{
        writing-mode: horizontal-tb;
        transform: none;
    }
    header .header_logo span:first-child {
        font-size: 20px;
    }
    header .header_logo span:last-child {
        font-size: 16.5px;
    }
    header .header_logo span:first-child img{
        max-width: 25px;
    }
    header .header_nav .header_btn{
        display: flex;
        font-size: 14px;
    }
    header .header_nav {
        padding: 10px 0;
        width: 100%;
    }
    .header_aside {
        padding: 0;
        padding-left: 15px;
        align-items: center;
    }
    .header_aside {
        order: 2;
        width: 50px;
        background-color: #329011;
        box-shadow: none;
    }
    .burger_aside_btn span{
        background-color: #fff;
    }
    .header_aside .aside_caption{
        display: none;
    }
    header{
        flex-direction:row;
        flex-wrap: wrap;
    }
    header .header_info {
        order: 3;
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    #header_main_menu{
        display: flex;
        align-items: center;
    }
    #header_main_menu nav {
        position: fixed;
        height: 100vh;
        max-width:0;
        align-items: flex-start;
        width: 0;
        overflow: hidden;
        right: 0;
        top: 0;
        width: auto;
        transition: max-width 0.25s ease;
    }

    header .header_nav nav ul{
        display: inline-block;
        padding-right: 40px;
    }
    header .header_nav nav ul li{
        width: 100%;
    }

    #header_main_menu.active{
        z-index: 5;
        
    }
    #header_main_menu.active nav{
        max-width: 100vw;
        background-color: #242424;
                padding: 50px 25px 25px 25px;
                overflow-y: auto;
    }

    #header_main_menu.active .burger_main_btn{
        position: fixed;
        top: 20px;
        right: 10px;
        z-index: 2;
    }
    header .header_nav nav ul li a{
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
    }

    #header_main_menu.active .burger_main_btn span:nth-child(2){
        display: none;
    }
    #header_main_menu.active .burger_main_btn span:last-child {
        transform: rotate(-45deg) translateY(-6px);
    }
    #header_main_menu.active .burger_main_btn span:first-child {
        transform: rotate(45deg) translateY(6px);
    }











    .header_aside .burger_aside_btn span{
        background-color: #fff;
    }
    .aside_cntrls{
        align-items: center;
        flex-direction: row;
    }

    header .header_info .header_btn{
        display: none;
    }
    header .header_info .container{
        grid-template-columns: 60% 40%;
    }

    header .header_nav .burger_main_btn{
        display: inline-flex;
        flex-direction: column;
        gap: 5px;
    }

    .burger_main_btn span {
        width: 30px;
        height: 4px;
        background-color: #fff;
        transition: all 0.25s ease;
    }
    header .header_nav .dark_btn{
        border: 1px solid #fff;
    }

    .header_aside.active{
        position: fixed;
        height: 100vh;
        box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.2);
        padding: 24px 17px;
        background-color: #fff;
        width: auto;
        align-items: flex-start;
        padding-right: 25px;
    }
    .header_aside.active .burger_aside_btn span {
        background-color: #329011;
    }

    .main_screen {
        padding: 70px 0 70px;
    }
    .main_screen h1 {
        font-size: 20px;
    }
    .main_screen ul li {
        font-size: 16px;
        min-width: 120px;
    }
    .main_screen ul {
        max-width: 400px;
        margin-bottom: 30px;
    }
    .main_screen .btn {
        width: 28%;
        height: 50px;
        font-size: 15px;
    }
    .catalog_wrapper {
        grid-gap: 20px;
    }
    .catalog_item_content h3,
    .catalog_item_content h3 span {
        font-size: 16px;
    }
    body .green_btn, body .dark_btn {
        font-size: 14px;
    }
    .catalog_item_btn{
        height: 50px;
    }

    .catalog .section_header{
        padding-top: 60px;
    }
    .section_header {
        font-size: 20px;
    }

    .payment_wrapper{
        display: flex;
        flex-wrap: wrap;
        grid-gap: 0;
        gap:16px;
        justify-content: center;
        max-width: 600px;
        margin: auto;
    }
    .payment_item .img_wrapper img {
        max-width: 70px;
        max-height: 60px;
    }
    .payment_item .img_wrapper {
        height: 70px;
        margin-bottom: 10px;
    }
    .payment .section_header {
        margin-bottom: 46px;
    }
    .payment_item {
        padding-top: 20px;
        width: calc(50% - 8px);
        max-width: ;
    }

    .advantages_wrapper{
        max-width: 100%;
        grid-gap: 15px;
    }

    .advantages_item:nth-child(1){
        grid-row-start: 1;
    }
    .advantages_item:nth-child(2){
        grid-row-start: 2;
    }
    .advantages_item:nth-child(3){
        grid-row-start: 3;
    }
    .advantages_item:nth-child(4){
        grid-row-start: 3;
    }
    .advantages_item{
        padding-bottom: 25px;
        height: 200px;
    }
    .advantages_item h3 {
        font-size: 16px;
    }
    .advantages_item img {
        max-width: 80px;
        max-height: 80px;
    }
    .advantages .tech_1 {
        position: absolute;
        right: auto;
        left: 50%;
        bottom: 280px;
        max-width: 420px;
    }
    .advantages .tech_2 {
        position: absolute;
        right: auto;
        left: 50%;
        bottom: 350px;
        max-width: 500px;
    }
    .reviews_main p {
        font-size: 16px;
    }
    .reviews_main .dark_btn {
        height: 50px;
    }
    .reviews_main{
        margin-bottom: 35px;
    }
    .reviews_main img {
        margin-bottom: 20px;
    }
    .order_text ul li {
        font-size: 16px;
    }
    .order_text ul li:first-child:before {
        font-size: 16px;
    }
    .order_text ul li span {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .order_text ul li p {
        padding-top: 1px;
        width: calc(100% - 40px);
    }

    .order_text ul li:first-child:before{
        left: 40px;
    }

    form input[type="submit"] {
        height: 50px;
    }
    form input[type="submit"], .order_form .dark_btn {
        height: 50px;
        margin-top: 10px;
    }

    footer .footer_top{
        padding-top: 100px;
        order: 2;
    }
    footer .container{
        position: relative;
        display: flex;
        justify-content: center;
    }

    footer .footer_logo{
        position: absolute;
        top: 0;
        left: calc(50% - 93px);
    }
    footer .footer_top{
        width: 40%;
    }
    footer .footer_top nav ul li a {
        font-size: 16px;
    }
    footer .footer_top nav ul li {
        width: 100%;
    }
    footer .footer_top nav ul {
        gap: 10px 0px;
    }
    footer .footer_logo span:first-child {
        font-size: 30px;
    }
    footer .footer_logo span:first-child img{
        max-width: none;
    }
    footer .footer_logo span:last-child {
        font-size: 23px;
    }
    footer .footer_bottom {
        padding-top: 100px;
        width: 60%;
        display: block;
    }

    footer .footer_contact_col:first-child{
        width: 100%;
        padding-right: 20px;
    }
    footer .footer_contact_col:last-child a:last-child,
    footer .footer_contact_col:last-child a:first-child{
        width: 100%;
        padding-left: 31px;
        margin-bottom: 20px;
    }

    footer .footer_contact_col:last-child{
        flex-wrap: wrap;
    }

    footer .footer_contact_col{
        width: 100%;
    }

    footer .contact_item{
        margin-bottom: 20px;
    }

    footer .footer_top{
        margin-bottom: 0;
    }

    footer .contact_item span {
        font-size: 15px;    
    }
    footer .footer_top{
        align-items: flex-start;
    }
}

@media (max-width:575px){
    .breadcrumbs{
        padding-bottom: 0;
    }
    .catalog .section_header {
        font-size: 18px;
    }
    header .header_logo span:first-child {
        font-size: 18px;
    }
    header .header_logo span:first-child img {
        max-width: 20px;
    }
    header .header_logo span:last-child {
        font-size: 14px;
    }
    header .header_nav .header_btn {
        font-size: 13px;
        padding: 8px 15px;
    }
    header .header_nav .dark_btn,
    header .contact_item:first-child,
    header .contact_item:nth-child(4){
        display: none;
    }
    header .header_info .container {
        grid-template-columns: 50% 50%;
    }
    header .header_info{
        padding-left: 0;
    }
    @media (max-width:767px){
    .burger_main_btn span {
        width: 24px;
        height: 2.5px;
    }

    .header_aside.active .burger_aside_btn span:last-child {
        transform: rotate(-45deg) translateY(-5px);
    }
    .header_aside.active .burger_aside_btn span:first-child {
        transform: rotate(45deg) translateY(5px);
    }
    .header_aside .burger_aside_btn span {
        width: 24px;
        height: 2.5px;
    }

    #header_main_menu.active .burger_main_btn span:last-child {
        transform: rotate(-45deg) translateY(-5px);
    }
    #header_main_menu.active .burger_main_btn span:first-child {
        transform: rotate(45deg) translateY(5px);
    }

    .main_screen{
        background-image: none;
        background-color: #191919;
    }
    .main_screen:before{
        display: none;
    }

    .main_screen_img{
        display: block;
        margin-top: 50px;
    }

    .main_screen h1 {
        font-size: 18px;
        text-align: center;
    }

    .main_screen ul {
        max-width: 100%;
        display: inline-grid;
        margin: 0 auto 30px auto;
        grid-template-columns: auto auto;
        grid-column-gap: 30px;
    }
    .main_screen ul li img {
        margin-right: 10px;
        max-width: 15px;
    }
    .main_screen ul li {
        font-size: 14px;
        min-width: 0;
    }
    .main_screen .btn{
        width: calc(50% - 10px);
    }
    .main_screen .green_btn{
        margin-right: 10px;
    }
    .main_screen .btn{
        font-size: 13px;
    }
    .main_screen .container {
        display: flex;
        flex-direction: column;
    }

    .about_us_info .logo span:first-child {
        font-size: 28px;
    }
    .about_us_info .logo span:first-child img{
        max-width: 35px;
    }
    .about_us_info .logo span:last-child {
        font-size: 20px;
    }
    .about_us_info p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .about_us_info .video .play_video_btn {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border-width: 3px;
    }

    .about_us_info .video .play_video_btn:before {
        border-top: 10px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid #fff;
        top: calc(50% - 10px);
        left: calc(50% - 5px);
    }

    form h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    form input[type="text"]::placeholder{
        font-size: 14px;
    }
    form input[type="text"] {
        font-size: 14px;
        padding-bottom: 12px;
        margin-bottom: 30px;
    }
    form {
        padding: 25px 15px 30px;
    }
    form input[type="submit"]{
        margin-top: 0;
    }
    .catalog .section_header{
        padding-top: 0;
        margin-bottom: 35px;
        text-align: center;
    }
    .catalog_wrapper,
    .catalog_page .catalog_wrapper{
        display: flex;
        flex-direction: column;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .process{
        padding-top: 60px;
    }
    .process_wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
        margin: auto
    }
    .process_item{
        flex: auto;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
    .process_item span{
        margin: 0;
        margin-right: 20px;
    }
    .process_item:before {
        top: calc(100% + 10px);
        left: 30px;
        transform: none;
    }
    .process_item p {
        font-size: 16px;
    }

    .payment_item h3 {
        font-size: 14px;
    }
    .advantages_item img {
        max-width: 55px;
        max-height: 55px;
    }
    .advantages_item h3 {
        font-size: 14px;
    }
    .reviews_main p {
        font-size: 14px;
    }
    .reviews_carousel .owl-nav button {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
    }
    .reviews_carousel .owl-nav button svg {
        max-width: 20px;
    }
    .reviews_carousel {
        padding: 0 20px;
    }
    .order .section_header {
        font-size: 18px;
    }
    .order .section_header{
        margin-bottom: 35px;
    }
    .order_text ul li {
        font-size: 14px;
    }
    .order_text ul li:first-child:before {
        font-size: 14px;
    }
    .order_text ul li span {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
    .order_text ul li p {
        padding-top: 4px;
    }
    .order_text ul li:first-child:after {
        bottom: 13px;
        left: 100px;
        width: 150px;
        height: 40px;
    }
    .order_text ul li:first-child:before {
        font-size: 14px;
    }
        footer .contact_item span {
        font-size: 14px;
    }
    footer .link_item {
    font-size: 14px;
}
footer .footer_top nav ul li a {
        font-size: 14px;
    }
}




@media (max-width:375px){
    header .header_info .container{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        column-gap: 10px;
        row-gap: 5px;
    }
    .main_screen ul{
        grid-column-gap: 15px;
    }
    .container{
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width:320px){
    header .header_nav .header_btn{
        display: none;
    }
            .main_screen ul li {
            font-size: 12px;
        }
                .main_screen ul li img {
            margin-right: 5px;
        }
        .main_screen .btn{
            font-size: 12px;
        }
        .process_item span{
            margin-right: 10px;
        }
        .process_item p{
            text-align: left;
        }
        .payment_wrapper{
            gap:10px;
        }
        .payment_item h3{
            font-size: 12px;
        }
}
	
	
	
	


