@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff'),
        url('../fonts/Georgia.ttf') format('truetype'),
        url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold.eot');
    src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff'),
        url('../fonts/Georgia-Bold.ttf') format('truetype'),
        url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Italic.eot');
    src: url('../fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Italic.woff2') format('woff2'),
        url('../fonts/Georgia-Italic.woff') format('woff'),
        url('../fonts/Georgia-Italic.ttf') format('truetype'),
        url('../fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-BoldItalic.eot');
    src: url('../fonts/Georgia-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-BoldItalic.woff2') format('woff2'),
        url('../fonts/Georgia-BoldItalic.woff') format('woff'),
        url('../fonts/Georgia-BoldItalic.ttf') format('truetype'),
        url('../fonts/Georgia-BoldItalic.svg#Georgia-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}









/*........ specification ........*/


body.active {
	overflow:hidden;
}

body {
    font-family: "Inter", sans-serif;
    color: #3D4248;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
}

div,
p,
form,
input,
a,
span,
button,
textarea {
    box-sizing: border-box;
}

ul,
li {
    display: block;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    font-weight: 400;
    line-height: 155%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h2 {
    font-size: 2.75rem;
    font-weight: 900;
    line-height: 140%;
    text-transform: uppercase;
}

h2 span {
    color: #08478B;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

a {
    color: #3D4248;
}

a,
button,
input,
textarea {
    font-family: "Inter", sans-serif;
    transition: all 0.5s ease;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
    outline: none;
    border: none;
}

.container {
    margin: 0 auto;
    max-width: 82.625rem;
}

button {
    display: block;
    cursor: pointer;
    border: none;
    background: transparent;
}

.btn {
    width: 100%;
    text-align: center;
    border-radius: 1.875rem;
    background: #FFCF00;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

img {
    display: block;
    width: 100%;
}

header {
    position: relative;
    z-index: 6;
    background: #fff;
}

header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

header.sticky .main-menu__phone,
header.sticky .main-menu__link {
    display: block;
}

.navigation-button a.navigation-button__phone,
.open-menu,
.wpcf7 form .wpcf7-response-output,
header.sticky .navigation,
.mobMenu {
    display: none;
}

.navigation {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation__logo {
    width: 7.5rem;
	 margin-left: -9rem;
}

.footerNav .navigation__logo {
     margin-left:0;
}

.navigation__block {
    gap: 2.375rem;
}

.navigation__block .navigation__phone:first-child {
        display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
}

.navigation__phone {
    width: max-content;
}


.navigation__phone span a {
    font-size: 0.9rem;
    color: #0b478b;
        font-family: 'Georgia';
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.3125rem;
}

.navigation__phone a {
    font-size: 1.125rem;
    font-weight: 700;
}

.openModalBtn {
        background: rgba(8, 71, 139, 0.90);
    color: #Fff;
    border-radius: 2rem;
    padding: 0.3rem 1rem;
    font-size: 1rem;
    margin-top: 0.4rem;
    display: block;
}

.navigation-button {
    width: 100%;
    max-width: 18.75rem;
    position: relative;
}

.navigation-button__whatsapp {
    border-radius: 1.6875rem;
    background: #67D449;
}

.navigation-button__telegram {
    border-radius: 1.6875rem;
    background: #25A3E0;
    left: 3.1rem;
}

.navigation-button__btn {
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    max-width: 12.5rem;
}

.navigation-button a:not(.navigation-button__btn) {
    position: absolute;
    padding: 0.73rem 1.0625rem;
    width: 7rem;
}

.navigation-button a svg {
    width: 1.25rem;
    height: 1.25rem;
}

.main-menu {
    background: #3D4248;
   
}

.main-menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.main-menu__list li {
padding: 0.72rem 1.4375rem;
}

.main-menu__list li.menu-item-has-children li:hover,
.main-menu__list li.menu-item-has-children li.current-menu-item {
  background: #EFF2F6;
}


.main-menu__list li.menu-item-has-children li:hover a {
    color: #08478B!important;
    font-weight: 500;
}

.main-menu__list li.menu-item-has-children:after {
    content:"";
    display: inline-block;
    background: url('../img/menu-arrow.svg')no-repeat center top/cover;
    width: 0.625rem;
    height: 0.375rem;
     margin: 0.0625rem 0 0.0625rem 0.3125rem;
}

.main-menu__list li.menu-item-has-children > .sub-menu{
    display: none;
}

.main-menu__list li.menu-item-has-children:hover, .main-menu__list li.active {
    background: #FFCF00;
    color: #3D4248;
}

.main-menu__list li.menu-item-has-children:hover:after {
        filter: invert(1);
}

.main-menu__list li.menu-item-has-children:hover> a, .main-menu__list li.active > a {
     color: #3D4248;
}

.main-menu__list li.menu-item-has-children:hover > .sub-menu{
    display: block;
    width: 17.5rem;
    position: absolute;
    border-radius: 0rem 0rem 0.625rem 0.625rem;
    background: #FFF;
    box-shadow: 1.9375rem 1.375rem 3.4375rem -0.25rem rgba(61, 66, 72, 0.25);
    top: 3.0rem;
    margin-left: -1.4375rem;
}

.main-menu__list li.menu-item-has-children .sub-menu li .sub-menu {
    right: -21.7rem;
    top: 0rem;
    height: 100%;
    width: 22.5rem;
    border-left: 1px solid rgba(207, 214, 223, 0.55);
}

.main-menu__list li.menu-item-has-children  .sub-menu li a {
    color: #3D4248;
}

.main-menu__list li.menu-item-has-children .sub-menu li.menu-item-has-children:after{ 
    filter: invert(1);
    transform: rotate(-90deg);
}

.main-menu__list li.menu-item-has-children  .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(207, 214, 223, 0.55);
}

.main-menu__list li.menu-item-has-children > .sub-menu li {
  padding:.6rem 1.25rem;
}

.main-menu__list li.menu-item-has-children > .sub-menu li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.4rem;
}

.main-menu__list li a {
    color: #FFF;
    font-size: 1rem;
    line-height: 1.5rem;
}

.main-menu__list li a:hover {
    color: #FFCF00;
}

.offer {
    padding: 4.375rem 0 9.375rem;
}

.offer-title {
    font-size: 2.75rem;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 39.375rem;
    width: 100%;
    position: relative;
    z-index: 3;
}

.offer-title span {
    color: #08478B;
}

.offer-block {
    margin: 1.6875rem 0 2.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.offer-block__numb {
    z-index: 1;
    position: relative;
}

.offer-block__numb span {
    color: #FFCF24;
    font-size: 3.125rem;
    font-weight: 900;
    text-transform: uppercase;
    background: #3D4248;
    display: block;
    transform: rotate(-8.575deg);
}

.offer-block__text {
    max-width: 29.125rem;
    width: 100%;
}

.offer-block__text h3 {
    font-size: 1.375rem;
    font-weight: 900;
    text-transform: uppercase;
}

.offer-block__text p {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
}

.offer-block__numb svg {
    position: absolute;
    left: -4.125rem;
    z-index: -3;
    top: -5.125rem;
    width: 13.0625rem;
    height: 11.375rem;
}

.offer-form {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 35rem;
    width: 100%;
}

.offer-form__field {
    border-radius: 1.875rem;
    background: #3D4248;
    padding: 1rem 2.5rem;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
    border: none;
    width: 100%;
}

.offer-form__btn {
    position: absolute;
    right: 0;
    z-index: 2;
    color: #3D4248;
    width: 19.375rem;
        top: 0;
}

.offer-form .acceptance-input {
        bottom: -38px;
}

.offer-form__field::placeholder {
    color: #FFF;
}

.advantage-list {
    border-radius: 0.9375rem;
    background: rgba(8, 71, 139, 0.90);
    box-shadow: 0rem 0rem 3.4375rem 0rem rgba(59, 91, 131, 0.70);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.5625rem;
    padding: 1.875rem 3.125rem;
}

.advantage-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9375rem;
    position: relative;
    padding: 0.9375rem 0;
}

.advantage-card:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 0.0625rem;
    border-right: 0.125rem dotted #1B99D7;
}

.advantage-card__icon {
    width: 2.5rem;
}

.advantage-card__info h3 {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
    text-transform: uppercase;
}

.advantage-card__info p {
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    max-width: 12.8125rem;
    width: 100%;
}

.advantage {
    margin-top: -3rem;
}

.about {
    padding: 3.75rem 0;
    background: url(../img/about-bg.jpg) no-repeat center top/cover;
}

.about-block,
.navigation__block,
.navigation-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-content {
    max-width: 32.5rem;
    width: 100%;
}

.about-content h2,
.about-content h2 span {
    color: #FFCF00;
}

.about-content h3 {
    color: #FFF;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
    margin-top: 0.625rem;
}

.about-content p {
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.9375rem;
}

.about-content a {
    margin-top: 1.25rem;
    max-width: 20.625rem;
    display: block;
}

.about-block__right {
    max-width: 39.375rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
}

.about-card {
    padding: 1.5625rem 1.875rem;
    border-radius: 0.625rem;
    background: linear-gradient(125deg, #FFF 0%, #F5F5F5 97.74%), linear-gradient(125deg, #FFF 0%, #F5F5F5 97.74%);
}

.about-card img {
    width: 3.125rem;
}

.about-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0.9375rem 0 0.3125rem;
}

.about-card p {
    font-size: 1rem;
    font-weight: 400;
}

.certificate {
    background: #EFF2F6;
    padding: 3.75rem 0;
}

.certificate-list {
    margin-top: 3.125rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
}

.certificate-list li a span {
    margin-top: 0.9375rem;
    display: block;
    text-align: center;
    font-size: 1rem;
    font-style: italic;
    color: #3D4248;
}

.informations {
    padding: 6.25rem 0;
}

.company {
    max-width: 39.375rem;
    width: 100%;
}

.company__list {
    margin-top: 3.75rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.company__list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid #D9D9D9;
    height: 8.75rem;
}

.company__list li img {
    width: 70%;
}

.forWhom {
    max-width: 34.375rem;
    width: 100%;
}

.forWhom__info {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    margin-top: 3.5rem;
}

.forWhom__info ul li::before {
    content: "";
    width: 2.5rem;
    height: 0.125rem;
    display: block;
    border-radius: 0.125rem;
    background: #3D4248;
}

.forWhom__info ul li {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.forWhom__info ul {
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.informations__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.discount-card {
    border-radius: 0.9375rem;
    padding: 2.8125rem 0 5rem;
    background: #FFCF00;
}

.discount-card__title {
    text-align: center;
    font-size: 1.875rem;
}

.discount-card__subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
}

.discount-info {
    display: flex;
    align-items: center;
    margin-top: 1.5625rem;
    justify-content: center;
    gap: 1.875rem;
}

.discount-info__button {
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

.discount-info__button a {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    justify-content: center;
    width: 11.875rem;
    position: relative;
    border-radius: 1.875rem;
    padding: 1.1875rem 0 1.1875rem 1.2rem;
    color: #FFF;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.discount-info__button a svg {
    position: absolute;
    width: 1.25rem;
    left: 1.5rem;
}

.discount-info__whatsapp {
    background: #67D449;
}

.discount-info__telegram {
    background: #25A3E0;
}

.discount-form {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.discount-form .acceptance-input {
        bottom: -52px;
}

.discount-form__field {
    border-radius: 1.875rem;
    background: #FFF;
    font-size: 1.125rem;
    padding: 0.9375rem 1.5625rem;
    width: 100%;
    border: none;
}

.discount-form__btn {
    width: 13.75rem;
    font-size: 0.875rem;
    background: #3D4248;
    color: #FFF;
    position: absolute;
    right: 0;
    padding: 1.1875rem 0;
}

.service-wrap {
    align-items: flex-start;
    display: flex;
    position: relative;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 2.5rem;
    margin-top: 3.75rem;
}

.serviceList .service-list li:last-child a {
        text-decoration-line: none;
            font-style: normal;
}

.service-list li img {
    width: 6.2674rem;
    height: 6.125rem;
    position: relative;
    z-index: -1;
    object-fit: contain;
    margin: auto auto -1.5rem;
}

.service-list li h3 {
    border-radius: 1.125rem;
    background: #FFCF00;
    padding: 0.375rem 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.service-list li span {
    display: block;
    text-align: center;
    font-size: 1rem;
    margin-top: 0.3125rem;
    font-weight: 400;
}

.service {
    padding: 7.8125rem 0 6.25rem;
}

.service-content {
    max-width: 39.375rem;
    width: 100%;
}

.service-list li:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-list li:last-child a {
    text-align: center;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    text-decoration-line: underline;
}

.service-slider {
    border-radius: 0rem 0.9375rem 0.9375rem 0rem;
    background: #EFF2F6;
    padding: 3.75rem 3.75rem 2.1875rem 0;
    position: relative;
    margin-top: 5.625rem;
    z-index: 1;
}

.service-slider::before {
    content: "";
    position: absolute;
    background: #EFF2F6;
    height: 100%;
    width: 100%;
    left: -50%;
    top: 0;
    z-index: -1;
}

.service-slider__icon {
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    top: -1.5625rem;
}

.service-slider__title {
    color: #FFF;
    font-size: 4.8rem;
    transform: rotate(-90deg);
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    left: -14.187rem;
    top: 8.5rem;
}

.service-slider__block {
    max-width: 35.625rem;
    width: 100%;
    overflow: hidden;
}

.service-slider__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 155%;
}

.service-slider__name {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1.25rem;
}

.service-slider__name::before {
    display: block;
    content: "";
    border-radius: 0.125rem;
    background: #3D4248;
    width: 2.5rem;
    height: 0.125rem;
}

.service-slider-button {
    width: 2.5625rem;
    height: 2.5rem;
    padding: 0;
    position: absolute;
    right: 2rem;
    bottom: 1.2rem;
    z-index: 2;
    cursor: pointer;
}

.service-slider-button_prev {
    right: 5rem;
}

.service-contact .discount-form__field {
    background: #3D4248;
    color: #fff;
}

.service-contact .discount-form__field::placeholder {
    color: #fff;
}

.service-contact .discount-form__btn {
    background: #FFCF00;
    color: #3D4248;
}

.service-contact .discount-form {
    margin-top: 1.25rem;
}

.service-contact {
    max-width: 27rem;
    width: 100%;
    position: absolute;
    right: 5rem;
    bottom: 5rem;
}

.service-contact__text {
    text-align: center;
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 0.9375rem;
}

.team {
    padding: 6.25rem 0;
}

.team-head {
    display: flex;
    align-items: flex-end;
    gap: 5.3125rem;
}

.team-head>span {
    display: block;
    max-width: 410px;
    width: 100%;
    font-size: 16px;
    font-style: italic;
}

.team-top {
    margin-top: 4.375rem;
    display: flex;
    align-items: flex-start;
    gap: 1.875rem;
}


.team-mini img {
    height: 15.3125rem;
    object-fit: cover;
    margin-bottom: 1.875rem;
}

.team-mini h3 {
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
}

.team-mini p {
    font-size: 1rem;
    max-width: 27.9375rem;
    width: 100%;
}

.team-mini p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.team-video {
    max-width: 46.25rem;
    width: 100%;
    position: relative;
}

.team-video iframe {
    height: 27.0116rem;
     width: 100%;
}

.team-video__btn {
    position: absolute;
    bottom: -4rem;
    left: -4rem;
    width: 8.75rem;
}

.team-list {
    margin-top: 5rem;
	    width: 100%;
}

.team-list .swiper-wrapper {
	    padding-bottom: 2rem;
}

.team-list img {
    width: 18.75rem;
    height: 11.25rem;
    object-fit: cover;
    margin-bottom: 1.25rem;
}

.team-list h3 {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.team-list p {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
}

.faq {
    padding: 6.875rem 0;
}

.faq__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
}

.faq__left {
    max-width: 25rem;
    width: 100%;
}

.faq__left p {
    font-size: 1rem;
    font-style: italic;
    margin-top: 0.625rem;
}

.faq__block {
    max-width: 52.8125rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 60px;
}

.faq-card__numb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(207, 214, 223, 0.55);
    position: relative;
    margin: 0 auto -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    text-align: center;
    font-size: 44px;
    font-weight: 900;
    text-transform: uppercase;
    z-index: -1;
}

.faq-card__content h3 {
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.faq-card__content p {
    font-size: 1rem;
}

.faq-card__numb_yellow {
    background: #FFCF00;
}

.faq-card .discount-info__button {
    margin: 1.5625rem 0;
}

.footer {
    padding: 6.25rem 0 5rem;
    background: url(../img/footer-bg.jpg) no-repeat center top/cover;
}

.footer__phone {
    font-size: 2.75rem;
    font-weight: 900;
    line-height: 140%;
    color: #3D4248;
    text-transform: uppercase;
}

.footer-info {
    display: flex;
    align-items: flex-start;
    margin-top: 2.1875rem;
    gap: 6.25rem;
}

.footer-info__left {
    max-width: 20rem;
    width: 100%;
}

.footer-info__block h3,
.footer-info__right h3 {
    font-size: 1.375rem;
    font-weight: 900;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}

.footer-info__block p,
.footer-info__right p,
.footer-info__block ul li,
.footer-info__block ul li a {
    font-size: 1rem;
    color: #3D4248;
}

.footer-info__block h4 {
    margin-top: 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
}

.footer-info__block ul li a {
    text-decoration: underline;
}

.footer-info__block ul li a:hover {
     text-decoration: none;
}

.footer-info__block ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-left: 1.25rem;
}

.footer-info__block ul li {
    display: list-item;
}

.footer-link {
    display: flex;
    margin-top: 3.125rem;
    gap: 0.9375rem;
}

.footer-link li {
    background: #3D4248;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.footer-link li a {
    width: 48%;
}

footer .footer__text {
        margin-top: 2rem;
        display: none;
            max-width: 34.1875rem;
}

.footer__text {
    font-size: 0.875rem;
    line-height: 140%;
    max-width: 23.1875rem;
    width: 100%;
}

.footer__text p {margin-top: 0.4rem}
.footer__text a {text-decoration: underline;}

.footer-info__right {
    max-width: 21rem;
    width: 100%;
}

.footer-form__field {
    display: block;
    border: none;
    width: 100%;
    background: transparent;
    font-size: 1rem;
    padding: 1.25rem 0;
    border-bottom: 0.125rem dotted #3D4248;
}

.footer-form__field:hover,
.footer-form__field:focus {
    border-bottom: 0.125rem dotted #3D4248;
}

textarea.footer-form__field {
    height: 7.5rem;
    resize: none;
}

.footer-form__btn {
    margin-top: 1.25rem;
    color: #3D4248;
}

.main-menu__phone {
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 700;
    display: none;
}

.main-menu__link .navigation-button a {
    position: static;
    padding: 0;
    width: 2.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 2.5rem;
}

.main-menu__link .navigation-button__phone svg {
    height: 2.5rem;
    width: 2.5rem;
}

header.sticky .main-menu .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu__link .navigation-button {
    max-width: 100%;
}

.main-menu__link {
    width: 100%;
    max-width: 9rem;
    display: none;
}

.head {
    padding: 3.125rem 0;
    background: linear-gradient(90deg, #F5F7FA 0%, #EFF2F6 100%);
}

.head h1 {
    color: #3D4248;
    font-size: 2.75rem;
    font-weight: 900;
    line-height: 140%;
    text-transform: uppercase;
}

.reviews {
    padding: 3.75rem 0;
}

.reviews__card {
     margin-top: 3.75rem;
      height: 60rem;
}

.reviews__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
}

.reviews__title {
    margin-bottom: 3.75rem;
}

.arhive {
    padding: 4.0625rem 0 6.25rem;
}

.arhive-nav {
    max-width: 18.75rem;
    width: 100%;
}

.arhive__wrap {
    display: flex;
    align-items: flex-start;
    gap: 1.875rem;
}

.arhive-card img {
    height: 11.25rem;
    width: 100%;
    object-fit: cover;
}

.arhive-card h2 {
    color: #3D4248;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: none;
    text-decoration-line: underline;
    margin: 1.25rem 0 0.9375rem;
}

.arhive-card h2:hover {
    text-decoration-line: none;
}

.arhive-card p {
    color: #3D4248;
    font-size: 0.875rem;
    line-height: 155%;
}

.arhive-card__coment {
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    margin-top: 0.3125rem;
}

.arhive-card__coment svg {
    width: 0.875rem;
}

.arhive-card__coment span {
    color: rgba(61, 66, 72, 0.50);
}

.arhive-nav li {
    display: flex;
    align-items: center;
    padding: 0.9375rem 0.3125rem;
    justify-content: space-between;
}

.arhive-nav li.active a {
	font-weight: 600;
}

.arhive-nav li a {
    color: #3D4248;
    font-size: 1rem;
}

.arhive-nav li a:hover {
    color: #08478B;
    font-weight: 500;
}

.arhive-nav li:not(:last-child) {
    border-bottom: 0.0625rem solid rgba(207, 214, 223, 0.55);
}

.arhive-nav li span {
    color: rgba(61, 66, 72, 0.50);
    font-size: 0.875rem;
}

.arhive-content__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
}

.articlePage {
    padding: 3.75rem 0 6.25rem;
}

.articlePage .arhive-content h2 {
    color: #3D4248;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 140%;
    text-transform: uppercase;
}

.arhive-content {
    max-width: 62rem;
    width: 100%;
}

.arhive-content.default {
	max-width: 82.625rem;
}

.articlePage .arhive-content.arhive-content_page img {
        object-fit: contain;
        width: auto;
    height: auto;
}

.articlePage .arhive-content img {
    width: 46.5rem;
    height: 34.85rem;
    object-fit: cover;
    margin: 1.875rem auto;
}

.articlePage .arhive-content p {
    font-size: 1rem;
	line-height: 155%;
    margin-bottom: 1rem
}

.articlePage .arhive-content p a {
    color: #08478B;
    text-decoration-line: underline;
}
.articlePage .arhive-content p a:hover {
    text-decoration-line: none;
}

.articlePage .arhive-content h3 {
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}

.comment-form {
    border-radius: 0.9375rem;
    background: #EFF2F6;
    padding: 5rem 3.75rem 3.75rem;
    position: relative;
    z-index: 1;
    margin: 3.75rem 0;
}

.comment-form__icon {
    width: 4rem;
    position: absolute;
    top: 3.125rem;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.comment-form__title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.1875rem;
}

.comment-form__subtitle {
    font-size: 1rem;
    text-align: center;
}

.comment-block {
    margin: 3.75rem 0;
}

.comment-block__name {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-block__date {
    color: rgba(61, 66, 72, 0.50);
    font-size: 0.875rem;
    margin-top: 0.25rem;
    margin-bottom: 0.625rem;
}

.comment-block__text {
    font-size: 0.875rem;
    line-height: 155%;
}

.comment-block__item:not(:last-child) {
    border-bottom: 1px solid rgba(207, 214, 223, 0.55);
}

.comment-block__item {
    padding: 1.875rem 0;
}

.comment-block__admin {
    border-radius: 0.9375rem;
    background: #EFF2F6;
    padding: 1.875rem;
    margin-top: 0.9375rem;
    max-width: 57.5rem;
    width: 100%;
    margin-left: auto;
}

.serviceOffer {
    padding: 3.25rem 0 7rem;
}

.serviceOffer__title {
    font-size: 2.75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.serviceOffer__text {
    font-size: 1.125rem;
    line-height: 155%;
}

.serviceOffer__text ul {
    padding-left: 2rem;
}

.serviceOffer__text ul li {
    display: list-item;
}

.serviceList .service-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1.875rem;
}

.serviceList .service-list li:last-child {
    display: block;
}

.serviceList {
    padding-bottom: 6.25rem;
}

.serviceInfo {
    padding-top: 6.25rem;
}

.serviceInfo h2 {
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 155%;
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
}

.serviceInfo p {
    font-size: 1rem;
    line-height: 155%;
}

.notice-block_default {
    border-radius: 0.9375rem;
    background: #EFF2F6;
}

.notice-block {
    padding: 2.5rem;
    display: flex;
    gap: 1.875rem;
    align-items: center;
    margin: 2.5rem 0;
}

.notice-block__red {
    border-radius: 0.9375rem;
    background: #FEE;
}

.notice-block img {
    width: 4rem;
}

.notice-block__text {
  font-size: 1rem;
  line-height: 155%;
}

.notice-block__yellow {
    border-top: 0.0625rem solid #3D4248;
    border-bottom: 0.0625rem solid #3D4248;
}

.serviceInfo ol li {
    font-size: 1rem;
    display: flex;
    line-height: 155%;
    align-items: flex-start;
    gap: 1rem;
}

.serviceInfo ol li:not(:last-child) {
    margin-bottom: 1.25rem;
}

.serviceInfo ol li span {
    color: #FFF;
    font-size: 1rem;
    display: block;
    min-width: 2.5rem;
    min-height: 2.5rem;
    background: #3D4248;
    border-radius: 50%;
    text-align: center;
    line-height: 2.5rem;
}

.serviceInfo ol {
    max-width: 39.375rem;
    width: 100%;
    padding-left: 0;
    margin: 2.5rem auto;
}

.serviceOffer-block {
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

.serviceOffer-block__left {
    max-width: 39.375rem;
    width: 100%;
}

.serviceOffer-block__form {
    width: 100%;
}

.serviceOffer-block__form .offer-form {
    max-width: 100%;
}

.serviceOffer-block__left h3 {
font-size: 1.375rem;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 1.5625rem;
}

.serviceOffer-block__left p {
    font-size: 1rem;
    font-weight: 400;
}

.serviceOfferBlock {
    margin-top: -3rem;
}

.serviceOfferBlock__wrap {
    display: flex;
    border-radius: 0.9375rem;
    align-items: center;
    padding: 2.8125rem 3.125rem;
    background: rgba(8, 71, 139, 0.90);
    box-shadow: 0rem 0rem 3.4375rem 0rem rgba(59, 91, 131, 0.70);
}

.serviceOfferBlock__left {
    max-width: 25rem;
    width: 100%;
    display: flex;
    gap: 0.9375rem;
    align-items: flex-start;
    border-right: 0.1875rem dotted #1B99D7;
    padding: 1.125rem 1.875rem 1.125rem 0;
}

.serviceOfferBlock__left img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.serviceOfferBlock__left div {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.serviceOfferBlock__rigth {
    padding-left: 4.1875rem;
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 155%;
}

.serviceOfferBlock__rigth ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3125rem 1.25rem;
}

.serviceOfferBlock__rigth ul li {
    width: 48%;
    display: list-item;
}

.serviceContent .discount {
    padding: 5rem 0;
}

.serviceContent p {
	margin-bottom: 1rem
}

.serviceContent h3,
.articlePage .arhive-content h3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 0.4375rem;
}

.serviceContent p,
.serviceTable__text {
    font-size: 1rem;
    line-height: 155%;
}

.serviceContent h2,
.articlePage .arhive-content h2 {
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0.4375rem;
}

.serviceContent {
    padding-top: 4.375rem;
}

.serviceTable__text {
    max-width: 25.625rem;
    width: 100%;
}

.serviceTable table {
    border-collapse: collapse;
    max-width: 53.125rem;
    text-align: center;
    width: 100%;
}

.serviceTable {
    display: flex;
    gap: 1.875rem;
    align-items: flex-start;
}

.serviceTable table th {
    background: #3D4248;
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.1875rem;
}

.serviceTable table th:first-child {
    border-radius: 0.25rem 0 0 0.25rem;
}

.serviceTable table th:last-child {
    border-radius: 0 0.25rem 0.25rem 0;
}

.serviceTable table td {
    color: #000;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.serviceTable table td:not(:last-child) {
    border-right: 0.0625rem solid rgba(207, 214, 223, 0.55);
}

.serviceTable table tr:nth-child(2n+1) {
    background: rgba(236, 240, 245, 0.55);
    border-top: 0.0625rem solid rgba(207, 214, 223, 0.55);
}

.methodBlock {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.0625rem;
    grid-row-gap: 2.0625rem;
    margin: 1.875rem 0;
}

.methodBlock__card {
    display: flex;
    align-items: flex-start;
    gap: 1.75rem;
}

.methodBlock__numb {
    min-width: 4.9375rem;
    min-height: 4.9375rem;
    background: #EFF2F6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #3D4248;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    border-radius: 50%;
}

.methodBlock__text h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
}

.methodBlock__text p,
.methodBlock__text ul li {
    font-size: 1rem;
    line-height: 155%;
}

.methodBlock__text ul li {
    display: list-item;
}

.methodBlock__text {
    width: 100%;
    padding-top: 1.5rem;
}

.aboutList {
    padding-bottom: 6.25rem;
    padding-top: 5rem;
}

.aboutList ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.875rem;
}

.aboutList ul li span {
    min-width: 2.5rem;
    min-height: 2.5rem;
    display: block;
    background: #3D4248;
    color: #FFF;
    font-size: 1rem;
    border-radius: 50%;
    text-align: center;
    line-height: 2.5rem;
}

.aboutList ul li {
    display: flex;
    align-items: flex-start;
    gap: 1.875rem;
}

.aboutList ul li p {
    padding-top: 0.5rem;
    font-size: 1rem;
    line-height: 155%;
}

.whyUs {
    padding: 4.875rem 0;
}

.methodBlock__text ul {
    padding-left: 1.5rem;
}

.aboutCenter__block {
    border-radius: 0.9375rem;
    background: #08478B;
    padding: 1.375rem 6.25rem;
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 140%;
    position: relative;
}

.aboutCenter__block div {
    margin-top: 0.1875rem;
    font-size: 1.375rem;
    text-transform: uppercase;
}

.aboutCenter__block img {
    width: 10.8383rem;
    position: absolute;
    right: 13.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.aboutInfo {
    margin: 6.25rem 0;
    padding: 2.5rem 0;
    position: relative;
}

.aboutInfo__wrap {
    display: flex;
}

.aboutInfo__wrap img {
    position: absolute;
    left: 0;
   width: 50%;
    object-fit: cover;
}

.aboutInfo__block {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
}

.aboutInfo__block h2 {
    font-size: 1.375rem;
    font-weight: 900;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
}

.aboutInfo__block ul li {
        display: list-item;
}

.aboutInfo__block p:not(:last-of-type), .aboutInfo__block ul {
    margin-bottom: 1rem;
}

.aboutInfo__block ul {
    padding-left: 2rem;
}

.aboutInfo__block {
    font-size: 1rem;
    line-height: 155%;
}

.choose {
    padding: 5.625rem 0;
    background: url(../img/choose-bg.jpg) no-repeat center top/cover;
}

.choose__title {
    color: #FFCF00;
}

.choose__subtitle {
    color: #FFF;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.choose__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    margin-top: 3.125rem;
}

.choose-card {
    border-radius: 0.625rem;
    padding: 1.875rem;
    position: relative;
    background: linear-gradient(125deg, #FFF 0%, #F5F5F5 97.74%), linear-gradient(125deg, #FFF 0%, #F5F5F5 97.74%);
}

.choose-card__icon {
    position: absolute;
    top: -1.2rem;
    right: 0;
    width: 3rem;
    height: 3rem;
    background: #FFCF00;
    border-radius: 50%;
    padding: 0.6rem;
}

.choose-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 150%;
    margin-bottom: 0.3125rem;
}

.choose-card p {
    font-size: 1rem;
    line-height: 155%;
}

.arhive-content .nav-links .next,
.arhive-content .nav-links .prev {
    display: none;
}

.arhive-content .pagination {
    border-radius: 0.3125rem;
    background: #EFF2F6;
    justify-content: center;
    margin-top: 2.5rem;
    padding: 0.3125rem 0;
}

.arhive-content .pagination a {
    color: #3D4248;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
}

.arhive-content .pagination a:hover {
    font-weight: 500;
    color: #08478B;
}

.arhive-content .pagination span.current {
    width: 3.125rem;
    height: 3.125rem;
    color: #FFF;
    line-height: 3.125rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 0.3125rem;
    background: #3D4248;
    display: block;
}

.nav-links {
    display: flex;
    align-items: center;
}

.commentForm {
    margin-top: 1.875rem;
}

.commentForm__block {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.commentForm__input input,
.commentForm__block textarea {
    display: block;
    border-radius: 0.9375rem;
    background: #FFF;
    padding: 1rem 1.5625rem;
    color: #3D4248;
    font-size: 1rem;
    width: 100%;
    font-weight: 400;
}

.commentForm__input input:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.commentForm__input {
    max-width: 25.625rem;
    width: 100%;
}

.commentForm__block textarea {
    resize: none;
    outline: none;
    height: 11.8rem;
    border: none;
}

.commentForm button {
    max-width: 25.625rem;
    margin-left: auto;
    margin-top: 1.25rem;
}

.reviewsblock {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 0;
}

.reviewsblock .service-contact {
    position: static;
    margin-right: 4rem;
}

.reviewsblock .service-slider {
    margin-top: 0;
}

body .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    position: static;
    box-shadow: none;
    background: none;
    color: #3D4248;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 155%;
    height: auto;
    padding: 0;
}

.wp-block-image figcaption {
    color: #3D4248;
    text-align: center;
    font-size: 0.8125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 155%;
    border-radius: 0rem 0rem 0.3125rem 0.3125rem;
    background: #EFF2F6;
    padding: 0.625rem;
    margin: 0!important;
}

.contact {
    padding: 3.75rem 0;
}

.contact__block {
    display: flex;
    align-items: flex-start;
    gap: 5rem;
}

.contact__left {
    max-width: 26rem;
    width: 100%;
}

.contact__card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 0.9375rem;
}

.contact__card div,
.contact__list li a {
    color: #3D4248;
    font-size: 1rem;
    line-height: 155%;
}

.contact__card svg,
.contact__list li svg {
    width: 1.25rem;
}

.contact__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 33.75rem;
    width: 100%;
}

.contact__list li {
    width: 48%;
    display: flex;
    align-items: center;
}

.contact__list li a {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.contact__list li {
    margin-bottom: 0.625rem;
}

.wpcf7-not-valid-tip {
    position: absolute;
        width: max-content;
}

.map iframe {
    display: block;
}

.wp-block-gallery .wp-block-image {
    gap: 0.7rem;
        padding: .8rem;
}

.custom-logo-link img {
        height: auto;
}

.main-menu .main-menu__list > li:last-child, footer .mobMenu__list, footer .openModalBtn {
  display: none;
}

.wp-block-column ul li,
.serviceContent ul li,
.arhive-content ul li {
	    font-size: 1rem;
    line-height: 155%;
	display: list-item;
}
.wp-block-column ul li:not(:last-child),
.serviceContent ul li:not(:last-child),
.arhive-content ul li:not(:last-child) {
	margin-bottom: .5rem;
}

.wp-block-column ul,
.serviceContent ul,
.arhive-content ul {
	padding-left: 2rem;
	margin-bottom: 2rem;
}

.wp-block-details {
	font-size: 1rem;
	line-height: 155%;
	margin: 1rem 0;
}

.wp-block-details summary {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 1rem;
	border-bottom: 1px solid #3D4248;
}

details p,
details ul {
  margin-left: 1rem;
}

.footerNav .main-menu__list li.menu-item-has-children > .sub-menu {
        top: auto;
    bottom: 3rem;

}

.acceptance-input {
position: absolute;
    bottom: -29px;
    font-size: 11px;
}

.footer-form {
	position: relative;
}

body .wpcf7-list-item {
    margin: 0;
}

.acceptance-input a {
	font-weight: 700;
}

.citySection {
  /* 30px / 16 = 1.875rem */
  padding-bottom: 1.875rem;
}

.citySection h2 {
  text-align: center;
}

.citySection__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.citySection__wrap > img {

  width: 18.75rem;
}

.city-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
    font-size: 1rem;
  grid-template-columns: repeat(5, 1fr);

  gap: 0.5rem 1rem; 
}