@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap');

/* Scroll Bar */
::-webkit-scrollbar {width: 5px; height: 5px;} 
::-webkit-scrollbar-track-piece {background-color: transparent; -webkit-border-radius: 5px;} 
::-webkit-scrollbar-thumb:vertical {height: 5px; background-color: #072035; -webkit-border-radius: 5px;} 
::-webkit-scrollbar-thumb:horizontal {width: 5px; background-color: #072035; -webkit-border-radius: 5px;}

/* Animation */

@keyframes button-pulse {
  0% {
    -webkit-box-shadow: 0 0 8px 6px #4183ce, 0 0 12px 14px #4183ce;
    box-shadow: 0 0 8px 6px #4183ce, 0 0 12px 14px #4183ce;
  }

  to {
    -webkit-box-shadow: 0 0 8px 6px rgba(255, 165, 0, 0), 0 0 2px 35px rgba(255, 165, 0, 0);
    box-shadow: 0 0 8px 6px rgba(255, 165, 0, 0), 0 0 2px 35px rgba(255, 165, 0, 0);
  }
}

/* // Animation */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    width: 100%;
    overflow-x: hidden;
}
body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.25;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #000;
    appearance: none;
    -webkit-appearance: none;
}
input,
button,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
}
button {
    cursor: pointer;
    transition: 300ms;
}
.slick-slider,
.slick-slider * {
    outline: none!important;
}
.maxwidth {
    overflow: hidden;
    position: relative;
}
.fixed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.btn {
    background: #FCE300;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 20px 14px 20px;
    border-radius: 6px;
    color: #072035;
    text-decoration: none!important;
    transition: 300ms;
    text-align: center;
    min-width: 209px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.btn-black {
    background: #072035;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.btn:hover {
    background: #072035;
    -webkit-animation: button-pulse .8s 0s ease-out 1;
    animation: button-pulse .8s 0s ease-out 1;
    color: #fff;
}
.btn-black:hover {
    background: linear-gradient(to bottom, #4183ce 0%, #559ae9 100%);;
}
.input-class {
    background: #fff;
    height: 64px;
    border: 2px solid #F2F0EB;
    text-align: center;
    padding: 0 15px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    transition: 300ms;
}
textarea.input-class {
    resize: none;
    height: 131px;
    padding: 22px 15px;
}
.input-class:focus {
    border-color: #000;
}
.input-class::placeholder {
    transition: 300ms;
}
.input-class:focus::placeholder {
    font-size: 0;
}
.absolutes {
    position: absolute;
}
.section-title {
    font: 500 36px/1.4 'Oswald', sans-serif;
    margin-bottom: 20px;
}
.video {
    position: relative;
    background: no-repeat center / cover;
}
.play {
    background: url(../img/play.svg) no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%; left: 50%;
    transition: 300ms;
    margin: -24px 0 0 -24px;
    z-index: 2;
}
.play:hover {
    transform: scale(0.89);
}
.hidden {
    display: none;
}
.overflow {
    overflow: hidden;
}
.head {
    background: #072035;
    position: fixed;
    top: -100%; left: 0;
    width: 100%;
    z-index: 999;
    transition: 500ms;
}
.head.show {
    top: 0;
}
.head-row {
    height: 71px;
    color: #fff;
}
.head-col-2 {
    margin-left: auto;
}
.head-left {
    align-items: center;
}
.head-logo {
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    top: 0;
}
.head-logo:hover {
    top: -2px;
}
.head-logo-text {
    font-weight: bold;
}
.head-logo-ico {
    background: url(../img/logo-ico.svg) no-repeat;
    width: 20px;
    height: 21px;
    margin: 0 3px;
}
.head-menu > li {
    margin-right: 14px;
}
.head-menu > li:last-child {
    margin: 0;
}
.head-menu > li > a {
    padding: 26px 10px 0 10px;
    height: 71px;
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: 300ms;
}
.head-menu > li > a:before {
    content: '';
    width: 0;
    height: 21px;
    background: #FCE300;
    position: absolute;
    top: 0; left: 0;
    transition: 300ms;
}
.head-menu > li > a:hover {
    color: #FCE300;
}
.head-menu > li > a:hover:before {
    width: 100%;
}
.head-stats {
    margin-right: 158px;
}
.head-stats-item,
.first-stats-item {
    background: no-repeat;
    width: 32px;
    height: 45px;
    text-align: center;
    margin-right: 7px;
    color: #fff;
    padding-top: 8px;
}
.head-stats-item.red,
.first-stats-item.red {
    background-image: url(../img/head-stats-1.svg);
}
.head-stats-item.yellow,
.first-stats-item.yellow {
    background-image: url(../img/head-stats-2.svg);
    color: #000;
}
.head-stats-item.white,
.first-stats-item.white {
    background-image: url(../img/head-stats-3.svg);
    color: #000;
}
.head-stats-item:last-child,
.first-stats-item:last-child {
    margin-right: 0;
}
.head-stats-item-value,
.first-stats-item-value {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 2px;
}
.head-stats-item-logo.text,
.first-stats-item-logo.text {
    font-size: 6px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}
.head-stats-item-logo.yandex,
.first-stats-item-logo.yandex {
    background: url(../img/yandex.png) no-repeat;
    width: 23px;
    height: 8px;
    margin: 0 auto;
}
.head-stats-item-logo.cian,
.first-stats-item-logo.cian {
    background: url(../img/cian.png) no-repeat;
    width: 25px;
    height: 11px;
    margin: 0 auto;
}
.head-phone {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-top: 24px;
}
.head-phone-link {
    color: #fff;
    transition: 300ms;
    text-decoration: none;
}
.head-phone-link:hover {
    color: #FCE300;
}
.head-open {
    cursor: pointer;
    display: none;
}
.head-open > div {
    width: 38px;
    height: 6px;
    margin-bottom: 5px;
    background: #FCE300;
    border-radius: 10px;
}
.head-open > div:last-child {
    margin: 0;
}
.first-section {
    position: relative;
}
.first-in {
    padding: 115px 0 150px 0;
}
.first-absolutes-1 {
    background: url(../img/first-absolutes-1.webp) no-repeat;
    width: 224px;
    height: 416px;
    top: 131px; left: 0;
}
.first-absolutes-2 {
    background: url(../img/first-absolutes-2.webp) no-repeat;
    width: 434px;
    height: 362px;
    top: 199px; right: 0;
}
.first-title {
    position: relative;
}
.first-title-main {
    font: 500 96px/1.4 'Oswald', sans-serif;
    position: relative;
    z-index: 2;
}
.first-title-back {
    font: 500 288px/1 'Oswald', sans-serif;
    color: rgba(7, 32, 53, 0.03);
    position: absolute;
    left: 416px; top: 45px;
    z-index: 1;
}
.first-subtitle {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    margin: -85px 0 0 360px;
}
.first-stats {
    margin-top: 27px;
    display: none;
}
.first-stats-item {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}
.deals-in {
    padding: 0 0 118px 0;
}
.deals-q {
    background: url(../img/quote.svg) no-repeat 0 8px;
    min-height: 141px;
    margin-bottom: 50px;
    padding: 0 0 0 64px;
}
.deals-q-text-1 {
    margin: 0 0 10px 0;
    font-size: 30px;
}
.deals-q-text-2 {
    font-size: 18px;
}
.deals-q-text-1 > b {
    border-bottom: 2px solid #000;
}
.deals-stats {
    margin: -20px -15px;
}
.deals-stats-item {
    width: calc(100% / 4);
    padding: 20px 15px;
    text-align: center;
}
.deals-stats-item-value {
    font: 500 72px/107px 'Oswald', sans-serif;
    color: #FCE300;
    transition: 300ms;
}
.deals-stats-item-text {
    font-weight: 500;
}
.deals-stats-item:hover .deals-stats-item-value {
    color: #000;
}
.partner-in {
    padding: 0 0 105px 0;
}
.partner-top {
    margin-bottom: 50px;
}
/*.partner-items {
    margin: -17px -15px;
}
.partner-item {
    width: calc(100% / 5);
    padding: 17px 15px;
    justify-content: center;
    align-items: center;
}*/
.partner-item-in {
    height: 120px;
    justify-content: center;
    align-items: center;
}
.partner-item img {
    transition: 300ms;
}
.partner-item img:hover {
    opacity: 0.4;
}
.tar-in {
    padding: 0 0 110px 0;
}
.tar-top {
    margin-bottom: 52px;
}
.tar-tabs {
    margin: -6px;
}
.tar-tabs-item {
    background: #fff;
    border: 2px solid #F2F0EB;
    width: calc(25% - 12px);
    margin: 6px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 300;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    color: #000;
    transition: 300ms;
    cursor: pointer;
}
.tar-tabs-item > span {
    display: block;
    font-size: 16px;
    text-shadow: none;
    font-weight: 400;
    margin-bottom: 8px;
}
.tar-tabs-item.active {
    background: #FCE300;
    border-color: #FCE300;
}
.tar-tabs-item.active,
.tar-tabs-item.active > span {
    font-weight: 600;
}
.tar-row {
    position: relative;
    margin-top: 62px;
}
.tar-box,
.tar-video {
    position: relative;
    z-index: 2;
}
.tar-box {
    background: #F9F9F9;
    border-radius: 30px;
    width: 909px;
    height: 542px;
    padding: 33px 30px 20px 517px;
}
.tar-col-2 {
    margin-left: auto;
}
.tar-videos {
    background: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 35px; left: 0;
}
.tar-video {
    width: 733px;
    height: 462px;
    border-radius: 10px;
    background: no-repeat center / cover;
    z-index: 3;
}
.tar-video:not(:first-child) {
    display: none;
}
.tar-box-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 16px;
}
.tar-box-list {
    font-size: 14px;
}
.tar-box-list > li {
    margin-bottom: 8px;
    padding: 0 0 0 20px;
    position: relative;
}
.tar-box-list > li:last-child {
    margin: 0;
}
.tar-box-list > li:before {
    content: '';
    width: 4px;
    height: 2px;
    background: #214B2E;
    position: absolute;
    top: 7px; left: 0;
}
.tar-box-order {
    margin-top: 20px;
}
.tar-box-more {
    margin-top: 13px;
    font: 18px 'Oswald', sans-serif;
    text-transform: uppercase;
}
.tar-box-more-link {
    color: #072035;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 300ms;
}
.tar-box-more-link:hover {
    border-color: #000;
}
.tar-text:not(:first-child) {
    display: none;
}
.tar-absolutes-1 {
    background: url(../img/tar-absolutes-1.webp) no-repeat;
    width: 404px;
    height: 404px;
    top: 0; left: -112px;
}
.tar-absolutes-2 {
    background: url(../img/tar-absolutes-2.webp) no-repeat;
    width: 416px;
    height: 416px;
    top: 49px; right: -163px;
}
.serv-in {
    padding: 0 0 122px 0;
    position: relative;
}
.serv-top {
    margin-bottom: 43px;
}
.serv-absolutes {
    background: url(../img/serv-absolutes.webp) no-repeat;
    width: 532px;
    height: 571px;
    top: 80px; left: -250px;
}
.serv-items {
    position: relative;
    z-index: 2;
    margin: -25px;
}
.serv-item {
    width: calc(100% / 2);
    padding: 25px;
}
.serv-item-box {
    background: #F9F9F9;
    border-radius: 30px;
    height: 100%;
    padding: 37px 37px 32px 37px;
}
.serv-item-center {
    max-width: 460px;
    margin: 0 auto;
}
.serv-item-title {
    justify-content: center;
    max-width: 375px;
    margin: 0 auto 26px auto;
    border-bottom: 4px dashed #FCE300;
    padding: 0 0 10px 0;
}
.serv-item-title > span {
    font: 36px/53px 'Oswald', sans-serif;
}
.serv-item-list > li {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.serv-item-list > li:last-child {
    margin-bottom: 0;
}
.serv-item-down {
    margin-top: 35px;
}
.serv-item-down-btn {
    font-size: 14px;
}
.rev-in {
    padding: 0 0 117px 0;
}
.rev-top {
    margin-bottom: 38px;
}
.islider {
    position: relative;
}
.islider .slick-arrow {
    width: 55px;
    height: 28px;
    background: #F7F7F7;
    border-radius: 5px;
    font-size: 0;
    position: absolute;
    cursor: pointer;
    transition: 300ms;
}
.islider .slick-arrow:hover {
    background: #FCE300;
}
.islider .slick-arrow:before {
    content: '';
    background: url(../img/arrow.svg) no-repeat;
    width: 22px;
    height: 13px;
    position: absolute;
    top: 50%; left: 50%;
    margin: -6.5px 0 0 -11px;
}
.islider .slick-next:before {
    transform: rotate(180deg);
}
.rev-items {
    padding: 0 78px;
}
.rev-items-2 {
    margin-top: 40px;
}
.rev-items .slick-arrow {
    top: 50%;
    margin-top: -14px;
}
.rev-items .slick-prev {
    left: 0;
}
.rev-items .slick-next {
    right: 0;
}
.rev-item {
    padding: 0 10px;
}
.rev-item-box {
    height: 289px;
    background: #F4F4F4;
    border-radius: 30px;
    overflow: hidden;
}
.rev-item-box.item-text {
    padding: 21px 30px;
}
.rev-item-video {
    height: 100%;
}
.rev-item-top {
    margin-bottom: 16px;
    align-items: center;
}
.rev-item-stars {
    margin-left: auto;
}
.rev-item-stars > div {
    background: url(../img/star.svg) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 1px;
}
.rev-item-stars > div:last-child {
    margin-right: 0;
}
.rev-item-info {
    align-items: center;
}
.rev-item-photo {
    margin-right: 12px;
}
.rev-item-photo img {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: block;
}
.rev-item-name {
    font-size: 14px;
    font-weight: bold;
    color: #121127;
    margin-bottom: 4px;
}
.rev-item-date {
    font-size: 12px;
    color: rgba(18, 17, 39, 0.56);
}
.rev-item-text {
    font-size: 14px;
    color: rgba(18, 17, 39, 0.56);
    line-height: 1.8;
    height: 147px;
    overflow: auto;
    margin-bottom: 15px;
}
.rev-item-link {
    font-size: 14px;
    font-weight: 500;
}
.rev-item-link > a {
    color: #1E45B4;
}
.rev-item-link > a:hover {
    text-decoration: none;
}
.rate-in {
    padding: 0 0 152px 0;
}
.rate-top {
    margin-bottom: 67px;
}
.rate-cont {
    position: relative;
}
.rate-items {
    background: url(../img/macbook.webp) no-repeat;
    width: 1116px;
    position: relative;
    margin: 0 auto 47px auto;
    z-index: 3;
}
.rate-item {
    width: 100%;
    height: 655px;
    position: relative;
}
.rate-item-image,
.rate-item-link {
    position: absolute;
    left: 11.37%;
    right: 10.66%;
    top: 2.43%;
    bottom: 12.98%;
}
.rate-item-image > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}
.rate-item-link {
    z-index: 2;
}
.rate-items .slick-arrow {
    bottom: -47px;
}
.rate-items .slick-prev {
    right: calc(50% + 7px);
}
.rate-items .slick-next {
    left: calc(50% + 7px);
}
.rate-absolutes {
    background: url(../img/rate-absolutes.webp) no-repeat;
    width: 424px;
    height: 475px;
    top: 0;
    right: -121px;
}
.arch-in {
    padding: 0 0 260px 0;
}
.arch-top {
    margin-bottom: 60px;
}
.arch-cont {
    position: relative;
}
.arch-row {
    position: relative;
}
.arch-col-2 {
    width: 878px;
    margin-left: auto;
}
.arch-video {
    background: url(../img/arch-image.webp) no-repeat center / cover;
    height: 607px;
    position: relative;
}
.arch-phone {
    background: url(../img/arch-phone.png) no-repeat;
    width: 222px;
    height: 461px;
    position: absolute;
    top: 74px; right: 808px;
    z-index: 2;
    filter: drop-shadow(26.3501px 47.4303px 63.2404px rgba(157, 149, 140, 0.2));
}
.arch-phone > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}
.arch-absolutes {
    background: url(../img/arch-absolutes.webp) no-repeat;
    width: 693px;
    height: 693px;
    top: -56px;
    left: -85px;
}
.about-in {
    padding: 0 0 75px 0;
    position: relative;
}
.about-row {
    position: relative;
    z-index: 3;
}
.about-col-1 {
    width: 55%;
}
.about-col-2 {
    width: 45%;
}
.about-box {
    height: 100%;
    background: #F9F9F9;
    border-radius: 30px 0 0 30px;
    padding: 25px 34px;
}
.about-photo > img {
    display: block;
    border-radius: 0 30px 30px 0;
}
.about-top {
    margin-bottom: 10px;
}
.about-name {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 6px;
}
.about-descr {
    font-size: 18px;
}
.about-list {
    margin: 22px 0 0 20px;
    color: #072035;
}
.about-list > li {
    font-size: 14px;
    line-height: 1.15;
    margin-bottom: 10px;
}
.about-list > li:last-child {
    margin: 0;
}
.about-absolutes-1 {
    background: url(../img/about-absolutes-1.webp) no-repeat;
    width: 421px;
    height: 486px;
    left: -128px;
    top: 29px;
}
.about-absolutes-2 {
    background: url(../img/about-absolutes-2.webp) no-repeat;
    width: 586px;
    height: 585px;
    right: -185px;
    top: -138px;
}
.sert-in {
    padding: 0 0 110px 0;
}
.sert-items {
    margin: 0 -19px 60px -19px;
    position: relative;
}
.sert-item {
    padding: 0 19px;
}
.sert-item img {
    width: 100%;
    display: block;
}
.sert-items .slick-arrow {
    top: auto;
    bottom: -60px;
}
.sert-items .slick-prev {
    right: calc(50% + 7px);
    left: auto;
}
.sert-items .slick-next {
    left: calc(50% + 7px);
    right: auto;
}
.cs-in {
    padding: 0 0 127px 0;
    position: relative;
}
.cs-row {
    position: relative;
    z-index: 3;
}
.cs-col {
    width: 50%;
}
.cs-box {
    padding: 0 95px 0 0;
}
.cs-map {
    background: #dcdcdc;
    height: 458px;
}
.cs-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.cs-title {
    margin-bottom: 27px;
}
.cs-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 52px;
}
.cs-item {
    margin-bottom: 37px;
    font-size: 16px;
    font-weight: 500;
    padding: 1px 0 0 47px;
    min-height: 23px;
}
.cs-item:last-child {
    margin-bottom: 0;
}
.cs-item > a {
    text-decoration: none;
}
.cs-item > a:hover {
    text-decoration: underline;
}
.cs-item.address {
    background: url(../img/address-ico.svg) no-repeat 0 0;
}
.cs-item.phone {
    background: url(../img/phone-ico.svg) no-repeat 0 0;
}
.cs-item.email {
    background: url(../img/email-ico.png) no-repeat 0 0;
}
.cs-absolutes {
    background: url(../img/cs-absolutes.webp) no-repeat;
    width: 324px;
    height: 324px;
    top: 40px;
    right: -146px;
}
.footer {
    background: #072035;
}
.footer-row {
    padding: 55px 0;
    color: #fff;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.footer-left,
.footer-right {
    width: 375px;
}
.footer-rekv {
    font-size: 18px;
    line-height: 1.4;
}
.footer-rekv > span {
    font-size: 22px;
    font-weight: bold;
}
.footer-form {
    background: #fff;
    width: 343px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 33px 15px 37px 15px;
    text-align: center;
    color: #072035;
}
.footer-form-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1px;
}
.footer-form-subtitle {
    font-size: 18px;
}
.footer-form-call {
    margin-top: 40px;
    justify-content: center;
}
.footer-form-call-btn {
    border-radius: 50px;
    font-size: 18px;
    min-width: 233px;
    padding: 21px 20px;
}
.footer-right {
    text-align: right;
}
.footer-right .flex {
    justify-content: flex-end;
}
.footer-phone {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 9px;
}
.footer-phone > a {
    color: #fff;
    text-decoration: none;
    transition: 300ms;
}
.footer-phone > a:hover {
    opacity: 0.7;
}
.footer-menu {
    font-size: 18px;
    margin-bottom: 9px;
}
.footer-menu > li {
    margin-right: 13px;
}
.footer-menu > li:last-child {
    margin: 0;
}
.footer-menu > li > a {
    color: #fff;
    transition: 300ms;
    text-decoration: none;
}
.footer-menu > li > a:hover {
    opacity: 0.7;
}
.footer-text {
    font-size: 12px;
    margin-bottom: 17px;
}
.footer-text a {
    color: #fff;
}
.footer-soc-item {
    background: url(../img/social.svg) no-repeat;
    width: 33px;
    height: 33px;
    margin-right: 8px;
    transition: 300ms;
}
.footer-soc-item:last-child {
    margin-right: 0;
}
.footer-soc-item:hover {
    transform: scale(0.92);
}
.footer-soc-item.ok {
    background-position: -41px 0;
}
.footer-soc-item.phone {
    background-position: -82px 0;
}
.footer-soc-item.tg {
    background-position: -123px 0;
}
.footer-soc-item.wa {
    background-position: -164px 0;
}
.footer-soc-item.viber {
    background-position: right;
}
.d-text p:not(:last-child) {
    margin-bottom: 20px;
}
.modal {
    background: rgba(0,0,0,0.88);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    overflow: auto;
    padding: 20px 0;
    align-items: center;
    top: -100%;
    transition: 300ms;
}
.modal.active {
    top: 0;
    z-index: 999;
}
.modal-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}
.modal-box {
    background: #F9F9F9;
    border: 2px solid rgba(229, 229, 229, 0.5);
    border-radius: 30px;
    max-width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.modal-close {
    background: url(../img/close.svg) no-repeat;
    width: 77px;
    height: 77px;
    position: absolute;
    cursor: pointer;
    top: 11px; right: 11px;
}
.mform {
    width: 739px;
    max-width: 96%;
    padding: 53px 55px 65px 55px;
    text-align: center;
}
.mform-title {
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 40px;
}
.mform-soc {
    justify-content: center;
    margin-bottom: 62px;
}
.mform-soc-item {
    background: url(../img/mform-social.svg) no-repeat;
    width: 91px;
    height: 91px;
    margin-right: 50px;
    transition: 300ms;
    filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.25));
}
.mform-soc-item.wa {
    background-position: -141px 0;
}
.mform-soc-item.tg {
    background-position: -282px 0;
}
.mform-soc-item.viber {
    background-position: right;
}
.mform-soc-item:hover {
    transform: scale(0.92);
}
.mform-soc-item:last-child {
    margin: 0;
}
.mform-label {
    margin-bottom: 40px;
    width: 100%;
}
.mform-labels {
    justify-content: space-between;
}
.mform-label.width-50 {
    width: calc(50% - 10px);
}
.mform-btn {
    width: 359px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    padding: 21px 20px;
}
.mform-policy {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 600;
}
.mform-policy > a {
    color: #2A18F3;
}
.mform-policy > a:hover {
    text-decoration: none;
}
.mform-error {
    font-size: 28px;
    font-weight: 500;
    color: #FD0707;
    display: none;
    margin-bottom: 25px;
}
.mform-error p:not(:last-child) {
    margin-bottom: 25px;
}
.policy-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}
.policy-text p:not(:last-child) {
    margin-bottom: 25px;
}
.mthank {
    width: 739px;
    max-width: 96%;
    padding: 75px 20px;
    text-align: center;
}
.mthank-text {
    font-size: 45px;
    font-weight: bold;
    color: ##072035;
}
.mthank-text p:not(:last-child) {
    margin-bottom: 45px;
}
.footer-menu-1 {
    display: none;
}
.up {
    background: #F7F7F7;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px; 
    right: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.17);
    transition: 300ms;
    cursor: pointer;
    display: none;
    z-index: 1000;
}
.up:after {
    content: '';
    background: url(../img/arrow.svg) no-repeat;
    width: 22px;
    height: 13px;
    position: absolute;
    top: 50%; left: 50%;
    transform: rotate(90deg);
    margin: -6.5px 0 0 -11px;
}
.up:hover {
    background: #FCE300;
}
@media(max-width: 1700px) {
    .first-absolutes-1 {
        left: -170px;
    }
    .first-in {
        padding: 60px 0 90px 0;
    }
}
@media(max-width: 1200px) {
    .first-in {
        padding: 50px 0 100px 0;
    }
    .first-title-main {
        font-size: 60px;
    }
    .first-title-back {
        font-size: 150px;
    }
    .first-subtitle {
        font-size: 20px;
        margin: -58px 0 0 230px;
    }
    .deals-q {
        background-size: 1.6%;
        position: relative;
        z-index: 2;
        padding-left: 45px;
    }
    .deals-q-text-1 {
        font-size: 22px;
    }
    .deals-q-text-2 {
        font-size: 16px;
    }
    .first-absolutes-2 {
        top: 50px;
    }
    .tar-col {
        width: 100%;
    }
    .tar-videos {
        position: relative;
        top: auto;
        left: auto;
    }
    .tar-video {
        width: 100%;
    }
    .tar-box {
        width: 100%;
        padding: 25px 35px;
    }
}
@media(max-width: 1150px) {
    .first-in,
    .deals-in,
    .partner-in,
    .tar-in,
    .serv-in,
    .serv-in,
    .rev-in,
    .rate-in,
    .sert-in,
    .cs-in {
        padding-bottom: 80px;
    }
    .arch-in {
        padding-bottom: 140px;
    }
    .section-top {
        margin-bottom: 45px;
    }
    .about-top {
        margin-bottom: 10px;
    }
    .deals-q {
        margin-bottom: 35px;
    }
    .rate-items {
        background-size: contain;
        width: 700px;
    }
    .rate-item {
        height: 411px;
    }
}
@media(max-width: 1100px) {
    .sert-item {
        padding: 0 8px;
    }
    .ser-items {
        margin: 0 -8px;
    }
    .footer-row {
        flex-wrap: wrap;
        padding: 35px 0;
    }
    .footer-col {
        width: 100%;
        text-align: center;
    }
    .footer-col-2 {
        order: 1;
    }
    .footer-col-1 {
        order: 2;
        margin: 35px 0;
    }
    .footer-col-3 {
        order: 3;
    }
    .footer-right {
        text-align: center;
    }
    .footer-right .flex {
        justify-content: center;
    }
    .footer-left,
    .footer-right {
        width: 100%;
    }
    .arch-phone {
        display: none;
    }
    .arch-col-2 {
        width: 100%;
    }
    .head {
        position: static;
        display: block;
    }
    .head-stats {
        display: none;
    }
    .first-stats {
        display: flex;
    }
}
@media(max-width: 991px) {
    .section-title {
        font-size: 31px;
        margin-bottom: 15px;
    }
    .section-subtitle {
        font-size: 14px;
    }
    .first-title-main {
        font-size: 50px;
    }
    .first-title-back {
        font-size: 120px;
        left: 318px;
    }
    .first-subtitle {
        font-size: 16px;
        margin: -52px 0 0 180px;
    }
    .first-in,
    .deals-in,
    .partner-in,
    .tar-in,
    .serv-in,
    .serv-in,
    .rev-in,
    .rate-in,
    .sert-in,
    .cs-in {
        padding-bottom: 45px;
    }
    .arch-in {
        padding-bottom: 85px;
    }
    .section-top {
        margin-bottom: 35px;
    }
    .about-top {
        margin-bottom: 10px;
    }
    .deals-q {
        margin-bottom: 15px;
        padding-left: 40px;
    }
    .deals-q-text-1 {
        font-size: 20px;
    }
    .tar-tabs-item {
        width: calc(50% - 12px);
    }
    .tar-row {
        margin-top: 30px;
    }
    .serv-items {
        margin: -12px;
    }
    .serv-item {
        padding: 12px;
        width: 100%;
    }
    .serv-item-box {
        padding: 25px 15px;
    }
    .serv-item-down {
        justify-content: center;
    }
    .sert-items,
    .partner-items {
        position: relative;
    }
    .rev-items,
    .partner-items {
        padding: 0;
        margin-bottom: 60px;
    }
    .rev-items .slick-arrow,
    .partner-items .slick-arrow {
        top: auto;
        bottom: -60px;
    }
    .rev-items .slick-prev,
    .partner-items .slick-prev {
        right: calc(50% + 7px);
        left: auto;
    }
    .rev-items .slick-next,
    .partner-items .slick-next {
        left: calc(50% + 7px);
        right: auto;
    }
    .cs-col {
        width: 100%;
    }
    .cs-col-1 {
        margin-bottom: 40px;
    }
    .cs-text {
        margin-bottom: 40px;
    }
    .absolutes {
        background-size: contain;
    }
    .first-absolutes-2 {
        width: 300px;
        height: 250px;
    }
    .about-col {
        width: 100%;
    }
    .about-row {
        flex-direction: column-reverse;
    }
    .about-absolutes-2 {
        display: none;
    }
    .about-photo {
        margin-bottom: -20px;
    }
    .about-photo img {
        max-width: 100%;
        margin: 0 auto;
        border-radius: 30px;
    }
    .head-open {
        display: block;
        margin-right: 25px;
    }
    .head-row {
        align-items: center;
    }
    .maxwidth {
        padding-top: 71px;
    }
    .head {
        position: fixed;
        top: 0!important;
    }
    .head-menu {
        position: absolute;
        width: 100%;
        top: 100%; left: 0;
        background: #072035;
        padding: 0 20px 10px 20px;
        display: none;
    }
    .head-menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .head-menu > li:last-child {
        border-bottom: none;
    }
    .head-menu > li > a {
        display: block;
        height: auto;
        padding: 15px 0;
    }
    .head-menu > li > a:before {
        display: none!important;
    }
    .head-phone {
        padding: 0;
    }
    .rev-items-2 {
        margin-top: 95px;
    }
}
@media(max-width: 767px) {
    .first-in,
    .deals-in,
    .partner-in,
    .tar-in,
    .serv-in,
    .serv-in,
    .rev-in,
    .rate-in,
    .sert-in,
    .cs-in,
    .arch-in {
        padding-bottom: 40px;
    }
    .section-top {
        margin-bottom: 25px;
    }
    .about-top {
        margin-bottom: 10px;
    }
    .deals-stats-item {
        width: calc(100% / 2);
    }
    .deals-stats-item-value {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .section-title {
        font-size: 27px;
        margin-bottom: 12px;
    }
    .section-subtitle {
        font-size: 13px;
    }
    .partner-items .slick-arrow {
        bottom: -45px;
    }
    .rate-items {
        width: 550px;
    }
    .rate-item {
        height: 323px;
    }
    .rate-item-image > img {
        border-radius: 10px;
    }
    .mform {
        padding: 20px 38px;
    }
    .mform-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .modal-close {
        width: 40px;
        height: 40px;
        background-size: contain;
        top: 7px;
        right: 7px;
    }
    .mform-soc {
        zoom: 0.5;
        margin-bottom: 45px;
    }
    .mform-label {
        margin-bottom: 20px;
        width: 100%!important;
    }
    .input-class {
        height: 55px;
        font-size: 16px;
    }
    .mform-error,
    .mthank-text {
        font-size: 20px;
    }
}
@media(max-width: 650px) {
    .fixed {
        padding: 0 28px;
    }
    .head-row {
        height: 52px;
    }
    .head-col-2 {
        display: none;
    }
    .head-col-1 {
        width: 100%;
    }
    .head-open {
        position: absolute;
        top: 12px; left: 38px;
        z-index: 20;
    }
    .head-logo {
        justify-content: center;
        margin: 0;
        width: 100%;
    }
    .first-in {
        padding: 47px 0 36px 0;
    }
    .first-absolutes-1 {
        width: 30px;
        height: 56px;
        top: 87px;
        left: 0px;
    }
    .first-absolutes-2 {
        width: 147px;
        height: 115px;
        top: 127px;
        right: -40px;
    }
    .first-title-main {
        font-size: 36px;
        line-height: 50px;
    }
    .first-title-back {
        top: 45px;
        left: 46px;
        font-size: 96px;
        line-height: 142px;
    }
    .first-subtitle {
        margin: 17px 0 0 0;
        font-size: 16px;
    }
    .deals-q {
        margin-bottom: 47px;
        padding-left: 42px;
    }
    .deals-q-text-1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .deals-q-text-2 {
        font-size: 14px;
    }
    .deals-stats-item {
        width: 100%;
    }
    .deals-stats-item-value {
        font-size: 64px;
        line-height: 94px;
    }
    .deals-stats-item-text {
        font-size: 14px;
    }
    .section-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .section-subtitle {
        font-size: 14px;
    }
    .deals-in {
        padding-bottom: 87px;
    }
    .partner-top {
        margin-bottom: 25px;
    }
    .partner-item img {
        max-width: 65%;
    }
    .partner-item-in {
        height: 80px;
    }
    .tar-top {
        margin-bottom: 32px;
    }
    .tar-tabs-item {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .tar-tabs-item > span {
        font-size: 14px;
    }
    .tar-videos {
        margin-bottom: -30px;
    }
    .tar-video {
        height: 241px;
    }
    .tar-box {
        padding: 53px 22px 40px 47px;
    }
    .tar-box-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 17px;
    }
    .tar-box-list {
        font-size: 12px;
    }
    .tar-box-order {
        justify-content: center;
        margin-left: -25px;
    }
    .tar-box-more {
        text-align: center;
        margin-left: -25px;
    }
    .tar-absolutes-1 {
        display: none;
    }
    .tar-absolutes-2 {
        width: 416px;
        height: 416px;
        top: 174px;
        right: -116px;
    }
    .tar-in {
        padding-bottom: 50px;
    }
    .serv-top {
        position: relative;
        z-index: 3;
    }
    .serv-item-box {
        padding: 14px 18px 28px 18px;
    }
    .serv-item-title {
        padding-bottom: 15px;
        margin-bottom: 17px;
    }
    .serv-item-title > span {
        font-size: 24px;
        line-height: 35px;
    }
    .serv-item-list {
        padding-left: 18px;
    }
    .serv-item-list > li {
        font-size: 14px;
        line-height: 16px;
    }
    .serv-item-down {
        margin-top: 28px;
    }
    .serv-absolutes {
        width: 248px;
        height: 256px;
        top: 85px;
        left: -60px;
    }
    .rev-item-link {
        text-align: center;
    }
    .rate-top {
        margin-bottom: 30px;
    }
    .rate-items {
        width: 100%;
        background: transparent;
    }
    .rate-item {
        height: auto;
    }
    .rate-item-image {
        position: static;
    }
    .rate-item-image img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        border: 10px solid #f2f2f2;
    }
    .rate-absolutes {
        width: 153px;
        height: 172px;
        top: 10px;
        right: -58px;
    }
    .arch-video {
        width: 100%;
        height: 266px;
        margin: 0 auto;
        border: 10px solid #f2f2f2;
        border-radius: 20px;
    }
    .arch-top {
        margin-bottom: 35px;
    }
    .arch-absolutes {
        width: 303px;
        height: 303px;
        top: -24px;
        left: -105px;
    }
    .about-photo img {
        width: 323px;
    }
    .about-top {
        margin-bottom: 11px;
    }
    .about-title {
        margin-bottom: 9px;
    }
    .about-box {
        padding: 23px;
    }
    .about-name {
        font-size: 18px;
    }
    .about-descr {
        font-size: 14px;
    }
    .about-list {
        margin: 18px 0 0 16px;
    }
    .about-list > li {
        font-size: 12px;
    }
    .about-in {
        padding-bottom: 60px;
    }
    .about-absolutes-1 {
        top: 72px;
        left: -155px;
    }
    .cs-title {
        margin-bottom: 11px;
    }
    .cs-box {
        padding: 0;
    }
    .cs-col-1 {
        margin-bottom: 22px;
    }
    .cs-absolutes {
        width: 208px;
        height: 208px;
        top: auto;
        bottom: 60px;
        right: -100px;
    }
    .cs-map {
        height: 295px;
    }
    .cs-in {
        padding-bottom: 65px;
    }
    .footer-rekv {
        font-size: 16px;
    }
    .footer-rekv > span {
        font-size: 18px;
    }
    .footer-text {
        font-size: 10px;
    }
    .footer-menu-2 {
        display: none;
    }
    .footer-menu-1 {
        display: block;
        margin-top: 45px;
    }
    .footer-menu-1 > li {
        margin-bottom: 13px;
    }
    .footer-menu-1 > li:last-child {
        margin-bottom: 0;
    }
    .rev-item-text {
        height: auto;
        margin-bottom: 25px;
    }
    .rev-item-box.item-text {
        height: auto;
    }
    .rev-item {
        padding: 0;
    }
    .about-box {
        border-radius: 30px;
    }
    .maxwidth {
        padding-top: 52px;
    }
    .up {
        width: 40px;
        height: 40px;
    }
    .first-in,
    .deals-in,
    .partner-in,
    .tar-in,
    .serv-in,
    .serv-in,
    .rev-in,
    .rate-in,
    .sert-in,
    .cs-in,
    .arch-in {
        padding-bottom: 85px;
    }
}
@media(max-width: 550px) {
    .deals-q {
        background-size: 2.8%;
    }
}
@media(max-width: 420px) {
    body {
        zoom: 0.9;
    }
    .fixed {
        padding: 0 15px;
    }
    .arch-video {
        width: 100%;
    }
}