@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: 500;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #6d7175;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.wrapper {
    overflow-x: hidden;
}

.home_mob_bg {
    background: url("../images/home_photo_bg_mobile.jpg");
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-position: top center;
    background-size: cover;
    display: none;
}

#navigation {
    position: relative;
}

#navbar {
    width: 100%;
    padding: 16px 0px;
    position: absolute;
    top: 0px;
    transition: top 0.3s ease-in-out, background 0.3s ease-in-out;
    z-index: 9993 !important;
}

#navbar.fixed {
    position: fixed;
    top: 0;
    background: white;
    transition: top 0.3s ease-in-out;
    border-bottom: 1px solid #f0f1f1;
}

.v-header {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.fullscreen-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.fullscreen-video-wrap video {
    min-height: 100%;
    min-width: 100%;
}

.header-overlay {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #101217;
    opacity: 0.50;
}

.header-content {
    z-index: 2;
    margin-bottom: 40px;
}

.v-header .title {
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 77px;
    font-weight: 700;
    line-height: 99.96px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.v-header .sub_title {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Manrope', sans-serif;
    line-height: 60.41px;
    padding-top: 20px;
    font-weight: 500;
}

.logo {
    width: 176px;
    height: 65px;
    background-image: url("../images/meridian_logo_white.svg");
    background-size: cover;
}

.fixed .logo {
    background-image: url("../images/meridian_logo_color.svg");
}

.menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.menu ul {
    display: flex;
}

.menu a {
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 30.73px;
    text-transform: uppercase;
    letter-spacing: 0.28px;
}

.menu .phone {
    padding-left: 20px;
}

.menu .phone a {
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 30.73px;
    text-transform: uppercase;
    letter-spacing: 0.28px;
    padding-right: 0;
}

.menu .phone:before {
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url("../images/phone_icon_white.svg");
    background-position: bottom;
    margin-right: 4px;
    position: relative;
    top: 1px;
    background-size: cover;
}

.fixed .menu .phone:before {
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url("../images/phone_icon_blue.svg");
    background-size: cover;
}

.menu a {
    padding-right: 40px;
    transition: all .2s linear;
}

.menu a:hover {
    color: #bec2c5;
    transition: all .2s linear;
}

.menu ul li:last-of-type a {
    padding-right: 20px;
}

.menu ul li:last-child:after {
    content: '|';
    color: white;
    font-size: 14px;
    font-family: 'SFNSDisplay-Medium';
    position: relative;
    top: -1px;
}

.fixed .menu ul li:last-child:after {
    color: #323940;
    content: '|';
    font-size: 14px;
    font-family: 'SFNSDisplay-Medium';
}

.fixed .menu a {
    color: #323940;
    font-size: 14px;
    transition: all .2s linear;
}

.fixed .menu a:hover {
    color: #879098;
    transition: all .2s linear;
}

.fixed .menu .phone a {
    color: #155a99;
}

.main_block_services {
    position: relative;
    top: -95px;
    z-index: 99;
    height: calc(100% - 95px);
}

.main_block_services:before {
    width: 100%;
    height: calc(100%);
    position: absolute;
    background: #323940;
    top: 95px;
    left: 0;
    content: '';
}

.main_block_images {
    padding-bottom: 60px;
}

.main_block_image img {
    opacity: 0;
}

.main_block_image .bg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    opacity: 1;
}

.main_block_image .bg2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.main_block_image:hover .bg2 {
    opacity: 1;
}

.other_services {
    position: relative;
    display: none;
}

.service_item {
    border: 0.25px solid #40474e;
}

.other_services > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
    border-left: transparent;
    border-right: transparent;
}

.other_services > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) {
    border-left: transparent;
    border-right: transparent;
}

.other_services > div:nth-child(1) > div:nth-child(4) > a:nth-child(1),
.other_services > div:nth-child(1) > div:nth-child(5) > a:nth-child(1),
.other_services > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) {
    border-top: transparent;
}

.services_open {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    height: 64px;
    background: #40474e;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_open:lang(uk) {
    width: 193px;
}

.services_open:lang(ru-RU) {
    width: 193px;
}

.services_open:lang(en-US) {
    width: 230px;
}

.services_open:hover {
    background: #474d54;
}

.services_open.active {
    margin-top: 40px;
}

.services_open span {
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.73px;
}

.services_open span:after {
    content: '';
    background: url("../images/show_more_less_arrow.svg");
    width: 11px;
    height: 7px;
    display: inline-block;
    position: relative;
    margin-left: 7px;
    transition: transform 0.5s;
    top: -1px;
}

.services_open.active span:after {
    transform: rotate(180deg);
}

.slider_item_nav {
    position: relative;
    padding: 30px 40px;
    cursor: pointer;
    min-height: 125px;
    max-height: 125px;
    display: flex;
    align-items: center;
}

.slider_item_nav span {
    color: #ffffff;
    font-size: 21px;
    line-height: 31.77px;
    font-family: 'Manrope', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.tabs > div:last-of-type > div:nth-child(1):before {

    border-bottom: none;
}

.slider_item_nav span:before {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background: url("../images/perevagy_tabs_arrow.svg");
    min-width: 7px;
    margin-right: 21px;

    position: relative;
}

.slider_item_nav:before {
    width: 1000px;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #155a99;
    z-index: -1;
    border-bottom: 1px solid #346db2;
    transition: all 0.5s;
}

.slider_item_nav:hover:before {
    background: #2666a0;
    transition: all 0.5s;
}

.slider_item_nav:hover span:before {
    animation: move 0.5s linear forwards;
}

@keyframes move {
    0% {
        left: 0px;
    }
    50% {
        left: -10px;
    }

    100% {
        left: 0px;
    }
}

.slider_item_nav.active:before {
    width: 1000px;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #2666a0;
    z-index: -1;
    border-bottom: 1px solid #346db2;
}

.main_block_image .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 50px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_block_image .content .number {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Manrope', sans-serif;

}

.main_block_image .content .text {
    color: #ffffff;
    font-size: 28px;
    line-height: 40.45px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.service_item {
    padding: 26px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    padding-right: 25px;
}

.service_item:hover {
    background: #3a4147;
    transition: transform 0.5s;
}

.service_item .number {
    color: #838a91;
    font-size: 16px;
}

.service_item .text {
    color: #ffffff;
    font-size: 19px;
    line-height: 34px;
}

.slider_item {
    padding-right: 120px;
}

.slider .title {
    color: #323940;
    font-size: 33px;
    font-weight: 600;
    line-height: 45px;
    padding-top: 73px;
    padding-bottom: 5px;
    width: 82%;
}

.slider_item .icon {
    padding-top: 70px;
    padding-bottom: 29px;
}

.slider_item .icon img {
    height: 94px;
}

.slider_item .text {
    color: #6d7175;
    font-size: 17px;
    font-weight: 400;
    line-height: 26.73px;
}

.slider_adv_nav {
    padding-top: 46px;
    display: flex;
    align-items: center;
}

.slider_adv_nav .prev {
    width: 31px;
    height: 31px;
    background: url("../images/perevagy_arrow.svg");
    cursor: pointer;
}

.slider_adv_nav .prev:hover {
    background: url("../images/perevagy_arrow_hover.svg");
}

.slider_adv_nav .next {
    width: 31px;
    height: 31px;
    background: url("../images/perevagy_arrow.svg");
    background-position: 31px 0px;
    cursor: pointer;
    transform: rotate(180deg);
}

.slider_adv_nav .next:hover {
    background: url("../images/perevagy_arrow_hover.svg");
}

.slider_adv_nav .sliderCounter {
    padding: 0 12px;
    color: #6d7175;
    font-size: 16px;
    min-width: 55px;
    display: inline-block;
    text-align: center;
}

.slider_adv_nav .sliderCounter span {
    padding: 0 3px;
}

.video {
    background-image: url("../images/video_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.video .content {
    display: flex;
    width: 100%;
    height: 90vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.video .title {
    color: #ffffff;
    font-size: 40px;
    line-height: 54.92px;
    font-weight: 600;
}

.video .text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.73px;
    width: 56%;
    margin: 0 auto;
    padding-top: 29px;
    padding-bottom: 50px;
}

.video a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video .btn {
    background: url("../images/play.svg");
    width: 68px;
    height: 68px;
    display: block;
    background-size: cover;
}

.video a:hover .btn {
    background: url("../images/play_hover.svg");
    width: 68px;
    height: 68px;
    display: block;
    background-size: cover;
}

.video .btn_text {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    padding-top: 10px;
}

.video a:hover .btn_text {
    color: #b8c6d3;
}

.partners-block .item {
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-block {
    padding-bottom: 65px;
}

.partners-block .item:nth-child(1) {
    border: none;
}

.partners-block .item:nth-child(2) {
    border-left: 0.5px solid #ececec;
    border-right: 0.5px solid #ececec;
}

.partners-block .item:nth-child(3) {
    border: none;
}

.partners-block .item:nth-child(4) {
    border-top: 0.5px solid #ececec;
}

.partners-block .item:nth-child(5) {
    border-left: 0.5px solid #ececec;
    border-right: 0.5px solid #ececec;
    border-top: 0.5px solid #ececec;
}

.partners-block .item:nth-child(6) {
    border-top: 0.5px solid #ececec;
}

.partners-block .title {
    text-align: center;
    color: #8a8a93;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 23.29px;
    text-transform: uppercase;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 40px;
}

.footer {
    background: #323940;
}

.footer_top {
    padding-top: 45px;
    padding-bottom: 55px;
    border-bottom: 1px solid #40474d;
}

.footer_top .logo {
    width: 170px;
    height: 63px;
    background: url("../images/meridian_logo_footer.svg");
}

.footer_top .title {
    color: #90969a;
    font-size: 14px;
    font-weight: 600;
    line-height: 29.73px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.footer_top a {
    color: #ffffff;
    font-size: 15px;
    line-height: 27.73px;
    display: inline-block;
}

.footer_top .phones a {
    font-size: 16px;
}

.footer_top .viber:after {
    content: '';
    display: inline-block;
    background: url("../images/viber_logo_footer.svg");
    width: 20px;
    height: 21px;
    background-size: cover;
    position: relative;
    margin-left: 10px;
    top: 5px;
}

.footer_top a:hover {
    text-decoration: underline;
}

.footer_top .adres {
    color: #ffffff;
    font-size: 15px;
    line-height: 27.73px;
}

.footer_bottom {
    padding: 37px 0;
}

.footer_bottom .copy {
    font-size: 13px;
    text-transform: uppercase;
    color: #90969a;
    padding-top: 5px;
    letter-spacing: 0.6px;
}

.footer-menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.footer-menu ul {
    display: flex;
}

.footer-menu ul li {
    padding-left: 30px;
}

.footer-menu ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #90969a;
    transition: all .2s linear;
    letter-spacing: 0.6px;
}

.footer-menu ul li a:hover {
    color: white;
    transition: all .2s linear;
}

.readmore-link {
    position: absolute;
    left: calc(50% - 14px);
    bottom: 130px;
    cursor: pointer;
    z-index: 9;
}

.readmore-link span {
    display: block;
    background-image: url("../images/scroll_arrow.svg");
    width: 28px;
    height: 17px;
    animation-name: bounce;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.slick-slide {
    opacity: 0;
    transition: opacity 1.25s ease-out;
}

.slick-slide.slick-current {
    opacity: 1;
}

.bg-fixed {
    background-attachment: fixed;
}

.header-bg-fixed {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    height: 80vh;
    /*    position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1;*/
}

/*.main-content{
    margin-top: 80vh;
    background: #fff;
    position: relative;
    z-index: 2;
}
*/

.header-bg-fixed .container {
    height: 100%;
}

.header-bg-fixed .container .row {
    height: 100%;
    position: relative;
}

.header-bg-fixed-text {
    position: absolute;
    bottom: 0;
    background-color: #155b95;
    min-height: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 15px);
}

.header-bg-fixed-text .title {
    font-size: 45px;
    line-height: 40.16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    padding: 0 60px;
    letter-spacing: 2px;
}

.header-bg-fixed-text .sub_title {
    color: #ffffff;
    font-size: 17px;
    padding-left: 60px;
    margin-top: 34px;
    letter-spacing: 0.5px;
}

.color-line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    width: calc(100% + 15px);
}

.color-line div:nth-child(1) {
    background: #34c0ec;
    height: 14px;
}

.color-line div:nth-child(2) {
    height: 14px;
    background: #93bf21;
}

.color-line div:nth-child(3) {
    background: #fad21e;
    height: 14px;
}

#map {
    width: 100%;
    height: 496px;
    margin-top: 88px;
}

.gm-style-mtc {
    display: none;
}

.contact_info {
    padding-top: 121px;
}

.title_block {
    color: #33393f;
    font-size: 36px;
    font-weight: 600;
}

.contact_info .title_block {
    padding-bottom: 28px;
}

.form .title_block {
    padding-bottom: 16px;
}

.contact_info .text_title {
    padding-bottom: 73px;
}

.contact_info .text_title p {
    color: #7e8286;
    font-size: 16px;
    line-height: 26.73px;
}

.contact_item {
    display: flex;
    padding-bottom: 46px;
}

.contact_item .icon {
    width: 35px;
    text-align: center;
    margin-right: 27px;
    position: relative;
    top: -5px;
}

.contact_item .icon img {
    padding-top: 5px;
}

.contact_item.convert .icon img {
    padding-top: 2px;
}

.contact_item .text p, .contact_item .text a {
    color: #33393f;
    font-size: 17px;
    font-weight: 500;
    line-height: 25.73px;
}

.contact_item .text a {
    display: block;
}

.contact_item .text .viber::after {
    content: '';
    display: inline-block;
    background: url("../images/viber_logo_contacts.svg");
    background-size: auto;
    width: 20px;
    height: 21px;
    background-size: cover;
    position: relative;
    margin-left: 10px;
    top: 5px;
}

.ajax-loader, .screen-reader-response, .wpcf7-not-valid-tip, .wpcf7-validation-errors {
    display: none !important;
}

.form input[aria-invalid="true"], .form textarea[aria-invalid="true"] {
    border: 1px solid red;
}

.form {
    background-color: #ecf0f1;
    margin-top: 71px;
    padding-top: 51px;
    padding-bottom: 46px;
    padding-left: 78px;
    padding-right: 78px;
}

.form input {
    width: 100%;
    color: #33393f;
    font-size: 16px;
    border: 1px solid #ecf0f1;
    outline: none;
    height: 55px;
    line-height: 26px;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 0px;
}

.form textarea {
    color: #33393f;
    font-size: 16px;
    border: 1px solid #ecf0f1;
    width: 100%;
    resize: none;
    padding: 20px;
    height: 145px;
    margin-bottom: 13px;
    border-radius: 0px;
}

span.your-message {
    display: block;
}

.form input:focus, .form textarea:focus {
    border: 1px solid #2bc1e8;
    outline: none;
}

.form input[type="submit"] {
    width: 158px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #34c0ec;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.73px;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
}

.form input[type="submit"]:hover {
    background: #33393f;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    color: red;
    line-height: 14px;
    font-size: 14px;
}

.contact_item .text a:hover {
    color: #92969a;
}

.gallery {
    padding-top: 80px;
    padding-bottom: 120px;
}

.gphotos {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.gphotos .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gphotos .overlay:before {
    content: '';
    background: url("../images/gallery_zoom_eye.svg");
    display: block;
    width: 33px;
    height: 22px;
}

.gphotos:hover .overlay {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.gvideos {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.gvideos .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    z-index: 2;
}

.gvideos:hover .overlay {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.gvideos .btn_play {
    position: absolute;
    width: 51px;
    height: 51px;
    background-image: url("../images/gallery_video_play.svg");
    background-repeat: no-repeat;
    background-position: top;
    z-index: 3;
    left: calc(50% - 26px);
    top: calc(50% - 26px);
    background-size: cover;
}

.gvideos:hover .btn_play {
    background-position: bottom;
}

#video {
    display: none;
}

.gvideos img, .gphotos img {
    width: 100%;
    height: 100%;
}

.tab {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.tab .tablinks.active, .tab .tablinks:hover {
    width: 169px;
    height: 56px;
    background: #34c0ec;
    border: 2px solid #34c0ec;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 26.45px;
    text-transform: uppercase;
    cursor: pointer;
}

.tab .tablinks {
    width: 169px;
    height: 56px;
    background: white;
    border: 2px solid #ebebeb;
    color: #4b4b4b;
    font-weight: 600;
    font-size: 14px;
    line-height: 26.45px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 8px;
    font-family: 'Manrope', sans-serif;
    outline: 0;
}

.page-template-services .main-content, .page-template-sertificates .main-content {
    background-color: #f0f0f1;
}

.services {
    padding-bottom: 70px;
}

.service_title {
    padding-top: 100px;
    padding-bottom: 48px;
    color: #33393f;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    line-height: 34.73px;
}

.services_item {
    position: relative;
    margin-bottom: 30px;
    min-height: 406px;
}

.services_item .wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}

.services_item .overlay-color {
    position: absolute;
    background: white;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.services_item .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 23px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 36px;
    color: #33393f;
    display: flex;
    flex-direction: column;
}

.services_item .overlay-text .number {
    font-size: 44px;
    font-weight: 600;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    padding-bottom: 30px;
}

.services_item:hover .overlay-text .number {
    color: white;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.services_item .overlay-text .text {
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    color: #33393f;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.99px;
}

.services_item:hover .overlay-text .text {
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    color: white;
}

.services_item .overlay-text .sub_text {
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    color: #6d7175;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 18px;
}

.services_item:hover .overlay-text .sub_text {
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    color: white;
}

.services_item:hover .overlay-color {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.banner_bottom {
    padding-top: 51px;
    padding-bottom: 22px;
    background: white;
}

.banner_bottom .link {
    min-height: 188px;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.banner_bottom .overlay_color {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.banner_bottom .link:hover .overlay_color {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.banner_bottom .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 32px 40px;
    color: #ffffff;
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
}

.banner_bottom .contact {
    background: url("../images/banners/zvyazatysya_z_namy.jpg");
    background-size: cover;
    background-position: center center;
}

.banner_bottom .about {
    background: url("../images/banners/pro_kompaniyu.jpg");
    background-size: cover;
    background-position: center center;
}

.banner_bottom .services {
    background: url("../images/banners/nashi_poslugy.jpg");
    background-size: cover;
    background-position: center center;
}

.banner_bottom .about .overlay_color {
    background: #34c0ec;
}

.banner_bottom .contact .overlay_color {
    background: #93bf21;
}

.banner_bottom .services .overlay_color {
    background: #34c0ec;
}

.banner_bottom .contact .text:after {
    content: '';
    width: 50px;
    height: 34px;
    background-image: url("../images/banner_mail.svg");
    display: block;
    bottom: 32px;
    right: 40px;
    position: absolute;
}

.banner_bottom .about .text:after {
    content: '';
    width: 47px;
    height: 47px;
    background-image: url("../images/banner_pro_kompaniyu.svg");
    display: block;
    bottom: 32px;
    right: 40px;
    position: absolute;
}

.banner_bottom .services .text:after {
    content: '';
    width: 56px;
    height: 44px;
    background-image: url("../images/banner_nashi_poslugy.svg");
    display: block;
    bottom: 32px;
    right: 40px;
    position: absolute;
    background-size: cover;
}

.sertificates {
    padding-top: 94px;
    padding-bottom: 134px;
}

.sertificate {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    display: block;
}

.sertificate .wrap {
    background: white;
    display: block;
    text-align: center;
    padding: 42px 44px;
    position: relative;
}

.sertificate .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sertificate .overlay::before {
    content: '';
    background: url("../images/gallery_zoom_eye.svg");
    display: block;
    width: 33px;
    height: 22px;
}

.sertificate:hover .overlay {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.history {
    background: #323940;
}

.history .date {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
}

.history .title {
    color: #ffffff;
    font-size: 17px;
    padding-bottom: 17px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
}

.history .text {
    color: #b9bdc0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 40px;
    padding-right: 40px;
}

.history .left .content {
    text-align: right;
}

.history .date {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 40px 0;
    padding-left: 40px;
    padding-right: 40px;
}

.history .content {
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 40px 0;
    flex-direction: column;
}

.history .right .date {
    justify-content: flex-end;
    position: relative;
}

.history .right .date:after {
    width: 12px;
    height: 12px;
    background-color: #00c0ef;
    display: block;
    border-radius: 100%;
    content: '';
    position: absolute;
    right: -22px;
    top: 50%;
}

.history .left .date:before {
    width: 12px;
    height: 12px;
    background-color: #00c0ef;
    display: block;
    border-radius: 100%;
    content: '';
    position: absolute;
    left: -5px;
}

.history .left .date:after {
    border-left: 2px solid #00c0ef;
    content: '';
    height: 100%;
    width: 2px;
    background-color: #00c0ef;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.history .right .date:before {
    border-left: 2px solid #00c0ef;
    content: '';
    height: calc(100% + 10px);
    width: 2px;
    background-color: #00c0ef;
    display: block;
    right: -17px;
    position: absolute;
}

.history .right .date {
    padding-top: 50px;
}

.history .container .first .date:after {
    height: 50%;
    top: 50%;
}

.history .container .left.last .date:after {
    height: 50%;
    top: 0;
}

.history .container .right.last .date:before {
    height: 50%;
    top: 0;
}

.history .last {
    padding-bottom: 160px;
}

.page-template-about .about_top {
    padding: 100px 0;
}

.page-template-about .about_top span {
    color: #33393f;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}

.page-template-about .about_top p {
    color: #6d7175;
    font-size: 18px;
    line-height: 28.73px;
    margin-bottom: 45px;
}

.page-template-about .about_top p:last-child {
    margin-bottom: 0px;
}

.history_title {
    padding-top: 100px;
    padding-bottom: 26px;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.geography {
    background-image: url("../images/bg_geo.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.geography .content {
    display: flex;
    width: 100%;
    height: 90vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.geography .title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 24px;
}

.geography .text, .geography .text2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.73px;
    width: 53%;
}

.geography .point_geo {
    background: url("../images/pro_kompaniyu_geographiya_polyotiv.svg");
    width: 41px;
    height: 53px;
    background-size: cover;
    margin-top: 78px;
    margin-bottom: 24px;
}

.current-menu-item a {
    color: #bec2c5;
}

.fixed .current-menu-item a {
    color: #879098;
}

.fancybox-button--play, .fancybox-button--zoom, .fancybox-button--thumbs, .fancybox-infobar {
    display: none !important;
}

.fancybox-button--close {
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 11px;
}

.fancybox-navigation .fancybox-button {
    border-radius: 50%;
}

.fancybox-navigation .fancybox-button {
    height: 65px;
    width: 65px;
}

.fancybox-navigation .fancybox-button--arrow_right, .fancybox-navigation .fancybox-button--arrow_left {
    padding: 10px;
}

.fancybox-bg {
    background: #101217;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.86;
}

.service_text .title {
    color: #ffffff;
    font-size: 27px;
    font-weight: 500;
    line-height: 34.73px;
    text-align: center;
    padding-bottom: 74px;
}

.service_text {
    background-image: url("../images/service_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.service_text .icon {
    background: url("../images/service_icon.svg");
    width: 38px;
    height: 38px;
    display: block;
    background-size: cover;
}

.service_text .content {
    display: flex;
    width: 100%;
    height: 80vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.service_text .item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.service_text .item .text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.73px;
    padding-top: 32px;
}

.burger-menu {
    position: absolute;
    cursor: pointer;
    display: none;
    right: 0px;
    top: 22px;
}

.burger-menu__line {
    display: block;
    position: relative;
    width: 26px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #fff;
    -moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.fixed .burger-menu__line {
    background-color: #155a99;
}

.burger-menu__line:nth-child(1) {
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.burger-menu__line:nth-child(3) {
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.active .burger-menu__line {
    opacity: 1;
    -moz-transform: rotate(45deg) translate(1px, -5px);
    -o-transform: rotate(45deg) translate(1px, -5px);
    -ms-transform: rotate(45deg) translate(1px, -5px);
    -webkit-transform: rotate(45deg) translate(1px, -5px);
    transform: rotate(45deg) translate(1px, -5px);
    background-color: white;
}

.fixed .active .burger-menu__line {
    background-color: #155a99;
}

.active .burger-menu__line:nth-child(2) {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0.2, 0.2);
    -o-transform: rotate(0deg) scale(0.2, 0.2);
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
}

.active .burger-menu__line:nth-child(3) {
    -moz-transform: rotate(-45deg) translate(1px, 3px);
    -o-transform: rotate(-45deg) translate(1px, 3px);
    -ms-transform: rotate(-45deg) translate(1px, 3px);
    -webkit-transform: rotate(-45deg) translate(1px, 3px);
    transform: rotate(-45deg) translate(1px, 3px);
}

.burger-menu .burger-menu__line:last-child {
    margin-bottom: 0;
}

.active-menu {
    background: white;
    transition: background 0.1s ease-in-out !important;
}

.active-menu .logo {
    background-image: url("../images/meridian_logo_color.svg");
}

.active-menu .burger-menu__line {
    background-color: #155a99;
}

.menu-mobile {
    display: none;
    background-color: #155a99;
    position: absolute;
    top: 90px;
    width: 100%;
    position: fixed;
}

.menu-mobile .phone a::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("../images/phone_icon_menu.svg");
    background-position-x: 0%;
    background-position-y: 0%;
    margin-right: 4px;
    position: relative;
    top: 1px;
    background-position: top;
}

.menu-mobile a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: inline-block;
    border-bottom: 1px solid #306da5;
    width: 100%;
    padding: 18px 20px;
}

.slider-tab-name {
    display: none;
}

.hist-mob {
    display: none;
}

.active-menu {
    position: fixed !important;
    top: 0 !important;
}

.menu-mobile .current-menu-item a {
    color: #81b0d5;
}

.menu-mobile #qtranslate-chooser {
    display: flex;
}

.menu-mobile .active a {
    color: #bec2c5;
}

@media (max-width: 1200px) {
    .burger-menu {
        display: inline-block;
    }

    .menu {
        display: none;
    }

    .logo {
        width: 158px;
        height: 59px;
        background-image: url("../images/meridian_logo_white.svg");
        background-size: cover;
    }

    #navbar .container {
        position: relative;
    }

    .slider_adv_nav {
        position: absolute;
        bottom: 20px;
    }

    .slider_item .icon {
        padding-top: 20px;
    }

    .other_services > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) {
        border-right: transparent;
    }

    .other_services > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
        border-right: 0.25px solid #40474e;
        border-left: 0.25px solid #40474e;
    }

    .other_services > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) {
        border-top: transparent;
        border-right: transparent;
    }

    .other_services > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) {
        border-left: 0.25px solid #40474e;
    }

    .header-bg-fixed-text .sub_title {
        font-size: 16px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .header-bg-fixed-text .sub_title {
        margin-top: 20px;
    }

    .header-bg-fixed-text .title {
        font-size: 43px;
        line-height: 55px;
    }

    .page-template-services .sub_title br {
        display: none;
    }

    .menu-mobile li {
        text-align: center;
    }

    .menu-mobile #qtranslate-chooser {
        justify-content: center;
    }

    .menu-mobile .phone a {
        text-align: center;
    }

}

@media (max-width: 1025px) {
    .slider .title {
        padding-top: 50px;
        width: 90%;
    }

    .slider_adv_nav {
        bottom: 70px;
    }

    .burger-menu {
        right: 15px;
    }

    .menu-mobile .active a {
        color: #81b0d5;
    }

}

@media (max-width: 992px) {

    .link-home {
        display: inline-block;
    }

    .bg-fixed {
        background-attachment: scroll !important;
    }

    .header-bg-fixed {
        background-attachment: scroll !important;
    }

    .main_block_images > div {
        margin: 0 auto;
        max-width: 380px;
    }

    .v-header .title {
        font-size: 47px;
        font-weight: 700;
        line-height: 61.27px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: center;
    }

    .v-header .sub_title {
        font-size: 22px;
        font-weight: 500;
        line-height: 30.55px;
        text-align: center;
    }

    .main_block_images {
        padding-bottom: 30px;
    }

    .services_open.active {
        margin-top: 30px;
    }

    .main_block_services::before {
        top: 30px;
    }

    .slider .tabs {
        display: none;
    }

    .slider-tab-name {
        display: inline-block;
    }

    .slider .title {
        padding-top: 60px;
        width: 100%;
        text-align: center;
        color: #323940;
        font-size: 29px;
        font-weight: 500;
        line-height: 34.93px;
        padding-bottom: 17px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider_item {
        padding-right: 0;
    }

    .slider_adv_nav {
        display: none;
    }

    .main_block_services {
        margin-bottom: -95px;
    }

    .slider {
        background: #f0f0f1;
        padding-bottom: 25px;
    }

    .service_item {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 14px;
        padding-bottom: 24px;
    }

    .service_item .number {
        color: #838a91;
        font-size: 15px;
        font-weight: 400;
    }

    .service_item .text {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

    .slider_item {
        background: white;
        margin-bottom: 23px;
        padding: 25px;
        padding-top: 18px;
    }

    .slider_item .icon {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .slider_item .icon img {
        height: 81px
    }

    .slider-tab-name {
        color: #323940;
        font-size: 18px;
        font-weight: 500;
        line-height: 23.83px;
        padding-bottom: 8px;
    }

    .slider_item .text {
        color: #6d7175;
        font-size: 15px;
        font-weight: 400;
        line-height: 21.73px;
    }

    .footer_top {
        padding-top: 28px;
        padding-bottom: 46px;
    }

    .footer_top .logo {
        padding-bottom: 40px;
        margin-bottom: 35px;
        width: 158px;
        height: 58px;
        background-size: contain;
    }

    .footer-menu {
        justify-content: flex-start;
    }

    .footer-menu ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        display: block;
    }

    .header-bg-fixed-text {
        min-height: 210px;
    }

    .header-bg-fixed-text .title {
        font-size: 26px;
        font-weight: 700;
        line-height: 40.16px;
        text-transform: uppercase;
        letter-spacing: 0.61px;
        text-align: center;
    }

    .header-bg-fixed-text .sub_title {
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        line-height: 23.87px;
        text-align: center;
        margin-top: 15px;
        padding: 0 15px;
    }

    .video .text {
        width: 100%;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
    }

    .video .title {
        font-size: 29px;
        line-height: 25px;
    }

    .video .btn, .video a:hover .btn {
        width: 60px;
        height: 60px;
    }

    .page-template-about .about_top {
        padding-top: 39px;
        padding-bottom: 61px;
    }

    .page-template-about .about_top span {
        color: #33393f;
        font-size: 29px;
        font-weight: 500;
        line-height: 54.92px;
    }

    .page-template-about .about_top p {
        color: #6d7175;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .history_title {
        color: #ffffff;
        font-size: 27px;
        font-weight: 500;
        padding-top: 57px;
        padding-bottom: 0;
    }

    .hist-desc {
        display: none;
    }

    .hist-mob {
        display: block;
        padding-left: 20px;
    }

    .history .hist-mob .date {
        height: auto;
        padding: 6px 15px;
        padding-top: 32px;
    }

    .history .container .hist-mob .first .date::after {
        height: 100%;
        top: 55px;
    }

    .history .container .hist-mob .last .date::after {
        top: 0px;
        height: 55px;
    }

    .history .hist-mob .date {
        color: #ffffff;
        font-size: 22px;
        font-weight: 400;
        line-height: 53px;
    }

    .history .hist-mob .title {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        line-height: 23.73px;
        padding-bottom: 1px;
        padding-left: 15px;
    }

    .history .hist-mob .text {
        color: #b9bdc0;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding-left: 15px;
    }

    .history .last {
        padding-bottom: 86px;
    }

    .geography .title {
        color: #ffffff;
        font-size: 29px;
        font-weight: 500;
        line-height: 25px;
    }

    .geography .text, .geography .text2 {
        width: 100%;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
    }

    .geography .point_geo {
        margin-top: 64px;
        margin-bottom: 19px;
    }

    .banner_bottom .text {
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        line-height: 34.93px;
    }

    .banner_bottom .text {
        padding: 24px 22px;
    }

    .banner_bottom .contact .text:after {
        width: 45px;
        height: 30px;
        bottom: 24px;
        right: 22px;
        background-size: cover;
    }

    .banner_bottom .about .text:after {
        width: 43px;
        height: 43px;
        bottom: 24px;
        right: 22px;
        background-size: cover;
    }

    .banner_bottom .services .text:after {
        width: 50px;
        height: 39px;
        bottom: 24px;
        right: 22px;
        background-size: cover;
    }

    .service_title {
        color: #33393f;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        padding-top: 40px;
        padding-bottom: 27px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .services_item .overlay-text .number {
        color: #33393f;
        font-size: 32px;
        font-weight: 500;
        line-height: 45.3px;
        padding-bottom: 23px;
    }

    .service_text .title {
        color: #ffffff;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
    }

    .service_text .item {
        padding-bottom: 30px;
    }

    .service_text .title {
        padding-bottom: 57px;
        padding-top: 30px;
        width: 65%;
    }

    .contact_info {
        padding-top: 40px;
    }

    .contact_info .title_block {
        color: #33393f;
        font-size: 24px;
        font-weight: 500;
        line-height: 54.92px;
        padding-bottom: 5px;
    }

    .contact_info .text_title {
        padding-bottom: 40px;
    }

    .contact_info .text_title p {
        color: #6d7175;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }

    .contact_item .text p, .contact_item .text a {
        color: #33393f;
        font-size: 16px;
        font-weight: 500;
        line-height: 25.73px;
    }

    .contact_item {
        padding-bottom: 26px;
    }

    .form {
        margin-top: 18px;

        padding-top: 25px;
        padding-bottom: 24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .form .title_block {
        color: #33393f;
        font-size: 24px;
        font-weight: 500;
        line-height: 54.92px;
    }

    #map {
        margin-top: 66px;
    }

    .services_item .overlay-text .sub_text {
        margin-top: 16px;
    }

    #navbar {
        padding-bottom: 10px;
    }

    .page-template-services .sub_title br {
        display: inline-block;
    }

}

@media (max-width: 768px) {
    .header-bg-fixed-text {
        width: calc(100% - 30px);
    }

    .burger-menu {
        right: 15px;
    }

    .color-line {
        width: calc(100% + 0px);
    }
}

@media (max-width: 767px) {

    .menu-mobile li {
        text-align: left;
    }

    .menu-mobile .phone a {
        text-align: left;
    }

    .menu-mobile #qtranslate-chooser {
        justify-content: flex-start;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .main_block_image .content {
        padding: 40px 30px;
    }

    .main_block_image .content .number {
        color: #ffffff;
        font-size: 21px;
        font-weight: 400;
    }

    .main_block_image .content .text {
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }

    .other_services > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) {
        border-bottom: transparent;
    }

    .other_services > div:nth-child(1) > div:nth-child(1) > a:nth-child(1),
    .other_services > div:nth-child(1) > div:nth-child(3) > a:nth-child(1),
    .other_services > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) {
        border-right: 0.25px solid #40474e;
    }

    .partners-block .title {
        font-size: 15px;
        padding-top: 27px;
        padding-bottom: 30px;
    }

    .partners-block .item {
        min-height: 130px;
    }

    .partners-block .item:nth-child(1),
    .partners-block .item:nth-child(2),
    .partners-block .item:nth-child(3),
    .partners-block .item:nth-child(4),
    .partners-block .item:nth-child(5),
    .partners-block .item:nth-child(6) {
        border-left: none;
        border-right: none;
        border-top: 0.5px solid #ececec;
    }

    .partners-block {
        padding-bottom: 0;
    }

    .footer_top .phones a {
        display: block;
    }

    .footer_top .title {
        color: #90969a;
        font-size: 14px;
        font-weight: 500;
        line-height: 29.73px;
        text-transform: uppercase;
    }

    .footer_top .phones a, .footer_top a, .footer_top .adres {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 27.73px;
    }

    .footer_top .adres {
        padding-bottom: 19px;
    }

    .footer_top .add {
        padding-top: 19px;
    }

    .banner_bottom .link {
        margin-bottom: 20px;
    }

    .banner_bottom {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .services {
        padding-bottom: 0px;
    }

    .sertificates {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .gallery {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .tab {
        padding-bottom: 20px;
    }

    .service_text .content {
        height: 120vh;
    }

    .fullscreen-video-wrap, .header-overlay {
        display: none;
    }

    .home_mob_bg {
        display: block;
    }

}

@media (max-width: 576px) {

    .page-template-services .sub_title br {
        display: none;
    }

    .burger-menu {
        right: 20px;
    }

    .main_block_images > div {
        margin: 0 auto;
    }

    .footer_bottom .order {
        order: 2;
    }

    .footer-menu ul li {
        padding-left: 0;
        padding-right: 60px;
    }

    .footer_bottom .copy {
        padding-top: 53px;
    }

    .footer_bottom {
        padding: 30px 0;
    }

    .footer_top {
        padding-bottom: 38px;
    }

    .header-bg-fixed-text {
        width: calc(100% - 30px);
    }

    .color-line {
        width: 100%;
    }

    .slider .container {
        padding: 0;
    }

    .page-template-services .main-content .container {
        padding: 0;
    }

    .page-template-services .main-content .color-line {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .services_item {
        min-height: 0;
    }

    .services_item .overlay-text {
        position: relative;
    }

    .service_text .item .text {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .gphotos, .gvideos {
        margin-bottom: 20px;
    }

    .service_text .content {
        height: 120vh;
    }

    .footer-menu ul li {
        padding-right: 50px;
    }

    .banner_bottom .link {
        min-height: 160px;
    }

    .services_item .overlay-text .text br {
        display: none;
    }

    .service_text .item .text {
        padding-top: 16px;
    }

    .tab {
        display: flex;
        justify-content: space-between;
    }

    .tab .tablinks.active, .tab .tablinks:hover, .tab .tablinks {
        width: 48%;
        margin: 0;
    }

    .service_text .content {
        height: auto;
        padding: 20px 0;
    }

}

@media (max-width: 450px) {
    .v-header .title {
        font-size: 39px;
        line-height: 50px;
    }
}

@media (max-width: 361px) {
    .footer-menu ul li {
        padding-right: 45px;
    }

    .page-template-contact .header-bg-fixed-text .sub_title br {
        display: none;
    }

    .page-template-contact .text_title br {
        display: none;
    }

    .page-template-about .about_top span {
        line-height: 32px;
        display: block;
        padding-bottom: 25px;
    }

    .geography .title{
        line-height: 38px;
    }

    .contact_info .title_block{
        line-height: 32px;
        padding-bottom: 16px;
    }

    .v-header .title {
        font-size: 32px;
        line-height: 47px;
    }

}

@media (max-width: 321px) {

    .slider .title {
        font-size: 26px;
    }

    .footer-menu ul li {
        padding-right: 25px;
    }

    .header-bg-fixed-text .title {
        font-size: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .readmore-link {
        display: none;
    }

}

.acp{
    color: #00b2e0;
    text-decoration: underline;
}

.acp:hover{
    color: #50c9e8;
    text-decoration: underline;
}