@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    min-height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #F2F2F2;
}

body::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 80vh;
    width: 100%;
    height: calc(100% - 80vh);
    background-image: url(../img/body_pattern.svg);
    z-index: 1;
    opacity: .3;
}

* {
    outline: none!Important;
}

button {
    border: none;
    background: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.error {
    border-color: red!important;
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.flex::before,
.row.flex::after {
    display: none
}

.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.onlyxs {
    display: none;
}

.container {
    width: 100%;
    max-width: 1216px;
    position: relative;
    z-index: 10;
}

header {
    position: fixed;
    z-index: 1000;
    left: 0;
    width: 100%;
    padding: 50px 0;
    -webkit-transition: 0.3s, width 0s;
    transition: 0.3s, width 0s;
    background-color: transparent;
}

.fixMe {
    padding: 20px 0;
    background-color: #000;
}

.header_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.intro_section {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    background-image: url(../img/1_dekstop.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 100px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.intro_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    opacity: .3;
}

.intro_section .container {
    position: relative;
    z-index: 100;
}
.top_nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.top_nav li:first-child {
    margin-left: 0;
}

.top_nav li:last-child {
    margin-right: 0;
}

.top_nav li a {
    font-size: 19px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.top_nav li a:hover {
    text-decoration: underline;
}

.toptel {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
}

.toptel:hover {
    text-decoration: underline;
}

h1 {
    margin: 0;
    color: #fff;
    margin-bottom: 80px;
    font-weight: 900;
font-size: 43px;
line-height: 52px;
text-transform: uppercase;

/* White */

color: #FFFFFF;
}
h1 span {
    text-transform: uppercase;
    padding: 4px 7px;
    background-color: #63B168;
    display: inline-block;
    margin-top: 10px;
}

.after_h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 25px;
}

.green_button {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    background-color: rgb(96, 178, 101);
    width: 352px;
    height: 62px;
    text-transform: uppercase;
}

.green_button:hover {
    opacity: .7;
}

.scroll-top-btn {
     position: fixed;
     bottom: 50px;
     left: 50px;
     width: 70px;
     height: 70px;
     background: rgb(96, 178, 101);
     color: white;
     font-size: 34px;
     font-weight: bold;
     text-align: center;
     line-height: 60px;
     border-radius: 50%;
     cursor: pointer;
     display: none;
     box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
     transition: background 0.3s ease;
     z-index: 9999;
 }

.scroll-top-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.video_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.insta_link {
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.insta_link:hover {
    top: -4px;
}

.call_link {
    position: fixed;
    z-index: 1000;
    right: 80px;
    bottom: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.call_link:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.sklad_section {
    padding-top: 100px;
    overflow: hidden;
    padding-bottom: 150px;
}

h2 {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    font-size: 75px;
    line-height: 1.2;
}

.sklad_section h2 {
    margin-bottom: 100px;
}

.logo img {
    max-width: 282px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fixMe .logo img {
    max-width: 180px;
}

.prod_flex {
    margin-bottom: -100px;
    margin-left: -50px;
    margin-right: -50px;
}

.prod_flex > div {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 100px;
}

.prod_item {
    height: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 103.74px 10.26px rgba(39, 39, 39, 0.24);
    box-shadow: 0px 0px 103.74px 10.26px rgba(39, 39, 39, 0.24);
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.prod_item:hover {
    top: -4px;
}

.prod_img {
    background-position: center;
    background-size: cover;
    height: 220px;
}

.prod_body {
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 30px;
}

.prod_ttle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 520px;
    margin-bottom: 20px;
}

.prod_ttle > p {
    margin-bottom: 0;
    font-size: 31px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 800;
}

.prod_descript {
    min-height: 150px;
    margin-bottom: 0;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    line-height: 28px;
}

.prod_descript br {
    display: block!important;
}

.prod_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prod_foot .green_button {
    height: 64px;
    max-width: 230px;
    width: 100%;
}

.prod_foot > p {
    margin-bottom: 0;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}

.prod_foot > p b {
    font-weight: 800;
    font-size: 38px;
}

.prod_foot > p sup {
    font-size: 63%
}

.prod_ttle > span {
    font-size: 22px;
    color: #60b265;
    font-weight: 600;
    line-height: 1.2;
}

.after_h2 {
    font-size: 31px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.better_q_section {
    padding-top: 450px;
    padding-bottom: 140px;
    background-color: #60b265;
    position: relative;
}

.better_q_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/kaska.png);
    height: 488px;
    background-position: center;
    z-index: 10;
    top: -100px;
}

.better_q_section h2 {
    color: #fff;
    margin-bottom: 25px;
}

.video_quality {
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    height: 510px;
}

.video_quality::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../img/play.png);
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    top: calc(50% - 65px);
    left: calc(50% - 65px);
}

.video_quality:hover::before {
    -webkit-transform: scale(0.90);
    transform: scale(0.90)
}

.garance_section {
    padding-top: 75px;
    padding-bottom: 150px;
}

.preim_flex {
    margin-bottom: -75px;
}

.preim_flex > div {
    margin-bottom: 75px;
}

.preim_item {
    text-align: center;
}

.preim_item div {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 13px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.preim_item:hover div {
    top: -4px
}

.preim_item p {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    letter-spacing: 0.01em;
    font-size: 22px;
}

.preim_item span {
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.preim_item span br {
    display: block!important
}

.delivery_section {
    position: relative;
    padding-top: 430px;
    padding-bottom: 75px;
    background-color: #60b265;
}

.delivery_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/delivery.png);
    height: 409px;
    background-position: center;
    top: -60px;
    z-index: 10;
}

.delivery_section h2 {
    color: #fff;
    margin-bottom: 15px;
}

.dt_lbl {
    font-size: 21px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.d_text {
    max-width: 510px;
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.d_text br {
    display: block!important;
}

.rus_manuf_section {
    padding-top: 120px;
    padding-bottom: 220px;
}

.rus_manuf_section h2 {
    margin-bottom: 25px;
}

.rus_manuf_section .after_h2 {
    color: black;
    margin-bottom: 60px;
}

.reviews_section {
    position: relative;
    background-color: #60b265;
    padding-top: 670px;
    padding-bottom: 80px;
}

.reviews_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/clients_bg.png);
    height: 682px;
    z-index: 10;
    background-position: center;
    top: -31px;
}

.reviews_section h2 {
    color: #fff;
    margin-bottom: 15px;
}

.rev_item {
    display: block;
}

.rev_item div {
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
}

.rev_item div::before {
    content: '';
    display: block;
    padding-top: 56%;
}

.rev_item div::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/play_rev.png);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-size: 70px;
}

.rev_item:hover div::before {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.rev_item p {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.rev_item p span {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.professionals {
    padding-top: 105px;
    padding-bottom: 120px;
}

.professionals .after_h2 {
    color: black;
}

.professionals h2 {
    margin-bottom: 20px;
}

.professionals .flex {
    margin-bottom: -25px;
}

.professionals .flex > div {
    margin-bottom: 25px;
}

.worker_item {
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.worker_item:hover {
    top: -4px;
}

.worker_item div {
    width: 100%;
    background-position: center;
    background-size: cover;
    max-width: 235px;
    height: 235px;
    margin-bottom: 20px;
}

.worker_item p {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
    max-width: 240px;
}

.worker_item span {
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.workers_wrp {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.test_product {
    background-color: #60b265;
    padding-top: 470px;
    padding-bottom: 70px;
    position: relative;
}

.test_product::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/testpr.png);
    height: 580px;
    background-repeat: no-repeat;
    background-position: calc(50% + 100px) 1px;
    top: -86px;
    z-index: 10;
}

.test_product h2 {
    margin-bottom: 35px;
    color: #fff;
}

.test_product .after_h2 {
    margin-bottom: 40px;
}

.test_product .green_button {
    background-color: #fff;
    color: #60b265;
}

.map_insert iframe {
    width: 100%;
    height: 100%
}

.map_insert {
    height: 100%;
}

.contact_section {
    position: relative;
    z-index: 100;
    background-color: #414141;
}

.cont_wrp {
    padding-top: 110px;
    padding-bottom: 45px;
}

.cont_wrp h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 37px;
    line-height: 1;
}

.cont_info li {
    margin-bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3;
}

.cont_info li a {
    color: #fff;
}

.cont_info li:last-child {
    margin-bottom: 0;
}

.cont_info li a:hover {
    text-decoration: underline;
}

.soc_lbl {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.soc_list {
    max-width: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.soc_list li {
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.soc_list li:hover {
    top: -4px;
}

footer {
    position: relative;
    z-index: 100;
    background-color: #414141;
    border-top: 2px solid #5b5b5b;
    text-align: center;
    padding: 30px 0;
}

footer p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
footer p:nth-child(1) {
    padding-bottom: 8px;
}
footer p:nth-child(2) {
    font-size: 16px
}
footer p a {
    color: #fff;
    text-decoration: underline
}
footer p a:hover {
    text-decoration: none
}

.open_menu {
    display: none
}

.mobile_nav_wrp {
    display: none
}

.modal_wrp {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 810px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #60b265;
}

.closemod {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 30px;
    right: 30px;
}

.closemod:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal_ttle {
    text-align: center;
    margin-bottom: 45px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

input {
    width: 100%;
    display: block;
    padding: 0 40px;
    margin-bottom: 30px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 19px;
    color: #60b265;
    text-transform: uppercase;
    font-weight: 600;
}

::-webkit-input-placeholder {
    color: #60b265;
}

::-moz-placeholder {
    color: #60b265;
}

:-moz-placeholder {
    color: #60b265;
}

:-ms-input-placeholder {
    color: #60b265;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

.pressing {
    margin-bottom: 50px;
    position: relative;
    cursor: pointer;
    padding-left: 38px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}

.pressing span {
    text-decoration: underline;
}

.pressing span:hover {
    text-decoration: none;
}

.pressing::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    width: 20px;
    height: 20px;
    top: 1px;
}

.pressing.pressed::before {
    border-width: 4px;
}

.send_form {
    font-size: 19px;
    color: #60b265;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 230px;
    height: 53px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.send_form:hover {
    opacity: .7
}

.thanks_wrp .modal_ttle {
    margin-bottom: 0;
}

.noActive {
    opacity: .6;
    pointer-events: none
}

#politika .modal_wrp {
    max-width: 100%;
    padding: 30px;
    color: #fff;
}
.player {
    position: absolute;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-position: 16% 0%;
    object-position: 16% 0%;
}
.video_bg > div {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

header .container {
    max-width: 1490px
}
.head_flex_new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.logo span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 24px;
    font-weight: 500;
font-size: 12px;
line-height: 15px;

/* White */

color: #FFFFFF;
}
.top_new_nav li {
    margin: 0 7px;
    display: inline-block;
    vertical-align: middle;
}
.top_new_nav li a {
    font-weight: bold;
font-size: 12px;
line-height: 15px;
/* identical to box height */

text-transform: uppercase;

/* White */

color: #FFFFFF;
}
.top_new_nav li a:hover {
    text-decoration: underline
}
.top_new_nav li:nth-child(1) {
    margin-left: 0;
}
.top_new_nav li:last-child {
    margin-right: 0;
}
.prob {
    position: relative;
    height: 60px;
    width: 195px;
    font-weight: bold;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #FFFFFF;

}
.prob span {
    position: absolute;
    width: 80px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #E6E057;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;

/* Black */
    color: #000000;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    right: -10px;
    top: -10px;
}
.top_list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
    font-weight: 500;
font-size: 20px;
line-height: 24px;

/* White */

color: #FFFFFF;

}
.top_list li:last-child {
    margin-bottom: 0;
}
.top_list {
    margin-bottom: 55px;
}
.top_list li::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/triangle_top.svg);
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
}
.intro_section .pressing {
	margin-bottom: 0;
    text-transform: none;
    font-weight: 500;
font-size: 12px;
line-height: 15px;
}
.top_forma div {
    max-width: 505px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.top_forma button {
    width: 220px;
    height: 60px;
    font-size: 16px;
}

.top_forma input {
    margin: 0;
    width: calc(100% - 220px);
    padding: 0 24px;
    font-size: 17px;
}

.intro_section .pressing::before {
    top: -2px;
}
.conk_wrp {
    text-align: right;
    margin-bottom: 70px;
}

.konk_in {
    padding-right: 20px;
    border-right: 4px solid #63B168;
}

.konk_in p {
    font-weight: 900;
    font-size: 43px;
    line-height: 52px;
    text-align: right;
    text-transform: uppercase;

/* White */
    color: #FFFFFF;
    margin-bottom: 1px;
}

.konk_in span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: right;

/* White */
    color: #FFFFFF;
}
.play_wrp {
    text-align: center;
}
.play_wrp img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.play_wrp img:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}
.new_preim_section {
    padding-top: 140px;
    padding-bottom: 150px;
}
.new_preim_section .flex {
    margin-bottom: -25px;
}
.new_preim_section .flex > div {
    margin-bottom: 25px;
}
.preim_new_item {
    text-align: center
}
.preim_new_item div {
    height: 100px;
}
.preim_new_item img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.preim_new_item:hover img {
    top: -4px
}
.preim_new_item p {
    margin-bottom: 18px;
    font-weight: 900;
font-size: 32px;
line-height: 39px;
text-align: center;

color: #000000;
}
.preim_new_item span, .preim_new_item a {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
/* or 133% */
    text-align: center;
    color: #000000;
}
.preim_new_item a {
    text-decoration: underline
}
.preim_new_item a:hover {
    text-decoration: none
}
.new_items_section {
    padding-bottom: 130px;
}
.new_items_section h2 {
    margin-bottom: 70px;
}
.nh2 {
    font-weight: 900;
font-size: 52px;
line-height: 63px;
text-align: center;
text-transform: uppercase;

/* Black */

color: #000000;
}
.nh2 span {
    color: #63B168;

}
.item_img {
    height: 330px;
    background-position: center;
    background-size: auto 100%;
    max-height: inherit!important;
    background-repeat: no-repeat;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item_new_elem {
    background: transparent;
}
.new_items_section .flex {
    margin-bottom: -30px;
}
.new_items_section .flex > div {
    margin-bottom: 30px;
}
.owl-prev {
    background-image: url(../img/prev.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 54px;
    height: 54px;
    display: inline-block;
    vertical-align: middle;
}
.owl-next {
    background-image: url(../img/next.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 54px;
    height: 54px;
    display: inline-block;
    vertical-align: middle;
}
.item_new_elem .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.item_de_body {
    padding: 30px;
}

p.it_new_ttle {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
/* or 156% */
    color: #000000;
    margin-bottom: 2px;
    min-height: 57px;
}

p.it_new_amm {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
/* identical to box height, or 156% */
    color: #63B168;
    margin-bottom: 30px;
}

.it_ne_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.it_ne_flex .green_button {
    width: 140px;
    height: 66px;
    font-size: 14px;
}

p.it_n_price {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
/* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
}

p.it_n_price span {
    font-size: 14px;
}

.it_ne_flex > div > span {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
/* identical to box height */
    text-transform: uppercase;
    color: #000000;
    background: #E5E5E5;
    padding: 3px 4px;
}

.it_ne_flex div {
    text-align: right;
}
.use_new_all .flex {
    margin-bottom: -24px;
}
.use_new_all .flex > div {
    margin-bottom: 24px;
}
.vid2_wrp {
    margin-top: 60px;
    display: inline-block;
}
.vid2_wrp img {
    max-width: 100%;
}
.use_item {
	text-align: center;
}
.use_item img {
    margin-bottom: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    position: relative;
    top: 0
}
.use_item:hover img {
    top: -4px
}
.vid2_wrp img {
    -webkit-transition: 0.3s;
    transition: 0.3s
}
.vid2_wrp img:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}
.use_item p {
    margin-bottom: 18px;
    font-weight: 900;
    font-size: 27px;
    line-height: 35px;
    text-align: center;

/* White */
    color: #FFFFFF;
}
.use_item span {
    display: block;
    font-weight: 500;
font-size: 18px;
line-height: 24px;
/* or 133% */

text-align: center;

/* White */

color: #FFFFFF;
}
.use_new_all {
    padding-top: 130px;
    padding-bottom: 110px;
    background-color: #63B168;
}
.use_new_all h2 {
    color: #fff;
    margin-bottom: 80px;
}
.tech_new {
    padding-top: 160px;
    padding-bottom: 140px;
}
.tech_new h2 {
    margin-bottom: 120px;
}
.tech_div.fullw {
    height: 565px;
    background-position: center;
    background-size: cover;
}

.did_wrp .flex:nth-child(even) > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.did_wrp .flex:nth-child(even) > div:nth-child(1) div {padding-left: 80px;}

.did_wrp .flex:nth-child(even) > div:nth-child(2) div {
    float: right;
    position: relative;
    left: 30px;
}

.tech_des p {
    margin-top: 50px;
    margin-bottom: 16px;
    font-weight: 900;
    font-size: 32px;
    line-height: 39px;
/* identical to box height */
    color: #000000;
}

.tech_des span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
/* or 150% */
    color: #000000;
}
.workwithus {
    padding-bottom: 160px;
}
.workwithus h2 {
    margin-bottom: 90px;
}
.tech_new {
	overflow: hidden
}
.workwithus {
    overflow: hidden
}
.workwithus .flex {
    margin-bottom: -80px;
    margin-left: -40px;
    margin-right: -40px;
}
.workwithus .flex > div {
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
}
.good_wrp {
    text-align: center;
    height: 100%;
    padding-top: 75px;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
    background: #FFFFFF;
-webkit-box-shadow: 0px 12px 100px rgba(0, 0, 0, 0.15);
box-shadow: 0px 12px 100px rgba(0, 0, 0, 0.15);
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.good_wrp:hover {
    top: -4px
}
.good_wrp div {
    height: 130px;
}
.good_wrp p {
    margin-bottom: 20px;
    font-weight: 900;
font-size: 32px;
line-height: 39px;
text-align: center;

color: #000000;


}
.good_wrp span {
    display: block;
    font-weight: 500;
font-size: 18px;
line-height: 24px;
/* or 133% */

text-align: center;

color: #000000;

}
.delivery_options {
    padding-top: 120px;
    padding-bottom: 130px;
    background-position: center;
    background-size: cover;
    background-color: #60b265;
}
.delivery_options h2 {
    color: #fff;
    margin-bottom: 80px;
}
.usl_wrp {
    text-align: center;
    
}
.usl_wrp img {
    margin-bottom: 45px;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}
.usl_wrp:hover img {
    top: -4px
}
.usl_wrp p {
    margin-bottom: 18px;
    font-weight: 900;
font-size: 32px;
line-height: 39px;
text-align: center;

/* White */

color: #FFFFFF;
}
.usl_wrp span {
    display: block;
    font-weight: 500;
font-size: 18px;
line-height: 24px;
/* or 133% */

text-align: center;

/* White */

color: #FFFFFF;
}
.non .owl-nav {
    display: none!important
}
.item_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
}
.preim_new_item a {
    display: block
}

@media screen and (min-width: 992px) {
    .item_new_elem .item_img {
        height: 250px;
    }
    .item_new_elem .item_de_body {
        padding: 15px; /
    }
    .item_new_elem p.it_new_ttle {
        font-size: 14px;
        min-height: 40px;
        line-height: 1.3;
    }
    .item_new_elem p.it_new_amm {
        font-size: 14px;
    }
    .item_new_elem p.it_n_price {
        font-size: 24px;
    }
    .item_new_elem .it_ne_flex .green_button {
        width: 100px;
        height: 40px;
        font-size: 12px;
    }
}

/* Базовые стили для товаров */
.item_de_body .production-label {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.item_de_body .raw-material {
    font-size: 10px;
    color: #808080;
    text-transform: uppercase;
}

.item_de_body .item-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 8px;
}

.item_de_body .item-color {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}


@media screen and (min-width: 992px) {
    .item_de_body .item-title {
        font-size: 18px;
    }
    .item_de_body .production-label {
        font-size: 11px;
    }
    .item_de_body .raw-material {
        font-size: 9px;
    }
    .item_de_body .item-color {
        font-size: 11px;
    }
}


@media screen and (max-width: 1450px) {
    .item_de_body .item-title {
        font-size: 16px;
    }
    .item_de_body .production-label {
        font-size: 10px;
    }
    .item_de_body .raw-material {
        font-size: 9px;
    }
    .item_de_body .item-color {
        font-size: 10px;
    }
}


@media screen and (max-width: 991px) {
    .item_de_body .item-title {
        font-size: 14px;
    }
    .item_de_body .production-label {
        font-size: 10px;
    }
    .item_de_body .raw-material {
        font-size: 8px;
    }
    .item_de_body .item-color {
        font-size: 10px;
    }
}


@media screen and (max-width: 767px) {
    .item_de_body .item-title {
        font-size: 12px;
    }
    .item_de_body .production-label {
        font-size: 9px;
    }
    .item_de_body .raw-material {
        font-size: 7px;
    }
    .item_de_body .item-color {
        font-size: 9px;
    }
}

.group-title {
    font-size: 32px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
}

.group-title .raw-material {
    font-size: 16px;
    color: #808080;
    text-transform: uppercase;
    font-weight: 600;
}


@media screen and (max-width: 1450px) {
    .group-title {
        font-size: 26px;
    }
    .group-title .raw-material {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .group-title {
        font-size: 22px;
    }
    .group-title .raw-material {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .group-title {
        font-size: 18px;
    }
    .group-title .raw-material {
        font-size: 10px;
    }
}


.custom-carousel-wrp {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.custom-carousel .item_img {
    background-size: cover;
    background-position: center;
    height: 824px;
    width: 100%;
}

.owl-carousel .owl-nav {
    display: none;
}

.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 20;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    margin: 0 6px !important;
    background-color: #bbb !important;
    border: 2px solid #444 !important;
    border-radius: 50% !important;
    opacity: 0.95 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) !important;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active {
    background-color: #60b265 !important;
    border-color: #60b265 !important;
    transform: scale(1.3) !important;
    box-shadow: 0 0 8px rgba(96, 178, 101, 0.6) !important;
}

.custom-carousel-wrp {
    width: 100%;
    overflow: hidden;
}

.slide-img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-carousel .item_img2 {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767px) {
    .custom-carousel .item_img2 {
        height: 100vh;
        background-position: center top;
    }

    .slide-content {
        left: 5%;
        right: 5%;
        font-size: 14px;
    }
}

.item_img2 {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 444;
    background-size: cover;
    background-position: center;
}
.item_img2 .btn-download {
    position: absolute;
    top: 42%;
    left: 2%;
    width: 37%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #60b265;
    font-size: 3.2vw;
    font-weight: bold;
    text-decoration: none;
    border-radius: 1vw;
    border: 0.4vw solid #60b265;
    padding: 1vw 1vw;
    text-align: center;
    line-height: 1.2;
    height: auto;
    white-space: normal;
    box-shadow: 0 0.3vw 0.6vw rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
}

.item_img2 .btn-download:hover {
    background-color: #60b265;
    color: #fff;
    transform: translateY(-0.4vw);
    box-shadow: 0 0.4vw 0.8vw rgba(96, 178, 101, 0.4);
}


@media (min-width: 916px) {
    .item_img2 .btn-download {
        top: 41%;
        left: 2vw;
        width: 36.6vw;
        font-size: 1.2vw;
        border-radius: 0.5vw;
        padding: 0.8vw 1vw;
        border: 0.15vw solid #60b265;

    }
}

.side-fixed-links {
  position: fixed;
  top: 50%;
  right: 0;
  width: 5.2083333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links.visible {
  right: 0;
}
.side-fixed-links__close {
  width: 1.71875vw;
  height: 1.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -2.9166666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #60b265;
border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 0.46875vw;
  height: 0.46875vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}
.side-fixed-links__close img path,
.side-fixed-links__close svg path {
  fill: #fff;
}
.side-fixed-links__container {
  width: 5.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side-fixed-links__container > div, .side-fixed-links__container > a {
  width: 100%;
  min-height: 5.2083333333vw;
  padding: 0.5208333333vw;
  padding-top: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #60b265;
  border-top-left-radius: 0.78125vw;
  border-bottom-left-radius: 0.78125vw;
  margin-bottom: 0.3125vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__container > div:last-child, .side-fixed-links__container > a:last-child {
  margin-bottom: 0;
}
.side-fixed-links__container > div img,
.side-fixed-links__container > div svg, .side-fixed-links__container > a img,
.side-fixed-links__container > a svg {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
  margin-bottom: 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__container > div img path,
.side-fixed-links__container > div svg path, .side-fixed-links__container > a img path,
.side-fixed-links__container > a svg path {
  fill: #fff;
}
.side-fixed-links__container > div span, .side-fixed-links__container > a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: 500;
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
  letter-spacing: 0.03em;
  color: #fff;
}
.side-fixed-links__container > div:hover, .side-fixed-links__container > a:hover {
  background-color: #fff;
}
.side-fixed-links__container > div:hover svg, .side-fixed-links__container > a:hover svg {
  fill: #0293d0;
}
.side-fixed-links__container > div:hover svg path, .side-fixed-links__container > a:hover svg path {
  fill: #0293d0;
}
.side-fixed-links__container > div:hover span, .side-fixed-links__container > a:hover span {
  color: var(--text-main-color);
}
.side-fixed-links__container > div:hover.whats-app svg, .side-fixed-links__container > a:hover.whats-app svg {
  fill: #31B939;
}
.side-fixed-links__container > div:hover.whats-app svg path, .side-fixed-links__container > a:hover.whats-app svg path {
  fill: #31B939;
}
.side-fixed-links__container > div:hover.viber svg, .side-fixed-links__container > a:hover.viber svg {
  fill: #976ECC;
}
.side-fixed-links__container > div:hover.viber svg path, .side-fixed-links__container > a:hover.viber svg path {
  fill: #976ECC;
}
.side-fixed-links__container > div:hover.telegram svg, .side-fixed-links__container > a:hover.telegram svg {
  fill: #05A0EB;
}
.side-fixed-links__container > div:hover.telegram svg path, .side-fixed-links__container > a:hover.telegram svg path {
  fill: #05A0EB;
}

.side-fixed-links__container > div:hover img, .side-fixed-links__container > a:hover img {
  filter: invert(1)
}

@media only screen and (max-width: 768px) {
.side-fixed-links {
    width: 18.75vw;
    right: 0;
  }
  .side-fixed-links__close {
    width: 7.8125vw;
    height: 7.8125vw;
    top: -9.375vw;
  }
  .side-fixed-links__close img,
.side-fixed-links__close svg {
    width: 2.5vw;
    height: 2.5vw;
  }
  .side-fixed-links__container {
    width: 18.75vw;
  }
  .side-fixed-links__container > div, .side-fixed-links__container > a {
    width: 18.75vw;
    min-height: 18.75vw;
    border-top-left-radius: 3.125vw;
    border-bottom-left-radius: 3.125vw;
    margin-bottom: 1.5625vw;
    padding: 3.125vw 1.5625vw;
  }
  .side-fixed-links__container > div:last-child, .side-fixed-links__container > a:last-child {
    margin-bottom: 0;
  }
  .side-fixed-links__container > div img,
.side-fixed-links__container > div svg, .side-fixed-links__container > a img,
.side-fixed-links__container > a svg {
    width: 3.75vw;
    height: 3.75vw;
    margin-bottom: 2.5vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .side-fixed-links__container > div span, .side-fixed-links__container > a span {
    font-size: 2.5vw;
    line-height: 1;
  }
}
