@font-face {
    font-family: 'Montserrat';
    src: url(/resource/site/admin/fonts/Montserrat-b.woff2);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/resource/site/admin/fonts/Montserrat-sb.woff2);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/resource/site/admin/fonts/Montserrat-m.woff2);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/resource/site/admin/fonts/Montserrat-r.woff2);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNext';
    src: url(/resource/site/admin/fonts/AvenirNext-r.woff2);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNext';
    src: url(/resource/site/admin/fonts/AvenirNext-m.woff2);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'icon';
    src: url(/resource/site/admin/fonts/icons/icons.woff2);
    font-weight: 400;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: Montserrat;
    font-size: 18px;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
a {
    text-decoration: none;
}
img {
    display: block;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
textarea,
input[type="tel"],
select,
input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    font-family: 'AvenirNext';
    border-bottom: 1px solid #333;
    color: #9b9b9b;
    padding: 10px 15px 25px 0;
    font-size: 16px;
}
input[type="submit"] {
    cursor: pointer;
}
textarea {
    resize: vertical;
    min-height: 95px;
    max-height: 300px;
    overflow: auto;
}
.btn {
    border: 1px solid #333;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 55px 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: 0.35s;
    z-index: 1;
}
.btn:hover {
    color: #fff;
}
.btn::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    transition: 0.35s;
    width: 0;
}
.btn:hover::after {
    width: 100%;
}
input[placeholder] {
    text-overflow: ellipsis;
}
::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    transition: 0.3s;
}
:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    box-shadow: inset 0 0 0 50px #fff !important;
}
:focus::-webkit-input-placeholder {
    color: transparent;
    transition: 0.3s;
}
::selection {
    background-color: rgba(35, 33, 22, 0.7);
    color: #fff;
}
.wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
header {
    height: 100px;
}
header .top {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
header .top .logo {
    max-width: 200px;
}
header .top .logo img {
    width: 100%;
}
header .top .ws-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top .ws-menu .item {
    margin-right: 70px;
}
header .top .ws-menu .item:last-child {
    margin-right: 120px;
}
header .top .ws-menu .item * {
    font-weight: 500;
}
header .top .social {
    display: none;
}
.seo {
    margin-bottom: 150px;
}
.seo h2 {
    font-family: 'AvenirNext';
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}
.seo div {
    font-family: 'AvenirNext';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
footer {
    background: #181818;
}
footer .wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
}
footer .wrapper * {
    color: #fff;
    font-size: 14px;
    position: relative;
}
footer .wrapper a:hover,
footer .wrapper .top .social a:hover:before {
    color: #9b9b9b;
}
footer .wrapper .top {
    display: grid;
    grid-template-columns: repeat(4, 83px) 1fr;
    justify-content: center;
    grid-gap: 15px 68px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9E9E9E;
}
footer .wrapper .top .logo {
    width: 250px;
    height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding-top: 16px;
    position: absolute;
    left: calc(50% - 125px);
    top: -160px;
    overflow: hidden;
}
footer .wrapper .top .logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: #181818;
    border-radius: 50% 50% 0 0;
}
footer .wrapper .top .logo img {
    width: 100%;
    max-width: 200px;
}
footer .wrapper .top .logo-black {
    display: none;
    max-width: 150px;
}
footer .wrapper .top .logo-black img {
    width: 100%;
}
footer .wrapper .top .ws-menu {
    display: contents;
}
footer .wrapper .top .ws-menu .item:nth-child(1) {
    grid-area: 1/1/2/2;
}
footer .wrapper .top .ws-menu .item:nth-child(3) {
    grid-area: 2/1/3/2;
}
footer .wrapper .top .ws-menu .item:nth-child(5) {
    grid-area: 1/2/2/3;
}
footer .wrapper .top .ws-menu .item:nth-child(7) {
    grid-area: 2/2/3/3;
}
footer .wrapper .top .ws-menu .item:nth-child(2) {
    grid-area: 1/3/2/4;
}
footer .wrapper .top .ws-menu .item:nth-child(4) {
    grid-area: 2/3/3/4;
}
footer .wrapper .top .ws-menu .item:nth-child(6) {
    grid-area: 1/4/2/5;
}
footer .wrapper .top .ws-menu .item:nth-child(8) {
    grid-area: 2/4/3/5;
}
footer .wrapper .top .local {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-area: 1/5/3/6;
    margin-left: auto;
}
footer .wrapper .top .social {
    display: flex;
    justify-content: space-between;
    grid-area: 3/5/4/6;
    margin-left: auto;
    width: 150px;
}
.social a {
    display: flex;
}
.social a::before {
    font-family: 'icon';
    color: #c1c1c1;
    font-size: 22px;
}
.social .fb::before {
    content: '\e903';
}
.social .insta::before {
    content: '\e904';
}
.social .whatsapp::before {
    content: '\e908';
}
.social .viber::before {
    content: '\e907';
    font-size: 25px;
}
footer {
    margin-top: auto;
}
footer .wrapper .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .bottom a {
    display: flex;
    align-items: center;
}
footer .bottom a svg {
    width: 100%;
    max-width: 50px;
    margin-right: 15px;
}
footer .bottom a:hover svg .cls-1 {
    fill:#9b9b9b;
}
.window-background {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 145px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    overflow-y: auto;
    padding-bottom: 40px;
}
.window-background .window-body {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: relative;
    width: 100%;
    padding: 67px 57px 67px;
    max-width: 440px;
}
#thank .window-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.window-background .window-title {
    text-align: center;
    margin-bottom: 39px;
    width: 100%;
}
.window-background .window-title .logo {
    display: none;
    max-width: 150px;
    position: absolute;
    top: 24px;
    left: 22px;
}
.window-background .window-body .window-title .logo img {
    width: 100%;
}
.window-background .window-body .window-title h2 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
}
#thank .window-body .window-content h2 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.window-background .window-body .window-title .window-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: flex;
    border: 1px solid #333;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.window-background .window-body .window-title .window-close::after {
    content: '\e902';
    transform: rotate(45deg);
    font-family: 'icon';
    font-size: 18px;
    color: #333;
}
.window-background.callback_form .window-body .window-content input,
.window-background.callback_form .window-body .window-content textarea {
    padding-bottom: 11px;
    margin-bottom: 35px;
    width: 100%;
    background: transparent;
}
.window-background.callback_form .window-body .window-content textarea {
    resize: vertical;
    min-height: 45px;
    height: 45px;
    max-height: 98px;
    overflow: hidden;
}
.window-background.callback_form .window-body .window-content textarea {
    margin-bottom: 40px;
}
.window-background.callback_form .window-body .window-content input:last-child {
    margin-bottom: 0;
}
.window-background.callback_form .window-body .window-content .input {
    margin: 0 auto;
    max-width: 200px;
}
.window-background.callback_form .window-body .window-content .input input {
    display: none;
}
.window-background.callback_form .window-body .window-content .input label {
    background: none;
}
.window-background.callback_form .window-body .window-content .social {
    display: none;
    width: 100%;
    max-width: 144px;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 133px;
}
.window-background.callback_form .window-body .window-content .social a::before {
    font-size: 24px;
    color: #333;
}
.window-background.callback_form .window-body .window-content .social .viber::before {
    font-size: 26px;
}
#thank .window-body .window-content button {
    margin: 0 auto;
    background: transparent;
}
@keyframes progress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes ring-2 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%);
    height: 58px;
    width: 170px;
    opacity: 0;
  }
}
@keyframes check {
  0% {
    transform: scale(0.1);
  }
  99% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* @keyframes swipe-1 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    10% {
        transform: translate3d(0, 0, 0);
    }
    17% {
        transform: translate3d(-100%, 0, 0);
    }
    65% {
        transform: translate3d(-100%, 0, 0);
    }
    71% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes swipe-2 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    10% {
        transform: translate3d(0, 0, 0);
    }
    17% {
        transform: translate3d(0, -100%, 0);
    }
    65% {
        transform: translate3d(0, -100%, 0);
    }
    71% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
} */
@media (max-width: 1300px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    header .top .ws-menu .item {
        margin-right: 40px;
    }
    header .top .ws-menu .item:last-child {
        margin-right: 0;
    }
    footer .wrapper .top {
        grid-gap: 15px 50px;
    }
}
@media (max-width: 768px) {
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    header .top .hamburger {
        width: 32px;
        min-width: 32px;
        height: 32px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        border: 1px solid #333;
        cursor: pointer;
        padding: 1px 7px;
        position: relative;
    }
    header .top .hamburger.show {
        align-items: center;
    }
    header .ws-menu .item.selected::before {
        display: none;
    }
    header .top .hamburger div {
        height: 1px;
        margin-bottom: 4px;
        background: #333;
    }
    header .top .hamburger.show div {
        position: absolute;
        top: 14px;
        left: 8px;
    }
    header .top .hamburger div:nth-child(1) {
        width: 16px;
    }
    header .top .hamburger.show div:nth-child(1) {
        width: 15px;
        transform: rotate(133deg);
    }
    header .top .hamburger div:nth-child(2) {
        width: 10px;
    }
    header .top .hamburger.show div:nth-child(2) {
        width: 15px;
        transform: rotate(45deg);
    }
    header .top .hamburger div:nth-child(3) {
        width: 4px;
        margin-bottom: 0;
    }
    header .top .hamburger.show div:nth-child(3) {
        visibility: hidden;
    }
    header .top .menu {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #ffffff;
        top: 98px;
        left: 0;
        z-index: 100;
        overflow: hidden;
        width: 100%;
        height: 100%;
        max-height: 0px;
        min-height: 0px;
        transition: all 0.3s ease;
    }
    header .top .menu.show {
        height: 100%;
        max-height: 100vh;
        min-height: 640px;
        padding: 55px 0;
    }
    header .top .menu .ws-menu {
        flex-direction: column;
        margin-bottom: 266px;
    }
    header .top .menu .ws-menu .item {
        margin-bottom: 32px;
        margin-right: 0;
    }
    header .top .menu .ws-menu .item a {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #333;
        text-transform: uppercase;
    }
    header .top .menu.show .ws-menu .item.selected::before {
        all: inherit;
    }
    header .top .menu.show .social {
        position: unset !important;
        flex-direction: row !important;
        width: 100%;
        max-width: 144px;
        display: flex;
        justify-content: space-between;
    }
    header .top .menu .social a {
        margin-bottom: 0;
    }
    header .top .menu .social a::before {
        font-size: 24px;
    }
    header .top .menu .social .viber::before {
        font-size: 26px;
    }
    header .top .menu .social a span {
        display: none;
    }
    .seo {
        margin-bottom: 80px;
    }
    .seo h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .seo div {
        font-size: 15px;
        line-height: 23px;
    }
    footer {
        background: unset;
        padding: 15px 0 13px;
        border-top: 1px solid #D8D8D8;
    }
    footer .wrapper {
        padding-top: 0;
    }
    footer .wrapper .top .ws-menu,
    footer .wrapper .top .local,
    footer .wrapper .bottom {
        display: none;
    }
    footer .wrapper .top {
        border-bottom: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0;
    }
    footer .wrapper .top .logo {
        display: none;
    }
    footer .wrapper .top .logo-black {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer .wrapper .top .social {
        margin-left: unset;
    }
    .window-background .window-body .window-title .window-close {
        top: 24px;
        right: 22px;
    }
    .window-background .window-body {
        background: #fff;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
        padding: 115px 22px 40px;
        max-width: 375px;
    }
    #thank .window-body {
        padding-top: 40px;
    }
    .window-background .window-body .window-title .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .window-background.callback_form .window-body .window-content .social {
        display: flex;
    }
}
@media (max-width: 578px) {
    header {
        height: 80px;
    }
    header .top .logo {
        max-width: 150px;
    }
    header .top .menu {
        top: 80px;
    }
    .btn::after {
        display: none;
    }
    .btn:hover {
        color: #333;
    }
    .seo {
        margin-bottom: 50px;
    }
    .seo h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .seo div {
        font-size: 13px;
        line-height: 20px;
    }
    footer .wrapper .top .logo-black {
        max-width: 100px;
    }
    .window-background .window-body {
        max-width: 300px;
    }
    .window-background .window-body .window-title .logo {
        max-width: 95px;
    }
    .window-background.callback_form .window-body .window-title h2 {
        font-size: 29px;
    }
    #thank .window-body .window-content h2 {
        font-size: 18px;
    }
}