/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');*/

:root {
    --container: 1240px;
}

#jGrowl {
    display: none!important;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    background: #ffffff;
    color: #1F1F1F;
}
a {
    color: #1F1F1F;
    text-decoration: none;
    transition: .25s;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0 0 24px;
    line-height: 1.2;
}
.h2,.block {
    font-weight: 700;
    margin: 0 0 24px;
    line-height: 1.2;
}
h1 {
    font-size: 56px;
}
h2,.h2,.block {
    font-size: 48px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 34px;
}
h5 {
    font-size: 28px;
}
h6 {
    font-size: 24px;
}
p, ul, ol, blockquote {
    margin: 0 0 24px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
    margin-bottom: 0;
}
.form-field {
    position: relative;
    margin-bottom: 20px;
}
.form-field-inline {
    display: flex;
    align-items: center;
}
.form-field > label {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #333333;
}
.form-field-inline > label {
    margin-bottom: 0;
    flex: 0 0 auto;
    margin-right: 8px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="number"],
textarea {
    flex: auto;
    max-width: 100%;
    width: 100%;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, .24);
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
    outline: none;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    transition: .25s;
}
textarea {
    height: 86px;
}
.form-field-phone {
    position: relative;
    z-index: 1;
}
.form-field-phone span {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 16px;
    color: #171725;
}
.form-field-phone span img {
    max-width: 16px;
    margin-right: 4px;
}
.form-field-phone input {
    padding-left: 93px;
}
.form-field-typeReview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}
.form-field-typeReview p {
    position: relative;
    flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}
.form-field-typeReview input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.form-field-typeReview p span {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-field-typeReview p input[type="radio"]:checked + span {
    background: #CAD9FC;
}
.form-field-typeReview p img {
    max-height: 54px;
}


.container {
    width: 100%;
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
}
.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 1;
}
.heading {
    position: relative;
    font-weight: 500;
    margin-bottom: 56px;
}
.heading-lg h2,
.heading-lg .h2,
.heading-lg .block{
    font-size: 56px;
    font-weight: 800;
}
.heading-xl h2,
.heading-xl .h2,
.heading-xl .block{
    font-size: 80px;
    font-weight: 700;
}
.heading > p:first-child {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #2D71C0;
}
.heading.white {
    color: #EBEBEB;
}
.heading.white h2,
.heading.white .h2,
.heading.white .block{
    color: #ffffff;
}
.w-100 {
    width: 100% !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 1280px) {
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 22px 35px;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    transition: .25s;
    z-index: 1;
}
.btn-xl {
    font-size: 24px;
    padding: 17.5px 38px;
}
.btn-md {
    font-size: 16px;
    padding: 15px 32px;
}
.btn-sm {
    font-size: 18px;
    padding: 9.5px 35px;
}
.btn-primary {
    background-color: #2D71C0;
    border-color: #2D71C0;
    color: #FFFFFF;
}
.btn-primary:hover {
    background-color: #182944;
    border-color: #182944;
    color: #FFFFFF;
}
.btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #2D71C0;
}
.btn-secondary:hover {
    background-color: #182944;
    border-color: #182944;
    color: #FFFFFF;
}
.btn-link {
    padding: 0 !important;
    color: #2D71C0;
    border: none;
}
.btn-link:hover {
    color: #182944;
}
.btn-link.video:before {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../images/play.svg);
    mask-image: url(../images/play.svg);
    background-color: #2D71C0;
    flex: 0 0 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    transition: .25s;
}
.btn-link.video:hover:before {
    background-color: #182944;
}

.bg-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.owl-carousel.off {
    display: block;
}

.soc-links {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
}
.soc-links li {
    margin-left: 12px;
}
.soc-links li:first-child {
    margin-left: 0;
}
.soc-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}
.soc-links li a img {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
}


.owl-nav {
    position: absolute;
    top: calc(50% - 32px);
    width: 100%;
    z-index: 9;
}
.owl-nav button {
    position: absolute;
    width: 64px;
    height: 64px;
    background: #ffffff !important;
    border: 1px solid #2D71C0 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    outline: none;
    transition: .25s;
}
.owl-nav-2 .owl-nav button {
    border-color: #ffffff !important;
}
.owl-nav button.owl-prev {
    left: -32px;
}
.owl-nav button.owl-next {
    right: -32px;
    transform: rotate(180deg);
}
.owl-nav button:hover {
    background: #2D71C0 !important;
}
.owl-nav-2 .owl-nav button:hover {
    border-color: #2D71C0 !important;
}
.owl-nav button:before {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../images/arrow-left.svg);
    mask-image: url(../images/arrow-left.svg);
    background-color: #2D71C0;
    flex: 0 0 18px;
    max-width: 18px;
    height: 18px;
    transition: .25s;
}
.owl-nav-2 .owl-nav button:before {
    background-color: #333333;
}
.owl-nav button:hover:before {
    background-color: #ffffff;
}



.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    /*transition: opacity .15s linear;*/
}
body.modal-open {
    overflow: hidden;
    /**padding-right: 17px;*/
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #292424;
    opacity: 0;
    z-index: -1;
}
.modal-backdrop.show {
    opacity: .54;
    z-index: 1049;
}
.modal-dialog {
    position: relative;
    width: auto;
    max-width: 420px;
    margin: 1.75rem auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    /*transition: transform .3s ease-out;*/
}
.modal-dialog.modal-lg {
    max-width: 940px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    border-radius: 16px;
    background-clip: padding-box;
    outline: 0;
    overflow: hidden;
}
.modal-header {
    position: relative;
    padding: 24px 24px 8px;
    z-index: 1;
}
.modal-title {
    margin: 0 32px;
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    text-align: center;
}

.modal-sub {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 30px;
}

.modal-close {
    -webkit-mask-size: 18px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../images/close.svg);
    mask-image: url(../images/close.svg);
    background-color: #2D71C0;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 20px;
    right: 20px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .25s;
}
.modal-close:hover {
    background-color: #182944;
}
.modal-body {
    position: relative;
    padding: 0 24px 24px;
}
.modalSuccessSend .modal-title {
        line-height: 1.2;
    margin-bottom: 18px;
}
.modalSuccessSend .modal-title + p{
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 14px;
}

.wrapper {
    position: relative;
    z-index: 1;
}

.header {
    position: relative;
    padding: 20px 0;
    z-index: 1;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo a {
    display: inline-flex;
    align-items: center;
}
.header-logo span {
    margin-left: 20px;
    font-weight: bold;
    color: #182944;
}
.header-contacts {
    position: relative;
}
.header-contacts p {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #182944;
    line-height: 1.5;
}
.header-contacts p:last-child {
    margin-bottom: 0;
}
.header-contacts p:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex: 0 0 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.header-contacts p.phone:before {
    background-image: url(../images/phone.svg);
}
.header-contacts p a {
    color: #182944;
}
.header-contacts p a:hover {
    color: #2D71C0;
}
.header-schedule {
    position: relative;
}
.header-contacts .sch {
    display: none;
}
.header-schedule p {
    margin-bottom: 8px;
    line-height: 1.5;
    color: #182944;
}
.header-schedule p br {
    display: none;
}
.header-soc {
    justify-content: center;
}
.header-toggle {
    display: none;
    align-items: center;
    justify-content: center;
}
.header-toggle button {
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../images/nav.svg);
    mask-image: url(../images/nav.svg);
    background-color: #2D71C0;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    transition: .25s;
}
.header-toggle button:hover {
    background-color: #333333;
}

.mainNavigation {
    position: sticky;
    top: 0;
    background: #2D71C0;
    z-index: 95;
}
.mainNavigation-wrap {
    display: flex;
    justify-content: space-between;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0px 0px 8px 8px;
    background: #FFFFFF;
    box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.10);
    margin: 0;
    padding: 8px 0 3px;
    list-style: none;
    width: 320px;
    line-height: 1.5;
    overflow: auto;
    z-index: 2;
}
.sub-menu li {
    position: relative;
    border-bottom: 1px solid #2D71C0;
    page-break-inside: avoid;
    break-inside: avoid;
}
.sub-menu li a {
    display: block;
    padding: 7px 24px;
}
.sub-menu li a:hover {
    color: #2D71C0;
}

.city-menu,
.lang-menu {
    flex: 0 0 180px;
    max-width: 180px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.lang-menu {
    text-align: right;
    text-transform: uppercase;
}
.city-menu > li,
.lang-menu > li {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.city-menu > li:before,
.lang-menu > li:before {
    content: '';
    background-size: contain;
    flex: 0 0 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.city-menu > li:before {
    background: url(../images/map-point.svg) no-repeat center;
}
.lang-menu > li:before {
    background: url(../images/global.svg) no-repeat center;
}
.city-menu > li > a,
.lang-menu > li > a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    height: 42px;
}
.city-menu > li > a:after,
.lang-menu > li > a:after {
    content: '';
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: contain;
    flex: 0 0 10px;
    max-width: 10px;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    cursor: pointer;
    transition: .25s;
}
.city-menu > li > a:hover,
.lang-menu > li > a:hover {
    opacity: .8;
}
.city-menu > li.active > a:after,
.lang-menu > li.active > a:after {
    transform: rotate(180deg);
}
.city-menu .sub-menu {
    width: 200px;
}
.lang-menu .sub-menu {
    width: 80px;
    right: 0;
    text-align: center;
}
.lang-menu .sub-menu li.block {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-menu > li {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 24px;
}
.main-menu > li:last-child {
    margin-right: 0;
}
.main-menu > li > a {
    display: flex;
    align-items: center;
    height: 42px;
    font-weight: 600;
    color: #FFFFFF;
}
.main-menu > li:hover > a {
    opacity: .8;
}
.main-menu-arrow {
    content: '';
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: contain;
    flex: 0 0 12px;
    max-width: 12px;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-bottom: -3px;
    cursor: pointer;
    transition: .25s;
}
.main-menu > li:hover > .main-menu-arrow {
    transform: rotate(180deg);
}
.main-menu > li > .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: -99;
}

.main-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: inherit;
    z-index: 99;
}


.main-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.hero-image {
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
.hero-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 640px;
    width: 55%;
    padding-left: calc((100% - var(--container)) / 2);
}
.hero-content {
    position: relative;
    max-width: 465px;
}
.hero-content h1 {
    margin-bottom: 24px;
}
.hero-content p {
    line-height: 1.111;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2D71C0;
}
.hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hero-buttons .btn {
    margin-right: 36px;
}
.hero-buttons .btn:last-child {
    margin-right: 0;
}


.services-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px -48px;
}
.services-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    margin: 0 0 48px;
    padding: 0 24px;
}
.services-item__wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: calc((var(--container) - 2 * 48px) / 3 * 1.17);
    z-index: 1;
}
.services-item__wrap a.link {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.services-item__image {
    height: 100%;
}
.services-item__info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background: rgba(45, 105, 245, .2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    transition: .25s;
    z-index: 1;
}
.services-item__wrap:hover .services-item__info {
    background: #E0EEFF;
    justify-content: center;
    color: #383938;
}
.services-item__info h3,
.services-item__info .h3{
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 1.11;
    font-weight: 700;
}
.services-item__wrap:hover .services-item__info h3,
.services-item__wrap:hover .services-item__info .h3{
    color: #2F2F2F;
    font-size: 20px;
    margin-bottom: 20px;
}
.services-item__info p {
    margin-bottom: 0;
    font-size: 16px;
}
.services-item__button {
    display: none;
}
.services-item__wrap:hover .services-item__button {
    display: block;
    margin-top: 20px;
}

.servicesOther {
    position: relative;
    margin-top: 32px;
    z-index: 2;
}
.servicesOther-heading {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.servicesOther-heading p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    cursor: pointer;
}
.servicesOther-heading p:after {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../images/arrow-down.svg);
    mask-image: url(../images/arrow-down.svg);
    background-color: #2D71C0;
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    transition: .25s;
}
.servicesOther-heading.active p:after {
    transform: rotate(180deg);
}
.servicesOther-block {
    display: none;
}
.servicesOther-items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 32px -30px -20px;
}
.servicesOther-items:before,
.servicesOther-items:after {
    content: '';
    background: #c6c6c6;
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    z-index: 1;
}
.servicesOther-items:before {
    left: 33.3333%;
}
.servicesOther-items:after {
    left: 66.6666%;
}
.servicesOther-item {
    position: relative;
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    margin: 0 0 20px;
    padding: 0 30px;
}
.servicesOther-item p,
.servicesOther-item a{
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
.servicesOther-item a {
    color: #2D71C0;
}
.servicesOther-item p span:first-child {
    flex: auto;
    max-width: 100%;
    padding-right: 15px;
}
.servicesOther-item p span:last-child {
    flex: 0 0 auto;
    max-width: 0 0 110px;
    text-align: right;
}


.map-wrap {
    position: relative;
    background: #E0EEFF;
    border-radius: 24px;
    padding: 25px;
    text-align: center;
    z-index: 1;
}
.map-image {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.map-item {
    position: absolute;
    width: 54px;
    height: 54px;
    background: rgba(45, 105, 245, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    display: none;
    z-index: 1;
    font-size: 16px;
}
.map-item.big-city {
    width: 80px;
    height: 80px;
}
.map-item.middle-city {
    width: 70px;
    height: 70px;
}
.map-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: #2D71C0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.map-item-1 {
    top: 39%;
    left: 25%;
}
.map-item-2 {
    top: 22%;
    left: 44%;
}
.map-item-3 {
    top: 27%;
    left: 60%;
}
.map-item-4 {
    top: 37%;
    left: 77%;
}


.video-section {
    background: #1F1F1F;
}
.video-section .heading {
    margin-bottom: 24px;
}
.video-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*.video-left {
    flex: 0 0 calc(38% - 30px);
    max-width: calc(38% - 30px);
}
.video-right {
    flex: 0 0 62%;
    max-width: 62%;
}*/
.video-left {
    width: 100%;
    margin-bottom: 30px;
}
.video-right {
    width: 100%;
    margin-bottom: 30px;
}
.video-section .video-right video{
    height: 650px;
    width: 100%;
}
.video-section .video-right {}
.video-block {
    position: relative;
    height: calc(var(--container) * .66 / 1.4714);
    border-radius: 24px;
    overflow: hidden;
    z-index: 1;
}
.video-block img {
    z-index: 1;
}
.video-block:before {
    content: '';
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .2;
    z-index: 2;
}
.video-block a {
    position: relative;
    z-index: 3;
}
.video-play {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.77);
    border-radius: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    transition: .25s;
}
.video-play:hover {
    background: rgba(255, 255, 255, 0.95);
}
.video-play:before {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../images/play.svg);
    mask-image: url(../images/play.svg);
    background-color: #2D71C0;
    flex: 0 0 48px;
    max-width: 48px;
    width: 48px;
    height: 48px;
    margin-right: -10px;
}



.reviews-items {
    position: relative;
}
.reviews-item {
    margin-bottom: 30px;
    background: #efefef;
    border-radius: 20px;
    padding: 20px 30px;
}
.all-loaded-reviews .reviews-item,
.reviews-item:nth-child(n+6) {
    display: none;
}
.reviews-item.shows {
    display: block!important;
}
.reviews-item__wrap {
    position: relative;
    display: flex;
    align-items: center;
    /*border-bottom: 1px solid #2D71C0;
    padding-bottom: 30px;*/
}
.reviews-item__left {
    flex: auto;
    max-width: 100%;
}
.reviews-item__name {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}
.reviews-item__type {
    color: #AEAEAE;
    margin-bottom: 8px;
}
.reviews-item__content {
    position: relative;
        font-size: 17px;
    line-height: 1.4;
}
.reviews-item__right {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
    margin-left: 30px;
    border-radius: 10px;
}
.reviews-item__right img {
    transition: .25s;
}
.reviews-item__right a:hover img {
    transform: scale(1.05);
}
.reviews-item__play {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.77);
    border-radius: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    transition: .25s;
}
.reviews-item__play:hover {
    background: rgba(255, 255, 255, 0.95);
}
.reviews-item__play:before {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../images/play.svg);
    mask-image: url(../images/play.svg);
    background-color: #2D71C0;
    flex: 0 0 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: -5px;
}
.reviews-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviews-item__date {
    color: #777777;
    margin-top: 10px;
    font-size: 16px;
}



.feedback-section {
    background: #2D71C0;
}
.feedback-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feedback-left {
    flex: 0 0 64%;
    max-width: 64%;
}
.feedback-left .heading h2 {
    margin-bottom: 16px;
}


.team-wrap {
    position: relative;
    max-width: calc(100% - 64px);
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.team-item__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 1px;
}
.team-item__image {
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    flex: 0 0 calc(((var(--container) - 64px) - 28px * 2) / 3 * 1.069);
    max-height: calc(((var(--container) - 64px) - 28px * 2) / 3 * 1.069);
}
.team-item__info {
    position: relative;
    flex: auto;
    max-height: 100%;
    border: 1px solid #C6C6C6;
    border-top: none;
    border-radius: 0 0 24px 24px;
    padding: 15px 30px 30px;
    text-align: center;
}
.team-item__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #182944;
}
.team-item__profession {
    font-size: 18px;
    font-weight: 700;
    color: #2D71C0;
    margin-bottom: 8px;
}
.team-item__description {
    font-size: 18px;
    color: #6E7891;
}



.portfolio-section {
    background: #1F1F1F;
}
.portfolio-wrap {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.portfolio-item__image {
    position: relative;
    /*border-radius: 24px;*/
    overflow: hidden;
    z-index: 1;
}
.portfolio-item__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
}
/*.portfolio-item__image a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .2;
    z-index: 2;
}*/
.portfolio-item__image img {
    transition: .25s;
    max-height: 100%;
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}
.portfolio-item__image a:hover img {
    transform: scale(1.05);
}
.owl-portfolio .owl-nav {
    position: relative;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.owl-portfolio .owl-nav button {
    position: relative;
    margin: 0 4px;
    left: 0;
    right: 0;
}



.advantages-section {
    background: #F2F5FF;
}
.advantages-items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -32px;
}
.advantages-item {
    position: relative;
    margin: 0 0 32px;
    padding: 0 12px;
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.advantages-item__wrap {
    position: relative;
    background: #ffffff;
    border: 1px solid #C6C6C6;
    border-radius: 24px;
    overflow: hidden;
    padding: 35px 20px 35px 35px;
    height: 100%;
    z-index: 1;
}
.advantages-item__image {
    position: relative;
    width: 96px;
    height: 96px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages-item__image img {
    max-height: 96px;
}
.advantages-item__title {
    font-size: 24px;
    font-weight: 600;
    color: #01303A;
    line-height: 1.4;
    margin-bottom: 16px;
}
.advantages-item__text {
    line-height: 1.7;
    color: #01303A;
}




.clients-items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -32px;
}
.clients-item {
    position: relative;
    margin: 0 0 32px;
    padding: 0 12px;
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
}
.clients-item__image {
    position: relative;
    background: #ffffff;
    border: 1px solid #C6C6C6;
    border-radius: 24px;
    overflow: hidden;
    padding: 20px 25px;
    height: calc((var(--container) - 3 * 24px) / 4 / 2.4594);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .25s;
    z-index: 1;
}
.clients-item__image img {
    max-height: calc((var(--container) - 3 * 24px) / 4 / 2.4594 - 40px);
}
.clients-item__image:hover {
    border-color: #2D71C0;
}




.faq-items {
    position: relative;
}
.faq-item {
    position: relative;
    margin-bottom: 28px;
}
.faq-item:last-child {
    margin-bottom: 0;
}
.faq-item__wrap {
    position: relative;
    background: #ffffff;
    border: 1px solid #C6C6C6;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}
.faq-item__head {
    position: relative;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
}
.faq-item__head p {
    color: #383938;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0;
    transition: .25s;
}
.faq-item__head:after {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../images/arrow-down.svg);
    mask-image: url(../images/arrow-down.svg);
    background-color: #2D71C0;
    flex: 0 0 16px;
    max-width: 16px;
    width: 16px;
    height: 16px;
    margin-left: 30px;
    transition: .25s;
}
.faq-item__head:hover p {
    color: #2D71C0;
}
.active > .faq-item__head:after {
    transform: rotate(180deg);
}
.faq-item__content {
    display: none;
    padding: 0px 30px 20px;
}




.blog-wrap {
    position: relative;
    z-index: 1;
}
.blog-item__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #6E7891;
    border-radius: 24px;
    overflow: hidden;
    margin: 1px;
    z-index: 1;
}
.blog-item__image {
    overflow: hidden;
    flex: 0 0 calc((var(--container) - 28px * 2) / 3 / 1.787);
    max-height: calc((var(--container) - 28px * 2) / 3 / 1.787);
}
.blog-item__image img {
    transition: .25s;
}
.blog-item__wrap:hover .blog-item__image img {
    transform: scale(1.05);
}
.blog-item__cat {
    position: absolute;
    top: 14px;
    right: 17px;
    border-radius: 12px;
    border: 1px solid #2D71C0;
    background: #FFF;
    box-shadow: 3px 3px 10px 0px rgba(20, 20, 43, 0.04);
    font-size: 16px;
    line-height: 1.12;
    padding: 10px 14px;
    color: #2D71C0;
    z-index: 1;
}
.blog-item__title {
    font-size: 24px;
    line-height: 1.4;
    color: #182944;
    padding: 20px 30px;
    transition: .25s;
    font-weight: 700;
}
.blog-item__wrap:hover .blog-item__title {
    color: #2D71C0;
}




.footer {
    position: relative;
}
.footer-main {
    background: #2D71C0;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
}
.footer-logo {
    position: relative;
    margin-bottom: 40px;
}
.footer-logo a {
    display: inline-flex;
    align-items: center;
}
.footer-logo span {
    margin-left: 20px;
    font-weight: bold;
    color: #ffffff;
}
.footer-contacts {
    position: relative;
}
.footer-contacts p {
    position: relative;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 16px;
}
.footer-contacts p:last-child {
    margin-bottom: 0;
}
.footer-contacts p a {
    color: #ffffff;
}
.footer-contacts p a:hover {
    opacity: .8;
}
.footer-contacts p strong {
    font-weight: 500;
}
.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu li {
    position: relative;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 16px;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.footer-menu li a {
    color: #ffffff;
}
.footer-menu li a:hover {
    opacity: .8;
}
.footer-bottom {
    position: relative;
    background: #1F1F1F;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    z-index: 1;
}


.phoneFixed {
    position: fixed;
    bottom: 30px;
    /*right: calc((100% - var(--container)) / 2);*/
    right: 30px;
    z-index: 80;
}
.phoneFixed a, .phoneFixed button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 148px;
    background: #0354b2;
    border-radius: 50%;
    animation: pulse 4s infinite;
    z-index: 1;
    cursor: pointer;
    border: 0;
}
.phoneFixed a:hover, .phoneFixed button:hover {
    background: #182944;
}
.phoneFixed a span, .phoneFixed button span {
    content: '';
    background: url(../images/phone-white.svg) no-repeat center;
    background-size: contain;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
}
@keyframes pulse {
    0% {
        transform: rotate(0deg) scale(0.95);
        box-shadow: 0 0 0 0 rgba(45, 113, 192, 0.45);
    }
    50% {
        transform: rotate(15deg) scale(1);
        box-shadow: 0 0 0 20px rgba(45, 113, 192, 0);
    }
    100% {
        transform: rotate(0deg) scale(0.95);
        box-shadow: 0 0 0 0 rgba(45, 113, 192, 0);
    }
}


.blog-wrap__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
}
.blog-wrap__row .blog-item {
    width: 33.33%;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 30px;
}
.article__image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 40px;
}

.page-header {
    position: relative;
    padding: 56px 0 44px;
    z-index: 1;
}
.page-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
}
.breadcrumbs {
    position: relative;
    margin-bottom: 8px;
}
.breadcrumbs-item {
    margin-right: 8px;
    font-size: 12px;
    color: #6D6B6B;
}
.breadcrumbs-item:last-child {
    margin-right: 0;
}
.breadcrumbs-item a {
    color: #6D6B6B;
}
.breadcrumbs-item a:hover {
    color: #2D71C0;
}
.breadcrumbs-sep {
    margin-right: 12px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../images/arrow-down.svg);
    mask-image: url(../images/arrow-down.svg);
    background-color: #6D6B6B;
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: rotate(-90deg);
    position: relative;
    top: 6px;
}

.page-content {
    font-size: 16px;
    color: #6d6b6b;
}



.servicesSingle-section {
    padding-top: 56px;
    z-index: 3;
}
.servicesSingle-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.servicesSingle-left {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin-right: 32px;
}
.servicesSingle-image {
    position: relative;
}
.servicesSingle-image .video-link {
    width: 100px;
    height: 100px;
    top: 100%;
    margin-top: -75px;
    left: 100%;
    margin-left: -110px;
}
.servicesSingle-right {
    flex: 0 0 calc(50% - 16px);
    max-width: 480px;
}
.servicesSingle-title {
    font-size: 34px;
    letter-spacing: -.6px;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 12px;
}
.servicesSingle-price {
    position: relative;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
}
.servicesSingle-price ins {
    text-decoration: none;
    margin-right: 16px;
}
.servicesSingle-price del {
    font-size: 16px;
    font-weight: 400;
}
.servicesSingle-button {
    position: relative;
    margin-bottom: 12px;
}
.servicesSingle-content {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6d6b6b;
}
.servicesSingle-content .price-text {
    margin-bottom: 5px;
}

.servicesSingle-image__video {
    height: 100%;
}
.servicesSingle-image__video {
    height: 100%;
}

.video_iframe {
    height: 100%;
}
.video_iframe iframe{
    height: 100%;
    width: 100%;
}

.servicesSingle-advantages {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.servicesSingle-advantages-item {
    position: relative;
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    margin: 0 0 30px;
    padding: 0 15px;
    text-align: center;
}
.servicesSingle-advantages-item__image {
    position: relative;
    margin-bottom: 6px;
}
.servicesSingle-advantages-item__image img {
    max-height: 72px;
}
.servicesSingle-advantages-item__title {
    font-size: 14px;
    font-weight: 600;
    color: #01303A;
    margin-bottom: 0;
}
.servicesSingle-advantages-item__content {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: none;
    background: #D9D9D9;
    border: 1px solid #AEAEAE;
    border-radius: 24px;
    padding: 24px;
    width: 298px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    text-align: left;
}
.servicesSingle-advantages-item__content:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #D9D9D9;
    position: absolute;
    top: -12px;
    left: calc(50% - 12px);
    z-index: 1;
}
.servicesSingle-advantages-item:hover .servicesSingle-advantages-item__content {
    display: block;
}


.seoText-content p {
    margin-bottom: 16px;
}
.seoText-content p:last-child {
    margin-bottom: 0;
}
.seoText-content a {
    color: #2D71C0;
    text-decoration: underline;
}

.seoText-content blockquote, .page-content blockquote{
    text-align: center;
    font-style: italic;
    position: relative;
    padding: 15px 25px;
    margin: 20px 0;
}
/*.seoText-content blockquote:before,
.seoText-content blockquote:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    height: 4px;
    background: #2D71C0;
}
.seoText-content blockquote:after {
    top: inherit;
    bottom: 0;
}*/

.seoText-content blockquote:before, .page-content blockquote:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 4px solid transparent;
    border-left-color: #2D71C0;
    border-top-color: #2D71C0;
}
.seoText-content blockquote:after, .page-content blockquote:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: 4px solid transparent;
    border-right-color: #2D71C0;
    border-bottom-color: #2D71C0;
}


.advertBlock-section {
    position: relative;
    background: #CAD9FC;
    color: #2D71C0;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.875;
    z-index: 1;
}


.banners-section {
    position: relative;
    padding: 20px 0;
    z-index: 1;
}
.banners-items {
    position: relative;
}
.banners-item {
    position: relative;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(var(--container) / 1.895);
    box-shadow: 0px 4px 60px 0px rgba(4, 6, 15, 0.05);
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}
.banners-item:last-child {
    margin-bottom: 0;
}
.banners-item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.banners-item__title {
    max-width: 60%;
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.28;
    padding: 30px;
}




.contactsFixed {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    padding: 11px 0;
    z-index: 99;
}
.contactsFixed .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contactsFixed p {
    flex: 0 0 72px;
    max-width: 72px;
    height: 72px;
    margin-bottom: 0;
}
.contactsFixed p a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.contactsFixed p img {
    width: 100%;
    height: 100%;
    animation: pulse 4s infinite;
    border-radius: 50%;
}





.modal-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
    opacity: 0;
}
.modal-mobile.show {
    z-index: 98;
    opacity: 1;
}
.modal-mobile-bg {
    position: fixed;
    background: rgba(41, 36, 36, 0.54);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.modal-mobile-wrap {
    position: relative;
    background: #2D71C0;
    color: #ffffff;
    height: 100%;
    width: 100%;
    max-width: 280px;
    transform: translateX(100%);
    transition: .25s;
    overflow: auto;
    margin-left: auto;
    padding: 40px 0 120px;
    z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
    transform: translateX(0);
}
.modal-mobile-close {
    -webkit-mask-image: url(../images/close.svg);
    mask-image: url(../images/close.svg);
    -webkit-mask-size: 20px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none !important;
    transition: .25s;
}
.modal-mobile-close:hover {
    opacity: .8;
}
.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu > li {
    position: relative;
    border-bottom: 2px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mobile-menu > li > a {
    color: #ffffff;
    display: block;
    font-weight: 500;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 13px 18px;
    order: 1;
}
.mobile-menu > li.mobile-menu-parent > a {
    flex: 0 0 calc(100% - 12px - 5px - 18px);
    max-width: calc(100% - 12px - 5px - 18px);
}
.mobile-menu-arrow {
    content: '';
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: contain;
    flex: 0 0 12px;
    max-width: 12px;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-right: 18px;
    margin-bottom: -3px;
    cursor: pointer;
    transition: .25s;
    order: 2;
}
.mobile-menu > li.active > .mobile-menu-arrow {
    transform: rotate(180deg);
}
.mobile-menu > li > .sub-menu {
    display: none;
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    top: 0;
}

.h2,.block {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
    color: #1F1F1F;
}
.price-text:first-letter {
    text-transform: uppercase;
}
.content-with-price table{
    width: 100%;
    line-height: 1.3;
}
.content-with-price table td{
    padding: 5px 10px;
}
.content-with-price table td:nth-child(2){
    color:#2D71C0;
    font-weight: 700;
}


@media (max-width: 1279px) {
    :root {
        --container: 930px;
    }
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 48px;
    }
    h2,
    .page-title, .h2, .block {
        font-size: 38px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 26px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 18px;
    }
    .btn {
        padding: 17px 35px;
        font-size: 16px;
    }
    .btn-xl {
        font-size: 18px;
        padding: 17.5px 35px;
    }
    .btn-md {
        font-size: 16px;
        padding: 11px 32px;
    }
    .btn-sm {
        font-size: 16px;
        padding: 9.5px 30px;
    }
    .sub-menu {
        width: 260px;
    }
    .hero-wrap {
        min-height: 560px;
    }
    .section {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .heading {
        margin-bottom: 40px;
    }
    .heading > p:first-child {
        font-size: 20px;
    }
    .heading-lg h2,
    .heading-lg .h2,
    .heading-lg .block{
        font-size: 44px;
    }
    .heading-xl h2,
    .heading-xl .h2,
    .heading-xl .block{
        font-size: 56px;
    }
    .services-items {
        margin: 0 -15px -30px;
    }
    .services-item {
        margin: 0 0 30px;
        padding: 0 15px;
    }
    .services-item__info h3,
    .services-item__info .h3{
        font-size: 22px;
    }
    .phoneFixed a, .phoneFixed button {
        width: 100px;
        height: 100px;
    }
    .phoneFixed a span, .phoneFixed button span {
        flex: 0 0 56px;
        max-width: 56px;
        width: 56px;
        height: 56px;
    }
    .reviews-item {
        margin-bottom: 40px;
    }
    .team-item__info {
        padding: 15px 20px 20px;
    }
    .team-item__name {
        font-size: 20px;
    }
    .team-item__profession,
    .team-item__description {
        font-size: 16px;
    }
    .owl-nav button {
        width: 56px;
        height: 56px;
    }
    .advantages-item__image {
        width: 72px;
        height: 72px;
        margin-bottom: 20px;
    }
    .advantages-item__image img {
        max-height: 72px;
    }
    .advantages-item__title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .blog-item__title {
        font-size: 18px;
        padding: 15px 20px;
    }
    .blog-item__cat {
        font-size: 14px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .page-header {
        padding: 40px 0 30px;
    }
    .servicesOther-heading p {
        font-size: 20px;
    }
    .servicesOther-heading p:after {
        flex: 0 0 16px;
        max-width: 16px;
        width: 16px;
        height: 16px;
    }
    .servicesOther-item p {
        font-size: 16px;
    }
    .video-play {
        width: 120px;
        height: 120px;
    }
    .video-play:before {
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
        height: 40px;
    }
    .servicesSingle-price {
        font-size: 24px;
    }
    .servicesSingle-advantages-item__content {
        width: 220px;
        padding: 12px;
        font-size: 14px;
    }
    .servicesSingle-advantages-item__image img {
        max-height: 64px;
    }
    .h2,.block {
        font-size: 38px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .servicesSingle-image.servicesSingle-image__custom .img{
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        overflow: hidden;
    }
    :root {
        --container: 690px;
    }
    body {
        font-size: 16px;
    }
    h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
        margin-bottom: 15px;
    }
    h1 {
        font-size: 32px;
    }
    h2,
    .page-title,
    .heading-lg h2,
    .heading-lg .h2,
    .heading-lg .block,
    .h2,
    .block{
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .btn {
        padding: 15px 35px;
        font-size: 16px;
    }
    .btn-xl {
        font-size: 18px;
        padding: 17.5px 35px;
    }
    .btn-md {
        font-size: 16px;
        padding: 11px 32px;
    }
    .btn-sm {
        font-size: 16px;
        padding: 9.5px 30px;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .heading {
        margin-bottom: 20px;
        text-align: center;
    }
    .header {
        padding: 12px 0;
        position: sticky;
        background: #ffffff;
        top: 0;
        z-index: 95;
    }
    .header-wrap {
        align-items: center;
    }
    .header-logo {
        order: 1;
        display: flex;
    }
    .header-schedule {
        order: 2;
    }
    .header-schedule p {
        margin-bottom: 0;
        text-align: center;
        line-height: 1.875;
    }
    .header-schedule p br {
        display: block;
    }
    .header-contacts {
        order: 3;
    }
    .header-contacts p {
        margin-bottom: 0;
        line-height: 1.875;
    }
    .header-toggle {
        display: flex;
        order: 4;
    }
    .video-section {
        background: none;
    }
    .video-section .heading.white,
    .video-section .heading.white h2,
    .video-section .heading.white .h2,
    .video-section .heading.white .block{
        color: inherit;
    }
    .heading > p:first-child {
        font-size: 16px;
    }
    .video-wrap {
        flex-wrap: wrap;
    }
    .video-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .video-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .video-block {
        height: calc(var(--container) / 1.4714);
    }
    .video-button {
        text-align: center;
        margin-top: 16px;
    }
    .video-play {
        width: 80px;
        height: 80px;
    }
    .video-play:before {
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        height: 30px;
        margin-right: -5px;
    }
    .reviews-section,
    .video-section {
        padding-bottom: 0 !important;
    }
    .reviews-item {
        margin-bottom: 20px;
    }
    .reviews-item__wrap {
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
    .reviews-item__left {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .reviews-item__right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .team-item__image {
        flex: 0 0 calc(((var(--container) - 64px) - 28px) / 2 * 1.069);
        max-height: calc(((var(--container) - 64px) - 28px) / 2 * 1.069);
    }
    .owl-nav button {
        width: 42px;
        height: 42px;
    }
    .advantages-items,
    .clients-items {
        margin: 0 -12px -24px;
    }
    .advantages-item,
    .clients-item {
        margin: 0 0 24px;
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
    .advantages-item__wrap {
        padding: 25px;
    }
    .clients-item__image {
        height: calc((var(--container) - 24px) / 2 / 2.4594);
    }
    .clients-item__image img {
        max-height: calc((var(--container) - 24px) / 2 / 2.4594 - 40px);
    }
    .blog-item__image {
        flex: 0 0 calc((var(--container) - 28px) / 2 / 1.787);
        max-height: calc((var(--container) - 28px) / 2 / 1.787);
    }
    .footer-wrap {
        display: block;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .footer-widget:last-child {
        margin-bottom: 0;
    }
    .footer-bottom {
        font-size: 14px;
    }
    .page-header {
        padding: 30px 0 20px;
        text-align: center;
    }
    .services-section {
        padding-bottom: 0 !important;
    }
    .services-items {
        margin: 0 -10px -33px;
    }
    .services-item {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
        margin: 0 0 33px;
        padding: 0 10px;
    }
    .services-item__wrap {
        height: calc((var(--container) - 20px) / 2 * 1.17);
    }
    .services-item__info {
        justify-content: flex-end !important;
        color: #FFFFFF !important;
        background: rgba(29, 54, 112, 0.46)  !important;
    }
    .services-item__info h3,
    .services-item__info .h3{
        color: #ffffff !important;
        margin-bottom: 8px !important;
        font-size: 16px !important;
    }
    .services-item__info p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .services-item__button {
        display: block;
        margin-top: 0 !important;
    }
    .servicesOther-items {
        margin: 30px 0 0;
        padding: 0;
    }
    .servicesOther-item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }
    .servicesOther-item:last-child {
        margin-bottom: 0;
    }
    .servicesOther-items:before, .servicesOther-items:after {
        display: none;
    }


    .servicesSingle-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .servicesSingle-left {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .servicesSingle-image {
        text-align: center;
        height: 460px;
    }
    .servicesSingle-image img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }
    .servicesSingle-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .servicesSingle-price {
        font-size: 28px;
        font-weight: 700;
    }
    .servicesSingle-advantages {
        margin: 0;
        padding: 0;
    }
    .servicesSingle-advantages-item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
        border: 1px solid #AEAEAE;
        padding: 20px 23px 20px 90px;
        border-radius: 24px;
        text-align: left;
        z-index: 1;
    }
    .servicesSingle-advantages-item:last-child {
        margin-bottom: 0;
    }
    .servicesSingle-advantages-item__image {
        position: absolute;
        margin-bottom: 0;
        width: 52px;
        height: 52px;
        top: 20px;
        left: 23px;
        z-index: 1;
    }
    .servicesSingle-advantages-item__image img {
        max-height: 52px;
    }
    .servicesSingle-advantages-item__title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .servicesSingle-advantages-item__content {
        width: 100%;
        padding: 0;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
        background: none;
        border: none;
        border-radius: 0;
    }
    .servicesSingle-advantages-item__content:before {
        display: none;
    }

    .city-menu > li, .lang-menu > li {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .city-menu,
    .lang-menu {
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .lang-menu {
        margin-top: 10px;
    }
    .city-menu .sub-menu,
    .lang-menu .sub-menu {
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-wrap__row .blog-item {
        width: 50%;
    }
    .portfolio-item__image a {
        height: 400px;
    }
    .h2,.block {
        font-size: 28px;
    }
}

.banner_info_mob {
    display: none;
}
.servicesSingle-right .intro{
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.servicesSingle-advantages__desc p {
    margin-bottom: 20px;
    color: #1F1F1F;
}

.feedback-section__article {
    width: 100vw;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}

.videos_slider {
    margin: 50px 0;
}
.vs_items {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}
.vs_items .item {
    width: calc(25% - 15px);
}
.vs_items .item iframe {
    width: 100%;
}

.list__questions {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 25px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.17);
    margin-bottom: 50px;
}
.list__questions .item {
    display: flex;
    margin-top: 20px;
    font-size: 16px;
}
.list__questions .item.user{
    display: flex;
    justify-content: flex-end;
}

.list__questions .item.user .icon{
    background: url(../../user-icon.png) center / cover;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #2D71C0;
    margin-left: 14px;
    padding: 5px;
}

.list__questions .item.user .text{
    background: #2D71C0;
    color: #fff;
    border-radius: 20px;
    padding: 12px 20px;
    position: relative;
    line-height: 1.3;
}
.list__questions .item.moderator .icon{
    background: url(../images/master/photo_2023-12-20_14-32-38.jpg) center top / cover;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #2D71C0;
    margin-right: 14px;
    padding: 5px;
}

.list__questions .item.user + .item.user{
    margin-top: 5px;
}
.list__questions .item.user + .item.user .icon{
    opacity: 0;
}
.list__questions .item.user + .item.user .text{
    border-radius: 20px 5px 20px 20px;
}
.list__questions .item.user + .item.user .text:after{
    display: none;
}

.list__questions .item.moderator + .item.moderator .icon {
    opacity: 0;
}
.list__questions .item.moderator + .item.moderator {
    margin-top: 5px;
}
.list__questions .item.moderator + .item.moderator .text:before {
    display: none;
}
.list__questions .item.moderator + .item.moderator .text {
    border-radius: 5px 20px 20px 20px;
}

.list__questions .item.moderator .text {
    background: #efefef;
    border-radius: 20px;
    padding: 12px 20px;
    position: relative;
    order: 2;
    line-height: 1.3;
}
.list__questions .item.moderator .text:before {
        content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #efefef;
    left: -15px;
    top: 0;
}
.list__questions .item.user .text:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #2D71C0;
    right: -15px;
    top: 0;
}

.question__wrap__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
}
.question__wrap {
    
}
.question__item {
    width: 33.33%;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 30px;
}
.question__item .cont {
    border: 1px solid #dfdfdf;
    padding: 15px 15px 11px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.17);
}
.question__item .title {
    margin-bottom: 10px;
}
.question__item .title span {
    display: block;
    color: #a1a1a1;
    font-size: 14px;
}
.question__item .desc {
    color: #a1a1a1;
    font-size: 14px;
}
.question__item .bottom-btns {
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.question__item .time {
    font-size: 14px;
}
.question__item .more {
    font-size: 14px;
    padding: 5px 30px 7px;
}
.heading + .areas__list {
    margin-top: -30px;
} 
.areas__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.area__item {
    width: 20%;
    padding: 10px;
    margin-bottom: 20px;
}
.area__item a {
    display: block;
    text-align: center;
    background: #eee;
    border-radius: 8px;
    font-size: 18px;
    padding: 15px;
    line-height: 1.2;
    transition: 0.3s;
}
.area__item a:hover, .area__item a:focus {
    background: #2D71C0;
    color: #fff;
}
.pdopage__default ul.pagination{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 30px;
    padding: 0;
}
.pdopage__default ul.pagination .page-item {
    margin: 5px;
}
.pdopage__default .pagination .page-item a,
.pdopage__default .pagination .page-item span{
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    min-width: 34px;
}
.pdopage__default .pagination .page-item.disabled {
    opacity: 0.5;
}
.pdopage__default .pagination .page-item.active a{
    background: #2D71C0;
    color: #fff;
    cursor: default;
}
.pagination-ul {
    padding: 0;
    margin: 20px 0 40px!important;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination-ul li {
    margin: 3px 5px;
}
.pagination-ul .page-item.disabled{
    cursor: default;
    opacity: 0.5;
}
.pagination-ul .page-link {
    display: inline-block;
    border: 1px solid #2D71C0;
    min-width: 35px;
    border-radius: 6px;
    text-align: center;
    padding: 5px 10px;
    line-height: 1.3;
}
.pagination-ul .page-item.active a,
.pagination-ul .page-item.active span{
    cursor: default;
    background: #2D71C0;
    color: #fff;
}
.modal-content .soc-links li a {
    width: 52px;
    height: 52px;
}
.modal-content .soc-links {
    margin-bottom: 10px;
}

.get_pack {
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 200px;
    height: auto;
    right: 100px;
    top: 100px;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}
.get_pack .text_pack {
    display: block;
    background: #2D71C0;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.get_pack .text_pack b {
    font-size: 16px;
    font-weight: 600;
}
.get_pack .img {
    display: inline-block;
    background: url(../images/img-pack-btn.jpg) center/cover;
    width: 200px;
    height: 195px;
}
.servicesSingle-button.servicesSingle-button__btns + .servicesSingle-advantages{
    margin-top: 50px;
}
.reviews__start {
    display: none;
}
.reviews-item__rating {
    display: flex;
    align-items: center;
}
.reviews-item__rating .rating_value {
    display: inline-block;
    margin-left: 10px;
}
.reviews-item__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.reviews-item__top .reviews-item__name {
    margin-bottom: 0;
    margin-right: 15px;
}

.service__rating {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.service__rating .stars{
        height: 28px;
    margin-right: 10px;
}
.form-row-photo {}
.form-row-photo .image {
    height: 135px;
    background: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .24);
    border-radius: 10px;
    width: 100%;
}
.form-row-photo .image.image-with-not-photo:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/photo-camera-empty.png) center / cover;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}
.portfolio-item__image.item_video a:before {
    content:'';
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.77);
    border-radius: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    transition: .25s;
}
.portfolio-item__image.item_video a:after {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../images/play.svg);
    mask-image: url(../images/play.svg);
    background-color: #2D71C0;
    flex: 0 0 48px;
    max-width: 48px;
    width: 48px;
    height: 48px;
    margin-left: -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    margin-top: -22px;
}
.main-content__augment .servicesSingle-advantages-item__content {
        display: block;
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
    background: none;
    width: 100%;
    margin-top: 11px;
    border: 0;
    padding: 0 0 0 15px;
}
.main-content__augment .servicesSingle-advantages-item__content:before {
    display: none;
}
.main-content__augment .servicesSingle-button.servicesSingle-button__btns + .servicesSingle-advantages {
    flex-direction: column;
    margin-top: 25px;
}
.main-content__augment .servicesSingle-advantages-item {
    flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid #AEAEAE;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    margin-bottom: 10px;
}
.servicesSingle-advantages-item__image .servicesSingle-advantages-item__title {
    display: none;
}
.main-content__augment .servicesSingle-advantages-item__image .servicesSingle-advantages-item__title {
    display: block;
    margin-top: 5px;
}
.main-content__augment .servicesSingle-advantages-item > .servicesSingle-advantages-item__title {
    display: none;
}
.main-content__augment .servicesSingle-advantages-item__image{
    min-width: 100px;
    margin-bottom: 0;
    line-height: 1.2;
}
body.body-abc-1 .phoneFixed a, body.body-abc-1 .phoneFixed button {
    background: #fe6c17;
    animation: pulse-abc 4s infinite;
}

@keyframes pulse-abc {
    0% {
        transform: rotate(0deg) scale(0.95);
        box-shadow: 0 0 0 0 rgba(254, 108, 23, 0.45);
    }
    50% {
        transform: rotate(15deg) scale(1);
        box-shadow: 0 0 0 20px rgba(254, 108, 23, 0);
    }
    100% {
        transform: rotate(0deg) scale(0.95);
        box-shadow: 0 0 0 0 rgba(254, 108, 23, 0);
    }
}

@media (max-width: 991px) {
    .contactsFixed .left__o{
        display: flex;
    }
    .contactsFixed .left__o > * {
        margin-right: 30px;
    }
    .contactsFixed .right__text {
        text-align: center;
        padding: 10px 20px;
    }
    .phoneFixed {
        bottom: 100px;
    }
    .phoneFixed button {
        width: 80px;
        height: 80px;
    }
    .phoneFixed button span {
        width: 40px;
        height: 40px;
    }
    .vs_items .item {
        width: calc(50% - 10px);
    }
    .area__item {
        width: 33.33%;
    }
    .area__item a {
        padding: 10px 15px;
    }
    .heading + .areas__list {
        margin-top: 0;
    }
    .question__item {
        width: 50%;
    }
    .modal-content .soc-links {
        display: flex!important;
    }
    .modal-content .soc-links li {
        display: flex!important;
    }
}
@media (max-width: 767px) {
    .get_pack {
        width: 155px;
        right: 16px;
        top: 121px;
    }
    .get_pack .text_pack {
        display: block;
        background: #2D71C0;
        color: #fff;
        padding: 5px;
        font-size: 14px;
        position: absolute;
        width: 90%;
        left: 5%;
        border-radius: 5px;
        bottom: 10px;
    }
    .header-logo a img {
        height: 35px!important;
    }
    .mob-hide {
        display: none;
    }
    .servicesSingle-image__custom {
        height: auto;
        min-height: 350px;
        padding-top: 30px;
    }
    .servicesSingle-image__custom .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }
    .banner_info_mob {
        display: block;
        position: relative;
        z-index: 10;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        padding: 15px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
    }
    .banner_info_mob .intro {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
        color: #000;
    }
    .banner_info_mob .page-title {
        margin: 10px;
        font-size: 30px;
    }
    /*.banner_info_mob .servicesSingle-price {
        text-align: center;
        justify-content: center;
    }*/
    .servicesSingle-button {
        text-align: left;
    }
    .banner_info_mob .servicesSingle-price ins {
        margin: 0;
    }
    .servicesSingle-right__custom .servicesSingle-content {
        font-size: 18px;
        color: #1F1F1F;
        margin: 15px 0 30px;
    }
    
    
    .servicesSingle-image .video-link {
        width: 80px;
        height: 80px;
        margin-top: -80px;
        margin-left: -65px;
        z-index: 10000;
    }
    :root {
        --container: 510px;
    }
    body {
        font-size: 16px;
    }
    h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
        margin-bottom: 15px;
    }
    h1 {
        font-size: 28px;
    }
    h2,
    .page-title,
    .heading-lg h2,
    .heading-lg .h2, .heading-lg .block, .h2, .block{
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .btn-sm {
        font-size: 14px;
        padding: 6.5px 20px;
    }
    .banners-item__title {
        font-size: 32px;
    }
    .team-item {
        margin-bottom: 28px;
    }
    .team-item:last-child {
        margin-bottom: 0;
    }
    .team-item__image {
        flex: 0 0 calc(var(--container) * 1.069);
        max-height: calc(var(--container) * 1.069);
    }
    /*.portfolio-item__image {
        height: 240px;
        border-radius: 16px;
    }*/
    .portfolio-item__image a {
        height: 240px;
    }
    .advantages-item, .clients-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .clients-item__image {
        height: calc(var(--container) / 2.4594);
    }
    .clients-item__image img {
        max-height: calc(var(--container) / 2.4594 - 40px);
    }
    .faq-item {
        margin-bottom: 20px;
    }
    .blog-item {
        margin-bottom: 20px;
    }
    .blog-item:last-child {
        margin-bottom: 0;
    }
    .blog-item__image {
        flex: 0 0 calc(var(--container) / 1.787);
        max-height: calc(var(--container) / 1.787);
    }
    .services-item__wrap {
        border-radius: 0;
        overflow: inherit;
    }
    .services-item__image {
        border-radius: 12px;
        overflow: hidden;
    }
    .services-item__info {
        border-radius: 12px;
    }
    /*.services-item__button {
        margin-bottom: -35px;
    }*/
    .modal form .btn-sm {
        padding: 11px 20px;
        font-size: 16px;
    }
    .reviews-bottom {
        flex-direction: column;
    }
    .reviews-bottom .btn {
        margin-bottom: 16px;
    }
    .reviews-bottom .btn:last-child {
        margin-bottom: 0;
    }
    .modal-title {
        font-size: 20px;
    }
    .blog-wrap__row .blog-item {
        width: 100%;
    }
    .h2,.block {
        font-size: 24px;
    }
    .header-contacts p a {
        font-weight: 600;
        font-size: 20px;
    }
    .header-contacts p.phone:before {
        display: none;
    }
    .owl-carousel.off {
        display: flex;
        flex-wrap: wrap;
    }
    .team-wrap {
        max-width: calc(100% + 10px);
        margin: 0 -5px;
    }
    .team-item {
        width: 50%;
        padding: 0 5px;
    }
    .team-item__image {
        flex: auto;
        max-height: initial;
    }
    .team-item__image img {
        height: auto;
    }
    .article__image {
        max-height: 400px;
        height: auto;
    }
    .feedback-section__article .feedback-wrap{
        flex-direction: column;
    }
    .feedback-section__article {
        padding: 20px 0;
    }
    .feedback-section__article .feedback-left {
        margin-bottom: 25px;
    }
    .video_iframe {
        height: 300px;
    }
    .area__item {
        width: 50%;
    }
    .question__item .desc {
        display: none;
    }
    .reviews-item {
        border-radius: 10px;
        padding: 17px 20px;
    }
    .reviews-item__left {
        order: 2;
        margin-bottom: 0;
    }
    .reviews-item__right {
        margin-bottom: 10px;
    }
    .reviews-item__wrap {
        padding-bottom: 0;
    }
    .reviews__start {
        display: block;
        padding-top: 30px;
    }
    .main-content__augment .reviews-section.section {
        display: none;
    }
    .main-content__augment .servicesSingle-advantages__ytp {
        display: none;
    }
    .main-content__augment .servicesSingle-button.servicesSingle-button__btns [data-modal="#modalCallback"]{
        display: none;
    } 
}

@media (max-width: 575px) {
    .header .header-schedule {
        display: none;
    }
    :root {
        --container: calc(100vw - 40px);
    }
    .header-contacts p:before {
        flex: 0 0 20px;
        max-width: 20px;
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
    .banners-item__title {
        font-size: 28px;
        padding: 20px;
    }
    .video-play,
    .reviews-item__play {
        width: 64px;
        height: 64px;
    }
    .video-play:before,
    .reviews-item__play:before {
        flex: 0 0 24px;
        max-width: 24px;
        width: 24px;
        height: 24px;
        margin-right: -3px;
    }
    .clients-item__image {
        height: 105px;
        padding: 10px;
    }
    .clients-item__image img {
        max-height: 85px;
    }
    .faq-item__head {
        padding: 15px 20px;
    }
    .faq-item__content {
        padding: 0 20px 15px;
    }
    .services-item__info {
        padding: 10px;
    }
    .servicesOther {
        margin-top: 45px;
    }
    .servicesOther-heading p {
        font-size: 18px;
    }
    .servicesSingle-image {
        height: 320px;
        width: 100vw;
        margin-left: -20px;
    }
    .servicesSingle-image.servicesSingle-image__custom {
        height: auto;
    }
    .modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }
    .page-content iframe {
        max-width: 100%;
    }
    .vs_items .item {
        width: 100%;
    }
    .question__item {
        width: 100%;
    }
    .main-content__augment .banner_info_mob{
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgba(255, 255, 255, 0.8);
    }
    .main-content.main-content__augment .servicesSingle-section{
        margin-bottom: 45px;
    }
    .servicesSingle-price {
        flex-direction: column;
    }
}

@media (max-width: 410px) {
    .header-logo a {
        width: 36px;
        overflow: hidden;
    }
    .header-logo a img {
        width: auto;
        max-width: 1000px;
    }
    .header-schedule {
        display: none;
    }
    .header-contacts .sch {
        display: block;
    }
    .header-contacts .sch br {
        display: none;
    }
    .header-contacts p {
        line-height: 1.5;
    }
    .contactsFixed .left__o > * {
        margin-right: 10px;
    }
    .contactsFixed .right__text {
        margin-left: 15px;
    }
    
}

.review__admin {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-end;
}
.review__admin textarea {
    margin-top: 15px;
    display: block;
}
.review__admin .rev-add {
    width: 100%;
    display: none;
}
.review__admin .rev-add.is-open {
    display: block!important;
}
.review__admin .rev-add button {
    cursor: pointer;
}
.review__admin .review__answer {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #6d6c6c;
    display: inline-flex;
    align-items: center;
    padding: 7px 9px 6px 33px;
    background: #fff;
}
.review__admin .review__answer:before {
    content:'';
    display: inline-block;
    background: url(../images/add-review.png) center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 8px;
}
.reviews-item .admin__review {
    padding: 21px 0 0 40px;
    border-top: 1px solid #ababab;
    margin-top: 20px;
}
.reviews-item .admin__name {
    font-weight: 700;
    line-height: 1.4;
    font-size: 16px;
}
.reviews-item .admin__text {
    position: relative;
    font-size: 17px;
    line-height: 1.4;
    margin: 10px 0 10px;
}
.reviews-item .admin__date {
    color: #777777;
    margin-top: 10px;
    font-size: 15px;
}

/* V2 */
body.template-up-v-2 .reviews__start{
    display: block;
}
body.template-up-v-2 .servicesSingle-content .price-text,
.servicesSingle-content__abc .price-text{
        font-size: 16px;
        line-height: 160%;
        color: #01303a;
        padding-left: 15px;
        position: relative;
    }
    body.template-up-v-2 .servicesSingle-content .price-text:before,
    .servicesSingle-content__abc .price-text:before{
        content:'';
        display: inline-block;
        position: absolute;
        left: 4px;
        top: 10px;
        background: #01303a;
        width: 4px;
        height: 4px;
        border-radius: 50%;
    }
    body.template-up-v-2 .servicesSingle-content .price-text .price,
    .servicesSingle-content__abc .price-text .price{
        color: #6d6b6b;
    }
.video-right > iframe {
    width: 100%;
    height: 600px;
}
@media (min-width: 768px) {
    body.template-up-v-2 .page-title {
        margin-top: 35px;
    }
    body.template-up-v-2 .servicesSingle-button__btns {
        margin-top: 30px;
    }
    body.template-up-v-2 .servicesSingle-left .img {
        max-height: 500px;
        overflow: hidden;
    }
    body.template-up-v-2 .servicesSingle-left .btn__get-price,
    body.template-up-v-2 .servicesSingle-left .servicesSingle-content {
        display: none;
    }
    
    body.template-up-v-2 .servicesSingle-content {
        margin-top: 25px;
    }
     body.template-up-v-2 .btn-show-calc-popup {
        display: flex;
        align-items: center;
        padding: 8px 15px;
     }
    body.template-up-v-2 .btn-show-calc-popup:after {
        content: '';
        display: inline-block;
        background: url(../images/icon-btn-get-price.png) center / cover;
        width: 34px;
        height: 24px;
        margin-left: 8px;
    }
    body.template-up-v-2 .servicesSingle-button__btns .btn-primary {
        min-width: 175px;
    }   
    body.template-up-v-2 .reviews-item__top > .r .reviews-item__date {
        display: none;
    }
    body.template-up-v-2 .reviews-item__wrap .images .img_item {
        width: 80px!important;
        height: 80px!important;
    }
    body.template-up-v-2 .reviews-section__v2__mob {
        margin-bottom: 30px;
    }
    body.template-up-v-2 .portfolio-section {
        /*display: none;*/
        background: none;
    }
    body.template-up-v-2 .team-wrap-flex .team-item:nth-child(n+7) {
        display: none;
    }
    body.template-up-v-2 .team-wrap-flex .team-item.show:nth-child(n+7) {
        display: block;
    }
}

body.template-up-v-2 .reviews-section__v2__mob {
        padding-top: 0;
    }
    body.template-up-v-2 .reviews-section__v2__mob .heading p {
        font-weight: 700;
        font-size: 16px;
        line-height: 137%;
        letter-spacing: 0.08em;
    }
    body.template-up-v-2 .reviews-item__top .reviews-item__name {
        font-weight: 700;
        font-size: 18px;
        line-height: 110%;
        letter-spacing: -0.02em;
        padding-top: 3px;
        margin-right: 5px;
    }
    body.template-up-v-2 .reviews-item {
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 24px;
    }
    body.template-up-v-2 .reviews-item__top {
        width: 100%;
        justify-content: space-between;
        align-items: self-start;
    }
    body.template-up-v-2 .reviews-item__top .l {
        display: flex;
        flex-wrap: wrap;
    }
    body.template-up-v-2 .reviews-item__date {
        margin-top: 0;
        color: #aeaeae;
    }
    body.template-up-v-2 .reviews-item__wrap .images {
        order: 4;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    body.template-up-v-2 .reviews-item__wrap .images .img_item {
        height: 50px;
        width: 50px;
    }
    body.template-up-v-2 .reviews-item__wrap .images .img_item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    body.template-up-v-2 .reviews-item:nth-child(n+6) {
        display: block;
    }
    body.template-up-v-2 .reviews-item:nth-child(n+11) {
        display: none;
    }
    body.template-up-v-2 .reviews-item .show-more {
        display: none;
    }
    body.template-up-v-2 .reviews-item__content {
        display: -webkit-box;
          -webkit-line-clamp: 3; /* ограничение на 3 строки */
          -webkit-box-orient: vertical;
          overflow: hidden;
          transition: all 0.3s ease;
    }
    body.template-up-v-2 .reviews-item .btn__item {
        text-align: right;
    }
    body.template-up-v-2 .reviews-item .btn__item .show-more {
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        cursor: pointer;
        border: 0;
        outline: none;
        position: relative;
    }
    body.template-up-v-2 .reviews-item .btn__item .show-more:after {
        content: '';
        width: 6px;
        height: 6px;
        display: inline-block;
        position: relative;
        border: 1px solid transparent;
        border-left-color: #000;
        border-bottom-color: #000;
        margin-left: 5px;
        transform: rotate(-45deg);
        top: -3px;
    }
    body.template-up-v-2 .reviews-item__content.expanded + .btn__item .show-more:after {
        transform: rotate(135deg);
        top: 1px;
    }
    body.template-up-v-2 .btn-load-more-reviews:after {
        content: '';
        width: 7px;
        height: 7px;
        display: inline-block;
        position: relative;
        border: 1px solid transparent;
        border-left-color: #2D71C0;
        border-bottom-color: #2D71C0;
        margin-left: 5px;
        transform: rotate(-45deg);
        top: -2px;
    }
    body.template-up-v-2 .reviews-item__left > .r {
        margin-top: 15px;
    }
    body.template-up-v-2 .reviews-section__v2__mob .heading {
        margin-bottom: 30px;
    }
    body.template-up-v-2 .team-wrap-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        margin: 0;
        max-width: 100%;
    }
    body.template-up-v-2 .team-wrap-flex .team-item {
        width: calc(33.33% - 18px);
    }
    body.template-up-v-2 .advantages-section .h2,
    body.template-up-v-2 .advantages-section .block {
        display: none;
    }
    body.template-up-v-2 .advantages-section .heading {
        margin-bottom: 30px;
    }
    body.template-up-v-2 .advantages-section {
        background: none;
        padding-top: 15px;
    }
    body.template-up-v-2 .advantages-section .heading p {
        letter-spacing: 0.08em;
    }
    body.template-up-v-2 .advantages-item__wrap .top {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    body.template-up-v-2 .advantages-item__image img {
        max-height: 62px;
    }
    body.template-up-v-2 .advantages-item__image {
        width: 62px;
        min-width: 62px;
        height: 62px;
        margin-bottom: 0;
        margin-right: 15px;
    }
    body.template-up-v-2 .master-btns {
        text-align: right;
        margin-top: 15px;
    }
    body.template-up-v-2 .master-btns .btn-load-more-masters:after {
        content: '';
        width: 7px;
        height: 7px;
        display: inline-block;
        position: relative;
        border: 1px solid transparent;
        border-left-color: #2D71C0;
        border-bottom-color: #2D71C0;
        margin-left: 8px;
        transform: rotate(-45deg);
        top: -2px;
    }
    body.template-up-v-2 .portfolio-wrap .owl-prev,
    body.template-up-v-2 .portfolio-wrap .owl-next{
        background: #d9d9d9!important;
    }
    body.template-up-v-2 .portfolio-section {
        padding-bottom: 0;
    }

.servicesSingle-content__abc {
    display: none;
}
@media (min-width: 768px) {
    .btns-masters {
        display: none;
    }
}
@media (max-width: 767px) {
    .btns-masters {
        text-align: center;
        margin: 30px 0 0;
    }
    .team-items .team-item:nth-child(n+7) {
        display: none;
    }
    .team-items.show-all .team-item:nth-child(n+7) {
        display: block;
    }
    body.template-up-v-2 .reviews-item__left > .r {
        display: none;
    }
    body.template-up-v-2 .servicesSingle-right__custom .servicesSingle-content {
        margin-top: 0;
    }
    body.template-up-v-2 .header-logo a img{
        height: 48px !important;
    }
    body.template-up-v-2 .banner_info_mob .service__rating {
        display: none!important;
    }
    body.template-up-v-2 .main-content__augment .banner_info_mob {
        background: none;
        color: #fff;
    }
    body.template-up-v-2 .servicesSingle-image.servicesSingle-image__custom:before {
        content: '';
        display: inline-block;
        z-index: 3;
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    body.template-up-v-2 .servicesSingle-image__custom {
        min-height: 300px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body.template-up-v-2 .servicesSingle-price {
        color: #fff;
        justify-content: center;
        margin-bottom: 22px;
    }
    body.template-up-v-2 .servicesSingle-image.servicesSingle-image__custom{
        display: flex;
        align-items: center;
    }
    body.template-up-v-2 .banner_info_mob .page-title {
        margin-bottom: 0;
    }
    body.template-up-v-2{
        
    }
    body.template-up-v-2 .servicesSingle-left .servicesSingle-button {
        text-align: center;
    }
    body.template-up-v-2 .servicesSingle-price.mob-hide + .servicesSingle-button {
        display: none;
    }
    body.template-up-v-2 .btn__get-price {
        margin: 18px auto 0;
        display: flex;
        justify-content: center;
    }
    body.template-up-v-2 .btn__get-price a,
    body.template-up-v-2 .btn-show-calc-popup,
    .servicesSingle-button__abc .btn-show-calc-popup{
        font-weight: 700;
        font-size: 18px;
        line-height: 111%;
        text-align: center;
        color: #2d70c0;
        border: 2px solid #2d70c0;
        border-radius: 10px;
        padding: 15px 38px;
        display: inline-flex;
        align-items: center;
        position: relative;
        justify-content: center;
    }
    .servicesSingle-button.servicesSingle-button__abc {
        justify-content: center;
    }
    body.template-up-v-2 .btn__get-price a:after,
    body.template-up-v-2 .btn-show-calc-popup:after,
    .servicesSingle-button__abc .btn-show-calc-popup:after{
        content:'';
        display: inline-block;
        background: url(../images/icon-btn-get-price.png) center/cover;
        width: 34px;
        height: 24px;
        margin-left: 8px;
    }
    
    
    body.template-up-v-2 .portfolio-section {
        background: none;
    }
    
    body.template-up-v-2 .faq-section {
        padding-top: 0;
    }
    body.template-up-v-2 .blog-section {
        margin-bottom: 25px;
    }
    body.template-up-v-2 .advantages-item__image img {
        max-height: 40px;
    }
    body.template-up-v-2 .advantages-item__image {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    body.template-up-v-2 .advantages-item__wrap {
        padding: 20px;
    }
    body.template-up-v-2 .team-wrap-flex {
        gap: 0;
    }
    body.template-up-v-2 .team-wrap-flex .team-item {
        width: 50%;
        margin-bottom: 8px;
    }
    body.template-up-v-2 .team-wrap-flex .team-item:nth-child(n+7) {
        display: none;
    }
    body.template-up-v-2 .team-wrap-flex .team-item.show {
        display: block!important;
    }
    body.template-up-v-2 .master-btns {
        text-align: center;
        margin-top: 10px;
    }
    
    body.template-up-v-2 .team-item__info {
        padding-left: 5px;
        padding-right: 5px;
    }
    body.template-up-v-2 .clients-section {
        padding-top: 0;
    }
    body.template-up-v-2 .heading .h2,
    body.template-up-v-2 .heading .block {
        display: none;
    }
    .main-content.main-content__augment .servicesSingle-button [data-modal="#modalCallback"]{
        display: none;
    }
    .servicesSingle-content__abc {
        display: block;
    }
    .reviews-item .admin__review {
        padding: 13px 0 0 20px;
        border-top: 1px solid #ababab;
        margin-top: 11px;
    }
    .video-right > iframe {
        height: 350px;
    }
    .video-section .video-right video {
        height: auto;
        max-height: 400px;
    }
}
@media (max-width: 460px) {
    body.template-up-v-2 .header-logo a img{
        height: 38px !important;
    }
}

















