@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Heavy.eot');
    src: local('Geometria Heavy'), local('Geometria-Heavy'),
    url('../fonts/Geometria-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geometria-Heavy.woff') format('woff'),
    url('../fonts/Geometria-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Medium.eot');
    src: local('Geometria Medium'), local('Geometria-Medium'),
    url('../fonts/Geometria-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geometria-Medium.woff') format('woff'),
    url('../fonts/Geometria-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria.eot');
    src: local('Geometria'),
    url('../fonts/Geometria.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geometria.woff') format('woff'),
    url('../fonts/Geometria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Bold.eot');
    src: local('Geometria Bold'), local('Geometria-Bold'),
    url('../fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geometria-Bold.woff') format('woff'),
    url('../fonts/Geometria-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-ExtraBold.eot');
    src: local('Geometria ExtraBold'), local('Geometria-ExtraBold'),
    url('../fonts/Geometria-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geometria-ExtraBold.woff') format('woff'),
    url('../fonts/Geometria-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Light.eot');
    src: local('Geometria Light'), local('Geometria-Light'),
    url('../fonts/Geometria-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geometria-Light.woff') format('woff'),
    url('../fonts/Geometria-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
.header__bottom--mobile {
    display: none;
}
.burger__wrap {
    padding-left: 15px;
}
.burger__wrap {
    display: none;
}
.burger {
    width: 48px;
    height: 48px;
    border: none;
    background: #397f00;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.burger span {
    width: 22px;
    height: 2px;
    background: #ffffff;
    position: relative;
}

.burger span:after, .burger span:before {content: '';position: absolute;width: 100%;height: 2px;background: #ffffff;left: 0;}

.burger span:after {
    bottom: -6px;
}

.burger span:before {
    top: -6px;
}
body {
    color: #000000;
    font-size: 16px;
    font-family: 'Geometria';
    line-height: 1.3;
    font-weight: 400;
    background: #efefef;
}
main {
    overflow: hidden;
    padding-top: 123px;
}
.header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.logo__image {
    width: 120px;
}
.logo__image img {
    width: 100%;
}
.logo__text {
    color: #000000;
    font-size: 12px;
    font-family: 'Geometria',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 400;
    opacity: 0.5;
    margin-left: 15px;
    max-width: 145px;
}
.logo {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.contacts img {
    width: 14px;
}
.contacts ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.contacts a {
    color: #000000;
    display: flex;
    align-items: center;
}

.contacts a span {
    margin-left: 5px;
}

.contacts {
    flex: none;
    display: flex;
    padding: 0 15px;
}

.contacts--custom {
    flex: 1;
    position: relative;
}
.contacts+.contacts {
    flex: 1;
}

.contacts+.contacts li:last-child a {
    font-size: 18px;
    font-weight: 600;
}
.header__top {
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}
.btn {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Geometria',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #397f00;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 50px;
    border-radius: 0;
    text-transform: uppercase;
    outline: none;
}

.btn:hover {
    background-color: #327002;
    color: #ffffff;
}

.btn img {
    width: 14px;
    margin-left: 10px;
}

.btn span {
    position: relative;
    /* top: -2px; */
}
.header__nav a {
    color: #132b00;
    font-size: 13px;
    font-family: 'Geometria',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-transform: uppercase;
    margin: 0;
    border: none;
    /* width: 145px; */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 38px;
}

.header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-left: -40px;
}

.header__nav ul li:not(:first-child):before {content: '';height: 20px;width: 1px;background: #ededed;display: block;}

.header__nav li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__nav {
    flex: 1;
    padding: 0 15px;
}
.banner__title {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.45;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    border: none;
}
.banner__title span {
    background-color: rgba(41, 89, 3, .7);
    padding: 0 10px;
}
.banner {
    min-height: 500px;
    background-position: center;
    position: relative;
    padding: 50px 0 100px;
    background-size: cover;
}
.banner:before {content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.3);z-index: 0;}
.banner > * {
    position: relative;
    z-index: 2;
}
@keyframes moving {
    30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);

    }

    100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);

    }
}
.btn--red {
    background-color: #b30000;
}
.btn--banner {
    width: 340px;
    height: 60px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}
.banner__title span:not(:first-child) {
    margin-top: 1px;
}
.advantages__item {
    color: #000000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    background-color: #ffffff;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -10px;
}

.advantages__item img {
    width: 50px;
}

.advantages__item span {
    margin-left: 10px;
}

.advantages {
    position: relative;
    /* top: -60px; */
    margin-top: -60px;
}
.section__title--icon {
    width: 16px;
}

.section__title--icon img {
    width: 100%;
    display: block;
}

.section__title {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.section__title--name {
    color: #327002;
    font-size: 34px;
    line-height: 1.45;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
}

.section {
    padding: 50px 0;
}
.products__item {
    /* background: #ffffff; */
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 30px;
}
.products__item--image {}
.products__item--image img {
    display: block;
    width: 100%;
}
.products__item--name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.products__item--wrap {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #ededed;
}
.products__item--wrap-fixed {
    background: #ededed;
}
.products__item--text {
    line-height: 24px;
    flex: 1;
    padding-top: 10px;
}
.products__item--price {
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
}
.products__item--button {
    display: flex;
    padding-top: 10px;
}
.products__item--button > *:nth-child(2) {
    margin-left: 5px;
}
.btn--transparent {
    color: #397f00;
    background: #fff;
    border: 1px solid #397f00;
}

.btn--transparent:hover {
    color: #FFFFFF;
}
.benefits {
    background: #ffffff;
}
.benefits ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.benefits ul li {
    display: flex;
    align-items: flex-start;
}
.benefits ul li i {
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    display: flex;
    background: #ffffff;
    border: 5px solid #397f00;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.benefits ul li span {
    max-width: 320px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    min-height: 50px;
    display: flex;
    align-items: center;
    flex: 1;
}
.benefits ul li:not(:first-child) {
    margin-top: 20px;
}
.benefits__list {
    height: 100%;
    display: flex;
    align-items: center;
}

.benefits__img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
}
.delivery__img {
    width: 100%;
}

img {}

.delivery__title img {
    width: 80px;
    height: 80px;
    padding: 16px;
    background: #397f00;
}

.delivery__title span {
    color: #397f00;
    font-size: 34px;
    line-height: 1.45;
    font-weight: 300;
    margin-left: 20px;
}

.delivery__title {
    display: flex;
    align-items: center;
}

.delivery__list {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-family: 'Geometria',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 30px;
}

.delivery__list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    margin-left: -15px;
    margin-right: -15px;
}

.delivery__list i {
    font-style: normal;
}

.delivery__list span {
    color: #397f00;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 700;
}

.delivery__list li {
    display: flex;
    flex-direction: column;
    /* width: 50%; */
    padding: 0 15px;
    position: relative;
}
.delivery__list li:not(:first-child):before {content: '';position: absolute;height: 50px;width: 1px;background: #ededed;display: block;left: 0;top: 50%;margin-top: -25px;display: none;}
.delivery__list li:not(:first-child) span {
    color: #000000;
}
.delivery__bg {
    position: relative;
}
.delivery__bg:before {content: '';position: absolute;left: 15px;right: 15px;top: 0;height: 100%;background: #fff;}

.delivery__wrap {
    padding: 30px 45px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner__fixed:before {
    background: rgba(0,0,0,0.6);
}
.banner__title--fixed {
    font-size: 28px;
    line-height: 1.5;
}
.banner__text img {
    width: 48px;
}

.banner__text {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: rgba(255,255,255,.7);
    max-width: 440px;
    margin-top: 30px;
}

.banner__text span {
    margin-left: 20px;
}
.form__title {
    color: #080808;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}

.form__field input ,.form__field textarea {
    color: #4f4f4f;
    border: 1px solid #a1a1a1;
    background-color: #ffffff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 15px 20px;
    margin: 0;
    display: block;
}

.form {
    background: #ffffff;
    max-width: 390px;
    margin-left: auto;
    padding: 35px;
}

.form__field:not(:first-child) {
    margin-top: 10px;
}

.form__fields {
    margin-top: 20px;
}

.form__btn {
    margin-top: 10px;
}
.form__text {
    color: rgb(100, 100, 100);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}

.form__text a {
    color: rgb(57, 127, 0);
}

.btn--form {
    width: 100%;
}

.form__text p {
    margin-bottom: 0;
}
.banner__fixed--wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.map__name {
    color: #327002;
    font-size: 34px;
    line-height: 1.45;
    font-weight: 300;
}

.map__list a {
    color: #000000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}

.map__list img {
    width: 14px;
}

.map__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.map__list li {
    display: flex;
    align-items: center;
}

.map__list span {
    margin-left: 7px;
}

.map__list li:not(:first-child) {
    margin-top: 10px;
}

.map__list {
    margin-top: 20px;
}
.map__wrap {
    background: #ffffff;
    padding: 40px 50px 50px;
    max-width: 400px;
    pointer-events: all;
}

.map__btn {
    margin-top: 20px;
}
.btn--map {
    width: 100%;
}

.map {
    pointer-events: none;
    position: relative;
}
.footer {background-color: #292929;padding: 30px 0;}

.footer__logo span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    width: 160px;
    margin-left: 20px;
}
.footer__list a {
    color: #ffffff;
}
.footer__logo {
    display: flex;
    align-items: center;
}
.footer__logo img {
    display: block;
    width: 100%;
}
.footer__logo--img {
    width: 160px;
}
.copyright {
    color: rgba(255, 255, 255,0.6);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}
.copyright p {
    margin: 0;
    color: #ffffff;
    margin-top: 10px;
}
.copyright a {
    color: rgb(57, 127, 0);
}
.footer__list {
    margin: 0;
}
.btn--banner:before {
    webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    height: 75px;
    width: 40px;
    top: 0px;
}
.map__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: all;
}
.map__wrapper > * {
    height: 100% !important;
}
.popup__subtitle {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
}

.popup {
    max-width: 560px;
    width: 100%;
}
.popup__image img {
    width: 100%;
}

.popup__image {
    margin-bottom: 20px;
}
.popup__big {
    max-width: 960px;
}
.popup__detail--image img {
    width: 100%;
}

.table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
    overflow-x: scroll;
}

.table td, .table th {
    border: none;
    padding: 10px 20px;
}

.table tr:nth-child(2n-1){background-color: rgba(176, 176, 176,0.15);}

.table tr:hover {background-color: #ddd;}

.table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #cccccc;
    color: #000000;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}
.popup__detail--btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz__slide.active {
    position: relative;
    opacity: 1;
    pointer-events: all;
    height: auto;
}

.quiz__slide {
    opacity: 0;
    top: 0;
    height: 0;
}
.quiz__slide {
    width: 100%;
}
.hidden__default {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.quiz__slide--name svg {
    fill: none;
    stroke: #397f00;
    width: 20px;
    height: 20px;
}
.quiz__slide--name {
    font-size: 32px;
    font-weight: 300;
    display: flex;
    background-color: #ececec;
    border-bottom: 5px solid #cbcbcb;
    padding: 35px;
    position: relative;
}
.quiz__slide--progress-info {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}
.quiz__slide--name-wrap {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.quiz__slide--name p {
    margin: 0;
    flex: 1;
    margin-left: 5px;
}
.popup__quiz {
    padding: 0;
}
.quiz__slider {
    overflow: hidden;
    position: relative;
}
.quiz__wrap {
    padding: 35px;
}

.quiz__wrap--title {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
}
.btn--next:after , .btn--prev:before {
    content: "→";
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-left: 10px;
}
.btn--prev:before {
    transform: scale(-1,1);
    margin-left: 0px;
    margin-right: 10px;
}

.btn--next, .btn--prev {
    width: 130px;
    height: 45px;
    display: flex;
    align-items: center;
}

.checkbox__wrap--btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px 35px;
}
.label__wrap span {
    line-height: 1.55;
    font-weight: 300;
    pointer-events: none;
}

.label__wrap label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.6;
    pointer-events: none;
    margin-bottom: 0;
}

.label__wrap label:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.label__wrap input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}

.label__wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.label__wrap input:checked+label:before {opacity: 1;}

.label__wrap:not(:first-child) {
    margin-top: 10px;
}

.checkbox__wrap--list-clear {
    margin-top: 10px;
}
.btn--prev {
    background-color: #cbcbcb;
    color: #ffffff;
    border-color: #ffffff;
}
.checkbox__item--image img {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    width: 100%;
}

.checkbox__item {
    width: 25%;
    position: relative;
    padding: 0 5px;
    margin-top: 20px;
}

.checkbox__item--wrap input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox__item--image {
    pointer-events: none;
    position: relative;
}

.checkbox__item--name {
    pointer-events: none;
    line-height: 1.1;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    margin-top: 5px;
}

.checkbox__wrap--list {
    margin-left: -5px;
    margin-right: -5px;
    /* margin-top: 20px; */
    display: flex;
    flex-wrap: wrap;
}
.checkbox__item--wrap input:checked+.checkbox__item--image:before {
    opacity: 1;
    background-image: url(/img/checked.svg);
}

.checkbox__item--image:before {
    content: " ";
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: -7px;
    background-color: #111;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.btn--next-big {
    width: 210px;
}
.btn--next-big:after {display: none;}
.quiz__slide--name p+p {
    line-height: 1.50;
    font-size: 18px;
    font-weight: 300;
    display: block;
    width: 100%;
}
.quiz__slide--name-wrap-fix {
    flex-direction: column;
}
.popup__detail--hidden {
    display: none;
}
.quiz__slide--name:after {content: '';position: absolute;left: 0;height: 5px;width: 0;background: #327002;top: 100%;}
.quiz__slide-2 .quiz__slide--name:after {
    width: 20%;
}
.quiz__slide-3 .quiz__slide--name:after {
    width: 40%;
}
.quiz__slide-4 .quiz__slide--name:after {
    width: 60%;
}
.quiz__slide-5 .quiz__slide--name:after {
    width: 80%;
}
.quiz__slide-6 .quiz__slide--name:after {
    width: 100%;
}
.contacts .icon {
    width: 24px;
    height: 24px;
}
.social > *:not(:first-child) {
    margin-left: 5px;
}
.btn__delivery {
    width: 100%;
    margin-top: 10px;
}
.delivery__list li+li {
    flex: 1;
}
@media only screen and (max-width: 1200px) {

    .contacts a {
        font-size: 14px;
    }
    .contacts {
        flex: 1;
    }
    .contacts+.contacts {
        flex: none;
    }
    .delivery__list span {
        font-size: 16px;
    }
    .delivery__list {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .social {
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -12px;
    }
    .contacts--custom ul {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .logo__text {
        /* display: none; */
    }
    .row--bottom {
        flex-wrap: nowrap;
    }
    .logo__image {
        width: 70px;
    }
    main {
        padding-top: 114px;
    }
    .row--benefits {
        flex-direction: column-reverse;
    }
    .benefits__img {
        width: 100%;
    }
    .benefits ul li span {
        max-width: 450px;
    }
    .benefits__list {
        justify-content: center;
        margin-top: 70px;
    }
    .row--delivery {
        flex-direction: column-reverse;
    }
    .delivery__wrap {padding: 40px 50px 25px;}
    .row--delivery {
        flex-direction: column-reverse;
    }
    .banner__title--fixed {
        font-size: 24px;
    }
    .banner__fixed {
        padding-bottom: 50px;
    }
    .footer__logo {
        flex-direction: column;
    }
    .footer__logo span {
        margin-left: 0;
        margin-top: 15px;
    }
    .copyright {
        margin-left: -15px;
        margin-right: -15px;
    }
    .section__title--name {
        font-size: 26px;
    }
    .delivery__list ul {
        flex-direction: column;
    }
    .delivery__list li+li {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .social a {
        display: block !important;
    }
    .header__bottom--mobile li:first-child {
        margin-bottom: 30px;
    }

    .header__bottom--mobile {}

    .header__bottom--mobile .contacts--phone {
        font-weight: 600;
        font-size: 18px;
    }
    .header__bottom--mobile .logo__image {
        width: 120px;
        margin-top: 50px;
        margin-left: 15px;
    }
    .header__button .btn {
        width: 226px;
        height: 60px;
    }

    .header__button .btn img {
        display: none;
    }

    .header__bottom--mobile a {
        font-weight: 400;
        font-size: 16px;
        color: #ffffff !important;
    }
    .header__bottom--mobile {
        display: block;
    }
    .header__bottom--mobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 0 15px;
    }
    .header__nav ul {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }
    .header__nav ul li:before {
        display: none !important;
    }
    .burger__wrap {
        display: block;
    }
    .header__top {
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
    .contacts:not(.contacts--custom) {
        display: none;
    }
    .contacts a:not(.contacts--phone) {
        display: none;
    }
    .social {
        position: relative;
        left: 0;
        margin: 0;
        top: 0;
        margin-right: 15px;
    }
    .contacts--custom ul {flex-direction: row;justify-content: flex-end;align-items: center;}
    .contacts {
        flex: 1 !important;
        align-items: center;
    }
    main {
        padding-top: 64px;
    }
    .banner__title {
        font-size: 26px;
        align-items: center;
    }
    .banner__title span {
        text-align: center;
    }
    .btn--banner {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        width: 100%;
        max-width: 340px;
    }
    .advantages__item {
        max-width: 300px;
        margin: 0 auto;
    }
    .advantages .row > *:not(:first-child) {
        margin-top: 10px;
    }
    .banner {
        min-height: auto;
        padding-bottom: 375px;
    }
    .banner__fixed {
        padding-bottom: 50px;
    }
    .advantages {
        margin-top: -345px;
    }
    .container {
        max-width: 100%;
    }
    .form {
        max-width: 100%;
        margin-top: 50px;
    }
    .banner__fixed--wrap {
        align-items: center;
    }
    .copyright {
        margin: 0;
        margin-top: 15px;
    }
    .header__bottom {
        display: none;
    }
    .header__bottom.active {
        display: block;
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0,.6);
        z-index: 100;
    }
    .header__bottom.active .container {
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }
    .row--bottom {
        flex-direction: column;
        background: #000;
        max-width: 330px;
        flex: 1;
        position: relative;
    }
    .header__nav a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding: 0;
        height: 40px;
    }
    .header__nav {
        margin-top: 20px
    }
    .close__wrap .close {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }

    .close__wrap .close span {
        width: 22px;
        height: 2px;
        position: relative;
    }

    .close__wrap .close span:after, .close__wrap .close span:before {content: '';position: absolute;width: 100%;height: 2px;left: 0;background: #ffffff;}

    .close__wrap .close span:after {
        background: #ffffff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .close__wrap .close span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close__wrap {
        position: absolute;
        right: 0;
    }
    .popup__detail--text {
        margin-top : 20px;
    }
    .table {
        overflow-x: scroll;
    }

    .header__button {
        padding: 30px 15px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .social {
        margin: 0;
        margin-top: 5px;
    }
    .contacts--custom ul {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .popup {
        padding: 15px;
    }
    .delivery__wrap {
        padding: 15px;
    }
    .footer__list {
        margin-top: 15px;
    }
    .footer__list ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__logo {
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
    .logo__text {
        position: absolute;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        left: 0;
        display: none;
    }
    .logo {
        /* align-items: flex-start; */
    }
    .contacts {
        /* align-items: flex-start; */
    }
    .logo__image {
        width: 100px;
    }
    .contacts+.contacts li:last-child a {
        font-size: 16px;
    }
    .section__title--name {
        font-size: 24px;
    }
    .delivery__list ul {
        flex-direction: column;
    }
    .delivery__list li {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .logo__image {
        display: none;
    }
    .header__bottom .logo__image {
        display: block;
    }
}