﻿@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

@font-face {
    font-family: PragmaticaC;
    src: url(../fonts/pragmaticac.otf);
}


/*------------------------------------------------------------*
**Главная
**------------------------------------------------------------*/

/* CSS Document */


body {
    font-size: 16px;
    line-height: normal;
    color: #FFF;
    margin: 0px;
    font-family: PragmaticaC;
    background: #1D1D1D;
}

a {
    text-decoration: underline;
    color: #fff;
    transition: .5s;
}

button {
    transition: .5s;
}

a:hover {
    text-decoration: none;
}

p, img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

p {
    margin: 0 0 25px 0;
}

p:last-child {
    margin: 0px;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: normal;
    font-weight: normal;
    position: relative;
    font-family: PragmaticaC;
    padding: 0;
    margin: 0px 0 25px 0;
}

* {
    box-sizing: border-box;
}

table {
    border-spacing: 0px;
}

button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
}

header,
nav,
section,
article,
aside,
footer {
    display: block
}

input, button, textarea, select {
    font-size: 16px;
    outline: none;
    font-family: PragmaticaC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto !important;
}

iframe {
    max-width: 100% !important;
    max-height: 100% !important;
}

.site-width {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    padding: 20px 0 22px 0;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    background: #1D1D1D;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header .site-width {
    display: flex;
    align-items: center;
}

.header .logo a {
    display: block;
    text-decoration: none;
    width: 108px;
    height: 48px;
    background: url(../images/logo.svg?t=2) no-repeat;
    background-size: contain;
}

.header .menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin: 0 80px 0 20px;
    position: relative;
}

.header .menu:before {
    content: "";
    position: absolute;
    top: -36px;
    bottom: -37px;
    right: -40px;
    z-index: 1;
    width: 1px;
    background: rgba(255, 255, 255, .2);
}

.header .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.header .menu a {
    text-decoration: none;
}

.header .menu a:hover {
    text-decoration: underline;
}

.header .open-menu {
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 81px;
    height: 40px;
    background: url(../images/menu.svg) no-repeat;
}

.header .open-menu-mobile {
    display: none;
    text-decoration: none;
    cursor: pointer;
    width: 81px;
    height: 40px;
    background: url(../images/menu.svg) no-repeat;
}


.open-menu:hover {
    background: url(../images/burger-hover.svg) no-repeat;
}

.open-menu-mobile:hover {
    background: url(../images/burger-hover.svg) no-repeat;
}

.header .info {
    margin: 0 20px 0 71px;
}

.header .phone {
    display: table;
    text-decoration: none;
    margin: 0 0 5px auto;
    font-size: 20px;
}

.header .time {
    text-align: right;
    opacity: 0.6000000238418579;
}

.header .social {
    display: flex;
    gap: 5px;
}

.header .tl {
    text-decoration: none;
    width: 48px;
    height: 48px;
    background: url(../images/tl.svg) no-repeat;
}

.header .max {
    text-decoration: none;
    width: 48px;
    height: 48px;
    background: url(../images/MAX.svg) no-repeat;
}

.header .wh {
    text-decoration: none;
    width: 48px;
    height: 48px;
    background: url(../images/wh.svg) no-repeat;
}

.topmenu {
    padding: 10px 0 11px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: none;
}

.topmenu ul {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
    gap: 10px;
}

.topmenu a {
    opacity: 0.699999988079071;
    text-decoration: none;
}

.topmenu a:hover {
    text-decoration: underline;
}

.section-1 {
    margin: 130px 0 70px 0;
    transition: .5s;
}

.section-1.fix {
    margin: 170px 0 70px 0;
}

.section-1 .site-width {
    display: flex;
    gap: 12px;
}

.section-1 .col-left {
    flex: 1;
}

.section-1 .col-right {
    width: 41.29%;
    font-size: 0px;
    line-height: 0px;
    border-radius: 25px;
    overflow: hidden;
}

.section-1 .col-right iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: 25px;
}

.section-1 .col-right a {
    display: block;
    text-decoration: none;
    border-radius: 25px;
    overflow: hidden;
}

.section-1 .category {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px 0;
}

.section-1 .category div {
    text-decoration: none;
    padding: 13px 30px;
    display: block;
    border-radius: 15px;
    border: 1px solid rgba(249, 249, 249, 0.40);
    opacity: 0.7799999713897705;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    /*cursor:pointer;*/
    transition: .5s;
}

/*.section-1 .category div:hover {*/
/*background:rgba(249, 249, 249, 0.40);*/
/*color:#fff;*/
/*}*/

.section-1 .title {
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.section-1 .desc {
    font-size: 24px;
    margin: 0 0 31px 0;
}

.section-1 .buttons {
    display: flex;
    gap: 13px;
}

.section-1 .order {
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    max-width: 327px;
    border-radius: 15px;
    border: 1px solid #FFF;
    padding: 30px 10px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    transition: .5s;
}

.section-1 .order:hover {
    border: 1px solid #1FAF38;
    background: #1FAF38;
}

.section-1 .calc {
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    max-width: 376px;
    border-radius: 15px;
    border: 1px solid #1FAF38;
    padding: 30px 10px;
    text-align: center;
    color: #1FAF38;
    font-size: 24px;
    text-transform: uppercase;
    transition: .5s;
    font-family: 'Abel', sans-serif;
}

.section-1 .calc:hover {
    background: #fff;
    border: 1px #fff solid;
}

.section-2 {
    margin: 0 0 80px 0;
}

.section-2 .site-width {
    font-size: 0px;
    line-height: 0px;
    display: flex;
    gap: 10px;
}

.section-2 a {
    display: block;
    text-decoration: none;
    border-radius: 27px;
    overflow: hidden;
}

.section-2 img {
    border-radius: 27px;
}

.section-2 .col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.title-section {
    font-size: 24px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.section-3 {
    margin: 0 0 40px 0;
}

.section-3 .video {
    overflow: hidden;
    position: relative;
    font-size: 0px;
    line-height: 0px;
    border-radius: 30px;
}

.section-3 .video img {
    border-radius: 30px;
}

.section-3 .video video {
    border-radius: 30px;
}

.section-3 .title {
    font-size: 42px;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    max-width: 960px;
    line-height: normal;
}

.section-3 .name {
    font-size: 24px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    line-height: normal;
}

.section-3 .play {
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 92px;
    height: 92px;
    background: #fff url(../images/play.svg) no-repeat center center;
    border-radius: 25px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    line-height: normal;
}

.section-3 .play:hover {
    bottom: 35px;
}

.section-4 {
    margin: 0 0 70px 0;
}

.section-4 .site-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-4 .item {
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(217, 217, 217, 0.10);
    padding: 30px;
    transition: .5s;
    margin: 0 0 10px 0;
    position: relative;
    overflow: hidden;
}

.section-4 .item:before {
    content: "";
    border-radius: 15px;
    background: #FFF;
    width: 35px;
    height: 35px;
    display: table;
    margin: 0 0 10px auto;
    transition: .5s;
    z-index: 3;
    position: relative;
}

.section-4 .item:after {
    content: "";
    position: absolute;
    top: 41px;
    right: 40px;
    z-index: 1;
    transition: .5s;
    background: #fff;
    width: 0px;
    height: 0px;
    border-radius: 25px;
}

.section-4 .item:hover:after {
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
}

.section-4 .name {
    font-size: 24px;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 4;
}

.section-4 .desc {
    opacity: 0.6000000238418579;
    position: relative;
    z-index: 4;
}

.section-4 .item:hover {
    border: 1px solid rgba(0, 0, 0, 0.20);
    color: #000;
}

.section-4 .item:hover:before {
    background: #1D1D1D;
}

.section-4 .item:nth-child(1) {
    width: 39.43%;
}

.section-4 .item:nth-child(2) {
    width: 59.75%;
}

.section-4 .item:nth-child(3) {
    width: 48.79%;
}

.section-4 .item:nth-child(4) {
    width: 50.4%;
}

.section-4 .item:nth-child(5) {
    width: 47.74%;
}

.section-4 .item:nth-child(6) {
    width: 51.45%;
}

.section-5 {
    margin: 0 0 60px 0;
}

.section-5 .item {
    margin: 0 0 20px 0;
}

.section-5 .open-block {
    padding: 30px 252px 31px 30px;
    position: relative;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(217, 217, 217, 0.10);
    transition: .5s;
}

.section-5 .open-block.active {
    background: #fff;
    border-radius: 25px 25px 0 0;
    color: #000;
}

.section-5 .name {
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.section-5 .desc {
    font-size: 24px;
    opacity: 0.5;
}

.section-5 .open {
    cursor: pointer;
    width: 120px;
    height: 120px;
    background: #fff url(../images/section5-plus.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 3;
    margin: -60px 0 0 0;
    border-radius: 25px;
    transition: .5s;
    font-size: 0px;
    line-height: 0px;
}

.section-5 .open-block.active .open {
    transform: rotate(90deg);
}

.section-5 .hidden-block {
    border-radius: 0 0 25px 25px;
    background: #FFF;
    padding: 0px 30px 30px 30px;
    display: none;
}

.section-5 .images {
    font-size: 0px;
    line-height: 0px;
    display: flex;
    gap: 27px;
}

.section-5 .images a {
    display: block;
    text-decoration: none;
    flex: 1;
    border-radius: 25px;
    overflow: hidden;
}

.section-5 .images img {
    border-radius: 25px;
    transition: .5s;
}

.section-5 .images a:hover img {
    transform: scale(1.2);
}

.section-5 .top {
    display: flex;
    gap: 10px;
    margin: 0 0 30px 0;
}

.section-5 .info {
    flex: 1;
    color: #000;
    font-size: 20px;
}

.section-5 .info span {
    display: block;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.section-5 .info ul {
    margin: 0px;
    padding: 0 0 0 20px;
}

.section-5 .price {
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, .4);
    padding: 30px;
    color: #000;
}

.section-5 .price span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 38px;
    text-transform: uppercase;
    opacity: 0.30000001192092896;
}

.section-5 .estimate {
    color: #1FAF38;
    border-radius: 25px;
    border: 1px solid #1FAF38;
    padding: 30px 100px 30px 30px;
    position: relative;
    text-decoration: none;
}

.section-5 .estimate:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    z-index: 1;
    width: 63px;
    height: 63px;
    background: url(../images/section5-arrow.svg) no-repeat;
    margin: -31px 0 0 0;
}

.section-5 .estimate span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 38px;
    text-transform: uppercase;
    opacity: 0.30000001192092896;
}

.section-6 {
    margin: 0 0 80px 0;
}

.section-6 .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-6 .item {
    margin: 0 0 10px 0;
    text-align: right;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(217, 217, 217, 0.10);
    padding: 30px;
    transition: .5s;
    text-decoration: none;
    display: block;
    position: relative;
}

.section-6 .item:hover {
    color: #000;
    border: 1px solid #FFF;
    background: #FFF;
}

.section-6 .name {
    font-size: 23px;
    margin: 0 0 10px 0;
    opacity: 0.699999988079071;
}

.section-6 .price {
    font-size: 38px;
    text-transform: uppercase;
}

.section-6 .images {
    display: flex;
    font-size: 0px;
    line-height: 0px;
    gap: 10px;
}

.section-6 .images a {
    display: block;
    text-decoration: none;
    border-radius: 25px;
    overflow: hidden;
}

.section-6 .images img {
    border-radius: 25px;
}

.section-6 .images a:nth-child(1) {
    width: 45.96%;
}

.section-6 .images a:nth-child(2) {
    flex: 1;
}

.section-6 .item:nth-child(1) {
    width: 38.95%;
}

.section-6 .item:nth-child(2) {
    width: 32.5%;
}

.section-6 .item:nth-child(3) {
    width: 26.93%;
}

.section-6 .item:nth-child(4) {
    width: 38.95%;
}

.section-6 .item:nth-child(5) {
    width: 22.74%;
}

.section-6 .item:nth-child(6) {
    width: 36.69%;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: linear-gradient(92deg, #1FAF38 0%, #60D669 100%);
}

.section-6 .item:nth-child(6):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 35px;
    z-index: 1;
    width: 55px;
    height: 55px;
    background: url(../images/section6-icon.svg) no-repeat;
    margin: -27px 0 0 0;
}

.section-7 {
    margin: 0 0 80px 0;
}

.section-7 .bottom {
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(217, 217, 217, 0.10);
    padding: 16px 16px 16px 30px;
    gap: 20px;
}

.section-7 .bottom .info {
    flex: 1;
    font-size: 20px;
    opacity: .5;
    text-transform: uppercase;
    margin: 0px;
}

.section-7 .navigator {
    display: flex;
    gap: 10px;
}

.section-7 .navigator .slick-arrow {
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
    width: 63px;
    height: 63px;
    font-size: 0px;
    line-height: 0px;
    flex-shrink: 0;
    z-index: 9;
    transition: 0s;
}

.section-7 .navigator .slick-prev {
    background: url(../images/section7-arrow-hover.svg) no-repeat center center;
    transform: rotate(180deg);
}

.section-7 .navigator .slick-next {
    background: url(../images/section7-arrow-hover.svg) no-repeat center center;
}

.section-7 .navigator .slick-prev.slick-disabled {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    transform: rotate(0deg);
    cursor: default;
}

.section-7 .navigator .slick-next.slick-disabled {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    transform: rotate(180deg);
    cursor: default;
}

.section-7 .slider {
    margin: 0 -5px;
}

.section-7 .slick-slide {
    margin: 0 5px;
}

.section-7 .slide {
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(217, 217, 217, 0.10);
    padding: 25px 30px 30px 30px;
    height: 100%;
}

.section-7 .icon {
    height: 145px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
    margin: 0 0 21px 0;
}

.section-7 .name {
    border-radius: 15px;
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: space-between;
    font-size: 24px;
    text-transform: uppercase;
}

.section-7 .desc {
    font-size: 24px;
    margin: 49px 0 0 0;
    opacity: 0.699999988079071;
}

.section-7 .desc.margin {
    margin: 20px 0 0 0;
}

.section-7 .info {
    font-size: 20px;
    margin: 30px 0 0 0;
    opacity: 0.4000000059604645;
}

.section-7 .name.green {
    background: linear-gradient(90deg, #1FAF38 0%, #60D669 100%);
}

.section-7 .name.gray {
    background: #565656;
}

.section-7 .name.orange {
    background: linear-gradient(90deg, #D67C60 0%, #F90 100%);
}

.section-7 .slick-track {
    display: flex !important;
}

.section-7 .slick-slide > div {
    height: 100%;
}

.section-7 .bottom-contacts {
    margin: 52px 10px 0 0;
}

.section-7 .bottom-contacts form {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}

.section-7 .bottom-contacts .feedback {
    cursor: pointer;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid #FFF;
    padding: 18px 20px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    transition: .5s;
}

.section-7 .bottom-contacts .feedback:hover {
    border: 1px solid #1FAF38;
    background: #1FAF38;
}

.section-7 .bottom-contacts input {
    flex: 1;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .4);
    height: 60px;
    padding: 0 40px 0 20px;
    font-size: 20px;
    color: rgba(255, 255, 255, .5);
    background: url(../images/section7-edit.svg) no-repeat right 18px center;
    width: 100%;
}

.section-7 .bottom-contacts .select {
    display: flex;
    gap: 5px;
}

.section-7 .bottom-contacts .select input {
    display: none;
}

.section-7 .bottom-contacts label {
    display: block;
    cursor: pointer;
}

.section-7 .bottom-contacts .phone {
    width: 60px;
    height: 60px;
    background: url(../images/section7-phone.svg) no-repeat;
}

.section-7 .bottom-contacts .tl {
    width: 60px;
    height: 60px;
    background: url(../images/section7-tl.svg) no-repeat;
}

.section-7 .bottom-contacts .max {
    width: 60px;
    height: 60px;
    background: url(../images/MAX.svg) no-repeat;
}

.section-7 .bottom-contacts .wh {
    width: 60px;
    height: 60px;
    background: url(../images/section7-wh.svg) no-repeat;
}

.section-8 {
    margin: 0 0 80px 0;
}

.section-8 .flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.section-8 .col {
    flex: 1;
    overflow: hidden;
}

.section-8 .slider {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    margin: 0 0 27px 0;
    font-size: 0px;
    line-height: 0px;
    border-radius: 25px;
}

.section-8 .slider a {
    display: block;
    text-decoration: none;
}

.section-8 .slider img {
    border-radius: 25px;
}

.section-8 .name {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.section-8 .desc {
    font-size: 18px;
    opacity: 0.5;
}

.section-8 .info {
    display: flex;
    gap: 20px;
    margin: 10px 0 0 0;
    font-size: 24px;
}

.section-8 .time {
    flex: 1;
}

.section-8 .slick-arrow {
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 0px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    z-index: 9;
    transition: .5s;
}

.section-8 .slick-prev {
    background: url(../images/section8-arrow.svg) no-repeat center center;
    transform: rotate(180deg);
    left: 10px;
}

.section-8 .slick-next {
    background: url(../images/section8-arrow.svg) no-repeat center center;
    right: 10px;
}

.section-8 .our-works {
    display: block;
    text-decoration: none;
    margin: 13px 0 0 0;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(217, 217, 217, 0.10);
    padding: 30px 90px 30px 30px;
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
}

.section-8 .our-works {
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 13px 0 5px 0;
}

.section-8 .our-works-tg:before {
    content: "";
    position: absolute;
    top: 13%;
    right: 95px;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../images/section7-tl.svg) no-repeat;
}

.section-8 .our-works-in:before {
    content: "";
    position: absolute;
    top: 13%;
    right: 22px;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../images/in.svg) no-repeat;
}

.section-8 .our-works-max:before {
    content: "";
    position: absolute;
    top: 13%;
    right: 166px;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../images/MAX.svg) no-repeat;
}

/*.section-8 .instagramm:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 22px;*/
/*    z-index: 1;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: url(../images/in.svg) no-repeat;*/
/*    margin: -30px 0 0 0;*/
/*}*/

.section-9 {
    margin: 0 0 80px 0;
}

.section-9 .title-section {
    margin: 0 0 30px 0;
}

.section-9 .step {
    border-radius: 25px;
    background: #FFF;
    padding: 30px 30px 40px 40px;
}

.section-9 .step .title {
    color: #000;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.section-9 .step .desc {
    color: #000;
    opacity: 0.699999988079071;
    margin: 0 0 40px 0;
}

.section-9 .select {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 50%;
}

.section-9 .select .radio {
    margin: 0 35px 0 0;
    display: block;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

.section-9 .select input {
    display: none;
}

.section-9 .select span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}

.section-9 .select span:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/section9-radio.svg) no-repeat;
}

.section-9 .select input:checked + span:before {
    background: url(../images/section9-radio-check.svg) no-repeat;
}

.section-9 .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 55px 0 0 0;
}

.section-9 .next {
    display: flex;
    align-items: center;
    gap: 115px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    transition: .5s;
}

.section-9 .next:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/section9-next.svg) no-repeat;
}

.section-9 .prev {
    display: flex;
    align-items: center;
    gap: 115px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    transition: .5s;
}

.section-9 .prev:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/section9-next.svg) no-repeat;
    transform: rotate(180deg);
}

.section-9 .step:first-child .prev {
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

.section-9 .step:last-child .next {
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

.section-9 .prev:hover, .section-9 .next:hover {
    color: #60d669
}

.section-9 .step-line {
    margin: 40px 0 0 0;
    display: flex;
    gap: 11px;
}

.section-9 .step-line span {
    flex: 1;
    border-radius: 10px;
    opacity: 0.30000001192092896;
    background: #60D669;
    height: 5px;
}

.section-9 .step.active .step-line span:first-child {
    opacity: 1;
}

.section-9 .step:nth-child(2) .step-line span:nth-child(1), .section-9 .step:nth-child(2) .step-line span:nth-child(2) {
    opacity: 1;
}

.section-9 .step:nth-child(3) .step-line span:nth-child(1), .section-9 .step:nth-child(3) .step-line span:nth-child(2), .section-9 .step:nth-child(3) .step-line span:nth-child(3) {
    opacity: 1;
}

.section-9 .step:nth-child(4) .step-line span:nth-child(1), .section-9 .step:nth-child(4) .step-line span:nth-child(2), .section-9 .step:nth-child(4) .step-line span:nth-child(3), .section-9 .step:nth-child(4) .step-line span:nth-child(4) {
    opacity: 1;
}

.section-9 .step:nth-child(5) .step-line span:nth-child(1), .section-9 .step:nth-child(5) .step-line span:nth-child(2), .section-9 .step:nth-child(5) .step-line span:nth-child(3), .section-9 .step:nth-child(5) .step-line span:nth-child(4), .section-9 .step:nth-child(5) .step-line span:nth-child(5) {
    opacity: 1;
}

.section-9 .step {
    display: none;
}

.section-9 .step.active {
    display: block;
}

.section-9 .form {
    width: 100%;
    max-width: 500px;
}

.section-9 .form input {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .4);
    height: 60px;
    padding: 0 20px;
    margin: 0 0 15px 0;
}

.section-9 .form button {
    border-radius: 15px;
    border: 1px solid #1FAF38;
    padding: 0 30px;
    height: 60px;
    background: none;
    text-align: center;
    color: #1FAF38;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    width: 100%;
}

.section-9 .form button:hover {
    background: #1FAF38;
    color: #fff;
}

.section-9 .block-total {
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(217, 217, 217, 0.10);
    padding: 40px;
    margin: 10px 0 0 0;
}

.section-9 .block-total .title {
    font-size: 42px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.section-9 .block-total .desc {
    opacity: 0.699999988079071;
    margin: 0 0 25px 0;
}

.section-9 .block-total .flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.section-9 .block-total .col span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 38px;
    text-transform: uppercase;
    opacity: 0.30000001192092896;
}

.popup-block {
    display: none;
}

.popup-block .popup-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(18, 25, 39, 0.65);
    z-index: 99999999999999;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.popup-block .block {
    background: #FFFFFF;
    box-shadow: 0px 18px 40px rgba(112, 144, 176, 0.12);
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    transform: translate(-50%, -50%);
}

.popup-block .close {
    width: 24px;
    height: 24px;
    background: url(../images/popup-close.svg) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup-block .title {
    font-size: 42px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #000;
}

.popup-block .text {
    margin: 0 0 20px 0;
    color: #000;
}

.popup-block input {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .4);
    height: 60px;
    padding: 0 20px;
    margin: 0 0 15px 0;
}

.popup-block button {
    border-radius: 15px;
    border: 1px solid #1FAF38;
    padding: 0 30px;
    height: 60px;
    background: none;
    text-align: center;
    color: #1FAF38;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    width: 100%;
}

.popup-block button:hover {
    background: #1FAF38;
    color: #fff;
}

.popup-block .checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111;
    margin: 0 0 15px 0;
}

.popup-block .desc {
    color: #111;
    margin: 0 0 15px 0;
}

.popup-block .checkbox span {

}

.popup-block .checkbox input {
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
}

.section-10 {
    margin: 0 0 80px 0;
}

.section-10 .flex {
    display: flex;
    gap: 10px;
}

.section-10 .col-left {
    width: 311px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-10 .col-right {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 30px 90px 30px 30px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: #FFDD2D;
}

.section-10 .col-left span {
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(217, 217, 217, 0.10);
    display: block;
    padding: 30px;
    font-size: 23px;
    text-transform: uppercase;
}

.section-10 .info {
    flex: 1;
}

.section-10 .info .name {
    color: #1D1D1D;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 17px 0;
}

.section-10 ul {
    color: #1D1D1D;
    font-size: 20px;
    margin: 0px;
    padding: 0 0 0 20px;
    opacity: 0.699999988079071;
}

.section-10 .bank {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #333;
    font-size: 15px;
    line-height: 24px; /* 160% */
}

.section-10 .bank:before {
    content: "";
    width: 91px;
    height: 80px;
    background: url(../images/bank.svg) no-repeat;
}

.section-10 .bank span {
    display: block;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
}

.section-11 {
    margin: 0 0 70px 0;
}

.section-11 .desc {
    font-size: 20px;
    margin: 0 0 20px 0;
    opacity: 0.699999988079071;
}

.section-11 .images {
    display: flex;
    gap: 10px;
    margin: 0 0 10px 0;
}

.section-11 .images a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 27px;
    max-height: 326px;
}

.section-11 .images img {
    border-radius: 27px;
}

.section-11 .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-11 .item {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(217, 217, 217, 0.10);
    padding: 11px 11px 11px 30px;
}

.section-11 .name {
    flex: 1;
    font-size: 20px;
    text-transform: uppercase;
}

.section-11 .icon {
    font-size: 0px;
    line-height: 0px;
}

.section-11 .item:nth-child(1) {
    width: 46.29%;
}

.section-11 .item:nth-child(2) {
    width: 52.9%;
}

.section-11 .item:nth-child(3) {
    width: 41.29%;
}

.section-11 .item:nth-child(4) {
    width: 57.9%;
}

.section-11 .item:nth-child(5) {
    width: 100%;
    cursor: pointer;
    background: linear-gradient(90deg, #1FAF38 0%, #60D669 100%);
}

.section-11 .item:nth-child(5) .name {
    font-size: 24px;
}

.section-12 {
    margin: 0 0 80px 0;
}

.section-12 .desc {
    border-radius: 25px;
    border: 1px solid rgba(217, 217, 217, 0.40);
    background: rgba(217, 217, 217, 0.10);
    margin: 0 0 10px 0;
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    padding: 30px;
}

.section-12 .desc span {
    color: #fff;
    font-size: 24px;
    margin: 0 0 20px 0;
    display: block;
}

.feedback {
    cursor: pointer;
}

.section-12 .feedback {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    border-radius: 25px;
    background: linear-gradient(90deg, #1FAF38 0%, #60D669 100%);
    cursor: pointer;
    padding: 13px 13px 13px 30px;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.section-12 .feedback:after {
    content: "";
    width: 63px;
    height: 63px;
    background: url(../images/section11-icon5.svg) no-repeat;
    flex-shrink: 0;
}

.section-12 .feedback b {
    display: contents;
}

.section-12 .flex {
    display: flex;
    gap: 10px;
}

.section-12 .col-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-12 .col-right {
    font-size: 0px;
    line-height: 0px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-width: 540px;
}

.section-12 .col-right a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    border-radius: 27px;
    flex: 1;
}

.section-12 .col-right video {
    overflow: hidden;
    display: block;
    text-decoration: none;
    border-radius: 27px;
    flex: 1;
}

.section-12 .col-right img {
    border-radius: 27px;
    min-height: 100%;
    max-width: none;
}

.section-12 .col-right video {
    border-radius: 27px;
}

.section-12 .question {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(217, 217, 217, 0.10);
    gap: 100px;
    font-size: 20px;
    padding: 10px 10px 10px 30px;
    justify-content: space-between;
}

.section-12 .question:after {
    content: "";
    width: 64px;
    height: 64px;
    background: url(../images/section12-plus.svg) no-repeat;
    flex-shrink: 0;
}

.section-12 .active:after {
    background: url(../images/section12-minus.svg) no-repeat;
}

.section-12 .active .question:after {
    background: url(../images/section12-minus.svg) no-repeat;
}

.section-12 .answer {
    border-radius: 25px;
    background: #1FAF38;
    margin: 10px 0 0 0;
    padding: 30px;
    display: none;
}

.section-12 .active .answer {
    display: block;
}

.section-13 {
    margin: 0 0 70px 0;
}

.section-13 .item {
    margin: 0 0 10px 0;
}

.section-13 .question {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.20);
    gap: 100px;
    font-size: 20px;
    padding: 10px 10px 10px 30px;
    justify-content: space-between;
}

.section-13 .question:after {
    content: "";
    width: 64px;
    height: 64px;
    background: url(../images/section12-plus.svg) no-repeat;
    flex-shrink: 0;
}

.section-13 .active:after {
    background: url(../images/section12-minus.svg) no-repeat;
}

.section-13 .answer {
    border-radius: 25px;
    background: #1FAF38;
    margin: 10px 0 0 0;
    padding: 30px;
    display: none;
}

.section-13 .active .answer {
    display: block;
}

.section-14 {
    margin: 0 0 80px 0;
}

.section-14 .flex {
    display: flex;
    gap: 10px;
}

.section-14 .maps {
    width: 45.96%;
    border-radius: 25px;
    overflow: hidden;
}

.section-14 .col-right {
    flex: 1;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.20);
    padding: 30px;
}

.section-14 .maps iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: 25px;
}

.section-14 .title {
    font-size: 24px;
    margin: 0 0 10px 0;
}

.section-14 .desc {
    font-size: 18px;
    margin: 0 0 10px 0;
    opacity: .5;
    max-width: 457px;
}

.section-14 input {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    border: 0px;
    background: none;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px rgba(255, 255, 255, .7) solid;
    flex: 1;
}

.section-14 ::placeholder {
    color: rgba(255, 255, 255, .7);
}

.section-14 .line {
    display: flex;
    gap: 22px;
    margin: 10px 0 20px 0;
}

.section-14 select {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    border: 0px;
    background: url(../images/section14-select.svg) no-repeat right center;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px rgba(255, 255, 255, .7) solid;
    flex: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section-14 option {
    color: #000;
}

.section-14 button {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    border-radius: 25px;
    background: linear-gradient(90deg, #1FAF38 0%, #60D669 100%);
    cursor: pointer;
    padding: 13px 13px 13px 30px;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 10px 0;
}

.section-14 button:after {
    content: "";
    width: 63px;
    height: 63px;
    background: url(../images/section11-icon5.svg) no-repeat;
    flex-shrink: 0;
}

.section-14 .info {
    font-size: 12px;
    margin: 0 0 16px 0;
    opacity: 0.5;
}

.section-14 .city {
    font-size: 24px;
    margin: 0 0 20px 0;
}

.section-14 .warning {
    font-size: 12px;
    margin: 10px 0 0 0;
    opacity: 0.699999988079071;
}

.section-14 .social {
    display: flex;
    gap: 10px;
}

.section-14 .phone {
    width: 60px;
    height: 60px;
    background: url(../images/section7-phone.svg) no-repeat;
}

.section-14 .tl {
    width: 60px;
    height: 60px;
    background: url(../images/section7-tl.svg) no-repeat;
}

.section-14 .max {
    width: 60px;
    height: 60px;
    background: url(../images/MAX.svg) no-repeat;
}

.section-14 .wh {
    width: 60px;
    height: 60px;
    background: url(../images/section7-wh.svg) no-repeat;
}

.section-14 .mail {
    width: 60px;
    height: 60px;
    background: url(../images/email.svg) no-repeat;
}

.section-14 .in {
    width: 60px;
    height: 60px;
    background: url(../images/in.svg) no-repeat;
}

#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    cursor: pointer;
    width: 63px;
    height: 63px;
    background: url(../images/top.svg) no-repeat;
    transition: .5s;
}

#top:hover {
    bottom: 30px;
}

.footer {
    margin: 80px 0 0 0;
    color: rgba(255, 255, 255, .7);
}

.footer .site-width {
    padding: 30px 20px 34px 20px;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.footer .logo {
    width: 100%;
}

.footer .logo a {
    display: block;
    text-decoration: none;
    width: 108px;
    height: 48px;
    background: url(../images/logo.svg?t=2) no-repeat;
    background-size: contain;
}

.footer .copyright {
    width: 100%;
}

.mobile-title {
    display: none;
}

.section-5 .bottom-mobile {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #1FAF38;
    border-radius: 5px;
}

.feedback-free {
    cursor: pointer;
}

.mobile-block {
    display: none;
}

.nopc {
    display: none !important;
}


@media screen and (max-width: 1300px) {


}


@media screen and (max-width: 1230px) {

    .header .menu {
        margin: 0 60px 0 20px;
    }

    .header .menu:before {
        right: -30px;
    }

    .header .info {
        margin: 0 10px 0 30px;
    }

    .header .open-menu {
        width: 51px;
        height: 16px;
        background: url(../images/menu-mobile.svg) no-repeat;
    }

    .header .open-menu-mobile {
        width: 51px;
        height: 16px;
        background: url(../images/menu-mobile.svg) no-repeat;
    }

    .header .phone {
        font-size: 16px;
    }

    .header .time {
        font-size: 14px;
    }

    .header .tl {
        width: 30px;
        height: 30px;
        background-size: contain !important;
    }

    .header .wh {
        width: 30px;
        height: 30px;
        background-size: contain !important;
    }

    .header .max {
        width: 30px;
        height: 30px;
        background-size: contain !important;
    }

    .site-width {
        padding: 0 10px;
    }

    .section-1 .category {
        gap: 4px;
    }

    .section-1 .category a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .section-1 .title {
        font-size: 26px;
        margin: 0 0 10px 0;
    }

    .section-1 .desc {
        font-size: 20px;
        margin: 0 0 27px 0;
        opacity: 0.699999988079071;
    }

    .section-1 .buttons {
        gap: 25px;
    }

    .section-1 .order {
        max-width: 189px;
        padding: 15px;
        font-size: 16px;
        text-transform: none;
    }

    .section-1 .calc {
        max-width: 214px;
        padding: 15px;
        font-size: 16px;
        text-transform: none;
    }

    .section-1 .col-right {
        border-radius: 10px;
    }

    .section-1 .col-right iframe, .section-1 .col-right a {
        border-radius: 10px;
        height: 100%;
    }

    .section-1 .col-right img {
        min-height: 100%;
        max-width: none;
        min-width: 100%;
        max-width: 257px;
    }

    .section-3 .title {
        top: 20px;
        left: 20px;
        font-size: 28px;
        max-width: 771px;
    }

    .section-3 .name {
        left: 20px;
        bottom: 20px;
    }

    .section-3 .play {
        right: 20px;
        bottom: 20px;
    }

    .section-5 .name {
        font-size: 32px;
        margin: 0 0 15px 0;
    }

    .section-5 .desc {
        font-size: 20px;
    }

    .section-5 .open {
        right: 20px;
        width: 116px;
        height: 116px;
        margin: -58px 0 0 0;
    }

    .section-10 .col-right {
        padding: 30px;
    }

    .section-12 .col-right {
        width: 300px;
    }

    .section-14 .maps {
        width: 42.85%;
    }


}


@media screen and (max-width: 1000px) {

    .header .menu li:nth-child(2) {
        display: none;
    }

    .header .logo a {
        width: 80px;
        height: 36px;
        background-size: contain !important;
    }

    .header {
        padding: 15px 0 10px 0;
    }

    .header .menu:before {
        top: -24px;
        bottom: -21px;
    }

    .section-1 {
        margin: 93px 0 40px 0 !important;
    }

    .section-1.fix {
        margin: 131px 0 40px 0;
    }

    .section-2 .col:first-child {
        display: none;
    }

    .title-section {
        margin: 0 0 30px 0;
    }

    .section-4 .item {
        width: 100% !important;
        padding: 20px;
        border-radius: 10px;
    }

    .section-4 .item:before {
        width: 25px;
        height: 25px;
        margin: 0 0 5px auto;
    }

    .section-4 .item:after {
        border-radius: 10px;
    }

    .section-5 .top {
        display: block;
    }

    .section-5 .bottom-mobile {
        display: flex;
        gap: 20px;
        margin: 40px 0 0 0;
    }

    .section-5 .images {
        gap: 18px;
    }

    .section-5 .open-block.active .open {
        width: 45px;
        height: 45px;
        background-size: contain !important;
        margin: 0 0 0 0;
        top: 15px;
    }

    .section-6 .item:nth-child(3), .section-6 .item:nth-child(5) {
        display: none;
    }

    .section-6 .item:nth-child(1) {
        width: 52.54%;
    }

    .section-6 .item:nth-child(2) {
        width: 45.64%;
    }

    .section-6 .item:nth-child(4) {
        width: 49%;
    }

    .section-6 .item:nth-child(6) {
        width: 49.33%;
        border: 1px solid rgba(255, 255, 255, 0.40);
        background: rgba(31, 175, 56, 0.40);
    }

    .section-6 .name {
        font-size: 20px;
    }

    .section-6 .price {
        font-size: 24px;
    }

    .section-6 {
        margin: 0 0 60px 0;
    }

    .section-7 .slide {
        padding: 20px;
    }

    .section-7 .icon {
        width: 100px;
        height: 100px;
    }

    .section-7 .name {
        font-size: 20px;
    }

    .section-7 .desc {
        margin: 35px 0 0 0;
        font-size: 16px;
    }

    .section-7 .info {
        font-size: 10px;
        margin: 15px 0 0 0;
    }

    .section-7 .bottom-contacts {
        margin: 50px 0 0 0;
    }

    .section-7 .bottom-contacts .phone, .section-7 .bottom-contacts .tl, .section-7 .bottom-contacts .wh {
        width: 40px;
        height: 40px;
        background-size: contain !important;
    }

    .section-7 .bottom-contacts input {
        height: 43px;
        font-size: 16px;
    }

    .section-7 .bottom {
        margin: 39px 0 0 0;
    }

    .section-7 .bottom .info {
        font-size: 16px;
    }

    .section-7 .navigator {
        gap: 0px;
    }

    .section-7 .navigator .slick-arrow {
        width: 38px;
        height: 38px;
        background-size: contain !important;
    }

    .section-7 .bottom:after {
        content: "";
        width: 40px;
        height: 40px;
        background: url(../images/section7-icon-mobile.svg) no-repeat;
        display: none;
    }

    .section-7 {
        margin: 0 0 60px 0;
    }

    .section-8 .name {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    .section-8 .desc {
        font-size: 16px;
    }

    .section-8 .info {
        font-size: 20px;
    }

    .section-8 .info {
        margin: 19px 0 0 0;
    }

    .section-8 .our-works {
        font-size: 12px;
        padding: 20px 70px 20px 15px;
    }

    .section-8 .our-works:before {
        width: 40px;
        height: 40px;
        background-size: contain !important;
        margin: -20px 0 0 0;
    }

    .section-8 .our-works {
        font-size: 16px;
    }

    .section-8 .info {
        gap: 10px;
    }

    .section-8 {
        margin: 0 0 60px 0;
    }

    .section-9 .step {
        padding: 30px;
    }

    .section-9 .step .title {
        font-size: 32px;
    }

    .section-9 .select .radio {
        font-size: 20px;
    }

    .section-9 .select span:before {
        width: 25px;
        height: 25px;
        background-size: contain !important;
    }

    .section-9 .next, .section-9 .prev {
        font-size: 20px;
    }

    .section-9 .block-total {
        margin: 20px 0 0 0;
        padding: 30px;
        border: 0px;
    }

    .section-9 .block-total .title {
        font-size: 32px;
    }

    .section-9 .block-total .desc {
        margin: 0 0 30px 0;
    }

    .section-9 .block-total .col span {
        font-size: 28px;
        margin: 0 0 15px 0;
    }

    .section-9 .block-total .flex {
        font-size: 16px;
    }

    .section-9 {
        margin: 0 0 60px 0;
    }

    .section-10 .flex {
        display: block;
    }

    .section-10 .col-left {
        width: 100%;
        flex-direction: inherit;
        gap: 30px;
        margin: 0 0 20px 0;
    }

    .section-10 .col-left span {
        border-radius: 15px;
        font-size: 24px;
    }

    .section-10 .col-right {
        padding: 30px 70px 30px 30px;
        border-radius: 15px;
    }

    .section-10 {
        margin: 0 0 60px 0;
    }

    .section-11 .desc {
        font-size: 16px;
        margin: 0 0 30px 0;
    }

    .section-11 .item {
        border-radius: 15px;
        padding: 10px 20px 10px 30px;
    }

    .section-11 .icon {
        width: 37px;
    }

    .section-11 .name {
        font-size: 15px;
    }

    .section-11 {
        margin: 0 0 50px 0;
    }

    .section-11 .item:nth-child(5) .name {
        font-size: 16px;
    }

    .section-11 .images img, .section-11 .images a {
        border-radius: 15px;
    }

    .section-12 .desc {
        border-radius: 15px;
        font-size: 16px;
        margin: 0 0 40px 0;
    }

    .section-12 .desc span {
        font-size: 20px;
        margin: 0 0 11px 0;
    }

    .section-12 .col-right a {
        border-radius: 25px;
        max-height: 300px;
    }

    .section-12 .col-right img {
        border-radius: 25px;
    }

    .section-12 .col-right {
        gap: 20px;
    }

    .section-12 .question {
        border-radius: 15px;
        padding: 13px 20px;
        font-size: 16px;
    }

    .section-12 .question:after {
        width: 45px;
        height: 45px;
        background-size: contain !important;
    }

    .section-12 .answer {
        border-radius: 15px;
        padding: 30px 20px;
        font-size: 16px;
    }

    .section-12 .feedback {
        margin: 20px 0 0 0;
        padding: 13px 20px;
        font-size: 18px;
        border-radius: 15px;
    }

    .section-12 .feedback:after {
        width: 55px;
        height: 55px;
        background-size: contain !important;
    }

    .section-12 {
        margin: 0 0 60px 0;
    }

    .section-13 {
        margin: 0 0 60px 0;
    }

    .section-13 .question {
        padding: 15px 30px;
        font-size: 20px;
    }

    .section-13 .question:after {
        width: 55px;
        height: 55px;
        background-size: contain !important;
    }

    .section-13 .answer {
        font-size: 20px;
    }

    .section-14 .col-right {
        border-radius: 15px;
        padding: 20px;
    }

    .section-14 .maps, .section-14 .maps iframe {
        border-radius: 15px;
    }

    .section-14 .title {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .section-14 .desc {
        font-size: 14px;
    }

    .section-14 input, .section-14 select {
        font-size: 16px;
    }

    .section-14 select {
        background-size: 13px !important;
    }

    .section-14 button {
        padding: 11px 15px 11px 20px;
        font-size: 18px;
        text-align: left;
        gap: 11px;
        border-radius: 15px;
    }

    .section-14 {
        margin: 0 0 30px 0;
    }

    .section-14 button:after {
        width: 40px;
        height: 40px;
        background-size: contain !important;
    }

    .footer {
        margin: 30px 0 0 0;
    }

    .section-14 .city, .section-14 .social, .section-14 .warning {
        display: none;
    }

    .section-14 .info {
        margin: 0px;
    }

    .footer {
        font-size: 16px;
    }

    #top {
        right: 10px;
        bottom: 10px !important;
        width: 50px;
        height: 50px;
        background-size: contain !important;
    }

    .topmenu {
        padding: 54px 0;
    }

    .topmenu ul {
        flex-direction: column;
    }

    .topmenu a {
        color: #FFF;
        font-size: 32px;
        opacity: 1;
    }

    .topmenu a:hover {
        text-decoration: none;
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    ::-webkit-scrollbar-track {
        background-color: #1D1D1D;
        border-radius: 0px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #1FAF38;
        border-radius: 5px;
    }

    .section-3 .video video {
        border-radius: 10px;
    }

    .section-4 .item {
        padding: 20px;
    }

    .header .menu a {
        font-size: 14px;
    }

    .section-1 .category div {
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 5px;
    }

    .section-1 .col {
        max-width: 382px;
    }

    .section-1 .order, .section-1 .col img {
        border-radius: 10px !important;
    }

    .section-3 {
        margin: 0 0 30px 0;
    }

    .section-3 .video {
        border-radius: 10px;
    }

    .mobile-block {
        background: #1D1D1D;
        z-index: 999999;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        max-height: 100vh;
        overflow-y: auto;
        display: none;
        flex-direction: column;
        padding: 20px;
    }

    .mobile-block.flex {
        display: flex;
    }

    .mobile-block .head {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        margin: 0 0 50px 0;
    }

    .mobile-block .logo {
        display: block;
        text-decoration: none;
        width: 95px;
        height: 40px;
        background: url(../images/logo.svg?t=2) no-repeat;
        background-size: contain;
    }

    .mobile-block .close {
        display: block;
        cursor: pointer;
        text-decoration: none;
        width: 26px;
        height: 26px;
        background: url(../images/mobile-close.svg) no-repeat;
        font-size: 0px;
    }

    .mobile-block .menu {
        flex: 1;
        margin: 0 0 50px 0;
    }

    .mobile-block .menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .mobile-block .menu a {
        text-decoration: none;
        color: #FFF;
        font-family: PragmaticaC;
        font-size: 14px;
    }

    body.noscroll {
        overflow: hidden;
    }

    .mobile-block .phone {
        display: table;
        text-decoration: none;
        color: #FFF;
        margin: 0 0 5px 0;
        font-size: 16px;
    }

    .mobile-block .time {
        opacity: 0.6;
        margin: 0 0 15px 0;
        color: #FFF;
        font-size: 14px;
    }

    .mobile-block .social {
        display: flex;
        gap: 9px;
    }

    .mobile-block .social a {
        width: 45px;
        height: 45px;
        text-decoration: none;
        background-size: contain !important;
    }

    .mobile-block .phone2 {
        background: url(../images/section7-phone.svg) no-repeat;
    }

    .mobile-block .tl {
        background: url(../images/section7-tl.svg) no-repeat;
    }

    .mobile-block .max {
        background: url(../images/MAX.svg) no-repeat;
    }

    .mobile-block .wh {
        background: url(../images/section7-wh.svg) no-repeat;
    }

    .mobile-block .mail {
        background: url(../images/email.svg) no-repeat;
    }

    .mobile-block .in {
        background: url(../images/in.svg) no-repeat;
    }


}

@media screen and (max-width: 760px) {
    .header .open-menu-mobile {
        display: block;
    }

    .section-8 .our-works-in:before {
        background-size: contain;
        top: 10%;
        right: 11px;
        width: 35px;
        height: 35px;
    }

    .section-8 .our-works-max:before {
        background-size: contain;
        top: 10%;
        right: 11px;
        width: 35px;
        height: 35px;
    }

    .section-8 .our-works-tg:before {
        background-size: contain;
        top: 10%;
        right: 50px;
        width: 35px;
        height: 35px;
    }

    .header .open-menu {
        display: none;
    }

    .header .open-menu-mobile {
        display: block;
    }

    .section-1 .col-left {
        margin: 0 0 17px 0;
    }


    body {
        font-size: 14px;
    }

    .header .open-menu {
        width: 49px;
        height: 14px;
        background-size: contain !important;
        order: 3;
    }

    .header .open-menu-mobile {
        width: 49px;
        height: 14px;
        background-size: contain !important;
        order: 3;
    }

    .header .menu {
        display: none;
    }

    .header .logo a {
        width: 80px;
        height: 35px;
        background-size: contain !important;
    }

    .header .logo {
        flex: 1;
        order: 1;
    }

    .header .info {
        display: none;
    }

    .header .social {
        order: 2;
    }

    .header .site-width {
        gap: 10px;
    }

    .header .tl, .header .wh {
        width: 30px;
        height: 30px;
    }

    .section-1 {
        margin: 66px 0 5px 0 !important;
    }

    .section-1 .site-width {
        display: block;
    }

    .section-1 .col-right {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .section-1 .category a {
        padding: 5px 10px;
        font-size: 10px;
    }

    .section-1 .title {
        font-size: 24px;
        margin: 0 0 10px 0;
    }

    .section-1 .desc {
        font-size: 16px;
        margin: 0px;
    }

    .section-1 .buttons {
        line-height: normal;
        margin: 15px 0 0 0;
        gap: 9px;
    }

    .section-1 .order, .section-1 .calc {
        padding: 15px 16px;
        font-size: 12px;
        border-radius: 10px;
    }

    .section-1 .order {
        max-width: 129px;
    }

    .section-1 .calc {
        max-width: 162px;
    }

    .section-2 img, .section-2 a {
        border-radius: 10px;
    }

    .section-2 .site-width {
        flex-wrap: wrap;
    }

    .section-2 .col:first-child {
        display: block;
    }

    .section-2 .col {
        flex-shrink: 0;

        overflow: hidden;
    }

    .section-2 .col img {
        min-height: 100%;
        max-width: none;
    }

    .section-2 {
        margin: 0 0 60px 0;
    }

    .section-3 .site-width {
        position: relative;
    }

    .title-section {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .section-3 .video {
        height: 360px;
    }

    .section-3 .name {
        left: 5px;
        bottom: 5px;
        font-size: 10px;
    }

    .section-3 .play {
        width: 40px;
        height: 40px;
        right: 5px;
        border-radius: 10px;
        bottom: 5px !important;
        background-size: contain !important;
    }

    .section-3 .video, .section-3 .video img {
        border-radius: 10px !important;
    }

    .mobile-title {
        display: block;
    }

    .section-3 .mobile-title {
        position: absolute;
        top: 44px;
        left: 15px;
        right: 15px;
        z-index: 1;
    }

    .nomobile {
        display: none !important;
    }

    .section-3 .title {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 15px 0;
        font-size: 12px;
    }

    .section-3 {
        margin: 0 0 51px 0;
    }

    .section-4 .item {
        padding: 15px;
    }

    .section-4 .name {
        font-size: 16px;
        margin: 0 0 10px 0;
        padding: 0 56px 0 0;
    }

    .section-4 .desc {
        font-size: 12px;
    }

    .section-4 .item:before {
        position: absolute;
        top: 20px;
        right: 10px;
        margin: 0px;
        width: 15px;
        border-radius: 10px;
        height: 15px;
    }

    .section-4 .item {
        border-radius: 10px;
    }

    .section-4 {
        margin: 0 0 60px 0;
    }

    .section-5 .name {
        font-size: 16px;
        margin: 0 0 15px 0;
    }

    .section-5 .desc {
        margin: 0 0 20px 0;
        font-size: 14px;
    }

    .section-5 .info {
        font-size: 14px;
    }

    .section-5 .info span {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .section-5 .open-block.active .open {
        width: 25px;
        height: 25px;
        background-size: contain !important;
        margin: 0 0 0 0;
        top: 10px;
        right: 10px;
    }

    .section-5 .open-block {
        border-radius: 10px;
    }

    .section-5 .open-block.active {
        border-radius: 10px 10px 0 0;
    }

    .section-5 .hidden-block {
        border-radius: 0 0 10px 10px;
        padding: 0 15px 15px 15px;
    }

    .section-5 .open {
        width: 39px;
        height: 39px;
        margin: -20px 0 0 0;
        background-size: 19px !important;
        border-radius: 10px;
        right: 10px;
    }

    .section-5 .desc {
        display: none;
    }

    .section-5 .name {
        margin: 0px;
    }

    .section-5 .open-block {
        padding: 15px;
        min-height: 56px;
        display: flex;
        align-items: center;
    }

    .section-5 .item {
        margin: 0 0 15px 0;
    }

    .section-5 .bottom-mobile {
        display: block;
        margin: 10px 0 0 0;
    }

    .section-5 .price {
        display: block;
        margin: 0 0 10px 0;
        padding: 20px;
        font-size: 12px;
        border-radius: 15px;
    }

    .section-5 .price span {
        font-size: 28px;
        margin: 0 0 5px 0;
    }

    .section-5 .estimate {
        display: block;
        padding: 20px 70px 20px 20px;
        font-size: 12px;
        border-radius: 15px;
    }

    .section-5 .estimate span {
        font-size: 28px;
    }

    .section-5 .estimate:before {
        width: 47px;
        height: 41px;
        background-size: contain !important;
        margin: -20px 0 0 0;
        right: 7px;
    }

    .section-5 .images {
        gap: 8px;
    }

    .section-5 .images a {
        flex: 1;
        flex-shrink: 0;
        border-radius: 10px;
    }

    .section-5 .images img {
        border-radius: 10px;
    }

    .section-5 {
        margin: 0 0 60px 0;
    }

    .section-6 .flex {

    }

    .section-6 .images a:first-child {
        display: none;
    }

    .section-6 .item {
        display: block !important;
        width: 100% !important;
        margin: 0 0 7px 0 !important;
        padding: 15px;
        border-radius: 10px;
    }

    .section-6 .item:nth-child(1) {
        order: 1;
    }

    .section-6 .item:nth-child(2) {
        order: 2;
    }

    .section-6 .item:nth-child(3) {
        order: 5;
        width: 48.7% !important;
    }

    .section-6 .item:nth-child(4) {
        order: 3;
    }

    .section-6 .item:nth-child(5) {
        order: 4;
        width: 48.7% !important;
    }

    .section-6 .item:nth-child(6) {
        order: 6;
    }

    .section-6 .name {
        font-size: 12px;
        margin: 0 0 10px 0;
    }

    .section-6 .price {
        font-size: 20px;
    }

    .section-6 .item:nth-child(6):before {
        width: 45px;
        height: 45px;
        background-size: contain !important;
        left: 15px;
        margin: -22px 0 0 0;
    }

    .section-6 .images {
        flex-direction: column;
        gap: 20px;
        margin: 20px 0 0 0;
    }

    .section-6 .images a {
        width: 100% !important;
    }

    .section-7 .slide {
        padding: 15px;
        border-radius: 15px;
    }

    .section-7 .icon {
        width: 60px;
        height: 60px;
        margin: 0 0 15px 0;
    }

    .section-7 .name {
        padding: 15px;
        font-size: 16px;
    }

    .section-7 .desc {
        margin: 10px 0 0 0;
        font-size: 12px;
    }

    .section-7 .bottom-contacts {
        margin: 25px 0 0 0;
    }

    .section-7 .bottom-contacts form {
        gap: 10px;
    }

    .section-7 .bottom-contacts .feedback {
        cursor: pointer;
        display: block;
        text-decoration: none;
        cursor: pointer;
        border-radius: 10px;
        border: 1px solid #FFF;
        padding: 5px 20px;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Abel', sans-serif;
        transition: .5s;
    }

    .section-7 .bottom-contacts .select {
        gap: 4px;
    }

    .section-7 .bottom-contacts .phone, .section-7 .bottom-contacts .tl, .section-7 .bottom-contacts .wh, .section-7 .bottom-contacts .max {
        width: 30px;
        height: 30px;
    }

    .section-7 .bottom-contacts input {
        height: 47px;
        font-size: 14px;
        background: #258135 url(../images/section7-edit.svg) no-repeat right 10px center;
        padding: 0 40px 0 15px;
        background-size: 20px;
        border: 1px #258135 solid;
        border-radius: 10px;
    }

    .section-7 .bottom-contacts ::placeholder {
        color: rgba(255, 255, 255, .5);
    }

    .section-7 .bottom {
        padding: 15px 15px 15px 10px;
        font-size: 14px;
        border-radius: 15px;
    }

    .section-8 .flex {
        display: block;
    }

    .section-8 .col {
        margin: 0 0 25px 0;
    }

    .section-8 {
        margin: 0 0 20px 0;
    }

    .section-8 .slider {
        border-radius: 15px;
        max-height: 300px;
        margin: 0 0 20px 0;
    }

    .section-8 .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: contain !important;
        margin: -15px 0 0 0;
    }

    .section-8 .name {
        font-size: 20px;
    }

    .section-8 .desc {
        font-size: 12px;
    }

    .section-8 .info {
        margin: 15px 0 0 0;
        flex-direction: column;
        gap: 5px;
        font-size: 16px;
    }

    .section-8 .slider img {
        border-radius: 15px;
    }

    .section-8 .our-works {
        padding: 15px 50px 15px 15px;
        font-size: 8px;
        border-radius: 10px;
    }

    .section-8 .our-works:before {
        width: 30px;
        height: 30px;
        margin: -15px 0 0 0;
        right: 10px;
    }

    .section-8 .our-works {
        font-size: 12px;
    }

    .section-9 .step {
        border-radius: 15px;
        padding: 25px 25px 15px 25px;
    }

    .section-9 .step .title {
        font-size: 18px;
        margin: 0 0 25px 0;
    }

    .section-9 .step .desc {
        margin: 0 0 20px 0;
        display: none;
    }

    .section-9 .select {
        display: block;
    }

    .section-9 .select .radio {
        margin: 0 0 19px 0;
        font-size: 16px;
    }

    .section-9 .select span {
        gap: 15px;
    }

    .section-9 .next:after, .section-9 .prev:before {
        width: 30px;
        height: 30px;
        background-size: contain !important;
    }

    .section-9 .next, .section-9 .prev {
        font-size: 16px;
    }

    .section-9 .select span:before {
        width: 15px;
        height: 15px;
    }

    .section-9 .next, .section-9 .prev {
        gap: 40px;
    }

    .section-9 .step-line {
        margin: 21px 0 0 0;
        gap: 10px;
    }

    .section-9 .form button {
        font-size: 18px;
    }

    .section-9 .block-total {
        border-radius: 10px;
        padding: 15px;
        margin: 10px 0 0 0;
    }

    .section-9 .block-total .title {
        font-size: 20px;
        margin: 0 0 5px 0;
    }

    .section-9 .block-total .desc {
        font-size: 12px;
        margin: 0 0 14px 0;
    }

    .section-9 .block-total .flex {
        display: block;
        font-size: 14px;
    }

    .section-9 .block-total .flex .col {
        margin: 0 0 15px 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .section-9 .block-total .flex .col:last-child {
        margin: 0px;
    }

    .section-9 .block-total .col span {
        font-size: 24px;
        margin: 5px 0 0 0;
    }

    .section-10 .col-left {
        flex-wrap: wrap;
        gap: 5px;
        margin: 0 0 5px 0;
    }

    .section-10 .col-left span {
        border-radius: 10px;
        padding: 14px 15px;
        font-size: 14px;
    }

    .section-10 .col-right {
        padding: 9px 10px;
        border-radius: 8px;
    }

    .section-10 .info {
        display: none;
    }

    .section-10 .bank span {
        font-size: 15px;
    }

    .section-10 .bank {
        font-size: 11px;
        gap: 22px;
    }

    .section-10 .bank:before {
        width: 55px;
        height: 50px;
        background-size: contain !important;
    }

    .section-11 .desc {
        font-size: 14px;
        margin: 0 0 15px 0;
    }

    .section-11 .images {
        flex-direction: column;
    }

    .section-11 .images img, .section-11 .images a {
        border-radius: 10px;
    }

    .section-11 .images a {
        max-height: 216px;
    }

    .section-11 .images {
        margin: 0 0 10px 0;
    }

    .section-11 .flex {
        display: block;
    }

    .section-11 {
        margin: 0 0 60px 0;
    }

    .section-11 .item {
        width: 100% !important;
        border-radius: 10px;
        padding: 13px 17px;
    }

    .section-11 .icon {
        width: 30px;
    }

    .section-11 .name {
        font-size: 12px;
    }

    .section-11 .item:nth-child(5) .name {
        font-size: 14px;
    }

    .section-11 .item:nth-child(5) .icon {
        width: 35px;
    }

    .popup-block .block {
        border-radius: 10px;
        width: 90%;
        max-width: 100%;
        padding: 15px;
        top: 5%;
        left: 5%;
        right: 5%;
        transform: translate(0%, 0%);
        max-height: 90%;
        overflow-y: auto;
    }

    .popup-block .title {
        font-size: 18px;
    }

    .popup-block button {
        font-size: 16px;
        height: 50px;
    }

    .popup-block .close {
        top: 10px;
        right: 10px;
    }

    .popup-block input {
        height: 50px;
        font-size: 14px;
    }

    .section-12 .desc {
        margin: 0 0 10px 0;
        border-radius: 15px;
        padding: 15px;
        font-size: 14px;
    }

    .section-12 .desc span {
        font-size: 14px;
        margin: 0 0 15px 0;
    }

    .section-12 .flex {
        flex-direction: column-reverse;
    }

    .section-12 .col-right {
        width: 100%;
    }

    .section-12 .col-right a:last-child {
        display: none;
    }

    .section-12 .col-right a, .section-12 .col-right img {
        border-radius: 15px;
    }

    .section-12 .question {
        padding: 20px 20px 15px 20px;
        color: #FFF;
        font-family: PragmaticaC;
        font-size: 14px;
        gap: 10px;
    }

    .section-12 .question:after {
        width: 35px;
        height: 35px;
    }

    .section-12 .answer {
        padding: 20px;
        font-size: 14px;
    }

    .section-12 .feedback {
        margin: 15px 0 0 0;
        padding: 20px;
        font-size: 14px;
        gap: 12px;
    }

    .section-12 .feedback:after {
        width: 40px;
        height: 40px;
    }

    .section-13 .question {
        padding: 20px 20px 15px 20px;
        font-size: 14px;
        border-radius: 15px;
        gap: 10px;
    }

    .section-13 .question:after {
        width: 35px;
        height: 35px;
    }

    .section-13 .answer {
        border-radius: 15px;
        font-size: 14px;
        padding: 20px;
    }

    .section-14 .flex {
        display: block;
    }

    .section-14 .maps {
        width: 100%;
        height: 300px;
        margin: 0 0 20px 0;
    }

    .section-14 .line {
        display: block;
    }

    .section-14 select {
        margin: 10px 0 0 0;
    }

    .section-14 button {
        padding: 20px;
        font-size: 14px;
        margin: 0 0 15px 0;
    }

    .section-14 .info {
        font-size: 10px;
        margin: 0 0 15px 0;
    }

    .section-14 .city, .section-14 .warning {
        display: block;
    }

    .section-14 .social {
        display: flex;
        gap: 9px;
    }

    .section-14 .social a {
        width: 45px !important;
        height: 45px !important;
        background-size: contain !important;
    }

    .section-14 .city {
        font-size: 16px;
    }

    .section-14 .warning {
        margin: 15px 0 0 0;
        font-size: 10px;
    }

    .footer .copyright {
        width: auto;
    }

    .footer .site-width {
        padding: 30px 10px;
        gap: 40px;
    }

    .footer {
        font-size: 14px;
    }

    .footer .warning {
        width: 100%;
        margin: 10px 0 -20px 0;
        text-align: center;
    }

    .footer .design {
        width: 100%;
        text-align: center;
    }

    .footer .logo a {
        width: 95px;
        height: 42px;
        background-size: contain !important;
    }

    .topmenu {
        padding: 30px 0;
    }

    .topmenu ul {
        flex-direction: column;
    }

    .topmenu a {
        color: #FFF;
        font-size: 20px;
        opacity: 1;
    }

    .topmenu a:hover {
        text-decoration: none;
    }

    .section-1 .category div {
        font-size: 12px;
        padding: 5px 10px;
    }

    .section-1 .category {
        gap: 5px;
        margin: 0 0 10px 0;
    }

    .section-2 .site-width.nopc {
        display: flex !important;
        justify-content: space-between;
        gap: 0px;
    }

    .section-2 .site-width.nopc a:nth-child(1) {
        width: 43%;
        max-height: 180px;
        margin: 0 0 5px 0;
    }

    .section-2 .site-width.nopc a:nth-child(2) {
        width: 55%;
        max-height: 180px;
        margin: 0 0 5px 0;
    }

    .section-2 .site-width.nopc a:nth-child(3) {
        width: 59%;
        max-height: 94px;
    }

    .section-2 .site-width.nopc a:nth-child(4) {
        width: 39%;
        max-height: 94px;
    }

    .section-2 .site-width.nopc img {
        min-height: 100%;
    }

    .section-8 .slick-prev {
        left: 15px;
    }

    .section-8 .slick-arrow {
        top: auto;
        bottom: 15px;
        margin: 0px;
    }

    .section-8 .slick-next {
        right: 15px;
    }

    .section-9 .title-section {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .section-12 .col-right video {
        border-radius: 10px;
    }


}


@media screen and (max-width: 360px) {

    .section-9 .next, .section-9 .prev {
        gap: 20px;
    }


}


select.minimal {

    /* styling */
    background-color: white;
    border: thin solid rgba(0, 0, 0, .4);
    border-radius: 14px;
    display: inline-block;
    font: inherit;
    height: 60px;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0 0 15px 0;

    width: 100%;

    /* reset */

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* arrows */

select.classic {
    background-image: linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
    background-size: 5px 5px,
    5px 5px,
    2.5em 2.5em;
    background-repeat: no-repeat;
}

select.classic:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
    background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
    background-size: 5px 5px,
    5px 5px,
    2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}


select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
    background-size: 5px 5px,
    5px 5px,
    1.5em 1.5em;
    background-repeat: no-repeat;
}

select.round:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
    background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
    background-size: 5px 5px,
    5px 5px,
    1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 10px),
    calc(100% - 15px) calc(1em + 10px),
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 2.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1.5em,
    calc(100% - 20px) 1.5em,
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 2.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#about-company:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#page1:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#page2:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#page3:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}


#page4:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#calc:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#payments:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#design-project:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#free-check:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#faq:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}
