.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Gotham Pro';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}

body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}

body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification {
	font-family: 'Gotham Pro';
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #423b2e;
    font-family: 'Gotham Pro';
    height: 100vh;
    background: #fff;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

.adaptive {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

a.zoomphoto {
    display: flex;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

a.zoomphoto i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
}

a.zoomphoto:hover i {
    opacity: 1;
}

section.welcome {
    height: 700px;
    background: #000;
    width: 100%;
}

span.kslide {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    transition: transform 3s ease;
    transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    transform-origin: right center;
}

.swiper-slide-active .kslide {
    transform: scale(1.1); /* ÑÑ„Ñ„ÐµÐºÑ‚ Ð·ÑƒÐ¼Ð° */
}

section.welcome .swiper, section.welcome .swiper .swiper-wrapper, section.welcome .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

section.welcome .adaptive {
    height: 100%;
    display: flex;
    align-items: center;
}

section.welcome .text {
    width: 80%;
    transition-delay: 0.5s;
    opacity: 0;
    transition-duration: 1.8s;
    transition-timing-function: ease;
    transform: scale(0.8);
    color: #fff;
}

section.welcome .swiper-slide-active .text {opacity: 1;transform: scale(1);}

section.welcome .text .title {
    font-size: 72px;
    margin: 0 0 30px;
    transition-delay: 0.5s;
    opacity: 0;
    transition-duration: 1.8s;
    transition-timing-function: ease;
    transform: scale(0.8);
    font-weight: 500;
}

section.welcome .text .desc {
    font-size: 18px;
    line-height: 24px;
    transition-delay: 1s;
    opacity: 0;
    transition-duration: 1.8s;
    transition-timing-function: ease;
    transform: scale(0.8);
}

section.welcome .swiper-slide-active .text .title, section.welcome .swiper-slide-active .text .desc {
    opacity: 1;
    transform: scale(1);
}

main {
    min-height: 200%;
}

section.welcome .swiper {
    height: 700px;
}

section.benefits_au {
    background: #f5f5f5;
    height: auto;
    position: relative;
    z-index: 2;
}

.benefits {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    margin: 0;
    position: relative;
    top: -100px;
    border-radius: 20px;
}

.benBlock {
    width: 33.333%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px;
    border-left: 1px solid rgb(0 0 0 / 5%);
}

.benBlock .icon {
    width: 120px;
    height: 120px;
    background: #fff;
    margin: 0 0 25px;
    border-radius: 100%;
    border: 2px dashed #e2e2e2;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transform: rotateZ(0deg);
}

.benBlock .icon img {
    width: 100%;
}

.benBlock .title {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 500;
    line-height: 22px;
}

.benBlock .desc {
    font-size: 16px;
    line-height: 20px;
}

.benBlock:first-child {
    border: none;
}

.au {
    display: flex;
    padding: 0 0 100px;
}

.au .image, .au .text {
    width: 50%;
}

.au .image img {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

.au .text {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.au .text .title {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 40px;
}

article.article h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px;
}

article.article h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 500;
}

article.article p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px;
}

article.article strong {
    font-weight: 500;
}

article.article li {
    font-size: 16px;
    line-height: 25px;
    list-style-type: square;
}

article.article ul {
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

article.article li::marker {
    color: #7398a0;
}

article.article blockquote {
    background: #fff;
    padding: 15px 20px 1px 20px;
    border-left: 4px solid #022456;
    margin: 0 0 20px;
}

article.article a {
    color: #022456;
}

.au .image {
    padding: 0 70px 0 0;
    box-sizing: border-box;
}

.benBlock:hover .icon {
    border: 2px dashed #022456;
    transform: rotateZ(45deg);
}

section.pricelist {
    padding: 100px 0;
}

section.pricelist .title, section.images .title, section.steps .title {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 50px;
}

section.pricelist .table {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
}

section.pricelist .table table {
    width: 100%;
}

section.pricelist .table table tr *:nth-child(2) {
    width: 200px;
}

section.pricelist .table table tr * {
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 22px;
}

section.pricelist .table table tr {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

section.pricelist .table table tr:nth-child(1) {
    border: none;
    background: #022456;
    color: #fff;
    text-transform: uppercase;
}

section.pricelist .table table tr:last-child {
    border: none;
}

section.contacts {
    height: 400px;
    position: relative;
    background: #f5f5f5;
}

section.contacts .entermap {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
}

section.contacts .left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

section.contacts .adaptive {
    height: 100%;
}

section.contacts .left .title {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 30px;
    font-weight: 500;
}

section.contacts .left .tels {
    padding: 0 0 25px;
    font-family: 'Roboto';
}

section.contacts .left .tels a {
    text-decoration: none;
    color: inherit;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

section.contacts .left .address {
    display: flex;
    flex-direction: column;
}

section.contacts .left .address p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

section.contacts .left .address p:last-child {
    margin: 0;
}

section.contacts .left i {
    margin: 0 15px 0 0;
    font-size: 30px;
}

footer {
    background: #022456;
    height: 60px;
}

footer .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

footer .adaptive .copyright {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}

header {
    position: absolute;
    z-index: 2;
    height: 100px;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 20%);
}

.logotype a img {
    height: 100%;
    margin: 0 20px 0 0;
}

header .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .logotype {
    height: 100%;
}

header .logotype a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    text-decoration: none;
}

header .logotype a span {
    color: #fff;
    font-size: 30px;
}

header .tels {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
}

header .tels a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
}

header .tels a i {
    margin: 0 10px 0 0;
    font-size: 26px;
}

header .tels a {
    font-size: 24px;
}

section.carousel.images {
    padding: 0 0 80px;
    width: 100%;
    overflow: hidden;
}

section.carousel.images .owl-carousel {
    overflow: visible;
}

section.carousel.images .owl-carousel .owl-stage-outer {
    overflow: visible;
}

section.carousel.images .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: flex;
    justify-content: space-between;
    height: 0;
}

section.carousel.images .owl-nav button {
    background: rgb(0 0 0 / 70%);
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

section.carousel.images:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.fix_bottom {
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 90;
}

.fix_bottom a img {
    width: 100%;
}

.fix_bottom a {
    width: 60px;
    display: flex;
}

.fix_bottom a {
    margin: 20px 0 0;
}

/* Steps */

.steps {
    position: relative;
    padding: 80px 0 0;
    max-width: 1200px;
    margin: 0 auto;
}

.steps .line {
    left: 50%;
    position: absolute;
    height: auto;
    width: 2px;
    background: #ecf8f8;
    margin: 0 0 0 -1px;
    top: 50px;
    bottom: 0;
    box-sizing: border-box;
}

.stepBlock {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row-reverse;
    position: relative;
    padding: 0 0 20px;
}

.stepBlock .number {
    width: 60px;
    height: 60px;
    background: #022456;
    min-width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    right: -30px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.stepBlock:nth-child(even) {
    flex-direction: row;
    left: 50%;
}

.stepBlock .text {
    text-align: right;
    background: #ffffff;
    padding: 0px 0px 0;
    border-radius: 10px;
    /* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%); */
    /* border: 1px solid #ecf8f8; */
    box-sizing: border-box;
    background: #fff;
}

.stepBlock:nth-child(even) .text {
    text-align: left;
}

.stepBlock:nth-child(even) .number {
    right: auto;
    left: -30px;
}

.stepBlock:last-child {
    background: #ffffff;
    box-shadow: 0px 5px 0px 5px #ffffff;
}

.steps .cont {
    position: relative;
}

header .tels a span strong {
    color: #6bff83;
    font-weight: bold;
}