            html {
                font-family: sans-serif;
                line-height: 1.15;
                -webkit-text-size-adjust: 100%;
                -webkit-tap-highlight-color: transparent;
            }        
            @font-face { 
                font-family: "Roboto";
                src: url(/src/fonts/Roboto.ttf) format("truetype");
                    font-display: swap;
                }
            body {
                
                font-family: "Roboto";
                padding: 0;
                margin: 0;
                color: #1E3125;
                
            }
            body:before,body:after,.row:before,.row:after {
                display:none;
            }

            a {
                color: #007bff;
                text-decoration: none;
                background-color: transparent;
            }    
            p {
                margin-top: 0;
                margin-bottom: 1rem;
            }
            seaction.content {
                margin-top:75px;
            }
            .bold {
                font-weight: 700;
            }
            *, ::after, ::before {
                box-sizing: border-box;
            }            
            p {
                margin-bottom: 5px;
            }
            article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
                display: block;
            }  
            button, input, optgroup, select, textarea {
                margin: 0;
                font-family: inherit;
                font-size: inherit;
                line-height: inherit;
            }    
            input[type=checkbox], input[type=radio] {
                box-sizing: border-box;
                padding: 0;
            }   
            button, input {
                overflow: visible;
            }
            ul {
                margin: 0;
                padding-left: 0;
            }
            a:hover {
                text-decoration: none;
            }
            .flex-wrap {
                flex-wrap: wrap;
            }
            .justify-center {
                justify-content: center;
            }

            .space-between {
                justify-content: space-between;
            }
            .flex-end {
                justify-content: flex-end;
            }
            .align-center {
                align-items: center;
            }
            .align-bottom {
                align-items: flex-end;
            }
            .container{ 
                max-width: 1140px;
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto;
            }
            .content {
                padding-top:80px;
            }
            .project {
                padding: 25px;
                display:flex;
                flex-direction:row;
            }
            .project-preview img,.project-preview video{
                max-width:300px;
                border:1px solid #555;
                border-radius:6px;
            }            
            .popup {
                display: flex;
                flex-direction: column;
                height: 100vh;
                height: -webkit-fill-available;
                width: 100%;
                max-width: 440px;
                position: fixed;
                left: auto !important;
                right: 0px;
                top: 0px;
                z-index: 1011;
                width:100%;
                
            }      
        
            .popup-header {
                text-align: left;
                position: sticky;
                top: 0;
                right: 0;
                left: 0;
                align-items: center;
                min-height: 74px;
                margin-top:1px;
                padding: 0px;
                background-color: #277a2ddd;
                z-index: 13;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                font-size: 24px;
                font-weight: normal;
                color: #ffffff;
                border-radius: 0px;
                backdrop-filter: blur(3px);
                border: 1px solid #ffffff1c;
            }    
            .popup-content {
                background: #ffffffcc;
                height: 100%;
                box-shadow: 1px 1px 10px #0000003d;
                overflow-y:scroll;
                backdrop-filter: blur(3px);
                display: flex;
                flex-direction: column;
            }   
            .popup-header .popup-close,.popup-header .popup-back {
                padding: 10px 20px;
                margin: 3px;
                cursor:pointer;
            }     
            .popup-header {
                margin-left: -70px;  
                border-radius: 14px 0 0 14px;
            }
            .popup-content section ul > li a,.popup-content section ul > li > span,.table-go {
                cursor:pointer;
                display: flex;
                align-items: center;
                gap:8px;
                min-height:58px;
                color: #555;
                font-size: 15px;
                font-weight: 500;
                border-bottom: 1px dashed #c4c4c4;
                border-top: 1px solid #c4c4c4;   
                margin-top:-1px;
                padding: 2px 2px 2px 8px;
                box-sizing: border-box;        
                text-decoration:none;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 9' width='16' height='22'%3E%3Cpath d='M0.419,9.000 L0.003,8.606 L4.164,4.500 L0.003,0.394 L0.419,0.000 L4.997,4.500 L0.419,9.000 Z' fill='%237c7c7c'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: calc(100% - 20px) 50%;
                background-size: 12px;
                padding-right: 38px;
                align-items:center;
            }            
            .header {
                position: fixed;
                width: 100%;
                background: #fff;
                padding: 9px 0;
                z-index: 13;
            }
            .header-logo p {
                font-weight: 700;
                font-size: 18px;
                line-height: 21px;
                letter-spacing: 0.41em;
                color: #104B0B;  
                margin: 0 0 0 10px;  
            }
            .header-nav ul li {
                display: inline-block;
                list-style: none;
                margin-left: 48px;
            }
            .header-nav ul li a {
                display: inline-block;
                font-weight: 700;
                font-size: 16px;
                line-height: 19px;
                color: #1E3125;
                position: relative;
                transition: ease .3s;
            }
            .header-nav ul li a:hover {
                color: #5A8D26;
            }
            .header-nav ul li a:hover::after {
                opacity: 1;
            }
            .header-nav ul li a::after {
                content: '';
                position: absolute;
                bottom: -28px;
                left: -5%;
                width: 110%;
                height: 4px;
                background: #5A8D26;
                opacity: 0;
                transition: ease .3s;
            }
            .header-lang__link {
                background: transparent;
                display: inline-block;
                padding: 8px 9px;
                font-size: 16px;
                font-weight: 700;
                line-height: 19px;
                color: #1E3125;
                border: 1px solid #1E3125;
                border-radius: 8px;
            }
            .header-nav input, .header-nav label {
                display: none;
            }
            .flag-icn {
                width: 30px;
                height: 24px;   
            }
            .popup-content .countries-box > ul > li a span:first-child {
                box-shadow: 0 0 1px 1px #dedede;
                width:21px;
                height:16px;
            }            
            .phone-box .input-after {
                background:none;
            }
            .main {
                height: 850px;
                background: url(/src/img/bg-main.png) no-repeat;
                background-attachment: fixed;
                background-size: cover;
                background-position: 40% 60%;
            }
            .main-block {
                width: 100%;
            }
            .row .main-item {
                position: fixed;
                margin-top: 260px;
                width: 558px;
                z-index: 1;
                            padding-left:2%;
            }
            .main h1 {
                font-size: 40px;
                line-height: 48px;
                margin-bottom: 25px;
            }
            .main-desc {
                font-size: 18px;
                line-height: 26px;
            }
            .main-item__btns {
                margin-top: 30px;
                justify-content: space-between;
            }
            .btn {
                display: inline-block;
                font-weight: 400;
                color: #212529;
                text-align: center;
                vertical-align: middle;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                background-color: transparent;
                border: 1px solid transparent;
                padding: .375rem .75rem;
                font-size: 1rem;
                line-height: 1.5;
                border-radius: .25rem;
                transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                font-weight: 500;
                font-size: 22px;
                line-height: 26px;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 60px;
                color: #FFFFFF;
                border-radius: 40px;
            }
            .btn:hover {
                color: #fff;
            }
            .btn:focus {
                box-shadow: none;
            }
            .btn-yellow {
                width: 254px;
                background: #FECC47;
            }
            .btn-green {
                width: 247px;
                background: #41AA34;
            }
            .btn-black {
                background:#444;
            }
            .one {
                height: 850px;
                position: relative;
                padding: 120px 0;
            }
            .one-bottom-bg {
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 840px;
                background: url(/src/img/bg-one-bottom.png) no-repeat bottom;
                background-size: 200% 110%;
                z-index: 4; 
            }
            .one-top-bg {
                position: absolute;
                top: -330px;
                width: 100%;
                height: 800px;
                background: url(/src/img/bg-one.png) no-repeat top;
                background-size: 100% auto;
                z-index: 3; 
            }
            .one-block {
                position: relative;
                z-index: 4;
            }
            .title-block h2 {
            display: inline-block;
            font-weight: 700;
            font-size: 36px;
            line-height: 48px;
            color: #FFFFFF;
            border-bottom: 6px solid #FECC47;
            margin: 0 0 20px 0;
            padding-bottom: 4px;
            }
            .success-content svg {
                fill:#328c39cc;
                width:75px;
            }
            .three-block .success-content svg {
                fill: #c7ff86;
            }
            .three-block .success-content {
                color:#fcffee;
            }
            .success-box .back-button {
                max-width:200px;
            }
            .success-content {
                width: 200px;
                font-size:21px;
            }
            .one-item {
            width: 256px;
            height: 430px;
            background-color: rgba(255, 255, 255, 0.21);
            backdrop-filter: blur(6px);
            position: relative;
            text-align: center;
            border-radius: 9px;
            }
            .one-item__price {
            display: inline-block;
            position: absolute;
            top: 12px;
            left: 12px;
            font-weight: 800;
            font-size: 20px;
            line-height: 24px;
            color: #FFFFFF;
            padding: 3px 8px;
            background: #104B0B;
            border-radius: 6px;
            }
            .one-item-orange .one-item__top, .one-item-orange .btn {
            background: #FECC47;
            }
            .one-item-orange .one-item__price {
            background: #CA440B;
            }
            .one-item-orange .one-item__title, .one-item-orange .one-item__desc {
            color: #CA440B;
            }
            .one-item__top {
            padding: 50px;
            width: 100%;
            height: 265px;
            background-color: #6CC561;
            border-top-left-radius: 7px;
            border-top-right-radius: 7px;
            }
            .one-item__oval {
            display: block;
            margin: auto;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            }
            .one-item__title {
            font-weight: 800;
            font-size: 22px;
            line-height: 26px;
            color: #104B0B;
            margin: 10px 0 5px;
            }
            .one-item__desc {
            font-size: 14px;
            line-height: 14px;
            color: #104B0B;
            opacity: 0.5;
            }
            .one-item__bottom {
            padding: 15px 20px;
            }
            .one-item__bottom ul {
            padding-left: 0px;
            margin-bottom: 15px;
            }
            .one-item__bottom li {
            text-align: left;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            }
            .one-item__bottom li:before {
                content:'-';
                padding-right:3px;
            }
            .one-item__bottom .btn {
            width: 100%;
            height: 48px;
            font-weight: 700;
            font-size: 18px;
            line-height: 21px;
            }
            .one-modal {
            display: block;
            position: relative;
            transition: ease .3s;
            }
            .one-modal__bg {
            position: fixed;
            top: 0;
            height: 100vh;
            width: 100%;
            background: url(/src/img/bg-one-bottom.png) no-repeat center;
            background-size: 200%;
            z-index: 10;
            }
            .one-modal-left, .one-modal-right {
            position: absolute;
            top: 50%
            }
            .one-modal-left {
            left: 20px;
            }
            .one-modal-right {
            right: 20px;
            }
            .one-modal__container {
            max-width: 1140px;
            height: 100%;
            margin: auto;
            position: relative;
            }
            .one-modal__window {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            display: flex;
            justify-content: space-between;
            width: 730px;
            height: 430px;
            margin: auto;
            background: rgba(255, 255, 255, 0.21);
            box-shadow: 0px 4px 48px rgba(26, 84, 29, 0.41);
            backdrop-filter: blur(7px);
            border-radius: 9px;
            }
            .one-modal__close {
            position: absolute;
            right: -55px;
            top: -70px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .5);
            cursor: pointer;
            }
            .one-modal__pict {
            width: 430px;
            height: 430px;
            background: #FECC47;
            border-top-left-radius: 9px;
            border-bottom-left-radius: 9px;
            overflow: hidden;
            }
            .one-modal__pict-green {
            background: #6CC561;
            }
            .one-modal__pict-bg {
            background: linear-gradient(1.49deg, rgba(254, 204, 71, .2) 20%, rgba(254, 204, 71, .5) 50%);
            width: 100%;
            height: 100%;
            position: relative;
            }
            .one-modal__pict-green .one-modal__pict-bg {
            background: linear-gradient(1.49deg, rgba(108, 197, 97, .2) 20%, rgba(108, 197, 97, 0) 50%);
            }
            .one-modal__pict-oval {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 315px;
            height: 315px;
            border-radius: 50%;
            }
            .one-modal__content {
            width: 300px;
            padding: 30px 17px;
            }
            .one-modal__title {
            padding-bottom: 12px;
            border-bottom: 1px solid #FECC47;
            }
            .one-modal__desc p {
            font-weight: 500;
            font-size: 16px;
            line-height: 18px;
            color: #FFFFFF;
            margin: 28px 0 20px;
            }
            .one-modal__bottom p {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            }
            .one-modal__bottom ul {
            padding-left: 20px;
            }
            .one-modal__bottom li {
            list-style-type: disc;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #FFFFFF;
            }
            .one-modal__title-name {
            font-weight: 800;
            font-size: 24px;
            line-height: 28px;
            color: #FECC47;
            margin: 0;
            }
            .one-modal__btn .btn-yellow {
            margin: 20px auto 0;
            width: 200px;  
            height: 48px;
            font-size: 18px;
            }
            .one-modal__title-name span {
            font-weight: 600; 
            font-size: 16px;
            line-height: 14px;
            }
            .one-modal__title-label {
            padding: 3px 9px;
            background: #FECC47;
            border-radius: 6px;
            font-weight: 800;
            font-size: 20px;
            line-height: 24px;
            display: flex;
            align-items: center;
            height: 30px;
            color: #FFFFFF;
            }
            .one-modal__wrap {
            display: flex;
            }
            .two {
            background: #fff;
            position: relative;
            z-index: 3;
            }
            .two .title-block h2 {
            color: #1F1F1F;
            border-bottom: 6px solid #41AA34;
            }
            .two-item {
                width: 350px;
                height: 395px;
                background: #FFFFFF;
                box-shadow: 0px 4px 63px rgba(118, 118, 118, 0.15);
                border-radius: 9px;
                overflow: hidden;
                position: relative;
                margin-top: 17px;
                background-position:center;
                background-size:100%;
                background-repeat:no-repeat;
            }
            .two-item__label {
                text-transform: uppercase;
                position: absolute;
                top: 170px;
                right: 12px;
                font-size: 10px;
                font-weight: bold;
                letter-spacing: 1px;
                line-height: 19px;
                padding: 4px 10px;
                color: #FFFFFF;
                border-radius: 3px;
            }
            .two-item-green {
                background: #5fbd5df2;
            }
            .two-item-orange {
            background: #FECC47;
            }
            .two-item__content {
            padding: 14px 15px;
            }
            .two-item__title {
            font-weight: 700;
            font-size: 18px;
            line-height: 21px;
            color: #404040;
            margin-bottom: 5px;
            }
            .two-item__desc {
            font-size: 16px;
            line-height: 19px;
            color: #5E5C5C;
            margin-bottom: 10px;
            }
            .two-item__link {
            font-weight: 700;
            font-size: 16px;
            line-height: 19px;
            color: #929292;
            border-bottom: 2px solid #929292;
            transition: ease .3s;
            }
            .two-item__link:hover {
            color: #929292;
            border-bottom: 2px solid transparent; 
            }
            .two-more {
            margin-top: 20px;
            padding-bottom: 30px;
            }
            .two-more a {
            font-weight: 600;
            font-size: 18px;
            line-height: 48px;
            color: #1F1F1F;
            transition: ease .3s;
            }
            .two-more a:hover svg {
            margin-left: 30px;
            transition: ease .3s;
            }
            .two-more svg {
            margin-left: 20px;
            transition: ease .3s;
            }
            .three {
            background-image: url(/src/img/bg-last.png), url(/src/img/bg-one-bottom.png);
            background-color:#fff;
            background-repeat: no-repeat;
            background-position: -38% 90%, 0 -30px;
            background-size: 160%, 100% 100%;
            height: 800px;
            padding: 100px 0 0;
            position: relative;
            z-index: 3;
            }
            .three-block {
            margin: auto;
            width: 540px;
            height: 480px;
            padding: 20px 45px;
            background: rgba(255, 255, 255, 0.21);
            backdrop-filter: blur(7px);
            border-radius: 14px;
            }
            .three-form__title {
            font-weight: 700;
            font-size: 28px;
            line-height: 34px;
            text-align: center;
            color: #FFFFFF;
            margin-bottom: 18px;
            }
            .input-form {
            display: flex;
            align-items: center;
            width: 100%;
            
            height: 44px;
            padding: 10px 20px;
            background: #FFFFFF;
            border: none;
            border-radius: 10px; 
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            color: #B1B1B1;
            outline: none;
            }
            .field-cell {
                margin-top: 15px;
            }
            .field-cell textarea {
                height: 120px;
            }
            .field-cell .input-wrap {
                border-radius: 10px;
                background: #FFFFFF;
                border:transparent;
                
            }
            .field-cell fieldset {
                border:none;
            }
            .input-box input, .input-box textarea, .input-box select {    
                padding-top:11.5px;
                padding-bottom:11.5px;
                
            }
            .input-box label {
                padding: 0px 7px;
                color: #898989;
                font-weight: bold;
                font-size: 17px;
            }
            .input-focus label {
                background: #fecc46;
                color: #575757;
                border-radius: 5px;
                padding: 0 15px;                
            }
            textarea {
            width: 100%;
            height: 138px;
            margin: 0px 0 3px;
            padding: 10px 20px;
            background: #FFFFFF;
            border: none;
            border-radius: 10px; 
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            color: #B1B1B1;
            resize: none;
            outline: none;
            }
            .three-form__wrap .input-form, .three-form__captcha {
            width: 48%;
            height: 46px;
            margin-top: 0;
            }
            .three-form__captcha {
            height: 46px;
            overflow: hidden;
            border-radius: 10px 0px 0px 10px;
            }
            .captcha-reload {
            height: 46px;
            border-radius: 0px 10px 10px 0;
            width: 46px;
            border: none;
            margin: 0 10px 0 0;
            font-size: 40px;
            line-height: 0px;
            color: #ffffff;
            background: #40aa34;
            }
            .three-form__captcha img {
            width: 100%;
            min-height: 46px;
            }
            .three-form .btn {
                margin: 14px auto 0;
            }
            .footer {
                padding: 0 0 60px;
                position: relative;
                z-index: 3;
                background: #fff;
            }
            .body .footer {
            background:#fff;
            padding-top:50px;
            }
            .footer-logo span {
            padding-left: 15px;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0.41em;
            color: #1E3125;
            }
            .footer-logo p {
            font-size: 16px;
            line-height: 22px;
            color: #A4A4A4;
            margin: 19px 0 0;
            }
            .footer-menu ul:first-child {
            margin-right: 64px;
            }
            .footer-menu ul li {
            list-style: none;
            margin-bottom: 8px;
            }
            .footer-menu ul li a {
            font-weight: 600;
            font-size: 18px;
            line-height: 25px;
            color: #1E3125;
            transition: ease .3s;
            }
            .input-error {
            border-right: 10px solid #bb3047;
            box-sizing: border-box;
            }
            .input-success {
            border-right: 10px solid #25722a;
            box-sizing: border-box;
            }    
            .footer-contact__link {
            display: block;
            text-align: right;
            font-weight: 600;
            font-size: 18px;
            line-height: 25px;
            color: #1E3125;
            margin-bottom: 10px;
            transition: ease .3s;
            }
            .footer-contact__link:hover, .footer-menu ul li a:hover {
            color: #5A8D26;
            }
            .footer-contact__icons {
            margin-top: 25px;
            }
            pre {
            padding: 0px;
            margin: 0px;
            }    
            .cd-container {
            padding-top:100px;
            }
            .body {
            background: linear-gradient(#ffffff, #011e10);        
            background-image: url(/src/img/bckgrnd.webp);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: 0 76px;
            }
            .tutorial-tabs {
            margin:auto;
            text-align:center;
            margin: 20px 4% 0% 4%;
            }
            .tutorial-tabs a,.tutorial-tabs a:visited{
            background: #ffffff54;
            border-radius: 40px 40px 0px 0px;
            display: inline-block;
            padding: 10px 4px 4px 0;
            width: 20%;
            text-transform: uppercase;
            font-weight: bold;
            color: #777;
            border-bottom: 1px solid #598d2512;
            }
            .tutorial-tabs a.active {
            color:#000;
            background: #ffffffe0;
            border: 1px solid #598d2512;
            border-top: 3px solid #598d2512;
            border-bottom: 1px solid #fff;
            }        
            .tutorials {
            background: #ffffffc9;
            margin: 0 0% 4% 0%;
            padding: 4%;
            border-radius: 45px;
            border-left: 4px solid #22692c4d;
            border-right: 4px solid #22692c4d;            
            }
            .title-green,.tutorial-input b,.tutorial-output b {
            font-family:monospace;
            }
            .tutorial-input,.tutorial-output{
            border-radius:20px;
            white-space: pre-wrap;
            background: #000000c9;
            padding: 20px 10px;
            color: #b3b3b3;
            overflow-x: scroll;
            font-size: 13px;
            box-sizing: unset;
            box-shadow: inset -1px 0px 0px 0px #cccccc;
            }
            .tutorial-input b,.tutorial-output b{    
            color: #ffffd0;
            background: #363636;
            padding: 2px 5px;
            border-radius: 3px;
            }
            .tutorial-input i,.tutorial-output i{    
            font-style: normal;
            background: #ffffca;
            color: #12161b;
            font-weight: bold;
            font-size: 12px;
            margin: 0 4px;
            width: 15px;
            line-height: 14px;
            height: 15px;            
            font-family: sans-serif;
            display: inline-block;
            text-align: center;
            border-radius: 100%;
            }        
            .tutorial-input span,.tutorial-output span {
            display:block;
            }
            .tutorial-input .span,.tutorial-output .span {
            display:inline-block;
            }      
            .quotes{ 
            opacity:0;
            }
            .no-select {
            -webkit-user-select: none; 
            user-select: none;
            }
            .tutorial-output span.title-green,.tutorial-input span.title-green {
            color:#44aa44;
            display:inline-block;
            }
            .tutorial-content { 
            background: #eeeeee;
            color: #104B0B;
            margin: 20px 0;
            border-radius: 20px;
            padding: 20px;
            }   
            .tutorial h4,.tutorial h5 {
            padding: 10px 20px 10px 20px;
            margin: 0px;
            }    
            .tutorial-subject {
            padding-left: 20px;        
            }  
            .video-box {
                margin:100px auto auto auto;
                max-width: 1140px;  
                
            }
            .video-box h3 {
                margin-bottom:10px;
            }
            .video-box li {
                display: flex;
                flex-direction: column;
                margin-top:20px;
                padding:10px;
            }
            .video-wrap {
                border-radius:3px;
                overflow:hidden;
            }
            .video-box video {
                width: 100%;
            }
            @media (max-width:1500px) {
                .one-top-bg {
                    top: -310px;
                }
            }
            @media (max-width:1200px) {
                .header-nav ul li {
                    margin-left: 25px;
                }
                .main {
                    background-size: 120%;
                    background-position: 100% 20%;
                    height: 750px;
                }
            .row .main-item {
            margin-top: 190px;
            }
            .one {
            height: 600px;
            padding: 0;
            }
            .one-bottom-bg {
            height: 600px;
            }
            .one-item {
            width: 24%;
            }
            .two-item {
            width: 32%;
            }
            .one-modal__bg {
            background-size: auto;
            }
            }
            @media (max-width:992px) {
            .header-nav label, .header-menu ul li:last-child {
            display: block;
            }
                .row .header-nav{
                    position:absolute;
                    top:0px;
                    right:0px;
                }            
            body input ~ .header-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100px;
            z-index: 10;
            transition: 0.5s;
            transition-delay: 0.5s;
            overflow: hidden;
            display: none;
            }
            body input + label {
            position: absolute;
            top: 29px;
            right: 20px;
            height: 18px;
            width: 26px;
            z-index: 11;
            margin-bottom: 0;
            }
            .mobile-menu label {
            display: block;
            width: 212px;
            height: 84px;
            border: 1px solid transparent;
            }
            body input:checked label {
            background: #006AFF;
            border: 1px solid #4C4C4C;
            }
            body input + label span {
            position: absolute;
            width: 24px;
            height: 2px;
            top: 0;
            margin-top: -1px;
            display: block;
            background: #000;
            transition: 0.3s;
            }
            body label:hover {
            cursor: pointer;
            }
            body input:checked + label span {
            opacity: 0;
            top: 50%;
            }
            body input:checked + label span {
            width: 24px !important;
            }
            body input:checked + label span:first-child {
            opacity: 1;
            top: 8px;
            background: #111;
            transform: rotate(405deg);
            }
            body input:checked + label span:last-child {
            opacity: 1;
            top: 8px;
            background: #111;
            transform: rotate(-405deg);
            }
            body input ~ .header-menu > ul {
            text-align: center;
            max-width: 290px;
            width: 100%;
            margin: 60px auto 0;
            }
            body input ~ .header-menu > ul > li {
            opacity: 0;
            transition: 0.5s;
            transition-delay: 0s;
            }
            body input ~ .header-menu > ul > li > a {
            text-decoration: none;
            color: #111;
            font-size: 16px;
            line-height: 22px;
            display: block;
            padding: 7px 0;
            }
            .header-nav ul li a::after {
            bottom: 0;
            width: auto;
            }
            body input:checked ~ .header-menu {
            height: 450px;
            display: flex;
            flex-wrap: wrap;
            background: #fff;
            transition-delay: 0.4s;
            }
            body input:checked ~ .header-menu > ul > li {
            opacity: 1;
            transition-delay: 0.5s;
            }
            .header-menu ul li {
            width: 100%;
            margin-left: 0;
            }
            body input + label span:last-child {
            width: 100%;
            top: 17px;
            }
            body input + label span:nth-child(2) {
            width: 100%;
            top: 9px;
            }
            body input + label span:first-child {
            top: 0px;
            width: 100%;
            }
            .header-lang {
            display: none;
            }
            .main {
            height: 430px;
            background-position: 100% 20px;
            }
            .row .main-item {
            width: 400px;
            margin-top: 100px;
            left: 45%;
            }
            .main h1 {
            font-size: 34px;
            line-height: 40px;
            margin-bottom: 10px;
            }
            .main-item__btns {
            margin-top: 20px;
            }
            .main-desc {
            font-size: 16px;
            line-height: 20px;
            }
            .btn-yellow,
            .btn-green,
            .btn-black {
            width: auto;
            padding: 0 20px;
            }

            
            .one {
            padding-top: 50px;
            height: 450px;
            }
            .one-top-bg {
            height: 500px;
            top: -130px;
            }
            .one-bottom-bg {
            height: 400px;
            }
            .title-block h2 {
            font-size: 28px;
            line-height: 34px;
            border-bottom: 4px solid #FECC47;
            }
            .one-item {
            width: 152px;
            height: 260px;
            }
            .one-item__price {
            top: 8px;
            left: 8px;
            font-size: 16px;
            line-height: 16px;
            padding: 3px 5px;
            }
            .one-item__oval {
            width: 82px;
            height: 82px;
            }
            .one-item__top {
            height: 160px;
            padding: 36px 10px 10px 10px;
            }
            .one-item__title {
            font-size: 14px;
            line-height: 20px;
            margin: 5px 0 0;
            }
            .one-item__desc {
            font-size: 10px;
            line-height: 12px;
            margin-bottom: 0;
            }
            .one-item__bottom {
            padding: 10px 5px;
            }
            .one-item__bottom li {
            font-size: 12px;
            line-height: 14px;
            }
            .one-item__bottom .btn {
            width: 120px;
            height: 30px;
            font-size: 14px;
            margin: auto;
            }
            .one-item__bottom ul {
            margin-bottom: 7px;
            }
            .one-modal__window {
            border-radius: 9px;
            overflow: hidden;
            height: 100%;
            width: 100%;
            background: none;
            box-shadow: none;
            }
            .one-modal-left, .one-modal-right {
            z-index: 10;
            }
            .one-modal__wrap {
            flex-wrap: wrap;
            max-width: 290px;
            width: 100%;
            margin: auto;
            border-radius: 9px;
            overflow: hidden;
            }
            .one-modal__content {
            background: rgba(255, 255, 255, 0.21);
            box-shadow: 0px 4px 48px rgb(26 84 29 / 41%);
            }
            .one-modal__pict {
            width: 290px;
            height: 290px;
            border-bottom-left-radius: 0;
            }
            .one-modal__pict-oval {
            width: 200px;
            height: 200px;
            }
            .one-modal__title-name {
            font-size: 16px;
            }
            .one-modal__title-label {
            font-size: 14px;
            height: 25px;
            }
            .one-modal__title-name span {
            font-size: 14px;
            }
            .one-modal__desc p {
            font-size: 14px;
            margin: 15px 0 8px;
            }
            .one-modal__bottom p, .one-modal__bottom li {
            font-size: 14px;
            line-height: 18px;
            }
            .one-modal__btn .btn-yellow {
            font-size: 16px;
            }
            .one-modal__close {
            z-index: 7;
            top: 70px;
            right: 15px;
            }
            .two .title-block h2 {
            border-bottom: 4px solid #41AA34;
            }
            .two-item__content {
            padding: 14px 10px;
            }
            .two-item__title {
            font-size: 16px;
            }
            .two-item__desc {
            font-size: 14px;
            line-height: 16px;
            }
            .two-item__label {
            font-size: 14px;
            line-height: 1;
            }
            .two-item__link {
            font-size: 14px;
            line-height: 17px;
            }
            .btn {
            font-size: 18px;
            height: 45px;
            }
            .three {
            height: 600px;
            padding: 55px 0 20px;
            background-position: -38% 90%, center;
            background-size: 160%, cover;
            }
            .three-block {
            width: 450px;
            height: auto;
            padding: 20px 15px;
            }
            .three-form__title {
            font-size: 24px;
            line-height: 30px;
            }
            .footer {
            background: #fff;
            padding-bottom: 30px;
            position: relative;
            z-index: 3;
            }
            .footer-logo svg {
            height: 45px;
            }
            .footer-logo span {
            padding-left: 8px;
            font-size: 15px;
            line-height: 1;
            }
            .footer-logo .row {
                justify-content: flex-start;
            }
            .footer-logo p {
            font-size: 14px;
            line-height: 18px;
            margin: 12px 0 0;
            }
            .footer-menu ul li a {
            font-size: 14px;
            }
            .footer-menu ul li {
            margin-bottom: 0;
            }
            .footer-menu ul:first-child {
            margin-right: 25px;
            }
            .footer-contact__link {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 5px;
            }
            .footer-contact__icons {
            margin-top: 13px;
            }
            }
            @media (max-width:768px) {
            .container, .container-sm {
                max-width: 100%;
                }

            
            body input + label {
            top: 21px;
            right: 15px;
            }
            body input:checked ~ .header-menu {
            height: 100vh;
            }
            .header-logo svg {
            height: 40px;
            }
            .header-logo p {
            font-size: 15px;
            line-height: 1;
            margin: 0;
            }
            .main {
            height: 350px;
            background-size: contain;
            background-position: 100% 4%;
            }
            .row .main-item {
            position: absolute;
            left: 15px;
            top: 300px;
            margin-top: 0;
            transform: none !important;
            z-index: 5;
            }
            .main h1 {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 0;
            }
            .main-desc {
            color: #fff;
            }
            .main-item__btns {
            margin-top: 10px;
            }
            .btn {
            height: 40px;
            font-size: 16px;
            }
            .one {
            height: 600px;
            }
            .one-top-bg {
            background-size: cover;
            background-position: top;
            height: 450px;
            top: -200px;
            }
            .one-block {
            padding-top: 100px;
            }
            .title-block h2 {
            font-size: 24px;
            line-height: 28px;
            border-bottom: 2px solid #FECC47;
            }
            .two .title-block h2 {
            border-bottom: 2px solid #41AA34;
            }
            .two-wrap {
            width: 1000px;
            }
            .one-modal__pict {
            height: 160px;
            }
            .one-modal__content {
            padding: 15px;
            }
            .one-modal__pict-oval {
            width: 120px;
            height: 120px;
            } 
            .two-wrapper {
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            margin-right: -15px;
            }
            .three-form__title {
            font-size: 22px;
            line-height: 26px;
            }
            .footer-block {
            flex-wrap: wrap;
            justify-content: center;
            }
            .footer-logo .row, .footer-menu .row {
            justify-content: center;
            }
            .footer-menu {
            width: 100%;
            padding: 0 0 25px;
            order: 1;
            }
            .footer-logo {
            width: 100%;
            margin: auto;
            text-align: center;
            order: 3;
            }
            .footer-contact__link {
            text-align: center;
            }
            .footer-contact {
            order: 2;
            padding: 0 0 25px;
            }
            }
            @media (max-width: 690px) {
            .one-wrap {
            width: 650px;
            }
            .one-wrapper {
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            margin-right: -15px;
            }
            }
            @media (max-width:576px) {
            .main {
            background-size: 180%;
            background-position: 0% 3%;
            }
            .one-top-bg {
            top: -120px;
            }
            .row .main-item {
            top: 380px;
            }
            .one-block {
            padding-top: 205px;
            }
            .btn {
            padding: 0 10px;
            }
            .row .main-item {
            max-width: 300px;
            width: 100%;
            }
            .one {
            height: 650px;
            }
            .three-block {
            max-width: 450px;
            width: 100%;
            }
            .input-form, textarea {
            font-size: 15px;
            }
            .one-modal-left, .one-modal-right {
            top: 40%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            background: rgba(0, 0, 0, .2);
            border-radius: 50%;
            }
            .one-modal-left {
            left: 10px;
            }
            .one-modal-right {
            right: 10px;
            }
            .one-modal-left svg, .one-modal-right svg {
            width: 30px;
            }
            }     