/*Дэфолтные настройки*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 3:08 PM */

@font-face {
    font-family: 'RoadRadio';
    src: url('../fontsnts/RoadRadio-Thin.eot');
    src: local('RoadRadio-Thin'),
    url('../fontsnts/RoadRadio-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fontsnts/RoadRadio-Thin.woff') format('woff'),
    url('../fontsnts/RoadRadio-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'RoadRadio';
    src: url('../fontsnts/RoadRadio-Light.eot');
    src: local('RoadRadio-Light'),
    url('../fontsnts/RoadRadio-Light.eot?#iefix') format('embedded-opentype'),
    url('../fontsnts/RoadRadio-Light.woff') format('woff'),
    url('../fontsnts/RoadRadio-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'RoadRadio';
    src: url('/assets/fontss/fonts/RoadRadio-Black.eot');
    src: local('RoadRadio-Black'),
    url('../fontsnts/RoadRadio-Black.eot?#iefix') format('embedded-opentype'),
    url('../fontsnts/RoadRadio-Black.woff') format('woff'),
    url('../fontsnts/RoadRadio-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'RoadRadio';
    src: url('../fontsnts/RoadRadio-Bold.eot');
    src: local('RoadRadio-Bold'),
    url('../fontsnts/RoadRadio-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fontsnts/RoadRadio-Bold.woff') format('woff'),
    url('../fontsnts/RoadRadio-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RoadRadio';
    src: url('../fontsnts/RoadRadio.eot');
    src: local('RoadRadio'),
    url('../fontsnts/RoadRadio.eot?#iefix') format('embedded-opentype'),
    url('../fontsnts/RoadRadio.woff') format('woff'),
    url('../fontsnts/RoadRadio.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
section{
    position: relative;
}
header{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
h1,h2,h3,h4,h5,h6,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
    font-family: 'RoadRadio', sans-serif;
}
input::placeholder,textarea::placeholder{
    font-family: 'RoadRadio', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'RoadRadio', sans-serif;
    padding: 0;
    margin: 0;
    background: #1C1C1C;
    color: #FFF;
}
a {
    color: #FFF;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}

.photo-firstScreen__landing img{
    width: 672px;
   border-radius: 50%;
}
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.left-firstScreen__landing span{
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 24px */
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


.dropdown:hover .dropdown-content {display: block;}

.header-container-left{
    display: flex;
    align-items: center;
    gap: 152px;
}
.header-container{
    display: flex;
    align-items: center;
}
.header-logo{
    width: 200px;
}
.header-container-left ul{
    display: flex;
    align-items: center;
    gap: 50px;
}
.header-container-left ul li,.dropbtn{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 3px;
}
.header-container{
    padding-top: 20px;
    padding-bottom: 26px;
}
.header-container-right{
    display: flex;
    align-items: center;
    gap: 50px;
}
.header-container-right a{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header-container-right button{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 175px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
}
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section1-container__main{
    padding: 0 56px;
}
.mySwiperMain-block{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiperMain-block-bg{
    border: 1px solid #FCD54C;
    border-right: none;
    width: 124px;
    height: 383px;
    position: absolute;
    top: 0;
    left: 0;
}
.mySwiperMain-block-content{
    max-width: 850px;
    position: relative;
}
.btn-consult{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
}
.mySwiperMain-block-content{
    padding-top: 44px;
    padding-left: 28px;
}
.mySwiperMain-block-content p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.mySwiperMain-block-content h2{
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px; /* 104.167% */
    text-transform: capitalize;
    padding-top: 22px;
    text-transform: uppercase;
    padding-bottom: 27px;
}
.mySwiperMain-block-content span{
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mySwiperMain-block{
    position: relative;
}
.mySwiperMain-block-bg-color{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0.60) 10.16%, rgba(0, 0, 0, 0.00) 99.91%);
}
.section1-container__main{
    position: relative;
}
.section1-container-bottom__main{
    width: 1080.292px;
    height: 150.083px;
    background: #1C1C1C;
    position: absolute;
    display: none;
    right: 56px;
    bottom: 0;
    z-index: 9999999;
    align-items: center;
    padding: 0 30px;
    justify-content: space-between;
}
.section1-container-bottom-block__main{
    display: flex;
    align-items: center;
    gap: 34px;
}
.section1-container-bottom-block__main span{
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px; /* 40% */
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section1-container-bottom-block__main p{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
}
.swiper-button-next:after,.swiper-button-prev:after{
    display: none;
}
.swiper-button-next-main,.swiper-button-prev-main{
    color: #FFF!important;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px; /* 120% */
    letter-spacing: 4px;
    position: relative!important;
}
.mySwiperMain-navigation{
    position: absolute;
    left: 50%;
    bottom: 45px;
    display: flex;
    gap: 50px;
    margin-left: -400px;
}
.mySwiperMain-navigation-line{
    background: #FFF;
    width: 1px;
    height: 20px;
    position: relative;
    z-index: 99999;
    top: -10px;
    display: flex;
}
.section1-social__main{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: absolute;
    right: 80px;
    z-index: 9999999;
    top: 40px;
}
.container-padding{
    padding: 0 55px;
}
.section2-top__main h3{
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 69px; /* 143.75% */
    padding-bottom: 58px;
    text-transform: uppercase;
	
}
.section2__main{
    margin-top: 100px;
}
.card {
    position: relative;
    width: 100%;
    height: 572px;
    color: white;
}
.card__front{
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-left: 40px;
    padding-bottom: 90px;
    text-align: center;
    backface-visibility: hidden;
    padding-right: 20px;
    transition: transform 5s cubic-bezier(.2,.85,.4,1.275);
}

.card__back{
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color: #242424;
    transform: rotateY(-180deg);
    transition: transform 5s cubic-bezier(.2,.85,.4,1.275);
}
.card:hover .card__back {
    transform: rotateY(0deg);
    z-index: 2;
}
.card:hover .card__front {
    transform: rotateY(180deg);
    z-index: -1;
}
.card__front-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.94%, rgba(0, 0, 0, 0.80) 100%);
    z-index: 9;
}
.card-text__front{
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    z-index: 999999999;
    line-height: 45px; /* 140.625% */
    text-align: left;
}
.btn-consult > img{
    transform: rotate(-90deg);
}
.card__back h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    display: none;
    line-height: 45px; /* 140.625% */
}
.card__back p{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 118.182% */
}
.card__back a{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 17px;
}
.card__back{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mySwiperWorks{
    padding-bottom: 70px!important;
}
.swiper-pagination-works > .swiper-pagination-bullet{
    background: #929292!important;
    width: 13px!important;
    height: 13px!important;
    opacity: 1!important;
}
.swiper-pagination-works > .swiper-pagination-bullet-active{
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%) !important;
}
.section3-container__main span{
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
}
.section3-container__main h4{
    color: #E8E8E8;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 69px; /* 98.571% */
    padding-top: 20px;
	background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.section3-container__main p{
    color: #E8E8E8;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 160%; /* 28.8px */
    padding: 35px 0;
}
.section3-container-parts-block__main{
    display: flex;
    flex-direction: column;
}
.about-cont{
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.about-cont-text{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
}
.section3-container-parts__main{
    display: flex;
    gap: 100px;
    display: none;
    padding-bottom: 35px;
}
.section3-content-img__main img{
    width: 690px;
    height: 739px;
    object-fit: cover;
}
.section3-container__main{
    max-width: 673px;
}
.section3-content__main{
    display: flex;
    justify-content: space-between;
    gap: 57px;
    align-items: center;
}
.section3__main{
    margin-top: 100px;
}
.section4-top__main{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 50px;
}
.section4-top__main span{
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section4-top__main p{
    color: #E8E8E8;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 69px; /* 98.571% */
}
.section4-container-block-ellipse__main{
    position: relative;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section4-container-block-ellipse-bg__main{
    position: absolute;
    top: 0;
    left: 0;
}
.section4-container-block-ellipse-img__main{
    height: 34px;
    object-fit: cover;
}
.section4-container-block-content__main p{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    text-align: center;

}
.section4-container-block__main{
    display: flex;
    padding: 40px 20px;
    border-radius: 12px;
    border: 1px solid #262626;
    background: #242424;
    width: 455px;
    position: relative;
}
.section4-container-block-content__main{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    display: flex;
    position: relative;
    z-index: 99999999;
    width: 100%;
    height: 100%;
}
.section4-container-block-arrow__main{
    position: absolute;
    top: 20px;
    right: 20px;
}
.section4-container__main{
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}
.section4__main{
    margin-top: 100px;
    padding-top: 100px;
    margin-bottom: 120px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0!important;
    padding: 50px 0;
}
.section5-container__main{
    background-attachment: fixed;
}
.section5-container__main span{
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
}
.section5-container__main p{
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 69px; /* 98.571% */
    padding-top: 15px;
    padding-bottom: 54px;
}
.section5-container__main form{
    display: flex;
}
.section5-container__main > form > input{
    width: 307px;
    height: 61px;
    background: #FFF;
    color: #272727;
    font-size: 16px;
    font-style: normal;
    border: none;
    font-weight: 400;
    line-height: normal;
    padding: 22px 25px;
}
.section5-container__main > form > button{
    width: 165px;
    height: 61px;
    color: #272727;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
}
.section5-container__main{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 86px 0;
}
.swiper-slide-rev img{
    width: 100%;
}
.section4-container-block__main{
    transition: all 2s ease;
}
.section4-container-block__main:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(300deg, #313131 3.65%, rgba(0, 0, 0, 0.55) 100%);
    border-radius: 5px;
    transition: all 1s ease;
}
.section4-container-block__main:hover:before {
    width: 100%;
}


.section3-content-img__main {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
}
.section3-content-img__main img {
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
}
.section3-content-img__main img:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
}
.swiper-slide-rev-block{
    width: 100%;
}
.section6__main{
    margin-top: 176px;
}
.section7-title__main{
    font-size: 70px;
	background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 900;
    padding-bottom: 50px;
    line-height: 60px; /* 85.714% */
}
.accordion {
	background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    background-color: transparent;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    cursor: pointer;
    width: 100%;
    padding: 0;
    gap: 20px;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p{
    color: #E8E8E8;
    padding-top: 33px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}
.section7-container-block__main{
    border-top: 1px solid #929292;
    padding-top: 20px;
    padding-bottom: 35px;
}
.accordion:after {
    float: right;
    margin-left: 5px;
}
.section7__main{
    margin-top: 120px;
}
.section8-map__main{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section8__main{
    position: relative;
    padding: 82px 0;
}
.section8-container-block__main{
    display: flex;
    align-items: center;
    gap: 15px;
}
.section8__main{
    margin-top: 100px;
}
.section8-block__main{
    background: #272727;
    padding: 50px;
    width: 632px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.section8-block__main h3{
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 64px; /* 100% */
}
.section8-block__main button{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    height: 42px;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
}
.section8-container-block__main p,.section8-container-block__main a{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
}
.section8-container__main{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer{
    padding: 50px 0;
}
.footer-container-part{
    display: flex;
    flex-direction: column;
}
.footer-container-part h3{
    color: #E8E8E8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
}
.footer-container-part ul li a,.footer-container-part ul li{
    color: #E8E8E8;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.footer-container-part ul{
    flex-direction: column;
    display: flex;
    gap: 20px;
}
.footer-container{
    display: flex;
    justify-content: space-between;
}
.footer-container-part{
    max-width: 196px;
}
.footer-container-social{
    max-width: 251px;
}
.footer-container-social h3{
    color: #E8E8E8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
}
.footer-container-social p{
    color: #E8E8E8;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 20px;
}
.footer-container-social-links{
    display: flex;
    align-items: center;
    gap: 29px;
}
.footer-container{
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    margin-bottom: 26px;
}
.footer-container-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-container-bottom p{
    color: #E8E8E8;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 28.8px */
}
.footer-container-bottom a{
    color: #E8E8E8;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 28.8px */
}
.swiper-slide-rev-block {
    border: 1px solid skyblue;
    border-image: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    border-image-slice: 1;
}
.swiper-slide-rev-block-img img{
    width: 112px;
    object-fit: cover;
    height: 112px;
    border-radius: 50%;
}
.swiper-slide-rev-block-top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -56px;
}
.swiper-slide-rev-block-top-img{
    width: 38px!important;
    position: relative;
    top: 20px;
}
.swiper-slide-rev-block{
    padding: 0 45px 27px 30px;
}
.swiper-slide-rev-block-content h3{
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.swiper-slide-rev-block-content h5{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.swiper-slide-rev-block-content span{
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.swiper-slide-rev-block-content{
    margin-top: 48px;
}
.swiper-slide-rev-block-content p{
    color: #929292;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding-top: 35px;
}
.swiper-slide-rev{
    width: 525px!important;
}
.section6__main{
    position: relative;
}
.section6-left__main{
    background: linear-gradient(90deg, #1C1C1C 0%, rgba(52, 52, 52, 0.00) 100%);
    width: 340px;
    height: 371px;
    flex-shrink: 0;
	    display: none;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 99999999;
}
.section6-right__main{
    background: linear-gradient(90deg, rgba(28, 28, 28, 0.00) 0%, #1C1C1C 100%);
    width: 340px;
    height: 371px;
    flex-shrink: 0;
    position: absolute;
	    display: none;
    top: -50px;
    right: 0;
    z-index: 99999999;
}



#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    top: -10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transform: rotate(180deg);
    width: 48px;
    height: 48px;
    position: relative;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #FFFFFF;
    transition-duration: 0.25s;
    right: 10px;
    border-radius: 10px;
}
.span-burger {
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: "";
    top: -10px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: "";
    top: 10px;
    transition: 0.3s;
    right: 0;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(39, 39, 39, 0.7);
    backdrop-filter: blur(10px);
    transition-duration: 0.25s;
    z-index: 999;
    padding: 30px 20px;
    padding-top: 70px;
}
header{
    z-index: 9999999999;
    position: relative;
}
.hamburger-menu {
    display: none;
}
.breadcrumbs{
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 50px;
    padding-top: 45px;
}
.breadcrumbs a{
    color: rgba(255, 255, 255, 0.60);
    font-size: 20px;
    font-style: normal;
    text-transform: lowercase;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: 4px;
}
.breadcrumbs span{
    background: #FFF;
    width: 20px;
    height: 1px;
}
.breadcrumbs p{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: 4px;
    text-transform: lowercase;
}
.our-services-section-title{
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 69px; /* 143.75% */
    padding-bottom: 45px;
}
.our-services-section-container-block-img img{
    width: 486px;
    height: 368px;
    object-fit: cover;
}
.our-services-section-container-block-text h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.our-services-section-container-block-text p{
    color: #E8E8E8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    padding: 25px 0;
}
.our-services-section-container-block-text a{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 17px;
}
.our-services-section-container-block{
    background: #242424;
    display: flex;
    gap: 50px;
    padding: 50px;
}
.our-services-section-container{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.section-cart-works-container-img img{
    width: 815px;
    height: 635px;
    object-fit: cover;
    border-radius: 10px;
}
.section-cart-works-container-text-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-cart-works-container-text-parts{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-cart-works-container-text h3{
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 69px; /* 143.75% */
}
.section-cart-works-container-text p{
    color: #E8E8E8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}
.section-cart-works-container-text{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.section-cart-works-container-text-parts {
    padding-top: 25px;
    border-top: 1px solid rgba(252, 213, 76, 0.10);
}
.section-cart-works-container-text-price{
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.section-cart-works-container-text-price span{
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-cart-works-container-text button{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
}
.section-cart-works-container-text{
    max-width: 535px;
}
.section-cart-works-container{
    display: flex;
    gap: 70px;
    justify-content: space-between;
}
.section-cart-works-text-bottom{
    color: #E8E8E8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    padding-top: 50px;
    padding-bottom: 21px;
}
.section-blog-container-block-content{
    border: 1px solid skyblue;
    border-image: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    border-image-slice: 1;
    border-top: none;
    position: relative;
    top: -5px;
}
.section-blog-container-block-img{
    position: relative;
    z-index: 999;
}
.section-blog-container-block-img img{
    width: 100%;
    height: 255px;
    object-fit: cover;
}
.section-blog-container-block{
    width: 320px;
}
.section-blog-container-block-content{
    width: 100%;
    padding: 25px 20px;
}
.section-blog-container-block-content h3{
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px; /* 140% */
}
.section-blog-container-block-content p{
    color: #929292;
    font-size: 16px;
    padding: 15px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.section-blog-container-block-content a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    gap: 19px;
}
.section-blog-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 46px;
}
.section-blog-page img{
    width: 100%;
    height: 634px;
    object-fit: cover;
}
.section-blog-page p{
    color: #E8E8E8;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 160%; /* 28.8px */
}
.section-blog-page {
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.section-blog-page span{
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-gallery-gallery,.section-gallery-gallery p{
    display: flex;
    gap: 30px;
    overflow-y: scroll;
}
.section-gallery-gallery img:first-child{
    margin-left: 30px;
}
.section-gallery{
    margin-top: 80px;
}
.section-gallery-gallery img{
    border-radius: 10px;
    width: 565.78px;
    height: 450px;
    object-fit: cover;
}
.section-form-container input{
    width: 445px;
    height: 46px;
    border: 1px solid #C9C9C9;
    padding: 15px 25px;
    color: #929292;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
}
.section-form-container-textarea{
    width: 100%;
    border: 1px solid #C9C9C9;
    padding: 25px 35px;
    color: #929292;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    margin-top: 30px;
    height: 200px;
}
.btn-form{
    width: 356px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    font-style: normal;
    margin-top: 35px;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
}
.section-form-container{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.modal{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.70);
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal-content{
    background: #202020;
    width: 499px;
    padding: 35px 25px;
    position: relative;
}
.titleModal{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.8px; /* 186.875% */
    text-align: center;
    padding-bottom: 45px;
}
.modal-content > form > input{
    border: 1px solid #C9C9C9;
    background: #FFF;
    height: 72px;
    width: 100%;
    padding: 26px 19px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.modal-content > form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.modal-content > form > textarea{
    height: 175px;
    border: 1px solid #C9C9C9;
    background: #FFF;
    width: 100%;
    padding: 26px 19px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.modal-content > form > button{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    color: #000;
    box-shadow: 0px 12px 60px 0px rgba(242, 201, 56, 0.15);
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close{
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}








/*landing*/
.titleNamePerson__landing{
    color: #FFF;
    text-transform: uppercase;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 69px;
}
.hisDescription__landing{
    color: #E8E8E8;
    font-family: 'RoadRadio', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.linkPersonTop__landing{
    color: #FFF;
    font-family: 'RoadRadio', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.left-firstScreen__landing{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    max-width: 535px;
}
.flexSocialTop__landing{
    display: flex;
    align-items: center;
    gap: 29px;
}
.flex-firstScreen__landing{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.firstScreen__landing{
    margin-bottom: 100px;
}
.titleLanding{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.titleLanding p{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
    background: var(--gold, linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.titleLanding h1{
    color: #E8E8E8;
    align-self: stretch;
    text-transform: uppercase;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 69px;
}
.block-service__landing{
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--Grey-15, #262626);
    background: #242424;
}
.flex-service__landing{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 50px;
}
.block-service__landing p{
    color: #FFF;
    font-family: 'RoadRadio', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.block-service__landing span{
    font-size: 20px;
    font-family: 'RoadRadio', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    background: var(--gold, linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.allServices__landing{
    margin-top: 150px;
    margin-bottom: 100px;
}
.title-left-descriptionOneServices{
    color: #FFF;
    font-family: 'RoadRadio', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-left-descriptionOneServices span{
    color: transparent;
    line-height: normal;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px transparent;
}
.right-descriptionOneServices{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 482.5px;
    height: 521.21px;
    flex-shrink: 0;
    background: #242424;
}
.flexListDescriptionTextAndTick{
    width: 745px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-top: 35px;
}
.line-flexListDescriptionTextAndTick{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.line-flexListDescriptionTextAndTick p{
    color: #E8E8E8;
    font-family: 'RoadRadio', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.allServicesTitle__landing{
    margin-bottom: 60px;
    color: #E8E8E8;
    text-transform: uppercase;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 69px
}
.descriptionOneServices{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.descriptionOneServicesCol1{
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
}
.descriptionOneServicesCol1,.descriptionOneServices,.flexColumnBlocksCategoryServices{
    width: 100%;
}
.flexColumnBlocksCategoryServices__first{
    display: flex;
    align-items: flex-start;
    gap: 100px;
    flex-direction: column;
    width: 100%;
}
.allServices__landing{
    padding-bottom: 120px!important;
}
.flexBtns__landingTel{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 0;
	    width: 300px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
}
.footer-container-logo img{
    height: 40px;
}



.container .box__landing {
    position: relative;
}

.container .box__landing .label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 35px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border: 1px solid #262626;
    background: #242424;
    padding: 40px 20px;
}
.textAccordion__landing{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}
.textAccordion__landing p{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.textAccordion__landing span{
    color: transparent;
    line-height: normal;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px transparent;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.container .box__landing .label::after {
    content: "+"; /* Задаем иконку "+" для элемента аккордеона */
    position: absolute;
    top: 50%; /* Выравнивание по центру */
    transform: translateY(-50%);
    right: 20px;
    color: #4D4D4D;
    font-weight: 400;
    font-size: 68px;
}

.container .box__landing.active .label::after {
    content: "\2014"; /* Меняем иконку на "-" при нажатии на элемент */
}

.container .box__landing .content {
    position: relative;
    background-color: #242424;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px solid #262626;
    overflow: hidden;
    margin-top: -1px;
    max-height: 0; /* Скрываем контент */
    transition: 0.3s; /* Для плавности анимации */
}

.container .box__landing .content .flexContentAccordion {
    padding: 30px 20px 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
}
.block-flexContentAccordion{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
    width: calc(50% - 30px);
}
.title-flexContentAccordion{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-flexContentAccordion span{
    color: transparent;
    line-height: normal;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px transparent;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
}
.listTicksLanding{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
}
.listTicksLanding li{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.listTicksLanding li p{
    color: #E8E8E8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.flexAccordionsLanding{
    display: flex;
    align-items: flex-start;
    gap: 50px;
    flex-direction: column;
    margin-top: 50px;
}
.titleLanding span{
    color: #E8E8E8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.myBonusForService{
    padding-bottom: 150px!important;
}
.block-myBonusForService{
    width: calc(50% - 30px);
    padding: 40px 20px;
    display: flex;
    align-items: center;
    gap: 35px;
    border-radius: 12px;
    border: 1px solid #262626;
    background: #242424;
}
.flex-myBonusForService{
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    margin-top: 50px;
}
.section-container-block__contacts{
    display: flex;
}
.section-container-block-text__contacts h3{
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px; /* 140% */
    padding-bottom: 5px;
}
.section-container-block-text__contacts span{
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 24px */
}
.section-container-block-text__contacts p{
    color: #929292;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding-top: 25px;
}
.section-container-block-text__contacts {
    border: 1px solid skyblue;
    width: 100%;
    border-image: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    border-image-slice: 1;
    max-width: 981px;
    padding: 25px 20px;
}
.section-container-block-img__contacts img{
    width: 439px;
    height: 100%;
    object-fit: cover;
}

.section-container-block__contacts:nth-child(odd){
    flex-direction: row;
}
.section-container__contacts{
    display: flex;
    flex-direction: column;
    gap: 45px;
}
/* Четные строки */
.section-container-block__contacts:nth-child(even){
    flex-direction: row-reverse;
}
.section-container-block-text__contacts{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.works-container{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.swiper-slide-works{
    width: 430px;
}

/* базовый контейнер, фон затемнения*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999999999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
/* модальный блок */
.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

/* кнопка закрытия */
.close-coc {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.close-coc:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* миниатюры изображений */
.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}
/* миниатюры справа */
.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* миниатюры слева */
.pl-left {
    float: left;
    margin: 5px 18px 5px 0;
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}




.pulse {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999999;
    background: linear-gradient(180deg, #FFC638 0%, #C18738 11.46%, #F3A804 21.35%, #FFDF89 43.75%, #D99035 61.46%, #AD6329 68.23%, #5B2503 96.35%);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
}
.pulse img {
    width: 30px;
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 80px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
        box-shadow: 0 0 0 80px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}


