@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-thin.woff');
        font-weight: 100;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-thinitalic.woff');
        font-weight: 100;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-light.woff');
        font-weight: 300;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-lightitalic.woff');
        font-weight: 300;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-regular.woff');
        font-weight: 400;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-regularitalic.woff');
        font-weight: 400;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-medium.woff');
        font-weight: 500;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-mediumitalic.woff');
        font-weight: 500;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-semibold.woff');
        font-weight: 600;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-semibolditalic.woff');
        font-weight: 600;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-bold.woff');
        font-weight: 700;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-bolditalic.woff');
        font-weight: 700;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy-extrabold.woff2');
        font-weight: 800;
        font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    background: #020505;
    font-family: 'Gilroy' !important;
}

.page-content {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.pagetitle {
    font-size: 80px;
    line-height: 84px;
    font-weight: 100;
    color: #f5f5f5;
    margin-bottom: 25px;
    position: relative;
    padding-left: 13px;
    text-transform: uppercase;
}
.pagetitle:before {
    content: '';
    top: 10%;
    left: 0;
    position: absolute;
    width: 1px;
    height: 80%;
    background: #1B4391;
}
.section-content {
    margin: 40px 0;
}
.content p{
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}
.object-chars {
    margin: 10px 0 20px;
    padding-left: 20px;
}
.object-chars div {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
}
.object-chars div span{
    font-size: 28px;
}
.second-btn {
    background: #434343;
    color: #fff;
    padding:6px 9px;
    border-radius: 46px;
    font-size: 15px;
}
.second-btn:hover {
    background: #FEBD09;
}
.first-btn {
    background: #FEBD09;
    color: #434343;
    padding:10px 23px;
    border-radius: 46px;
    font-size: 16px;
}
.first-btn:hover {
    color: #fff;
    background:  #434343;
}
.callback-btn {
    background: #082D74;
    color: #fff;
    padding:10px 21px;
    border-radius: 46px;
    font-size: 13px;
}
.callback-btn:hover {
    background:  #262D30;
}
.header {
    padding-bottom: 25px;
}
.header__row {
    padding-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header__left .messengers {
    display: flex;
    gap: 25px;
    align-items: center;
}

.header__contacts-title {
    color: #B9B9B9;
    font-size: 14px;
    margin-left: 27px;
}
.header__contacts-phone a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.header__contacts-mail a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.header__contacts-phone svg{
    margin-right: 6px;
}
.header__contacts-mail svg {
    margin-right: 9px;
}
.header__right, .header__left {
    width: 30%;
}
.header__right {
    display: flex;
    gap: 15px;
        justify-content: flex-end;
}
.header__nav {
    margin-top: 20px;
    text-align: center;
    position: relative; 
    z-index: 3
}
.header__row {
    position: relative; 
    z-index: 3
}
.header__nav ul {
    display: inline-flex;
    gap: 71px;
    background: #020505cc;
    padding: 15px 80px;
    border-radius: 43px;
}
.header-page .header__nav ul {
    background: #4D4D4D;
}
.header-page {
    position: relative;
}
.header-light-bg {
    position: absolute;
    top: 0;
    left: 0;
}
.header__nav ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.header__nav ul li a:hover {
    color: #FEBD09;
}
.header__hero-left__item {
    font-weight: 100;
    font-size: 25px;
    color: #fff;
}
.header__hero-right__title {
    font-weight: 700;
    font-size: 80px;
    color: #f5f5f5;
    margin-bottom: 10px;
}
.header__hero-right__subtitle {
    font-weight: 100;
    font-size: 23px;
    color: #f5f5f5;
    margin-bottom: 40px;
}
.header__hero {
        gap: 30px;
    margin-top: 60px;
    display: flex;
        justify-content: center;
    margin-bottom: 50px;
}
.header__hero-left {
        padding-top: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 40px;
    position: relative;
    
}
.header__hero-left-line {
    content: '';
        top: 20px;
    right: 0;
    position: absolute;
    width: 2px;
    height: 177px;
    background: #D57332;
    
}
.header__hero-right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}


.features-section {
    padding: 90px 0;
    position: relative;
}
.features-line-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.features-light-bg {
    position: absolute;
    top: -120%;
    left: 10%;
    width: 100%;
    z-index: 1;
}

.features-list {
    display: flex;
    gap: 45px;
    margin-top: 15px;
}
.features-item {
    text-align: center;
    gap: 12px;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.features-item img {
    height: 64px;
}
.features-item-title{
    font-weight: 500;
    font-size: 16px;
    color: #FEBD09;
    margin-bottom: 3px;
}

.features-item-text {
    font-weight: 400;
    font-size: 16px;
    color: #D1D1D1;
}

.features-item-line {
    width: 90px;
    height: 1px;
    background: #FF923D;
}

.why-row {
    display: flex;
}
.why-text {
    background: #262D30;
    border-radius: 8px;
    padding: 45px 15px;
    
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    line-height: 28px;
}
.why-text-title {
    color: #fcfcfc;
    font-weight: 400;
    font-size: 45px;
    line-height: 32px;
}
.why-text-subtitle {
    margin: 25px 0;
    color: #fcfcfc;
    font-weight: 100;
    font-size: 30px;
    line-height: 35px;
}
.why-left {
    display: flex;
    width: 630px;
    flex-wrap: wrap;
    gap: 23px;
}
.why-text-right {
    position: relative;
    left: -7%;
    width: 107%;
    padding: 60px 35px 50px 45px;
}
.why-left img {
    border-radius: 8px;
}

.why-right {
    padding-top: 68px;
    width: calc(100% - 630px);
}

.why-right__features {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.why-right__features-item {
        margin: 20px 0;
    text-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.why-right__features-item__num {
    color: #FEBD09;
    font-weight: 700;
    font-size: 100px;
}
.why-right__features-item__text {
    color: #Fcfcfc;
    font-weight: 400;
    font-size: 28px;
    max-width: 220px;
}

.why-right__features:before {
    content: '';
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    height: 1px;
  background: linear-gradient(90deg, #cccccc00 0%, #cccccc8f 52%, #cccccc00 100%);
}
.why-right__features:after {
    content: '';
    position: absolute;
    top: 0;
    left: 52%;
    height: 100%;
    width: 1px;
    z-index: 2;
  background: linear-gradient(0deg, #cccccc00 0%, #cccccc8f 52%, #cccccc00 100%);
}
.why-light-bg svg{
   position: absolute;
    bottom: -10%;
    right: -10%;
    width: 100%;
    z-index: 1;
}
.why-section {
    position: relative;
}



.steps-section {
    margin-top: 50px;
}
.steps-row {
    display: flex;
    gap: 60px;
}
.steps-item {
    text-align: left;
    width: 25%;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
}
.steps-item-num {
    color: #fff;
    font-weight: 700;
    font-size: 100px;
    opacity: 0.1;
}
.steps-item-title {
    color: #FEBD09;
    font-weight: 400;
    font-size: 20px;
    font-weight: 26px;
    margin-bottom: 11px;
    min-height: 50px;
}
.steps-item-text {
    color: #fcfcfc;
    font-weight: 100;
    font-size: 16px;
    font-weight: 21px;
}




.works-section {
    margin-top: 40px;
}
.works-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.works-item {
    width: 33.333%;
    height: 420px;
    position: relative;
}
.works-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works-item-title {
    width: 320px;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: calc(50% - 160px);
    font-size: 36px;
    font-weight: 100;
    color: #FFFCF8;
}
.works-item-shadow {
    background: #000;
    opacity: 0.6;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.works-item:hover .works-item-shadow {
    display: none;
}



.how-section {
    margin-top: 60px;
}
.how-row {
    display: flex;
    align-items: flex-start;
    gap: 65px;
}
.how-left {
    width: 42%;
}
.how-left img {
    width: 100%;
    height: 100%;
}
.how-right {
    width: calc(100% - 42%);
    display: flex;
    align-items: flex-start;
}
.how-right__row {
    margin-left: 35px;
}
.how-right__item {
    gap: 20px;
    display: flex;
    margin-bottom: 25px;
}
.how-right__num {
    color: #fff;
    font-weight: 700;
    font-size: 90px;
    opacity: 0.1;
    line-height: 1;
}
.how-right__text {
    margin-top: 27px;
}
.how-right__text-title {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
}

.how-right__text-des {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
}


.price-section {
    margin-top: 60px;
}
.price-item {
    padding: 25px 17px;
    background: #262D30;
    border-radius: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.price-item:nth-child(2n) {
    background: none;
}
.price-item div {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    line-height: 21px;
}


.feedback-section__left-title {
    font-size: 80px;
    line-height: 84px;
    font-weight: 100;
    color: #f5f5f5;
    margin-bottom: 25px;
    position: relative;
    padding-left: 13px;
    text-transform: uppercase;
}
.feedback-section__left-title:before {
    content: '';
    top: 10%;
    left: 0;
    position: absolute;
    width: 1px;
    height: 80%;
    background: #D57332;
}



.item-video-link {
    position: relative;
    display: block;
    transition: all .2s ease;
}
.item-video-link svg {
    transition: all .2s ease;
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
}
.item-video-link svg path{
    transition: all .2s ease;
}
.item-video-link:hover svg {
    transform: scale(1.03);
    transition: all .2s ease;
}
.item-video-link:hover svg path{
    fill: #F85B18;
}

.video-section .gallery-list img {
    width: 450px;
    height: 350px;
}

.gallery-list {
        display: flex;
    flex-wrap: wrap;
    gap: 12px;
    
    margin-top: 40px;
}

.gallery-list img {
    width: 337px;
    height: 320px;
    border-radius: 20px;
    object-fit: cover;
}


.gallery-list img:hover{
    transform: scale(1.03);
}


.form-section {
    margin-top: 60px;
    position: relative;
}
.form-line-top {
    position: absolute;
        top: -1px;
    left: 0;
    z-index: 2;
}
.form-line-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
}
.feedback-features__item {
    display: flex;
    align-items: stretch;
    gap: 0.5px;
    margin-bottom: 10px;
}
.feedback-features__item-text {
    width: 200px;
    padding: 10px 15px;
    color: #070707;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 0 12px 12px 0;
}
.feedback-features__item-red {
    border-radius: 12px 0 0 12px;
    background: #C62220;
    padding: 12px 20px;
}
.feedback-section__left-features {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feedback-section__row {
    gap: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0 50px;
}
.feedback-section__left {
    display: flex;
    width: 620px;
    justify-content: flex-end;
    position: relative;
}
.feedback-section__left-arrow {
    right: -60px;
    bottom: 0;
    position: absolute;
}
.feedback-section__right {
    width: 540px;
    text-align: center;
}
.feedback-section__right-inner {
    border-radius: 12px;
    padding: 25px 65px 35px 50px;
    background: #fff;
    
}
.feedback-section__right-title {
    color: #020202;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.feedback-section__right-description {
    color: #020202;
    font-size: 16px;
    font-weight: 400;
    line-height: 133% ; /* 150% */
    margin-bottom: 20px;
}
.feedback-section__right .form-control {
    padding: 15px 20px;
    color: #ABABAB;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    
    border-radius: 30px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin: 0;
}
.feedback-section__right .form-control::placeholder {
    color: #ABABAB;
}
.feedback-section__right .form-group .btn, .contacts-forms .form-group .btn{
    padding: 15px 50px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50px;
    background: #082D74;
    border: none;
    transition: all .3s linear;
}
.feedback-section__right .form-group .btn:hover, .contacts-forms .form-group .btn:hover {
    background: #494949;
}
.feedback-section__right .form-row .form-group {
    width: 100%;
}
.feedback-section__right .form-row {
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}
.feedback-section__right .group-phone {
    display: flex;
    align-items: center;
    gap: 5px;
}
.simpleagreement{
    text-align: left;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px; /* 133.333% */
        padding: 0 25px;
    text-align: center;
    margin-bottom: 15px;
}
 .simpleagreement a {
    color: #000;
}
.simpleagreement a{
    border-bottom: 1px solid;
}
/* .simpleagreement a:hover{
    color: rgba(198, 34, 32, 0.80)
} */
.feedback-section__right-socials{
   gap: 10px;
    display: flex;
    color: #262D30;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}


.team-section__photo {
    text-align: center;
}
.team-section {
    margin-top: 40px;
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.team-section__thumb {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-start;
}
.team-section__photo img {
    border-radius: 12px;
}
span.Markdown-Word {
    display: inline-block;
}
.team-thumb {
    margin-bottom: 3px;
}                 
.team-thumb img {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s;
    border-radius: 12px;
}

.team-thumb img.is-active,
.team-thumb img:hover {
    opacity: 1;
}


.contacts-section {
    margin-bottom: 60px;
}

.contacts-section h1 {
    margin-bottom: 0;
}
.contacts-section .contacts-left{
    margin-top: 50px;
}


.contacts-item {
    display: flex;
    gap: 15px;
    align-items: flex-end;
}
.contacts-item svg{
    margin-bottom: 3px;
}
.contacts-item-title {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.30px;
    margin-top: 15px;
}

.contacts-title {
    margin-top: 15px;
    margin-left: 32px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.contacts-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contacts-right {
    max-width: 460px;
}
.contacts-forms {
    text-align: center;
}

.contacts-forms .form-row .form-group {
    width: 100%;
}
.contacts-form-title {
    color: black;
    font-size: 35px;
    /* font-family: TT Norms; */
    font-weight: 700;
    margin-bottom: 20px;
}
.contacts-form {
    background: #fff url(../images/form-bg2.svg) repeat;
    border-radius: 30px;
    padding: 25px 75px;
    box-shadow: 4px 7px 26.8px 0px rgba(0, 0, 0, 0.12);

}
.contacts-form form {
    width: 350px;
}

.contacts-form .form-control{
    padding: 16px; 
    background: white; 
    border-radius: 12px;
    border: 1px #EBEEF0 solid;
    height: auto;
    
    color: #A4A9B1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.40px;
    margin-bottom: 15px;
    
}

.contacts-form textarea.form-control {
    min-height: 100px;
}

.simple-agreement {
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.simple-agreement a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.3);
}
.btn-wrapper {
    display: flex;
    justify-content: center;
}
.contacts-form .btn {
    display: flex;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.40px;
    border: none;
    
    padding: 10px 24px;
    background: #F85B18; 
    border-radius: 50px;
    transition: all 0.2s ease-in;
}
.contacts-form .btn:hover {
    background: #FBAB12;
}

.contacts-item-download {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 24px;
    margin-top: 15px;
    margin-left: 32px;
}




.contacts-row .entity {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contacts-requisites .item {
    display: flex;
    gap: 5px;
}
.contacts-requisites .item .left{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 200.688%; /* 32.11px */
    width: 125px;
}
.contacts-requisites.requisites-long .item .left{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 200.688%; /* 32.11px */
    width: 280px;
}
.contacts-requisites .item .right{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 200.7%; /* 32.112px */
    display: flex;
    gap: 9px;
    align-items: center;
}
.contacts-requisites .item .right .messengers {
        display: flex;
    gap: 9px;
    align-items: center;
}
.contacts-requisites .item .right a {
    display: flex;
    align-items: center;
}
.contacts-requisites .item .right.small {
    font-weight: 400;
}
.contacts-requisites .item .right a {
    color: #F85B18;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
}
.contacts-requisites .item .right a:hover {
    color: #333;
}
.contacts-requisites{
    margin-bottom: 40px;
}
.contacts-object-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 200.7%; /* 32.112px */
    margin-bottom: 10px;
}
.contacts-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contacts-row .contacts-object {
    width: calc(50% - 25px);
}




/* footer */
.footer-sections {
    overflow-x: hidden;
}
.footer{
    color: #fff;
    padding-bottom: 30px;
}
.footer a{
    color: #fff;
}
.footer a:not(.btn):hover {
    color: #FEBD09;
}

.footer .messengers {
    display: flex;
    justify-content: flex-start;
    margin-left: 6px;
    align-items: center;
}
.footer-contacts-phone .phone-item {
    display: flex;
    align-items: center;
}
.footer-bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* padding-top: 20px; */
    justify-content: space-between;
}
.copyright{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.copyright a{
    color: #C62220;
    font-size: 15px;
    font-weight: 400;
    text-decoration-line: underline;
}
.footer-bottom-right {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 150px;
}
.development{
    display: flex;
    justify-content: flex-end;
    width: 150px;
}
.development a {
    display: flex;
    gap: 8px;
    align-items: center;
}
.dev-text {
    color: #FFF;
    text-align: right;
    font-size: 10px;
    font-weight: 400;
    line-height: 140.625%; /* 14.063px */
    letter-spacing: 0.1px;
}
.footer-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top-left{
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top-right{
    width: calc(100% - 700px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top-col1{
    width: 100%;
}
.footer-top-col1-up {
    gap: 22px;
    display: flex;
    align-items: center;
}
.footer-top-col2{
        gap: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .messengers a {
    width: 25px;
    height: 25px;
}

.footer-requisites .item{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 145.019%; /* 20.303px */
}
.footer-text{
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    margin-top: 18px;
}
/* .footer-nav-col{
    width: calc(50% - 10px);
} */
.footer-col-title{
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 20px;
}
.footer-nav li{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 39px; 
}
.footer-nav {
    text-align: center;
}
.footer-top-col3{
        display: flex;
    gap: 22px;
}
.footer a.footer-police {
    color: #B2B2B2;
    font-size: 13px;
    line-height: 21px;
}
.footer-top-col4{
    width: calc(100% - 220px);
    padding-left: 30px;
}
.footer-contacts-item{
    margin-bottom: 10px;
    padding-left: 17px;
    display: flex;
}
.footer-contacts-item .item-mail{
    font-size: 12px;
}
.footer-schedule{
    font-size: 14px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.footer-subscribe{
    margin-bottom: 25px;
}
.footer-schedule-title{
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 23px;
}
.footer-social-columns{
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-social-col1{
    max-width: calc(100% - 150px);
    padding-right: 30px;
}
.footer-social-col2{
    width: 150px;
}
.social-buttons a{
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
}
.social-buttons a:hover{
    transform: scale(1.1);
}
.footer-social-columns .footer-col-title{
    font-size: 14px;
}
.payments-buttons .payment-item{
    margin-right: 10px;
    margin-bottom: 10px;
}
.footer-payments .footer-col-title{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}
.footer-contacts-phone {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px; /* 207.692% */
    text-align: left;
}
.footer-contacts-phone-title {
    padding-left: 20px;
    color: #F6F6F6;
    font-size: 13px;
}
.footer-contacts-phone .phone-item a {
    margin-left: 6px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.footer-contacts-email {
    margin: 5px 0 20px;
}
.footer-contacts-email a{
    margin-left: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
}
.fancybox_modal .title-h3 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px; /* 116.667% */
    margin-bottom: 10px;
}
.fancybox_modal > p {
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-align: center;
}
.fancybox_modal .form-group .btn {
    margin-top: 10px;
    padding: 6px 33px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px; /* 192.857% */
    border-radius: 20px;
    background: #082D74;
    border: none;
    transition: all .3s linear;
}
.fancybox_modal .form-group .btn:hover {
    background: #494949;
}

@media(max-width: 1299px){
    .footer-social-col1 {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .subscribe-group{
        padding-right: 110px;
    }
    .subscribe-group .btn {
        width: 110px;
        font-size: 12px;
    }
}

@media(max-width: 991px){
    .footer-top-left{
        width: 100%;
        margin-bottom: 0px;
    }
    .footer-top-right {
        width: 100%;
        justify-content: flex-start;
    }
    .footer-nav-col {
        width: calc(50% - 10px);
    }
    .footer-nav-col + .footer-nav-col {
        margin-top: 0;
    }
    .footer-top-col1{
        width: calc(45% - 15px);
    }
    .footer-top-col2{
        display: flex;
        width: calc(55% - 15px);
    }
    .footer-top-col3 {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
    }
    .footer-top-col4 {
        max-width: 55%;
        padding-left: 15px;
    }
    .footer-nav {
    text-align: left;
}
    .footer-social-col1 {
        max-width: calc(100% - 150px);
        padding-right: 30px;
        margin-bottom: 0;
    }
}
@media(max-width: 767px){
    .footer-top-col1 {
        width: calc(45% - 15px);
    }
    .footer-top-col2 {
        display: block;
        width: calc(55% - 15px);
    }
    .footer-nav-col {
        width: 100%;
    }
    .footer-nav-col + .footer-nav-col {
        margin-top: 30px;
    }
    .footer-top-col4{
        max-width: 55%;
        padding-left: 15px;
    }
    .footer-social-col1 {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    .footer-top-col1{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-top-col4{
        padding-left: 0;
        width: 100%;
        max-width: 420px;
    }
    .copyright{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .development{
        justify-content: flex-start;
    }
}
/* /. footer */


/* Breadcrumbs */
.breadcrumbs-section{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    padding: 35px 0 20px;
}
.breadcrumbs-inner{
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    align-items: center;
}
.breadcrumbs-inner .item-icon{
    display: flex;
    position: relative;
    top: -2px;
    align-items: center;
}
.breadcrumbs-inner .item-icon:after{
    content: '';
    background: url(../img/breadcrumbs-arrow.svg) 0 0 no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.breadcrumb{
    padding-left: 10px;
}
.breadcrumb > li {
    display: inline;
    margin-right: 5px;
}
.breadcrumb > li > a{
    text-decoration: none;
    color: #6C6C6C;
}
.breadcrumb > li > a:after {
    content: '';
    background: url(../img/breadcrumbs-arrow.svg) 0 0 no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
}
.breadcrumb a:hover{
    color: #FEBD09;
}
@media(max-width: 767px){
    .breadcrumbs-inner {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .breadcrumb > li {
        white-space: nowrap;
    }
    .breadcrumbs-inner .item-icon{
        margin-right: 15px;
        width: 20px;
    }
    .breadcrumbs-inner .item-icon:after{
        margin-left: 7px;
    }
}
/* /. Breadcrumbs */

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    max-width: 400px;
    padding: 20px 15px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 18.9px -3px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 18px;
}
#gdpr-cookie-message h5 {
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 18px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #909090;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 13px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #FEBD09;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: none;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #4D4D4D;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #FEBD09;
    color: white;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 24px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: #4D4D4D;
    color: #fff;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    border: 1px solid #FEBD09;
    display:none;
    background: #FEBD09;
    color: #fff;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}


.hero-page {
    padding: 180px 0;
}

ymaps {
    border-radius: 12px;
}
@media(max-width: 991px){
    .pagetitle {
        font-size: 40px;
        line-height: 54px;
    }
    .header__nav {
        display: none;
    }
    .header__row {
        gap: 15px;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
    }
    .header__right, .header__left {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .header__left .messengers {
        justify-content: center;
    }
    .header__right {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: auto;
    }
    .second-btn {
        display: flex;
        padding: 7px 30px;
        font-size: 14px;
    }
    
    .header__hero {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .header__hero-left {
        gap: 20px;
    }
    .header__hero-left__item {
        font-size: 18px;
    }
    .header__hero-right__title {
        font-size: 32px;
    }
    .header__hero-right__subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .features-list {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    .features-item {
        width: calc(50% - 15px);
    }
    .why-row {
        flex-wrap: wrap;
        gap: 23px;
    }
    .why-right {
        padding-top: 0;
        width: 100%;
    }
    .why-text-right {
        position: unset;
        padding: 45px 15px;
        width: 100%;
    }
    .why-right__features-item__text {
        font-size: 18px;
        padding: 0 10px;
    }
    .why-right__features-item__num {
        font-size: 60px;
    }
    .steps-row {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    .steps-item {
        width: calc(50% - 15px);
    }
    .works-row {
        gap: 30px;
    }
    .works-item {
        width: 100%;
        height: 320px;
    }
    .how-row {
        gap: 30px;
        flex-wrap: wrap;
    }
    .how-right img {
        display: none;
    }
    .how-right__row {
        margin-left: 0;
    }
    .how-right__text {
        margin-top: 5px;
    }
    .how-right__num {
        font-size: 60px;
    }
    .how-right__text-title {
        font-size: 24px;
    }
    .price-item {
        padding: 15px 17px;
    }
    .price-item div {
        font-size: 14px;
        line-height: 21px;
    }
    .price-item div:last-child {
        text-align: right;
        min-width: 90px;
    }
    .feedback-section__left {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }
    .feedback-section__left-title {
        font-size: 40px;
        line-height: 54px;
    }
    .feedback-section__row {
        gap: 0;
        padding: 50px 0 50px;
    }
    .feedback-section__right-inner {
        border-radius: 12px;
        padding: 25px 20px;
    }
    .feedback-section__right-title {
        margin-bottom: 10px;
    }
    .feedback-section__right-description {
        font-size: 16px;
        line-height: 1.2;
    }
    .feedback-section__right-description br {
        display: none;
    }
    .feedback-section__right .form-control {
        padding: 10px 15px;
        font-size: 16px;
    }
    .simpleagreement {
        padding: 0;
    }
    .feedback-section__right .form-group .btn {
        padding: 10px 50px;
        font-size: 18px;
    }
    .feedback-section__right-socials {
        font-size: 16px;
        margin-top: 20px;
    }
    .form-section {
        background-size: cover !important;
    }
    .form-line-bottom {
        display: none;
    }
    .form-line-top {
        display: none;
    }
    .hero-page {
        padding: 60px 0;
    }
    .header__hero-left-line {
        height: 100px;
    }
    .how-right {
        width: 100%;
    }
    .how-left {
        width: 100%;
    }
    .mobile-menu-contacts .item{
        margin-bottom: 15px;
    }
    .mobile-menu-contacts .item-mail a,
    .mobile-menu-contacts .phone-item a{
        color: #fff;
    }
    .mobile-menu-contacts .phone-item{
        position: relative;
        bottom: -2px;
    }
    
     .gallery-list a {
        width: calc(50% - 10px);
    }
    .gallery-list {
        gap: 20px
    }
    .gallery-list img {
        width: 100%;
        height: 100%;
    }
    .feedback-section__row {
        flex-wrap: wrap;
    }
    .feedback-section__left-arrow {
        display: none;
    }
    .contacts-requisites .item .right {
        width: calc(100% - 125px);
    }
    .contacts-requisites.requisites-long .item .left {
        width: 125px; 
    }
    .team-section__thumb {
        width: 100%;
    }
    .team-thumb {
        width: calc(50% - 4px);
    }
    .team-thumb img {
        width: 100%;
    }
    .team-section__photo-img {
        width: 100%;
        height: auto;
    }
}