.pb-30 {
    padding-bottom: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.contacts-phone-modal {
    padding: 30px;
}

.contacts-phone-modal button.close {
    top: 30px;
    right: 30px;
    position: absolute;
}

.contacts-phone-modal .header-subtitle {
    font-family: aveMedium;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #4594F3;
}

.phoneListWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5em 0;
}

.phoneList {
    list-style: none;
}

.phoneList li:not(:last-child) {
    margin-bottom: 15px;
}

.phoneList a {
    font-family: aveMedium;
    font-style: normal;
    font-size: 19px;
    line-height: 115%;
    display: block;
    color: white;
    background: -o-linear-gradient(358.53deg, #4594F3 0.84%, #63A3F1 99.36%), #C4C4C4;
    background: linear-gradient(91.47deg, #4594F3 0.84%, #63A3F1 99.36%), #C4C4C4;
    border-radius: 10px;
    width: 195px;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.phoneList a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#popup__toggle {
    bottom: 70px;
    right: 0;
    position: fixed;
    outline: none;
    z-index: 99;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #63a3f1;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    border-radius: 100%;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #63a3f1;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.calback-img-circleblock {
    display: block;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(../img/phone_mini.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.calback-img-circle {
    background-color: #338af5;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.calback-img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}


@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
}

@keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }


    50% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

@keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }


    50% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

.blockMenuHeader {
    background-color: #EAEAEA;
    position: absolute;
    width: 100%;
    top: 90px;
    z-index: 4;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 50px;
}

.nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.nav-menu li:not(:last-child) {
    margin-right: 40px;
}

.nav-menu a,
.nav-menu span {
    font-family: aveReg;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 19px;
    color: #2E2E2E;
}

.nav-menu span:hover {
    cursor: pointer;
}

.nav-menu a.active,
.nav-menu span.haveSubMenu.active,
.nav-menu a:hover,
.nav-menu a:focus {
    font-weight: bold;
    text-decoration: none;
    font-family: 'aveBold', sans-serif;
}

.nav-menu .sub-menu {
    display: none;
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 22px 35px rgb(219 219 219 / 35%);
    box-shadow: 0 22px 35px rgb(219 219 219 / 35%);
    z-index: 4;
    max-height: 460px;
    padding: 25px 0 0 0;
    overflow: auto;
}

.nav-menu li:nth-child(3) {
    position: relative;
}

.nav-menu li:nth-child(3) ul li {
    width: 100%;
    padding: 0 20px;
    margin: 20px 0 !important;
}

.nav-menu li:nth-child(3) ul {
    top: 35px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 245px;
    padding: 5px 0;
    height: auto;
}

p.mailFooter a {
    display: block;
}

.phone-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.phone-list li:not(:last-child) {
    margin-right: 32px;
}

.blockCityChangeHeader {
    font-family: aveReg;
    font-style: normal;
    font-weight: normal;
    margin-left: 45px;
    padding: 0 15px;
}

.blockCityChangeHeader.blockCityChangeTablet {
    display: none;
}

.blockInsideHeader {
    background-color: #ffffff;
}

.city-list-label {
    font-size: 12px;
    line-height: 15px;
    color: #A0A0A0;
    margin-bottom: 6px;
}

.city-items {
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    color: #2E2E2E;
}

.city-items li a {
    text-decoration: none !important;
    font-family: aveReg;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #2E2E2E;
}

.city-items li {
    display: block;
}

.city-items li:hover {
    cursor: pointer;
}

.city-items > .city-item {
    position: relative;
}

.current-city,
.sub-items li:hover {
    font-weight: 600;
}

.current-city:after {
    content: url(../img/arrow.svg);
    position: relative;
    margin-left: 10px;
    top: -2px;
    line-height: 100%;
}

.city-items.sub-items {
    display: none;
    position: absolute;
    width: 200px;
    background-color: #ffffff;
    left: -10px;
    border-top: 2px solid #338af5;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 6px 0px rgb(34 60 80 / 10%);
    box-shadow: 0px 6px 6px 0px rgb(34 60 80 / 10%);
    top: 30px;
    z-index: 5;
    padding: 10px;
}

.sub-items li {
    margin: 5px 0;
}

table.priceServices tr td {
    padding: 10px 0 !important;
}

table.priceServices tr th:nth-child(5) {
    display: table-cell !important;
}

table.priceServices tr td:nth-child(2) {
    padding-left: 10px !important;
}

table.priceServices tr td:nth-child(4) {
    text-align: left !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

table.priceServices tr td:nth-child(5) {
    padding-right: 5px !important;
}

table.priceServices tr td:nth-child(5) .standartStyleButton {
    background: -o-linear-gradient(112.49deg, #63a3f1 23.83%, #338af5 111.87%);
    background: linear-gradient(337.51deg, #63a3f1 23.83%, #338af5 111.87%);
    width: 140px;
    height: 45px;
    line-height: 45px;
}

table.priceServices tr td:nth-child(5) {
    width: 14.65%;
    font-family: aveMedium;
    color: #2E88F8;
    border-right: 1px solid #E4ECF6;
}

.singleServicesTableSection table.priceServices tr td:nth-child(4) {
    border-right: none;
}

table.priceServices tr {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle !important;
    position: relative;
}

table.priceServices tr td:nth-child(5) {
    border-right: 1px solid #E4ECF6;
}

@media (max-width: 700px) {
    table.priceServices tr td:nth-child(2) {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        padding-right: 10px !important;
    }

    table.priceServices tr td:nth-child(4) {
        width: 35%;
    }

    table.priceServices tr {
        vertical-align: middle !important;
    }

    table.priceServices tr td:nth-child(4) {
        padding-bottom: 10px !important;
        border-right: none !important;
    }

    table.priceServices {
        width: 105%;
        position: relative;
        left: -2.5%;
    }

    table.priceServices tr td:nth-child(4) {
        font-size: 14px;
    }

    table.priceServices tr td:nth-child(2) {
        font-size: 13px;
        width: 45% !important;
    }

    table.priceServices tr td:nth-child(5) .standartStyleButton {
        width: 80px;
        height: 40px;
        line-height: 40px;
    }

    table.priceServices tr:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    table.priceServices tr {
        display: block;
    }
}

@media (max-width: 340px) {
    table.priceServices tr td:nth-child(4) {
        font-size: 13px;
    }
}

.servicesOrderLocationRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.servicesOrderLocationColumn {
    width: 244px;
}

.servicesOrderLocationList {
    list-style-type: none;
}

.servicesOrderLocationItem {
    border-bottom: 1px solid rgba(196, 196, 196, 0.28);
    margin-bottom: 20px;
    line-height: 26px;
}

.servicesOrderLocationText,
.servicesOrderLocationLink {
    font-family: aveReg;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -0.1px;
    line-height: 24px;
}

.servicesOrderLocationText {
    color: #484848;
    padding: 0 0 9px 15px;
}

.servicesOrderLocationLink {
    display: inline-block;
    color: #2e2e2e;
    padding: 0 15px 10px;
    font-weight: bold;
}

.servicesOrderLocationLink:before,
.servicesOrderLocationText:before {
    content: url(/wp-content/themes/wp-mts/img/pin.svg);
    display: inline-block;
    margin-right: 15px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.servicesOrderLocationOther .servicesOrderLocationList {
    display: block;
}

.servicesOrderLocationOther .servicesOrderLocationItem {
    width: 100%;
    margin-right: 0;
}


.ourPartnersColumn {
    padding-left: 15px;
    padding-right: 15px;
}

.ourPartnersHeader {
    text-align: center;
    margin-bottom: 40px;
}

.ourPartnersHeader .headerSection {
    color: #4294F0;
}

.ourPartnersItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: -15px;
}

.ourPartnerItem {
    width: 25%;
    padding: 15px;
}

.ourPartnerItem img {
    max-width: 100%;
    height: auto;
}

.itemContentOurClients > .insideItemContentOurClient {
    height: 376px;
    overflow: hidden;
}

.insideItemContentOurClient .itemLogoClient img {
    max-width: 100%;
    height: auto;
    padding: 15px 10px;
}

.insideItemContentOurClient.autoHeight {
    height: auto;
}

.arrow-icon {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    cursor: pointer;
    margin: auto;
    top: -25px;
    border-radius: 50%;
    background-color: #368BF4;
    border: none;
}

.left-bar {
    position: absolute;
    background-color: transparent;
    top: 25px;
    left: 8px;
    width: 20px;
    height: 4px;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
}

.left-bar:after {
    content: "";
    background-color: white;
    width: 20px;
    height: 3px;
    display: block;
    border-radius: 6px 10px 10px 6px;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    -o-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}

.right-bar {
    position: absolute;
    background-color: transparent;
    top: 25px;
    left: 22px;
    width: 20px;
    height: 4px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
}

.right-bar:after {
    content: "";
    background-color: white;
    width: 20px;
    height: 3px;
    display: block;
    border-radius: 10px 6px 6px 10px;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    -o-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}

.open .left-bar:after {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.open .right-bar:after {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lang-block {
    position: relative;
    margin: 0 20px;
}

.lang-block ul {
    list-style: none;
}

.lang-block.lang-block-mobile {
    display: none;
}

.current-lang {
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
}

.current-lang:after {
    content: url(../img/arrow.svg);
    position: relative;
    margin-left: 10px;
    top: -2px;
    line-height: 100%;
}

.open-list.current-lang:after {

}

.lang-link {
    text-transform: uppercase;
    font-family: 'aveMedium';
    font-size: 12px;
    color: #ADADAD;
}

span.lang-link {
    display: inline-block;
}

a.lang-link {
    text-decoration: none;
    display: inline-block;
}

a.lang-link:hover {
    font-weight: bold;
    color: #333;
}

a.lang-link:active,
a.lang-link:focus {
    font-weight: bold;
}

ul.lang-switcher-submenu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    left: -7px;
    min-width: 35px;
    /* top: -7px; */
    border-top: 2px solid #338af5;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 6px 0px rgb(34 60 80 / 10%);
    box-shadow: 0px 6px 6px 0px rgb(34 60 80 / 10%);
    top: 25px;
    z-index: 5;
    padding: 5px 10px 8px 10px;
}

.partners_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.partners_info {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.partners_descr {
    max-width: 422px;
    line-height: 26px;
    margin-top: 20px;
}

.partners_content {
    width: 51%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.partners_item {
    height: 193px;
    width: 50%;
    border: 1px solid #EBEDEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners_item--img img {
    max-width: 90%;
    width: 100%;
    height: auto;
    display: block;
}


/***********Media Query******/
@media (min-width: 1200px) {
    .regionServicesOrderLocation .servicesOrderLocationItem:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .blockPhoneHeader {
        margin-right: 20px;
    }

    .phone-list li:not(:last-child) {
        margin-right: 24px;
    }

    .lang-block {
        margin: 0 15px;
    }

    .servicesOrderLocationColumn {
        width: 235px;
    }

    .servicesOrderLocationText {
        letter-spacing: -0.4px;
    }

    .regionServicesOrderLocation .servicesOrderLocationItem {
        margin-right: 87px;
    }

    .regionServicesOrderLocation .servicesOrderLocationItem:nth-child(3n) {
        margin-right: 0;
    }

    .itemContentOurClients > .insideItemContentOurClient {
        height: 300px;
    }

    .nav-menu a {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .lang-block.lang-block-mobile {
        display: block;
        position: absolute;
        top: 27px;
        left: 17px;
        z-index: 10;
    }

    .lang-block {
        display: none;
    }

    .blockPhoneHeader {
        margin-right: 0;
    }

    .main-nav {
        height: 100vh;
    }

    .nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .nav-menu li {
        margin: 10px auto 30px;
    }

    .nav-menu li:not(:last-child) {
        margin-right: auto;
    }

    .nav-menu a {
        font-size: 20px;
    }

    .blockMenuHeader.activeNav {
        right: 0;
        z-index: 10;
    }

    .blockMenuHeader .blockButtonMenuMob {
        position: absolute;
        top: 60px;
        right: 15px;
    }

    .blockMenuHeader {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        background-color: #ffffff;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }

    .nav-menu li ul.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 0;
        max-height: 100%;
        left: -100%;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }

    .nav-menu li:first-child ul {
        padding-top: 45px;
        height: 100%;
    }

    .nav-menu li:first-child ul li:last-child {
        margin-bottom: 70px !important;
    }

    .nav-menu li:first-child ul li {
        width: 100%;
    }

    .nav-menu li:first-child ul li,
    .nav-menu li:nth-child(3) ul li {
        text-align: center;
        margin: 20px auto !important;
    }

    .nav-menu li ul.sub-menu.activeSubUl {
        left: 0;
    }

    .blockCityChangeHeader {
        display: none;
    }

    .blockCityChangeHeader.blockCityChangeTablet {
        display: block;
        margin-left: 0;
    }

    .phone-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .servicesOrderLocationColumn {
        width: 244px;
    }

    .regionServicesOrderLocation .servicesOrderLocationList {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .regionServicesOrderLocation .servicesOrderLocationItem {
        margin-right: 0;
    }

    .partners_info {
        width: 45%;
        padding-right: 15px;
    }

    .partners_content {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .contacts-phone-modal button.close {
        top: 10px;
        right: 15px;
    }

    .contacts-phone-modal {
        padding-top: 50px;
    }

    .contacts-phone-modal .headerModalC {
        line-height: 100%;
    }

    .contacts-phone-modal .header-subtitle {
        margin-top: 5px;
    }

    .servicesOrderLocationRow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .regionServicesOrderLocation .servicesOrderLocationList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ourPartnerItem {
        width: 50%;
    }
}

@media (max-width: 600px) {
    #popup__toggle {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        bottom: 20px;
    }

    .phoneList li:not(:last-child) {
        margin-bottom: 10px;
    }

    .itemContentOurClients > .insideItemContentOurClient {
        height: 450px;
        overflow-y: hidden;
    }

    .partners_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partners_info {
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }

    .partners_content {
        width: 100%;
    }

    .partners_descr {
        max-width: 100%;
    }

    .partners_section .container {
        padding: 0;
    }

    .partners_info {
        padding: 0 15px;
    }

}

@media (max-width: 550px) {
    .blockCityChangeHeader.blockCityChangeTablet {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
    }

    .city-list-label {
        font-size: 12px;
        margin-bottom: 0;
    }

    .blockForPhoneMob ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blockForPhoneMob ul li:after {
        content: "";
        height: 12px;
        width: 2px;
        background-color: #fff;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 5px;
    }

    .blockCityChangeHeader {
        padding: 0;
    }

    .city-items.sub-items {
        padding: 15px;
        left: -15px;
        top: 27px;
    }

    .city-items {
        font-size: 14px;
        line-height: 16px;
    }
}

.blockBreadCumpbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blockBreadCumpbs,
.blockBreadCumpbs a {
    font-size: 12px;
    color: #333;
}

.blockBreadCumpbs_white {
    opacity: 0.7;
}

.blockBreadCumpbs_white,
.blockBreadCumpbs_white a {
    color: #ffffff;
}

.blockBreadCumpbs a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blockBreadCumpbs a:hover {
    color: #63A3F1;
}

.bc_sep {
    font-size: 14px;
    margin: 0 5px;
}

#comments {
    display: none;
}