/*@font-face {
    font-family: 'Times';
    font-weight: 400;

    src: url('../fonts/Times-Roman.eot'),
    url('../fonts/Times-Roman.otf');
}*/
@font-face {
    font-family: 'Athelas';
    font-weight: 400;

    src: url('../fonts/Athelas.eot'),
    url('../fonts/Athelas.otf'),
    url('../fonts/Athelas.ttf');
}

@font-face {
    font-family: 'Helvetica';
    font-weight: 400;

    src: url('../fonts/Helvetica.eot'),
    url('../fonts/Helvetica.otf');
}

@font-face {
    font-family: 'Helvetica';
    font-weight: 300;

    src: url('../fonts/Helvetica-Light.eot'),
    url('../fonts/Helvetica-Light.otf');
}

@font-face {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/icomoon.eot?qz8wa2');
    src: url('../fonts/icomoon.eot?qz8wa2#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qz8wa2') format('truetype'),
    url('../fonts/icomoon.woff?qz8wa2') format('woff'),
    url('../fonts/icomoon.svg?qz8wa2#icomoon') format('svg');
}

html.fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('images/main-bg.jpg');
    background-repeat: repeat;
}

body.scroll {
    overflow-y: scroll;
}
// .fancybox-inner {overflow: hidden;}
.line-preloader {
    transition: opacity .5s ease;

    opacity: 1;
}

.line-preloader.hidden {
    opacity: 0;
}

body.scroll.fancybox-active {
    position: fixed;

    overflow-y: scroll;
}

body.scroll.fancybox-active .line-preloader {
    opacity: 1;
}

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}

.reviews__item.isNew {
    animation: isNew .5s forwards;
}

@keyframes isNew {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeInLeftAnimation {
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
}

[class^='icon-'],
[class*=' icon-'] {
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.icon-PLUS .path1:before {
    content: '\e90e';

    opacity: .3;
    color: rgb(255, 255, 255);
}
.icon-PLUS .path2:before {
    margin-left: -1em;

    content: '\e90f';

    color: rgb(255, 255, 255);
}
.icon-DIRECTION .path1:before {
    content: '\e910';

    opacity: .3;
    color: rgb(255, 255, 255);
}
.icon-DIRECTION .path2:before {
    margin-left: -1em;

    content: '\e911';

    color: rgb(255, 255, 255);
}

.icon-PLUS,
.icon-DIRECTION {
    font-size: 40px;

    margin-right: 20px;

    vertical-align: middle;
}

.icon-Group .path1:before {
    content: '\e90b';
    transition: color ease .5s;

    color: rgb(229, 233, 239);
}
.icon-Group .path2:before {
    margin-left: -1em;

    content: '\e90c';
    transition: color ease .5s;

    color: rgb(42, 50, 59);
}
.icon-Group .path3:before {
    margin-left: -1em;

    content: '\e90d';
    transition: color ease .5s;

    color: rgb(42, 50, 59);
}

.icon-box-1:before {
    content: '\e909';
}
.icon-warehouse-1:before {
    content: '\e90a';
}

.icon-eye:before {
    content: '\e908';
}

.icon-eye {
    font-size: 14px;

    margin-right: 5px;
}

.icon-phone_icon .path1:before {
    content: '\e902';

    opacity: .3;
    color: rgb(254, 254, 254);
}
.icon-phone_icon .path2:before {
    margin-left: -1em;

    content: '\e903';

    color: rgb(252, 252, 252);
}
.icon-play_button,
.icon-phone_icon {
    font-size: 40px;

    margin-right: 20px;

    vertical-align: middle;
}
.icon-twitter,
.icon-facebook {
    font-size: 25px;

    transition: color ease .5s;
}
.icon-play_button .path1:before {
    content: '\e904';

    opacity: .3;
    color: rgb(242, 245, 250);
}
.icon-play_button .path2:before {
    margin-left: -1em;

    content: '\e905';

    color: rgb(242, 245, 250);
}
.icon-facebook .path1:before {
    content: '\e900';
    transition: color ease .5s;

    color: rgb(46, 54, 63);
}
.icon-facebook .path2:before {
    margin-left: -1em;

    content: '\e901';
    transition: color ease .5s;

    color: rgb(242, 245, 250);
}
.icon-twitter .path1:before {
    content: '\e906';
    transition: color ease .5s;

    color: rgb(46, 54, 63);
}
.icon-twitter .path2:before {
    margin-left: -1em;

    content: '\e907';
    transition: color ease .5s;

    color: rgb(242, 245, 250);
}

.rotate-message {
    font-size: 0;

    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    text-align: center;

    color: #FEFEFE;
    background-color: #394551;
}

.rotate-message::before {
    display: inline-block;

    height: 100%;

    content: '';
    vertical-align: middle;
}

.rotate-message__inner {
    font-size: 14px;

    display: inline-block;

    box-sizing: border-box;
    max-width: 320px;
    margin: 0 auto;
    padding: 20px 0;

    vertical-align: middle;
}

.rotate-message__icon {
    display: inline-block;

    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.rotate-message__title {
    text-transform: uppercase;
}

.translate-left {
    transform: translate3d(-150%, 0, 0);
}

.translate-right {
    transform: translate3d(150%, 0, 0);
}

.video-close-btn {
    position: absolute;
    z-index: 2;
    top: 41px;
    right: 36px;

    visibility: visible;

    width: 40px;
    height: 40px;

    cursor: pointer;
    transition: opacity .5s ease;

    opacity: .3;
}

.video-close-btn.is-hidden {
    visibility: hidden;
}

.video-close-btn:before,
.video-close-btn:after {
    position: absolute;
    left: 15px;

    width: 2px;
    height: 41px;

    content: '';

    background-color: #FEFEFE;
}
.video-close-btn:before {
    transform: rotate(45deg);
}

.video-close-btn:after {
    transform: rotate(-45deg);
}


a,
label {
    outline: none;

    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.page-wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 0 36px;
}

.page-wrap--zeroPadding {
    padding: 0;
}

.page-wrap--zeroPadding .swiper-slide__header {
    padding-right: 36px;
    padding-left: 36px;
}





/*page-header*/





.page-header {
    display: flex;
    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 122px;

    color: #FEFEFE;

    align-items: center;
    justify-content: space-between;
}

.page-header .logo {
    max-width: 115px;

    transition: transform .5s ease;
    transform: translate3d(0, 0, 0);
}

.page-header .left-menu,
.page-header .right-menu {
    display: flex;

    width: 40%;

    transition: transform .5s ease, opacity .5s ease;

    align-items: center;
    justify-content: space-between;
}


.back-call {
    font-family: 'Tinos';
    font-weight: 400;
    line-height: 26px;

    margin: 0;
    padding: 15px 0;

    transition: opacity ease .5s;
    text-decoration: none;

    opacity: .5;
    color: #FEFEFE;
}

.back-call svg {
    margin-right: 15px;

    vertical-align: middle;
}

.page-header .phone,
.page-header .email {
    font-family: 'Tinos';
    font-weight: 400;

    padding: 15px 0;

    transition: opacity ease .5s;
    text-decoration: none;

    opacity: 1;
    color: #FEFEFE;
}

.page-header .btn--blue {
    font-family: 'Tinos';
    font-weight: 400;

    width: 113px;
    margin-right: 30px;
}

.menu {
    display: flex;
    visibility: visible;

    margin: 0;
    margin-right: auto;
    padding: 0;

    list-style: none;

    transition: opacity .5s ease, visibility .5s ease;

    opacity: 1;
}

.menu.is-hidden {
    visibility: hidden;

    opacity: 0;
}

.menu__item {
    line-height: 26px;

    margin: 0;
    margin-right: 30px;
    padding: 0;
}

.menu__item a {
    font-family: 'Tinos';
    font-weight: 400;

    padding: 15px 0;

    transition: opacity ease .5s;
    text-decoration: none;

    opacity: .5;
    color: #FEFEFE;
}

.menu__item:last-child {
    margin-right: 0;
}

.menu-btn {
    position: relative;

    display: block;

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transition: opacity .5s ease;
       -moz-transition: opacity .5s ease;
         -o-transition: opacity .5s ease;
            transition: opacity .5s ease;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);

    opacity: 1;
    border-radius: 50%;
    background-color: #FEFEFE;
}

.menu-btn span {
    position: absolute;
    top: 15px;
    left: 10px;

    display: block;

    width: 20px;
    height: 3px;

    -webkit-transition: .5s ease;
       -moz-transition: .5s ease;
         -o-transition: .5s ease;
            transition: .5s ease;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;

    background: #2D343C;
}

.menu-btn span:last-child {
    top: auto;
    bottom: 15px;

    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;
}

.menu-btn.is-open span {
    top: 12px;
    left: 13px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.menu-btn.is-open span:last-child {
    top: 26px;
    left: 13px;

    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}






/*footer*/





.page-footer {
    position: absolute;
    bottom: 0;

    display: flex;

    box-sizing: border-box;
    width: 100%;
    height: 114px;
    padding: 0 36px;

    transition: transform .5s ease;

    background-color: #FEFEFE;

    align-items: center;
    justify-content: space-between;
}

.page-footer.fixed {
    position: fixed;
}

.page-footer.fixed .scroll-down,
.page-footer.fixed .down-arrow {
    cursor: pointer;
}

.scroll-down {
    font-weight: 300;

    margin: 0;

    color: #2A313A;
}

.down-arrow {
    width: 0;
    height: 0;
    margin: 0;
    margin-left: -40px;

    cursor: pointer;
    transition: transform .5s ease;

    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #2E363F transparent transparent transparent;
}

.social {
    min-width: 65px;
    height: 25px;
}

.social__item {
    display: inline-block;

    width: 25px;
    height: 25px;

    text-decoration: none;
}
.social__item:first-child {
    margin-right: 15px;
}






/*swiper*/





.swiper-container {
    position: absolute;
    top: 123px;
    right: 0;
    bottom: 114px;
    left: 0;

    transition: transform .5s ease;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;

    width: 100%;
    height: 100%;
}

.swiper-slide .page-wrap {
    display: flex;
    flex-direction: column;

    height: 100%;
}

.swiper-slide--dark {
    color: #FEFEFE;
    background-color: transparent;
}

.swiper-slide--light {
    color: #2A323B;
    background-color: #FEFEFE;
}




/*slide-header*/





.swiper-slide__header {
    position: relative;

    display: flex;

    box-sizing: border-box;
    min-height: 205px;
    padding-top: 55px;

    align-items: flex-start;
    justify-content: space-between;
}

.swiper-slide__header--smallHeight {
    min-height: auto;
}

.swiper-slide__title {
    font-family: 'Tinos';
    font-size: 5.5vh;
    font-weight: 400;
    line-height: 96%;

    margin: 0;
	/*margin-top: -.3em;*/
}

.swiper-slide__title--half-opacity {
    font-size: 7vh;
    line-height: 88%;

    /*opacity: .3;*/
}
.swiper-slide__title--half-opacity span {opacity: .3;}

.swiper-slide__number {
	display: flex;
	align-items: flex-start;
    font-family: 'Tinos';
    line-height: .85;
    margin: 0;

    padding-bottom: 20px;
}
	.swiper-slide__number-cur {
	    font-size: 11vh;
	    font-weight: 400;
	}
	.swiper-slide__number-total {
	    margin-top: 0.1em;
        margin-left: 10px;
	    font-size: 5.5vh;
	    opacity: .5;
	    white-space: nowrap;
	}


.swiper-slide__optional {
    font-weight: 300;
    line-height: 1.5;

    position: absolute;
    left: 25%;

    width: 260px;

    opacity: .7;
    margin-top: 0;
}


/*bootstrap tabs*/

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
    position: relative;

    //opacity: 1;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nav-link {
    display: block;

    padding: 0 20px;
}

.swiper-slide__header .nav-tabs .nav-item {
    position: relative;

    z-index: 3;

    display: block;
}

.swiper-slide__header .nav-tabs .nav-item a.nav-link {
    font-family: 'Athelas';
    font-size: 16px;
    font-weight: 400;

    box-sizing: border-box;
    height: 40px;
    padding-top: 10px;
    padding-left: 40px;

    transition: opacity .5s ease;
    text-align: center;
    text-decoration: none;

    color: #2A323B;
    border: none;
}

.swiper-slide__header .nav-tabs .nav-item {
    margin-right: 20px;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}



.tab-content > .active.transport {
    display: flex;
}

.tab-pane--paddingTop {
    padding-top: 30px;
}

.fadeTop {
    transition: opacity .5s .3s ease, transform .5s ease;
    transform: translate3d(0, -100px, 0);

    opacity: 0;
}

.fadeTop.show {
    transition: opacity .5s .3s ease, transform .5s ease;
    transform: translate3d(0, 0, 0);

    opacity: 1;
}

.fade {
    transition: opacity .5s .2s ease, transform .5s ease;
    transform: translate3d(0, 0, 0);

    opacity: 0;
}

.fade.show {
    transition: opacity .5s .2s ease, transform .5s ease;
    transform: translate3d(0, 0, 0);

    opacity: 1;
}

.fade .transport__img {
    transition: opacity .5s ease, transform .5s ease;
    transform: translate3d(0, 100px, 0);

    opacity: 0;
}

.fade .delivery__img {
    transition: opacity .5s ease, transform .5s ease;
    transform: translate3d(100px, 0, 0);

    opacity: 0;
}

.fade.show .transport__img {
    transition: opacity .5s ease, transform .5s ease;
    transform: translate3d(0, 0, 0);

    opacity: 1;
}

.fade.show .delivery__img {
    transition: opacity .5s ease, transform .5s ease;
    transform: translate3d(0, 0, 0);

    opacity: 1;
}


.tab-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20%;
    height: 100%;

    transition: transform .5s ease;

    border-radius: 100px;
    background-color: #EAEAEA;
}

.blink::before {
    animation: blink-animation .5s ease 3 forwards;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.tab-indicator::before {
    position: absolute;
    top: 15px;
    left: 15px;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background-color: #34A62F;
}

.mobile-scroll {
    overflow: hidden;

    box-sizing: border-box;
    width: auto;
    height: 45px;
    padding: 0;

    opacity: 1;
}

.mobile-scroll::after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5px;

    visibility: hidden;

    width: 30px;
    height: 100%;

    content: '';

    background:    -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.76) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,.76) 50%,rgba(255,255,255,1) 100%);
    background:         linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,.76) 50%,rgba(255,255,255,1) 100%);
}

.mobile-scroll .nav {
    position: relative;

    overflow: hidden;
    overflow-x: scroll;

    margin-bottom: -25px;
    padding-bottom: 25px;

    white-space: nowrap;

    flex-wrap: nowrap;
}







/*slide-footer*/





.swiper-slide__footer {
    display: flex;

    height: 100px;

    justify-content: space-between;
}

.modal-links {
    width: auto;
    height: 40px;
}

.modal-links a {
    font-size: 14px;

    display: inline-block;

    margin: 0;

    cursor: pointer;
    transition: opacity .5s ease;
    text-decoration: none;

    opacity: 1;
    color: #FEFEFE;
}

.modal-links a:first-child {
    margin-right: 40px;
}


.btn {
    font-family: 'Athelas';
    font-weight: 400;

    box-sizing: border-box;
    width: 182px;
    height: 40px;
    padding-top: 11px;

    transition: opacity ease .5s;
    text-align: center;
    text-decoration: none;

    opacity: 1;
    border-radius: 100px;
}

.btn__wrap {
    margin-bottom: 80px;

    text-align: center;
}

.btn--blue {
    color: #F2F5FA;
    background-color: #1880AB;
}

.btn--white {
    color: #2D353F;
    background-color: #FEFEFE;
}

.btn--dark-blue {
    width: 150px;

    color: #FEFEFE;
    background-color: #2A323B;
}

.btn--wide {
    display: inline-block;

    width: 200px;
}

.btn--margin {
    margin-top: 16px;
    /*margin-left: 150px;*/
    margin-left: -45px;
}
/*slide-content*/




.swiper-slide__content {
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    width: 100%;

    background-color: #FEFEFE;

    flex-grow: 1;
}

.swiper-slide__content--transparent-bg {
    background-color: transparent;
}

.swiper-slide__content--smoke-bg {
    background-color: #F6F6F6;
}

.swiper-slide__content--transport {
    overflow: visible;
}






/*first slide*/




.video-link {
    font-family: 'Athelas';
    font-weight: 400;

    position: absolute;
    top: 105px;
    left: 35%;
    padding: 3px;

    transition: opacity .5s ease;
    text-decoration: none;

    opacity: .5;
    color: #FEFEFE;
}

.swiper-slide__subtitle {
    font-family: 'Tinos';
    font-size: 8vh;
    font-weight: 400;
    line-height: 88%;

    margin: 0;
    margin-bottom: 90px;
}

.swiper-slide__descr {
    font-size: 2vh;
    font-weight: 300;
    line-height: 120%;

    margin: 0;

    opacity: .7;
}





/*slide with columns*/





.flex-col {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

.advantages-carousel {
    margin: auto;
}

.advantages-carousel .owl-nav {
    display: none;
}

.optionalServices-carousel {
    padding: 0 36px;
    padding-top: 60px;
    padding-right: 0;
}

.optionalServices-carousel .flex-col-item {
    width: 90%;
}

.optionalServices-carousel .owl-nav {
    display: none;
}

.optionalServices-carousel .owl-dots {
    left: 36px;
}


.advantages-carousel .owl-dots,
.additional-carousel .owl-dots,
.mainDirections-carousel .owl-dots {
    left: 0;
}


.additional-carousel,
.mainDirections-carousel {
    max-width: 100%;
}


.additional-carousel .owl-nav,
.mainDirections-carousel .owl-nav {
    display: none;
}

.flex-col-item {
    display: flex;
    flex-direction: column;

    width: 16.66%;
    padding: 0 20px;

    flex-grow: 1;
}

.flex-col-item:first-child {
    padding-left: 0;
}

.flex-col-item:last-child {
    padding-right: 0;
}

.flex-col-item__pretitle {
    font-family: 'Tinos';
    font-size: 80px;
    font-weight: 400;
    line-height: .88;

    margin: 0;
    margin-bottom: 40px;
}

.flex-col-item__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;

    height: 115px;
    margin: 0;
}

.flex-col-item__title p {
    margin: 0;
}

.flex-col-item__title a {
    text-decoration: none;
    color: inherit;
    transition: opacity .5s ease;
    opacity: 1;
}

.flex-col-item .more-btn {
    /*display: none;*/
    margin-top: 20px;
}

.flex-col-item .more-btn a {
    text-decoration: none;
    color: inherit;
}

.optionalServices-carousel .flex-col-item__title {
    font-size: 20px;
    line-height: 1.3;
}

.mainDirections-carousel .flex-col-item__title {
    height: 80px;
}

.flex-col-item__descr {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;

    margin: 0;
}

.flex-col-item__descr p {
    margin: 0;
}

.flex-col-item__lineBefore {
    position: relative;

    padding-top: 30px;
}
.flex-col-item__lineBefore::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
    height: 4px;

    content: '';

    background-color: #2A323B;
}

.flex-text {
    display: flex;

    margin-bottom: 60px;

    justify-content: flex-start;
}

.flex-text__title {
    font-size: 3.4vh;
    font-weight: 400;
    line-height: 110%;

    width: 60%;
    margin: 0;
    padding-right: 30px;
}

.flex-text__title--wide {
    width: 80%;
}

.flex-text__descr {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;

    width: 20%;
    margin: 0;
}



.optionalServices-carousel {
    height: 100%;
    max-height: 320px;
    box-sizing: border-box;
}
.optionalServices-carousel .flex-col-item {
    max-width: 320px;
    height: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.optionalServices-carousel .flex-col-item__title {
    height: auto;
    margin-bottom: 30px;
}
.flex-col-item__descr {margin: 0 0 auto;}


/**/





.tab-content,
.tab-pane {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tab-pane--flex {
    display: flex;
}

.nav-tabs--left {
    display: flex;
    flex-direction: column;

    width: 20%;
    height: 100%;
    margin: 0;
}

.nav-tabs--left .nav-item {
    display: flex;

    box-sizing: border-box;
    height: 25%;

    border-bottom: solid 2px #F6F6F6;
    background-color: #EAEAEA;

    align-items: center;
    justify-content: flex-start;
}

.nav-tabs--left .nav-link {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;

    display: flex;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 36px 0 56px;
    /*padding-left: 66px;*/

    transition: opacity .5s ease, background-color .5s ease;
    text-decoration: none;

    opacity: .3;
    color: #2A323B;
    border-left: 10px solid transparent;
    background-color: transparent;

    align-items: center;
    /*justify-content: center;*/
}

.nav-tabs--left .nav-link.active {
    opacity: 1;
    background-color: #F6F6F6;
}



.tab-vertical-indicator {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 10px;

    transition: transform .5s ease;

    border-radius: 0;
    background-color: #34A62F;
}

.tab-pane--flex .tab-content {
    left: 25%;
}

.transport {
    display: flex;
    flex-direction: column;

    justify-content: space-between;
}

.transport__header {
    font-weight: 300;
    line-height: 1.5;

    width: 240px;
    padding-top: 45px;
}

.transport__header p {
    margin: 0;
}

.transport__img {
    position: absolute;
    z-index: -1;
    top: 20%;
    left: 30%;

    max-width: 70%;
    max-height: 60%;

    transition: opacity 1s ease, transform 1s ease;
    transform: translate3d(0, 0, 0);

    opacity: 1;
}

.fade.show  .transport__img--fadeInRight{
    transform: translate3d(50%, 0, 0);

    opacity: 0;
}

.transport__footer {
    display: flex;

    padding-bottom: 50px;

    align-items: center;
    justify-content: space-between;
}

.transport__characteristics {
    font-weight: 400;

    display: flex;

    width: calc(100% - 240px);
    padding-right: 30px;

    opacity: 1;

    justify-content: flex-end;
}

.transport__characteristics p {
    margin: 0;
    margin-right: 20px;
}

.transport__characteristics p:last-child {
    margin-right: 0;
}

.transport__characteristics span {
    opacity: .3;
}


.blog__detail__content .img-box{
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    }

.blog__detail__content .img-box img{
        max-width: 100%;
        padding: 0;
    }
.blog-post .page__text .img-box p {
        font-size: 13px;
        border-bottom: 2px solid #2b323c;
        width: 100%;
        padding: 5px 0 2px 0;
    }

/*price-carousel*/





.price-carousel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.owl-stage-outer,
.owl-stage {
    height: 100%;
}

.owl-item {
    display: inline-block;

    cursor: url('../images/cursor_left_right-blue.svg') 22 8 , move;
}

.owl-item:active,
.owl-item:focus {
    cursor: url('../images/cursor_left_right2-blue.svg') 22 8, move;
}

.price-carousel .owl-item {
    height: 100%;

    background-color: #EAEAEA;
}


.price-carousel .owl-item:nth-child(2n) {
    background-color: #F6F6F6;
}

.price-item {
    display: flex;
    flex-direction: column;

    box-sizing: border-box;
    height: 100%;
    padding: 50px 36px;

    background-color: inherit;

    justify-content: space-between;
}

.price-carousel .price-item {
    width: 30vw;
}

.price-carousel .owl-item:last-child .price-item {
    width: 40vw;
}


.price-item__header p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;

    margin: 0;
}

.price-item__distance {
    opacity: .3;
}

.price-item__cost {
    font-family: 'Tinos';
    font-size: 54px;
    font-weight: 400;
    line-height: .59;

    position: relative;
    z-index: 2;

    min-height: 40px;
    margin: 0;

    transition: transform .5s ease;
    transform: translate3d(0, 0, 0);

    background-color: inherit;
}

.price-item__cost span {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;

    position: absolute;
}

.price-item__cost span.price-item__from {
    top: -60px;
    left: 0;
}

.price-item__cost span:last-child {
    right: 0;

    opacity: .3;
}


.price-item .btn--hide {
    position: absolute;
    z-index: 1;
    bottom: 50px;

    transition: opacity .5s ease;

    opacity: 0;
}

.price-carousel__nav {
    position: absolute;
    left: 25%;

    margin-top: 16px;
}

.price-carousel__nav div,
.owl-nav div {
    position: relative;

    display: inline-block;

    width: 46px;
    height: 40px;

    cursor: pointer;
    transition: opacity .5s ease;

    opacity: 1;
    background-color: #D5D8DE;
}

.price-carousel__nav div::after,
.owl-nav div::after {
    position: absolute;
    top: 15px;
    left: 15px;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 15px 5px 0;
    border-style: solid;
    border-color: transparent #2E363F transparent transparent;
}

.price-carousel__nav div.disabled,
.owl-nav div.disabled {
    opacity: .5;
}

.owl-prev {
    border-radius: 100px 0 0 100px;
}

.owl-next {
    border-radius: 0 100px 100px 0;
}

.owl-next::after {
    transform: rotate(-180deg);
}




/*map*/





.map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.contacts {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;

    position: absolute;
    bottom: 0;
    left: 60%;

    box-sizing: border-box;
    width: 40%;
    height: 50%;
    padding-top: 50px;
    padding-left: 70px;

    color: #FEFEFE;
    background-color: #21272E;
}

.contacts__address {
    margin: 0;

    opacity: 1;
}

.contacts__address span {
    opacity: .3;
}

.contacts__links {
    position: absolute;
    bottom: 50px;
    left: 50%;

    display: flex;
    flex-direction: column;
}

.contacts__links a {
    transition: opacity ease .5s;
    text-decoration: none;

    opacity: .3;
    color: #FEFEFE;
}


.gm-style-cc {
    display: none!important;
}

.gm-style a img {
    display: none;
}

.gm-style-pbt {
    top: 40%;
}





/*fancybox*/





.fancyBox-base {
    top: 123px;
    bottom: 0;

    box-sizing: border-box;
    width: 100%;
    height: auto;

    outline: none;
    background-color: transparent;
}

.fancyBox-slide {
    overflow: visible;

    width: 100%;
    height: 100%;
}

.fancyBox-slide > * {
    margin: 0;
    padding: 0 36px;
}

.fancybox-stage {
    overflow: visible;
}

.fancybox-close-small {
    top: -82px;
    right: 36px;

    width: 40px;
    height: 40px;

    transition: transform .5s ease;
    transform-origin: 50%;

    border-radius: 50%;
    outline: none;
    background-color: #FEFEFE;
}

.fancybox-close-small::after {
    font-size: 34px;

    color: #2D343C;
    outline: none!important;
}


.modal {
    overflow: visible;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-right: 0;

    color: #FEFEFE;
    background-color: #394551;
    background-image: url('../images/main-bg.jpg');
    background-repeat: repeat;
}

.fullHeight {
    height: 100%;
    min-height: 750px;
}

.modal__optional,
.modal__main-directions {
    color: #2A323B;
    background-color: #FEFEFE;
    background-image: none;
}

.modal__back-call .fullHeight {
    min-height: 600px;
}

.modal__scroll-wrap {
    overflow-y: auto;

    box-sizing: border-box;
    height: 100%;
    padding-top: 36px;
    padding-right: 36px;
}

.modal__wrap {
    display: flex;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-bottom: 36px;
}

.menu-modal__menu {
    width: 65%;
    margin: 0 auto;
    padding: 0;

    list-style: none;
    margin-bottom: 50px;
}

.menu-modal__menu-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 2px solid rgba(255, 255,255, .5);
}

.menu-modal__menu-item:first-child {
    padding-top: 0;
}

.menu-modal__menu-item:last-child {
    border-bottom: none;
}

.menu-modal__menu-item > p,
.menu-modal__menu-item > a {
    width: 80%;

    margin: 0;
    font-family: 'Tinos';
    font-size: 55px;
    font-weight: 400;
    font-style: normal;

    transition: opacity .5s ease;
    text-decoration: none;

    opacity: .5;
    color: #FEFEFE;
}

.menu-modal__menu-item span {
    font-family: 'Tinos';
    font-size: 20px;
    font-weight: 400;
    /*font-style: italic;*/

    transition: opacity .5s ease;

    opacity: .5;
    color: #FEFEFE;
}

.menu-modal__submenu {
    display: flex;

    width: 100%;
    padding: 0;
    list-style: none;
    margin-top: 40px;

    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.menu-modal__submenu li {
    width: 20%;
    box-sizing: border-box;
    padding-right: 50px;
}

.menu-modal__submenu li a {
    transition: opacity ease .5s;
    text-decoration: none;

    opacity: .5;
    color: #FEFEFE;
}

.menu-modal__mobile-btn {
    display: none;
}


.modal__left {
    display: flex;
    flex-direction: column;

    width: 40%;
    height: 100%;

    justify-content: space-between;
}

.modal__right {
    display: flex;
    flex-direction: column;

    width: 60%;
    height: 100%;

    justify-content: space-between;
}

.modal__title {
    font-family: 'Tinos';
    font-size: 80px;
    font-weight: 400;
    line-height: .88;

    width: 90%;
    margin: 0;
}

.modal__title a {
    display: none;
}

.modal__rules {
    line-height: 1.5;

    margin: 0;

    opacity: .3;
}

.modal__descr {
    font-family: 'Helvetica';
    font-size: 34px;
    line-height: 1.29;

    position: relative;

    width: 36%;
    margin: 0;
    padding-top: 35px;
}

.modal__descr::before {
    position: absolute;
    top: 12px;

    width: 101%;
    height: 2px;

    content: '';

    background-color: #FEFEFE;
}

.modal__form {
    position: relative;
    padding-bottom: 60px;

    width: 70%;
    height: 60%;

    text-align: right;

    box-sizing: border-box;
}

.modal__form::after {
    display: none;
    z-index: 2;
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    box-sizing: border-box;
    border-style: solid;
    border-color: #FEFEFE;
    border-left-color: rgba(0, 36, 80, .1);
    border-width: 3px;
    border-radius: 50%;
    animation: rotateFormPreloader 1s linear infinite;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%);
}

@keyframes rotateFormPreloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.modal__form::before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #394551;
    opacity: .5;
    z-index: 1;
}

.modal__form.is-overlay::before {
    display: block;
}

.modal__form.is-overlay::after {
    display: block;
}

.modal__form label {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33;

    position: relative;

    display: inline-block;

    width: 40%;
    height: auto;
/*    margin-bottom: 60px;*/
    margin-bottom: 30px;

    text-align: left;

    color: #FEFEFE;
}

.modal__form label.is-filled input + span {
    visibility: hidden;
}

.modal__form label span {
    transition: opacity .5s ease;
}

.modal__form label.checkbox-label {
    width: 100%;
}

.modal__form label.checkbox-label .checkbox {
    display: none;
}

.modal__form label.checkbox-label .checkbox-custom {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #979797;
    transition: border .5s ease;
    margin-right: 20px;
}

.modal__form label.checkbox-label .checkbox-custom + p.label {
    display: inline-block;
    margin: 0;
    width: 90%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 100%;
}



.modal__form label.checkbox-label .checkbox-custom + p.label a {
    color: inherit;
}

.modal__form label.label-full {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.checkbox-custom::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    padding-top: 5px;
    bottom: 2px;
    left: 2px;
    color: transparent;
    background: transparent;
    transition: background .5s ease, color .5s ease;
    border-radius: 0;
}



.checkbox-custom.error {
    border: 1px solid #FF4F4F!important;
}

.checkbox:checked + .checkbox-custom::before {
    background: #FEFEFE;
}

.modal__form input {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33;

    position: absolute;
    left: 0;

    width: 100%;
    padding-bottom: 15px;

    color: #FEFEFE;
    border: none;
    border-bottom: 1px solid #979797;
    border-radius: 0;
    outline: none;
    background: none;
    transition: border-bottom .5s ease;
}

.modal__form input.error {
    border-bottom: 1px solid #FF4F4F;
}

.modal__form label textarea + span {
    position: absolute;
    top: -15px;
    left: 0;
}

.modal__form label.is-filled textarea + span {
    visibility: hidden;
}

.modal__form label input:focus + span,
.modal__form label input:active + span,
.modal__form label textarea:focus + span,
.modal__form label textarea:active + span {
    opacity: 0;
}

.modal__form label input + span.hidden,
.modal__form label textarea + span.hidden {
    opacity: 0;
}

.modal__form label:nth-of-type(2n+1) {
    margin-right: 19%;
}

.modal__form label.last {
    margin-right: 0px;
}

:nth-last-of-type

.modal__form label:last-child {
    margin-right: 0;
    margin-left: 60%;
}

.modal__form label.fullWidth {
    width: 100%;
    margin-bottom: 40px;
}

.modal__form label span.optional {
    font-size: 16px;

    position: absolute;
    top: 0;
    left: -280px;

    width: 230px;

    text-align: right;

    opacity: .3;
    color: #FEFEFE;
}

.modal__form textarea {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;

    top: 25px;
    //position: absolute;
    left: 0;

    width: 100%;
    margin-top: -15px;

    resize: none;

    color: #FEFEFE;
    border: none;
    outline: none;
    background: none;
    background-image: linear-gradient(to right, transparent 10px, transparent 10px),
    linear-gradient(to left, transparent 10px, transparent 10px),
    repeating-linear-gradient(transparent, transparent 39px, #979797 39px, #979797 40px, transparent 40px);
    background-attachment: local;
}

.modal__form button[type='submit'] {
/*    position: absolute;*/
    bottom: 0;
    left: 0;

    padding-top: 0;

    cursor: pointer;

    border: none;
    display: block;
}


.modal__workers {
    overflow: hidden;

    margin: 0;
    padding: 0;

    color: #2A323B;
    background-color: #FEFEFE;
    background-image: none;
}

.modal__workers .fullHeight {
    height: auto;
}

.modal__workers-wrap {
    display: flex;

    padding-left: 36px;

    flex-wrap: wrap;
}

.modal__workers .modal__wrap {
    position: relative;
}

.modal__workers-name {
    font-size: 34px;
    line-height: 44px;

    margin: 0;
}

.modal__workers-header {
    width: 100%;
    margin-bottom: 80px;
}

.modal__workers-info {
    width: 50%;
    height: auto;
}

.modal__workers-carousel {
    position: relative;

    overflow: hidden;
}

.modal__workers-img {
    width: 30%;
}

.modal__workers-img img {
    width: 100%;
}

.modal__workers-info {
    display: flex;
}

.modal__workers-rank {
    width: 20%;
}

.modal__workers-rank p {
    font-size: 22px;
    line-height: 28px;

    margin: 0;
}

.modal__workers-main {
    width: 100%;
}

.modal__workers-phone p:first-child,
.modal__workers-email p:first-child {
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

    width: 19%;
    margin: 0;
}

.modal__workers-phone p:last-child,
.modal__workers-email p:last-child {
    font-size: 22px;
    line-height: 28px;

    display: inline-block;

    width: 80%;
    margin: 0;
}

.modal__workers-phone {
    margin-bottom: 40px;
}

.modal__workers-email {
    margin-bottom: 150px;
}

.modal__workers-tabs {
    position: relative;

    width: 80%;
    min-height: 400px;
    margin-left: 19%;
}

.modal__workers-tabs-header {
    position: relative;

    margin-bottom: 40px;
}

.modal__workers-tabs-header .nav {
    position: relative;
}

.modal__workers-tabs .nav .nav-link {
    font-family: 'Athelas';
    font-size: 16px;
    font-weight: 400;

    position: relative;
    z-index: 3;

    box-sizing: border-box;
    height: 40px;
    padding-top: 11px;
    padding-left: 40px;

    transition: opacity .5s ease;
    transition: background-color .5s ease;
    text-align: center;
    text-decoration: none;

    color: #2A323B;
    border: none;
    border-radius: 100px;
}

.modal__workers-tabs .nav .nav-link.active {
    background-color: #EAEAEA;
}

.modal__workers-tabs .nav .nav-link.active::before {
    position: absolute;
    top: 15px;
    left: 15px;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background-color: #34A62F;
}

.modal__workers-item {
    position: relative;
}

.modal__workers-tabs .nav .nav-item {
    display: inline-block;

    margin-right: 20px;
}


.modal__workers-tabs-content {
    position: relative;
}

.modal__workers-tabs-content .tab-pane div {
    display: inline-block;

    width: 49%;
    margin-bottom: 40px;
}

.modal__workers-tabs-content .tab-pane div p {
    font-size: 16px;
    line-height: 24px;

    width: 90%;
    margin: 0;
}

.modal__workers .fancybox-close-small {
    top: 0;
    right: 0;

    background-color: #2A323B;
}

.modal__workers .fancybox-close-small::after {
    color: #FEFEFE;
}

.modal__workers .fancybox-close-small:hover {
    background-color: #2A323B;
}

.modal__workers .fancybox-close-small:hover::after {
    color: #FEFEFE;
    background-color: transparent;
}

.fancybox-close-small:hover::after {
    color: #2D343C;
    background-color: transparent;
}


.modal__workers .owl-nav {
    position: absolute;
    top: 0;
    right: 100px;
}














/*carousels*/





.owl-dots {
    position: absolute;
    top: 0;

    height: 40px;
}

.owl-dot {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin-right: 10px;

    cursor: pointer;
    transition: opacity .5s ease;

    opacity: .5;
    border-radius: 50%;
    background-color: #394551;
}

.swiper-slide__content--transparent-bg .owl-dot {
    background-color: #FEFEFE;
}

.owl-dot.active {
    cursor: default;

    opacity: 1;
}

.advantages-carousel {
    margin: auto 0;
    padding-bottom: 20px;
}

.advantages-carousel .owl-item {
    cursor: url('../images/cursor_left_right-white.svg') 22 8 , move;
}

.advantages-carousel .owl-item:active,
.advantages-carousel .owl-item:focus {
    cursor: url('../images/cursor_left_right2-white.svg') 22 8, move;
}

.additional-carousel,
.mainDirections-carousel {
    position: relative;

    overflow: hidden;

    margin-bottom: 60px;
    padding-top: 50px;
}

.optionalServices-carousel {
    position: relative;

    padding-top: 50px;
}

.optionalServices-carousel .owl-item {
    display: inline-block;

    height: 100%;
}






/*inner pages*/





.page {
    transition: transform .5s ease, opacity .5s ease;

    background-color: #FEFEFE;
}

.contacts-page {
    position: relative;

    height: 100%;
}

.page__scroll-down {
    position: absolute;

    color: #696967;
}

.delivery-page .page__scroll-down {
    position: static;

    margin-top: 40px;
    margin-left: 36px;
}

.page--blog {
    min-height: 100%;
    padding-bottom: 114px;
}

.page__header {
    position: relative;

    display: flex;

    padding-top: 20px;
    padding-bottom: 70px;

    align-items: flex-start;
    justify-content: space-between;
}

.blog-post {
    padding-bottom: 1px;
    min-height: calc(100% - 124px);
}


.blog-post .page__header {
    padding-bottom: 100px;
}

.page__title {
    font-family: 'Tinos';
    font-size: 54px;
    font-weight: 400;
    line-height: 96%;

    margin: 0;
}

.breadcrumbs a {
    font-family: 'Tinos';
    font-weight: 400;

    display: block;

    padding-top: 10px;

    transition: opacity .5s ease;
    text-align: right;

    opacity: 1;
    color: #2E363F;
}
.page__content blockquote, .blog__detail__content blockquote{
    border-left: 5px solid #2b323c;
    padding-left: 20px;
    margin: 15px;
    width: 70%;
    line-height: 22px;
}
.blog__detail__content ul ul{
    margin-top: 15px;
}
.page--blog .page__content {
    position: relative;

    display: flex;

    transition: transform .5s ease, opacity .5s ease;

    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-item {
    position: relative;

    overflow: hidden;

    box-sizing: border-box;
    width: 20%;
    min-height: 420px;
    margin: 0 -20px;
    margin-bottom: 100px;
    padding: 0 20px;

    transition: transform .5s ease, opacity .5s ease;
    transform-origin: 0;

    opacity: 0;
}

.blog-item.selected {
    transition: transform .5s ease, opacity .5s ease;

    opacity: 1;
}


.blog-item--wide {
    width: 40%;
}

.blog-item__overlay {
    position: absolute;
    z-index: 1;

    width: 100%;
    height: 100%;

    transition: transform .5s ease;
    transform: scale(0, 1);
    transform-origin: 100%;

    background-color: #FEFEFE;
}

.blog-item:nth-child(2n) .blog-item__overlay {
    transition: transform .5s .2s ease;
}

.blog-item__overlay.expandInLeft {
    transform: scale(1, 1);
}

.blog-item__link {
    display: flex;
    flex-direction: column;

    box-sizing: border-box;
    height: 100%;
    padding-top: 40px;

    transition: opacity .5s ease;
    text-decoration: none;

    opacity: 1;
    color: #2E363F;
    border-top: solid 2px #2E363F;
}

.blog-item--wide {
    width: 40%;
}

.blog-item__title {
    font-size: 20px;
    line-height: 26px;

    margin: 0;
    margin-bottom: 50px;
}

.blog-item--wide .blog-item__title {
    font-size: 34px;
    line-height: 44px;
}

.blog-item__footer {
    display: flex;

    margin-top: auto;

    justify-content: space-between;
}

.blog-item__views,
.blog-item__dateTime {
    transition: transform .5s ease;
    transform: translate3d(0,0,0);
}

.blog-item__footer p {
    margin: 0;
}

.blog-item__dateTime {
    text-align: right;

    opacity: .3;
}

.blog-item__photo-overlay {
    overflow: hidden;

    height: 182px;
    margin-bottom: 40px;
}

.blog-item__photo {
    min-width: 100%;
    min-height: 100%;

    transition: transform .5s ease;

    transfrom: scale(1);
}

.blog-select {
    margin-top: auto;
}

.blog-select > span {
    margin-right: 20px;
}

.blog-select__select {
    position: relative;

    width: 300px;
    height: 40px!important;
    padding-left: 30px;

    transition: opacity .5s ease;

    opacity: 1;
    border: none!important;
    border-radius: 100px!important;
    outline: none;
    background-color: #EAEAEA!important;
}

.blog-select__select[aria-expanded='true'] {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.blog-select__select::before {
    position: absolute;
    top: 15px;
    left: 15px;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background-color: #34A62F;
}

.select2-container--default .blog-select__select .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .blog-select__select .select2-selection__arrow {
    top: 3px;
    right: 3px;

    width: 34px;
    height: 34px;

    border-radius: 50%;
    background-color: #2E363F;
}

.select2-container--default .blog-select__select .select2-selection__arrow b {
    position: absolute;
    top: 12px;
    left: 11px;

    width: 8px;
    height: 8px;
    margin: 0;

    transition: transform .5s ease;
    transform: rotate(-45deg);
    transform-origin: 50%;

    border: none;
    border-right: 2px solid #FEFEFE;
    border-bottom: 2px solid #FEFEFE;
}

.select2-container--default.select2-container--open .blog-select__select .select2-selection__arrow b {
    transform: rotate(45deg);

    border: none;
    border-right: 2px solid #FEFEFE;
    border-bottom: 2px solid #FEFEFE;
}

.blog-select__dropdown {
    width: 300px!important;
    padding-bottom: 15px;

    border: none;
    border-radius: 20px;
    background-color: #EAEAEA;
}

.blog-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #FEFEFE;
    background-color: #2E363F;
}

.blog-select .select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}

.blog-select .select2-results__option {
    position: relative;

    padding-left: 40px;
}


.blog-select .select2-results__option::before {
    position: absolute;
    top: 10px;
    left: 15px;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background-color: #CACACA;
}


.page__text {
    width: 40%;
    margin-bottom: 80px;
    margin-left: 40%;
    padding-top: 35px;

    transition: transform .5s ease;

    border-top: 4px solid #2E363F;
}

.blog-post .page__text {
    width: 60%;
    margin-bottom: 80px;
    margin-left: 40%;
    padding-top: 35px;
    border: none;

    transition: transform .5s ease;
}

.blog-post hr {
    width: 100%;
    border: none;
    background-color: #2E363F;
    height: 4px;
    margin-bottom: 35px;
}

.blog-post p + hr {
    margin-top: 80px;
}

.page__text--wide {
    width: 60%;
    margin-left: 40%;
}

.page__text h2 {
    font-size: 34px;
    line-height: 44px;

    width: 50%;
    margin: 0;
    margin-bottom: 50px;

    color: #2E363F;
}

.page__text p {
    font-size: 22px;
    line-height: 26px;

    margin: 0;
}

.page__text--wide p {
    font-size: 16px;
    line-height: 150%;

    width: 50%;

    color: #2E363F;
}

.page__text ul,
.page__text ol {
    width: 60%;
    box-sizing: border-box;
}

.page__text ul li,
.page__text ol li {
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
    color: #2E363F;
}

.page__text ul ol,
.page__text ol ul {
    width: 100%;
}

.blog-post .page__text p {
    font-size: 16px;
    line-height: 150%;

    width: 60%;
    line-height: 26px;

    margin: 0;
    margin-bottom: 20px;

    color: #2E363F;
}

.blog-post .page__text p.big {
    font-size: 22px;
    width: 70%;
    padding-top: 35px;
    border-top: 4px solid #2E363F;
}

.blog-post__img {
    width: auto;
    max-width: 60%;
    margin-bottom: 100px;
    margin-left: 20%;

    transition: transform .5s ease;
}


.blog-post .page__title {
    display: flex;

    width: 50%;

    align-items: baseline;
    justify-content: space-between;
}

.blog-post__title {
    font-size: 34px;
    line-height: 44px;

    margin: 0;
    margin-right: 50px;
}

.blog-post__dateTime {
    font-size: 16px;
    line-height: 20px;

    text-align: right;

    opacity: .3;
}

.blog-post__dateTime p {
    margin: 0;
}


.price {
    padding-bottom: 1px;
}

.price .page__title {
    font-size: 34px;
    line-height: 44px;
    max-width: 20%;
}

.price .page__header {
    position: relative;

    padding-bottom: 300px;
}

.price .page__footer {
    width: auto;
    display: inline-block;
}

.price .page__footer.fixed {
    position: fixed;
    bottom: 0;
    left: 50px;
}

.price .page__footer a {
    display: inline-block;
    width: auto;
}

.price .page__subtitle {
    font-size: 34px;
    line-height: 44px;

    position: relative;

    width: 40%;
    margin: 0;
    margin-top: 20px;
    margin-left: 10%;

}

.in-blog {
    position: absolute;
    top: 350px;

    width: 20%;

    transition: opacity .5s ease;
}

.in-blog.fixed {
    position: fixed;
    top: 100px;
}

.in-blog p {
    font-size: 24px;
    line-height: 44px;

    margin: 0;
    margin-bottom: 40px;
    padding-bottom: 10px;

    border-bottom: 2px solid #2E363F;
}

.in-blog__item {
    margin-bottom: 30px;

    transition: opacity .5s ease;
    text-decoration: underline;

    opacity: 1;
}

.in-blog__img-overlay {
    float: left;
    overflow: hidden;

    width: 115px;
    height: 70px;
    margin-right: 20px;
}

.in-blog__img-overlay img {
    min-width: 100%;
    min-height: 100%;
}

.in-blog a {
    display: block;

    min-height: 70px;
    margin-bottom: 20px;
    padding: 10px 0;

    cursor: pointer;
    transition: opacity .5s ease;

    opacity: 1;
    color: #2E363F;
}

.price__item {
    margin-left: 40%;
    padding-top: 35px;

    transition: transform .5s ease;

    border-top: solid 4px #2E363F;
}

.price__item-inner {
    overflow: hidden;

    margin-right: -36px;
}

.price__title {
    font-size: 34px;
    line-height: 44px;

    margin: 0;
    margin-bottom: 60px;
}

.price__item .price-item {
    height: 450px;
}

.price-inside-carousel {
    position: relative;

    margin-bottom: 100px;
}

.price-inside-carousel .owl-nav {
    position: absolute;
    display: block!important;
    top: -100px;
    right: 36px;
}

.price__item .owl-item {
    background-color: #F6F6F6;
}

.price__item .owl-item:nth-child(2n) {
    background-color: #EAEAEA;
}

.price-item__parameters p {
    margin: 0;
}

.price-item__parameters p span {
    opacity: .3;
}

.price .page__text {
    font-size: 34px;
    line-height: 44px;

    width: 40%;
    margin: 0;
    margin-bottom: 150px;
    margin-left: 40%;
    padding-top: 50px;

    border-top: solid 4px #2E363F;
}



.form {
    width: 50%;
    margin-bottom: 150px;
    margin-left: 40%;
    position: relative;
}

.form::after {
    display: none;
    z-index: 2;
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    box-sizing: border-box;
    border-style: solid;
    border-color: #394551;
    border-left-color: rgba(0, 36, 80, .1);
    border-width: 3px;
    border-radius: 50%;
    animation: rotateFormPreloader 1s linear infinite;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%);
}

@keyframes rotateFormPreloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form::before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: .5;
    z-index: 1;
}

.form.is-overlay::before {
    display: block;
}

.form.is-overlay::after {
    display: block;
}

.form label {
    margin-bottom: 40px;
}

.form input {
    font-size: 24px;
    line-height: 32px;

    width: 100%;
    padding-bottom: 10px;

    transition: border-bottom .5s ease;
    background-color: #FEFEFE;

    color: #2A323B;
    border: none;
    border-bottom: solid 1px #979797;
    border-radius: 0;
    outline: none;
}

.form input.error {
    border-bottom: 1px solid #FF4F4F;
}

.form button {
    margin-top: 60px;
    padding-top: 0;

    cursor: pointer;

    border: none;
}

.form label {
    font-size: 24px;
    line-height: 32px;

    position: relative;

    display: block;

    width: 100%;
}

.form label span {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    transition: opacity .5s ease;

    opacity: 1;
}

.form label.is-filled input + span {
    visibility: hidden;
}

.form label input:focus + span,
.form label input:active + span,
.form label textarea:focus + span,
.form label textarea:active + span {
    opacity: 0;
}

.form label input + span.hidden,
.form label textarea + span.hidden {
    opacity: 0;
}

.form__help {
    margin-top: -20px;
    text-align: right;
    opacity: .5;
    margin-bottom: 20px;
}

.form__help p {
    margin: 0;
}


.form label.checkbox-label {
    width: 100%;
}

.form label.checkbox-label .checkbox {
    display: none;
}

.form label.checkbox-label .checkbox-custom {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #979797;
    margin-right: 20px;
}

.form label.checkbox-label .checkbox-custom + p.label {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
    line-height: 100%;
    width: 90%;
}



.form label.checkbox-label .checkbox-custom + p.label a {
    color: inherit;
}

.checkbox-custom::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    padding-top: 5px;
    bottom: 2px;
    left: 2px;
    color: transparent;
    background: transparent;
    transition: background .5s ease, color .5s ease;
    border-radius: 0;
}

.form label.checkbox-label .checkbox:checked + .checkbox-custom::before {
    background: #2A323B;
}


.error-page {
    padding-top: 250px;

    color: #FEFEFE;
    background-color: transparent;
}

.error-page .page__text--wide {
    border-color: #FEFEFE;
}

.error-page .page__text--wide p {
    color: #FEFEFE;
}


.error-page .page__text--wide p a {
    color: #FEFEFE;
}

.error-page .page__text--wide .error-page__rus,
.error-page .page__text--wide .error-page__eng {
    font-size: 30px;
    line-height: 40px;

    margin-bottom: 30px;

    transition: transform .5s ease, opacity .5s ease;
}

.error-page .page__text--wide .error-page__num {
    font-size: 54px;
    line-height: 54px;

    transition: transform .5s ease, opacity .5s ease;
}

.error-page__descr a {
    transition: opacity .5s ease;

    opacity: 1;
}







.delivery-nav {
    width: 550px;
    margin-top: -20px;
    margin-bottom: 40px;
    margin-left: -36px;
}

.delivery-nav .nav {
    position: relative;

    display: block;
}

.delivery-nav .nav.fixed {
    position: fixed;
}

.delivery-nav .nav-item {
    display: flex;
    overflow: hidden;

    box-sizing: border-box;
    height: 136px;

    transition: height .25s ease;

    border-bottom: solid 2px #F6F6F6;
    background-color: #EAEAEA;

    align-items: flex-start;
    justify-content: flex-start;
}

.delivery-nav .nav-item.active {
    height: 360px;
}

.delivery-nav .nav-link {
    position: relative;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 36px;
    padding-left: 26px;

    transition: opacity .5s ease, background-color .5s ease;
    text-decoration: none;

    opacity: .4;
    color: #2A323B;
    border-left: 10px solid transparent;
    background-color: transparent;

    justify-content: space-between;
}

.delivery-nav .nav-link.active {
    opacity: 1;
    background-color: #F6F6F6;
}

.delivery-nav__title {
    font-size: 22px;
    line-height: 28px;

    margin: 0;

    transition: transform .5s ease;
    transform-origin: 0;
}

.delivery-nav .nav-link.active .delivery-nav__title {
    transform: scale(1.3);
}

.delivery-nav__info {
    //position: absolute;
    bottom: 30px;

    display: none;

    width: 100%;

    justify-content: space-between;
}

.delivery-nav .nav-link.active .delivery-nav__info {
    display: flex;

    animation: delivery-info .5s ease forwards;
}

.delivery-nav .tab-vertical-indicator {
    height: 358px;
}

@keyframes delivery-info {
    0% {
        transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}

.delivery-nav__info div {
    display: flex;
    flex-direction: column;

    width: 25%;

    justify-content: space-between;
}

.delivery-nav__info div p {
    margin: 0;
}

.delivery-nav__info div p:first-child {
    font-size: 16px;
    line-height: 16px;

    margin-bottom: 20px;

    opacity: .3;
}

.delivery-nav__info div p:last-child {
    font-size: 22px;
    line-height: 22px;

    opacity: 1;
}

.delivery-page .page__content .tab-content,
.delivery-page .page__content .tab-pane {
    position: relative;
}

.delivery-page {
    position: relative;

    overflow: hidden;
}

.delivery-page .page-wrap {
    position: relative;

    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.delivery-page .page__header {
    position: static;
}

.delivery-page .page__header .page__header-inner {
    position: absolute;
    z-index: 3;
    right: 36px;
}

.delivery-page .page__content {
    width: 65%;
    padding-top: 40px;

    transition: transform .5s ease;
}

.delivery-page .page__subtitle {
    font-size: 34px;
    line-height: 44px;

    width: 60%;
    margin: 0;
    margin-bottom: 40px;
    padding-top: 30px;

    border-top: solid 4px #2E363F;
}

.delivery__img {
    width: 60%;
    margin-bottom: 40px;
}

.delivery__text {
    font-size: 16px;
    line-height: 24px;

    width: 50%;
    margin: 0;
    margin-bottom: 60px;
}

.delivery__text--wide {
    width: 70%;
}

.delivery__text-container {
    width: 50%;
}

.delivery__text-container--wide {
    width: 100%;
}

.delivery__text-container table {
    width: 100%;
    border-collapse: collapse;
}

.delivery__text-container table td {
    padding: 10px 30px;
    font-size: 18px;
}

.delivery__text-container table tr:not(:first-child) td:not(:first-child) {
    border-bottom: 2px solid #eaeaea;
}

.delivery__text-container table tr.last td {
    border-bottom: 2px solid #2E363F!important;
    padding-bottom: 30px;
}

.delivery__text-container table tr.last + tr td {
    padding-top: 30px;
}

.delivery__text-container table tr:first-child {
    background-color: #2E363F;
    border-right: 2px solid #fefefe;
}

.delivery__text-container table tr:first-child td {
    padding: 30px;
    color: #fefefe;
    font-size: 18px;
}

.delivery__text-container table tr:nth-child(2) td {
    padding-top: 50px;
}

.delivery__text-container p {
    font-size: 16px;
    line-height: 24px;
    max-width: 1024px;
    margin: 0;
    margin-bottom: 60px;
}

.delivery .price .price__item {
    width: 100%;
    margin-left: 0;
}

.delivery__text-container ul {
    display: flex;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    flex-wrap: wrap;
    justify-content: flex-start;
}

.delivery__text-container--wide p {
    width: 70%;
}

.delivery__text-container--wide ul {
    width: 70%;
}


.delivery__text-container--wide h2 {
    width: 70%;
}

.delivery__text-container ul li {
    position: relative;

    box-sizing: border-box;
    width: 33.333%;
    margin-bottom: 40px;
    padding: 0 20px;
    padding-left: 30px;
}

.delivery__text-container ul li::before {
    position: absolute;
    top: 5px;
    left: 0;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background-color: #2A323B;
}

.delivery__options {
    display: flex;

    width: 100%;
    margin-bottom: 60px;

    justify-content: flex-start;
}

.delivery__option {
    box-sizing: border-box;
    width: 33.333%;
    padding-right: 60px;
}

.delivery__option .icon + p {
    font-size: 24px;
    line-height: 32px;

    margin: 0;
    margin-bottom: 40px;
}

.delivery__option .icon {
    font-size: 46px;

    margin: 0;
    margin-bottom: 40px;
}

.delivery__option ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.delivery__form-title {
    font-size: 34px;
    line-height: 44px;

    width: 80%;
    margin: 0;
    margin-bottom: 60px;
}

.delivery .form {
    width: 80%;
    margin-left: 0;
}


.delivery .blog-links {
    width: 100%;
    margin-bottom: 60px;
}

.blog-links__wrap {
    display: flex;

    width: 100%;

    justify-content: space-between;
}

.blog-links__title {
    font-size: 34px;
    line-height: 44px;

    margin: 0;
    margin-bottom: 40px;
}

.blog-links .blog-item {
    display: inline-block;

    width: 30%;
    margin-bottom: 0;

    opacity: 1;
}

.delivery .questions {
    width: 100%;
    margin-bottom: 80px;
}

.questions__title {
    font-size: 34px;
    line-height: 44px;

    margin: 0;
    margin-bottom: 40px;
}

.question {
    width: 100%;
    margin-bottom: 2px;
}

.question__title {
    box-sizing: border-box;
    width: 100%;
    padding: 50px;

    cursor: pointer;
    transition: background-color .5s ease, color .5s ease;

    background-color: #F6F6F6;
}

.question__title--active {
    color: #FEFEFE;
    background-color: #2A323B;
}

.question__title p {
    font-size: 22px;
    line-height: 30px;

    margin: 0;
}

.question__descr {
    display: none;

    box-sizing: border-box;
    width: 100%;
    padding: 60px;
    padding-left: 150px;

    background-color: #EAEAEA;
}

.question__descr p {
    font-size: 22px;
    line-height: 30px;

    margin: 0;
}




.page.about {
    padding-bottom: 1px;
}

.page__footer {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.page__footer a {
    position: fixed;
    left: 250px;
    bottom: 40px;
    z-index: 1;
}
.page__footer a {
    display: block;

    /*width: 100%;*/

    cursor: pointer;
    text-decoration: none;

    color: #2A323B;
}

.page__footer a > span {
    font-size: 40px;

    margin-right: 20px;

    vertical-align: middle;
}


.about .page__subtitle {
    font-size: 34px;
    line-height: 44px;

    position: relative;

    width: 40%;
    margin: 0;
    margin-top: 20px;
    margin-left: 10%;
    /*padding-top: 30px;*/

    /*border-top: solid 4px #2E363F;*/
}
    .about .page__subtitle-text {
        display: block;
        border-top: solid 4px #2E363F;
        padding-top: 30px;
    }

.about__achievement {
    display: flex;

    margin-bottom: 200px;

    transition: transform .5s ease;

    align-items: flex-start;
    justify-content: space-between;
}

.about__achievement p {
    font-size: 22px;
    line-height: 28px;

    width: 20%;
    margin: 0;
    padding: 0 20px;
    padding-top: 200px;

    transition: transform .5s ease;
}

.about__achievement p:first-child {
    padding-left: 0;
}

.about__achievement p:last-child {
    padding-right: 0;
}

.about__achievement .about__section-title {
    font-size: 34px;
    line-height: 44px;

    margin-bottom: auto;
    padding-top: 40px;

    border-top: 4px solid #2E363F;
}

.gallery {
    position: relative;

    margin-bottom: 80px;

    transition: transform .5s ease;
}

.gallery  .gallery__header {
    position: relative;

    display: flex;

    width: 80%;
    margin-bottom: 80px;
    margin-left: 20%;
    padding-top: 40px;

    border-top: 4px solid #2E363F;

    justify-content: space-between;
}

.gallery__title {
    font-size: 34px;
    line-height: 44px;

    margin: 0;
}

.gallery .nav {
    position: relative;
}

.gallery .nav-item {
    z-index: 2;

    display: inline-block;

    margin-right: 20px;
}

.gallery .tab-indicator {
    height: 40px!important;
}

.gallery .nav-link {
    font-family: 'Athelas';
    font-size: 16px;
    font-weight: 400;

    z-index: 3;

    display: block;

    box-sizing: border-box;
    height: 40px;
    padding: 0 20px;
    padding-top: 13px;
    padding-left: 40px;

    transition: opacity .5s ease;
    text-align: center;
    text-decoration: none;

    color: #2A323B;
    border: none;
}

.gallery__main {
    position: relative;

    width: 100%;
}

.gallery__main .tab-content,
.gallery__main .tab-pane {
    position: relative;
}


.gallery__carousel {
    position: relative;

    height: 100%;
    margin-left: -36px;
}


.gallery__carousel .owl-dots__wrap {
    position: absolute;
    top: 50px;
    right: 10%;

    overflow: hidden;

    width: 130px;
    height: auto;
}

.gallery__carousel .owl-dots {
    position: static;

    display: inline-flex;

    transition: transform .5s ease;
}

.gallery__carousel .owl-dot {
    width: auto;
    height: auto;
    margin-right: 15px;

    background-color: transparent;
}

.gallery__carousel-item {
    display: flex;

    width: 95vw;

    align-items: flex-end;
}

.gallery__img-wrap {
    overflow: hidden;

    width: 70%;
    padding-right: 40px;
}

.gallery__img-wrap img {
    overflow: hidden;

    max-width: 100%;
    max-height: 100%;
}

.gallery__info {
    width: 30%;
    margin-bottom: 40px;
}

.gallery__info p {
    font-size: 22px;

    margin: 0;
}

.gallery__info p:first-child {
    margin-bottom: 30px;
}

.gallery__carousel .owl-nav {
    position: absolute;
    top: 40px;
    right: 25%;
}

.workers__carousel {
    position: relative;

    padding-bottom: 80px;
}

.workers__carousel .owl-dots__wrap {
    position: absolute;
    top: -70px;
    left: 30%;

    overflow: hidden;

    width: 130px;
    height: auto;
}

.workers__carousel .owl-dots {
    position: static;

    display: inline-flex;

    transition: transform .5s ease;
}

.workers__carousel .owl-dot {
    width: auto;
    height: auto;
    margin-right: 15px;

    background-color: transparent;
}

.workers__carousel .owl-item {
    width: 20%;
}

.workers__item {
    box-sizing: border-box;
    padding: 40px;
    height: 650px;
    overflow: hidden;

    transition: background-color .5s ease;

    background-color: #FEFEFE;
}

.workers__item-wrap {
    display: flex;
    flex-direction: column;

    height: 100%;

    text-decoration: none;

    color: #2A323B;
}

.workers__item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.workers__item-img {
    max-width: 100%;
    margin-bottom: 40px;
}

.workers__item-name {
    font-size: 22px;
    line-height: 28px;

    margin: 0;
    margin-bottom: 60px;
}

.workers__item-rank {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    text-align: right;
}

.workers__carousel .owl-nav {
    position: absolute;
    top: -80px;
    left: 20%;
}


.statistic {
    display: flex;

    width: 80%;
    margin-bottom: 150px;
    margin-left: 20%;
    padding-top: 40px;

    border-top: 4px solid #2E363F;

    justify-content: space-between;
}

.statistic__item {
    width: 25%;
    padding: 0 20px;
}

.statistic__item:first-child {
    padding-left: 0;
}

.statistic__item:last-child {
    padding-right: 0;
}

.statistic__title {
    font-family: 'Tinos';
    font-size: 110px;
    font-weight: 400;
    line-height: 100px;

    margin: 0;
    margin-bottom: 50px;
}

.statistic__text {
    font-size: 22px;
    line-height: 28px;

    margin: 0;

    text-align: right;
}

.workers .workers__header {
    width: 40%;
    margin-bottom: 40px;
    padding-top: 40px;

    border-top: 4px solid #2E363F;
}

.workers .workers__header p {
    font-size: 34px;
    line-height: 44px;

    margin: 0;
}

.reviews .reviews__title {
    width: 40%;
    margin-bottom: 40px;
    margin-left: 20%;
    padding-top: 40px;

    border-top: 4px solid #2E363F;
}

.reviews .reviews__title p {
    font-size: 34px;
    line-height: 44px;

    margin: 0;
}

.reviews__item {
    display: flex;

    min-height: 200px;
    margin-bottom: 40px;
    padding-bottom: 40px;

    transition: opacity .5s ease;

    border-bottom: solid 2px #E5E9EF;

    justify-content: space-between;;
}

.reviews__who {
    box-sizing: border-box;
    width: 20%;
    margin: 0;
    padding-right: 20px;
}

.reviews__text {
    width: 40%;
    margin: 0;
}

.reviews__company {
    box-sizing: border-box;
    width: 40%;
    margin: 0;
    padding: 0 20px;
}

.reviews__item-text {
    font-size: 22px;
    line-height: 28px;
}

.reviews__more-btn {
    box-sizing: border-box;
    height: 150px;
    margin-bottom: 80px;
    padding: 50px 0;

    cursor: pointer;
    transition: opacity .5s ease;
    text-align: center;

    opacity: 1;
    background-color: #F6F6F6;
}

.blog__more-btn {
    box-sizing: border-box;
    height: 150px;
    padding: 50px 0;

    cursor: pointer;
    transition: opacity .5s ease;
    text-align: center;

    opacity: 1;
    background-color: #F6F6F6;
}

.reviews__more-btn p, .blog__more-btn p {
    font-size: 20px;

    vertical-align: middle;
}

.reviews__item-title {
    font-size: 16px;

    margin-bottom: 30px;

    opacity: .3;
}

.reviews__company .reviews__item-text {
    font-size: 16px;
    line-height: 28px;
}


.success-message {
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 700px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #394551;
    background-repeat: repeat;
    z-index: 99993;
    padding-top: 40px;
    color: #FEFEFE;
}
.success-message__title {
    font-family: 'Tinos';
    font-size: 80px;
    font-weight: 400;
    line-height: .88;
    margin: 0;
    margin-bottom: 40px;
}

.success-message__text {
    font-family: 'Helvetica';
    font-size: 28px;
    line-height: 100%;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.success-message__close {
    position: absolute;
    width: 40px;
    right: 20px;
    top: 20px;
    height: 40px;
    border-radius: 50%;
    background-color: #FEFEFE;
    cursor: pointer;
    display: block;
    opacity: 1;
}

.success-message__close::after {
    content: "×";    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 34px;
    color: #2D343C;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2;
}


.copyright {
    font-family: 'Helvetica';
    margin-bottom: 30px;
    opacity: .5;
    font-weight: 500;
}

.copyright a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity .5s ease;
}













/*media queries*/





@media (min-width: 1920px) {
    .swiper-slide__title {
        font-size: 54px;
    }

    .swiper-slide__title--half-opacity {
        font-size: 80px;
    }

    .swiper-slide__number-cur {
        font-size: 110px;
    }
    .swiper-slide__number-total {
        font-size: 55px;
    }
    .swiper-slide__subtitle {
        font-size: 80px;
    }

    .swiper-slide__descr {
        font-size: 20px;
    }
    .flex-text__title {
        font-size: 34px;
    }
}
@media (min-height: 900px) {
    .modal__scroll-wrap > div {
        height: 100%;
    }
}

@media (max-height: 900px) {
    .swiper-slide__header {
        min-height: 160px;
        padding-top: 40px;
    }

    .swiper-slide__footer {
        height: 70px;
    }

    .contacts {
        font-size: 20px;

        padding-top: 25px;
        padding-left: 30px;
    }

    .contacts__links {
        bottom: 25px;
    }

    .flex-col-item__title {
        height: 80px;
    }

    .mainDirections-carousel .flex-col-item__title {
        height: 50px;
    }

    .transport__footer {
        padding-bottom: 25px;
    }
}

@media (max-height: 800px) {
    .page-footer {
        height: 90px;
    }

    .swiper-container {
        top: 123px;
        bottom: 90px;
    }

    .swiper-slide__subtitle {
        margin-bottom: 50px;
    }

    .transport__footer {
        padding-bottom: 0;
    }
}

@media (max-height: 700px) {
    .swiper-slide__descr {
        display: none;
    }

    .swiper-slide__header {
        min-height: 140px;
        padding-top: 30px;
    }

    .advantages-carousel {
        margin: 0;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .contacts {
        height: 50%;
    }
}

@media (max-width: 1650px) {
    /*.menu {display: none;}*/
    .menu__item {margin-right: 25px;}
    .menu__item:last-child {display: none;}
    .page-header .right-menu {
        justify-content: flex-end;
    }
}

@media (max-width: 1600px) {
    .nav-tabs--left .nav-link {
        font-size: 20px;
    }

    .flex-col-item__title {
        font-size: 18px;
        line-height: 100%;
    }

    .flex-text__title {
        font-size: 3vh;
    }

    .flex-col-item__pretitle {
        font-size: 70px;
    }

    .flex-text__descr {
        width: 30%;
    }

    .delivery-nav {
        width: 480px;
    }

    .delivery-nav .nav-link.active .delivery-nav__title {
        transform: scale(1.2);
    }

    .delivery-nav__info div {
        width: 30%;
    }
}

@media (max-width: 1440px) {

    .btn--margin {margin-left: 35px;}
    .swiper-slide__optional {left: 27%;}
    .tab-pane--flex .tab-content {left: 27%;}
    .price-carousel__nav {left: 27%;}
    .menu__item:first-child {display: none;}
    .nav-tabs--left .nav-link {padding-left: 36px;}
    .menu-modal__menu-item > p,
    .menu-modal__menu-item > a {
        font-size: 45px;
    }

    .modal__title {
        font-size: 55px;
    }

    .modal__descr {
        font-size: 24px;
    }

    .modal__form {
        width: 80%;
    }

    .modal__form label,
    .modal__form input,
    .modal__form textarea {
        font-size: 16px;
    }

    .optionalServices-carousel {
        overflow: hidden;

        padding-right: 0;
    }

    .flex-col-item {
        width: 80%;
    }


    .price-item {
        padding: 36px;
    }

    .flex-text {
        margin-bottom: 30px;
    }

    .nav-tabs--left .nav-link {
        font-size: 18px;
        line-height: 100%;
    }

    .flex-col-item__pretitle {
        font-size: 45px;

        margin-bottom: 35px;
    }

    .flex-col-item__title {
        font-size: 16px;
        line-height: 100%;

        height: 35px;
    }

    .optionalServices-carousel .flex-col-item__title {
        height: 80px;
    }

    .flex-col-item__descr {
        font-size: 14px;
        line-height: 140%;
    }

    .price-item__header p {
        font-size: 20px;
    }

    .price-item__cost {
        font-size: 40px;
    }

    .price-item .btn--hide {
        bottom: 20px;
    }
    .mainDirections-carousel .flex-col-item__title {
        height: 30px;
    }

    .transport__footer {
        padding-bottom: 25px;
    }

    .price .page__subtitle {
        font-size: 30px;
        line-height: 40px;
    }

    .about .page__subtitle {
        font-size: 30px;
        line-height: 40px;
    }

    .advantages-carousel {
        margin: 0;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .delivery-page .page__scroll-down {
        display: none;
    }

    .delivery-nav {
        margin-bottom: 0;
    }

    .page__text ul,
    .page__text ol {
        width: 70%;
    }

    .blog-post .page__text p {
        width: 70%;
    }

    .blog-post .page__text p.big {
        width: 80%;
    }
}

@media (max-width: 1366px) {
    .swiper-container {top: 80px;}
    .fancyBox-base {top: 80px;}
    .fancybox-close-small {top: -60px;}
    .page-header {
        height: 80px;
        font-size: 14px;
    }
    .page-header .logo {max-width: 60px;}
    .map {
        width: 60%;
    }

    .contacts {
        top: 0;
        left: 60%;

        width: 40%;
        height: 100%;
    }

    .blog-item {
        width: 25%;
    }

    .blog-item--wide {
        width: 50%;
    }

    .in-blog {
        font-size: 14px;

        width: 25%;
    }

    .delivery-nav {
        width: 420px;
    }

    .delivery-nav__info div {
        width: 30%;
    }

    .delivery-nav__info div p:last-child {
        font-size: 16px;
        line-height: 16px;
    }

    .delivery-nav__info div p:first-child {
        font-size: 14px;
        line-height: 14px;
    }

    .delivery-page .page__subtitle {
        font-size: 28px;
        line-height: 38px;
    }

    .delivery__img {
        width: 75%;
    }

    .delivery__form-title {
        font-size: 28px;
        line-height: 38px;
    }

    .blog-links__title {
        font-size: 28px;
        line-height: 38px;
    }

    .questions__title {
        font-size: 28px;
        line-height: 38px;
    }

    .question__title p {
        font-size: 20px;
        line-height: 28px;
    }

    .question__descr p {
        font-size: 20px;
        line-height: 28px;
    }

    .question__descr {
        padding-left: 100px;
    }

    .blog-links__wrap {
        flex-wrap: wrap;
    }

    .blog-links .blog-item {
        width: 50%;
        margin-bottom: 60px;
    }

    .delivery__option .icon + p {
        font-size: 20px;
        line-height: 28px;
    }

    .gallery__carousel .owl-nav {
        right: 23%;
    }

    .gallery__info p {
        font-size: 20px;
    }

    .modal__workers-info {
        flex-wrap: wrap;
    }

    .modal__workers-rank {
        width: 100%;
        margin-bottom: 40px;
    }

    .modal__workers-info {
        width: 70%;
    }

    .swiper-slide__header {
        min-height: 110px;
        padding-top: 20px;
    }
}

@media (max-width: 1280px) {
    .menu-modal__menu {
        width: 100%;
    }
    .modal__form {padding-bottom: 50px;}
    .nav-tabs--left .nav-link {
        font-size: 14px;
        line-height: 18px;
    }

    .page-header .btn--blue {
        width: 90px;
        margin-right: 15px;
    }
    .page-header .phone {}
    .page-header .email {
        display: none;
    }

    .price-carousel .price-item {
        width: 45vw;
    }

    .price-carousel .owl-item:last-child .price-item {
        width: 55vw;
    }

    .swiper-slide__title {
        font-size: 5vh;
    }

    .swiper-slide__title--half-opacity {
        font-size: 7vh;
    }

    .swiper-slide__subtitle {
        font-size: 7vh;
        margin-top: -5px
    }

    .swiper-slide__number-cur {
        font-size: 9vh;
    }
    .swiper-slide__number-total {
        font-size: 4.5vh;
    }

    .swiper-slide__optional {
        /*left: 30%;*/
    }

    .video-link {
        left: 30%;
    }

    .price-carousel__nav {
        /*left: 30%;*/
    }

    .swiper-slide__optional--center {
        position: relative;
        left: 0;
    }

    .page__text {
        width: 60%;
        margin-left: 20%;
    }

    .blog-post .page__text {
        margin-left: 20%;
        width: 80%;
    }

    .page__text--wide {
        width: 80%;
        margin-left: 20%;
    }

    .blog-post__img {
        max-width: 80%;
        margin-left: 10%;
    }

    .page__text--wide h2 {
        width: 80%;
    }

    .page__text--wide p {
        width: 80%;
    }

    .blog-post .page__text h2 {
        width: 80%;
    }

    .blog-post .page__text p {
        width: 80%;
    }

    .blog-post .page__text p.big {
        width: 80%;
    }

    .page__text ul,
    .page__text ol {
        width: 80%;
    }

    .price .page__subtitle {
        font-size: 26px;
        line-height: 36px;

        margin-left: 6%;
    }

    .delivery-page .page__content {
        width: 60%;
    }

    .delivery-page .page__subtitle {
        font-size: 24px;
        line-height: 34px;

        width: 70%;
    }

    .delivery__img {
        width: 80%;
    }

    .delivery__text {
        width: 70%;
    }
    .delivery__text-container {
        width: 70%;
    }

    .delivery__text-container--wide {
        width: 100%;
    }

    .delivery__text-container ul li {
        width: 50%;
        padding-right: 30px;
    }

    .delivery__option {
        width: 50%;
    }

    .delivery__form-title {
        font-size: 24px;
        line-height: 34px;
    }

    .about .page__subtitle {
        font-size: 26px;
        line-height: 36px;

        margin-left: 6%;
    }

    .about__achievement .about__section-title {
        font-size: 26px;
        line-height: 36px;
    }

    .about__achievement p {
        font-size: 16px;
        line-height: 24px;
    }

    .statistic__title {
        font-size: 100px;
        line-height: 90px;
    }

    .statistic__text {
        font-size: 20px;
        line-height: 26px;
    }

    .workers .workers__header {
        width: 50%;
    }

    .workers__carousel .owl-nav {
        left: 25%;
    }

    .workers__carousel .owl-dots__wrap {
        left: 40%;
    }

    .gallery__carousel .owl-nav {
        top: 20px;
    }

    .gallery__carousel .owl-dots__wrap {
        top: 30px;
    }

    .price .page__title {
        max-width: 25%;
    }
}


@media (min-width: 1025px) {
    .page-header .phone:hover,
    .page-header .email:hover {
        opacity: .5;
    }

    .back-call:hover {
        opacity: 1;
    }

    .page-header .logo:hover {
        transform: translate3d(0, -10px, 0);
    }

    .menu__item a:hover {
        opacity: 1;
    }

    .request:hover {
        opacity: .5;
    }

    .menu-btn:hover {
        opacity: .5;
    }

    .btn:hover {
        opacity: .5!important;
    }

    .video-link:hover {
        opacity: 1;
    }

    .social__item:hover .icon-facebook .path1:before {
        color: rgb(242, 245, 250);
    }
    .social__item:hover .icon-facebook .path2:before {
        color: rgb(46, 54, 63);
    }
    .social__item:hover .icon-twitter .path1:before {
        color: rgb(242, 245, 250);
    }
    .social__item:hover .icon-twitter .path2:before {
        color: rgb(46, 54, 63);
    }

    .contacts__links a:hover {
        opacity: 1;
    }

    /*.price-carousel .price-item:hover .price-item__cost {
        transform: translate3d(0, -120%, 0);
    }*/

    /*.price-carousel .price-item:hover .btn {
        opacity: 1;
    }*/

    .price-carousel__nav div:hover {
        opacity: .5;
    }

    .menu-modal__menu-item > a:hover {
        opacity: 1;
    }

    .menu-modal__submenu a:hover {
        opacity: 1;
    }

    .fancybox-close-small:hover::after {
        font-size: 34px;

        color: #2D343C;
        background-color: transparent;
    }

    .video-close-btn:hover {
        opacity: 1;
    }

    .down-arrow:hover {
        transform: translate3d(0, -5px, 0);
    }

    .nav-item .nav-link:not(.active):hover {
        opacity: .5;
    }

    .owl-dot:not(.active):hover {
        opacity: .7;
    }

    .fancybox-close-small:hover,
    .success-message__close:hover {
        animation: fast-fotate .5s ease forwards;
    }

    @keyframes fast-fotate {
        0% {
            transform: rotate(0deg);
        }
        50% {
            transform: rotate(-45deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }

    .blog-item:hover .blog-item__views {
        transform: translate3d(15px, 0, 0);
    }

    .blog-item:hover .blog-item__dateTime {
        transform: translate3d(-15px, 0, 0);
    }

    .blog-item:hover .blog-item__photo {
        transform: scale(1.1);
    }

    .blog-select__select:hover {
        opacity: .7;
    }
    .breadcrumbs a:hover {
        opacity: .5;
    }

    .in-blog__item:hover {
        opacity: .5;
    }

    .in-blog a:hover {
        opacity: .5;
    }

    .delivery-nav .nav-link:not(.active):hover {
        opacity: 1;
    }

    .workers__item:hover {
        background-color: #F6F6F6;
    }

    .reviews__more-btn:hover {
        opacity: .5;
    }

    .error-page__descr a:hover {
        opacity: .5;
    }

    .page__footer a:hover .icon-Group .path1:before {
        color: rgb(42, 50, 59);
    }

    .page__footer a:hover .icon-Group .path2:before {
        color: rgb(229, 233, 239);
    }
    .page__footer a:hover .icon-Group .path3:before {
        color: rgb(229, 233, 239);
    }

    .modal-links a:hover {
        opacity: .5;
    }

    .flex-col-item__title a:hover {
        opacity: .5;
    }

    .copyright a:hover {
        opacity: .5;
    }
}

@media (max-width: 1024px) {
    .page__footer {
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%!important;
        background-color: #ffffff;
        height: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 15px;
        margin-bottom: 0;
        z-index: 2;
    }
    .page__footer a {
        position: static;
        font-size: 14px;
    }
    // .fancybox-bg,
    // .fancybox-inner,
    // .fancybox-outer,
    // .fancybox-stage {overflow: hidden;}
    .modal__form label.fullWidth {margin-right: 0}

	.page-header .phone {display: none}
	.nav-tabs--left .nav-link {
		padding: 0 15px;
	}
	.tab-vertical-indicator {width: 6px;}
    .tab-pane--paddingTop {
        padding-top: 30px;
    }
    .nav-tabs--left .nav-link {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .btn--margin {margin-left: 150px;}
    .menu-modal__menu-item > p,
    .menu-modal__menu-item > a {
        font-size: 35px;
    }

    .menu-modal__menu-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .background-video video {
        max-height: 100%;
    }


    .advantages-carousel {margin-top: 10%;}
    .swiper-slide__footer {height: 70px;}

    .modal__title a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .modal__title a:nth-of-type(1) {
        margin-top: 30px;
    }

    .modal__form {
        width: 100%;
    }
    .modal__form label:nth-of-type(1) {
        margin-right: 18%;
    }

    .modal__descr {
        width: 50%;
    }
    .modal__rules {line-height: 16px;}

    .price-carousel .price-item {
        width: 50vw;
        padding-bottom: 20px;

        justify-content: flex-end;
    }

    .price-carousel .owl-item:last-child .price-item {
        width: 50vw;
    }

    .price-item__header {
        margin-bottom: auto;
    }

    .price-item .btn--hide {
        position: static;

        opacity: 1;
    }

    .page-footer {
        height: 100px;
    }

    .swiper-container {
        top: 80px;
        bottom: 100px;
    }

    .swiper-slide__optional {
        font-size: 14px;
    }

    .video-link {
        font-size: 14px;

        top: auto;
        right: 105px;
        bottom: -35px;
        left: auto;
    }

    .swiper-slide__content--transparent-bg {
        overflow: visible;
    }



    .swiper-slide__header {
        position: static;

        height: 120px;
        min-height: 120px;
        padding-top: 20px;

        flex-wrap: wrap;
    }

    .swiper-slide__header--smallHeight {
        height: auto;
        min-height: auto;
    }

    .swiper-slide__header--additHeight {
        height: 170px;
        min-height: 170px;
    }

    .swiper-slide__header .btn {
        position: absolute;
        top: 90px;
    }

    .swiper-slide__optional {
        top: 115px;
        left: 0;
    }

    .swiper-slide__optional--bottom {
        top: auto;
        right: 36px;
        bottom: 30px;
        margin-bottom: 0;
        left: auto;
    }

    .nav-tabs--left {
        width: 30%;
    }

    .tab-pane--flex .tab-content {
        left: 30%;
    }


    .transport {
        padding-top: ;
        flex-direction: row;
        align-items: flex-start;
    }

        .transport__img {
            left: 45%;
            top: 40%;
        }

        .transport__header {
            display: none;
        }

        .transport__footer {
            justify-content: space-between;
            align-items: flex-start;
            flex-direction: column;

            width: 100%;
            height: 100%;
            padding-top: 22px;
            padding-left: 35px;
            padding-right: 15px;

            box-sizing: border-box;
        }

        .transport__characteristics {
            width: 100%;
            padding-right: 0;
            order: -1;
            margin-bottom: 10px;
            flex-direction: column;
        }

            .transport__characteristics p {
                font-size: 14px;
                margin-bottom: 10px;
            }

    .price-carousel__nav {
        top: 90px;
        left: 36px;
    }

    .flex-text__title {
        font-size: 22px;
    }

    .flex-text__descr {
        display: none;
    }

    .swiper-slide__optional--center {
        position: absolute;
    }

    .contacts {
        font-size: 18px;
    }

    .swiper-slide__title--half-opacity {
        font-size: 32px;
    }

    .swiper-slide__subtitle {
        font-size: 32px;
    }

    .swiper-slide__number-cur {
        font-size: 70px;
    }

    .swiper-slide__number-total {
        font-size: 35px;
        margin-top: .1em;
    }

    .swiper-slide__title {
        font-size: 32px;
    }

    .swiper-slide:first-child .swiper-slide__title {font-size: 45px;}
    .swiper-slide:first-child .swiper-slide__subtitle {font-size: 45px;}

    .contacts {
        padding-top: 25px;
        padding-left: 30px;
    }

    .contacts__links {
        left: 30px;
    }

    .price-item__cost {
        font-size: 34px;
    }

    .price-item__cost span.price-item__from {
        top: -40px;
    }

    .price-item__cost span {
        font-size: 20px;
    }

    .mobile-scroll {
        width: 100%;
        padding: 0 15px;
    }

    .mobile-scroll::after {
        visibility: visible;
    }

    .mobile-scroll .nav-tabs .nav-item:last-child {
        padding-right: 25px;
    }

    .page--blog {
        padding-bottom: 100px;
    }

    .blog-item {
        width: 50%;
    }

    .blog-item--wide {
        width: 50%;
    }

    .blog-item--wide .blog-item__title {
        font-size: 28px;
        line-height: 38px;
    }

    .blog-select {
        display: none;
    }

    .page__title {
        font-size: 32px;
    }

    .page__header {
        padding-bottom: 40px;
    }

    .page__text p {
        font-size: 18px;
        line-height: 20px;
    }

    .page__text--wide p {
        font-size: 14px;
        line-height: 18px;
    }

    .page__text--wide h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .blog-post .page__text p {
        font-size: 14px;
        line-height: 18px;
    }

    .blog-post .page__text p.big {
        font-size: 14px;
        line-height: 18px;
    }

    .page__text ul li,
    .page__text ol li {
        font-size: 14px;
        line-height: 18px;
    }

    .blog-post .page__text h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .blog-post__title {
        font-size: 30px;
        line-height: 40px;
    }

    .in-blog {
        display: none;
    }

    .breadcrumbs {
        display: none;
    }

    .price .page__header {
        flex-direction: column;

        padding-bottom: 150px;
    }

    .price .page__subtitle {
        position: static;

        width: 80%;
        margin-left: 20%;
    }

    .price__item {
        margin-left: 20%;
    }

    .price__item .price-item {
        height: 380px;
    }

    .price .page__title {
        width: auto;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .price .page__text {
        font-size: 30px;
        line-height: 40px;

        width: 60%;
        margin-bottom: 100px;
    }

    .form {
        width: 60%;
    }

    .form label {
        font-size: 20px;
        line-height: 28px;
    }

    .form input {
        font-size: 20px;
        line-height: 28px;
    }

    .price-item__parameters {
        margin-bottom: 40px;
    }

    .error-page {
        padding-top: 150px;
    }

    .delivery-page .page-wrap {
        flex-direction: column;
    }

    .delivery-page .page__content {
        width: 100%;
    }

    .delivery-nav .tab-vertical-indicator {
        display: none;
    }

    .delivery-nav {
        overflow-y: hidden;

        box-sizing: border-box;
        width: 100vw;
        margin-right: -36px;
    }

    .delivery-nav .nav {
        position: relative;

        display: block;
        overflow: hidden;
        overflow-x: scroll;

        margin-bottom: -25px;
        padding-bottom: 25px;

        white-space: nowrap;

        flex-wrap: nowrap;
    }

    .delivery-nav .nav-item {
        display: inline-block;

        height: 200px;
    }

    .delivery-nav .nav-item.active {
        height: 200px;
    }

    .delivery-nav__info {
        display: flex;

        animation: none;
    }

    .delivery-nav .nav-link.active .delivery-nav__info {
        animation: none;
    }

    .delivery-nav .nav-item {
        width: 55vw;
        margin-right: -5px;
    }

    .delivery-nav .nav-link.active .delivery-nav__title {
        transform: scale(1);
    }

    .delivery-nav__title {
        font-size: 18px;
        line-height: 23px;
    }

    .delivery-nav .nav-link {
        padding: 15px;
        padding-left: 21px;
    }

    .delivery-nav__info {
        bottom: 15px;
    }

    .delivery-nav__info div p:first-child {
        font-size: 12px;
        line-height: 100%;
    }

    .delivery-page .page__subtitle {
        width: 100%;
    }

    .delivery__img {
        margin-left: 10%;
    }

    .about .page__header {
        margin-bottom: 40px;
    }

    .about .page__subtitle {
        position: static;

        width: 60%;
        margin-left: auto;
    }

    .about__achievement {
        margin-bottom: 100px;

        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .about__achievement p {
        box-sizing: border-box;
        width: 33.333%;
        padding-top: 60px;
    }

    .about__achievement .about__section-title {
        font-size: 22px;
        line-height: 32px;
    }

    .statistic {
        width: 100%;
        margin-left: 0;
    }

    .workers__carousel .owl-dots__wrap {
        display: none;
    }

    .workers__carousel .owl-nav {
        left: 40%;
    }

    .workers__item-name {
        font-size: 20px;
        line-height: 26px;

        margin-bottom: 40px;
    }

    .workers__item-rank {
        font-size: 14px;
        line-height: 20px;
    }

    .reviews .reviews__title {
        width: 50%;
        margin-left: 25%;
    }

    .reviews__item-text {
        font-size: 16px;
        line-height: 22px;
    }

    .reviews__company .reviews__item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .reviews__item {
        min-height: 150px;
    }

    .reviews__more-btn {
        height: 100px;
        padding: 25px 0;
    }

    .reviews__more-btn p {
        font-size: 16px;
    }

    .reviews__more-btn {
        margin-bottom: 40px;
    }

    .gallery__carousel-item {
        width: 96vw;
    }

    .gallery__carousel .owl-stage-outer,
    .gallery__carousel .owl-stage {
        overflow: hidden;
    }

    .gallery__carousel .owl-nav {
        top: -50px;
        right: 0;
    }

    .gallery__carousel .owl-dots__wrap {
        display: none;
    }

    .gallery__carousel-item {
        align-items: center;
    }

    .gallery__info p {
        font-size: 16px;
    }

    .gallery__img-wrap {
        padding-right: 20px;
    }

    .modal__workers-info {
        width: 100%;

        order: 3;
    }

    .modal__workers-img {
        width: 50%;
        margin-bottom: 40px;
    }

    .modal__workers-email {
        margin-bottom: 80px;
    }

    .modal__workers-tabs {
        width: 100%;
        margin-left: 0;
    }

    .modal__workers-name {
        margin-right: 200px;
    }

    .modal__workers-tabs-content .tab-pane div p {
        font-size: 14px;
        line-height: 22px;
    }

    .modal__workers-header {
        margin-bottom: 60px;
    }

    .page__scroll-down {
        display: none;
    }

    .workers__carousel .owl-stage-outer,
    .workers__carousel .owl-stage {
        overflow: hidden;
    }

    .flex-col-item .more-btn {
        display: block;
    }

    .form label.checkbox-label .checkbox-custom + p.label {
        width: 80%;
        font-size: 14px;
    }

    .modal__form label.checkbox-label .checkbox-custom + p.label {
        width: 80%;
        font-size: 12px;
        line-height: 12px;
    }
    .modal__form label.checkbox-label .checkbox-custom {margin-right: 15px;}

    .delivery__text-container table td {
        font-size: 16px;
    }
}


@media(max-width: 1024px) and (min-width: 700px){
    .page__header--price .page__title {
        width: 33.3334%;
    }
    .page__header--price .page__subtitle {
        width: 66.6667%;
        padding-left: 20px;
        box-sizing: border-box;
    }
}


@media (max-width: 1023px){
    .menu {display: none;}
}

@media (max-width: 700px) {

    .page__footer a{position: static;}

    .blog-post {
        min-height: calc(100% - 116px);
    }
    .menu-modal__menu-item > p,
    .menu-modal__menu-item > a {
        font-size: 30px;
    }

    .menu-modal__submenu li {
        width: 33.333%;
        margin-bottom: 20px;
        padding-right: 30px;
    }

    .video-close-btn {
        top: 17px;
        right: 15px;

        width: 30px;
        height: 30px;
    }

    .video-close-btn:before,
    .video-close-btn:after {
        height: 30px;
    }

    .page {
        padding-bottom: 50px!important;
    }
    .contacts-page {
        padding-bottom: 0!important;
    }

    .page-wrap {
        padding: 0 15px;
    }

    .page-wrap--zeroPadding {
        padding: 0;
    }

    .page-wrap--zeroPadding .swiper-slide__header {
        padding-right: 15px;
        padding-left: 15px;
    }

    .page-header {
        height: 65px;
    }

    .js-line {
        top: 67px;
    }

    .page-header .logo {
        max-width: 50px;
    }

    .menu-btn {
        width: 30px;
        height: 30px;
    }

    .menu-btn span {
        top: 12px;
        left: 8px;

        width: 15px;
        height: 2px;
    }

    .menu-btn span:last-child {
        top: auto;
        bottom: 12px;
    }

    .request {
        font-size: 12px;

        width: 80px;
        height: 30px;
        padding-top: 10px;
    }

    .back-call {
        font-size: 12px;
    }
    .page__content blockquote{
        width: 60%;
    }

    .back-call svg {
        width: 30px;
        height: 30px;
    }

    .price-carousel .price-item {
        width: 100vw;
    }

    .price-carousel .owl-item:last-child .price-item {
        width: 100vw;
    }

    .page-footer {
        height: 60px;
        padding: 0 15px;
    }

    .scroll-down {
        font-size: 12px;
    }

    .social {
        display: none;
    }

    .swiper-container {
        top: 65px;
        bottom: 60px;
    }

    .swiper-slide__footer {
        height: 70px;
    }

    .swiper-slide__optional--bottom {
        display: none;
    }

    .nav-tabs--left {
        width: 35%;
    }

    .tab-pane--flex .tab-content {
        left: 35%;
    }

    .transport {
        flex-direction: column;

        justify-content: flex-end;
    }

    .transport__img {
        left: 30%;
        top: 15%;

        max-width: 100%;
        max-height: 100%;
    }

    .transport__characteristics p {
        font-size: 12px;
    }

    .optionalServices-carousel {
        padding-left: 15px;
    }

    .tab-pane--paddingTop {
        padding-top: 20px;
    }

    .video-link {
        right: 15px;
    }

    .video-link svg {
        width: 30px;
        height: 30px;
    }
    .icon-play_button,
    .icon-phone_icon {
        font-size: 30px;
    }

    .flex-text__title {
        width: 100%;
        padding: 0;
    }

    .price-item {
        padding: 20px 15px;
    }

    .price-carousel__nav div,
    .owl-nav div {
        width: 35px;
        height: 30px;
    }

    .price-carousel__nav div::before,
    .price-carousel__nav div::after,
    .owl-nav div::before,
    .owl-nav div::after {
        top: 12px;
        left: 11px;

        border-width: 4px 12px 4px 0;
    }

    .price-carousel__nav {
        top: 100px;
        left: 15px;
    }

    .swiper-slide__header .btn {
        top: 100px;
    }

    .price-item__header p {
        font-size: 18px;
    }

    .down-arrow {
        border-width: 8px 8px 0 8px;
    }

    .map {
        width: 100%;
        height: 100%;
    }

    .contacts {
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        height: 40%;
        width: 100%;
    }

    .contacts__address {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .contacts__address span br {
        display: none;
    }

    .contacts__links {
        font-size: 13px;
        position: static;
        width: 100%;
    }

    .fancyBox-base {
        top: 66px;
    }

    .btn {
        font-size: 12px;

        width: 140px;
        height: 30px;
        padding-top: 10px;
    }

    .page-header .btn--blue {
        font-size: 12px;

        width: 90px;
        height: 30px;
        padding-top: 9px;
    }

    .fancybox-close-small {
        top: -48px;
        right: 15px;

        width: 30px;
        height: 30px;
    }

    .fancybox-close-small::after {
        font-size: 30px;

        top: 0;
        right: 0;
    }

    .modal {
        padding-left: 15px;
    }

    .modal__scroll-wrap {
        padding-top: 20px;
        padding-right: 15px;
    }

    .modal__wrap {
        flex-direction: column;

        justify-content: space-between;
    }

    .modal__left,
    .modal__right {
        flex-direction: row;

        width: 100%;
        height: auto;
    }

    .modal__right {
        flex-direction: column;

        height: 70%;
    }

    .modal__title {
        font-size: 40px;
    }

    .modal__form label:nth-of-type(1) {
        margin-right: 19%;
    }

    .modal__request  .modal__form {
        height: auto;
    }

    .page--blog {
        padding-bottom: 60px;
    }

    .blog-item {
        width: 100%;
        min-height: 350px;
        margin: 0;
        margin-bottom: 50px;
        padding: 0;
    }

    .blog-item__photo-overlay {
        height: 200px;
    }

    .blog-item--wide {
        width: 100%;
    }

    .blog-item .blog-item__title {
        font-size: 16px;
        line-height: 26px;
    }

    .blog-item--wide .blog-item__title {
        font-size: 16px;
        line-height: 26px;
    }

    .blog-item__footer {
        font-size: 14px;
    }

    .blog-post .page__title {
        width: 100%;
    }

    .page__text {
        width: 100%;
        margin-left: 0;
    }

    .blog-post .page__text {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .page__text p {
        width: 100%;
    }

    .blog-post .page__text p {
        width: 100%;
    }

    .page__text ul,
    .page__text ol {
        width: 100%;
    }


    .blog-post .page__text p.big {
        width: 100%;
    }
    .blog-post p + hr {
        margin-top: 40px;
    }

    .blog-post__title {
        font-size: 24px;
        line-height: 28px;
    }
    

    .modal__descr::before {
        display: none;
    }

    .modal__descr {
        padding-top: 0;
    }

    .price .page__subtitle {
        font-size: 22px;
        line-height: 32px;

        width: 100%;
        margin-left: 0;
    }

    .price .page__header {
        padding-bottom: 100px;
    }

    .price__item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .price__title {
        font-size: 26px;
        line-height: 36px;
    }

    .price__item .price-item {
        height: 300px;
    }

    .price .page__text {
        font-size: 20px;
        line-height: 30px;

        width: 100%;
        margin-bottom: 70px;
        margin-left: 0;
    }

    .form,
    .delivery .form {
        width: 100%;
        margin-bottom: 60px;
        margin-left: 0;
    }

    .form label {
        font-size: 16px;
        line-height: 18px;
    }

    .form input {
        font-size: 16px;
        line-height: 20px;
        line-height: 18px;

        margin-bottom: 20px;
    }

    .price-inside-carousel .owl-nav {
        top: -90px;
        right: 15px;
    }

    .price__item-inner {
        margin-right: -15px;
    }

    .error-page {
        padding-top: 100px;
    }

    .delivery-nav {
        margin-right: -15px;
        margin-left: -15px;
    }

    .delivery-nav .nav-item {
        width: 70vw;
    }

    .delivery-nav__title {
        font-size: 16px;
        line-height: 21px;
    }

    .delivery-nav .nav-link {
        padding-left: 5px;
    }

    .delivery-page .page__header {
        padding-bottom: 20px;
    }

    .delivery-page .page__content {
        padding-top: 20px;
    }

    .delivery-page .page__subtitle {
        font-size: 18px;
        line-height: 23px;
    }

    .delivery__text {
        font-size: 14px;
        line-height: 20px;
    }

    .delivery__text-container p {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-links__title {
        font-size: 26px;
        line-height: 36px;
    }

    .questions__title {
        font-size: 26px;
        line-height: 36px;
    }

    .question__title p {
        font-size: 18px;
        line-height: 24px;
    }

    .question__title {
        padding-right: 30px;
        padding-left: 30px;
    }

    .question__descr {
        padding: 30px;
    }

    .question__descr p {
        font-size: 16px;
        line-height: 22px;
    }

    .blog-links .blog-item {
        width: 100%;
    }

    .about .page__header {
        flex-wrap: wrap;
    }

    .about .page__title {
        margin-bottom: 40px;
    }

    .about .page__subtitle {
        font-size: 22px;
        line-height: 32px;

        width: 100%;
        margin-left: 0;
    }

    .about__achievement p {
        box-sizing: border-box;
        width: 50%;
        padding: 0;
        padding-top: 60px;
        padding-right: 20px;
    }

    .about__achievement .about__section-title {
        width: 100%;
        padding-right: 0;
    }

    .statistic__title {
        font-size: 60px;
        line-height: 50px;
    }

    .statistic__text {
        font-size: 14px;
        line-height: 20px;
    }

    .workers .workers__header {
        width: 100%;
    }

    .workers__carousel .owl-nav {
        right: 0;
        left: auto;
    }

    .workers__item {
        padding: 20px;
        height: 550px;
    }

    .workers .workers__header p {
        font-size: 26px;
        line-height: 36px;
    }

    .reviews__item {
        flex-wrap: wrap;
    }

    .reviews__text {
        width: 100%;
        margin-bottom: 0;
        padding-left: 40px;
    }

    .reviews__company {
        width: 50%;
    }

    .reviews__who {
        width: 50%;
    }

    .reviews .reviews__title {
        width: 100%;
        margin-left: 0;
    }

    .reviews .reviews__title p {
        font-size: 26px;
        line-height: 36px;
    }

    .gallery__info {
        display: none;
    }

    .gallery__carousel {
        margin-left: -15px;
    }

    .gallery__img-wrap {
        width: 100%;
        padding: 0;
    }

    .gallery .gallery__header {
        width: 100%;
        margin-left: 0;
    }

    .gallery__title {
        font-size: 26px;
        line-height: 36px;

        margin-right: 40px;
        margin-bottom: 20px;
    }

    .gallery__carousel .owl-nav {
        left: 15px;
    }

    .gallery .gallery__header {
        flex-wrap: wrap;
    }

    .gallery {
        margin-bottom: 40px;
    }

    .modal__workers-name {
        font-size: 26px;
        line-height: 36px;

        margin-right: 50%;
    }

    .modal__workers-img {
        width: 100%;
    }

    .modal__workers-wrap {
        padding-left: 0;
    }

    .modal-links span.icon_text {
        display: none;
    }

    .modal-links a:first-child {
        margin-right: 0;
    }

    .icon-PLUS,
    .icon-DIRECTION {
        font-size: 30px;
    }

    .icon-DIRECTION {
        margin-right: 0;
    }

    .page__footer {
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%!important;
        background-color: #ffffff;
        height: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 15px;
        margin-bottom: 0;
        z-index: 2;
    }

    .page__footer a {
        font-size: 14px;
    }

    .page__footer a > span {
        font-size: 30px;
    }

    .optionalServices-carousel .owl-dots {
        left: 15px;
    }


    .delivery__text-container--wide p {
        width: 100%;
    }

    .delivery__text-container--wide ul {
        width: 100%;
    }


    .delivery__text-container--wide h2 {
        width: 100%;
    }

    .delivery__text-container .table-wrap {
        width: auto;
        display: block;
        position: relative;
        overflow: hidden;
        overflow-x: scroll;
        margin-bottom: -25px;
        padding-bottom: 25px;
        white-space: nowrap;
    }
}

@media (max-width: 470px) {
    .menu-modal__menu-item > p,
    .menu-modal__menu-item > a {
        font-style: 26px;
    }
    .menu-modal__submenu li {
        width: 50%;
    }
    .modal__form label:nth-of-type(1) {
        margin-right: 18%;
    }

    .statistic {
        flex-wrap: wrap;
    }

    .statistic__item {
        box-sizing: border-box;
        width: 50%;
        margin-bottom: 40px;
        padding: 0;
        padding-right: 20px;
    }

    .statistic__item:last-child {
        padding-right: 20px;
    }


    .reviews__company {
        width: 100%;
        padding: 0;
    }

    .reviews__who {
        width: 100%;
        padding: 0;
    }


    .reviews__text {
        padding-left: 0;
    }

    .modal__workers-name {
        font-size: 22px;
        line-height: 32px;
    }

    .modal__workers-phone p:last-child,
    .modal__workers-email p:last-child {
        font-size: 18px;
        line-height: 24px;
    }

    .modal__workers-email {
        margin-bottom: 40px;
    }

    .modal__workers-tabs-content .tab-pane div {
        width: 100%;
    }

    .modal__workers .owl-nav {
        top: 120px;
        right: 0;
    }

    .modal-links span.icon_text {
        display: none;
    }
}

@media (max-width: 412px) {
	.swiper-slide__header {
		height: 100px;
		min-height: 100px;
	}

	.advantages-carousel {padding-top: 40px;}

	.flex-col-item {
		width: auto;
		max-width: 320px;
	}
		.flex-col-item__title {font-size: 14px;}
		.flex-col-item__pretitle {
			margin-bottom: 25px;
			font-size: 36px;
	    	line-height: 30px;
		}
    .menu-modal__mobile-btn {
        display: block;
        margin-top: 30px;
        text-align: right;
    }
    .menu-modal__mobile-btn .btn--blue {
        width: 90px;
        display: inline-block;
    }

    .btn {
        font-size: 12px;

        width: 130px;
        height: 30px;
        padding-top: 9px;
    }

    .swiper-slide__footer {
        height: 50px;
    }

    .video-link {
        font-size: 12px;

        bottom: -30px;
    }

    .video-link svg {
        width: 30px;
        height: 30px;
    }

    .right-menu .btn--blue {
        display: none;
    }

    .back-call span.icon_text {
        display: none;
    }

    .nav-tabs--left .nav-link {
        font-size: 14px;

        padding-right: 10px;
        padding-left: 5px;
    }
    .contacts {
    	padding: 10px 15px;
    }

    .transport__characteristics p {
    	margin: 0 0 5px;
    	font-size: 10px;
    }
    .transport__img {top: 35%;}

    .transport__footer {
        padding: 15px;
    }

    .swiper-slide__number-cur {
        font-size: 40px;
    }

    .swiper-slide__number-total {
        font-size: 20px;
    }

    .swiper-slide__title {
        font-size: 24px;
    }

    .swiper-slide__title--half-opacity {
        font-size: 32px;
    }
    .swiper-slide:first-child .swiper-slide__title {
	    font-size: 32px;
	}

    .swiper-slide__header .nav-tabs .nav-item a.nav-link {
        font-size: 14px;

        height: 30px;
        padding-top: 7px;
        padding-right: 10px;
        padding-left: 30px;
    }

    .tab-indicator::before {
        top: 10px;
        left: 10px;
    }

    .gallery .tab-indicator {
        height: 30px!important;
    }

    .gallery .nav-link {
        height: 30px;
        padding-top: 9px;
    }

    .flex-text__title {
        font-size: 14px;
    }

    .tab-vertical-indicator {
        width: 4px;
    }

    .flex-col-item__descr {
        font-size: 12px;
    }

    .swiper-slide__header {
    	flex-wrap: nowrap;
        padding-top: 20px;
    }

    .swiper-slide__header--additHeight {
        height: 120px;
        min-height: 120px;
    }

    .price-carousel__nav {
        top: 60px;
    }

    .swiper-slide__header .btn {
        top: 60px;
    }

    .swiper-slide__optional {
        top: 75px;
    }

    .price-item__header p {
        font-size: 16px;
    }

    .price-item__cost span {
        font-size: 16px;
    }

    .price-item__cost {
        font-size: 28px;

        min-height: auto;
        margin-bottom: 15px;
    }

    .price-item__cost span.price-item__from {
        top: -30px;
    }

    .modal__left {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .modal__title {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .modal__rules {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .modal__descr {
        font-size: 16px;

        width: 80%;
    }

    .modal__form label,
    .modal__form input,
    .modal__form textarea {
        font-size: 14px;
    }

    .modal__form label {
        width: 60%;
    }

    .modal__form label:nth-of-type(1) {
        margin-right: 0;
    }

    .modal__form label:nth-last-child(2) {
        margin-bottom: 100px;
    }

    .modal__form {
        height: auto;
        text-align: left;
    }

    .modal__right {
        height: auto;
    }

    .modal__descr {
        margin-bottom: 40px;
    }

    .page__title {
        font-size: 28px;
    }

    .page__text--wide h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .blog-post .page__text h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
        width: 100%;
    }

    .blog-post__img {
        max-width: 100%;
        margin-bottom: 50px;
        margin-left: 0;
    }

    .optionalServices-carousel .flex-col-item__title {
        font-size: 16px;
        line-height: 100%;
    }

    .price .page__title {
        font-size: 28px;
        line-height: 36px;
    }

    .price .page__subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .price .page__header {
        padding-bottom: 50px;
    }

    .price__title {
        font-size: 24px;
        line-height: 34px;

        margin-right: 90px;
    }
    .price .page__text {
        font-size: 18px;
        line-height: 28px;

        margin-bottom: 60px;
        padding-top: 30px;
    }

    .delivery-nav .nav-item {
        width: 80vw;
    }

    .delivery-page .page__subtitle {
        font-size: 16px;
        line-height: 21px;
    }

    .delivery__img {
        width: 90%;
        margin-left: 5%;
    }

    .delivery__text {
        font-size: 13px;
        line-height: 18px;

        width: 90%;
    }

    .delivery__text-container {
        width: 90%;
    }

    .delivery__text-container--wide {
        width: 100%;
    }

    .delivery__text-container p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 40px;
    }

    .delivery__text-container ul li {
        font-size: 14px;
        line-height: 16px;

        width: 100%;
    }

    .delivery__options {
        flex-wrap: wrap;
    }

    .delivery__option {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .delivery__option .icon {
        font-size: 40px;

        text-align: center;
    }

    .delivery__form-title {
        font-size: 18px;
        line-height: 23px;

        width: 100%;
    }

    .blog-links__title {
        font-size: 24px;
        line-height: 34px;
    }

    .questions__title {
        font-size: 24px;
        line-height: 34px;
    }

    .question__title {
        padding: 20px 30px;
    }

    .question__title p {
        font-size: 14px;
        line-height: 20px;
    }

    .question__descr p {
        font-size: 13px;
        line-height: 18px;
    }

    .delivery .questions {
        margin-bottom: 40px;
    }

    .delivery-nav__title {
        font-size: 14px;
        line-height: 19px;
    }

    .delivery-nav__info div p:first-child {
        font-size: 10px;
    }

    .delivery-nav__info div p:last-child {
        font-size: 12px;
        line-height: 12px;
    }

    .delivery-nav .nav-item {
        height: 150px;
    }

    .delivery-nav .nav-item.active {
        height: 150px;
    }

    .about .page__subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .about__achievement p {
        width: 100%;
        padding-top: 40px;
    }

    .about__achievement .about__section-title {
        padding-top: 30px;
    }

    .statistic__item {
        width: 100%;
        padding: 0;
    }

    .nav-tabs--left .nav-link {
    	font-size: 10px;
    	line-height: 12px;
    }
}

@media (max-width: 320px) {
	.optionalServices-carousel .flex-col-item {
		width: 100%;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.optionalServices-carousel .flex-col-item__title {margin-bottom: 15px;}
	.flex-col-item .more-btn {margin-top: 10px;}

    .modal__title {
        margin-bottom: 30px;
    }

   /* .nav-tabs--left .nav-link {
        font-size: 12px;
    }*/

    .transport__img {
        left: 35%;
    }

    .flex-col-item__pretitle {
        display: none;
    }

    .flex-col-item__title {
        height: 70px;
    }

    .swiper-slide__header {
        /*height: 80px;*/
        /*min-height: 80px;*/
    }

    .swiper-slide__header--additHeight {
        height: 120px;
    }
}


@media(min-width: 1280px){
	.optionalServices-carousel {position: static;}
	.optionalServices-carousel .owl-dots {
		left: 50%;
		top: auto;
		bottom: 20px;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

/*Styles for new services pages 05-03-2019*/
.services__page {
  background-color: #F6F6F6;
  padding-top: 30px;
}
.services__page * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.services__page .page__title {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .services__page .page__title {
    font-size: 50px;
  }
}
.services__item {
  width: 100%;
  padding: 36px 10px;
  padding-right: 0;
  text-decoration: none;
}
.services__item:nth-child(odd) {
  background-color: #EAEAEA;
}
.services__item:nth-child(even) {
  background-color: #F6F6F6;
}
.services__item__title {
  width: 100%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 20px;
  color: #2A323B;
}
.services__item__image {
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}
.services__item__info {
  width: 100%;
}
.services__item__info__el {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(57, 69, 81, 0.3);
}
.services__item__info__el span {
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #2A323B;
}

.page__bottom__info {
	width: 100%;
	background-color: #394551;
  background-image: url(/local/templates/main/images/main-bg.jpg);
  background-repeat: repeat;
  padding: 30px 0;
  padding-left: 15px;
  padding-right: 25px;
}
.page__new__info {
	width: 100%;
}
.page__new__info__el {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 19px;
	color: rgba(254, 254, 254, 0.5);
}
.page__new__info__el:last-of-type {
	margin-bottom: 0;
}
.page__new__info .back-call {
	display: none;
}
.page__bottom__nav {
	display: none;
}
.services__wrap__slider.swiper-container {
  position: static;
  margin-left: -15px;
  overflow: visible;
}
.services__item.swiper-slide {
	width: 277px;
	margin-right: 20px;
}
.services__wrap.dop-services.swiper-wrapper {
	-ms-align-items: stretch;
	align-items: stretch;
}
.services__wrap.dop-services.swiper-wrapper .services__item.swiper-slide {
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

.services__item.swiper-slide:last-of-type {
	margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.services__wrap__slider.swiper-container {
		margin-left: -36px;
	}
	.services__item.swiper-slide {
		width: 350px;
		margin-right: 40px;
	}
	.services__item.swiper-slide:last-of-type {
		margin-right: 0;
	}
}
@media screen and (min-width: 1200px) {
  .services__wrap {
    width: 100vw;
    margin-left: -36px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .services__item {
    min-width: 24%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 50px 36px;
    padding-right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .services__item:hover {
    min-width: 27%;
  }
  .services__wrap.dop-services .services__item {
  	min-width: 15%;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	-webkit-flex-direction: column;
  	-moz-flex-direction: column;
  	-ms-flex-direction: column;
  	-o-flex-direction: column;
  	flex-direction: column;
  	justify-content: space-between;
  }
  .services__wrap.dop-services .services__item:hover {
  	min-width: 20%;
  }
  .services__item__title {
    max-width: 250px;
    min-height: 40px;
  }
  .page__bottom__info {
  	padding: 35px;
  }
  .page__new__info {
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	-ms-align-items: center;
  	align-items: center;
  	justify-content: flex-start;
  	-webkit-flex-wrap: wrap;
  	-moz-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	-o-flex-wrap: wrap;
  	flex-wrap: wrap;
  	padding-bottom: 30px;
  	border-bottom: 1px solid #FFFFFF;
  }
  .page__new__info__el {
  	max-width: 408px;
  	margin-bottom: 0;
  	margin-right: 70px;
  }
  .page__new__info .back-call {
  	display: block;
  	max-width: 200px;
  	margin-left: auto;
  }
  .page__new__info .icon-phone_icon {
		margin-right: 0;
  }
  .page__new__info .icon-phone_icon .path2:before {
		margin-left: -1.5em;
  }
  .page__bottom__nav {
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	-ms-align-items: center;
  	align-items: center;
  	justify-content: flex-start;
  	-webkit-flex-wrap: wrap;
  	-moz-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	-o-flex-wrap: wrap;
  	flex-wrap: wrap;
  	padding-top: 25px;
  }
  .page__bottom__nav__el {
  	display: block;
  	width: auto;
  	text-decoration: none;
  	font-size: 16px;
  	line-height: 19px;
  	color: rgba(254, 254, 254, 0.5);
  	margin-right: 25px;
  }
  .page__bottom__nav__el:last-of-type {
  	margin-right: 0;
  }
  .services__wrap.dop-services .services__item__title {
  	font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .services__item__info {
  	min-height: 94px;
   	display: -webkit-flex;
   	display: -moz-flex;
   	display: -ms-flex;
   	display: -o-flex;
   	display: flex;
   	-ms-align-items: center;
   	align-items: center;
   	justify-content: space-between;
   	-webkit-flex-wrap: nowrap;
   	-moz-flex-wrap: nowrap;
   	-ms-flex-wrap: nowrap;
   	-o-flex-wrap: nowrap;
   	flex-wrap: nowrap;
  }
  .services__item__info__el {
	   	max-width: 30%;
	   	margin-bottom: 0;
  }
  .page__bottom__nav__el {
  	margin-right: 50px;
  }
  .page__bottom__nav__el:last-of-type {
  	margin-right: 0;
  }
	.services__item__info__el span {
		margin-top: 15px;
	}
	.services__wrap.dop-services .services__item__title {
  	font-size: 20px;
  }
}
/*Styles for new services pages 05-03-2019 END*/

/*Styles for new blog 13-03-2019*/
.page__blog * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page__blog {
  background-color: #F6F6F6;
  padding-bottom: 1px;
}
.page__blog .page__header {
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page__blog .page__title {
  width: 100%;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
}
.page__blog .blog-select {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.page__blog .blog-select .select2-container {
  width: 100% !important;
}
.page__blog .blog-select__select {
  width: 100%;
  height: auto;
}
.page__blog .blog-select__dropdown {
  width: 100% !important;
  max-width: 280px;
  background-color: #fff;
  border: 1px solid #C4C4C4;
}
.page__blog .blog-select__select {
  background-color: #fff !important;
  border: 1px solid #C4C4C4 !important;
}
.page__blog .blog-select__select::before {
  background-color: #1C81AA;
}
.page__blog .select2-container--default .blog-select__select .select2-selection__rendered {
  color: #9A9A9A;
}
.blog__items__list {
  width: 100%;
}
.blog__item {
  width: 100%;
  position: relative;
  z-index: 7;
  max-width: 320px;
  margin-bottom: 20px;
  background-color: #fff;
}
.blog__item__image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  min-height: 222px;
  line-height: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.blog__item__text {
  width: 100%;
  min-height: 180px;
  padding: 25px;
  padding-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog__item__title {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-decoration: none;
}
.blog__item__text__info {
  width: 100%;
  margin-top: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.blog__item__text__info.detail {
  margin-bottom: 40px;
}
.blog__item__views,
.blog__item__date {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #C4C4C4;
}
.blog__item__views {
  padding-left: 30px;
}
.blog__item__views::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 11px;
  background-image: url('/local/templates/main/images/views-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.pagination__wrap {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination__item {
  display: block;
  width: 100%;
  max-width: 40px;
  height: 40px;
  padding: 0 !important;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.pagination__item:last-of-type {
  margin-right: 0;
}
.pagination__item.current {
  border-color: #1880AB;
  color: #1880AB;
}
.pagination__item.btn {
  display: none;
  max-width: 100px;
  border-radius: 40px;
  padding-top: 0;
  background-color: #F6F6F6;
}
.pagination__item.page:hover {
  color: #1880AB;
  opacity: 1 !important;
}
.pagination__item.btn:hover {
  color: #fff;
  background-color: #1880AB;
}
.page__blog.detail {
  background-color: #fff;
}

.blog__detail {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.blog__detail__prev {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.blog__detail__content {
  width: 100%;
}
.blog__detail__content h2,
.blog__detail__content h3,
.blog__detail__content h4,
.blog__detail__content h5 {
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
  color: #2E363F;
}
.blog__detail__content h2 {
  font-size: 24px;
  line-height: 34px;
  margin-top: 20px;
}
.blog__detail__content h3 {
  font-size: 20px;
  line-height: 30px;
}
.blog__detail__content h4 {
  font-size: 16px;
  line-height: 24px;
}
.blog__detail__content h5 {
  font-size: 12px;
  line-height: 18px;
}
.blog__detail__content p {
  font-size: 16px;
  line-height: 22px;
  color: #2E363F;
  margin-top: 0;
  margin-bottom: 20px;
}
.blog__detail__content p + h2,
.blog__detail__content p + h3 {
  margin-top: 40px;
}
.blog__detail__content ul {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style-type: none;
  margin-bottom: 30px;
}
.blog__detail__content ul li {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 22px;
  color: #2E363F;
}
.blog__detail__content ul li:last-of-type {
  margin-bottom: 0;
}
.blog__detail__content ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1880AB;
  top: 8px;
  left: 0;
}
.blog__detail__content__image {
  display: block;
  width: 100%;
  line-height: 0;
}
.blog__detail__content__image__descr {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #EAEAEA;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #2E363F;
}
.blog__detail__aside {
  display: block;
  width: 100%;
}
.blog__detail__aside__block {
  width: 100%;
  margin-bottom: 50px;
}
.blog__detail__aside__block:last-child {
  margin-bottom: 0;
}
.blog__detail__aside__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #2C333D;
}
.blog__detail__aside__title.form-title {
  color: #fff;
}
.blog__detail__aside__links {
  width: 100%;
  padding: 40px 20px;
  background-color: #EAEAEA;
}
.blog__detail__aside__links a {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
  color: #2E363F;
}
.blog__detail__aside__links a:hover {
  text-decoration: none;
}
.blog__detail__aside__links a:last-of-type {
  margin-bottom: 0;
}
.blog__detail__aside__services__link {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  margin-top: 30px;
  height: 44px;
  padding: 0 !important;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 40px;
  padding-top: 0;
  background-color: #1880AB;
}
.blog__detail__aside__form__wrap {
  padding: 40px 15px;
  background-color: #2B323C;
}
.blog__detail__aside__form__text {
  width: 100%;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  color: #c4c4c4;
  margin-bottom: 40px;
}
.blog__detail__aside__form__input {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #c4c4c4;
}
.blog__detail__aside__form__submit {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  border-radius: 40px;
  cursor: pointer;
  border: 1px solid #1880AB;
  background-color: #1880AB;
  padding: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog__detail__aside__form__submit:hover,
.blog__detail__aside__form__submit:focus {
  background-color: #fff;
  color: #1880AB;
}
.blog__detail__aside__slider {
  position: relative;
  padding-top: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog__detail__aside__slider__prev,
.blog__detail__aside__slider__next {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 40px;
  top: 0;
  background-color: #2F3640;
  cursor: pointer;
}
.blog__detail__aside__slider__prev {
  max-width: 49.5%;
  left: 0;
}
.blog__detail__aside__slider__next {
  max-width: 50%;
  right: 0;
}
.blog__detail__aside__slider__prev::before,
.blog__detail__aside__slider__next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #EAEAEA;
  transform-origin: 0px 0px;
}
.blog__detail__aside__slider__prev::before {
  border-left: 2px solid #EAEAEA;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  -o-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.blog__detail__aside__slider__next::before {
  border-right: 2px solid #EAEAEA;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.blog__detail__aside__slide {
  background-color: #F6F6F6;
  padding-top: 35px;
  padding-left: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}
.blog__detail__aside__slide__title {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #2A323B;
}
.blog__detail__aside__slide__image {
  width: 100%;
  overflow: hidden;
}
.blog__detail__aside__slide__image img {
  width: 175%;
}
.blog__detail__aside__slide__el {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(57, 69, 81, 0.3);
}
.blog__detail__aside__slide__el span {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #2A323B;
}
.page__footer.blog-footer {
  background-color: transparent;
}
.blog-footer #scrollTop {
  display: block;
  font-size: 0px;
  text-align: center;
}
.blog-footer #scrollTop .icon-Group {
  margin-right: 0;
}
.articles__navigation {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articles__navigation .articles__navigation__item {
  font-size: 11px;
  line-height: 11px;
  color: #2A323B;
  text-decoration: underline;
}
.articles__navigation .articles__navigation__item:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .page__blog .page__header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .blog__items__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: 25px;
  }
  .pagination__item.btn {
    display: block;
  }
  .blog__detail {
    max-width: 720px;
  }
  .page__blog .page__title {
    font-size: 36px;
    line-height: 41px;
    text-align: left;
  }
  /*.blog__detail__prev {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }*/
  .blog__detail__aside {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog__detail__aside__block:not(:first-child) {
    max-width: 49%;
  }
  .blog__detail__aside__title {
    text-align: center;
  }
  .blog__detail__aside__slide {
    min-height: 250px;
  }
  .blog__detail__aside__slide__image {
    position: absolute;
    bottom: 0px;
    right: -50%;
  }
  .blog__detail__aside__slide__image img {
    width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  .blog__item {
    max-width: 477px;
  }
  .blog__item__image {
    min-height: 250px;
  }
  .blog__item__title {
    min-height: 85px;
  }
  .page__blog .blog-select {
    max-width: 350px;
  }
  .page__blog .blog-select .select2-container {
    max-width: 350px;
  }
  .page__blog .blog-select__dropdown {
    max-width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .page__blog .page__header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .blog__items__list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .blog__item {
    max-width: 350px;
  }
  .blog__detail {
    max-width: 760px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog__detail__content {
    max-width: calc(100% - 215px);
  }
  .blog__detail__prev {
    width: 100%;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
/*  .blog__detail__aside {
    max-width: 190px;*/
  }
  .blog__detail__aside__block:not(:first-child) {
    max-width: 100%;
  }
  .blog__detail__aside__title {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .blog__detail__aside__slide {
    padding-top: 15px;
    min-height: unset;
    padding-bottom: 0;
  }
  .blog__detail__aside__slide__title {
    font-size: 13px;
    line-height: 13px;
  }
  .blog__detail__aside__slide__image {
    position: static;
  }
  .blog__detail__aside__slide__image img {
    width: 175%;
  }
  .blog__detail__aside__slide__el {
    font-size: 11px;
    line-height: 11px;
  }
  .blog__detail__aside__slide__el span {
    font-size: 12px;
    line-height: 12px;
  }
  .blog__detail__aside__links {
    padding: 15px 10px;
  }
  .blog__detail__aside__links a {
    font-size: 11px;
    line-height: 11px;
  }
  .articles__navigation {
    justify-content: space-around;
  }
  .blog-footer #scrollTop {
    left: 75%;
    font-size: 14px;
  }
  .blog-footer #scrollTop .icon-Group {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1600px) {
  .blog__items__list {
    justify-content: space-between;
  }
  .blog__item:first-child {
    max-width: 740px;
    min-height: 430px;
  }
  .blog__item:first-child .blog__item__image {
    height: 100%;
  }
  .blog__item:first-child .blog__item__text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 7;
  }
  .blog__item:first-child .blog__item__title {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
  }
  .blog__item:first-child .blog__item__views, .blog__item:first-child .blog__item__date {
    color: #fff;
  }
}

#scrollTop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#scrollTop.visible {
  opacity: 1;
}
.page__blog.detail .breadcrumbs {
    width: 100%;
    padding: 0 40px;
    text-align: left;
}
.page__blog.detail .breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
/*Styles for new blog 13-03-2019 END*/