/* roboto-regular - cyrillic_latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-cyrillic_latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v30-cyrillic_latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v30-cyrillic_latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v30-cyrillic_latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v30-cyrillic_latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-700 - cyrillic_latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-cyrillic_latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v30-cyrillic_latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v30-cyrillic_latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v30-cyrillic_latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v30-cyrillic_latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}

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

article,
aside,
footer,
header,
nav,
section {
    display: block
}

a {
    cursor: pointer;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

b,
strong {
    font-weight: bold
}

svg:not(:root) {
    overflow: hidden
}

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

.hidden {
    display: none !important;
}

@media (min-width: 576px) and (max-width: 991px) {
    .hidden-tablet {
        display: none !important;
    }
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #F9F9F9 url(/images/bg_pattern3.png);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,
        rgba(255, 255, 255, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .2) 50%,
        rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent)
}

h3 {
    font-size: 27px;
    color: #778197;
}

p {
    line-height: 1.4;
}

ul {
    padding-inline-start: 20px;
}

@media (min-width: 768px) {
    ul {
        padding-inline-start: 40px;
    }
}

::marker {
    color: #ffbb17;
}

li {
    margin-bottom: 8px;
    line-height: 1.4;
    color: #474747;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding: 0;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.flex {
    display: flex;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.box {
    flex: 0 0 auto;
    width: 100%;
}

.box2 {
    flex: 0 0 auto;
    width: 50%;
}

.block {
    flex: 0 0 auto;
    width: 100%;
}

.block2 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .block2 {
        width: 50%;
    }
}

.box3 {
    flex: 0 0 auto;
    width: 33.333333338%;
}

.block3 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .block3 {
        width: 33.333333338%;
    }
}

.block4 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .block4 {
        width: 25%;
    }
}

.block7 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .block7 {
        width: 75%;
    }
}



/* header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 13;
    transition: ease .7s;
}

.menudark {
    box-shadow: 0 2px 7px rgb(0 0 0 / 28%);
    background: #F9F9F9 url(/images/bg_pattern3.png);
}



.phone {
    display: none;
    width: 20%;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .phone {
        display: flex;
    }
}

.phone a {
    color: #474747;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
}

.lang {
    display: flex;
    width: 10%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.lang a {
    padding: 5px;
    border: 1px solid #fff;
    margin: 5px 7px 7px;
    text-decoration: none;
    color: #fff;
    border-radius: 7px;
    transition: .7s ease;
}

.lang a:hover {
    background: #778197;
    color: #fff;
    border: 1px solid #778197;
}

@media (min-width: 768px) {
    .lang a {
        border: 1px solid #474747;
        color: #474747;
    }
}

.menudark .lang a {
    border: 1px solid #778197;
    color: #778197;

}

.menudark .lang a:hover {
    color: #fff;

}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 43%;
}

@media (min-width: 768px) {
    .logo {
        width: 20%;
    }
}

.logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

nav {
    display: flex;
    width: 22%;
}

@media (min-width: 768px) {
    nav {
        width: 70%;
    }
}

@media (min-width: 992px) {
    nav {
        width: 50%;
    }
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
}

nav li {
    display: inline-block;
    width: 24%;
    padding: 18px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    nav li {
        padding: 4px 0 0;
    }
}

@media (min-width: 992px) {
    nav li {
        padding: 8px 0 0;
    }
}

@media (min-width: 1200px) {
    nav li {
        padding: 7px 0 0;
    }
}

nav li:before {
    content: "";
    position: absolute;
    bottom: -7px;
    border-top: 1px solid #778197;
    width: 48px;
    left: 50%;
    transition: ease .7s;
    transform: translateX(-50%);
}

nav li:after {
    content: "";
    position: absolute;
    bottom: -8px;
    border-top: 3px solid #778197;
    width: 20px;
    left: 50%;
    transition: ease .7s;
    transform: translateX(-50%);
}

nav li:hover:after {
    width: 48px;
}

.menudark nav li:after {
    border-top: 3px solid #ffbb17;
}

nav a {
    color: #474747;
    text-decoration: none;
    font-size: 18px;
}

.nav-container {
    width: 100%;
}

main {
    position: relative;
    z-index: 7;
}

/* top */
.top {
    padding: 67px 0 27px;
    position: relative;
}

@media (min-width: 768px) {
    .top {
        padding: 67px 0 27px 0;
    }
}

@media (min-width: 992px) {
    .top {
        padding: 73px 0 27px 0;
    }
}

@media (min-width: 1200px) {
    .top {}
}

@media (min-width: 1400px) {
    .top {}
}

.top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #ffbb17 url(/images/bg_pattern3.png);
    width: 50%;
    height: 740px;
    z-index: -1;
}

@media (min-width: 768px) {
    .top:before {
        height: 660px;
        width: 72%;
    }
}

@media (min-width: 992px) {
    .top:before {
        height: 488px;
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .top:before {
        height: 580px;
        width: 76%;
    }
}

@media (min-width: 1400px) {
    .top:before {
        height: 660px;
        width: 71%;
    }
}

.fbgbox {
    border: 1px dashed #ffbb17;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

h1 {
    color: #fff;
    font-size: 40px;
    padding: 40px 27px 0;
    margin-top: 128px;
    margin-bottom: 0;
    text-shadow: 0 1px 1px rgb(0 0 0 / 77%);
}

@media (min-width: 768px) {
    h1 {
        font-size: 37px;
        padding: 40px 28px 0;
        margin-top: 90px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 37px;
        padding: 40px 0 0;
        margin-top: 32px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 40px;
        margin-top: 98px;
    }
}

@media (min-width: 1400px) {
    h1 {
        font-size: 44px;
        margin-top: 107px;
    }
}


.mouse-block {
    text-align: center;
    position: absolute;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 2;
}

@media (min-width: 768px) {
    .mouse-block {
        right: 50%;
        bottom: 0
    }
}

.mouse-block .mouse {
    margin-top: 0;
    margin-bottom: 27px;
    display: inline-block;
    width: 38px;
    height: 58px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 100px;
    border: 2px solid #ffbb17
}

@media (min-width: 768px) {
    .mouse-block .mouse {
        border: 2px solid #ffbb17
    }
}

.mouse-block .mouse .wheel {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 8px;
    height: 8px;
    background-color: #ffbb17;
    border-radius: 50%
}

@media (min-width: 768px) {
    .mouse-block .mouse .wheel {
        background-color: #ffbb17
    }
}

.mouse-block .mouse .scroll2 {
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0px;
    height: 0px;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.4em solid #ffbb17;
    -webkit-animation: down2 1.4s infinite;
    animation: down2 1s infinite
}

@media (min-width: 768px) {
    .mouse-block .mouse .scroll2 {
        border-top: 0.4em solid #ffbb17
    }
}

.mouse-block .mouse .scroll3 {
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0px;
    height: 0px;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.4em solid #ffbb17;
    -webkit-animation: down 1.4s infinite;
    animation: down 1s infinite
}

@media (min-width: 768px) {
    .mouse-block .mouse .scroll3 {
        border-top: 0.4em solid #ffbb17
    }
}

.mouse-block .mouse .scroll {
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0px;
    height: 0px;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.4em solid #ffbb17;
    -webkit-animation: down3 1.4s infinite;
    animation: down3 1s infinite
}

@media (min-width: 768px) {
    .mouse-block .mouse .scroll {
        border-top: 0.4em solid #ffbb17
    }
}

@-webkit-keyframes down3 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes down3 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes down2 {
    40% {
        opacity: 0
    }

    100% {
        opacity: 0.7;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes down2 {
    40% {
        opacity: 0
    }

    100% {
        opacity: 0.7;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes down {
    60% {
        opacity: 0
    }

    100% {
        opacity: 0.4;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes down {
    60% {
        opacity: 0
    }

    100% {
        opacity: 0.4;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}


/* why */
.why {
    margin-bottom: 78px;
}

.why h2 {
    font-size: 35px;
    line-height: 1;
    margin: 0;
    color: #778197;
    padding: 0 20px 28px;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .why h2 {
        font-size: 48px;
    }
}

@media (min-width: 768px) {
    .why .block4 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .why .block4 {
        width: 25%;
    }
}

/* forsale */
.forsale .box {
    background: #fff;
    padding: 20px 24px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.13);
    border-radius: 7px;
}

.forsalebox {
    position: relative;
    text-align: center;
    margin: 14px 28px;
    padding: 17px 0 0;
    font-size: 19px;
    color: #474747;
    border: 1px solid #768096;
    border-radius: 7px;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.13);
}

@media (min-width: 768px) {
    .forsalebox {
        margin: 14px 17px;
    }
}

@media (min-width: 992px) {
    .forsalebox {
        margin: 14px 7px;
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .forsalebox {
        margin: 14px 17px;
        font-size: 19px;
    }
}

@media (min-width: 1400px) {
    .forsalebox {
        margin: 14px 28px;
    }
}

.forsale button {
    background-image: linear-gradient(to right, #ffbb17 0%, #ffd97e 51%, #ffbb17 100%);
    transition: 0.7s;
    background-size: 200% auto;
    padding: 14px 27px;
    display: inline-block;
    text-decoration: none;
    color: #474747;
    font-size: 18px;
    margin: 10px 0 17px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.forsale button:hover {
    background-position: right center !important;
    text-decoration: none;
}

.forsalebox img {
    width: 78px;
    height: auto;
    display: inline-block;
    position: relative;
    top: 10px;
    -webkit-filter: drop-shadow(0px 1px 0px rgba(119, 129, 151, 1));
}

.forsalebox:after {
    content: "";
    width: 48px;
    height: 28px;
    border-left: 5px solid #ffbb17;
    border-top: 5px solid #ffbb17;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 7px 0 0 0;
}

.forsalebox:before {
    content: "";
    width: 48px;
    height: 28px;
    border-right: 5px solid #ffbb17;
    border-bottom: 5px solid #ffbb17;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-radius: 0 0 7px;
}

.forsale h2 {
    font-size: 34px;
    margin: 0 0 14px;
    position: relative;
    color: #778197;
}


.forsale h2:before {
    content: "";
    position: absolute;
    left: -24px;
    width: 5px;
    background: #ffbb17;
    top: 0;
    height: 100%;
}

.box-text {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .box-text {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .box-text {
        width: 70%;
    }
}

.box-img {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .box-img {
        width: 0;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .box-img {
        width: 30%;
        text-align: right;
    }
}

.box-img img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 84%;
}

/* FAQ */
.faq {
    margin-bottom: 40px;
}

.fitem {
    position: relative;
    margin: 14px;
    padding: 17px;
    font-size: 17px;
    color: #474747;
    border-radius: 7px;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.13);
}

@media (min-width: 992px) {
    .fitem {
        padding: 27px;
    }
}

.fitem:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 24%;
    height: 12px;
    background: #ffbb17;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 7px;
}

.faq h2 {
    font-size: 35px;
    line-height: 1;
    margin: 0;
    color: #778197;
    padding: 40px 20px 14px;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .faq h2 {
        font-size: 48px;
    }
}

.faq h2:after {
    content: "?";
    position: absolute;
    font-size: 187px;
    bottom: -53px;
    right: 0;
    color: rgb(119 129 151 / 17%);
}

.fitem h3 {
    margin: 0 0 17px;
    padding: 0 0 17px;
    border-bottom: 1px solid #778197;
    font-size: 20px;
}

@media (min-width: 768px) {
    .faq h3 {
        font-size: 24px;
    }
}

.ans {
    display: flex;
    align-items: flex-start;
}

.fitem b {
    background: #ffbb17;
    padding: 7px;
    margin: 0 4px 4px 0;
    display: inline-block;
    max-width: 13%;
}

@media (min-width: 768px) {
    .fitem b {
        max-width: 9%;
    }
}

.ua .fitem b {
    max-width: 15%;
}

@media (min-width: 768px) {
    .ua .fitem b {
        max-width: 9%;
    }
}

@media (min-width: 992px) {
    .ua .fitem b {
        max-width: 12%;
    }
}

.fitem span {
    padding: 0 0 0 7px;
    margin: -3px 0 0 0;
    line-height: 1.2;
    display: inline-block;
    max-width: 92%;
}

/* contact */
.contact {
    margin: 78px 0;
}

.contact h2 {
    font-size: 48px;
    line-height: 1;
    margin: 0;
    color: #778197;
    padding: 0 0 0 17px;
}

/* other */
.otherhead {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.other h2 {
    font-size: 28px;
    line-height: 1;
    margin: 0;
    color: #778197;
    padding: 0 20px 7px;
    position: relative;
}

@media (min-width: 768px) {
    .other h2 {
        font-size: 48px;
    }
}

@media (min-width: 992px) {
    .other h2 {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .other h2 {
        font-size: 42px;
    }
}

@media (min-width: 1400px) {
    .other h2 {
        font-size: 48px;
    }
}

.otherimg {
    width: 100%;
}

@media (min-width: 768px) {
    .otherimg {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .otherimg {
        width: 33.333333338%;
    }
}

.imglink {
    margin: 14px;
    position: relative;
    border-radius: 27px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.18);
}

.imglink img {
    width: 100%;
    height: auto;
}

.imglink p {
    position: absolute;
    bottom: 0;
    background: #ffbb17;
    font-size: 20px;
    font-weight: bold;
    color: #474747;
    padding: 9px 17px 10px;
}

section.other {
    margin: 48px 0;
}

/* nav */
@media (max-width: 767px) {
    .nav-container {
        position: fixed;
        top: -200%;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: #F9F9F9 url(/images/bg_pattern3.png);
        opacity: 0;
        transition: all 0.7s ease
    }

    .nav-container ul {
        position: absolute;
        top: 40%;
        left: 7px;
        transform: translateY(-50%);
        width: 100%;
        padding: 0
    }

    .nav-container ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 17px
    }

    .nav-container ul li:not(:first-child) {
        margin-left: 0
    }

    .nav-container ul li ul li {
        text-align: left
    }

    .nav-container ul li ul li a {
        font-size: 20px
    }

    .nav-container ul li a {
        padding: 0;
        opacity: 0;
        color: #778197;
        font-size: 28px;
        font-weight: normal;
    }

    .nav-open {
        position: fixed;
        right: 10px;
        top: 10px;
        display: block;
        width: 48px;
        height: 48px;
        cursor: pointer;
        z-index: 1000;
        border-radius: 50%
    }

    .nav-open i {
        display: block;
        width: 27px;
        height: 4px;
        background: #fff;
        border-radius: 0px;
        margin-left: 7px
    }

    .menudark .nav-open i {
        background: #778197;
    }

    .nav-open i:nth-child(1) {
        margin-top: 13px
    }

    .nav-open i:nth-child(2) {
        margin-top: 4px;
        opacity: 1
    }

    .nav-open i:nth-child(3) {
        margin-top: 4px
    }
}

#nav:checked+.nav-open {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav:checked+.nav-open i {
    background: #778197;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease
}

#nav:checked+.nav-open i:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(180deg);
    -ms-transform: translateY(10px) rotate(180deg);
    transform: translateY(10px) rotate(180deg)
}

#nav:checked+.nav-open i:nth-child(2) {
    opacity: 0
}

#nav:checked+.nav-open i:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(90deg);
    -ms-transform: translateY(-6px) rotate(90deg);
    transform: translateY(-6px) rotate(90deg)
}

#nav:checked~.nav-container {
    z-index: 999;
    top: 67px;
    opacity: 1
}

#nav:checked~.nav-container ul li a {
    opacity: 1;
}

.hover:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    width: 48px;
    height: 28px;
    border-top: 1px solid #ffbb17;
    border-left: 1px solid #ffbb17;
    transition: ease .7s;
}

.hover:after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 48px;
    height: 28px;
    border-bottom: 1px solid #ffbb17;
    border-right: 1px solid #ffbb17;
    transition: ease .7s;
}

.hover:hover:before,
.hover:hover:after {
    width: 78px;
    height: 38px;
}

.callmemob {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 13;
    display: flex;
    flex-wrap: wrap;
    background: #778197 url(/images/bg_pattern3.png);
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

@media (min-width: 576px) {
    .callmemob {
        display: none;
    }
}

.callmemob a {
    padding: 12px 8px;
    text-align: center;
}

.callmemob a:nth-child(1) {
    border-right: 1px solid #fff;
}

.callmemob a:nth-child(2) {
    border-right: 1px solid #fff;
}

.callmemob .mobphone {
    flex: 0 0 auto;
    width: 50%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.callmemob .viber {
    flex: 0 0 auto;
    width: 25%;
}

.callmemob .telegram {
    flex: 0 0 auto;
    width: 25%;
}

.callmemob img {
    width: 28px;
    display: inline-block;
}

.viberpc,
.telegrampc {
    display: none;
}

@media (min-width: 576px) {

    .viberpc,
    .telegrampc {
        position: fixed;
        display: block;
        right: 28px;
        background-color: #778197;
        z-index: 17;
        padding: 14px;
        border-radius: 50%;
    }

    .viberpc {
        bottom: 28px;
    }

    .telegrampc {
        bottom: 108px;
    }

    .viberpc img,
    .telegrampc img {
        width: 40px;
    }
}

.blur {
    filter: blur(7px);
}

.modal {
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: -200%;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: ease .7s;
}

.modal.open {
    top: 0;
}

.modal-content {
    margin: auto;
    padding: 20px;
    width: 90%;
    background: #F9F9F9 url(/images/bg_pattern3.png);
    text-align: center;
    max-width: 700px;
    min-width: 337px;
    position: relative;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.27);
}

.modal-content h3 {
    font-size: 34px;
    margin: 7px 0 8px;
    color: #778197;
}

.modal-content b {
    font-size: 22px;
    display: block;
    margin-bottom: 17px;
    color: #778197;
}

.modalinput {
    border: 2px solid #ffbb17;
    margin: 8px 0;
    padding: 14px 17px 13px;
    font-size: 20px;
}

.modalinput:focus {
    border: 2px solid #778197;
    outline: none;
}

.submit {
    background: #ffbb17;
    padding: 14px 27px;
    display: inline-block;
    text-decoration: none;
    color: #474747;
    font-size: 18px;
    margin: 20px 0 17px;
    position: relative;
    border: 0;
    cursor: pointer;
}

.close {
    color: #778197;
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 3px;
    right: 14px;
    line-height: 1;
}

@media (max-width: 767px) {
    .close {
        top: -24px;
        right: -12px
    }
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}