@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu&display=swap');

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    scrollbar-color: #c6c6c6 #E8E8E8;
    scrollbar-width: thin;
    font-size: 16px;
    line-height: 1.3;
}
.scroll-width-thin {
    scrollbar-width: thin;
}
/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
    width: 8px; /* ширина для вертикального скролла */
    height: 4px; /* высота для горизонтального скролла */
    background-color: #E8E8E8;
}
/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #c6c6c6;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #c6c6c6;
}
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}
.message{
    width: 1380px;
    text-align: center;
    max-width: calc(100% - 30px);
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
    box-sizing: border-box;
}
.message.error{
    color: #fff;
    background: #860001;
}
.message.success{
    color: #fff;
    background: #0a6500;
}
img{
    max-width: 100%;
    height: auto;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    transition: opacity 0.3s ease;
}
:-moz-placeholder {
    color: #000;
    opacity: 1;
    transition: opacity 0.3s ease;
}
::-moz-placeholder {
    color: #000;
    opacity: 1;
    transition: opacity 0.3s ease;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus, textarea:focus{
    border: none;
    border-bottom: 1px solid #90A4AE;
}
.container{
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100%;
}
.container-small{
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
a{
    color: #4765FF;
}
a:hover{
    text-decoration: none;
}
.top-line-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 40px;
}
.head-nav ul{
    display: flex;
    align-items: center;
}
.head-nav ul li{
    margin: 0 20px;
}
.head-nav ul li a{
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}
.head-nav ul li a:hover{
    color: #4765FF;
}
.head-contdct a{
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}
.inside{
    padding: 0 40px;
    position: relative;
}
.two-side-block{
    display: flex;
    justify-content: space-between;
}
.left-part{
    width: calc(50% - 20px);
}
.right-part{
    width: calc(50% - 20px);
}
.first-section{
    position: relative;
    padding-bottom: 60px;
}
h1{
    color: #11345C;
}
.block-three{
    display: flex;
    justify-content: space-between;
}
.block-one{
    background: #4765FF;
    color: #fff;
    text-align: start;
    border-radius: 12px;
    width: calc(100%/3 - 13px);
    box-sizing: border-box;
    padding: 32px 25px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.block-1 h1{
    margin-top: 0;
}
.block-2{
    margin-top: 20px;
}
.block-3{
    margin-top: 20px;
}
.block-4{
    background: rgba(255,255,255,0.3);
    border-radius: 24px;
    margin-top: 40px;
    padding: 50px 40px 30px 40px;
}
.block-title{
    font-weight: 700;
    font-size: clamp(24px, 3vw, 32px);
    text-align: center;
}
.block-4 .two-side-block{
    margin-top: 30px;
    align-items: center;
}
.large-text{
    color: #11345C;
    font-weight: bold;
    font-size: clamp(24px, 3vw, 32px);
}
.block-5{
    margin-top: 60px;
}
.block-5 .two-side-block{
    align-items: center;
}
.middle-text p{
    font-size: clamp(18px, 3vw, 20px);
}
.block-6{
    margin-top: 40px;
}
.block-7{
    margin-top: 40px;
}
.back-1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/back-1.png") left top no-repeat;
    /*background-size: 100% 100%;*/
}
.back-2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/back-2.png") right 64% no-repeat;
    /*background-size: 100% auto;*/
}
.base-block{
    padding-top: 60px;
}
.section-2{
    background: url("../img/back-5.jpg") center bottom no-repeat;
    background-size: cover;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.back-whight-block{
    background: rgba(255,255,255,0.05);
    border-radius: 24px;
    margin: 20px 0 20px 0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 60px 40px 60px 40px;
    color: #fff;
}
.back-whight-block .two-side-block{
    margin-top: 20px;
}
.tag-one{
    background: #fff;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    border-radius: 12px;
    padding: 10px 20px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tags-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.middle-blue p{
    color: #11345C;
}
p{
    margin: 0 0 15px 0;
}
.section-3{
    padding: 40px 0 40px 0;
}
.slide-left{
    width: 35%;
    min-width: 35%;
}
.slide-left .border-img{
    border-radius: 14px;
}
.slide-right{
    width: calc(65% - 30px);
    max-width: calc(65% - 30px);
}
.three-slide-link{
    position: relative;
}
.three-slide-body{
    width: 100%;
    color: #fff;
    padding: 130px 40px 90px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.three-slide-media{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.three-slide-media img{
    width: 100%;
    height: 100%;
}
.three-slide-title{
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1;
}
.slide-title-1 span{
    display: block;
}
.slide-title-2 span{
    display: block;
}
.slide-title-3 span{
    display: block;
}
.three-slide-text{
    margin-top: 40px;
}
.right-prev{
    display: block;
    position: absolute;
    top: 50px;
    z-index: 1;
    left: 40px;
    cursor: pointer;
}
.right-next{
    display: block;
    position: absolute;
    top: 50px;
    z-index: 1;
    right: 40px;
    cursor: pointer;
}
.modal-block{
    background: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.modal-block-show{
    display: flex;
}
.spinner-send{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.spin-show{
    display: flex;
}
.form-map{
    display: flex;
    justify-content: space-between;
}
.form-title{
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
}
.form-note{
    margin-top: 10px;
    margin-bottom: 20px;
}
.checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    line-height: 22px;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.checkbox-other span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 1.2;
    width: 490px;
    max-width: 100%;
    font-size: 14px;
}
.checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    border: 1px solid #4765ff;
    background: #fff;
    border-radius: 2px;
}
.error-check span:before{
    border: 1px solid #F00;
}
/* Checked */
.checkbox-other input[type=checkbox] + span:after {
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}
.checkbox-other input[type=checkbox]:checked + span:before {
    background: #fff;
}
.checkbox-other input[type=checkbox]:checked + span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    opacity: 1;
    background: url(../img/ico-15.png) 3px 3px no-repeat;
    background-size: 14px auto;
    display: block;
    width: 18px;
    height: 18px;
}

/* Focus */
.focused span:before {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
/* Hover */
.checkbox-other span:hover:after {
    filter: brightness(110%);
}
/* Active */
.checkbox-other span:active:before,
.checkbox-other span:active:after {
    filter: brightness(80%);
}
/* Disabled */
.checkbox-other input[type=checkbox]:disabled + span {
    color: #666;
    cursor: default;
}
.checkbox-other input[type=checkbox]:disabled + span:before,
.checkbox-other input[type=checkbox]:disabled + span:after {
    filter: grayscale(100%);
    opacity: 0.6;
}
.default-field{
    border: none;
    border-bottom: 1px solid #000;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    color: #383C3E;
    box-sizing: border-box;
    background: none;
}
.form-line{
    margin-bottom: 15px;
    position: relative;
}
.form-first .form-line{
    margin-bottom: 56px;
}
.form-first .form-line:last-child{
    margin-bottom: 0;
}
.error-line{
    color: #F00;
    font-size: 11px;
    position: absolute;
    top: -12px;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
}
.error-line-show{
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}
.error-send-form{
    color: #F00;
    font-size: 14px;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: absolute;
    bottom: -12px;
    opacity: 0;
}
.error-send-form-show{
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}
.standart-btn{
    background: #4765FF;
    border: 2px solid #4765FF;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.standart-btn:hover{
    background: #fff;
    color: #4765FF;
}
.call-me-check-block{
    margin-top: 25px;
    margin-bottom: 25px;
}
.form-left{
    width: 550px;
    max-width: 100%;
}
.form-map{
    padding-top: 100px;
}
.left-title{
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 700;
    margin-bottom: 10px;
}
.three-side-block{
    display: flex;
    justify-content: space-between;
}
.footer-soc ul{
    display: flex;
    align-items: center;
}
.footer-soc ul li{
    margin-right: 10px;
}
.right-three-part{
    width: 306px;
    max-width: 100%;
}
.center-three-part{
    width: 309px;
    max-width: 100%;
}
.footer-copy-block{
    font-weight: 500;
    line-height: 1.1;
    margin-top: 40px;
}
.footer-nav ul li a{
    font-weight: 500;
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}
.footer-nav ul li a:hover{
    color: #4765FF;
}
.footer-nav ul li{
    margin-bottom: 20px;
}
.footer-nav ul li:last-child{
    margin-bottom: 0;
}
.footer-phone a{
    font-weight: 500;
    text-decoration: none;
    color: #000;
}
.footer-address{
    font-weight: 500;
    margin-top: 15px;
}
.footer-soc{
    margin-top: 15px;
}
.section-6{
    margin-top: 60px;
}
.back-3{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/back-3.png") left 130px no-repeat;
    /*background-size: 100% 100%;*/
}
.back-4{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/back-4.png") right 64% no-repeat;
    /*background-size: 100% auto;*/
}
.back-whight-fon{
    background: rgba(255,255,255,0.3);
    border-radius: 24px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 40px 40px 40px 40px;
}
.footer-fon{
    background: rgba(255,255,255,0.8);
}
.section-5{
    margin-top: 40px;
}
.back-container{
    position: relative;
    padding-bottom: 40px;
}
.footer-address span{
    display: block;
}
.map {
    border-radius: 24px;
    overflow: hidden;
    max-width: 100%;
}
#map{
    max-width: 100%;
}
iframe{
    max-width: 100%;
}
.modal-wrapper{
    width: 400px;
    max-width: calc(100% - 30px);
    background: #fff url("../img/back-11.png") right top no-repeat;
    border-radius: 12px;
    text-align: center;
    position: relative;
    padding: 50px 65px;
    box-sizing: border-box;
    background-size: auto 100%;
}
.result-form-close{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.result-form-title{
    color: #11345C;
    font-size: 32px;
    font-weight: bold;
}
.result-form-text{
    margin: 20px auto 0 auto;
    max-width: 68%;
}
.show-360{
    display: none;
}
.mobile-burger{
    display: none;
}
.mobile-navigation-block{
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
}
.mobile-navigation-open {
    transform: translateY(0);
    background: rgba(0,0,0,0.6);
    transition: all 0.4s ease-in-out;
}
.mobile-nav-wrapper{
    border-radius: 12px;
    background: #efefef;
    position: relative;
    width: 600px;
    max-width: calc(100% - 80px);
    margin-top: 50px;
    padding: 80px 20px 30px 20px;
}
.mobile-nav-close-btn{
    position: absolute;
    right: 20px;
    top: 30px;
}
.show-1024{
    display: none;
}
.logo-head{
    width: 300px;
}
.deck-soc{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.deck-soc li{
    margin-left: 8px;
}
.left-part h1{
    font-size: 32px;
    line-height: 1.1;
}
.video-block video{
    border-radius: 12px;
    overflow: hidden;
}
.border-img{
    border-radius: 12px;
    overflow: hidden;
}
.full-img{
    width: 100%;
}
.footer-logo{
    width: 300px;
}
.to-top-btn{
    position: fixed;
    right: 100px;
    bottom: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    display: none;
    animation: anidown 1s forwards;
    border-radius: 50%;
}
.back_to_top-show {
    display: block;
    animation: ani 1s forwards;
    z-index: 800;
}
@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;display: block;}
}
@keyframes anidown {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
.padding-block{
    padding-left: 40px;
    padding-right: 40px;
}
