html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: var(--color-black);
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: var(--color-black);
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

ul {
    list-style: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

@charset "UTF-8";

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

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

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center
}

.fancybox-share p:first-of-type {
    margin-right: -10px
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all .2s
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}


html {
    overflow-x: hidden;
}




body {
    font-family: 'Mont';
    background: #f4f4f4;
    font-size: 16px;
    line-height: normal;
    color: #212121;
    min-width: 320px;
    font-weight: normal;
    overflow-x: hidden;
    position: relative;
    height: auto !important;
}


.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}





header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    padding: 30px 0;
}

header .flex {
    align-items: center;
}

header .socials a {
    margin-right: 10px
}

header .phone {
    margin: 0 50px 0 10px;
    font-size: 14px;
}

header .phone a {
    font-size: 22px;
    font-weight: 600;
    color: #212121;
}

header .pull {
    display: none;
}

header nav {
    width: 100%;
    margin-top: 35px;
    border-radius: 20px;
    background: #fff;
    padding: 22px 58px
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 28px
}

header nav li a {
    display: block;
    color: #545454
}

header nav li a:hover {
    color: #ED3838
}

header .lang {
    color: #545454;
    font-size: 14px;
    font-weight: 600;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px;
}
.lang .wpml-ls-legacy-list-horizontal a span {
    color: #545454;
	
	text-transform: uppercase
}

 .lang .wpml-ls-legacy-list-horizontal a span:hover {
    color: #000
}

.lang ul li.wpml-ls-current-language a span {
    color: #000
}
 .lang ul li:first-child a:after{
	content: "|";
	margin-left: 7px
}

header .lang span.sep {
    margin: 0 7px
}

header.header__page .lang {
    margin: 0 0 0 40px
}

header.header__page .phone {
    margin: 0 0 0 20px
}

header.header__page .btn-blue span {
    width: 254px;
    height: 60px;
    font-size: 16px;
}

header.header__page nav li {
    margin-right: 55px;
    position: relative;
}

header.header__page nav li a {
    font-size: 18px;
}

header.header__page nav li a:hover {
    color: #FF3636
}

header.header__page nav li.has a {
    padding-right: 38px;
    font-weight: 600;
}

header.header__page nav li.has a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    content: '';
    background: url("../img/arrd.svg") 50% 50% no-repeat;
    transition: all 0.2s;
}

header.header__page nav li.has:hover a:after {
    transform: rotate(180deg);
}

header.header__page .sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    padding: 20px 0 0;
    width: 100%;
    z-index: 200;
    display: none;
    width: 300px
}

header.header__page li:hover .sub-menu {
    display: block;
}

header.header__page .sub-menu li {
    display: block;
    margin: 0
}

header.header__page .sub-menu li a {
    display: block;
    padding: 10px 15px;
    background: #fff;
}

header.header__page .sub-menu li a:after {
    display: none;
}

header .data .btn-blue {
    display: none;
}





#promo {
    padding: 240px 0 100px;
    background: url("../img/bg_promo_usa.jpg") 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2
}

#promo:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url("../img/statuya.png") calc(50% + 380px) 100% no-repeat;
    background-size: 610px;
}

#promo .cust {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#promo .cust:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url("../img/cust_left.png") 0 100% no-repeat;
}

#promo .cust:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url("../img/cust_right.png") 100% 100% no-repeat;
}

#promo .statuya {
    max-width: 100%;
    height: auto;
    display: none;
}

#promo br.mobile {
    display: none;
}


#promo.usa:after {
    z-index: 2
}

#promo.usa .form {
    z-index: 3;
    bottom: -100px;
    left: calc(50% - 600px);
    width: calc(100% - 40px);
    max-width: 1200px
}

#promo.uk .form {
    z-index: 3;
    bottom: -100px;
    left: calc(50% - 600px);
    width: calc(100% - 40px);
    max-width: 1200px
}

#promo.sc .form {
    z-index: 3;
    bottom: -100px;
    left: calc(50% - 600px);
    width: calc(100% - 40px);
    max-width: 1200px
}


#promo.uk:after {
    background: url("../img/mostuk.png") 100% 100% no-repeat;
}

#promo.uk .cust {
    z-index: 3
}

#promo.uk .container {
    z-index: 4
}

#promo.uk .cust:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url("../img/cust_right_uk.png") 100% 100% no-repeat;
}




#promo.sc:after {
    background: url("../img/bg_promo_sc.png") 100% 100% no-repeat;
}

#promo.sc .cust {
    z-index: 3
}

#promo.sc .container {
    z-index: 4
}

#promo.sc .cust:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url("../img/cust_right_uk.png") 100% 100% no-repeat;
}

#promo.service-page p {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
}


#promo .text {
    max-width: 640px;
}

#promo .container {
    position: relative;
    z-index: 2
}

#promo h1 {
    line-height: 76px;
    font-size: 68px;
    font-weight: 600;
    margin-bottom: 35px;
}

#promo h1 strong {
    color: #FF3636;
    font-weight: 600;
}

#promo ul.promo-ul {
    max-width: 570px;
}

#promo ul.promo-ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 43px;
    font-size: 18px;
    line-height: 26px;
    background: url("../img/ls.svg") 0 50% no-repeat;
    margin-bottom: 20px;
}


#promo .action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 305px;
    height: 105px;
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding: 0 20px;
    background: linear-gradient(96.24deg, #3D7EEE 10.49%, #80ADFC 88.29%);
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 20px
}

#promo .form {
    position: absolute;
    bottom: -230px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 34px 59px;
    border-radius: 20px;
}

#promo .form p br {
    display: none;
}

#promo .form:after {
    position: absolute;
    top: -140px;
    left: 640px;
    width: 200px;
    height: 200px;
    content: '';
    background: url("../img/bilets.svg") 50% 50% no-repeat;
}

#promo .form:before {
    position: absolute;
    top: -100px;
    left: 640px;
    width: 150px;
    height: 100px;
    content: '';
    background: url("../img/docs.svg") 50% 0% no-repeat;
}

#promo .form .flex {
    align-items: center;
}

#promo .form p {
    max-width: 230px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

#promo .form input,
#promo .iti--allow-dropdown {
    max-width: 243px;
    margin-right: 15px;
}

#promo .iti--allow-dropdown {
    margin-bottom: 0
}

#promo.service-page {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 300px;
  padding-bottom: 335px;
}
#promo.service-page:after {
	display: none;
}


.pt-position {
	top: -195px;
	margin-bottom: -195px;
	position: relative;
}
#text-form #breadcrumbs {
	padding-top: 0;
}
#text-form .grid {
	grid-template-columns: 1fr 390px;
	gap: 50px;
}
article.custom-text h2, article.custom-text h1, article.custom-text h3{
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
	margin-bottom: 20px;
}
article.custom-text p {
	font-size: 19px;
	line-height: 36px;
}



#text-form .form {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 24px;
	border-radius: 20px;
}

#text-form .form p br {
	display: none;
}


#text-form .form .flex {
	align-items: center;
}

#text-form .form p {
	max-width: 240px;
	font-size: 19px;
	line-height: 26px;
	text-align: center;
	padding-bottom: 30px;
	font-weight: 600;
	margin: 0 auto;
}

#text-form .form form input{
	margin-bottom: 10px;
}
#text-form .form form textarea{
	margin-top: 10px;
}

#text-form .form form .btn {
	margin: 10px auto;
}



#why {
    padding: 200px 0 0;
    position: relative;
    z-index: 1
}

#why .items {
    gap: 20px;
}

#why .item {
    box-sizing: border-box;
    padding: 42px 60px 70px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}

#why .item:nth-child(1) {
    width: 100%;
    background: linear-gradient(90deg, #80ADFC 0%, #3D7EEE 100%);
    color: #fff
}

#why .item:nth-child(1):after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url("../img/why1.svg") calc(100% - 55px) 50% no-repeat;
}

#why .item:nth-child(2) {
    width: 520px;
    background: #fff url("../img/why2.svg") calc(100% - 30px) calc(100% - 40px) no-repeat;
    padding-bottom: 100px
}

#why .item:nth-child(3) {
    width: 660px;
    background: #fff url("../img/why3.svg") calc(100% - 30px) calc(100% - 40px) no-repeat;
}

#why .title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 36px;
}

#why p {
    line-height: 24px;
    max-width: 845px
}





#tarrifs {
    padding: 60px 0 0
}

#tarrifs .flex {
    align-items: flex-start;
}

#tarrifs .item {
    box-sizing: border-box;
    background: #fff;
    width: calc(100%/3 - 10px);
    border-radius: 20px;
    padding: 25px 38px 43px;
    position: relative;
    overflow: hidden;
}

#tarrifs.uk .item:first-child {
    padding-bottom: 38px
}

#tarrifs.uk .item:first-child .btn {
    margin-top: 25px
}

#tarrifs .item:first-child {
    padding-bottom: 22px
}

#tarrifs .item:first-child .btn {
    margin-top: 15px
}

#tarrifs .item:last-child {
    display: none;
}

#tarrifs .info {
    padding-bottom: 10px;
    margin-bottom: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

#tarrifs .info .name {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
}

#tarrifs .info .price {
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 36px;
}

#tarrifs .info .time {
    font-size: 16px;
    line-height: 38px;
    color: #9B9B9B
}

#tarrifs .info .time.red {
    color: #FF3636
}

#tarrifs .info .top {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(90deg, #80ADFC 0%, #3D7EEE 100%);
    border-radius: 0 0 0 20px;
}

#tarrifs li {
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    line-height: 1.5;
    position: relative;
}

#tarrifs li:after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #212121;
    content: ''
}

#tarrifs .btn {
    width: 100%;
    margin-top: 25px
}

#tarrifs .btn span {
    width: 100%;
}

#tarrifs .note {
    font-size: 14px;
    line-height: 36px;
    color: #9B9B9B
}

#tarrifs.uk .action {
    margin-top: 20px
}

#tarrifs.uk .action .sale {
    top: 80px
}

#tarrifs .action {
    margin-top: -140px;
    position: relative;
}

#tarrifs .action .sale {
    position: absolute;
    top: 250px;
    right: 65px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    overflow: hidden;
    width: 605px;
    padding-right: 55px;
    align-items: center;
}

#tarrifs .action .sale .number {
    color: #fff;
    font-size: 88px;
    font-weight: 600;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(90deg, #80ADFC 0%, #3D7EEE 100%);
    width: 250px;
    text-align: center;
}

#tarrifs .action .sale p {
    max-width: 256px;
    font-size: 18px;
    line-height: 26px;
}





#works {
    padding: 60px 0 0;
}

#works .flex {
    align-items: flex-start;
}

#works img {
    width: 386px;
    border-radius: 20px;
}

#works img.mobile {
    display: none;
}

#works .items {
    width: calc(100% - 406px);
}

#works .items .item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 0 40px 0 128px;
    font-size: 18px;
    position: relative;
    line-height: 26px;
    height: 137px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

#works .items .item span {
    position: absolute;
    top: 24px;
    left: 25px;
    font-size: 68px;
    line-height: normal;
    font-weight: 600;
    background: linear-gradient(90deg, #80ADFC 0%, #3D7EEE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

#works .items .item:last-child span {
    background: linear-gradient(134.41deg, #FFFFFF 13.52%, #DCDCDC 89.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

#works .items .item:last-child {
    color: #fff;
    background: linear-gradient(90deg, #80ADFC 0%, #3D7EEE 100%);
}

#works.custom-works .items .item:last-child {
width: 100%;
}

#works.custom-works .bt {
	width: 647px;
	max-width: 100%;
}

#works .items .item:last-child:after {
    position: absolute;
    top: -100px;
    right: -20px;
    width: 160px;
    height: 160px;
    content: '';
    background: url("../img/passport.svg") 0 0 no-repeat;
}





#reviews {
    padding: 70px 0 0;
}

#reviews .review {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 40px 50px;
    border-radius: 20px;
    margin-bottom: 20px;
}

#reviews .review .flex {
    align-items: center;
}

#reviews .review img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

#reviews .review .name {
    width: calc(100% - 73px);
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px
}

#reviews .review .name span {
    display: block;
    color: #9B9B9B
}

#reviews .review p {
    font-size: 18px;
    line-height: 26px;
}

#reviews .items .review:last-child {
    margin-bottom: 0;
}

#reviews .more__reviews {
    padding: 20px 0 0;
}

#reviews .more__reviews .review {
    width: 500px
}

#reviews .more__reviews .review:nth-child(1) {
    width: 682px
}

#reviews .more__reviews .review p {
    max-width: 525px
}

#reviews .item {
    width: 386px;
    padding: 33px 40px;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(90deg, #80ADFC 0%, #3D7EEE 100%);
    box-sizing: border-box;
}

#reviews.reviews__contacts .item {
    background: #fff;
    color: #212121
}

#reviews .item .sale {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
}

#reviews .item p {
    font-size: 18px;
    line-height: 26px;
    max-width: 200px;
    margin-top: 20px
}

#reviews .item .inn {
    padding: 100px 0 0
}

#reviews .item .inn .title {
    font-size: 40px;
    line-height: 36px;
    font-weight: 600;
    opacity: 0.9;
    margin-bottom: 10px;
}

#reviews .item .inn p {
    margin-bottom: 40px
}

#reviews .items {
    width: 796px
}

#reviews .form__contacts {
    width: calc(100% - 406px);
    color: #fff;
    padding: 40px 60px;
    box-sizing: border-box;
    background: url("../img/bg_rev_form.jpg") 50% 50% no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#reviews .form__contacts .bt {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
}

#reviews .form__contacts .form {
    max-width: 443px
}

#reviews .form__contacts input {
    margin-bottom: 10px
}
#reviews form textarea {
	margin-top: 10px
}
#reviews .form__contacts .btn {
    margin-top: 20px;
    width: 100%;
}

#reviews .form__contacts .btn span {
    width: 100%;
}

#reviews .center {
    display: none;
}




#questions {
    padding: 70px 0;
}

#questions .inn {
    padding: 55px 60px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: url("../img/bg_questions.jpg") 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
}

#questions .data {
    max-width: 650px;
}

#questions .data .bt {
    margin-bottom: 12px
}

#questions .data .note {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 45px
}

#questions .data .form {
    max-width: 445px;
}

#questions .data .form input {
    margin-bottom: 10px
}

#questions .data .form .btn {
    margin-top: 10px;
    width: 100%;
}

#questions .data .form .btn span {
    width: 100%;
}

#questions .image {
    position: absolute;
    bottom: 0;
    right: 0;
}





#promo__page {
    padding: 265px 0 130px;
    background: url("../img/bg_promo_page.png") 50% 100% no-repeat;
    background-size: cover;
}

#promo__page .text {
    max-width: 580px
}

#promo__page h1 {
    font-size: 68px;
    line-height: 76px;
    margin-bottom: 15px;
    font-weight: 600;
}

#promo__page h1 strong {
    color: #FF3636;
    font-weight: 600;
}

#promo__page p {
    font-size: 22px;
    line-height: 30px;
}

#promo__page .form {
    max-width: 384px;
    box-sizing: border-box;
    padding: 33px;
    background: #fff;
    border-radius: 20px;
}

#promo__page .form p {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 600;
}

#promo__page .form input {
    margin-bottom: 10px!important;
}

#promo__page .form .btn {
    width: 100%;
    margin-top: 20px
}

#promo__page .form .btn span {
    width: 100%;
    font-size: 16px;
}

#promo__page .advantages {
    width: 100%;
    position: relative;
    top: 140px;
    box-sizing: border-box;
    padding: 45px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

#promo__page .advantages .bt {
    display: none;
}

#promo__page .advantages .item {
    width: 25%;
    box-sizing: border-box;
    padding-top: 65px;
    background: url("../img/ls.svg") 50% 0 no-repeat;
    background-size: 40px;
    font-size: 20px;
    line-height: 28px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#promo__page .advantages .item:last-child {
    border: none;
}

#promo__page .statuya {
    display: none;
    max-width: 100%;
    height: auto;
}



.hidden {
    display: none;
}

#services {
    padding: 70px 0 0;
}

#services .item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: none;
}

#services .item:nth-child(1),
#services .item:nth-child(2),
#services .item:nth-child(3),
#services .item:nth-child(5) {
    display: block;
}

#services .item img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

#services .item .data {
    padding: 25px 33px 40px
}

#services .item .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px
}

#services .item .price {
    line-height: 36px;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 25px
}

#services .item .price span {
    font-size: 44px;
    display: inline-block;
    margin-left: 10px
}

#services .item p {
    padding: 0 0 0 37px;
    font-size: 16px;
    color: #9B9B9B;
    line-height: 38px;
    background: url("../img/location.svg") 0 50% no-repeat;
}

#services .item p.calendar {
    background: url("../img/calendar.svg") 0 50% no-repeat;
}

#services .item .btn {
    width: 100%;
    margin-top: 20px
}

#services .item .btn span {
    width: 100%;
}

#services .center .btn {
    margin: 40px auto 0;
}





#about {
    padding: 70px 0 0;
}

#about .tablet,
#about .mobile {
    display: none;
}

#about .flex {
    align-items: center;
}

#about .image {
    position: relative;
    width: 575px
}

#about .image .logo {
    position: absolute;
    bottom: 0;
    left: 0;
}

#about .text {
    width: 450px;
    font-size: 18px;
    line-height: 26px;
    margin-right: 100px
}

#about .text .bt {
    margin-bottom: 20px;
}





#faq {
    padding: 70px 0 60px
}

#faq .item {
    margin-bottom: 10px;
}

#faq .item .title {
    padding: 35px 190px 35px 60px;
    position: relative;
    line-height: 26px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #E0E0E0;
    background: #fff
}

#faq .item .title:after {
    position: absolute;
    width: 44px;
    height: 44px;
    background: url("../img/arrd.svg") 50% 50% no-repeat;
    content: '';
    right: 32px;
    top: calc(50% - 22px);
    transition: all 0.2s;
}

#faq .item .title.open:after {
    transform: rotate(180deg);
}

#faq .item .answer {
    display: none;
    padding: 65px 250px 35px 80px;
    line-height: 24px;
    font-size: 16px;
    border-radius: 0 0 20px 20px;
    background: #fff;
    margin-top: -30px
}




























footer {
    padding: 65px 0;
    background: #fff
}

footer .flex {
    align-items: flex-start;
}

footer .gallery {
    box-sizing: border-box;
    padding: 10px 10px 10px 35px;
    border-radius: 20px;
    width: 472px;
    background: #F4F4F4;
    align-items: center;
}

footer .gallery .data {
    font-size: 28px;
    line-height: 56px;
    font-weight: 600;
}

footer .gallery .data img {
    margin-top: 15px;
}

footer .gallery .slider__gallery {
    position: relative;
    width: 230px;
}

footer .gallery .slider__gallery img {
    width: 100%;
    border-radius: 20px;
}

footer .info {
    width: calc(100% - 518px)
}

footer .info .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 56px;
}

footer .info li {}

footer .info li a {
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

footer .info li a:hover {
    color: #ED3838
}

footer .bottom {
    width: 100%;
    padding: 30px 0 0
}

footer .copyright {
    max-width: 380px;
    line-height: 24px;
    color: #9B9B9B;
}

footer .copyright li {
    display: inline-block;
    margin: 15px 10px 0 0
}

footer .copyright li a {
    color: #9B9B9B;
    font-size: 14px
}

footer .copyright li a:hover {
    color: #000
}

footer .socials a {
    margin-left: 10px
}

footer .btn-red span {
    font-size: 16px;
    font-weight: 600;
}













.slider-sw {
    position: relative;
}

.slider-sw .swiper-button-prev,
.slider-sw .swiper-button-next {
    width: 36px;
    opacity: 1 !important;
    height: 36px;
    top: calc(100% - 38px);
    transition: all 0.15s ease-out;
    border-radius: 0 50% 50% 0;
    background: #fff
}

.slider-sw .swiper-button-prev:hover,
.slider-sw .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.7);
}

.slider-sw .swiper-button-prev svg,
.slider-sw .swiper-button-next svg {
    width: auto;
    height: auto;
}

.slider-sw .swiper-button-prev:after,
.slider-sw .swiper-button-next:after {
    display: none;
}

.slider-sw .swiper-button-prev {
    left: calc(50% - 36px);
    border-radius: 50% 0 0 50%
}

.slider-sw .swiper-button-next {
    right: calc(50% - 36px)
}


.slider-sw .swiper-pagination {
    bottom: 5px !important;
}

.slider-sw .swiper-pagination-bullet {
    width: 36px;
    height: 2px;
    opacity: 1;
    background: #9B9B9B;
    border-radius: 0 !important
}

.slider-sw .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}





.iti__country {
    padding-left: 10px !important;
    background: transparent !important;
    font-size: 14px !important;
    margin-bottom: 4px !important
}

.iti__selected-flag {
    background: transparent !important;
}

.iti-mobile .iti--container {
    z-index: 400000 !important
}







header {
    z-index: 301
}

#navigation {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    padding: 105px 25px 25px;
    box-sizing: border-box;
    background: #fff;
    z-index: 300;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#navigation li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

#navigation li:last-child {
    border-bottom: none;
}

#navigation li a {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0
}

#navigation li li {
    margin-bottom: 8px;
    border-bottom: none;
}

#navigation li li a {
    font-size: 13px;
    line-height: 24px;
    padding: 0 0 0 20px;
    background: url("../img/arrn.svg") 0 50% no-repeat;
}

#navigation .socials {
    padding: 30px 0;
    justify-content: flex-start;
}

#navigation .socials img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#navigation .btn,
#navigation .btn span {
    width: 100%;
    font-size: 16px;
}

#navigation .lang {
    color: #545454;
    font-size: 14px;
    font-weight: 600;
    justify-content: flex-start;
    position: relative;
    top: -20px
}

#navigation .lang a {
    color: #545454
}

#navigation .lang a:hover {
    color: #000
}

#navigation .lang span.current {
    color: #000
}

#navigation .lang span.sep {
    margin: 0 7px
}





.box__modal {
    display: none;
    padding: 65px;
    width: 700px !important;
    max-width: calc(100% - 16px) !important;
    box-sizing: border-box !important;
    color: #000 !important;
    border-radius: 20px !important;
    background: #fff !important;
    font-family: 'Mont' !important;
}

.box__modal .form {
    margin: 0 auto;
    max-width: 425px
}

.box__modal .form__title {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 600;
}

.box__modal .btn,
.box__modal .btn span {
    width: 100%;
}

.box__modal .contacts {
    padding: 33px 0;
    line-height: normal;
    font-size: 14px;
    text-align: center;
}

.box__modal .contacts a {
    color: #212121;
    font-size: 28px;
    font-weight: 600;
    display: block;
    padding: 7px 0;
}

.box__modal .socials {
    justify-content: center;
}

.box__modal .socials a {
    margin: 0 5px;
}

.fancybox-close-small {
    background: url("../img/close.svg") 50% 50% no-repeat;
    top: 25px;
    right: 25px;
    opacity: 0.5;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.fancybox-close-small:after {
    display: none;
}

.box__modal.box__modal-service .fancybox-close-small {
    background: url("../img/closew.svg") 50% 50% no-repeat;
    opacity: 1 !important
}

.box__modal textarea {
    margin-bottom: 20px
}

.box__modal.box__modal-service {
    padding: 0 0 45px !important
}

.box__modal.box__modal-service img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 330px;
    object-fit: cover;
    margin-bottom: 40px;
}

.box__modal.box__modal-service .form__title {
    margin-bottom: 30px
}

.box__modal.box__modal-service .form__title p {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px
}

.box__modal.box__modal-service .form__title span {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
}

.compensate-for-scrollbar {
    margin-right: 0 !important
}





section {
    position: relative;
    z-index: 2
}







.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.bt {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
}


.box__modal {
    display: none;
}


.box__modal .form input,
.box__modal .form .btn {
    width: 100% !important;
}

.box__modal .form input {
    margin-bottom: 17px !important
}



section {
    box-sizing: border-box;
    position: relative;
}



.form {
    position: relative;
    color: #000;
}

.form label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea,
.form select {
    width: 100%;
    padding: 0 30px;
    background: #F4F4F4;
    border-radius: 90px;
    font-size: 18px;
    border: none;
    height: 76px;
}

.form textarea {
    padding-top: 16px;
    height: 130px;
    resize: none;
    border-radius: 20px;
}


.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 10px
}



label.file {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
    border: 1px solid rgba(0, 16, 26, 0.3);
    padding: 0 20px;
    font-size: 16px;
    height: 62px;
    border-radius: 10px;
    max-width: 190px;
    font-size: 16px;
}

label.file:hover {
    background: rgba(0, 16, 26, 0.3);
    cursor: pointer;
}




input[type="checkbox"],
input[type="radio"] {
    display: none;
}


label.checkbox {
    display: block;
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
}

label.checkbox:after {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    content: '';
    border-radius: 4px;
    background: #fff;
}

label.checkbox i {
    font-style: normal;
}

label.checkbox i:after {
    position: absolute;
    top: calc(50% - 12px);
    left: 0px;
    width: 20px;
    height: 20px;
    content: '';
    background: url("../img/check.svg") 50% 50% no-repeat;
    background-size: 12px;
    box-sizing: border-box;
    display: none;
    border-radius: 4px;
    z-index: 2;
}

label.checkbox input:checked+i:after {
    display: block;
}


::placeholder {
    color: #959EAD;
}



button {
    background: transparent;
}



.clearfix {
    clear: both;
}

.center {
    display: inline-block;
    width: 100%;
    text-align: center;
}


a,
svg,
svg path {
    text-decoration: none;
    transition: all 0.15s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:hover {
    transition: all 0.15s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    height: auto;
    transition: all 0.15s ease-out;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.btn,
.btn:after {
    font-family: 'Mont' !important;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border: none;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.btn:hover {
    transition: all 0.2s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.btn-red {
    border-radius: 90px;
    box-shadow: 0px 2px 13px -10px rgba(237, 56, 56, 0.25), 0px 2px 0px #ED3838;
    overflow: hidden;
    background: linear-gradient(113.76deg, #FF3636 3.71%, #FF6F6F 79.08%);
}

.btn-red:active {
    box-shadow: none
}

.btn-red span {
    display: flex;
    position: relative;
    z-index: 2;
    color: #fff;
    height: 76px;
    width: 255px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    z-index: 2
}

.btn-red:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(113.76deg, #FF6F6F 3.71%, #FF3636 79.08%);
    transition: all 0.2s;
    opacity: 0;
}

.btn-red:hover:after {
    opacity: 1
}





.btn-blue {
    border-radius: 90px;
    box-shadow: 0px 22px 13px -10px rgba(128, 173, 252, 0.25), 0px 2px 0px #80ADFC;
    overflow: hidden;
    background: linear-gradient(90deg, #80ADFC 0%, #3D7EEE 100%);
}

.btn-blue:active {
    box-shadow: none
}

.btn-blue span {
    display: flex;
    position: relative;
    z-index: 2;
    color: #fff;
    height: 76px;
    width: 255px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    z-index: 2
}

.btn-blue:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(113.76deg, #3D7EEE 3.71%, #80ADFC 79.08%);
    transition: all 0.2s;
    opacity: 0;
}

.btn-blue:hover:after {
    opacity: 1
}




.btn-black {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    justify-content: center;
    width: 386px;
    height: 76px;
    box-sizing: border-box;
    border: 2px solid #212121;
    border-radius: 600px;
    color: #212121;
}

.btn-black:hover {
    color: #fff;
    background: #212121
}

.btn-black:hover svg path {
    fill: #fff
}



input,
textarea,
select,
button {
    -webkit-appearance: none;
    box-sizing: border-box;
    font-family: 'Mont';
}

.article-page {
    margin-top: 250px;
    padding-bottom: 50px;
}

.article-page p {
    line-height: 1.45;
    margin-bottom: 10px;
}

.article-page h2,
.article-page h3,
.article-page h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-page h1 {
    font-size: 34px;
    font-weight: bold;
}

.wpcf7-not-valid-tip {
    display: none;
}
form .wpcf7-not-valid {
    background: #ff0000!important;
}
form .wpcf7-not-valid::placeholder {
    color: #fff!important;
}


.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.intl-tel-input .selected-flag {
	height: 100%
}
.box__modal .intl-tel-input .selected-flag {
  height: 80%!important;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background: transparent!important;
}
.intl-tel-input ul.country-list {
    z-index: 99!important;
  width: fit-content!important;
  max-width: 320px;
  overflow-x: hidden;
}




.bt__large{font-size: 56px; line-height: 76px; font-weight: 600; color: #212121}
.bt__small{font-size: 36px; line-height: 56px; font-weight: 600; color: #212121; margin-bottom: 36px}

.color__blue{background: linear-gradient(90deg, #80ADFC 0%, #3D7EEE 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent;}


.header__blog{background: #f4f4f4 url("../img/bg_blog_header.png") 50% -120px no-repeat; background-size: 100%}



#breadcrumbs{padding: 279px 0 20px; color: #9B9B9B; font-size: 18px; line-height: 28px}
    #breadcrumbs .flex{align-items: center; justify-content: flex-start;}
    #breadcrumbs a{color: #212121}
    #breadcrumbs span.sep{color: #212121}
  #breadcrumbs span{margin-right: 15px}
    #breadcrumbs a:hover{color: #3D7EEE}




#blog__page{padding: 0 0 100px; background: url("../img/bg_blog.png") 50% 100% no-repeat; background-size: 100%; position: relative;}
    #blog__page.similar__articles{background: transparent; padding-bottom: 0}
    #blog__page .top{align-items: center; margin-bottom: 69px}

    .slider__category{width: calc(50% + 130px); box-sizing: border-box; padding: 0 0 0 85px; position: absolute; top: 10px; left: calc(50% - 130px);}
        .slider__category .swiper{padding-right: 10px; border-radius: 90px 0 0 90px}
        .slider__category .swiper-slide{width: auto;}
            .slider__category .swiper-slide a{display: flex; align-items: center; padding: 0 42px; justify-content: center; height: 56px; background: #fff; border-radius: 90px; font-size: 18px; color: #545454}
                .slider__category .swiper-slide a:hover{color: #fff; background: #3D7EEE}

    #blog__page .slider-sw .swiper-button-prev,#blog__page .slider-sw .swiper-button-next{width: 32px; top: 34px; height: 32px; background: transparent;}
    #blog__page .slider-sw .swiper-button-prev{left: 0; transform: rotate(180deg);}
    #blog__page .slider-sw .swiper-button-next{right: calc(100% - 68px)}
    #blog__page .swiper-button-disabled{opacity: 0.5!important}
    #blog__page .center{padding: 40px 0 0;}
        #blog__page .center .btn{margin: 0 auto;}


    .blog__list{position: relative;}
        .blog__list .item{background: #fff; border-radius: 20px; overflow: hidden; background: #fff; margin-bottom: 20px; position: relative;}
            .blog__list .item:last-child{margin-bottom: 0;}
            .blog__list .item .image{width: 472px}
                .blog__list .item .image img{width: 100%; height: 320px; object-fit: cover; border-radius: 0 20px 20px 0;}
            .blog__list .item .data{width: calc(100% - 472px); padding: 30px 48px; box-sizing: border-box; position: relative;}
            .blog__list .item .category{margin-bottom: 18px; font-size: 16px; line-height: 24px;}
                .blog__list .item .category a{border-bottom: 1px solid transparent;}
                    .blog__list .item .category a:hover{border-color: #80ADFC}
            .blog__list .item .title{font-size: 36px; line-height: 44px; font-weight: 600; margin-bottom: 12px}
                .blog__list .item .title a{color: #000; font-size: 33px;}
                    .blog__list .item .title a:hover{color: #80ADFC}
            .blog__list .item .excerpt{color: #000; font-size: 18px; line-height: 26px; margin-bottom: 10px;}
            .blog__list .item .excerpt p{ margin-bottom: 10px;}
            .blog__list .item .date{font-size: 16px; line-height: 24px; color: #9B9B9B}
            .blog__list .item .info{position: absolute; bottom: 0; left: 0; width: 100%; box-sizing: border-box; padding: 0 48px 30px}
            .blog__list .item .info a{border-bottom: 1px solid transparent;}
                .blog__list .item .info a:hover{border-color: #80ADFC}

    #blog__page .form{width: 100%; margin-top: 70px; box-sizing: border-box; background: #fff; padding: 34px 59px; border-radius: 20px;}
        #blog__page .form p br{display: none;}
        #blog__page .form .flex form{align-items: center; display: flex;
        flex-wrap: wrap;}
        #blog__page .form p{max-width: 230px; font-size: 24px; line-height: 36px; font-weight: 600;}
    #blog__page .form input,#blog__page .iti--allow-dropdown{max-width: 243px; margin-right: 15px;}
    #blog__page .iti--allow-dropdown{margin-bottom: 0}





article{position: relative;}
    article h1{max-width: 100%; margin-bottom: 45px; font-size: 56px; line-height: 68px;  font-weight: 600;}
    article .info{margin-bottom: 43px;}
        article .info img{border-radius: 20px; width: 680px; object-fit: cover;}
        article .info .description{width: 472px; border-radius: 20px; padding: 45px; background: #fff; box-sizing: border-box; position: relative;}
            article .info .description p{color: #000; font-size: 19px; line-height: 36px;}
            article .info .description .flex{position: absolute; bottom: 0; left: 0; width: 100%; box-sizing: border-box; align-items: center; padding: 0 45px 34px}
            article .info .description .date{color: #9B9B9B}
    article .content{color: #000; font-size: 19px; line-height: 36px;}
        article .content p{margin-bottom: 35px; max-width: 995px}
        article .content h2{font-weight: 600; font-size: 36px; line-height: 48px; margin-bottom: 22px; max-width: 840px}
        article .content img{width: 100%; height: auto; margin-bottom: 48px; border-radius: 20px;}
            article .content img:last-child{margin-bottom: 0;}





#error__page{background: url("../img/bg_error.png") 50% 100% no-repeat; background-size: 100%; padding: 745px 0 0; text-align: center;}
    #error__page .title{font-size: 40px; line-height: 76px; font-weight: 600;}
    #error__page .btn{margin: 0 auto;}


    .cf7-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99999;
      }
    
      .cf7-overlay-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center; /* Центрирование по горизонтали */
        justify-content: center; /* Центрирование по вертикали */
        text-align: center;
        color: white;
      }
    
      .cf7-overlay .spinner {
        margin-bottom: 20px; /* Отступ между спиннером и текстом */
        border: 5px solid #f3f3f3;
        border-radius: 50%;
        border-top: 5px solid #3498db;
        width: 50px;
        height: 50px;
        animation: spin 1.5s linear infinite;
      }
    
      @keyframes spin {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }


			#article {
				margin-top: 40px;
			}
			#article article{
				max-width: 886px;
			}
			#article p {
				font-size: 19px;
				line-height: 36px;
				margin-bottom: 20px;
			}

			#article strong{
				font-size: 22px;
				line-height: 34px;
			}

			#article h1, 	#article h2, 	#article h3, 	#article h4{
				font-weight: 600;
				font-size: 48px;
				line-height: 56px;
				margin-bottom: 20px;
				margin-top: 40px;
				width: 807px;
				max-width: 100%;
			}

			#article ul {
				margin-bottom: 20px;
				font-size: 19px;
				line-height: 36px;
			}

			#article ul li {
				padding-left: 30px;
				position: relative;
			}
			#article ul li::before {
				content: '';
				width: 10px;
				height: 10px;
				border-radius: 50%;
				background: #FF3636;
				position: absolute;
				left: 6px;
				top: 12px;
			}