body {
    font-family: 'Rubik';

    overflow-x: hidden;

    margin: 0;
    padding: 0;

    background: white;

}



ul {
    margin: 0;
    padding: 0;

    list-style-type: none;

}

.preloader {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-transition: .5s;
    transition: .5s;

    background: #00bff3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader span {
    font-size: 5rem;
}

.preloader.none {
    z-index: -1;

    opacity: 0;
}

section {
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100vh;
    margin: 0 auto;

    background-color: white;
}

.main-container {
    position: absolute;
    z-index: 2;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    padding: 40px 60px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: .25s;
    transition: .25s;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fp-tableCell {
    display: inline-block;
}

.mage-title {
    font-size: 307px;
    font-weight: 700;
    visibility: hidden;
    position: absolute;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 94%;

    -webkit-transition: .25s;
    transition: .25s;
    text-transform: uppercase;

    color: white;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mage-title.none {
    z-index: -1;

    opacity: 0;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    min-height: 100vh;
}

.index {
    position: relative;
}

.blue {
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #33ccf5;
    
}

.blue:before {
    
}

.main-container {
    position: absolute;
    z-index: 3;
    width: 100%;
}

.fixed-container {
    position: fixed;
    z-index: 3;
}

.arrow-bottom {
    width: 58px;
    height: 58px;
}

.icon-arrow-down-2 {
    display: block;
    height: 58px;
    width: 58px;
    text-align: center;
    line-height: 54px;
    vertical-align: middle;
    position: relative;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;

}

.icon-arrow-down-2 svg {
    height: auto;
    width: 100%;
}

.icon-arrow-down-2 .cls-2 {
    fill: #00bff3;
}


.fp-viewing-about .logo .icon-logo-mage:before,
.fp-viewing-slider .logo .icon-logo-mage:before,
.fp-viewing-contact .logo .icon-logo-mage:before {
    color: #00bff3;
}

.fp-viewing-about .icon-arrow-down-2 {
    border: 2px solid #00bff3;
}

span.path1:before {
    z-index: 2;

    -webkit-transition: .25s;
    transition: .25s;
}

span.path2:before {
    -webkit-transition: .25s;
    transition: .25s;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.fp-viewing-contact .icon-arrow-down-2 {
    -webkit-transition: .25s;
    transition: .25s;
}

.arrow-bottom:hover .icon-arrow-down-2 {
    background-color: #00bff3;
    border: 2px solid #00bff3;
}

.arrow-bottom:hover .icon-arrow-down-2 .cls-2 {
    fill: white;
}

.fp-viewing-about .hamburger .line,
.fp-viewing-contact .hamburger .line {
    background-color: #00bff3;
}

.fp-viewing-slider .icon-arrow-down-2 span.path2:before,
.fp-viewing-contact .icon-arrow-down-2 span.path2:before {
    color: #00bff3;
    background-color: white;
}

.fp-viewing-slider .icon-arrow-down-2 .path1:before,
.fp-viewing-contact .icon-arrow-down-2 .path1:before {
    color: transparent;
}

.fp-viewing-contact .icon-arrow-down-2 {
    /* display: block; */

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.logo {
    font-size: 3rem;

    position: fixed;
    z-index: 5;
    top: 54px;
    left: 60px;

    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none;

    opacity: 0;
}

.arrow-bottom {
    font-size: 3.9rem;

    position: fixed;
    z-index: 1;
    right: 60px;
    bottom: 54px;

    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;

    opacity: 0;
}

.hamburger {
    position: fixed;
    z-index: 5;
    top: 54px;
    right: 63px;

    -webkit-transition: .25s;
    transition: .25s;

    opacity: 0;
}

.hamburger .line {
    display: block;

    width: 35px;
    height: 3px;
    margin: 6px auto;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    background-color: white;
}

.fixed-container.active-menu .icon-logo-mage:before,
.fixed-container.brief-active.icon-logo-mage:before,
.fixed-container.brief-active .icon-logo-mage:before,
.fixed-container.brief-active.icon-logo-mage:before,
.fixed-container.brief-active__two.icon-logo-mage:before {
    color: #00bff3;
}

.fixed-container.active-menu .hamburger .line,
.fixed-container.brief-active .hamburger .line,
.fixed-container.brief-active__two .hamburger .line {
    background-color: #00bff3;
}

.fixed-container.active-menu .hamburger .line:nth-child(2),
.fixed-container.brief-active .hamburger .line:nth-child(2),
.fixed-container.brief-active__two .hamburger .line:nth-child(2) {
    opacity: 0 !important;
}

.fixed-container.active-menu .hamburger .line:nth-child(1),
.fixed-container.brief-active .hamburger .line:nth-child(1),
.fixed-container.brief-active__two .hamburger .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

.fixed-container.active-menu .hamburger .line:nth-child(3),
.fixed-container.brief-active .hamburger .line:nth-child(3),
.fixed-container.brief-active__two .hamburger .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.hamburger:hover {
    cursor: pointer;
}

.arrow-bottom span {
    -webkit-transition: .25s;
    transition: .25s;
}

.arrow-bottom:hover .path1 {
    color: #2196f3;
}

.mage-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    
}


@-webkit-keyframes opacitinone {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.opacitinone {
    -webkit-animation-name: opacitinone;
    animation-name: opacitinone;
}


.mage-description {
    font-family: 'GothamPro';
    font-size: 48px;
    font-weight: 500;
    line-height: 80px;

    margin: 12px 0 62px;
    visibility: hidden;
    opacity: 0;
    color: white;
}

.mage-name {
    font-size: 100px;
    font-weight: 500;

    margin-top: -90px;
    visibility: hidden;
    opacity: 0;
    color: white;
}

.mage-btn,
.mage-btn__bottom {
    font-family: 'GothamPro';
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 258px;
    height: 81px;
    padding: 38px;

    cursor: pointer;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    color: white;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #004784;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mage-btn:hover,
.mage-btn__bottom:hover {
    background-color: #0059a5;
}

.about-container {
    position: relative;
    z-index: 2;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    padding: 0 120px 0 60px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-container__left {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

.about-container__right {
    padding: 1% 0 0 8.5%;

    -webkit-flex-basis: 67%;
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

@media (max-width: 768px) {
    .about-container__right {
        flex-basis: 67%;
    }
    
}

.about-title {
    font-family: 'GothamPro';
    font-size: 52px;
    font-weight: 500;
    line-height: 72px;

    opacity: 0;
    color: #14bdef;
}

.directions-items {
    font-family: 'GothamPro';
    font-size: 22px;
    font-weight: 500;
    line-height: 48px;

    margin: 75px 0 56px;

    opacity: 0;
    color: #0080c5;
}

.projact-title {
    display: none;
}

.why-container {
    font-family: 'GothamPro';
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;

    width: 87%;

    opacity: 0;
    color: #0080c5;
}

.why-container__big {
    font-weight: 500;

    color: #0080c5;
}

.icon-arrow-down-2 .path1:before {
    -webkit-transition: .25s;
    transition: .25s;

    color: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
}

.arrow-bottom:hover .icon-arrow-down-2 .path1:before {
    color: #14bdef;
    background-color: #14bdef;
}

.icon-arrow-down-2 .path2:before {
    color: #14bdef;
}

.shape-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: -34px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shape-item {
    width: 26%;
    height: 2px;

    opacity: .2;
    border: 1px solid #c7dbe3;
}

.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: -67px;
}

.about-container__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-container__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 82%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-column:nth-child(2) {
    margin-left: -6%;
}

.about-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    opacity: 0;
}

.about-column {
    font-family: 'GothamPro';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    flex-direction: column;

    color: #14bdef;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.about-item__big {
    font-size: 38px;

    margin-bottom: 18px;
}

.about-container__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.about-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 25.5%;
    -ms-flex-preferred-size: 25.5%;
    flex-basis: 25.5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.about-row:nth-child(1),
.about-row:nth-child(4) {
    -webkit-flex-basis: 36.7%;
    -ms-flex-preferred-size: 36.7%;
    flex-basis: 36.7%;
}

.about-row:nth-child(2),
.about-row:nth-child(5) {
    -webkit-flex-basis: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
}

.about-row:nth-child(2) .about-item__icon {
    font-size: 3rem;
}

.about-row:nth-child(4) .about-item__icon {
    font-size: 4.5rem;
}

.about-item__icon {
    font-size: 4rem;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 70px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-item__title {
    font-family: 'GothamPro';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    margin-left: 20px;

    color: #14bdef;
}

.mb-100 {
    margin-bottom: 100px;
}

.blue-text {
    color: #14bdef;
}

.slider-item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slider-item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    margin-top: -50px;
    padding: 100px 60px;

    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-item__pic {
    opacity: 0;

    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.slider-item__img {
    width: 100%;
}

.slider-item__title {
    font-family: 'GothamPro';
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;

    opacity: 0;
    color: #0580c3;
}

.slider-item__icon {
    font-size: 3.9rem;

    margin: 40px 0;

    opacity: 0;
}

.slider-item__blue {
    font-family: 'GothamPro';
    font-size: 22px;
    font-weight: 400;
    line-height: 19px;

    margin-bottom: 40px;

    opacity: 0;
    color: #18bcee;
}

.slider-item {
    height: 100vh !important;
    flex-direction: row-reverse;
}

.slider-item__description {
    font-family: 'GothamPro';
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;

    width: 64%;

    opacity: 0;
    color: #003358;
}

.icon-arrow-left {
    font-size: 3rem;

    position: absolute;
    z-index: 2;
    bottom: 54px;
    left: 60px;

    cursor: pointer;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon-arrow-left .path2:before,
.icon-arrow-left .path1:before {
    -webkit-transition: .25s;
    transition: .25s;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon-arrow-left .path1:before {
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon-arrow-left:hover .path2:before {
    color: #00bff3;
}

.icon-arrow-left:hover .path1:before {
    color: white;
    border: 2px solid #00bff3;
}

.icon-arrow-right {
    font-size: 3rem;

    position: absolute;
    z-index: 2;
    bottom: 54px;
    left: 111px;

    cursor: pointer;
}

.slider-count {
    font-family: 'GothamPro';
    font-size: 14px;
    font-weight: 500;

    position: absolute;
    bottom: 66px;
    left: 179px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #00bff3;
}

.slider-count__number {
    margin: 0 10px;

    letter-spacing: 1px;

    color: #0580c3;
}

.slider-container {
    height: 100vh !important;
}

.del {
    margin: 0 2px;
}

.number-slider,
.slider-count__number {
    letter-spacing: 3px;
}

.icon-arrow-right .path2:before,
.icon-arrow-right .path1:before {
    -webkit-transition: .25s;
    transition: .25s;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon-arrow-right .path1:before {
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon-arrow-right:hover .path2:before {
    color: #00bff3;
}

.icon-arrow-right:hover .path1:before {
    color: white;
    border: 2px solid #00bff3;
}

.contact-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}

.contact-container__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 0 60px;

    -webkit-flex-basis: 33.6%;
    -ms-flex-preferred-size: 33.6%;
    flex-basis: 33.6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-container {
    font-family: 'GothamPro';
}

.contact-container__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 160px 47px;

    background-color: #00bff3;

    -webkit-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-container__right {
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
}

.contact-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 72px;

    margin-top: 0;
    margin-bottom: 45px;

    opacity: 0;
    color: #14bdef;
}

.contact-container__left a {
    font-size: 22px;
    font-weight: 500;
    line-height: 44px;

    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none;

    color: #0080c5;
}

.contact-container__left a:hover {
    color: #14bdef;
}

.contact-street {
    font-size: 22px;
    font-weight: 500;
    line-height: 44px;

    margin: 2px 0 40px;

    opacity: 0;
    color: #0080c5;
}

.mage-btn__bottom {
    margin: 50px 0 30px;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-center__small,
.flex-center__small-two {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;

    padding-left: 10px;

    cursor: pointer;

    color: #33ccf5;
}

.phone-input:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: transparent;
}

.phone-input.active:before {
    z-index: 1;
}

.contact-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;

    opacity: 0;
    color: #0080c5;
}

.contact-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    opacity: 0;
}

.icon-icon-download {
    font-size: 1.4rem;

    margin-right: .8rem;
}

.contact-download__text {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    letter-spacing: .7px;
    text-transform: uppercase;

    color: #14bdef;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.contact-download__size {
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;

    color: #14bdef;
}

.contact-our {
    font-size: 16px;
    font-weight: 500;
    line-height: 72px;

    letter-spacing: 3px;
    text-transform: uppercase;

    opacity: 0;
    color: white;
}

.contact-our__link {
    font-size: 21px;
    font-weight: 500;
    line-height: 43px;

    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none;

    color: white;
}

.contact-our__link:hover {
    color: #0080c5;
}

.contact-our__small {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    color: white;
}

.contact-soc__items {
    margin-top: 20px;

    opacity: 0;
}

#map {
    opacity: 0;
}

.contact-soc__item {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 35px;

    text-decoration: none;

    color: white;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-soc__item:hover {
    color: #0080c5;
}

.contact-soc__item span {
    font-size: 1.7rem;

    margin-right: 1rem;
}

.contact-mobile {
    display: none;
}

.contact-our__item {
    margin-top: 42px;

    opacity: 0;
}

[class*='ymaps-2'][class*='-ground-pane'] {
    filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

#map {
    width: 100%;
    height: 100%;
}

.fixed-container.active-menu .menu-container__left {
    left: 0;
}

.fixed-container.active-menu .menu-container__right {
    right: 0;
}

.menu-container__left {
    position: fixed;
    z-index: 1;
    top: 0;
    left: -100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    height: 100%;
    padding: 164px 60px 54px;

    -webkit-transition: .25s;
    transition: .25s;

    background-color: #0080c5;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#navigation {
    list-style-type: none;
}

#navigation li {
    font-family: 'GothamPro';
    font-size: 52px;
    font-weight: 400;
    line-height: 115px;

    color: white;
}

#navigation a {
    text-decoration: none;

    color: white;
}

#navigation a:hover {
    color: #14bdef;
}

.menu-container__right {
    position: fixed;
    z-index: 1;
    top: 0;
    right: -100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    height: 100%;
    padding: 50px 60px 54px;

    -webkit-transition: .25s;
    transition: .25s;

    background-color: #0080c5;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-container__r {
    font-family: 'GothamPro';

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 630px;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-contact__link {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;

    padding-right: 70px;

    text-decoration: none;

    color: white;
}

.menu-contact__link:hover {
    color: #14bdef;
}

.menu-contact__link_mail {
    font-weight: 500;
}

.slick-arrow:before {
    position: absolute;
    z-index: -1;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .25s;
    transition: .25s;

    background-color: rgba(255, 255, 255, 0);
}

.slick-arrow:hover:before {
    z-index: 1;

    background-color: rgba(255, 255, 255, .2);
}

.menu-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 99px;

    position: relative;

    margin: 86px 0 40px;

    color: #14bdef;
}

.menu-title:before {
    position: absolute;
    top: 33px;
    left: -93px;

    width: 56px;
    height: 3px;

    content: '';

    background: white;
}

.menu-description {
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;

    margin-bottom: 68px;

    color: white;
}

.menu-description__small {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;

    color: #14bdef;
}

.menu-container__bottom {
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;

    color: #14bdef;
}

a {
    -webkit-transition: .25s;
    transition: .25s;
}

.age-element {
    font-family: 'GothamPro';
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 52px;
    height: 52px;
    padding-top: 2px;

    color: #14bdef;
    border: 1px solid #14bdef;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brief-container {
    font-family: 'GothamPro';
}

.brief-container div {
    opacity: 1;
}

.brief-container__left {
    position: fixed;
    z-index: 2;
    top: 0;
    left: -100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 32.5%;
    height: 100%;
    padding: 0 59px;
    /* padding-top: 192px; */
    justify-content: center;
    -webkit-transition: .25s;
    transition: .25s;

    background-color: white;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.brief-container__right {
    font-family: 'GothamPro';

    position: fixed;
    z-index: 2;
    top: 0;
    right: -100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 67.5%;
    height: 100%;
    padding: 60px 60px 60px 60px;

    -webkit-transition: .25s;
    transition: .25s;

    background-color: #0080c5;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brief-title {
    font-size: 16px;
    font-weight: 500;

    margin-bottom: 72px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: white;
}

.brief-form__left {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.brief-form__left .brief-form__item-check {
    margin-top: 40px;
}

.error-message {
    margin-top: 37px;
}

.brief-form__right {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.brief-form__item {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    margin-bottom: 25px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.brief-form__label {
    font-size: 14px;
    font-weight: 400;

    color: white;
}

.callback-container .callback .brief-form__label {
    font-weight: 500;
}

.callback-container .callback .brief-form__input {
    border: 2px solid white;
    background-color: #77e0ff;
}

.brief-form__input {
    font-size: 18px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 48px;
    margin-top: 8px;
    padding: 0 10px;

    -webkit-transition: .25s;
    transition: .25s;
    letter-spacing: 1px;

    color: white !important;
    border: 2px solid transparent;
    background-color: #14bdef;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

textarea {
    width: 100%;
    height: 243px;
    margin-top: 8px;
    padding: 10px;
    font-size: 18px;

    -webkit-transition: .25s;
    transition: .25s;

    color: white;
    border: 2px solid transparent;
    background-color: #14bdef;
}

.brief-download__file {
    position: relative;

    margin-top: 8px;
}

.brief__file {
    position: absolute;
    z-index: 1;

    width: 100%;
    height: 100%;

    cursor: pointer;

    opacity: 0;
}

.brief-download__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 72px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 48px;

    -webkit-transition: .25s;
    transition: .25s;

    color: #14bdef;
    border: 1px dashed #14bdef;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.download-file {
    cursor: pointer;
}

.error-message {
    font-size: 11px;
    font-weight: 500;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 22px;
    padding: 0 10px;

    opacity: 0;
    color: white;
    background-color: #ff6357;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.error-message__active {
    opacity: 1;
}

.download-file:hover .brief-download__item {
    color: white;
    border: 1px dashed white;
}

textarea:active,
textarea:focus {
    border: 2px solid white;
}

.error .brief-form__input {
    border: 2px solid #ff8f8f;
}

.error-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 34px;

    position: absolute;
    right: 0;
    bottom: -30px;

    color: #ff8f8f;
}

.brief-form__input:active,
.brief-form__input:focus {
    border: 2px solid white;
}

.brief-flex__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fixed-container.brief-active .brief-container__right {
    right: 0;
}

.fixed-container.brief-active .brief-container__left {
    left: 0;
}

.fixed-container.brief-active__two .brief-container__right {
    right: 0;
}

.brief-container__r {
    max-width: 840px;
}

.brief-container a {
    font-size: 22px;
    font-weight: 500;
    line-height: 44px;

    text-decoration: none;

    color: #0080c5;
}

.brief-container .contact-download {
    opacity: 1;
}

.brief-form__item-check {
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brief-form__item-check-container {
    line-height: 22px;

    position: relative;

    margin-right: 19px;
}

.brief-form__check {
    position: absolute;
    z-index: 1;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    cursor: pointer;

    opacity: 0;
}

.brief-form__item-check .brief-form__label {
    line-height: 22px;

    cursor: pointer;
}

.brief-form__check-square {
    width: 24px;
    height: 24px;

    background-color: #14bdef;
}

/* .brief-form__check-square:before,
.brief-form__check-square:after {
    position: absolute;

    content: ' ';
    -webkit-transition: opacity ease .5;
    transition: opacity ease .5;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;

    background-color: white;
} */

.brief-form__check:checked + .brief-form__check-square::before {
    background: url(../images/check.svg) center center no-repeat;
    position: absolute;
    left: 2px ;
    top: 0px;
    content: '';
    width: 26px;
    height: 20px;
    background-attachment: inherit;

}

@media (max-width: 1200px) {
    .brief-form__check:checked + .brief-form__check-square::before {
        left: 4px;
        top: 0px;
        content: '';
        width: 19px;
        height: 14px;
    
    }
}

@media (max-width:980px) {
    .brief-form__check:checked + .brief-form__check-square::before {
        left: 5px;
        top: -1px;
        content: '';
        width: 20px;
        height: 15px;
    
    }
}

.brief-form__check-square:after {
    
}

.brief-form__check:checked + .brief-form__check-square::before,
.brief-form__check-square.checked::before {
    
}

.brief-form__check:checked + .brief-form__check-square::after,
.brief-form__check-square.checked::after {
    
}



.brief-flex__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brief-flex__bottom .brief-form__item-check {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-basis: 69%;
    -ms-flex-preferred-size: 69%;
    flex-basis: 69%;
}

.brief-submit {
    font-family: 'GothamPro';
    font-size: 13px;
    font-weight: 500;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 213px;
    height: 67px;
    margin-left: 50px;
    padding: 2px 0 0 2px;

    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: white;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    outline: none;
    background-color: #004784;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brief-submit:hover {
    background-color: #14bdef;
}

.fp-tableCell {
    height: 100vh !important;
    position: relative;
}

.fp-tableCell video {
    
}

.brief-flex__bottom .brief-form__item-check {
    margin-bottom: 0;
}

.brief-flex__bottom .brief-form__label {
    font-weight: 400;

    color: #33ccf5;
}

.brief-form__label a {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: underline;
    color: #33ccf5;
}

.scroll-bottom {
    display: none;

    text-decoration: none;
}

@media screen and (-moz-windows-theme) {
    textarea {
        height: 242px;
    }
}

@media (max-width: 1700px) {
    .contact-container__center {
        padding: 50px;

        -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    }

    .contact-container__right {
        -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    }

    .menu-container__left {
        padding: 174px 60px 54px;
    }

    .menu-title {
        margin: 96px 0 40px;
    }

    .about-row {
        -webkit-flex-basis: 23.5%;
        -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
    }

    .slick-slide {
        height: 100vh !important;
    }

    section {
        height: 100%;
    }

    .mage-1 {
        margin-top: 0;
    }

    .fullscreen-bg {
        background: url('../images/Travaho.jpg') center center/cover no-repeat;
    }

    .slider-item__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

        padding: 60px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-basis: 33.6%;
        -ms-flex-preferred-size: 33.6%;
        flex-basis: 33.6%;
    }

    .slider-item__pic {
        -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
    }

    .contact-container__left,
    .contact-container__center {
        padding: 60px;
    }

    .contact-container__left {
        margin-top: 0;
    }

    .about {
        margin-top: 0;
    }

    .about-container {
        padding: 0 60px;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
    }

    .directions-items {
        zoom: .93;
    }

    .slider-item__description {
        width: 100%;
    }
}

@media (max-width: 1700px) {
    .about-row {
        -webkit-flex-basis: 25.5%;
        -ms-flex-preferred-size: 25.5%;
        flex-basis: 25.5%;
    }

    .about-row:nth-child(1),
    .about-row:nth-child(4) {
        -webkit-flex-basis: 36.7%;
        -ms-flex-preferred-size: 36.7%;
        flex-basis: 36.7%;
    }

    .about-row:nth-child(2),
    .about-row:nth-child(5) {
        -webkit-flex-basis: 37%;
        -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    }

    .about-container__top {
        width: 82.5%;
    }
}

@media (max-width: 1460px) {



    .icon-arrow-down-2 .path1:before {
        border: 2px solid transparent;
    }

    .icon-arrow-down-2 .path2:before {
        margin-left: -45px;
    }

    .about-row:nth-child(4) .about-item__icon {
        font-size: 3.5rem;
    }

    .about-row:nth-child(2) .about-item__icon {
        font-size: 2.5rem;
    }

    .menu-container__r {
        width: 480px;
    }

    #navigation li {
        font-size: 36px;
        line-height: 80px;
    }

    .menu-contact__link {
        font-size: 14px;
        line-height: 26px;
    }

    .menu-title {
        font-size: 36px;
        line-height: 74px;

        margin: 96px 0 32px;
    }

    .brief-form__input {
        height: 32px;
    }

    .menu-description {
        font-size: 25px;
        line-height: 42px;

        margin-bottom: 36px;
    }

    .menu-description__small {
        font-size: 16px;
        line-height: 26px;
    }

    .menu-container__bottom {
        font-size: 12px;
        line-height: 29px;
    }

    .slider-item__content {
        padding: 0 37px 40px;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section {
        zoom: 1;
    }

    .mage-title {
        font-size: 200px;
        top: calc(50% - 138px);
    }

    .mage-name {
        font-size: 75px;
    }

    .mage-description {
        font-size: 36px;
        line-height: 60px;
    }

    .mage-btn,
    .mage-btn__bottom {
        font-size: 11px;

        width: 195px;
        height: 49px;
        padding: 30px;
    }

    .hamburger .line {
        width: 27px;
        height: 2px;
        margin: 4px auto;
    }

    .menu-title:before {
        top: 26px;
    }

    .fixed-container.active-menu .hamburger .line:nth-child(1),
    .fixed-container.brief-active .hamburger .line:nth-child(1),
    .fixed-container.brief-active__two .hamburger .line:nth-child(1) {
        -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }

    .fixed-container.active-menu .hamburger .line:nth-child(3),
    .fixed-container.brief-active .hamburger .line:nth-child(3),
    .fixed-container.brief-active__two .hamburger .line:nth-child(3) {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }

    .brief-form__check-square:before,
    .brief-form__check-square:after {
        width: 2px;
    }

    .brief-form__check-square {
        width: 18px;
        height: 18px;
    }

    .menu-container__left {
        padding: 174px 37px 54px;
    }

    .logo {
        font-size: 2.3rem;
    }

    .mage-name svg {
        width: 194px;
    }

    .arrow-bottom {
        width: 45px;
        height: 45px;
    }

    .icon-arrow-down-2 {
        width: 45px;
        height: 45px;
        line-height: 28px;
    }

    .about-title {
        font-size: 36px;
    }

    .directions-items {
        font-size: 15px;
        line-height: 32px;
    }

    .why-container {
        font-size: 11px;
        line-height: 22px;
    }

    .about-item__big {
        font-size: 28px;
    }

    .about-column {
        font-size: 13px;
    }

    .mb-100 {
        margin-bottom: 80px;
    }

    .about-item__icon {
        font-size: 3rem;

        width: 50px;
    }

    .about-item__title {
        font-size: 13px;

        margin-left: 20px;
    }

    .about-container {
        padding: 0 37px;
    }

    .about-row:nth-child(1),
    .about-row:nth-child(4) {
        -webkit-flex-basis: 37%;
        -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    }

    .about-row {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .about-row:nth-child(2),
    .about-row:nth-child(5) {
        -webkit-flex-basis: 36.5%;
        -ms-flex-preferred-size: 36.5%;
        flex-basis: 36.5%;
    }

    .slider-item__title {
        font-size: 25px;
        line-height: 30px;
    }

    .slider-item__icon {
        font-size: 2.5rem;
    }

    .slider-item__blue {
        font-size: 15px;

        margin-bottom: 30px;
    }

    .slider-item__description {
        font-size: 11px;
        line-height: 22px;

        width: 100%;
    }

    .slick-arrow img {
        width: 28px;
    }

    .main-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        padding: 0 37px;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider-item__icon {
        margin: 30px 0;
    }

    .mage-1 {
        padding-top: 50px;
    }

    .slider-count {
        font-size: 11px;

        bottom: 43px;
        left: 113px;
    }

    .contact-street a,
    .brief-container .contact-street a {
        line-height: 37px;
    }

    .flex-center__small,
    .flex-center__small-two {
        font-size: 10px;
        line-height: 27px;

        padding-left: 3px;
    }

    .icon-arrow-left,
    .icon-arrow-right {
        font-size: 2.5rem;

        bottom: 130px;
    }

    .icon-arrow-left {
        left: 38px;
    }

    .icon-arrow-right {
        left: 75px;
    }

    .logo {
        top: 32px;
        left: 37px;
    }

    .hamburger {
        top: 32px;
        right: 37px;
    }

    .arrow-bottom {
        right: 37px;
        bottom: 32px;
    }

    .contact-container__left,
    .contact-container__center {
        padding: 0 37px;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contact-title,
    .brief-container .contact-title {
        font-size: 36px;
    }

    .contact-street,
    .brief-container .contact-street {
        font-size: 15px;
        line-height: 37px;

        margin: 22px 0;
    }

    .contact-container__left a,
    .brief-container a {
        font-size: 15px;
    }

    .flex-center__small,
    .brief-container .flex-center__small {
        font-size: 10px;
    }

    .contact-description,
    .brief-container .contact-description {
        font-size: 11px;
        line-height: 18px;
    }

    .mage-btn__bottom {
        font-size: 11px;

        height: 61px;
        margin: 35px 0 15px;
    }

    .brief-form__left .brief-form__item-check {
        margin-top: 30px;
    }

    .brief-download__item {
        height: 32px;
    }

    .brief-form__item-check-container {
        margin-right: 10px;
    }

    .brief-title {
        font-size: 12px;

        margin-bottom: 42px;
    }

    .contact-download__text {
        font-size: 11px;
    }

    .contact-download__size {
        font-size: 10px;
    }

    .icon-icon-download {
        font-size: 1.2rem;
    }

    .contact-our {
        font-size: 12px;
        line-height: 30px;
    }

    .contact-our__link {
        font-size: 15px;
        line-height: 30px;
    }

    .contact-our__small {
        font-size: 12px;
        line-height: 18px;
    }

    .contact-soc__item {
        font-size: 12px;

        margin-top: 20px;
    }

    .contact-soc__items {
        margin-top: 20px;
    }

    .contact-our__item {
        margin-top: 28px;
    }

    .contact-soc__item span {
        font-size: 1.4rem;
    }

    .slider-container,
    .slick-slider .slick-track,
    .slick-slider .slick-list,
    .slider-item {
        height: 100%;
    }

    .contact-container__left .contact-title {
        line-height: 30px;
    }

    .contact-container__left .contact-street {
        margin: 0 0 20px;
    }

    .brief-container__r {
        max-width: 600px;
        margin-top: 38px;
    }

    .brief-form__label,
    .brief-download__item {
        font-size: 11px;
    }

    .brief-form__item {
        margin-bottom: 11px;
    }

    .brief-submit {
        font-size: 10px;

        width: 160px;
        height: 51px;
    }

    .error-message {
        font-size: 10px;

        height: 19px;
        margin-top: 27px;
    }

    textarea {
        height: 158px;
    }

    .error-text {
        font-size: 10px;

        bottom: -27px;
    }

    .brief-container__left {
        padding: 0px 37px;
        /* padding-top: 156px; */
        justify-content: center;
    }

    .brief-container__right {
        padding: 60px 37px;
    }

    .brief-form__label a {
        font-size: 11px;
    }

    .brief-form__item-check .brief-form__label {
        line-height: 16px;
    }

    @keyframes dothatopcheck {
        0% {
            height: 0;
        }
        50% {
            height: 0;
        }
        100% {
            height: 16px;
        }
    }
    @-webkit-keyframes dothatopcheck {
        0% {
            height: 0;
        }
        50% {
            height: 0;
        }
        100% {
            height: 16px;
        }
    }
    @-webkit-keyframes dothabottomcheck {
        0% {
            height: 0;
        }
        100% {
            height: 8px;
        }
    }
    @keyframes dothabottomcheck {
        0% {
            height: 0;
        }
        100% {
            height: 8px;
        }
    }
    .brief-form__check-square:before {
        top: 14px;
        left: 10px;
    }
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .fp-tableCell > div,
    .menu-container,
    .brief-container,
    .logo,
    .arrow-bottom {
        zoom: .9;
    }
}

@media screen and (-moz-windows-theme) and (max-width: 1460px) {
    .brief-form__check-square:before {
        top: 13px;
        left: 9px;
    }
}

@media (max-width: 1320px) {

    textarea {
        margin-top: 4px;
    }

    .contact-container__left {
        margin-top: 12px;
        padding: 0 34px;
    }

    .brief-container__r {
        margin-top: 12px;
    }

    .slider-count {
        font-size: 10.5px;

        bottom: 138px;
        left: 119px;
    }

    .slider-item__pic {
        display: flex;
        align-items: start;
        overflow: hidden;
    }

    .slick-slide img {
        max-width: 768px;
        max-height: 100%;
        width: 768px;
        height: 100%;
    }

    .slider-item__content {
        flex-shrink: 0;
    }

    .brief-form__input {
        margin-top: 4px;
    }

    .textarea {
        height: 146px;
    }

    section {
        zoom: 1;
        height: 100vh;
    }

    .menu-container__left {
        width: 40%;
    }

    .menu-container__right {
        width: 60%;
    }

    .main-container {
        height: 100vh;
    }

    .about-title {
        opacity: 0;
    }
}

@media (max-width: 1260px) {
    .brief-container a {
        font-size: 13px;
        line-height: 15px;
    }

    .brief-form__item-check .brief-form__label {
        line-height: 15px;
    }

    .brief-form__label a {
        font-size: 11px;
    }

    .flex-center__small {
        line-height: 2;
    }

    .brief-container .contact-street {
        font-size: 13px;
        line-height: 30px;
    }

    .directions-items {
        font-size: 15px;
        line-height: 32px;
    }

    .about-row:nth-child(1),
    .about-row:nth-child(4) {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }

    .about-row:nth-child(2),
    .about-row:nth-child(5) {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .about-item__title {
        font-size: 12px;

        margin-left: 5px;
    }

    .contact-our {
        font-size: 11px;
    }

    .contact-our__link {
        font-size: 13px;
    }

    .contact-container__left a {
        font-size: 14.5px;
    }
}

@media (max-width: 1100px) {
    .about-item__title {
        margin-left: 15px;
    }
}

@media (max-width: 950px) {
    .contact .scroll-bottom {
        bottom: 27px;

        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    section {
        position: relative;
    }

    .scroll-bottom {
        width: 39px;
        height: 39px;

        position: absolute;
        right: 24px;
        bottom: 8px;

        display: block;
    }

    .abouts .icon-arrow-down-2,
    .slider .icon-arrow-down-2{
        color: white;
        border: 1.5px solid #00bff3;
        background-color: white;
    }

    .abouts .icon-arrow-down-2 .path2:before,
    .slider .icon-arrow-down-2 .path2:before {
        color: #14bdef;
    }

    .icon-arrow-down-2 .path2:before {
        margin-left: -37px;
    }

    .fixed-container {
        z-index: 10;
    }

    .icon-logo-mage {
        color: white;
    }

    .mage-description br {
        display: none;
    }

    .slider-container .path2 {
        margin-left: -1px;
    }

    .slider-item {
        height: auto !important;
    }

    .mage-btn__bottom {
        margin: 27px 0 15px;
    }

    .contact-download {
        margin: 20px 0 40px !important;

        opacity: 1;
    }

    .icon-icon-download {
        font-size: 1rem;
    }

    .contact-download__text {
        line-height: 23px;

        margin-top: -6px;
    }

    section:nth-child(1) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

        min-height: 100vh;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    section div.mage-1 {
        zoom: 1 !important;

        padding-top: 36px;
    }

    body div,
    body span {
        opacity: 1 !important;
    }

    .mage-title {
        display: none;
    }

    .hamburger .line {
        height: 2px;
    }

    .fixed-container.active-menu .hamburger .line:nth-child(2),
    .fixed-container.brief-active .hamburger .line:nth-child(2) {
        opacity: 0 !important;
    }

    .fixed-container.active-menu .hamburger .line:nth-child(1),
    .fixed-container.brief-active .hamburger .line:nth-child(1) {
        -webkit-transform: translateY(3px) rotate(45deg);
        -ms-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg);
    }

    .fixed-container.active-menu .hamburger .line:nth-child(3),
    .fixed-container.brief-active .hamburger .line:nth-child(3) {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        -ms-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg);
    }

    .hamburger {
        top: 20px;
        right: 20px;
    }

    .arrow-bottom {
        display: none;
    }

    .logo {
        font-size: 2rem;

        top: 16px;
        left: 20px;
    }

    .main-container {
        padding: 0 20px;
    }

    .mage-name {
        font-size: 20px;

        margin-top: -90px;
        visibility: visible;
    }

    .mage-description {
        font-size: 22px;
        line-height: 32px;

        margin: 0 0 37px;
    }

    .mage-btn,
    .mage-btn__bottom {
        font-size: 10.5px;
        visibility: visible;
        width: 186px;
        height: 44px;
        padding: 28px;
    }

    .about-container {
        padding: 45px 20px;
    }

    .about {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .directions-items {
        font-size: 14px;
        line-height: 27px;

        margin: 26px 0 35px;
    }

    .about-title {
        font-size: 24px;
        line-height: 50px;
    }

    .why-container {
        font-size: 13px;
        line-height: 21px;
    }

    .about-container__right {
        zoom: .95;

        padding: 0;
    }

    .about-column {
        font-size: 12px;
    }

    .about-item__big {
        font-size: 25px;

        margin-bottom: 0;
    }

    .about-container__top {
        margin-top: 48px;
        margin-bottom: 53px;
    }

    .about-row {
        margin-bottom: 65px !important;
    }

    .slider-item {
        flex-direction: column-reverse;

        max-height: inherit;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }

    .slider-item__content {
        height: 298px;
        margin-top: 0;
        padding: 28px 20px 20px;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .icon-arrow-left,
    .icon-arrow-right {
        font-size: 1.2rem;

        bottom: 319px;
    }

    .slider-container,
    .slick-slider .slick-track,
    .slick-slider .slick-list,
    .slider-item,
    .slick-slide {
        height: auto !important;
    }

    .project-text {
        display: none;
    }

    .icon-arrow-left {
        right: 44px;
        left: auto;
    }

    .slider-count {
        font-size: 8.5px;

        right: 9px;
        bottom: 325px;
        left: auto;
    }

    .number-slider,
    .slider-count__number {
        letter-spacing: 2px;
    }

    .icon-arrow-right {
        right: 18px;
        left: auto;
    }

    .projact-title {
        font-family: 'GothamPro';
        font-size: 24px;
        font-weight: 500;

        display: block;

        margin: 0 20px 20px;

        color: #14bdef;
    }

    .slider-item__title {
        display: none;
    }

    .slider-item__icon {
        font-size: 2.4rem;

        margin: 8px 0 11px;
    }

    .slider-item__description {
        font-size: 12px;
        line-height: 20px;
    }

    .slider-item__blue {
        font-size: 16px;

        margin-bottom: 13px;
    }

    .contact-container__center {
        display: none;
    }

    .contact-mobile {
        display: block;

        padding: 33px 20px 60px !important;
    }

    .contact-container {
        flex-direction: column;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .contact-container__right {
        height: 320px;
    }

    .icon-logo-mage:before {
        color: white;
    }

    .logo.white .icon-logo-mage:before {
        color: #14bdef;
    }

    .hamburger.white .line {
        background-color: #14bdef;
    }

    .hamburger .line {
        background-color: white;
    }

    .contact-container__left,
    .contact-container__center {
        padding: 0 20px;
    }

    .contact-title,
    .brief-container .contact-title {
        font-size: 24px;

        margin-bottom: 7px;

        opacity: 1;
    }

    .contact-street,
    .brief-container .contact-street,
    .contact-container__left a,
    .brief-container a {
        font-size: 14px;
        line-height: 28px;

        margin: 0;
    }

    .flex-center__small-two {
        line-height: 20px !important;
        margin-left: 10px;
    }

    .contact-description {
        font-size: 11px;
        line-height: 22px;

        margin-top: 25px;
    }

    .contact-our__item {
        margin-top: 28px;
    }

    .contact-our__link {
        font-size: 14.5px;
    }

    .contact-our__small br {
        display: none;
    }

    .contact-our {
        line-height: 40px;
    }

    .contact-soc__item {
        margin-top: 21px;
    }

    .menu-container__right {
        display: none;
    }

    .menu-container__left {
        width: 100%;
        padding: 66px 17px 12px;
    }

    .menu-container__left .menu-container__bottom {
        margin-left: 6px;
        margin-top: 10px;
    }

    .contact-street {

    }

    .age-element {
        font-size: 14px;
        line-height: 25px;
        width: 35px;
        height: 35px;
        margin-left: 4px;
    }

    #navigation li {
        font-size: 24px;
        line-height: 53px;
    }

    #navigation a {
        display: block;

        width: 100%;
    }

    .brief-container__left {
        display: none;
    }

    .logo.opacity span,
    .hamburger.opacity span {
        z-index: -1 !important;

        opacity: 0 !important;
    }

    .brief-container__right {
        width: 100%;
    }

    .about-container__top {
        width: 92%;
    }

    .about-item__title {
        font-size: 12px;
        line-height: 17px;

        margin-left: 10px;
    }

    .about-row:nth-child(2) .about-item__icon {
        font-size: 1.8rem;
    }

    .about-row:nth-child(4) .about-item__icon {
        font-size: 2.5rem;
    }

    
    .about-container__bottom {
        margin-top: 29px;
    }

    .slick-slide img {
        max-width: none;
        width: 100%;
    }

    section.section.slider {
        padding-top: 14px;
        padding-bottom: 51px;
    }

    .slick-arrow img {
        width: 20px;
    }

    section.section.contact {
        padding-top: 10px;
    }

    .contact-container__left .contact-street {
        margin: 21px 0 20px;
    }

    .contact-our__small {
        font-size: 11px;
        line-height: 11px;
    }

    .contact-soc__items {
        margin-top: 40px;
    }

    .contact-soc__item span {
        font-size: 1.2rem;

        margin-right: .8rem;
    }

    .mage-name svg {
        width: 140px;
    }

    .about-column:nth-child(2) {
        margin-left: 0;
    }

    .shape-items {
        display: none;
    }

    .about-item:nth-child(2) .about-item__title,
    .about-item:nth-child(3) .about-item__title,
    .about-item:nth-child(6) .about-item__title {
        margin-left: 15px;
    }

    .main-container {
        position: static;
    }

    .mage-description {
        opacity: 1;
        visibility: visible;
    }

    .about-container,
    .slider,
    .abouts,
    .contact {
        height: inherit;
        min-height: 100vh;
    }

    section {
        overflow: auto;
    }

    section.index {
        overflow: hidden;
    }

    video {
        height: 100%;
    }

    .blue {
        top: 0;
    }
}

@media (max-width: 600px) {
    .about-row:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .about-row:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .about-row:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .about-row:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .brief-flex__top {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .brief-container__r {
        overflow: scroll;

        width: 100%;
    }

    .brief-submit {
        width: 100%;

        margin-left: 0;
    }

    .brief-flex__top .brief-form__item-check {
        display: none;
    }

    .brief-flex__bottom {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .brief-container__right {
        padding: 60px 27px;
    }

    .about-container__top .about-item, .about-container, .slider, .abouts, .contact {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: auto;    
    }

    .about-item {
        margin-right: 0;

        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        width: 50%;
    }
}

@media (max-width: 500px) {
    .about-item__title {
        font-size: 12px;
        line-height: 17px;

        margin-left: 10px;
    }

    .about-item__icon {
        font-size: 2.2rem;

        width: 43px;
    }

    /* .about-row:nth-child(2) .about-item__icon {
        font-size: 2.2rem;
    } */

    .about-container__top {
        width: 92%;
    }

    .about-container {
        padding: 29px 20px;
    }

    .main-container {
        padding: 136px 16px 170px;
    }

    .why-container {
        line-height: 23px;
    }

    .about-container__top {
        margin-top: 48px;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1023px) {
    .brief-container__right{
        min-height: 736px;
        padding: 0;
    }
    .brief-container__r{
        /* height: 620px; */
        padding: 129px 20px 200px;
        margin: -60px -27px 0;
    }

    .brief-title {
        margin-bottom: 25px;
    }

    .brief-form__item {
        margin-bottom: 17px;
    }
    
    .brief-form__right .brief-form__item:nth-child(2) {
        margin-bottom: 32px;
    }



    .brief-form__right {
        margin-top: 5px;
    }

    textarea {
        height: 166px;
    }

    .brief-flex__bottom {
        align-items: flex-start;
    }

    .brief-flex__bottom .brief-form__item-check:first-child {
        margin-bottom: 32px;
    }

    .brief-form__label a {
        font-size: 12px;
        line-height: 14px;
    }

    .no-hidden{
        overflow: hidden;
        height: 100vh;
    }
    .abouts {
        /* height: 833px; */
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: auto;
        overflow: hidden;
    }

    .about-container {
        height: 100%;
        padding: 29px 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .about {
        height: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    section.slider{
        /* height: 735px; */
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: auto;
        overflow: hidden;
    }

    .mage-description {
        padding-right: 73px;    
    }

    .directions-items {
        padding-right: 190px;  
    }

    .slider-container{
        height: 100% !important;
    }

    .about-container__right{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        zoom: 1;
    }
    .slider-container, .slick-slider .slick-track, .slick-slider .slick-list, .slider-item, .slick-slide{
        height: inherit !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: block !important;
    }
    .slick-initialized .slick-slide > div{
        display: block;
    }
    
    .logo{
        opacity: 1;
        display: block;
    }
    .slider-count{
        bottom: auto;
        top: 486px;
    }
    .icon-arrow-left, .icon-arrow-right{
        bottom: auto;
        top: 371px;
    }
    .contact, .contact-container{
        overflow: hidden;
        height: 1190px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .contact-container__left, .contact-container__right, .contact-mobile{
        display: block;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
    }
    .contact-container__right, #map{
        height: 320px !important;
        min-height: 320px !important;
        max-height: 320px !important;
    }
    .about-container__right{
        margin-top: 48px;
    }
    .slider-item__content{
        display: block;
        flex-basis: 100%;
        opacity: 1;
        min-height: 298px;
        max-height: 298px;
        height: inherit;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .slick-initialized .slick-slide{
        display: flex !important;
        flex-direction: column;

    }

    .contact-mobile{
        height: 449px;
        background-color: #00bff3;
        flex-basis: auto;
    }
    .contact-soc__items{
        background-color: #00bff3;
    }
    .fixed-container.active-menu .hamburger .line:nth-child(2), .fixed-container.brief-active .hamburger .line:nth-child(2) {
        opacity: 0 !important;
        display: none;
    }
    .brief-flex__bottom .brief-form__item{
        display: block;
        padding-left: 30px;
    }
    
    .brief-flex__bottom .error-message{
        padding: 3px 10px;
        margin-top: 35px;
        width: 100%;
    }
    .brief-form__item-check-container{
        position: absolute;
        top: 0;
        left: 0;
    }
    .brief-form__label, .brief-form__item-check-container{
        display: block;
    }
    input, textarea{
       border-radius: 0;
    }
    .brief-form__item-check .brief-form__label{
        font-size: 12px !important;
        line-height: 15px;
    }
    .sbm{
        width: 100%;
        background-color: #004784;
        margin-top: 10px;
    }
    .brief-submit{
        background-color: #004784;
        text-align: center;
        -webkit-appearance: none;
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .flex-center__small-two{
        line-height: 13px;
    }
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1023px) and (min-width: 767px){
    section.slider{
        height: 1450px;
    }
    .slider-count{
        bottom: 300px;
        top: auto;
    }
    .icon-arrow-left, .icon-arrow-right{
        bottom: 450px;
        top: auto;
    }
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1023px) and (min-width: 768px){
    section.slider{
        height: 1100px;
    }
    .slider-count{
        bottom: 250px;
        top: auto;
    }
    .icon-arrow-left, .icon-arrow-right{
        bottom: 350px;
        top: auto;
    }
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (max-width: 500px) {
    .index .scroll-bottom{
        bottom: 60px;
    }
    .icon-arrow-left, .icon-arrow-right {
        top: 333px;
    }
    .slider-count {
        top: 456px;
    }
    .abouts{
        height: 100%;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 1920px) { 
    
    .zoom-block {
        zoom: 2;
    }
}

@media (max-width: 1199px) {
    
    .about-container {
        align-items: flex-start;
        margin-top: 107px;
    }
    
    .about-container__right {
        padding: 0;
        justify-content: flex-start;
    }

    .about-container__top {
        margin-left: 7px;
        margin-top: 19px;
        width: 79%;
    }

    .about-item__big {
        margin-bottom: 5px;
    }

    .shape-items {
        margin-top: 40px;
        margin-bottom: 75px;
    }

    .about-container__bottom {
        margin-left: 10px;
        width: 94%;
    }

    .about-item__title {
        line-height: 17px;
    }

    .directions-items {
        margin-top: 36px;
        margin-bottom: 35px;
        line-height: 35px;
    }

    .contact-container__left {
        justify-content: flex-start;
        margin-top: 122px;
    }

    .contact-container__center {
        justify-content: flex-start;
        padding-top: 116px;
    }

    .contact-street {
        line-height: 33px;
    }

    .contact-title {
        margin-bottom: 26px;
    }

    .brief-form__check-square:before {
        left: 10px;
    }

}




@media (max-width: 980px) {


    .about-container {
        align-items: flex-start;
        margin-top: 0;
    }

    .about-container__top {
        margin-left: 3px;
        margin-top: 45px;
        width: 81%;

    }

    .about-item__big {
        margin-bottom: 0;
    }

    .about-container__bottom {
        margin-left: 0px;
        width: inherit;
    }

    .about-item__title {
        margin-left: 6px;
    }

    .contact-container__left {
        margin-top: 0;
    }

    .contact-mobile {
        height: 455px;
    }

    .slider-count{
        bottom: 313px;
        top: auto;
    }

    .icon-arrow-left, .icon-arrow-right{
        bottom: 313px;
        top: auto;
    }

    .directions-items {
        padding-right: 0;
    }

    .mage-description {
        padding-right: 0;
    }
}

@media screen and (orientation: portrait) and (max-width: 980px) {
    .about-container__top {
        position: relative;
    }

    .about-container__top:before, .about-container__top:after {
        content: '';
        width: 100%;
        height: 2px;
        opacity: .2;
        background: #c7dbe3;
        display: flex;
        position: absolute;
        left: 0;
    }

    .about-container__top:before {
        top: -25px;
    }

    .about-container__top:after {
        bottom: -23px;
    }

    .about-container__top {
        width: 97%;
    }
    
}

@media screen and (orientation: landscape) and (max-width: 980px) {
    .why-container {
        font-size: 13px;
    }

    .about-row:nth-child(2) .about-item__icon {
        font-size: 2.5rem;
    }

    .about-row:nth-child(4) .about-item__icon {
        font-size: 3.5rem;
    }

    .slider-item__description {
        font-size: 11px;
        
    }

    .slider-item__blue {
        font-size: 14px;

       
    }

}


@media (max-width: 980px) {
    .hidden-xs {
      display: none !important; } }
  
  @media (min-width: 981px) and (max-width: 1280px) {
    .hidden-sm {
      display: none !important; } }
  
  @media (min-width: 1281px) {
    .hidden-lg {
      display: none !important; } }

      @media screen and (orientation: landscape) and (max-width: 980px) {
        section.index {
          min-height: 480px;
        }
    }

.slider-item .icon-img {
    width: 100%;
}

.slider-item .icon-img1 {
    max-width: 72px;

}

.slider-item .icon-img2 {
    max-width: 124px;
}

.slider-item .icon-img3 {
    max-width: 30px;
}

.slider-item .icon-img4 {
    max-width: 136px;
}

.slider-item .icon-img5 {
    max-width: 88px;
}

.slider-item .icon-img6 {
    max-width: 127px;
}

.slider-item .icon-img7 {
    max-width: 73px;
}

.thank {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border: 1px solid #14bdef;
    padding: 204px 145px 182px;
    display: none;
}

.thank p {
    font-weight: 500;
    margin-top: 0px;
}




@media (max-width: 980px) {
    .slider-item .icon-img1 {
        max-width: 46px;
    }

    .slider-item .icon-img2 {
        max-width: 84px;
    }

    .slider-item .icon-img3 {
        max-width: 24px;
    }
    
    .slider-item .icon-img4 {
        max-width: 84px;
    }
    
    .slider-item .icon-img5 {
        max-width: 60px;
    }
    
    .slider-item .icon-img6 {
        max-width: 84px;
    }
    
    .slider-item .icon-img7 {
        max-width: 46px;
    }

    .thank {
        font-size: 14px;
        line-height: 21px;
        padding: 106px 37px 101px;
    }

    .thank p {
        margin-top: 20px;
        font-weight: 400;
        display: inline-block;
    }
    
}

