* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    font-family: "ploni", sans-serif;
    /*font-family: "Heebo", sans-serif;*/
    font-size: 14px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html[lang="ru-RU"] body {
    font-family: 'Raleway', sans-serif;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

.wraper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#wraper-content {
    right: 0;
    position: relative;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}

._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

._ibg img {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.swiper-bild {
    overflow: hidden;
}

.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #000;
    height: 1px;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
    left: 0;
}

html[lang="en-US"] .hvr-underline-from-right:before {
    left: 0;
    right: 100%;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
}

html[lang="en-US"] .hvr-underline-from-right:hover:before,
html[lang="en-US"] .hvr-underline-from-right:focus:before,
html[lang="en-US"] .hvr-underline-from-right:active:before {
    left: 0;
    right: 0;
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #00975c;
    color: white;
}

._container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

._container_small {
    max-width: 1200px;
}

body {
    word-break: break-word;
}

body.rtl {
    text-align: right;
}

body._mobmenuopen {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #e1e1e1;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

.scroll-whatsapp {
    display: none;
}

body > .site__floatbtn {
    position: fixed;
    right: 17px;
    bottom: 41px;
    z-index: 900;
    background: url(../img/whatsapp-floating.png) calc(100% - 9px) calc(50% - 1px) no-repeat;
    display: block;
    padding: 8px 45px 8px 15px;
    min-height: 47px;
    min-width: 207px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    border-radius: 23.5px;
    background-color: #2cb741;
    -webkit-box-shadow: 0px 14px 27px 0px rgba(44, 183, 65, 0.38);
    box-shadow: 0px 14px 27px 0px rgba(44, 183, 65, 0.38);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

html[lang="en-US"] body > .site__floatbtn {
    background-position: calc(0% + 12px) calc(50% - 1px);
    padding: 8px 15px 8px 45px;
}

html[lang="ru-RU"] body > .site__floatbtn {
    background-position: calc(0% + 12px) calc(50% - 1px);
    padding: 5px 13px 8px 46px;
    font-size: 13px;
}

body > .site__floatbtn strong {
    display: block;
    font-size: 18px;
}

html[lang="ru-RU"] body > .site__floatbtn p strong {
    font-size: 14px;
}

body > .site__floatbtn:hover {
    -webkit-box-shadow: 0 14px 27px 0 rgba(44, 183, 65, 0.72);
    box-shadow: 0 14px 27px 0 rgba(44, 183, 65, 0.72);
}

#wpadminbar {
    overflow: hidden;
}

.site__wraper {
    overflow: hidden;
    position: relative;
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

._mobmenuopen .site__wraper {
    overflow: hidden;
}

._mobmenuopen .site__header {
    right: 230px;
}

html[lang="en-US"] ._mobmenuopen .site__header {
    right: auto;
    left: 230px;
}

.header {
    -webkit-transition: right .3s, background-color .3s, border-bottom-color .3s, -webkit-box-shadow .3s;
    transition: right .3s, background-color .3s, border-bottom-color .3s, -webkit-box-shadow .3s;
    -o-transition: right .3s, background-color .3s, border-bottom-color .3s, box-shadow .3s;
    transition: right .3s, background-color .3s, border-bottom-color .3s, box-shadow .3s;
    transition: right .3s, background-color .3s, border-bottom-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
    background-color: #fff;
    border-bottom: solid 1px #dfdfdf;
    color: #000;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0px 9px 39px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 39px 0px rgba(0, 0, 0, 0.1);
}

html[lang="en-US"] .header {
    right: auto;
    left: 0;
    -webkit-transition: left .3s, background-color .3s, border-bottom-color .3s, -webkit-box-shadow .3s;
    transition: left .3s, background-color .3s, border-bottom-color .3s, -webkit-box-shadow .3s;
    -o-transition: left .3s, background-color .3s, border-bottom-color .3s, box-shadow .3s;
    transition: left .3s, background-color .3s, border-bottom-color .3s, box-shadow .3s;
    transition: left .3s, background-color .3s, border-bottom-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.header__container {
    min-height: 48px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__mmtoggle {
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html[lang="ru-RU"] .header__mmtoggle {
    margin-right: 40px;
    pointer-events: none;
}

.header__mmtogglebox {
    position: relative;
    width: 21px;
    height: 17px;
}

html[lang="ru-RU"] .header__mmtogglebox {
    display: none;
}

.header__mmtogglebox span {
    -webkit-transition: top .3s, background-color .3s, -webkit-transform .3s;
    transition: top .3s, background-color .3s, -webkit-transform .3s;
    -o-transition: transform .3s, top .3s, background-color .3s;
    transition: transform .3s, top .3s, background-color .3s;
    transition: transform .3s, top .3s, background-color .3s, -webkit-transform .3s;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 1.5px;
}

.header__mmtogglebox span:first-child {
    top: 0;
}

.header__mmtogglebox span:last-child {
    top: auto;
    bottom: 0;
}

.header__mmtogglebox._mobmenuopen span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.header__mmtogglebox._mobmenuopen span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
}

.header__mmtogglebox._mobmenuopen span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 2px);
}

.header__logobox {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._mobmenuopen .header__logolink {
    pointer-events: none;
}

.header__logoimage {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 189px;
    height: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
}

html[lang="en-US"] .header__logoimage {
    width: 165px;
}

html[lang="ru-RU"] .header__logoimage {
    width: 165px;
}

.header__logoimagealt {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 1;
    width: 189px;
    height: 25px;
    -o-object-fit: cover;
    object-fit: cover;
}

html[lang="en-US"] .header__logoimagealt {
    width: 165px;
}

html[lang="ru-RU"] .header__logoimagealt {
    width: 165px;
}

.header__navbox {
    display: none;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html[lang="en-US"] .header__navmenu > .menu-item._hasmegamenu:after {
    margin: 0 0 0 8px;
}

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

.header__infobtnlink {
    -webkit-transition: color .3s, background-color .3s, -webkit-box-shadow .3s;
    transition: color .3s, background-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, color .3s, background-color .3s;
    transition: box-shadow .3s, color .3s, background-color .3s;
    transition: box-shadow .3s, color .3s, background-color .3s, -webkit-box-shadow .3s;
    background: url(../img/whatsapp-floating.png) center no-repeat;
    background-color: green;
    background-size: 24px 24px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 30px 7px rgba(44, 183, 65, 0.38);
    box-shadow: 0px 0px 30px 7px rgba(44, 183, 65, 0.38);
    background-color: #2cb741;
}

.header__infobtnlink span {
    display: none;
}

.header__infolangswitch {
    position: relative;
    display: none;
    width: 88px;
    height: 42px;
}

.header__infolangswitch._hpoflangopen a.wpml-ls-item-toggle {
    background-color: #fbfbfb;
    border: solid 1px #d9d9d9;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.header__infolangswitch._hpoflangopen a.wpml-ls-item-toggle:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.rtl .header__infolangswitch._hpoflangopen a.wpml-ls-item-toggle:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.header__infolangswitch._hpoflangopen ul.wpml-ls-sub-menu {
    border: none;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
}

.header__infolangswitch._hpoflangopen a.wpml-ls-link {
    padding: 9.5px 10px;
}

.header__infolangswitch._hpoflangopen a.wpml-ls-link:hover,
.header__infolangswitch._hpoflangopen a.wpml-ls-link:focus,
.header__infolangswitch._hpoflangopen a.wpml-ls-link:active {
    background-color: #e9e8e8;
}

html[lang="en-US"] .header__infolangswitch._hpoflangopen a.wpml-ls-link {
    padding: 9.5px 14px;
}

.mobilenav .header__infolangswitch {
    opacity: 0;
    visibility: hidden;
    display: block;
    height: auto;
    position: fixed;
    bottom: 15px;
    right: -103px;
    -webkit-transition: right .3s, visibility .3s, opacity .3s;
    -o-transition: right .3s, visibility .3s, opacity .3s;
    transition: right .3s, visibility .3s, opacity .3s;
}

html[lang="en-US"] .mobilenav .header__infolangswitch {
    right: auto;
    left: -103px;
    -webkit-transition: left .3s, visibility .3s, opacity .3s;
    -o-transition: left .3s, visibility .3s, opacity .3s;
    transition: left .3s, visibility .3s, opacity .3s;
}

.mobilenav .header__infolangswitch ul.wpml-ls-sub-menu {
    position: relative;
    display: none;
}

.mobilenav .header__infolangswitch._hpoflangopen ul.wpml-ls-sub-menu {
    display: block;
}

.mobilenav._mobmenuopen .header__infolangswitch {
    opacity: 1;
    visibility: visible;
    right: 15px;
}

html[lang="en-US"] .mobilenav._mobmenuopen .header__infolangswitch {
    right: auto;
    left: 15px;
}

.header__infolangswitch .wpml-ls {
    border-radius: 8px;
}

.header__infolangswitch a.wpml-ls-item-toggle {
    border-radius: 8px;
    width: 88px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px calc(14px + 0.8em) 5px 14px;
}

.rtl .header__infolangswitch a.wpml-ls-item-toggle {
    padding: 5px 10px 5px calc(10px + 1em);
}

.header__infolangswitch a.wpml-ls-item-toggle:after {
    content: "";
    border: none;
    border-top: none;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    left: auto;
    top: calc(50% + 1px);
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 6px;
}

.rtl .header__infolangswitch a.wpml-ls-item-toggle:after {
    right: auto;
    left: 12px;
}

.header__infolangswitch span.wpml-ls-native {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.09px;
    color: #010201;
}

html[lang="ru-RU"] .header__infolangswitch span.wpml-ls-native {
    font-size: 15px;
    letter-spacing: 0;
}

.rtl .header__infolangswitch span.wpml-ls-native {
    margin-left: 0;
    margin-right: .6em;
}

.header._fixhead {
    background-color: transparent;
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header._fixhead .header__mmtogglebox span {
    background-color: #fff;
}

.header._fixhead .header__logoimage {
    opacity: 1;
}

.header._fixhead .header__logoimagealt {
    opacity: 0;
}

.header._fixhead .header__infobtnlink {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*Open Form*/

.open-order-form-btn {
  display: flex;
  height: 48px;
  width: 220px;
  margin: auto;
  background: #ef2329;
  color: white;
  line-height: 48px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  justify-content: center;
}

.open-order-form-btn span.lnr-arrow-left {
  display: block;
  margin: 14px 10px 0 0;
}

/*Open Form End*/

/*Contact*/

.header-contact {
    display: flex;
    margin-top: 21px;
}

a.header-contact-link {
    height: 40px;
    border-radius: 6px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.header._fixhead a.header-contact-link {
    border: 1px solid white;
    background: transparent;
    color: white;
}

.header._fixhead a.header-contact-link:hover {
    background: white;
    color: black;
}

a.header-contact-link {
    border: 1px solid black;
    background: transparent;
    color: black;
}

a.header-contact-link:hover {
    background: black;
    color: white;
}

a.header-contact-tel {
    display: flex;
    margin-right: 15px;
    height: 40px;
    width: 160px;
    background: #00b770;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

.header-contact-icon {
    background: red;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin-left: 5px;
}

.header-contact-icon img {
    display: block;
    width: 16px;
    margin: 7px auto 0;
}

.header-contact-data {
    width: calc(100% - 35px);
}

.header-contact-data strong {
    font-size: 18px;
}

.mobile-contact {
    z-index: 9997;
    display: flex;
    position: fixed;
    height: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0 8px 16px rgb(0 0 0 / 80%);
    border-top: solid 1px #dfdfdf;
}

.mobile-contact-tab {
    display: block;
    color: black;
    width: calc((100% - 2px) / 3);
    justify-content: center;
    border-right: solid 1px #dfdfdf;
}

.mobile-contact-tab-whatsapp {
    border-right: 0;
}

.mobile-contact-tab img {
    display: block;
    height: 23px;
    margin: 10px auto;
}

.mobile-contact-tab-tel img {
    height: 20px
}

.mobile-contact-tab span {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    width: 100%;
}

.mf-form-blackout {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(13, 13, 13, 0.7);
    z-index: 9998;
}

.mf-form {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: fit-content;
    margin: auto;
    background: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 20px;
}

.mf-form-head {
    position: relative;
    height: 48px;
    width: 100%;
}

.mf-form-head-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
    width: 23px;
    height: 23px;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}

.mf-form-head h2 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0.1px;
    color: #010201;
}

.mf-form-body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: fit-content;
    padding: 0 35px 20px;
    font-size: 17px;
}

.mf-form-body p {
    margin: 0;
}

.mf-form-body form {
    margin-top: 20px;
}

.mf-form input {
    display: block;
    border: 1px solid #f1f1f1;
    width: 100%;
    border-radius: 8px;
    background-color: #f1f1f1;
    font-weight: normal;
    line-height: 42px;
    letter-spacing: 0;
    color: #010201;
    padding: 0px 13px;
    height: 42px;
    font-size: 17px
}

.mf-form input::placeholder {
    color: #b1b1b1;
}

.mf-form input.wpcf7-submit {
    display: block;
    border-radius: 10px;
    height: 48px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: -0.09px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-box-shadow: 0px 7px 16px 0 #ef232930;
    box-shadow: 0px 7px 16px 0 #ef232930;
    background-color: #ef2329;
}

.mf-form .ajax-loader {
    position: absolute;
    bottom: 35px;
    right: 22px;
}

/*Contact End*/

.megamenu {
    z-index: 991;
    width: 230px;
    position: fixed;
    top: 0;
    margin-top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    -webkit-box-shadow: 15px 0 50px #e5e5e5 inset;
    box-shadow: 15px 0 50px #e5e5e5 inset;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, top 0.3s, right .3s;
    -o-transition: opacity 0.3s, top 0.3s, right .3s;
    transition: opacity 0.3s, top 0.3s, right .3s;
}

.megamenu__container {
    overflow: hidden;
    width: 100%;
}

.megamenu__title {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    background-color: #f1f1f1;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.megamenu__title:before {
    content: "";
    width: 16px;
    height: 13px;
    display: block;
    background: url(../../../themes/clean-them/img/mm_title_arrow.png) no-repeat center;
    margin-left: 8px;
    margin-bottom: 1px;
}

html[lang="en-US"] .megamenu__title:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 8px;
}

.megamenu__box {
    display: block;
}

.megamenu__deptparent {
    margin-bottom: 0;
}

.megamenu_2 .megamenu__deptparent {
    padding: 0 15px;
}

.megamenu_1 .megamenu__deptparentchilditem {
    position: relative;
    overflow: hidden;
}

.megamenu_1 .megamenu__deptparentchilditem .megamenu__deptlist_mobile {
    display: none;
    padding: 0 27px 18px;
}

.megamenu_1 .megamenu__deptparentchilditem .megamenu__deptlist_mobile .megamenu__deptsublistlink {
    display: block;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    color: #000;
}

.megamenu_1 .megamenu__deptparentchilditem .megamenu__deptlist_mobile .megamenu__deptsublistitem:first-child {
    margin-top: -8px;
}

.megamenu_1 .megamenu__deptparentchilditem._megamenusubopen .megamenu__deptparentchildlinkbox:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

html[lang="en-US"] .megamenu_1 .megamenu__deptparentchilditem._megamenusubopen .megamenu__deptparentchildlinkbox:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.megamenu_1 .megamenu__deptparentchilditem:before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    display: block;
    position: absolute;
    background-color: #85848440;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    pointer-events: none;
}

.megamenu_2 .megamenu__deptparentchilditem {
    padding: 15px 0 19px;
    border-bottom: 1px solid #85848440;
}

.megamenu_2 .megamenu__deptparentchilditem:last-child {
    border-bottom: none;
}

.megamenu_2 .megamenu__deptparentchilditem .megamenu__deptlist_mobile {
    padding: 0 10px 0 0;
}

html[lang="en-US"] .megamenu_2 .megamenu__deptparentchilditem .megamenu__deptlist_mobile {
    padding: 0 0 0 10px;
}

.megamenu_2 .megamenu__deptparentchilditem .megamenu__deptlist_mobile .megamenu__deptsublistlink {
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    color: #000;
}

.megamenu__deptparentchildicon {
    display: none;
}

.megamenu_1 .megamenu__deptparentchildlinkbox {
    padding: 0 15px 0 52px;
}

html[lang="en-US"] .megamenu_1 .megamenu__deptparentchildlinkbox {
    padding: 0 52px 0 15px;
}

.megamenu_1 .megamenu__deptparentchildlinkbox:after {
    padding-top: 6px;
    display: block;
    text-align: center;
    pointer-events: none;
    margin-top: -12px;
    position: absolute;
    left: 15px;
    top: 31px;
    height: 21px;
    width: 21px;
    content: '\f078';
    border-radius: 50%;
    background-color: #00b770;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    color: #000000;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

html[lang="en-US"] .megamenu_1 .megamenu__deptparentchildlinkbox:after {
    left: auto;
    right: 16px;
}

.megamenu__deptparentchildlink {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    display: block;
    padding: 19.5px 0;
}

.megamenu_1 .megamenu__deptparentchildlink {
    position: relative;
}

.megamenu_2 .megamenu__deptparentchildlink {
    pointer-events: none;
    padding: 6px 0;
}

.megamenu__deptparentchildlink:active,
.megamenu__deptparentchildlink:hover,
.megamenu__deptparentchildlink:focus {
    color: #000000;
}

.megamenu__deptchildren {
    display: none;
}

.megamenu__deptcontact {
    display: none;
}

.megamenu._megamenuopen {
    right: -230px;
    visibility: visible;
    opacity: 1;
}

html[lang="en-US"] .megamenu._megamenuopen {
    right: auto;
    left: -230px;
}

._mobmenuopen .megamenu._megamenuopen {
    right: 0;
}

html[lang="en-US"] ._mobmenuopen .megamenu._megamenuopen {
    right: auto;
    left: 0;
}

._mobmenuopen .megamenu._megamenuvisible {
    visibility: visible;
}

.megamenu._mgmopen {
    opacity: 1;
}

.megamenu._mgmvisible {
    visibility: visible;
}

.mobilenav {
    z-index: 990;
    position: fixed;
    width: 230px;
    height: 100%;
    overflow-x: hidden;
    right: -230px;
    top: 0;
    background: #fff;
    -webkit-transition: right ease 0.3s;
    -o-transition: right ease 0.3s;
    transition: right ease 0.3s;
    display: block;
    -webkit-box-shadow: 25px 0px 25px -10px rgba(203, 203, 203, 0.71) inset;
    box-shadow: 25px 0px 25px -10px rgba(203, 203, 203, 0.71) inset;
}

html[lang="en-US"] .mobilenav {
    right: auto;
    left: -230px;
    -webkit-transition: left ease 0.3s;
    -o-transition: left ease 0.3s;
    transition: left ease 0.3s;
    -webkit-box-shadow: -25px 0px 25px -10px rgba(203, 203, 203, 0.71) inset;
    box-shadow: -25px 0px 25px -10px rgba(203, 203, 203, 0.71) inset;
}

.mobilenav__menu > .menu-item {
    position: relative;
}

.mobilenav__menu > .menu-item > .nav__linkbox {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    padding: 0 19px;
}

.mobilenav__menu > .menu-item > .nav__linkbox:before {
    content: "";
    width: calc(100% - 42px);
    height: 1px;
    display: block;
    position: absolute;
    background-color: #85848440;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    pointer-events: none;
}

.mobilenav__menu > .menu-item > .nav__linkbox .nav__link {
    display: block;
    padding: 19.5px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
}

.mobilenav__menu > .menu-item._hasmegamenu > .nav__linkbox {
    padding: 0 21px 0 52px;
}

html[lang="en-US"] .mobilenav__menu > .menu-item._hasmegamenu > .nav__linkbox {
    padding: 0 52px 0 21px;
}

.mobilenav__menu > .menu-item._hasmegamenu > .nav__linkbox .nav__link:after {
    pointer-events: none;
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    font-size: 15px;
    color: #010201;
    left: 19px;
    top: 23px;
}

html[lang="en-US"] .mobilenav__menu > .menu-item._hasmegamenu > .nav__linkbox .nav__link:after {
    top: 20px;
    left: auto;
    right: 19px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobilenav__menu > .menu-item-has-children {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.mobilenav__menu > .menu-item-has-children > .nav__linkbox {
    padding: 0 21px 0 48px;
}

html[lang="en-US"] .mobilenav__menu > .menu-item-has-children > .nav__linkbox {
    padding: 0 21px 0 48px;
}

.mobilenav__menu > .menu-item-has-children > .nav__linkbox .nav__link:after {
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    font-size: 15px;
    color: #010201;
    left: 19px;
    top: 23px;
}

html[lang="en-US"] .mobilenav__menu > .menu-item-has-children > .nav__linkbox .nav__link:after {
    top: 20px;
    left: auto;
    right: 19px;
}

.mobilenav__menu > .menu-item-has-children > .nav__linkbox._mobmenusubopen .nav__link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobilenav__menu > .menu-item-has-children._mobmenusubopen > .nav__linkbox {
    background-color: #f1f1f1;
}

.mobilenav__menu .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    background: none;
    border: none;
    padding: 16px 21px;
}

.mobilenav__menu .sub-menu > .menu-item > .nav__linkbox .nav__link {
    display: block;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000000;
}

.mobilenav__infobtn {
    margin-top: 32px;
    padding: 0 19px;
}

.mobilenav__infobtn .site__floatbtn {
    background: url(../img/whatsapp-floating.png) calc(100% - 9px) calc(50% - 2px) no-repeat;
    display: block;
    padding: 9px 47px 9px 15px;
    position: relative;
    min-height: 47px;
    width: 192px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 23.5px;
    background-color: #2cb741;
    -webkit-box-shadow: 0px 14px 27px 0px rgba(44, 183, 65, 0.38);
    box-shadow: 0px 14px 27px 0px rgba(44, 183, 65, 0.38);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

html[lang="en-US"] .mobilenav__infobtn .site__floatbtn {
    padding: 9px 15px 9px 47px;
    font-size: 12px;
    letter-spacing: -0.2px;
    background-position: calc(0% + 9px) calc(50% - 1px);
}

.mobilenav__infobtn .site__floatbtn p {
    margin: 0;
    padding: 0;
}

.mobilenav__infobtn .site__floatbtn p strong {
    font-size: 16px;
}

.mobilenav__infobtn .site__floatbtn:hover {
    -webkit-box-shadow: 0 14px 27px 0 rgba(44, 183, 65, 0.72);
    box-shadow: 0 14px 27px 0 rgba(44, 183, 65, 0.72);
}

.mobilenav._mobmenuopen {
    right: 0;
}

html[lang="en-US"] .mobilenav._mobmenuopen {
    right: auto;
    left: 0px;
}

.mobilenav._megamenuopen {
    right: -230px;
}

html[lang="en-US"] .mobilenav._megamenuopen {
    right: auto;
    left: -230px;
}

.show-mega-menu {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    font-size: 0;
    padding: 0;
    z-index: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

html[lang="ru-RU"] .footer {
    margin-top: 95px;
}

html[lang="ru-RU"] .footer__middle {
    display: none;
}

.footer__middleinfo {
    position: relative;
    overflow: hidden;
}

.footer__middleinfo:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #c7c7c652;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    pointer-events: none;
}

.footer__middleinfotitlebox {
    padding: 0 20px 0 52px;
}

html[lang="en-US"] .footer__middleinfotitlebox {
    padding: 0 52px 0 20px;
}

.footer__middleinfotitlebox:after {
    padding-top: 6px;
    display: block;
    text-align: center;
    pointer-events: none;
    margin-top: -12px;
    position: absolute;
    left: 13px;
    top: 31px;
    height: 25px;
    width: 25px;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    color: #010101;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

html[lang="en-US"] .footer__middleinfotitlebox:after {
    left: auto;
    right: 13px;
}

._footmenusubopen .footer__middleinfotitlebox:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer__middleinfotitle {
    display: block;
    padding: 19px 0 17px 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.17px;
    color: #010101;
}

.footer__middleinfobox {
    padding: 10px 20px 17px;
}

.footer__middleinfobox p {
    margin-bottom: 0;
}

.footer__middleinfotelbox {
    margin-bottom: 22px;
}

.footer__middleinfotellink {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0px;
    color: #010101;
}

.footer__middleinfotellink:hover {
    color: #010101;
}

.footer__middleinfotelnumber {
    font-weight: bold;
}

.footer__middleinfowhatsappbox {
    margin-bottom: 25px;
}

.footer__middleinfowhatsapplink {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0px;
    color: #010101;
}

.footer__middleinfowhatsapplink:hover {
    color: #010101;
}

.footer__middleinfowhatsappnumber {
    font-weight: bold;
}

.footer__middleinfoaddressbox {
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0px;
    color: #010101;
}

.footer__middleinfoaddress {
    font-weight: normal;
}

.footer__middleinfoemaillink {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0px;
    color: #010101;
}

.footer__middleinfoemaillink:hover {
    color: #010101;
}

.footer__middleinfoemail {
    font-weight: normal;
    text-decoration: underline;
}

.footer__middlemenu {
    position: relative;
    overflow: hidden;
}

.footer__middlemenu:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #c7c7c652;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    pointer-events: none;
}

.footer__middlemenu:after {
    padding-top: 6px;
    display: block;
    text-align: center;
    pointer-events: none;
    margin-top: 0;
    position: absolute;
    left: 13px;
    top: 15px;
    height: 25px;
    width: 25px;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    color: #010101;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

html[lang="en-US"] .footer__middlemenu:after {
    left: auto;
    right: 13px;
}

.footer__middlemenu._footmenusubopen:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer__middlemenu .widget-title {
    display: block;
    padding: 17px 20px 16.5px 52px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.17px;
    color: #010101;
}

html[lang="en-US"] .footer__middlemenu .widget-title {
    padding: 17px 52px 16.5px 20px;
}

.footer__middlemenu .menu {
    padding: 10px 20px 0px;
}

.footer__middlemenu .nav__link {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.1px;
    color: #676767;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.footer__middlemenu .nav__link:hover {
    color: #000;
}

.footer__middlewhyus {
    display: none;
}

html[lang="en-US"] .footer__middlewhyus {
    margin-top: 77px;
}

html[lang="ru-RU"] .footer__bottom {
    border-top: 1px solid #dddede73;
}

.footer__bottomcontent {
    text-align: center;
    padding: 13px 0;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: -0.18px;
    color: #010101b3;
}

html[lang="ru-RU"] .footer__bottomcontent {
    font-family: 'ploni', sans-serif;
}

.footer__bottomcontent .copyright {
    margin: 0 4px;
}

.footer__bottomcontent p {
    margin-bottom: 0;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: inherit;
}

span.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

input.wpcf7-not-valid {
    border-color: red !important;
}

.postpageform {
    margin: 39px 0 41px;
}

.postpageform__body {
    padding: 16px 22px 26px;
    border-radius: 8px;
    background-color: #00b770;
}

.postpageform__title {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.08px;
    color: #ffffff;
}

.postpageform__formbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

html[dir="rtl"] .postpageform__formbody {
    direction: rtl;
}

.postpageform__formbody > * {
    display: block;
    width: 100%;
    margin: 0 8px;
}

.postpageform__formbody input {
    border: 1px solid #4dcd9b;
    padding: 0px 17px;
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #4dcd9b;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
}

.postpageform__formbody .wpcf7-text::-webkit-input-placeholder {
    color: #ffffff;
}

.postpageform__formbody .wpcf7-text::-moz-placeholder {
    color: #ffffff;
}

.postpageform__formbody .wpcf7-text:-ms-input-placeholder {
    color: #ffffff;
}

.postpageform__formbody .wpcf7-text::-ms-input-placeholder {
    color: #ffffff;
}

.postpageform__formbody .wpcf7-text::placeholder {
    color: #ffffff;
}

.postpageform__formbody .wpcf7-text:focus::-webkit-input-placeholder {
    color: transparent;
}

.postpageform__formbody .wpcf7-text:focus::-moz-placeholder {
    color: transparent;
}

.postpageform__formbody .wpcf7-text:focus:-ms-input-placeholder {
    color: transparent;
}

.postpageform__formbody .wpcf7-text:focus::-ms-input-placeholder {
    color: transparent;
}

.postpageform__formbody .wpcf7-text:focus::placeholder {
    color: transparent;
}

.postpageform__formbtnbox {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 113px;
    flex: 1 0 113px;
}

.postpageform__formbtn {
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 0px 7px 16px 0 #ef232930;
    box-shadow: 0px 7px 16px 0 #ef232930;
    background-color: #ef2329;
    height: 48px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    overflow: hidden;
    padding: 0 19px;
    padding-left: 48px;
    text-align: inherit;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1px;
    color: #ffffff;
    position: relative;
    min-width: 113px;
}

html[lang="en-US"] .postpageform__formbtn {
    padding: 0 48px 0 19px;
}

.postpageform__formbtn:hover {
    background-color: #dd0e14;
}

.postpageform__formbtn span {
    font-size: 18px;
    font-weight: 900;
    left: 15px;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

html[lang="en-US"] .postpageform__formbtn span {
    left: auto;
    right: 15px;
}

/*
$adminbar_shift: 46px;
$adminbar_shift2: 32px;
@media (min-width: 601px) {
	.admin-bar {
		.header {
			top: $adminbar_shift;
		}
		.mobilenav {
			top: $adminbar_shift;
		}
		.megamenu {
			top: $adminbar_shift;
		}
		.post-content__center-text .toc_container__wrapper._fixed {
			top: 95px;
		}
	}
}
@media (min-width: 782.01px) {
	.admin-bar {
		.header {
			top: $adminbar_shift2;
		}
		.mobilenav {
			top: $adminbar_shift2;
		}
		.megamenu {
			top: $adminbar_shift2;
		}
	}
}
@media (min-width: 992px) {
	.admin-bar {
		.megamenu {
			top: calc(100% + 1px;)
		}
	}
}
*/

@media (min-width: 768px) {
    .header__infobtnlink {
        -webkit-transition: color .3s, background-color .3s;
        -o-transition: color .3s, background-color .3s;
        transition: color .3s, background-color .3s;
        background: none;
        width: 99px;
        height: 36px;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 8px;
        background-color: #00b770;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.1px;
        text-align: center;
        color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header__infobtnlink span {
        display: inline;
    }

    .mobilenav .header__infolangswitch {
        bottom: 47px;
    }

    .footer__middle {
        padding-top: 60px;
    }

    .footer__middlebox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__middleinfo {
        margin-bottom: 52px;
        padding: 0 0 0 17px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
        flex: 0 1 calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .footer__middleinfo:before {
        display: none;
    }

    html[lang="en-US"] .footer__middleinfo {
        padding: 0 17px 0 0;
    }

    .footer__middleinfotitlebox {
        margin-bottom: 20px;
        padding: 0;
    }

    html[lang="en-US"] .footer__middleinfotitlebox {
        padding: 0;
    }

    .footer__middleinfotitlebox:after {
        display: none;
    }

    .footer__middleinfotitle {
        padding: 0;
        font-size: 20px;
        letter-spacing: 0.2px;
    }

    .footer__middleinfobox {
        padding: 0;
    }

    .footer__middlemenu {
        margin-bottom: 52px;
        padding: 0 17px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
        flex: 0 1 calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .footer__middlemenu:before {
        display: none;
    }

    .footer__middlemenu:after {
        display: none;
    }

    .footer__middlemenu .widget-title {
        margin-bottom: 14px;
        padding: 0;
        font-size: 20px;
        letter-spacing: 0.2px;
    }

    html[lang="en-US"] .footer__middlemenu .widget-title {
        padding: 0;
    }

    .footer__middlemenu .menu {
        margin: 0;
        padding: 0;
    }

    .footer__middlemenu_1 .nav__link {
        line-height: 1.81;
    }

    .footer__middlemenu_4 {
        padding-left: 0;
    }

    html[lang="en-US"] .footer__middlemenu_4 {
        padding-left: 17px;
        padding-right: 0;
    }

    .footer__middlewhyustitlebox {
        margin-bottom: 27px;
    }

    .footer__middlewhyustitle {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.2px;
        text-align: center;
        color: #010101;
    }

    .footer__middlewhyusitems {
        position: relative;
        max-width: 706px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__middlewhyusitembox {
        padding: 0 17px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
        flex: 0 1 calc(100% / 3);
    }

    .footer__middlewhyusitemimagebox {
        margin: 0 auto 14px;
        width: 74px;
        height: 74px;
        border-radius: 50%;
        padding: 16px;
        background-color: #f1f1f1;
    }

    .footer__middlewhyusitembox:nth-child(1) .footer__middlewhyusitemimagebox {
        background-color: rgba(241, 241, 241, 0.5);
    }

    .footer__middlewhyusitembox:nth-child(2) .footer__middlewhyusitemimagebox {
        background-color: rgba(241, 241, 241, 0.63);
    }

    .footer__middlewhyusitemimage {
        width: auto;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .footer__middlewhyusitemtitle {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: -0.5px;
        text-align: center;
        color: #000000;
    }

    .footer__bottom {
        border-top: 1px solid #dddede73;
    }

    .footer__bottomcontent {
        padding: 13px 0 11px 0;
        font-size: 14px;
        letter-spacing: -0.21px;
    }

    .footer__bottomcontent .copyright {
        margin: 0 2px;
    }
}

@media (min-width: 992px) {
    .site__mobilenav {
        display: none;
    }

    .header__container {
        min-height: 83px;
    }

    .header__mmtoggle {
        display: none;
    }

    .header__logobox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
        flex: 0 0 175px;
    }

    .header__navbox {
        margin: 0 15px;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        position: relative;
    }

    .header__nav {
        margin: 0 -15px;
        height: 100%;
    }

    .header__navmenu {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__navmenu > .menu-item {
        position: relative;
        margin: 0 15px;
    }

    .header__navmenu > .menu-item > .nav__link {
        text-align: center;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        padding: 31px 0;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 0.11px;
        color: #000;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header._fixhead .header__navmenu > .menu-item > .nav__link {
        color: #fff;
    }

    .header__navmenu > .menu-item-has-children > .nav__link {
        padding-bottom: 0;
    }

    .header__navmenu > .menu-item-has-children > .sub-menu {
        padding: 16px 25px;
        background: #202529;
        color: #fff;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: calc(100% + 1px);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        border-radius: 4px;
        -webkit-box-shadow: 0px 12px 70px 0 #bdbdbd;
        box-shadow: 0px 12px 70px 0 #bdbdbd;
        background-color: #fefefe;
    }

    .header__navmenu > .menu-item-has-children > .sub-menu._subvisible {
        visibility: visible;
    }

    .header__navmenu > .menu-item-has-children > .sub-menu._subvisible:after {
        visibility: visible;
    }

    .header__navmenu > .menu-item-has-children > .sub-menu > .menu-item {
        margin-bottom: 6px;
    }

    .header__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link {
        word-break: keep-all;
        font-size: 17px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.65;
        letter-spacing: normal;
        color: #202422;
    }

    .header__navmenu > .menu-item-has-children > .sub-menu > .menu-item:last-child {
        margin-bottom: 0;
    }

    .header__navmenu > .menu-item-has-children > .sub-menu:after {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        content: "";
        position: absolute;
        opacity: 0;
        visibility: hidden;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -16px;
        border: 8px solid transparent;
        border-bottom: 8px solid #00b770;
    }

    .header__navmenu > .menu-item-has-children._subopen > .sub-menu {
        opacity: 1;
    }

    .header__navmenu > .menu-item-has-children._subopen > .sub-menu:after {
        opacity: 1;
    }

    .header__navmenu > .menu-item-has-children:after {
        position: relative;
        bottom: 2px;
        margin: 0 0px 0 0;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-size: 9px;
        font-weight: 900;
        color: #000;
    }

    .header._fixhead .header__navmenu > .menu-item-has-children:after {
        color: #fff;
    }

    .header__navmenu > .menu-item._hasmegamenu > .nav__link {
        padding-bottom: 0;
    }

    .header__navmenu > .menu-item._hasmegamenu:after {
        position: relative;
        bottom: 2px;
        margin: 0 8px 0 0;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-size: 9px;
        font-weight: 900;
        color: #000;
    }

    .header._fixhead .header__navmenu > .menu-item._hasmegamenu:after {
        color: #fff;
    }

    .header__navmenu > .menu-item._hasmegamenu:before {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        content: "";
        position: absolute;
        opacity: 0;
        visibility: hidden;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -1px;
        border: 8px solid transparent;
        border-bottom: 8px solid #00b770;
    }

    .header__navmenu > .menu-item._hasmegamenu._mgmopen:before {
        opacity: 1;
    }

    .header__navmenu > .menu-item._hasmegamenu._mgmvisible:before {
        visibility: visible;
    }

    html[lang="en-US"] .header__navmenu {
        padding: 0 0 0 43px;
    }

    .header__infobox > * {
        margin: 0 0 0 14px;
    }

    html[lang="en-US"] .header__infobox > * {
        margin: 0 14px 0 0;
    }

    .header__infobox > *:last-child {
        margin: 0;
    }

    html[lang="en-US"] .header__infobox > *:last-child {
        margin: 0;
    }

    html[lang="ru-RU"] .header__infobtnlink {
        display: none;
    }

    .header__infolangswitch {
        display: block;
        height: 36px;
    }

    .header__infolangswitch._hpoflangopen a.wpml-ls-link {
        padding: 7px 10px;
    }

    html[lang="en-US"] .header__infolangswitch._hpoflangopen a.wpml-ls-link {
        padding: 7px 14px;
    }

    .mobilenav .header__infolangswitch {
        display: none;
    }

    .mobilenav._mobmenuopen .header__infolangswitch {
        display: none;
    }

    .header__infolangswitch a.wpml-ls-item-toggle {
        height: 36px;
    }

    .megamenu__title {
        display: none;
    }

    .megamenu__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 341px;
    }

    .megamenu_2 .megamenu__deptparent {
        position: relative;
        padding: 30px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .megamenu_1 .megamenu__deptparent {
        display: block;
        width: 200px;
        border-left: 1px solid #eeecec;
        margin: 0;
        padding: 0;
    }

    html[lang="en-US"] .megamenu_1 .megamenu__deptparent {
        border-left: none;
        border-right: 1px solid #eeecec;
    }

    .megamenu_1 .megamenu__deptparentchilditem:before {
        display: none;
    }

    .megamenu_1 .megamenu__deptparentchilditem._mgmactive .megamenu__deptparentchildlinkbox:after {
        left: 15px;
    }

    html[lang="en-US"] .megamenu_1 .megamenu__deptparentchilditem._mgmactive .megamenu__deptparentchildlinkbox:after {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .megamenu_1 .megamenu__deptparentchilditem._mgmactive .megamenu__deptparentchildlink:after {
        width: 100%;
    }

    .megamenu_1 .megamenu__deptparentchilditem:last-child {
        border-bottom: transparent;
    }

    .megamenu_1 .megamenu__deptparentchilditem {
        padding: 15.5px 0;
        display: block;
        padding-left: 50px;
        padding-right: 17px;
        border-bottom: 1px solid #eeecec;
        position: relative;
        overflow: hidden;
    }

    .megamenu_2 .megamenu__deptparentchilditem .megamenu__deptlist_mobile .megamenu__deptsublistlink {
        color: #202422;
    }

    .megamenu_2 .megamenu__deptparentchilditem .megamenu__deptlist_mobile {
        padding: 0;
    }

    html[lang="en-US"] .megamenu_2 .megamenu__deptparentchilditem .megamenu__deptlist_mobile {
        padding: 0;
    }

    .megamenu_2 .megamenu__deptparentchilditem {
        padding: 0 17px;
        max-width: calc(100% / 4);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .megamenu_2_s .megamenu__deptparentchilditem {
        padding: 0 36px;
        width: auto;
        max-width: 246px;
    }

    .megamenu_2 .megamenu__deptparentchildicon {
        margin: 0 0 22px auto;
        display: block;
        width: 40px;
        height: 40px;
        background-color: #f1f1f1;
        border-radius: 50%;
    }

    html[lang="en-US"] .megamenu_2 .megamenu__deptparentchildicon {
        margin: 0 auto 22px 0;
    }

    .megamenu_2 .megamenu__deptparentchildimage {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .megamenu_1 .megamenu__deptparentchildlinkbox:after {
        top: 30px;
        left: -42px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: left .3s;
        -o-transition: left .3s;
        transition: left .3s;
    }

    html[lang="en-US"] .megamenu_1 .megamenu__deptparentchildlinkbox:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: auto;
        right: -42px;
        -webkit-transition: right .3s;
        -o-transition: right .3s;
        transition: right .3s;
    }

    .megamenu_1 .megamenu__deptparentchildlinkbox {
        padding: 0;
    }

    html[lang="en-US"] .megamenu_1 .megamenu__deptparentchildlinkbox {
        padding: 0;
    }

    .megamenu_2 .megamenu__deptparentchildlinkbox {
        margin-bottom: 4px;
    }

    .megamenu_1 .megamenu__deptparentchildlink {
        padding: 0;
        display: inline-block;
        position: relative;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: normal;
        color: #0d0d0d;
    }

    .megamenu_1 .megamenu__deptparentchildlink:after {
        content: '';
        height: 2px;
        width: 0%;
        background: #00b770;
        position: absolute;
        right: 0;
        top: calc(100% - 2px);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    html[lang="en-US"] .megamenu_1 .megamenu__deptparentchildlink:after {
        right: auto;
        left: 0;
    }

    .megamenu_2 .megamenu__deptparentchildlink {
        padding: 0;
        font-size: 21px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: normal;
        color: #202422;
    }

    .megamenu_1 .megamenu__deptchildren .megamenu__deptlist._mgmopen {
        display: block;
    }

    .megamenu_1 .megamenu__deptchildren .megamenu__deptlist {
        display: none;
    }

    .megamenu_1 .megamenu__deptchildren .megamenu__deptsublist {
        padding-right: 17px;
        margin: 0 0 1.2rem;
        display: block;
        float: right;
    }

    html[lang="en-US"] .megamenu_1 .megamenu__deptchildren .megamenu__deptsublist {
        padding: 0 0 0 17px;
        float: left;
    }

    .megamenu_1 .megamenu__deptchildren .megamenu__deptsublistitem {
        padding: 0;
        display: block;
        width: 117px;
        position: relative;
    }

    .megamenu_1 .megamenu__deptchildren .megamenu__deptsublistlink {
        display: inline-block;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.65;
        color: #0d0d0d;
    }

    .megamenu_1 .megamenu__deptchildren {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 17px 0 0;
    }

    .megamenu__deptcontact {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 306px;
        flex: 0 0 306px;
        width: 306px;
        border-right: 1px solid #e9e9e9;
    }

    html[lang="en-US"] .megamenu__deptcontact {
        border-right: none;
        border-left: 1px solid #e9e9e9;
    }

    .megamenu.megamenu_1 {
        width: 100%;
    }

    .megamenu.megamenu_2 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .megamenu {
        width: 86.3%;
        min-width: 70.3%;
        max-width: calc(100% - 30px);
        height: auto;
        right: auto;
        left: 14px;
        top: calc(100% + 1px);
        position: absolute;
        border-radius: 4px;
        -webkit-box-shadow: 0px 12px 70px 0 #bdbdbd;
        box-shadow: 0px 12px 70px 0 #bdbdbd;
        background-color: #fefefe;
    }

    .deptcontact__box {
        padding: 30px;
        padding-top: 66px;
    }

    .deptcontact__text {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.2;
        color: #202422;
    }

    .deptcontact__btn {
        margin-top: 42px;
    }

    .deptcontact__btnlink {
        overflow: hidden;
        padding: 0 15px;
        padding-right: 45px;
        width: 218px;
        min-height: 47px;
        border-radius: 23.5px;
        -webkit-box-shadow: 0 14px 27px 0 rgba(44, 183, 65, 0.38);
        box-shadow: 0 14px 27px 0 rgba(44, 183, 65, 0.38);
        background-color: #2cb741;
        background-position: calc(100% - 11px) calc(50% - 1px);
        background-repeat: no-repeat;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: -webkit-box-shadow .3s;
        transition: -webkit-box-shadow .3s;
        -o-transition: box-shadow .3s;
        transition: box-shadow .3s;
        transition: box-shadow .3s, -webkit-box-shadow .3s;
    }

    html[lang="en-US"] .deptcontact__btnlink {
        width: 193px;
        padding: 0 15px;
        padding-left: 53px;
        background-position: calc(0% + 15px) calc(50% - 1px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .deptcontact__btnlink:hover {
        -webkit-box-shadow: 0 14px 27px 0 rgba(44, 183, 65, 0.72);
        box-shadow: 0 14px 27px 0 rgba(44, 183, 65, 0.72);
        color: #fff;
    }

    .mobilenav {
        display: none;
    }

    .show-mega-menu {
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
    }

    .footer__middle {
        padding-bottom: 49px;
    }

    .footer__middleinfo {
        margin-bottom: 0px;
        padding: 0 0 0 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 5 - 8px);
        flex: 0 0 calc(100% / 5 - 8px);
        max-width: calc(100% / 5 - 8px);
    }

    html[lang="en-US"] .footer__middleinfo {
        padding: 0 25px 0 0;
    }

    .footer__middleinfotellink {
        pointer-events: none;
    }

    .footer__middlemenu {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 5 + 2px);
        flex: 0 0 calc(100% / 5 + 2px);
        max-width: calc(100% / 5 + 2px);
    }

    .footer__middlewhyus {
        margin-top: 56px;
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .header__logoimage {
        width: 225px;
        height: 30px;
    }

    html[lang="en-US"] .header__logoimage {
        width: 199px;
        height: 30px;
    }

    html[lang="ru-RU"] .header__logoimage {
        width: 199px;
        height: 30px;
    }

    .header__logoimagealt {
        width: 225px;
        height: 30px;
    }

    html[lang="en-US"] .header__logoimagealt {
        width: 199px;
        height: 30px;
    }

    html[lang="ru-RU"] .header__logoimagealt {
        width: 199px;
        height: 30px;
    }

    .header__navbox {
        margin: 0 25px;
    }

    .header__nav {
        margin: 0 -25px;
    }

    html[lang="en-US"] .header__nav {
        margin: 0 -36px;
    }

    .header__navmenu > .menu-item {
        margin: 0 25px;
    }

    .header__navmenu > .menu-item > .nav__link {
        letter-spacing: 0.25px;
        padding: 29px 0;
        font-size: 21px;
    }

    .header__navmenu > .menu-item-has-children > .nav__link {
        padding-bottom: 0;
    }

    html[lang="en-US"] .header__navmenu > .menu-item {
        margin: 0 36px;
    }

    .header__infobtnlink {
        width: 116px;
        height: 42px;
        font-size: 19px;
    }

    .header__infolangswitch {
        width: 88px;
        height: 42px;
    }

    .header__infolangswitch._hpoflangopen a.wpml-ls-link {
        padding: 9.5px 10px;
    }

    html[lang="en-US"] .header__infolangswitch._hpoflangopen a.wpml-ls-link {
        padding: 9.5px 14px;
    }

    .header__infolangswitch a.wpml-ls-item-toggle {
        height: 42px;
    }

    .megamenu_2 .megamenu__deptparent {
        padding: 34px 17px 34px 11px;
    }

    html[lang="en-US"] .megamenu_2 .megamenu__deptparent {
        padding: 34px 11px 34px 17px;
    }

    .megamenu_2_s .megamenu__deptparent {
        padding: 34px 0;
    }

    html[lang="en-US"] .megamenu_2_s .megamenu__deptparent {
        padding: 34px 0;
    }

    .megamenu_1 .megamenu__deptparent {
        width: 236px;
        padding-top: 4px;
    }

    .megamenu_1 .megamenu__deptparentchilditem._mgmactive .megamenu__deptparentchildlinkbox:after {
        left: 20px;
    }

    html[lang="en-US"] .megamenu_1 .megamenu__deptparentchilditem._mgmactive .megamenu__deptparentchildlinkbox:after {
        left: auto;
        right: 20px;
    }

    .megamenu_1 .megamenu__deptparentchilditem {
        padding-left: 52px;
        padding-right: 37px;
    }

    html[lang="en-US"] .megamenu_1 .megamenu__deptparentchilditem {
        padding-left: 25px;
        padding-right: 42px;
    }

    .megamenu_1 .megamenu__deptchildren .megamenu__deptsublist {
        padding-right: 34px;
        margin: 0 0 2rem;
    }

    html[lang="en-US"] .megamenu_1 .megamenu__deptchildren .megamenu__deptsublist {
        padding: 0 0 0 34px;
    }

    .megamenu_1 .megamenu__deptchildren .megamenu__deptsublistitem {
        width: 138px;
    }

    .megamenu_1 .megamenu__deptchildren {
        padding: 29px 21px 0;
    }

    .megamenu__deptcontact {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 359px;
        flex: 0 0 359px;
        width: 359px;
    }

    .deptcontact__box {
        padding: 32px;
        padding-top: 66px;
    }

    .deptcontact__text {
        padding-right: 4px;
        font-size: 28px;
    }

    html[lang="en-US"] .deptcontact__text {
        padding-right: 0px;
        padding-left: 8px;
    }

    .deptcontact__btn {
        margin-top: 64px;
    }

    html[lang="en-US"] .deptcontact__btn {
        padding: 0 10px;
    }
}

@media (min-width: 1400px) {
    .header__logobox {
        position: relative;
        left: 9px;
    }

    html[lang="en-US"] .header__logobox {
        left: 0px;
        bottom: 3px;
    }

    .megamenu_2 .megamenu__deptparentchilditem {
        padding: 0 23px;
        width: 246px;
        max-width: auto;
    }

    .megamenu.megamenu_1 {
        width: 86.3%;
    }

    .footer__middlemenu {
        padding: 0 25px;
    }
}

@media (max-width: 1400px) {
    ._container {
        max-width: 1370px;
    }
}

@media (max-width: 1199.98px) {
    ._container {
        max-width: 1140px;
    }
}

@media (max-width: 991.98px) {
    ._mobmenuopen #wraper-content {
        right: 230px !important;
        overflow: hidden !important;
        position: relative !important;
    }

    ._container {
        max-width: 960px;
    }

    body > .site__floatbtn {
        display: none;
    }
}

@media (max-width: 767.98px) {
    ._container {
        max-width: 720px;
        padding: 0 20px;
    }

    html[lang="ru-RU"] .footer {
        margin-top: 0;
    }

    .footer__middlebox._container {
        padding: 0;
        max-width: 100%;
    }

    .postpageform {
        margin: 30px 0 37px;
    }

    .postpageform__body {
        padding: 24px 21px 31px;
    }

    .postpageform__title {
        margin-bottom: 15px;
        text-align: center;
        font-size: 22px;
    }

    .postpageform__formbody {
        display: block;
        margin: 0;
    }

    .postpageform__formbody > * {
        margin: 0 0 12px;
    }

    .postpageform__formbody input {
        height: 42px;
        padding: 0px 15px;
        font-size: 17px;
    }

    .postpageform__formbtnbox {
        display: block;
        width: 100%;
        margin-top: 19px;
        margin-bottom: 0;
    }

    .postpageform__formbtn {
        margin: 0 auto;
        padding: 0 15px;
        padding-left: 46px;
        height: 46px;
        font-size: 18px;
        min-width: 98px;
    }

    html[lang="en-US"] .postpageform__formbtn {
        padding: 0 46px 0 15px;
    }

    .postpageform__formbtn span {
        font-size: 17px;
    }

    .header__logobox {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }

    .header__logobox a {
        position: absolute;
        left: 0;
        top: 12px;
    }
}

@media (max-width: 575.98px) {
    .event-banner__body._container {
        padding-bottom: 30px;
    }

    ._container {
        max-width: 540px;
    }
}

.fblink {
    background: #aaa;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding-top: 3px;
}
