@charset "UTF-8";
/*!
Theme Name: Vida
Author: Me.kiev.ua
Description: Продажа кофе.
Version: 1.0.0
Text Domain: vida
*/
/*--------------------------------------------------------------
>>> ОГЛАВЛЕНИЕ:
----------------------------------------------------------------
# Типографика
# Элементы
# Шапка
# Секции
# Виджеты
# Контент
# Комментарии
# Галерея
# Подвал
--------------------------------------------------------------*/
/*Отзывчивое соотношение - Мы используем этот миксин для создания масштабируемых элементов(обычно изображения/картинки заднего фона), чтобы поддерживать соотношение.*/
/*
Пример:
div {
  @include responsive-ratio(16,9);
}
*/
/*--------------------------------------------------------------
# Типографика
--------------------------------------------------------------*/
@font-face {
    font-family: 'Inter';
  src: url("./fonts/Inter/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("./fonts/Inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter/Inter-Regular.woff") format("woff"), url("./fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
  src: url("./fonts/Inter/Inter-LightBETA.eot");
  src: local("Inter Light BETA"), local("Inter-LightBETA"), url("./fonts/Inter/Inter-LightBETA.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter/Inter-LightBETA.woff2") format("woff2"), url("./fonts/Inter/Inter-LightBETA.woff") format("woff"), url("./fonts/Inter/Inter-LightBETA.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Inter';
  src: url("./fonts/Inter/Inter-SemiBold.eot");
  src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("./fonts/Inter/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter/Inter-SemiBold.woff") format("woff"), url("./fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
  src: url("./fonts/Inter/Inter-ExtraBold.eot");
  src: local("Inter Extra Bold"), local("Inter-ExtraBold"), url("./fonts/Inter/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter/Inter-ExtraBold.woff2") format("woff2"), url("./fonts/Inter/Inter-ExtraBold.woff") format("woff"), url("./fonts/Inter/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

/*--------------------------------------------------------------
# Элементы
--------------------------------------------------------------*/
html,
body {
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    height: 100%;
    background-color: #252525;
}

/*Прижатие подвала к низу сайта*/
#page {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/*Изменение максимальной ширины контейнера (bootstrap)*/
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

embed,
iframe,
object {
    max-width: 100%;
}

/* Заголовки */
h1 {
    font-size: 40px;
    font-size: 2.5rem;
}

h2 {
    font-size: 32px;
    font-size: 2rem;
}

h3 {
    font-size: 28px;
    font-size: 1.75rem;
}

h4 {
    font-size: 24px;
    font-size: 1.5rem;
}

h5 {
    font-size: 20px;
    font-size: 1.25rem;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
}

.title {
    font-size: 200px;
    font-size: 12.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 250px;
    max-width: 1360px;
}

@media only screen and (max-width: 1600px) {
    .title {
        font-size: 160px;
        font-size: 10rem;
        line-height: 200px;
    }
}

@media only screen and (max-width: 1200px) {
    .title {
        font-size: 120px;
        font-size: 7.5rem;
        line-height: 160px;
    }
}

@media only screen and (max-width: 992px) {
    .title {
        font-size: 100px;
        font-size: 6.25rem;
        line-height: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .title {
        font-size: 70px;
        font-size: 4.375rem;
        line-height: 90px;
    }
}

@media only screen and (max-width: 567px) {
    .title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 58px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.yellow-content {
    border-radius: 55px;
    font-size: 30px;
    font-size: 1.875rem;
    color: #252525;
    line-height: 36px;
    font-weight: 700;
    width: 100%;
    max-width: 575px;
    padding: 55px 13px;
    background-color: #FEBA0A;
}

@media only screen and (max-width: 992px) {
    .yellow-content {
        border-radius: 30px;
    }
}

@media only screen and (max-width: 567px) {
    .yellow-content {
        border-radius: 10px;
    }
}

.black-content {
    border-radius: 55px;
    font-size: 30px;
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    max-width: 575px;
    padding: 55px 13px;
    background-color: rgba(37, 37, 37, 0.8);
    -webkit-box-shadow: 1px 1px 14px 0 #FEBA0A;
    box-shadow: 1px 1px 14px 0 #FEBA0A;
}

@media only screen and (max-width: 992px) {
    .black-content {
        border-radius: 30px;
    }
}

@media only screen and (max-width: 567px) {
    .black-content {
        border-radius: 10px;
    }
}

.white {
    color: #FFFFFF;
}

.yellow {
    color: #FEBA0A;
}

/*Ленивая загрузка*/
.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}

.b-lazy.b-loaded {
    opacity: 1;
}

a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

strong {
    font-weight: 700;
}

/*Форма*/
form {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}

form div {
    margin-bottom: 10px;
}

form label {
    display: block;
}

form input[type="email"],
form input[type="text"],
form input[type="number"],
form input[type="password"],
form input[type="tel"],
form textarea {
    border-radius: 12px;
    font-size: 36px;
    font-size: 2.25rem;
    border: none;
    padding: 8px 30px;
    outline: none;
}

form input:focus::-webkit-input-placeholder {
    color: transparent;
}

form input:focus:-moz-placeholder {
    color: transparent;
}

form input:focus::-moz-placeholder {
    color: transparent;
}

form input:focus:-ms-input-placeholder {
    color: transparent;
}

form select {
    outline: none;
    padding: 5px;
    border: 1px solid #999999;
}

form select:focus {
    outline: none;
}

form input[type="submit"],
form button[type="submit"] {
    background: none;
    border: 1px solid #999999;
    padding: 5px 15px;
}

form input[type="submit"]:hover,
form button[type="submit"]:hover {
    cursor: pointer;
}

/*Модальное окно*/
.mfp-container {
    padding: 0;
}

.mfp-content:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: '';
    display: none;
    width: 400px;
    height: 400px;
    position: absolute;
    right: -150px;
    bottom: 0;
    z-index: 9;
    background-image: url("img/left-green-sheet.png");
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 576px) {
    .mfp-content:after {
        display: block;
    }
}

.black-popup {
    position: relative;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-color: #252525;
    background-image: url("img/bg-corn-black.png");
    background-repeat: repeat-y;
    background-size: contain;
    z-index: 999;
}

.black-popup:before {
    content: '';
    position: absolute;
    top: -120px;
    left: 0;
    display: block;
    width: 400px;
    height: 800px;
    background-image: url("img/left-green-sheet.png");
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1200px) {
    .black-popup:before {
        width: 300px;
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .black-popup:before {
        width: 200px;
        height: 460px;
    }
}

.black-popup:after {
    border-radius: 50%;
    content: '';
    display: block;
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: -600px;
    right: -600px;
    background-color: #FEBA0A;
}

@media only screen and (max-width: 1600px) {
    .black-popup:after {
        width: 950px;
        height: 950px;
    }
}

@media only screen and (max-width: 1400px) {
    .black-popup:after {
        width: 900px;
        height: 900px;
    }
}

@media only screen and (max-width: 768px) {
    .black-popup:after {
        width: 850px;
        height: 850px;
    }
}

@media only screen and (max-width: 576px) {
    .black-popup:after {
        width: 500px;
        height: 500px;
        top: -320px;
        right: -320px;
    }
}

.black-popup .mfp-close {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 50%;
    font-size: 80px;
    font-size: 5rem;
    border: 6px solid #252525;
    top: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    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;
    opacity: 1;
}

@media only screen and (max-width: 1400px) {
    .black-popup .mfp-close {
        font-size: 60px;
        font-size: 3.75rem;
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .black-popup .mfp-close {
        font-size: 32px;
        font-size: 2rem;
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px;
        border: 2px solid #252525;
    }
}

.black-popup .mfp-close:hover {
    color: #FFFFFF;
    border: 6px solid #FFFFFF;
}

.black-popup form {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .black-popup form .form-logo {
        max-width: 360px;
    }
}

@media only screen and (max-width: 768px) {
    .black-popup form .form-logo {
        max-width: 300px;
    }
}

@media only screen and (max-width: 576px) {
    .black-popup form .form-logo {
        max-width: 200px;
    }
}

.black-popup form .form-title {
    font-size: 52px;
    font-size: 3.25rem;
    font-weight: 700;
    color: #FEBA0A;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1600px) {
    .black-popup form .form-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 1200px) {
    .black-popup form .form-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 768px) {
    .black-popup form .form-title {
        font-size: 32px;
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .black-popup form .form-title {
        font-size: 30px;
        font-size: 1.875rem;
        max-width: 300px;
    }
}

.black-popup form .wrap-label {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 576px) {
    .black-popup form .wrap-label {
        margin-bottom: 20px;
    }
}

.black-popup form label {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 600;
    color: #FEBA0A;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1600px) {
    .black-popup form label {
        font-size: 32px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1400px) {
    .black-popup form label {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 1200px) {
    .black-popup form label {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (max-width: 768px) {
    .black-popup form label {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .black-popup form label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }
}

.black-popup form input {
    width: 950px;
    margin-left: 50px;
}

@media only screen and (max-width: 1600px) {
    .black-popup form input {
        font-size: 32px;
        font-size: 2rem;
        width: 700px;
    }
}

@media only screen and (max-width: 1400px) {
    .black-popup form input {
        font-size: 28px;
        font-size: 1.75rem;
        width: 550px;
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .black-popup form input {
        font-size: 22px;
        font-size: 1.375rem;
        width: 460px;
    }
}

@media only screen and (max-width: 768px) {
    .black-popup form input {
        font-size: 18px;
        font-size: 1.125rem;
        width: 360px;
    }
}

@media only screen and (max-width: 576px) {
    .black-popup form input {
        margin-top: 10px;
        margin-left: 0;
    }
}

.black-popup form input[type="submit"] {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 70px;
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    margin-left: 0;
    margin-bottom: 60px;
    max-width: 360px;
    border: none;
    -webkit-box-shadow: 0 0 14px 2px #FEBA0A;
    box-shadow: 0 0 14px 2px #FEBA0A;
    background-color: #252525;
}

@media only screen and (max-width: 1600px) {
    .black-popup form input[type="submit"] {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media only screen and (max-width: 1400px) {
    .black-popup form input[type="submit"] {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 1200px) {
    .black-popup form input[type="submit"] {
        font-size: 26px;
        font-size: 1.625rem;
        max-width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .black-popup form input[type="submit"] {
        font-size: 22px;
        font-size: 1.375rem;
        max-width: 260px;
    }
}

@media only screen and (max-width: 576px) {
    .black-popup form input[type="submit"] {
        font-size: 16px;
        font-size: 1rem;
        max-width: 140px;
        margin-bottom: 40px;
    }
}

.black-popup form input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 14px 6px #FEBA0A;
    box-shadow: 0 0 14px 6px #FEBA0A;
}

.black-popup form .info {
    border-radius: 12px;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 600;
    color: #252525;
    text-align: center;
    padding: 15px 30px;
    background-color: #FEBA0A;
}

@media only screen and (max-width: 1600px) {
    .black-popup form .info {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 1200px) {
    .black-popup form .info {
        font-size: 22px;
        font-size: 1.375rem;
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 768px) {
    .black-popup form .info {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .black-popup form .info {
        border-radius: 0;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 15px 30px;
        max-width: 300px;
    }
}

/*Модальное окно после успешной отправки формы*/
.white-popup {
    position: relative;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    background-image: url("img/bg-corn-black.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 576px) {
    .white-popup {
        background-position: center 80%;
    }
}

.white-popup:before {
    content: '';
    position: absolute;
    top: -250px;
    left: 0;
    display: block;
    width: 400px;
    height: 800px;
    background-image: url("img/left-green-sheet.png");
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1200px) {
    .white-popup:before {
        width: 300px;
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .white-popup:before {
        width: 200px;
        height: 460px;
    }
}

@media only screen and (max-width: 576px) {
    .white-popup:before {
        top: -100px;
    }
}

.white-popup:after {
    border-radius: 50%;
    content: '';
    display: block;
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: -600px;
    right: -600px;
    background-color: #999999;
}

@media only screen and (max-width: 1600px) {
    .white-popup:after {
        width: 950px;
        height: 950px;
    }
}

@media only screen and (max-width: 1400px) {
    .white-popup:after {
        width: 900px;
        height: 900px;
    }
}

@media only screen and (max-width: 768px) {
    .white-popup:after {
        width: 850px;
        height: 850px;
    }
}

@media only screen and (max-width: 576px) {
    .white-popup:after {
        width: 500px;
        height: 500px;
        top: -320px;
        right: -320px;
    }
}

.white-popup .mfp-close {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 50%;
    font-size: 80px;
    font-size: 5rem;
    border: 6px solid #252525;
    top: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    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;
    opacity: 1;
}

@media only screen and (max-width: 1400px) {
    .white-popup .mfp-close {
        font-size: 60px;
        font-size: 3.75rem;
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .white-popup .mfp-close {
        font-size: 32px;
        font-size: 2rem;
        width: 30px;
        height: 30px;
        border: 2px solid #252525;
    }
}

@media only screen and (max-width: 576px) {
    .white-popup .mfp-close {
        top: 15px;
        right: 15px;
    }
}

.white-popup .mfp-close:hover {
    color: #FFFFFF;
    border: 6px solid #FFFFFF;
}

.white-popup .submitted-content {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.white-popup .submitted-content:before {
    content: '';
    display: block;
    width: 522px;
    height: 477px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("img/modal-sheet-left.png");
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1600px) {
    .white-popup .submitted-content:before {
        width: 400px;
        height: 300px;
    }
}

@media only screen and (max-width: 576px) {
    .white-popup .submitted-content:before {
        display: none;
    }
}

.white-popup .submitted-title {
    font-size: 96px;
    font-size: 6rem;
    font-weight: 700;
    color: #252525;
    text-align: center;
    line-height: 1.2;
    margin: 0 15px 10px;
}

@media only screen and (max-width: 1400px) {
    .white-popup .submitted-title {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

@media only screen and (max-width: 992px) {
    .white-popup .submitted-title {
        font-size: 56px;
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .white-popup .submitted-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .white-popup .submitted-title {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.white-popup .submitted-subtitle {
    border-radius: 12px;
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: 700;
    text-align: center;
    line-height: 66px;
    padding: 25px 180px;
    margin: 0 15px;
    max-width: 1170px;
    background-color: #FEBA0A;
}

@media only screen and (max-width: 1400px) {
    .white-popup .submitted-subtitle {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 50px;
        padding: 25px 120px;
        max-width: 900px;
    }
}

@media only screen and (max-width: 992px) {
    .white-popup .submitted-subtitle {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 38px;
        padding: 25px 80px;
        max-width: 700px;
    }
}

@media only screen and (max-width: 768px) {
    .white-popup .submitted-subtitle {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px;
        padding: 25px;
        max-width: 600px;
    }
}

@media only screen and (max-width: 576px) {
    .white-popup .submitted-subtitle {
        border-radius: 4px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.2;
        padding: 10px;
    }
}

/*Форма заказа товара (на одиночной странице)*/
#order-product-single {
    height: auto;
    min-height: 100vh;
}

#order-product-single .form-title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
    #order-product-single .form-title {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.2;
        margin-top: 15px;
    }
}

#order-product-single label {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    #order-product-single label {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 10px;
    }
}

#order-product-single input:not([type=radio]) {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 600px;
}

@media only screen and (max-width: 576px) {
    #order-product-single input:not([type=radio]) {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 5px 15px;
    }
}

#order-product-single input[type=radio] {
    width: auto;
    margin-right: 10px;
    margin-left: 0;
    display: none;
}

#order-product-single input[type=radio] + label:before {
    content: "\26AB";
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    -webkit-transition: font-size ease .3s;
    transition: font-size ease .3s;
    background-color: #FFFFFF;
}

#order-product-single input[type=radio]:checked + label:before {
    font-size: 12px;
    line-height: 17px;
}

@media only screen and (max-width: 576px) {
    #order-product-single input[type="submit"] {
        margin-bottom: 30px;
    }
}

#order-product-single .single-addr {
    font-size: 24px;
    font-size: 1.5rem;
    color: #FEBA0A;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
    #order-product-single .single-addr {
        font-size: 14px;
        font-size: 0.875rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 360px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
}

#order-product-single .single-addr .wrap-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-left: 50px;
}

@media only screen and (max-width: 1400px) {
    #order-product-single .single-addr .wrap-radio {
        width: 550px;
    }
}

@media only screen and (max-width: 1200px) {
    #order-product-single .single-addr .wrap-radio {
        width: 460px;
    }
}

@media only screen and (max-width: 768px) {
    #order-product-single .single-addr .wrap-radio {
        width: 360px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 576px) {
    #order-product-single .single-addr .wrap-radio {
        margin-top: 15px;
        margin-left: 0;
    }
}

#order-product-single .single-addr .wrap-radio label {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 30px 0 0;
}

@media only screen and (max-width: 768px) {
    #order-product-single .single-addr .wrap-radio label {
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 576px) {
    #order-product-single .single-addr .wrap-radio label {
        font-size: 12px;
        font-size: 0.75rem;
        display: block;
    }

    #order-product-single .single-addr .wrap-radio label:last-child {
        margin-bottom: 0;
    }
}

#order-product-single .single-addr .wrap-radio label:last-child {
    margin-right: 0;
}

#order-product-single .info {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px 30px;
}

@media only screen and (max-width: 576px) {
    #order-product-single .info {
        border-radius: 12px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2;
        padding: 8px 15px;
        margin: 0;
    }
}

/*Лоадер отправки формы*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1050;
    background-color: rgba(37, 37, 37, 0.8);
}

.loader svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-animation: spin 2000ms linear 0s infinite;
    animation: spin 2000ms linear 0s infinite;
}

/*Таблица*/
table {
    width: 100%;
    margin-bottom: 15px;
}

table tr th,
table tr td {
    padding: 5px;
}

/*Кнопки*/
.button {
    font-size: 12px;
    font-size: 0.75rem;
    border: 1px solid #252525;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    display: inline-block;
}

.button:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.button:focus {
    outline: none;
}

.button-border {
    font-size: 12px;
    font-size: 0.75rem;
    border: 1px solid #252525;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    background: none;
    padding: 10px;
    display: inline-block;
}

.button-border:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.button-border:focus {
    outline: none;
}

.button-yellow {
    font-size: 22px;
    font-size: 1.375rem;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 30px;
    display: inline-block;
    background-color: #FEBA0A;
}

@media only screen and (max-width: 576px) {
    .button-yellow {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.button-yellow:hover {
    color: #FFFFFF;
    cursor: pointer;
    background-color: #bb8701;
}

.button-yellow:focus {
    outline: none;
}

/**
 * Спиннер.
 */
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

/*--------------------------------------------------------------
# Шапка
--------------------------------------------------------------*/
/*Шапка сайта*/
.site-header {
    position: relative;
}

@media only screen and (max-width: 992px) {
    .site-header {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 567px) {
    .site-header {
        padding-top: 30px;
    }
}

.site-header:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 385px;
    height: 302px;
    background-image: url("img/bg-header.png");
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 10;
}

@media only screen and (max-width: 1200px) {
    .site-header:after {
        width: 280px;
        height: 200px;
        background-size: contain;
    }
}

@media only screen and (max-width: 567px) {
    .site-header:after {
        width: 140px;
        height: 100px;
    }
}

.site-header .site-branding img {
    width: 480px;
    height: 205px;
}

@media only screen and (max-width: 1400px) {
    .site-header .site-branding img {
        width: 380px;
        height: auto;
    }
}

@media only screen and (max-width: 567px) {
    .site-header .site-branding img {
        width: 180px;
    }
}

/*Хлебные крошки*/
/*Хлебные крошки*/
.bread-crumbs {
    margin: 20px 0;
    padding: 15px 0;
    position: relative;
    z-index: 9;
    background-color: rgba(153, 153, 153, 0.5);
}

.bread-crumbs .breadcrumbs {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
    .bread-crumbs .breadcrumbs {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.bread-crumbs .breadcrumbs span.no-link {
    color: #252525;
}

.bread-crumbs .breadcrumbs a.breadcrumbs__link {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bread-crumbs .breadcrumbs a.breadcrumbs__link:hover {
    color: #FEBA0A;
}

.bread-crumbs .breadcrumbs a.breadcrumbs__link svg {
    margin-right: 10px;
}

.bread-crumbs .breadcrumbs .breadcrumbs__current {
    color: #252525;
    display: inline-block;
    line-height: 12px;
}

.bread-crumbs .breadcrumbs .breadcrumbs__separator {
    margin: 0 5px;
}

/*--------------------------------------------------------------
# Секции
--------------------------------------------------------------*/
/*Первый экран*/
.first-screen {
    position: relative;
}

.first-screen:before {
    content: '';
    display: block;
    width: 200px;
    height: 1000px;
    background-image: url("img/bg-sheet.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1400px) {
    .first-screen:before {
        width: 160px;
        height: 820px;
        background-size: contain;
        background-position: left bottom;
    }
}

@media only screen and (max-width: 1200px) {
    .first-screen:before {
        width: 100px;
        height: 600px;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen:before {
        background-image: url("img/bg-sheet-mobile.png");
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 567px) {
    .first-screen:before {
        top: -200px;
        bottom: auto;
    }
}

.first-screen .left-block {
    width: 150%;
    height: calc(100vh - 205px);
    position: relative;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 1400px) {
    .first-screen .left-block {
        height: 650px;
    }
}

@media only screen and (max-width: 1200px) {
    .first-screen .left-block {
        height: 500px;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .left-block {
        width: 100%;
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.first-screen .left-block:after {
    content: '';
    display: block;
    width: 120%;
    height: 120%;
    background-image: url("img/left-globe.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 0;
}

@media only screen and (max-width: 1400px) {
    .first-screen .left-block:after {
        top: 140px;
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 1200px) {
    .first-screen .left-block:after {
        top: 110px;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .left-block:after {
        width: 500px;
        height: 500px;
        top: -70%;
        left: calc(50% - 250px);
    }
}

@media only screen and (max-width: 567px) {
    .first-screen .left-block:after {
        width: 300px;
        height: 300px;
        top: -100%;
        left: calc(50% - 150px);
    }
}

.first-screen .left-block .left-content {
    margin-top: -30px;
    margin-left: 70px;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1600px) {
    .first-screen .left-block .left-content {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .first-screen .left-block .left-content {
        margin-top: 0;
    }
}

.first-screen .left-block .left-content h1 {
    font-size: 74px;
    font-size: 4.625rem;
    font-weight: 600;
    line-height: 64px;
    width: 120%;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1600px) {
    .first-screen .left-block .left-content h1 {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media only screen and (max-width: 1400px) {
    .first-screen .left-block .left-content h1 {
        font-size: 55px;
        font-size: 3.4375rem;
        line-height: 60px;
        width: 130%;
    }
}

@media only screen and (max-width: 1200px) {
    .first-screen .left-block .left-content h1 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 44px;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .left-block .left-content h1 {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 567px) {
    .first-screen .left-block .left-content h1 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1600px) {
    .first-screen .left-block .left-content .yellow-content {
        font-size: 26px;
        font-size: 1.625rem;
        max-width: 500px;
    }
}

@media only screen and (max-width: 1400px) {
    .first-screen .left-block .left-content .yellow-content {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 26px;
        padding: 40px 10px;
        max-width: none;
        width: 110%;
    }
}

@media only screen and (max-width: 1200px) {
    .first-screen .left-block .left-content .yellow-content {
        font-size: 20px;
        font-size: 1.25rem;
        width: 100%;
        padding: 35px 10px;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .left-block .left-content .yellow-content {
        text-align: center;
    }
}

@media only screen and (max-width: 567px) {
    .first-screen .left-block .left-content .yellow-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 16px;
        padding: 8px 40px;
    }
}

.first-screen .left-block .link-more {
    border-radius: 48px;
    color: #252525;
    cursor: default;
    display: inline-block;
    margin-left: 70px;
    margin-bottom: 30px;
    padding: 15px 110px;
    background-color: #FEBA0A;
    position: relative;
    z-index: 3;
}

.first-screen .left-block .link-more svg {
    width: 100px;
}

@media only screen and (max-width: 1600px) {
    .first-screen .left-block .link-more {
        margin-left: 0;
        padding: 10px 100px;
    }
}

@media only screen and (max-width: 1600px) {
    .first-screen .left-block .link-more {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .first-screen .left-block .link-more {
        padding: 10px 80px;
    }

    .first-screen .left-block .link-more svg {
        width: 60px;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .left-block .link-more {
        display: none;
    }
}

.first-screen .wrap-elephant {
    position: relative;
    height: calc(100vh - 205px);
}

@media only screen and (max-width: 1400px) {
    .first-screen .wrap-elephant {
        height: 650px;
    }
}

@media only screen and (max-width: 1200px) {
    .first-screen .wrap-elephant {
        height: 500px;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .wrap-elephant {
        height: auto;
    }
}

.first-screen .wrap-elephant img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (max-width: 1600px) {
    .first-screen .wrap-elephant img {
        height: auto;
    }
}

@media only screen and (max-width: 1400px) {
    .first-screen .wrap-elephant img {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1260px) {
    .first-screen .wrap-elephant img {
        margin-left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .wrap-elephant img {
        position: relative;
        height: 100%;
    }
}

@media only screen and (max-width: 567px) {
    .first-screen .wrap-elephant img {
        margin-top: -15px;
    }
}

.first-screen .right-block {
    width: 150%;
    height: calc(100vh - 205px);
    position: relative;
    right: 50%;
}

@media only screen and (max-width: 1400px) {
    .first-screen .right-block {
        height: 650px;
        width: 450px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1260px) {
    .first-screen .right-block {
        width: 400px;
    }
}

@media only screen and (max-width: 1200px) {
    .first-screen .right-block {
        height: 500px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1100px) {
    .first-screen .right-block {
        width: 340px;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .right-block {
        width: 100%;
        height: auto;
        position: relative;
        right: auto;
        margin-bottom: 60px;
    }
}

.first-screen .right-block:after {
    content: '';
    display: block;
    width: 120%;
    height: 120%;
    background-image: url("img/right-globe.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -60px;
    right: 0;
    bottom: auto;
    z-index: 1;
}

@media only screen and (max-width: 1400px) {
    .first-screen .right-block:after {
        top: 60px;
        width: 400px;
        height: 400px;
        right: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .right-block:after {
        width: 500px;
        height: 500px;
        top: auto;
        left: calc(50% - 250px);
        right: auto;
        bottom: -40px;
    }
}

@media only screen and (max-width: 567px) {
    .first-screen .right-block:after {
        width: 300px;
        height: 300px;
        left: calc(50% - 150px);
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .right-block .right-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.first-screen .right-block .black-content {
    margin-bottom: 160px;
    position: relative;
    top: -15px;
    left: -60px;
    z-index: 33;
}

@media only screen and (max-width: 1600px) {
    .first-screen .right-block .black-content {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 36px;
        left: -30px;
    }
}

@media only screen and (max-width: 1400px) {
    .first-screen .right-block .black-content {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 30px;
        top: 0;
        max-width: none;
        padding: 55px 10px;
        margin-bottom: 130px;
    }
}

@media only screen and (max-width: 1200px) {
    .first-screen .right-block .black-content {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 40px 10px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1100px) {
    .first-screen .right-block .black-content {
        left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .right-block .black-content {
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: none;
        text-align: center;
        padding: 20px;
        width: 48%;
        margin: 0;
    }
}

@media only screen and (max-width: 567px) {
    .first-screen .right-block .black-content {
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 12px;
        padding: 10px;
    }
}

.first-screen .right-block .yellow-content {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    padding: 45px 55px;
    position: relative;
    left: -60px;
    max-width: 640px;
}

@media only screen and (max-width: 1600px) {
    .first-screen .right-block .yellow-content {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 36px;
        left: -30px;
    }
}

@media only screen and (max-width: 1400px) {
    .first-screen .right-block .yellow-content {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 26px;
        max-width: none;
        padding: 35px 40px 35px 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .first-screen .right-block .yellow-content {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 1100px) {
    .first-screen .right-block .yellow-content {
        left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .first-screen .right-block .yellow-content {
        font-size: 18px;
        font-size: 1.125rem;
        text-align: center;
        line-height: 30px;
        text-transform: none;
        padding: 20px;
        width: 48%;
    }
}

@media only screen and (max-width: 567px) {
    .first-screen .right-block .yellow-content {
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 12px;
        padding: 10px;
    }
}

/*Наши услуги*/
.services {
    background-image: url("img/bg-cofe.png");
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 567px) {
    .services {
        background-image: url("img/bg-cofe-mobile.png");
    }
}

.services:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -60px;
    display: block;
    width: 400px;
    height: 800px;
    background-image: url("img/left-green-sheet.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
}

@media only screen and (max-width: 992px) {
    .services:before {
        width: 300px;
        height: 600px;
    }
}

@media only screen and (max-width: 567px) {
    .services:before {
        width: 150px;
        height: 300px;
        bottom: 100px;
    }
}

.services:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 200px;
    height: 695px;
    background-image: url("img/right-green-sheet.png");
    background-repeat: no-repeat;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    .services:after {
        width: 140px;
        height: 550px;
        background-size: contain;
    }
}

@media only screen and (max-width: 567px) {
    .services:after {
        bottom: 160px;
        width: 160px;
        height: 500px;
        background-size: 100% 100%;
    }
}

.services .cofe-mobile {
    position: relative;
}

.services .cofe-mobile:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100px;
    display: none;
    width: 360px;
    height: 1092px;
    background-image: url("img/coffee-bubbles-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
}

@media only screen and (max-width: 992px) {
    .services .cofe-mobile:before {
        display: block;
    }
}

@media only screen and (max-width: 567px) {
    .services .cofe-mobile:before {
        width: 220px;
        height: 600px;
        top: 200px;
        bottom: auto;
    }
}

.services .cofe-mobile:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    display: none;
    width: 360px;
    height: 1092px;
    background-image: url("img/coffee-bubbles-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
}

@media only screen and (max-width: 992px) {
    .services .cofe-mobile:after {
        display: block;
    }
}

@media only screen and (max-width: 567px) {
    .services .cofe-mobile:after {
        top: 40%;
        width: 260px;
        height: 400px;
    }
}

.services .services-desc {
    font-size: 41px;
    font-size: 2.5625rem;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    color: #FEBA0A;
    max-width: 1360px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1600px) {
    .services .services-desc {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1400px) {
    .services .services-desc {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
    }
}

@media only screen and (max-width: 992px) {
    .services .services-desc {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .services .services-desc {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
    }
}

@media only screen and (max-width: 567px) {
    .services .services-desc {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 16px;
        max-width: 80%;
    }
}

.services .services-content {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 567px) {
    .services .services-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.services .services-content .black-content {
    font-size: 32px;
    font-size: 2rem;
    line-height: 34px;
    color: #FEBA0A;
    max-width: 860px;
}

@media only screen and (max-width: 1600px) {
    .services .services-content .black-content {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1400px) {
    .services .services-content .black-content {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .services .services-content .black-content {
        padding: 40px 13px;
    }
}

@media only screen and (max-width: 768px) {
    .services .services-content .black-content {
        font-size: 16px;
        font-size: 1rem;
        line-height: 18px;
        padding: 30px 13px;
    }
}

@media only screen and (max-width: 567px) {
    .services .services-content .black-content {
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 12px;
        max-width: 70%;
    }
}

.services .services-content .black-content:last-child {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 80%;
}

@media only screen and (max-width: 1400px) {
    .services .services-content .black-content:last-child {
        max-width: 90%;
    }
}

@media only screen and (max-width: 567px) {
    .services .services-content .black-content:last-child {
        max-width: 70%;
    }
}

.services .services-content .black-content .services-title {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .services .services-content .black-content .services-title {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 44px;
    }
}

@media only screen and (max-width: 1400px) {
    .services .services-content .black-content .services-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .services .services-content .black-content .services-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .services .services-content .black-content .services-title {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 24px;
    }
}

@media only screen and (max-width: 567px) {
    .services .services-content .black-content .services-title {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 13px;
    }
}

.services .services-content .black-content p {
    margin: 0;
}

.services .services-content .black-content ul li {
    color: #FFFFFF;
}

.services .services-content .black-content ul li span {
    color: #FEBA0A;
}

.services .bg-cofe {
    height: 100%;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 992px) {
    .services .bg-cofe {
        height: 550px;
    }
}

@media only screen and (max-width: 567px) {
    .services .bg-cofe {
        height: 500px;
    }
}

.services .bg-cofe:before {
    content: '';
    display: block;
    width: 130%;
    background-image: url("img/coffee-bubbles.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -230px;
    bottom: 0;
    z-index: 3;
}

@media only screen and (max-width: 1600px) {
    .services .bg-cofe:before {
        left: -180px;
    }
}

@media only screen and (max-width: 1400px) {
    .services .bg-cofe:before {
        left: -130px;
    }
}

@media only screen and (max-width: 992px) {
    .services .bg-cofe:before {
        display: none;
    }
}

.services .bg-triangle {
    width: 100%;
    height: 320px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.services .bg-triangle:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1px;
    border-bottom: 320px solid #FFFFFF;
    border-right: 3600px solid transparent;
}

@media only screen and (max-width: 1920px) {
    .services .bg-triangle:before {
        border-right: 2600px solid transparent;
    }
}

@media only screen and (max-width: 992px) {
    .services .bg-triangle:before {
        border-bottom: 280px solid #FFFFFF;
        border-right: 1200px solid transparent;
    }
}

@media only screen and (max-width: 567px) {
    .services .bg-triangle:before {
        border-bottom: 160px solid #FFFFFF;
        border-right: 700px solid transparent;
    }
}

/*Выбор кофе*/
.coffee-selection {
    padding: 100px 0 120px;
    background-color: #FFFFFF;
}

@media only screen and (max-width: 1600px) {
    .coffee-selection {
        padding: 60px 0 120px;
    }
}

@media only screen and (max-width: 1400px) {
    .coffee-selection {
        padding: 40px 0 120px;
    }
}

@media only screen and (max-width: 992px) {
    .coffee-selection {
        padding: 30px 0 80px;
    }
}

@media only screen and (max-width: 768px) {
    .coffee-selection {
        padding: 0 0 60px;
        margin-top: -1px;
    }
}

.coffee-selection .title {
    font-size: 85px;
    font-size: 5.3125rem;
    color: #252525;
    font-weight: 800;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
}

@media only screen and (max-width: 1600px) {
    .coffee-selection .title {
        font-size: 68px;
        font-size: 4.25rem;
    }
}

@media only screen and (max-width: 1400px) {
    .coffee-selection .title {
        font-size: 58px;
        font-size: 3.625rem;
    }
}

@media only screen and (max-width: 768px) {
    .coffee-selection .title {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

@media only screen and (max-width: 567px) {
    .coffee-selection .title {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

.coffee-selection .subtitle {
    border-radius: 33px;
    font-size: 85px;
    font-size: 5.3125rem;
    color: #FFFFFF;
    font-weight: 800;
    text-align: center;
    line-height: 90px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #252525;
    padding: 15px 40px;
    max-width: 1560px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1600px) {
    .coffee-selection .subtitle {
        font-size: 68px;
        font-size: 4.25rem;
        max-width: 1360px;
    }
}

@media only screen and (max-width: 1400px) {
    .coffee-selection .subtitle {
        font-size: 58px;
        font-size: 3.625rem;
        line-height: 62px;
    }
}

@media only screen and (max-width: 1200px) {
    .coffee-selection .subtitle {
        font-size: 48px;
        font-size: 3rem;
        line-height: 52px;
    }
}

@media only screen and (max-width: 768px) {
    .coffee-selection .subtitle {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 42px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .subtitle {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 567px) {
    .coffee-selection .subtitle {
        border-radius: 10px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        padding: 10px 15px;
        max-width: 320px;
    }
}

.coffee-selection .calculation {
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1400px) {
    .coffee-selection .calculation {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .coffee-selection .calculation {
        padding-right: 0;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .calculation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.coffee-selection .calculation table {
    font-size: 85px;
    font-size: 5.3125rem;
    font-weight: 800;
    color: #252525;
    line-height: 1.4;
    max-width: 1000px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .coffee-selection .calculation table {
        font-size: 66px;
        font-size: 4.125rem;
    }
}

@media only screen and (max-width: 1200px) {
    .coffee-selection .calculation table {
        font-size: 52px;
        font-size: 3.25rem;
    }
}

@media only screen and (max-width: 768px) {
    .coffee-selection .calculation table {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 2.2;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .calculation table {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.6;
        max-width: 320px;
        margin-bottom: 10px;
    }
}

.coffee-selection .calculation table tr td {
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.coffee-selection .calculation table tr td:first-child {
    text-align: left;
    max-width: 320px;
}

@media only screen and (max-width: 1200px) {
    .coffee-selection .calculation table tr td:first-child {
        max-width: 220px;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .calculation table tr td:first-child {
        max-width: 80px;
    }
}

.coffee-selection .calculation table tr td img {
    display: block;
    margin: auto;
    width: 73px;
    height: auto;
}

@media only screen and (max-width: 1600px) {
    .coffee-selection .calculation table tr td img {
        width: 60px;
    }
}

@media only screen and (max-width: 1400px) {
    .coffee-selection .calculation table tr td img {
        width: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .coffee-selection .calculation table tr td img {
        width: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .coffee-selection .calculation table tr td img {
        width: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .calculation table tr td img {
        width: 20px;
    }
}

.coffee-selection .range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .coffee-selection .range {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .range {
        margin-right: 25px;
    }
}

.coffee-selection .range p {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 800;
    color: #252525;
    margin: 0;
}

@media only screen and (max-width: 1400px) {
    .coffee-selection .range p {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .coffee-selection .range p {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .range p {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.coffee-selection .range span {
    display: block;
    width: 460px;
    height: 1px;
    margin: auto 30px;
    background-color: #252525;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .coffee-selection .range span {
        width: 360px;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .range span {
        max-width: 180px;
        margin: auto 10px;
    }
}

.coffee-selection .range span:before {
    border-radius: 50%;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #252525;
    position: absolute;
    top: -10px;
    left: 0;
}

@media only screen and (max-width: 576px) {
    .coffee-selection .range span:before {
        width: 8px;
        height: 8px;
        top: -4px;
    }
}

.coffee-selection .range span:after {
    border-radius: 50%;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #252525;
    position: absolute;
    top: -10px;
    right: 0;
}

@media only screen and (max-width: 576px) {
    .coffee-selection .range span:after {
        width: 8px;
        height: 8px;
        top: -4px;
    }
}

.coffee-selection .label {
    border-radius: 55px;
    text-align: center;
    padding: 110px 75px;
    background-color: #252525;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .coffee-selection .label {
        padding: 75px 60px;
    }
}

@media only screen and (max-width: 1400px) {
    .coffee-selection .label {
        padding: 55px 45px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .coffee-selection .label {
        padding: 40px 30px 35px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .coffee-selection .label {
        max-width: 400px;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .label {
        border-radius: 20px;
        max-width: 320px;
        padding: 35px 30px;
    }
}

.coffee-selection .label:before {
    border-radius: 46%;
    content: '';
    display: block;
    width: 60px;
    height: 50px;
    background-color: #FFFFFF;
    position: absolute;
    top: -25px;
    left: calc(50% - 30px);
}

@media only screen and (max-width: 1200px) {
    .coffee-selection .label:before {
        width: 40px;
        height: 30px;
        top: -15px;
        left: calc(50% - 20px);
    }
}

.coffee-selection .label .label-title {
    font-size: 50px;
    font-size: 3.125rem;
    color: #FFFFFF;
    font-weight: 800;
    line-height: 60px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1600px) {
    .coffee-selection .label .label-title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media only screen and (max-width: 1400px) {
    .coffee-selection .label .label-title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .coffee-selection .label .label-title {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .label .label-title {
        border-radius: 18px;
    }
}

.coffee-selection .label .label-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    color: #FFFFFF;
    font-weight: 800;
    line-height: 45px;
}

@media only screen and (max-width: 1600px) {
    .coffee-selection .label .label-subtitle {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 1400px) {
    .coffee-selection .label .label-subtitle {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 34px;
    }
}

@media only screen and (max-width: 576px) {
    .coffee-selection .label .label-subtitle {
        border-radius: 12px;
    }
}

/*Откуда зерна*/
.globe {
    color: #FEBA0A;
    background-image: url("img/bg-corn-black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    overflow: hidden;
}

.globe .header-title {
    padding-top: 10px;
    position: relative;
}

.globe .header-title:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    border-top: 360px solid #FFFFFF;
    border-left: 3600px solid transparent;
}

@media only screen and (max-width: 1920px) {
    .globe .header-title:before {
        border-left: 3000px solid transparent;
    }
}

@media only screen and (max-width: 1400px) {
    .globe .header-title:before {
        border-left: 3600px solid transparent;
    }
}

@media only screen and (max-width: 992px) {
    .globe .header-title:before {
        border-top: 300px solid #FFFFFF;
        border-left: 3000px solid transparent;
    }
}

.globe .header-title .globe-title {
    font-size: 212px;
    font-size: 13.25rem;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    position: relative;
    z-index: 9;
    -webkit-text-stroke: 10px #252525;
    text-shadow: 5px -5px 15px #252525;
    margin-top: -70px;
}

@media only screen and (max-width: 1600px) {
    .globe .header-title .globe-title {
        font-size: 180px;
        font-size: 11.25rem;
        margin-top: -60px;
    }
}

@media only screen and (max-width: 1400px) {
    .globe .header-title .globe-title {
        font-size: 118px;
        font-size: 7.375rem;
        margin-top: -36px;
        -webkit-text-stroke: 5px #252525;
    }
}

@media only screen and (max-width: 1200px) {
    .globe .header-title .globe-title {
        font-size: 100px;
        font-size: 6.25rem;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 992px) {
    .globe .header-title .globe-title {
        font-size: 80px;
        font-size: 5rem;
        text-shadow: 3px -3px 8px #252525;
    }
}

@media only screen and (max-width: 576px) {
    .globe .header-title .globe-title {
        font-size: 46px;
        font-size: 2.875rem;
        margin-top: -15px;
        -webkit-text-stroke: 1px #252525;
        text-shadow: 2px -2px 6px #252525;
    }
}

.globe .globe-subtitle {
    font-size: 186px;
    font-size: 11.625rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.8;
    text-align: center;
}

@media only screen and (max-width: 1600px) {
    .globe .globe-subtitle {
        font-size: 160px;
        font-size: 10rem;
    }
}

@media only screen and (max-width: 1400px) {
    .globe .globe-subtitle {
        font-size: 102px;
        font-size: 6.375rem;
    }
}

@media only screen and (max-width: 1200px) {
    .globe .globe-subtitle {
        font-size: 80px;
        font-size: 5rem;
    }
}

@media only screen and (max-width: 992px) {
    .globe .globe-subtitle {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media only screen and (max-width: 576px) {
    .globe .globe-subtitle {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.globe .wrap-globe {
    width: 666px;
    height: 640px;
    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;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .globe .wrap-globe {
        width: 550px;
        height: 500px;
    }
}

@media only screen and (max-width: 1400px) {
    .globe .wrap-globe {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 992px) {
    .globe .wrap-globe {
        width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .globe .wrap-globe {
        height: 360px;
        width: 220px;
    }
}

@media only screen and (max-width: 576px) {
    .globe .wrap-globe {
        height: 300px;
        width: 150px;
    }
}

.globe .wrap-globe img {
    width: 666px;
    height: auto;
    position: absolute;
}

@media only screen and (max-width: 1600px) {
    .globe .wrap-globe img {
        width: 600px;
    }
}

@media only screen and (max-width: 1400px) {
    .globe .wrap-globe img {
        width: auto;
    }
}

.globe .countries-left,
.globe .countries-right {
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 130px;
}

@media only screen and (max-width: 1400px) {
    .globe .countries-left,
  .globe .countries-right {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1200px) {
    .globe .countries-left,
  .globe .countries-right {
        padding-top: 60px;
    }
}

.globe .countries-left p,
.globe .countries-right p {
    border-radius: 30px;
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 55px;
    position: relative;
    margin-left: -15px;
}

@media only screen and (max-width: 1600px) {
    .globe .countries-left p,
  .globe .countries-right p {
        font-size: 68px;
        font-size: 4.25rem;
    }
}

@media only screen and (max-width: 1400px) {
    .globe .countries-left p,
  .globe .countries-right p {
        font-size: 60px;
        font-size: 3.75rem;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .globe .countries-left p,
  .globe .countries-right p {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media only screen and (max-width: 992px) {
    .globe .countries-left p,
  .globe .countries-right p {
        font-size: 36px;
        font-size: 2.25rem;
        padding: 5px 15px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .globe .countries-left p,
  .globe .countries-right p {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 576px) {
    .globe .countries-left p,
  .globe .countries-right p {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 5px 10px;
    }
}

.globe .countries-left p:before,
.globe .countries-right p:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("img/border-big.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.globe .countries-left p.small:before,
.globe .countries-right p.small:before {
    background-image: url("img/border-small.png");
}

.globe .countries-left {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.globe .countries-left p {
    margin-right: -15px;
}

.globe .big-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .globe .big-logo {
        height: 340px;
    }
}

@media only screen and (max-width: 1400px) {
    .globe .big-logo {
        height: 190px;
    }
}

@media only screen and (max-width: 992px) {
    .globe .big-logo {
        height: 170px;
    }
}

@media only screen and (max-width: 768px) {
    .globe .big-logo {
        height: 140px;
    }
}

@media only screen and (max-width: 576px) {
    .globe .big-logo {
        height: 80px;
    }
}

.globe .big-logo img {
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 1400px) {
    .globe .big-logo img {
        max-width: 700px;
    }
}

@media only screen and (max-width: 992px) {
    .globe .big-logo img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 576px) {
    .globe .big-logo img {
        max-width: 320px;
    }
}

/*Каталог товаров*/
.catalog {
    padding: 60px 0 0;
    position: relative;
    background-image: url("img/bg-corn-black.png");
    background-repeat: repeat-y;
    background-size: 100%;
    z-index: 0;
}

.catalog:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-image: url("img/bg-products.png");
    background-repeat: repeat-y;
    background-size: 100%;
    opacity: 0.5;
}

.catalog:after {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), to(#252525));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, #252525 100%);
}

.catalog .catalog-title {
    font-size: 132px;
    font-size: 8.25rem;
    font-weight: 800;
    text-align: center;
}

@media only screen and (max-width: 1600px) {
    .catalog .catalog-title {
        font-size: 100px;
        font-size: 6.25rem;
    }
}

@media only screen and (max-width: 1400px) {
    .catalog .catalog-title {
        font-size: 92px;
        font-size: 5.75rem;
    }
}

@media only screen and (max-width: 1200px) {
    .catalog .catalog-title {
        font-size: 76px;
        font-size: 4.75rem;
    }
}

@media only screen and (max-width: 992px) {
    .catalog .catalog-title {
        font-size: 56px;
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .catalog .catalog-title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media only screen and (max-width: 576px) {
    .catalog .catalog-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.2;
        color: #FEBA0A;
        margin-bottom: 15px;
    }
}

.catalog .catalog-subtitle {
    border-radius: 44px;
    font-size: 56px;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: #252525;
    text-align: center;
    padding: 35px 60px;
    max-width: 1240px;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 3px 3px 3px 3px #FEBA0A;
    box-shadow: inset 3px 3px 3px 3px #FEBA0A;
    position: relative;
    overflow: hidden;
    margin-bottom: 90px;
}

@media only screen and (max-width: 1600px) {
    .catalog .catalog-subtitle {
        font-size: 46px;
        font-size: 2.875rem;
        max-width: 1000px;
    }
}

@media only screen and (max-width: 1400px) {
    .catalog .catalog-subtitle {
        font-size: 32px;
        font-size: 2rem;
        max-width: 670px;
    }
}

@media only screen and (max-width: 992px) {
    .catalog .catalog-subtitle {
        font-size: 26px;
        font-size: 1.625rem;
        max-width: 580px;
    }
}

@media only screen and (max-width: 768px) {
    .catalog .catalog-subtitle {
        font-size: 22px;
        font-size: 1.375rem;
        max-width: 420px;
        -webkit-box-shadow: inset 2px 2px 2px 2px #FEBA0A;
        box-shadow: inset 2px 2px 2px 2px #FEBA0A;
    }
}

@media only screen and (max-width: 768px) {
    .catalog .catalog-subtitle {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 576px) {
    .catalog .catalog-subtitle {
        margin-bottom: 45px;
    }
}

.catalog .catalog-subtitle:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.05)), color-stop(20%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, white 20%);
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    .catalog .catalog-subtitle:before {
        height: 8px;
    }
}

.catalog .catalog-subtitle span {
    font-weight: 800;
}

.catalog .product {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 130px;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .catalog .product {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .catalog .product {
        padding-bottom: 30px;
    }
}

.catalog .product .wrap-image {
    border-radius: 64px;
    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;
    max-width: 382px;
    height: 385px;
    padding: 30px;
    background-color: #FFFFFF;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .catalog .product .wrap-image {
        max-height: 320px;
    }
}

@media only screen and (max-width: 1200px) {
    .catalog .product .wrap-image {
        max-height: 280px;
    }
}

@media only screen and (max-width: 768px) {
    .catalog .product .wrap-image {
        max-height: 240px;
    }
}

@media only screen and (max-width: 576px) {
    .catalog .product .wrap-image {
        border-radius: 36px;
        padding: 15px;
        max-height: 180px;
    }
}

.catalog .product .wrap-image:before {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 64px;
    content: '';
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 3;
}

.catalog .product .wrap-image:hover:before {
    opacity: 1;
}

.catalog .product .wrap-image:hover .link-modal {
    opacity: 1;
}

.catalog .product .wrap-image .link-modal {
    border-radius: 30px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    padding: 15px 40px;
    display: inline-block;
    opacity: 0;
    position: absolute;
    z-index: 4;
    background-color: #252525;
}

.catalog .product .wrap-image img {
    height: 100%;
}

.catalog .product h2 {
    text-align: center;
    padding: 4px 0;
    max-width: 340px;
    margin: 0;
}

@media only screen and (max-width: 1400px) {
    .catalog .product h2 {
        max-width: 300px;
    }
}

.catalog .product h2 a {
    font-size: 30px;
    font-size: 1.875rem;
    color: #FEBA0A;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
}

@media only screen and (max-width: 1600px) {
    .catalog .product h2 a {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 1400px) {
    .catalog .product h2 a {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .catalog .product h2 a {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28px;
    }
}

.catalog .product h2 a:hover {
    text-decoration: none;
}

.catalog .product .price {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1400px) {
    .catalog .product .price {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (max-width: 768px) {
    .catalog .product .price {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.catalog .product table {
    max-width: 330px;
}

@media only screen and (max-width: 768px) {
    .catalog .product table {
        max-width: 260px;
    }
}

@media only screen and (max-width: 576px) {
    .catalog .product table {
        max-width: 210px;
    }
}

.catalog .product table tr td {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 800;
    opacity: 0.4;
    background-image: url("img/corn-yellow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

@media only screen and (max-width: 1600px) {
    .catalog .product table tr td {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 1400px) {
    .catalog .product table tr td {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 768px) {
    .catalog .product table tr td {
        font-size: 18px;
        font-size: 1.125rem;
        background-size: 20px 20px;
    }
}

@media only screen and (max-width: 576px) {
    .catalog .product table tr td {
        font-size: 14px;
        font-size: 0.875rem;
        background-size: 14px 14px;
    }
}

.catalog .product table tr td:first-child {
    background: none;
    opacity: 1;
    width: 160px;
}

@media only screen and (max-width: 768px) {
    .catalog .product table tr td:first-child {
        width: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .catalog .product table tr td:first-child {
        padding-left: 0;
        width: 80px;
    }
}

.catalog .product table tr td.active {
    opacity: 1;
}

/*============================================================================*/
/* Страница товара
/*============================================================================*/
.page-product {
    min-height: 100vh;
    background-image: url("img/bg-cofe.png");
    position: relative;
}

.page-product:before {
    content: '';
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(rgba(37, 37, 37, 0)));
    background: linear-gradient(to bottom, #252525 0%, rgba(37, 37, 37, 0) 100%);
}

.page-product:after {
    content: '';
    display: block;
    width: 200px;
    height: 1000px;
    background-image: url(img/bg-sheet.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 576px) {
    .page-product:after {
        display: none;
    }
}

.page-product .product-image {
    padding: 50px;
    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;
}

@media only screen and (max-width: 576px) {
    .page-product .product-image {
        padding: 30px 0;
    }
}

.page-product .product-image img {
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (max-width: 576px) {
    .page-product .product-image img {
        max-height: 400px;
    }
}

.page-product .product-content {
    padding: 50px 0;
}

@media only screen and (max-width: 576px) {
    .page-product .product-content {
        padding: 30px 0;
    }
}

.page-product .product-title {
    font-size: 58px;
    font-size: 3.625rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1600px) {
    .page-product .product-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-product .product-title {
        font-size: 28px;
        font-size: 1.75rem;
        margin-bottom: 10px;
    }
}

.page-product .price {
    font-size: 48px;
    font-size: 3rem;
    color: #FEBA0A;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1600px) {
    .page-product .price {
        font-size: 32px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-product .price {
        font-size: 28px;
        font-size: 1.75rem;
        margin-bottom: 10px;
    }
}

.page-product table {
    max-width: 330px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .page-product table {
        max-width: 260px;
    }
}

.page-product table tr td {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 800;
    opacity: 0.4;
    background-image: url("img/corn-yellow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

@media only screen and (max-width: 1600px) {
    .page-product table tr td {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 1400px) {
    .page-product table tr td {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 768px) {
    .page-product table tr td {
        font-size: 18px;
        font-size: 1.125rem;
        background-size: 20px 20px;
    }
}

.page-product table tr td:first-child {
    background: none;
    opacity: 1;
    width: 160px;
}

@media only screen and (max-width: 768px) {
    .page-product table tr td:first-child {
        width: 100px;
    }
}

.page-product table tr td.active {
    opacity: 1;
}

.page-product .wrap-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 567px) {
    .page-product .wrap-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-product .wrap-buttons a {
    margin-bottom: 30px;
}

.page-product .wrap-buttons a:first-child {
    margin-right: 30px;
}

@media only screen and (max-width: 567px) {
    .page-product .wrap-buttons a:first-child {
        width: 100%;
        margin-right: 0;
    }
}

.page-product .wrap-buttons .phone {
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    color: #252525;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    background-color: #FEBA0A;
}

@media only screen and (max-width: 567px) {
    .page-product .wrap-buttons .phone {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 10px 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.page-product .wrap-buttons .phone:hover {
    color: #FFFFFF;
}

.page-product .wrap-buttons .phone .icon {
    border-radius: 50%;
    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;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    background-color: #252525;
}

.page-product ul.socials {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 567px) {
    .page-product ul.socials {
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.page-product ul.socials li {
    margin-right: 15px;
}

.page-product ul.socials li:last-child {
    margin-right: 0;
}

.page-product ul.socials li a {
    border-radius: 50%;
    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;
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 567px) {
    .page-product ul.socials li a {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 567px) {
    .page-product ul.socials li a svg {
        width: 18px;
    }
}

.page-product ul.socials li a.phone-link {
    background-color: #FEBA0A;
}

.page-product ul.socials li a.phone-link:hover {
    -webkit-box-shadow: 0 0 3px 3px #FEBA0A;
    box-shadow: 0 0 3px 3px #FEBA0A;
}

.page-product ul.socials li a.telegram-link {
    background-color: #0094FF;
}

.page-product ul.socials li a.telegram-link:hover {
    -webkit-box-shadow: 0 0 3px 3px #0094FF;
    box-shadow: 0 0 3px 3px #0094FF;
}

.page-product ul.socials li a.instagram-link {
    background-color: #D253FF;
}

.page-product ul.socials li a.instagram-link:hover {
    -webkit-box-shadow: 0 0 3px 3px #D253FF;
    box-shadow: 0 0 3px 3px #D253FF;
}

.page-product ul.socials li a.viber-link {
    background-color: #6F3FAA;
}

.page-product ul.socials li a.viber-link:hover {
    -webkit-box-shadow: 0 0 3px 3px #6F3FAA;
    box-shadow: 0 0 3px 3px #6F3FAA;
}

.page-product ul.socials li a.whatsapp-link {
    background-color: #0D9F16;
}

.page-product ul.socials li a.whatsapp-link:hover {
    -webkit-box-shadow: 0 0 3px 3px #0D9F16;
    box-shadow: 0 0 3px 3px #0D9F16;
}

/*Табы с описанием товара*/
#responsiveTabs {
    margin: 60px 0 180px;
    border-bottom: 1px solid #999999;
}

@media only screen and (max-width: 567px) {
    #responsiveTabs {
        margin: 30px 0 60px;
    }
}

#responsiveTabs ul {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #999999;
}

@media only screen and (max-width: 567px) {
    #responsiveTabs ul {
        padding-left: 0;
    }
}

#responsiveTabs ul li {
    border: 1px solid #999999;
    font-size: 0px;
    font-size: 0rem;
    display: block;
    margin-bottom: -1px;
    margin-right: 15px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: rgba(153, 153, 153, 0.2);
}

@media only screen and (max-width: 567px) {
    #responsiveTabs ul li {
        margin-right: 10px;
    }
}

#responsiveTabs ul li:last-child {
    margin-right: 0;
}

#responsiveTabs ul li.r-tabs-state-active {
    border-bottom: 1px solid #252525;
    background-color: #252525;
}

#responsiveTabs ul li.r-tabs-state-active a {
    color: #FEBA0A;
}

#responsiveTabs ul li a {
    font-size: 24px;
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: 600;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
}

@media only screen and (max-width: 567px) {
    #responsiveTabs ul li a {
        font-size: 16px;
        font-size: 1rem;
        padding: 10px 20px;
    }
}

#responsiveTabs ul li a:hover {
    color: #FEBA0A;
}

#responsiveTabs .r-tabs-panel {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 30px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #252525;
}

@media only screen and (max-width: 567px) {
    #responsiveTabs .r-tabs-panel {
        font-size: 16px;
        font-size: 1rem;
    }
}

#responsiveTabs .r-tabs-panel p:last-child {
    margin: 0;
}

#responsiveTabs .r-tabs-accordion-title {
    padding: 5px 0;
    border-bottom: 1px solid #999999;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#responsiveTabs .r-tabs-accordion-title a {
    font-size: 26px;
    font-size: 1.625rem;
    color: #252525;
    font-weight: normal;
    text-decoration: none;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 576px) {
    #responsiveTabs .r-tabs-accordion-title a {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/*============================================================================*/
/* Страница с контентом
/*============================================================================*/
.content {
    padding: 60px 0;
}

@media only screen and (max-width: 567px) {
    .content {
        padding-top: 30px;
    }
}

.content .title-content {
    font-weight: 700;
    margin-bottom: 30px;
}

@media only screen and (max-width: 567px) {
    .content .title-content {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.content p {
    font-size: 16px;
    font-size: 1rem;
}

/*--------------------------------------------------------------
# Подвал
--------------------------------------------------------------*/
/*Подвал сайта*/
.site-footer {
    position: relative;
    z-index: 2;
}

.site-footer:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -60px;
    display: block;
    width: 330px;
    height: 1095px;
    background-image: url("img/footer-sheet-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

@media only screen and (max-width: 1400px) {
    .site-footer:before {
        width: 426px;
        height: 895px;
        bottom: -140px;
    }
}

@media only screen and (max-width: 1200px) {
    .site-footer:before {
        width: 326px;
        height: 500px;
    }
}

@media only screen and (max-width: 567px) {
    .site-footer:before {
        background-image: url("img/footer-sheet-left-mobile.png");
        width: 100px;
        height: 250px;
        bottom: -20px;
        background-size: cover;
    }
}

.site-footer:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 516px;
    height: 860px;
    background-image: url("img/footer-sheet-right.png");
    background-repeat: no-repeat;
    z-index: -1;
}

@media only screen and (max-width: 1400px) {
    .site-footer:after {
        width: 416px;
        height: 800px;
    }
}

@media only screen and (max-width: 1200px) {
    .site-footer:after {
        width: 416px;
        height: 700px;
        bottom: -140px;
    }
}

@media only screen and (max-width: 992px) {
    .site-footer:after {
        width: 330px;
        height: 550px;
        bottom: -140px;
        background-size: contain;
    }
}

@media only screen and (max-width: 768px) {
    .site-footer:after {
        width: 300px;
        height: 500px;
        bottom: -140px;
    }
}

@media only screen and (max-width: 567px) {
    .site-footer:after {
        display: none;
    }
}

.site-info {
    margin-top: -100px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1400px) {
    .site-info {
        margin-top: -80px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .site-info {
        margin-top: -40px;
    }
}

@media only screen and (max-width: 567px) {
    .site-info {
        margin-top: 0;
    }
}

.site-info.inner-product {
    margin-top: 0;
}

.site-info .footer-title {
    font-size: 118px;
    font-size: 7.375rem;
    color: #FEBA0A;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

@media only screen and (max-width: 1600px) {
    .site-info .footer-title {
        font-size: 100px;
        font-size: 6.25rem;
    }
}

@media only screen and (max-width: 1400px) {
    .site-info .footer-title {
        font-size: 82px;
        font-size: 5.125rem;
    }
}

@media only screen and (max-width: 1200px) {
    .site-info .footer-title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media only screen and (max-width: 768px) {
    .site-info .footer-title {
        font-size: 46px;
        font-size: 2.875rem;
    }
}

@media only screen and (max-width: 567px) {
    .site-info .footer-title {
        font-size: 28px;
        font-size: 1.75rem;
        margin-bottom: 10px;
    }
}

.site-info .phone {
    border-radius: 70px;
    font-size: 62px;
    font-size: 3.875rem;
    font-weight: 500;
    color: #252525;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 35px;
    min-width: 970px;
    margin-bottom: 30px;
    background-color: #FEBA0A;
}

@media only screen and (max-width: 1600px) {
    .site-info .phone {
        min-width: 700px;
    }
}

@media only screen and (max-width: 1400px) {
    .site-info .phone {
        font-size: 44px;
        font-size: 2.75rem;
        min-width: 610px;
    }
}

@media only screen and (max-width: 1200px) {
    .site-info .phone {
        font-size: 36px;
        font-size: 2.25rem;
        min-width: 500px;
        padding: 12px 25px;
    }
}

@media only screen and (max-width: 768px) {
    .site-info .phone {
        font-size: 26px;
        font-size: 1.625rem;
        padding: 8px 20px;
        min-width: auto;
    }
}

@media only screen and (max-width: 567px) {
    .site-info .phone {
        font-size: 16px;
        font-size: 1rem;
    }
}

.site-info .phone:hover {
    color: #FFFFFF;
}

.site-info .phone .icon {
    border-radius: 50%;
    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;
    width: 80px;
    height: 80px;
    margin-right: 75px;
    background-color: #252525;
}

@media only screen and (max-width: 1200px) {
    .site-info .phone .icon {
        width: 60px;
        height: 60px;
        margin-right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .site-info .phone .icon {
        width: 40px;
        height: 40px;
    }

    .site-info .phone .icon svg {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 567px) {
    .site-info .phone .icon {
        width: 22px;
        height: 22px;
    }

    .site-info .phone .icon svg {
        width: 14px;
        height: 14px;
    }
}

.site-info ul.socials {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.site-info ul.socials li {
    margin-right: 58px;
}

@media only screen and (max-width: 1400px) {
    .site-info ul.socials li {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .site-info ul.socials li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .site-info ul.socials li {
        margin-right: 15px;
    }
}

.site-info ul.socials li:last-child {
    margin-right: 0;
}

.site-info ul.socials li a {
    border-radius: 50%;
    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;
    width: 130px;
    height: 130px;
}

@media only screen and (max-width: 1600px) {
    .site-info ul.socials li a {
        width: 100px;
        height: 100px;
    }

    .site-info ul.socials li a svg {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 1400px) {
    .site-info ul.socials li a {
        width: 85px;
        height: 85px;
    }
}

@media only screen and (max-width: 1200px) {
    .site-info ul.socials li a {
        width: 70px;
        height: 70px;
    }

    .site-info ul.socials li a svg {
        width: 36px;
        height: 36px;
    }
}

@media only screen and (max-width: 768px) {
    .site-info ul.socials li a {
        width: 60px;
        height: 60px;
    }

    .site-info ul.socials li a svg {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 567px) {
    .site-info ul.socials li a {
        width: 34px;
        height: 34px;
    }

    .site-info ul.socials li a svg {
        width: 20px;
        height: 20px;
    }
}

.site-info ul.socials li a.phone-link {
    background-color: #FEBA0A;
}

.site-info ul.socials li a.phone-link:hover {
    -webkit-box-shadow: 0 0 3px 3px #FEBA0A;
    box-shadow: 0 0 3px 3px #FEBA0A;
}

.site-info ul.socials li a.telegram-link {
    background-color: #0094FF;
}

.site-info ul.socials li a.telegram-link:hover {
    -webkit-box-shadow: 0 0 3px 3px #0094FF;
    box-shadow: 0 0 3px 3px #0094FF;
}

.site-info ul.socials li a.instagram-link {
    background-color: #D253FF;
}

.site-info ul.socials li a.instagram-link:hover {
    -webkit-box-shadow: 0 0 3px 3px #D253FF;
    box-shadow: 0 0 3px 3px #D253FF;
}

.site-info ul.socials li a.viber-link {
    background-color: #6F3FAA;
}

.site-info ul.socials li a.viber-link:hover {
    -webkit-box-shadow: 0 0 3px 3px #6F3FAA;
    box-shadow: 0 0 3px 3px #6F3FAA;
}

.site-info ul.socials li a.whatsapp-link {
    background-color: #0D9F16;
}

.site-info ul.socials li a.whatsapp-link:hover {
    -webkit-box-shadow: 0 0 3px 3px #0D9F16;
    box-shadow: 0 0 3px 3px #0D9F16;
}

.site-info .button-phone {
    border-radius: 70px;
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    padding: 20px 35px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 2px 1px #FEBA0A;
    box-shadow: 0 3px 2px 1px #FEBA0A;
}

@media only screen and (max-width: 1600px) {
    .site-info .button-phone {
        font-size: 52px;
        font-size: 3.25rem;
    }
}

@media only screen and (max-width: 1200px) {
    .site-info .button-phone {
        font-size: 42px;
        font-size: 2.625rem;
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 768px) {
    .site-info .button-phone {
        font-size: 32px;
        font-size: 2rem;
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 567px) {
    .site-info .button-phone {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 8px 14px;
        -webkit-box-shadow: 0 1px 1px 1px #FEBA0A;
        box-shadow: 0 1px 1px 1px #FEBA0A;
    }
}

.site-info .button-phone:hover {
    -webkit-box-shadow: 0 2px 5px 5px #FEBA0A;
    box-shadow: 0 2px 5px 5px #FEBA0A;
}

/*Кнопка наверх*/
#toTop {
    border-radius: 50px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #FFFFFF;
    text-decoration: none;
    width: 80px;
    height: 110px;
    background: #FFFFFF;
    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;
    padding: 5px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 98;
    border: 3px solid #252525;
}

@media only screen and (max-width: 768px) {
    #toTop {
        right: 20px;
        bottom: 20px;
        width: 60px;
        height: 80px;
        border: 2px solid #252525;
    }
}

@media only screen and (max-width: 576px) {
    #toTop {
        right: 15px;
        bottom: 15px;
        width: 38px;
        height: 53px;
        border: 1px solid #252525;
    }
}

#toTop:hover .oval, #toTop:active .oval {
    bottom: 12px;
}

@media only screen and (max-width: 768px) {
    #toTop:hover .oval, #toTop:active .oval {
        bottom: 10px;
    }
}

@media only screen and (max-width: 576px) {
    #toTop:hover .oval, #toTop:active .oval {
        bottom: 6px;
    }
}

#toTop .oval {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    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;
    background-color: #FEBA0A;
    position: relative;
    bottom: -12px;
    -webkit-box-shadow: 0 1px 6px 0 #252525;
    box-shadow: 0 1px 6px 0 #252525;
}

@media only screen and (max-width: 768px) {
    #toTop .oval {
        width: 40px;
        height: 40px;
        bottom: -10px;
    }
}

@media only screen and (max-width: 576px) {
    #toTop .oval {
        width: 30px;
        height: 30px;
        min-width: 30px;
        bottom: -6px;
    }
}

#toTop .oval svg {
    fill: #FFFFFF;
    width: 25px;
    height: 30px;
}

@media only screen and (max-width: 576px) {
    #toTop .oval svg {
        width: 12px;
        height: 15px;
    }
}

/*# sourceMappingURL=style.css.map */
