* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    min-height: calc(100 * var(--vh, 1vh));
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
    transition: opacity .2s ease;
    text-decoration: none;
    color: inherit;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

input[type=email],
input[type=text],
textarea {
    box-shadow: none;
    border-radius: 0;
}

input[type=email]::-ms-clear,
input[type=text]::-ms-clear,
textarea::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none;
}

details,
menu {
    display: block;
}

[hidden],
template {
    display: none;
}

@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-Regular.woff) format('woff2'), url(/fonts/Montserrat-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-Medium.woff) format('woff2'), url(/fonts/Montserrat-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-SemiBold.woff) format('woff2'), url(/fonts/Montserrat-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-Bold.woff2) format('woff2'), url(/fonts/Montserrat-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-Black.woff2) format('woff2'), url(/fonts/Montserrat-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
}

:focus {
    outline: none;
}

@-moz-document url-prefix() {
    body {
        overflow: hidden;
    }
}

body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 1;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}

.container {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.background-image-wrapper,
.image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.image-wrapper,
.image-wrapper img {
    max-width: 100%;
    flex-shrink: 0;
}

@media (max-width:479px) {
    .image-wrapper {
        flex-shrink: 0;
    }
}


.background-image-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    background: #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 0;
}

.background-image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.background-image-wrapper.background-size-cover img {
    height: 100%;
    max-height: 100%
}

.icon {
    display: inline-block;
    position: relative;
}

.icon:after,
.icon:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.visible-xs {
    display: none !important;
}

@media (max-width:479px) {
    .visible-xs {
        display: block !important;
    }
}

.hidden-xs {
    display: block !important;
}

@media (max-width:479px) {
    .hidden-xs {
        display: none !important;
    }
}

.form .submit-wrapper .file-input-wrapper label+label,
.grecaptcha-badge {
    display: none;
}

@media (min-width:1200px) {
    a:hover {
        opacity: .8;
    }
}

.btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .2s ease;
    background: #000;
    color: #fff;
    padding: 20px 25px;
    border: none;
    font-weight: 700;
}

@media (min-width:1200px) {
    .btn:hover {
        opacity: .8;
    }
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Montserrat';
    line-height: 1;
}

input[type=text],
textarea {
    width: 100%;
    padding: 0;
    border: none;
    letter-spacing: .06em;
    font-weight: 700;
}

.header {
    transition: all .5s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 10;
}

@media (max-width:767px) {
    .header {
        height: 75px;
    }
}

.header-top {
    display: flex;
    justify-content: space-between;
}

.header-links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.burger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.burger::after,
.burger::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #1A78B3;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.burger::after {
    transform: translate(-50%, -8px);
}

.burger::before {
    transform: translate(-50%, 4px);
}


.burger.open::after {
    transform: translate(-50%, -50%) rotate(45deg);
}


.burger.open::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width:1199px) {
    .burger {
        display: block;
    }
}

.header.case-overlay-active {
    height: 100px;
    color: inherit;
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(200, 200, 200, .5);
    z-index: 13;
}

@media (max-width:767px) {
    .header.case-overlay-active {
        height: 50px;
    }
}

.header.white-substrate {
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(200, 200, 200, .5);
}

.header .container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction:column;
    justify-content: center;
    height: 100%;
}

.header .logo {
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    align-items: center;
}

.header .logo.active {
    pointer-events: auto;
    cursor: pointer;
}

.header .logo img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
}

@media (max-width:767px) {
    .header .logo img {
        width: 40px;
        height: 40px;
    }
}

.header .logo .description,
.header .tagline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .logo-description {
    padding-left :20px;
}

.header .logo .title {
    font-size: 19px;
    font-weight: 900;
    color: #1A78B3;
    flex-shrink: 0;
}

.header .logo-text {
    font-size: 12px;
    line-height: 14px;
    color: #1A78B3;
    margin-top: 10px;
    width: 260px;
}

.header .tagline {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 18px;
}
@media (max-width:500px) {
    .header .logo-text {
         width: 150px;
    }
}
@media (max-width:479px) {
    .header .tagline {
        display: none;
    }
}

.header-top .btn {
    border-radius: 20px;
    height: 40px;
}

.link {
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.link span {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}


.link svg {
    width: 24px;
    height: 24px;
}

.link:hover,
.link:focus {
    color: #1A78B3;
}


@media (max-width:1199px) {
    
    .header .container {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .header-links {
        display: none;
    }
}

.footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
}

.block-10.active .footer {
    display: block;
}

@media (max-width:1399px) {
    .footer {
        height: 60px;
    }
}

@media (max-width:767px) {
    .footer {
        background: #fff;
        box-shadow: 0 0 1px 1px rgba(200, 200, 200, .5);
    }
}

.footer .contacts,
.footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer .container {
    height: 100%
}

.footer .contacts {
    transition: color .5s ease;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    line-height: 16px;
    color: #9b9b9b;
}

@media (max-width:479px) {
    .footer .contacts {
        padding: 10px 0;
    }
}

.footer .contacts a,
.footer .show-contacts {
    text-decoration: underline;
}

.footer .show-contacts {
    display: none;
}

@media (max-width:479px) {
    .footer .show-contacts {
        display: block;
    }
}
 
.footer.show-contacts-active {
    height: auto;
    z-index: 11;
}

.footer.show-contacts-active .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:479px) {
    .footer.show-contacts-active .contacts {
        display: block;
        width: 100%
    }
}

.form,
.form .form-element-wrapper {
    position: relative;
}

.form:after {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
}

.form.show-error:after,
.form.show-success:after {
    content: attr(data-success-msg);
    opacity: 1;
    visibility: visible;
}

.form.show-error:after {
    content: attr(data-error-msg);
    color: red;
}

.form .form-element-wrapper+.form-element-wrapper {
    margin-top: 40px;
}

.form .form-element-wrapper.input-text {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 10px;
}

.form .form-element-wrapper.input-text textarea {
    min-height: 100px;
}

.form .form-element-wrapper.input-text label {
    transition: all .2s ease;
    position: absolute;
    top: 8px;
    left: 10px;
    max-width: 100%;
    color: #9b9b9b;
    padding: 5px;
    letter-spacing: .06em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: top 0.3s ease;
    background-color: #fff;
}

.form .form-element-wrapper.input-text  input:focus ~ label,
.form .form-element-wrapper.input-text  input:not(:placeholder-shown) ~ label,
.form .form-element-wrapper.input-text  textarea:focus ~ label,
.form .form-element-wrapper.input-text  textarea:not(:placeholder-shown) ~ label {
  top: -15px;
}


.input-checkbox {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.input-checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
 }
 
 .input-checkbox label {
     display: flex;
    position: relative;
    cursor: pointer;
 }

.input-checkbox-text {
    font-size: 12px;
    line-height: 130%;
    transition: opacity 0.3s ease;
}

.input-checkbox a {
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.input-checkbox a:hover {
    opacity: 0.6;
}

.input-checkbox-icon {
    margin-right: 8px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #979797;
    color: transparent;
    flex-shrink: 0;
}

.input-checkbox-icon svg {
    width: 10px;
    height: 10px;
}

.input-checkbox input:checked + .input-checkbox-icon {
    color: #000;
}

.form .submit-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.form .submit-wrapper .btn {
    margin-left: 10px;
}

.main-pagination {
    transition: all .5s ease;
}

.main-pagination.swiper-pagination-vertical.swiper-pagination-bullets {
    transition: color .5s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: calc(50% + 600px);
    padding: 10px 0;
    color: rgba(0, 0, 0, .5);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    right: auto;
}
.main-pagination.swiper-pagination-vertical.swiper-pagination-bullets.hidden {
    display: none;
}

.main-pagination .item {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.main-pagination .dot {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}

.main-pagination .item:first-child,
.main-pagination .item:last-child {
    display: none;
}

@media (max-width:1279px) {
    .main-pagination.swiper-pagination-vertical.swiper-pagination-bullets {
        display: none;
    }
}


@keyframes drop {
  to {
      transform: translateY(85px);
  }
}

@keyframes up {
  to {
      transform: translateY(-85px);
  }
}

.main-pagination .dot:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(26, 120, 179, .3);
  transition: background-color 0.3s ease;
}

.main-pagination .dot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 120, 179, .2);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.main-pagination .item.active {
    z-index: -1;
}

.main-pagination .item.active .dot:after {
      animation: drop 0.5s ease;
      animation-fill-mode: forwards;
        background-color: rgba(26, 120, 179, 1);
}

.main-pagination .item.active .dot:before {
      animation: drop 0.5s ease;
      animation-fill-mode: forwards;
      animation-delay: 0.05s;
      background-color: rgba(26, 120, 179, .4);
}


.main-pagination .item.active {
    padding: 0 0 200px;
}

.main-pagination.up .dot {
    top: auto;
    bottom: 10px;
}

.main-pagination.up .item.active .dot:after {
    animation: up 0.5s ease;
    animation-fill-mode: forwards;
}

.main-pagination.up .item.active .dot:before {
    animation: up 0.5s ease;
    animation-fill-mode: forwards;
    animation-delay: 0.05s;
}

.main-pagination.up .item.active {
    padding: 200px 0 0;
}

@media (max-width:1199px) {
    .main-pagination {
        display: none;
    }
}

.main-navigation {
    transition: all .5s ease;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    margin-left: 20px;
}

.main-navigation .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.main-navigation .items .item {
    font-size: 12px;
    margin: 0 15px;
    padding: 20px 0;
    border-bottom: 2px solid transparent;
    text-align: center;
}

.main-navigation .items .item.active {
    border-color: inherit;
    font-weight: 700;
}

.main-navigation .items .item:hover {
    border-color: inherit;
}


@media (max-width:1399px) {
    .main-navigation {
        bottom: 60px;
    }
}

@media (max-width:1199px) {
    .main-navigation {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        padding: 30px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        margin-left: 0;
    }
    
    .main-navigation.active {
        opacity: 1;
        visibility: visible;
    }
    
    .main-navigation .items {
        flex-direction: column;
        justify-content: center;
        height: 100%;
        overflow: auto;
    }
    
    .main-navigation .items .item {
        font-size: 30px;
        text-align: center;
    }
}

@media (max-width:767px) {
    .main-navigation .items .item {
        font-size: 20px;
    }
}

.to-top {
    width: 50px;
    height: 50px;
    transition: all .5s ease;
    display: block;
    position: fixed;
    bottom: 60px;
    right: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

@media (min-width:1200px) {
    .to-top {
        bottom: 20px;
        right: 20px;
    }
}

.to-top:after {
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    top: calc(50% + 5px);
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

 .to-top {
    opacity: 1;
    visibility: visible;
}

.main-page .images {
    display: block;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-page .images {
    width: 550px;
    height: 550px;
    position: fixed;
    left: calc(50% + 300px);
    transition-property: opacity, visibility;
    transition-duration: 1.2s;
    transition-timing-function: ease;
    z-index: -1;
}

.main-page .images {
    opacity: 0;
    visibility: hidden;
        transition-property: opacity, visibility;
    transition-duration: 1.2s;
    transition-timing-function: ease;
}

.main-page .images.active {
    opacity: 1;
    visibility: visible;
}

.main-page .images:after {
    width: 100%;
    height: 100%;
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .75);
}

@media (max-width:1023px) {
    .main-page .images {
        left: 50%
    }

    .main-page .images::after {
        display: block;
    }
}

@media (max-width:1199px) {
    .main-page .images {
        width: 660px;
        height: 550px;
        display: block;
    }
}

.main-page .images {
    animation: myAnimation 6s linear infinite;
}

@keyframes myAnimation {
    0% {
        transform: translate(-50%, -50%) translateY(0);
    }
    25% {
        transform: translate(-50%, -50%) translateY(-10px);
    }
    50% {
        transform: translate(-50%, -50%) translateY(0);
    }
    75% {
        transform: translate(-50%, -50%) translateY(10px);
    }
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }
}

.main-page .images>* {
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-page .block {
    padding: 150px 0 0;
}



@media (max-width:1199px) {
    .main-page .block {
        padding: 125px 0 0;
    }
}

@media (max-width:767px) {
    .main-page .block {
        padding: 80px 0 0;
    }
}

.main-page .block .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%
}

@media (max-width:767px) {
    .main-page .block .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main-page .block .container .content-wrapper {
    width: 500px;
}

@media (max-width:1023px) {
    .main-page .block .container .content-wrapper {
        width: calc(100% - 300px);
    }
}

@media (max-width:767px) {
    .main-page .block .container .content-wrapper {
        width: calc(100% - 200px);
        width: 100%
    }
}

.main-page .block .container .content-wrapper.square {
    height: 500px;
}

@media (max-width:1399px) {
    .main-page .block .container .content-wrapper.square {
        height: 300px;
    }
}

@media (max-width:1023px) {
    .main-page .block .container .content-wrapper.square {
        height: auto;
    }
}

@media (max-width:767px) {
    .main-page .block .container .content-wrapper.square {
        position: relative;
        margin-top: -80px;
    }
}

.main-page .block .heading {
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 65px;
    font-weight: 900;
}

@media (min-width:1200px) {
    .main-page .block .heading {
        transition: all .5s ease;
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }
    
    .main-page .block-1 .heading {
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width:1023px) {
    .main-page .block .heading {
        font-size: 60px;
        line-height: 65px;
    }
    .main-page .block-1 .heading{
         min-height: 140px;
    }
}

@media (max-width:1150px) {
    .main-page .block-1 .heading{
         min-height: 208px;
    }
    
}

@media (max-width:767px) {
    .main-page .block .heading {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 36px;
        min-height: 0;
    }
}

.main-page .block .description {
    font-size: 18px;
    line-height: 24px;
    color: #2f2f2f;
    font-weight: 500;
}

@media (min-width:1200px) {
    .main-page .block .description {
        transition: all .5s ease;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width:1023px) {
    .main-page .block .description {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:767px) {
    .main-page .block .description {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width:1200px) {

    .main-page .block.active .description,
    .main-page .block.active .heading {
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

.main-page .block-1 .container .content-wrapper {
    width: 100%;
    margin-bottom: 0;
}

.main-page .block-1 .heading {
    margin-bottom: 65px;
    font-size: 55px;
    line-height: 70px;
    min-height:  140px;
}


@media (max-width:800px) {
    .main-page .block-1 .heading {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 40px;
        min-height: 108px;
    }
}

@media (max-width:479px) {
    .main-page .block-1 .heading {
        font-size: 20px;
        line-height: 36px;
        min-height: 150px;
    }
}

.main-page .block-1 .features,
.main-page .block-1 .features .feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-page .block-1 .features {
    margin: 0 -20px;
}

@media (min-width:1200px) {
    .main-page .block-1 .features {
        transition: all .5s ease;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width:1199px) {
    .main-page .block-1 .features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main-page .block-1 .features .feature {
    width: 33.33333333%;
    padding: 0 20px;
}

@media (max-width:767px) {
    .main-page .block-1 .features .feature {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main-page .block-1 .features .feature .title {
    font-size: 60px;
    font-weight: 900;
}

@media (max-width:1023px) {
    .main-page .block-1 .features .feature .title {
        font-size: 40px;
    }
}

@media (max-width:767px) {
    .main-page .block-1 .features .feature .title {
        font-size: 18px;
        line-height: 24px;
        width: 100%
    }
}

.main-page .block-1 .features .feature .subtitle {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width:1023px) {
    .main-page .block-1 .features .feature .subtitle {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .main-page .block-1 .features .feature .subtitle {
        margin-left: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .main-page .block-1 .features .feature+.feature {
        margin-top: 20px;
    }
}

@media (min-width:1200px) {
    .main-page .block-1.active .features {
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}



.main-page .block-9 .heading {
    min-height: auto;
}

@media (max-width:767px) {
    .main-page .block-9 {
        height: auto;
    }
    
    .main-page .block-9 .heading {
        margin-bottom: 5px;
    }
}

.main-page .block-9 .container .content-wrapper {
    width: 100%;
    margin-bottom: 0;
}

.main-page .block-9 .cases {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px -20px 0;
}

@media (max-width:1399px) {
    .main-page .block-9 .cases {
        margin: 0 -10px;
    }
}

@media (max-width:767px) {
    .main-page .block-9 .cases {
        margin: 20px 0 0;
        flex: 1;
    }
    
    .main-page .block-9 .content-wrapper {
        display: flex;
        flex-direction: column;
        flex: 1;
        height: 100%;
    }
}

.main-page .block-9 .cases .case {
    position: relative;
    width: calc(100%/3 - 40px);
    height: 146px;
    margin: 0 20px 20px;
    padding: 30px;
    border-bottom: 1px solid rgba(151, 151, 151, .5);
}

@media (max-width:1399px) {
    .main-page .block-9 .cases .case {
        width: calc(100%/3 - 20px);
        height: 126px;
        margin: 0 10px 10px;
        padding: 20px;
    }
}

@media (max-width:1023px) {
    .main-page .block-9 .cases .case {
        width: calc(50% - 20px);
    }
}

@media (max-width:767px) {
    .main-page .block-9 .cases .case {
        width: 100%;
        height: auto;
        margin: 0 0 15px;
        padding: 0;
    }
}


@media (max-width:374px) {
    .main-page .block-9 .cases .case:last-child {
        display: none;
    }
}

.main-page .block-9 .cases .case .cover {
    transition: all .2s ease;
    height: calc(100% + 30px);
    opacity: 0;
    visibility: hidden;
}

@media (max-width:1399px) {
    .main-page .block-9 .cases .case .cover {
        height: calc(100% + 20px);
        top: calc(50% - 20px);
    }
}

.main-page .block-9 .cases .case .cover:after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .70);
}

.main-page .block-9 .cases .case .title-wrapper {
    display: -ms-flexbox;
    display: flex;
}

.main-page .block-9 .cases .case .title-wrapper .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:767px) {
    .main-page .block-9 .cases .case .title-wrapper .title {
        font-size: 20px;
    }
}

.main-page .block-9 .cases .case .title-wrapper .title.thin {
    max-width: calc(100% - 45px);
}

.main-page .block-9 .cases .case .subtitle {
    max-height: 40px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    overflow: hidden;
}

@media (max-width:767px) {
    .main-page .block-9 .cases .case .subtitle {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }
}

@media (min-width:1200px) {
    .main-page .block-9 .cases .case:hover {
        color: #fff;
        opacity: 1;
    }

    .main-page .block-9 .cases .case:hover:after {
        opacity: 0;
        visibility: hidden;
    }

    .main-page .block-9 .cases .case:hover .cover {
        opacity: 1;
        visibility: visible;
    }
}

.main-page .block-9 .cases .case:hover .subtitle,
.main-page .block-9 .cases .case:hover .title-wrapper {
    position: relative;
    z-index: 1;
}

@media (min-width:1200px) {
    .main-page .block-9 .cases .case:hover .subtitle {
        color: #fff;
    }
}

@media (max-width:767px) {
    .main-page .block-10 {
        height: auto;
        padding-bottom: 125px;
    }
}

.main-page .block-10 .container .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .main-page .block-10 .container .content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main-page .block-10 .container .info {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 30px;
}

@media (max-width:767px) {
    .main-page .block-10 .container .info {
        width: 100%
    }
}

.main-page .block-10 .container .form-wrapper {
    width: 500px;
    padding: 0 60px;
    flex-shrink: 0;
}

.main-page .block-10 .container .form-wrapper form {
    padding: 20px 0;
}

@media (min-width:1200px) {
    .main-page .block-10 .container .form-wrapper {
        transition: all .5s ease;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width:1023px) {
    .main-page .block-10 .container .form-wrapper {
        width: 400px;
        padding: 0 30px;
    }
}

@media (max-width:767px) {
    
    .main-page .block-10 .container .form-wrapper {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
    
    .main-page .block-10 .container .form-wrapper  form {
        padding: 0;
    }
    
    .form .form-element-wrapper+.form-element-wrapper {
        margin-top: 15px;
    }
    
    .form .submit-wrapper {
        margin-top: 10px;
        justify-content: center;
    }
    
    .form .submit-wrapper .btn {
        margin-left: 0;
    }
    
    .form .form-element-wrapper.input-text textarea {
        min-height: 70px;
    }
}

@media (max-width:374px) {
    .main-page .block-10 .heading {
        font-size: 20px;
    }
    
}

@media (min-width:1200px) {
    .main-page .block-10.active .form-wrapper {
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        visibility: visible;
    }
}


.caret {
   animation: caret 1s steps(1) infinite;
   border-right: 0.08em solid #000;
   padding-right: 1px;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.hidden {
    display: none;
}

.mouse {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.block-1.active .mouse {
    opacity: 1;
    visibility: visible;
}

@media (max-width:860px) {
    .mouse {
        bottom: 30px;
    }
    .mouse__image {
        display: none;
    }
}

.mouse span {
    animation: down 1.2s linear infinite;
}

.mouse span:nth-child(2) {
    animation-delay: 0.4s;
}

.mouse span:nth-child(3) {
    animation-delay: 0.8s;
}

@keyframes down {
  50% {
    color: transparent;
  }
}

.swiper {
    height: 100vh;
    height: calc(100 * var(--vh, 1vh));
}

.success {
    display: none;
}

.success-content {
    display: flex;
    align-items: center;
    max-width: 800px;
}

.success-image {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    flex-shrink: 0;
}

.success-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success-text {
    font-size: 24px;
}

@media (max-width:767px) {
    .success-content {
        flex-direction: column;
    }
    
    .success-image {
        margin: 0 0 20px;
    }
}

.accept {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 500px;
  width: calc(100% - 40px);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 120;
}

.accept.active {
  opacity: 1;
  visibility: visible;
}

.accept__wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.accept__title {
    font-size: 24px;
    margin: 0;
}

.accept svg {
    flex-shrink: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.accept__btn {
  margin-left: auto;
}

@media (max-width:767px) {
    .accept__title {
        font-size: 20px;
    }
    
    .accept__btn {
      height: 30px;
    }
}
