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

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

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

img {
    max-width: 100%;
    vertical-align: top
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

a {
    display: inline-block
}

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

body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

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

button {
    cursor: pointer
}

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

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

a:hover {
    text-decoration: none
}

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

@font-face {
    font-family: Geometria_Bold;
    font-display: swap;
    src: url(../fonts/Geometria-Bold.woff) format("woff"), url(../fonts/Geometria-Bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Geometria_Heavy;
    font-display: swap;
    src: url(../fonts/Geometria-Heavy.woff) format("woff"), url(../fonts/Geometria-Heavy.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    font-display: swap;
    src: url(../fonts/Geometria.woff) format("woff"), url(../fonts/Geometria.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden
}

._container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    /*z-index: 100;*/
}

body {
    font-family: Geometria_Bold;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    min-width: 320px
}

body a {
    color: #000
}

.header {
    padding: 0 0 25px
}

.header__top {
    padding: 0 0 0 0;
    border-bottom: 1px solid #f5f5f5
}

.header__bottom {
    padding: 25px 0 0 0
}

.top-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-header__logo {
    max-width: 407px;
    padding: 0 40px 0 0;
    border-right: 1px solid #f5f5f5
}

.top-header__region {
    font-size: 14px;
    color: #333;
    padding: 12px 48px 12px 20px;
    border: 1px solid #f5f5f5;
    position: relative;
    cursor: pointer
}

.top-header__region::before {
    content: url(../images/header-arrow.png);
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.top-header__region-list {
    position: absolute;
    width: 100%;
    background-color: #eeee;
    left: 0;
    top: 100%;
    padding: 10px 0 10px 20px;
    display: grid;
    row-gap: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.top-header__region-list_active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

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

.top-header__email-icon {
    margin: 0 25px 0 0
}

.top-header__email-t {
    color: #333
}

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

.top-header__phone-icon {
    margin: 0 20px 0 0
}

.top-header__phone-links {
    display: grid;
    row-gap: 6px
}

.top-header__phone-link {
    display: block;
    color: #333
}

.top-header__burger {
    width: 30px;
    height: 15px;
    position: relative;
    display: none;
    z-index: 228
}

.top-header__burger span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #efc20e
}

.top-header__burger span:nth-child(1) {
    left: 0;
    top: 0
}

.top-header__burger span:nth-child(2) {
    left: 0;
    top: 7px
}

.top-header__burger span:nth-child(3) {
    left: 0;
    bottom: 0
}

.bottom-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 227
}

.bottom-header__list-link {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.bottom-header__list-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: -200%;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 204, 0, .7);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.sc1 {
    color: #fff;
    margin: 0 0 30px 0
}

.sc1__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sc1__block_ad {
    position: absolute;
    right: 18.5%;
    top: 60%
}

.sc1__t1 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: Geometria_Heavy;
    margin: 0 0 45px 0
}

.sc1__t2 {
    font-size: 20px;
    line-height: 30px;
    max-width: 720px;
    margin: 0 0 65px 0
}

.sc1__tt {
    max-width: 490px;
    font-size: 17px;
    line-height: 30px;
    font-family: Geometria;
    margin: 0 0 50px 0
}

.sc1__link {
    width: 250px;
    padding: 20px 0;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    background-color: #ffd000;
    font-family: Geometria_Bold;
    font-size: 15px;
    position: relative
}

.sc1__link::before {
    content: url(../images/sc1-arrow.png);
    position: absolute;
    right: -175px;
    top: -26px;
    cursor: default
}

.slider {
    width: 100%
}

.slider__slide {
    position: relative;
    padding: 210px 0 270px
}

.slider__slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}

.slider__slide_video {
    width: 100%;
    height: 100%;
    position: relative
}

.slider__slide_video .video {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.no-webp .slider__slide_img1 {
    background: url(../images/slider-1.webp) center center/cover no-repeat
}

.no-webp .slider__slide_img2 {
    background: url(../images/slider-2.webp) center center/cover no-repeat
}

.no-webp .slider__slide_img3 {
    background: url(../images/slider-3-2.webp) center center/cover no-repeat
}

.no-webp .sc2 {
    background: url(../images/sc2-bg.png) left center no-repeat
}

.sc2__title {
    margin: 0 0 15px 0
}

.sc2__title-t {
    text-transform: uppercase;
    font-size: 35px;
    font-family: Geometria_Heavy;
    position: relative
}

.sc2__title-t::before {
    content: '';
    position: absolute;
    left: -480px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 3px;
    width: 440px;
    background-color: #ffd000
}

.sc2__container {
    display: grid;
    row-gap: 25px
}

.top-block-sc2__container {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 0;*/
    -webkit-box-align: center;
    /*-ms-flex-align: center;
    align-items: center;
    justify-items: stretch;*/
    text-align: center
}

.top-block-sc2__item {
    padding: 0 0 30px 0;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 84px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 0 84px 0 rgba(0, 0, 0, .11)
}

.top-block-sc2__img img {
    width: 100%
}

.top-block-sc2__t {
    margin: 50px 0 25px;
    font-family: Geometria_Heavy;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 20px
}

.top-block-sc2__tt {
    margin: 0 0 25px 0;
    font-size: 14px;
    color: #3d3d3d
}

.top-block-sc2__link {
    width: 120px;
    padding: 12px 0;
    text-align: center;
    border: 1px solid #fc0;
    border-radius: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-family: Geometria_Bold;
    font-size: 12px;
    color: #ffd000
}

.center-block-sc2__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: stretch;
    text-align: center
}

.center-block-sc2__item {
    padding: 0 0 30px 0;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 84px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 0 84px 0 rgba(0, 0, 0, .11)
}

.center-block-sc2__img {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.center-block-sc2__img img {
    width: 100%;
    max-height: 206px;
}

.center-block-sc2__t {
    line-height: 30px;
    margin: 50px 0 25px;
    font-size: 20px;
    font-family: Geometria_Heavy;
    text-transform: uppercase
}

.center-block-sc2__tt {
    margin: 0 0 25px 0
}

.center-block-sc2__link {
    width: 120px;
    padding: 12px 0;
    text-align: center;
    border: 1px solid #fc0;
    border-radius: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-family: Geometria_Bold;
    font-size: 12px;
    color: #ffd000
}

.bottom-block-sc2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 84px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 0 84px 0 rgba(0, 0, 0, .11)
}

.bottom-block-sc2__item img {
    width: 100%;
    max-width: none
}

.bottom-block-sc2__t {
    font-size: 20px;
    font-family: Geometria_Heavy;
    text-transform: uppercase;
    line-height: 30px
}

.bottom-block-sc2__tt {
    margin: 65px 0;
    font-size: 17px;
    color: #656565;
    line-height: 25px
}

.bottom-block-sc2__link {
    width: 250px;
    padding: 20px 0;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-family: Geometria_Bold;
    font-size: 15px;
    background-color: #fc0;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    text-transform: capitalize
}

.bottom-block-sc2__text {
    text-align: center
}

.bottom-block-sc2__img {
    margin: 0 90px 0 0
}

.no-webp .sc3 {
    background: url(../images/sc3-bg1.png) left center no-repeat, url(../images/sc3-bg2.png) right center no-repeat
}

.sc3 {
    padding: 190px 0 240px
}

.sc3__title {
    margin: 0 0 150px 0
}

.sc3__title-t {
    text-transform: uppercase;
    font-size: 35px;
    font-family: Geometria_Heavy;
    position: relative
}

.sc3__title-t::before {
    content: '';
    position: absolute;
    left: -480px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 3px;
    width: 440px;
    background-color: #ffd000
}

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

.sc3__logo {
    margin: 0 90px 0 0
}

.sc3__logo img {
    max-width: none
}

.sc3__t {
    font-size: 20px;
    font-family: Geometria;
    margin: 0 0 50px 0
}

.sc3__tt {
    font-size: 20px;
    font-family: Geometria;
    line-height: 30px
}

.no-webp .sc4 {
    background: url(../images/sc4-bg1.png) left bottom no-repeat, url(../images/sc4-bg2.png) right center no-repeat
}

.sc4__title {
    margin: 0 0 150px 0
}

.sc4__title-t {
    text-transform: uppercase;
    font-size: 35px;
    font-family: Geometria_Heavy;
    position: relative
}

.sc4__title-t::before {
    content: '';
    position: absolute;
    left: -480px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 3px;
    width: 440px;
    background-color: #ffd000
}

.sc4__text {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-family: Geometria;
    margin: 0 0 170px 0
}

.top-block-sc4__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px;
    row-gap: 0;
    justify-items: center;
    text-align: center
}

.top-block-sc4__icon {
    margin: 0 0 65px 0
}

.top-block-sc4__text {
    line-height: 30px;
    font-size: 17px
}

.bottom-block-sc4 {
    margin: 160px 0 0 0
}

.bottom-block-sc4__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    justify-items: center;
    text-align: center
}

.bottom-block-sc4__item {
    max-width: 220px
}

.bottom-block-sc4__icon {
    margin: 0 0 65px 0
}

.bottom-block-sc4__text {
    font-size: 17px;
    line-height: 30px
}

.no-webp .sc5 {
    background: url(../images/sc5-bg.png) bottom -130px center/cover no-repeat
}

.sc5 {
    padding: 170px 0 200px
}

.sc5__title {
    margin: 0 0 166px 0;
    text-transform: uppercase;
    font-size: 35px;
    font-family: Geometria_Heavy;
    position: relative
}

.sc5__title::before {
    content: '';
    position: absolute;
    left: -460px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 3px;
    width: 400px;
    background-color: #ffd000
}

.sc5__img {
    text-align: center;
    margin: 0 0 88px 0
}

.sc5__t {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    font-family: Geometria_Heavy;
    margin: 0 0 65px 0
}

.sc5__tt {
    text-align: center;
    color: #333;
    font-size: 19px
}

.sc5__link {
    display: block;
    width: 350px;
    margin: 0 auto;
    padding: 25px 0 25px 90px;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    background-color: #ffd000;
    font-family: Geometria_Bold;
    font-size: 15px;
    position: relative
}

.sc5__link::before {
    content: url(../images/sc5-sert.png);
    position: absolute;
    left: 20px;
    top: -45px
}


.sc6 .slider2__slide img{ 
    border: 1px #ffd000 solid;
}

.img-size {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.info-sc5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 118px 0 144px 0
}

.info-sc5__t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 40px 0
}

.info-sc5__t-icon {
    margin: 0 30px 0 0
}

.info-sc5__t-text {
    font-size: 22px;
    color: #333;
    font-family: Geometria_Bold
}

.info-sc5__tt {
    font-size: 18px;
    color: #333
}

.no-webp .sc6 {
    background: url(../images/sc6-bg.png) right top no-repeat
}

.sc6__title {
    margin: 0 0 60px 0
}

.sc6__title-t {
    font-size: 25px;

text-transform: uppercase;
position: relative;
max-width: 300px;
}

.sc6__title-t::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 40px;
  height: 1px;
  background-color: #ffc900;
}

.sc6__container {
    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
}

.sc6__block:first-child {
    max-width: 720px;
    margin: 0 20px 0 0
}

.sc6__t1 {
    font-size: 20px;
    line-height: 30px;
    font-family: Geometria
}

.sc6__t2 {
    font-size: 20px;
    line-height: 30px;
    font-family: Geometria;
    margin: 50px 0
}

.sc6__list {
    display: grid;
    row-gap: 15px
}

.sc6__list li {
    font-size: 20px;
    font-family: Geometria;
    position: relative;
    padding: 0 0 0 24px
}

.sc6__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #efc20e
}

.sc6__t3 {
    font-size: 20px;
    line-height: 30px;
    font-family: Geometria;
    margin: 50px 0 0 0
}

.sc6__form {
    display: block;
    max-width: 400px;
    padding: 50px 76px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05)
}

.form-sc6__t {
    font-size: 27px;
    color: #efc20e;
    font-family: Geometria_Heavy
}

.form-sc6__tt {
    margin: 30px 0 50px;
    font-size: 14px;
    font-family: Geometria;
    line-height: 20px
}

.form-sc6__body {
    display: grid;
    row-gap: 20px
}

.form-sc6__input {
    padding: 0 20px;
    width: 100%;
    border-radius: 15px;
    background-color: #e0e0e0;
    height: 60px;
    text-align: center
}

.form-sc6__input::-webkit-input-placeholder {
    text-align: center
}

.form-sc6__input::-moz-placeholder {
    text-align: center
}

.form-sc6__input:-ms-input-placeholder {
    text-align: center
}

.form-sc6__input::-ms-input-placeholder {
    text-align: center
}

.form-sc6__input::placeholder {
    text-align: center
}

.form-sc6__btn {
    margin: 50px 0 0 0;
    width: 100%;
    height: 60px;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    background-color: #ffd000;
    font-family: Geometria_Bold;
    font-size: 15px
}

.no-webp .sc7 {
    background: url(../images/sc7-bg1.png) left center no-repeat, url(../images/sc7-bg2.png) right center no-repeat
}

.sc7 {
    padding: 210px 0 320px
}

.sc7__title {
    margin: 0 0 130px 0
}

.sc7__title-t {
    text-transform: uppercase;
font-size: 35px;
font-family: Geometria_Heavy;
position: relative;
margin: 0 0 20px 0;
}


 .sc7__title-t::before {
  content: '';
  position: absolute;
  left: -480px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  height: 3px;
  width: 440px;
  background-color: #ffd000;

}

.sc7__title-tt {
  font-size: 25px;
  font-family: Geometria;
}
.sc7__text {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 40px 0;
}

.sc7__body {
  margin: 130px 0 0 0;
}

.sc7__container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  row-gap: 45px;
  justify-items: center;
  text-align: center;
}

.sc7__block {
  padding: 55px 0;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 84px 0 rgba(0,0,0,.11);
  box-shadow: 0 0 84px 0 rgba(0,0,0,.11);
}
.sc7__t {
  margin: 60px 0 75px;
}
.sc7__list {
  display: grid;
  row-gap: 15px;
  justify-items: center;
}
.sc7__list li {
  font-family: Geometria;
  padding: 0 0 0 14px;
  position: relative;
}
.sc7__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ffc900;
}
.sc7__link {
  display: block;
  margin: 0 auto;
  width: 360px;
  height: 66px;
  line-height: 66px;
  padding: 0 0 0 38px;
  font-size: 24px;
  color: #ffc900;
  border: 1px solid #ffc900;
  text-transform: uppercase;
  position: relative;
}
.sc7__link::before {
  content: url(../images/sc7-arrow.png);
  position: absolute;
  right: 38px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

@media (max-width: 991.98px){
.sc7__container {
  grid-template-columns: repeat(2,1fr);
}
}


@media (max-width: 767.98px){
.sc7__container {
  grid-template-columns: repeat(1,1fr);
}
}

@media (max-width: 575.98px){
.sc7__container {
  grid-template-columns: repeat(1,1fr);
}
}





/**/
.no-webp .sc8 {
    background: url(../images/sc8-bg.png) right center no-repeat
}

.sc8 {
    padding: 0 0 106px 0
}

.sc8__title {
    margin: 0 0 150px 0
}

.sc8__title-t {
    text-transform: uppercase;
    font-size: 35px;
    font-family: Geometria_Heavy;
    position: relative
}

.sc8__title-t::before {
    content: '';
    position: absolute;
    left: -480px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 3px;
    width: 440px;
    background-color: #ffd000
}

.sc8__container {
    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
}

.sc8__t1 {
    margin: 0 0 50px 0;
    font-size: 20px;
    line-height: 30px;
    font-family: Geometria
}

.sc8__t2 {
    font-size: 20px;
    font-family: Geometria
}

.sc8__icons {
    margin: 100px 0 0 0
}

.sc8__form {
    display: block;
    max-width: 400px;
    padding: 50px 76px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05);
    margin: 0 0 0 20px
}

.sc8__form_popup {
    max-width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sc8__bottom-text {
    margin: 120px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    font-family: Geometria
}

.icons-sc8 {
    display: grid;
    row-gap: 60px
}

.icons-sc8__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    position: relative;
    padding: 0 55px 55px 0;
    border-bottom: 1px solid #e9e9e9
}

.icons-sc8__top::before {
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;
    height: 272px;
    background-color: #e9e9e9
}

.icons-sc8__item {
    max-width: 180px;
    text-align: center
}

.icons-sc8__item_bottom {
    margin: 0 100px 0 0
}

.icons-sc8__icon {
    margin: 0 0 55px 0;
    position: relative
}

.icons-sc8__icon::before {
    content: url(../images/sc8-arrow.png);
    position: absolute;
    right: -55px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.icons-sc8__icon_bottom::before {
    content: url(../images/sc8-arrow.png);
    position: absolute;
    left: -337px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.icons-sc8__text {
    font-size: 15px;
    line-height: 30px
}

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

.icons-sc8__bottom_bottom {
    position: relative
}

.icons-sc8__bottom_bottom::before {
    content: '';
    position: absolute;
    left: 0;
    top: -58px;
    width: 1px;
    height: 100px;
    background-color: #e9e9e9
}

.form-sc8__t {
    font-size: 27px;
    color: #efc20e;
    font-family: Geometria_Heavy
}

.form-sc8__tt {
    margin: 30px 0 50px;
    font-size: 14px;
    font-family: Geometria;
    line-height: 20px
}

.form-sc8__body {
    display: grid;
    row-gap: 20px
}

.form-sc8__input {
    padding: 0 20px;
    width: 100%;
    border-radius: 15px;
    background-color: #e0e0e0;
    height: 60px;
    text-align: center
}

.form-sc8__input::-webkit-input-placeholder {
    text-align: center
}

.form-sc8__input::-moz-placeholder {
    text-align: center
}

.form-sc8__input:-ms-input-placeholder {
    text-align: center
}

.form-sc8__input::-ms-input-placeholder {
    text-align: center
}

.form-sc8__input::placeholder {
    text-align: center
}

.form-sc8__btn {
    margin: 50px 0 0 0;
    width: 100%;
    height: 60px;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    background-color: #ffd000;
    font-family: Geometria_Bold;
    font-size: 15px
}

.footer {
    padding: 90px 0 45px;
    background-color: #38342b;
    color: #fff;
    font-family: Geometria_Bold
}

.footer__top {
    padding: 0 0 90px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.footer__bottom {
    padding: 45px 0 0 0
}

.top-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px
}

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

.top-footer__block a {
    display: block;
    color: #fff;
    margin: 10px 0 0 0
}

.top-footer__block a:first-child {
    margin: 0
}

.top-footer__icon {
    margin: 0 20px 0 0
}

.top-footer__text span {
    display: block;
    margin: 8px 0 0 0
}

.top-footer__burger {
    width: 30px;
    height: 15px;
    position: relative;
    display: none;
    z-index: 229
}

.top-footer__burger span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #fc0
}

.top-footer__burger span:nth-child(1) {
    left: 0;
    top: 0
}

.top-footer__burger span:nth-child(2) {
    left: 0;
    top: 7px
}

.top-footer__burger span:nth-child(3) {
    left: 0;
    bottom: 0
}

.link {
    width: 250px;
    padding: 20px 0;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    background-color: #ffd000;
    font-family: Geometria_Bold;
    font-size: 15px
}

.bottom-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bottom-footer__list-link {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #fff
}

.bottom-footer__list-link:hover {
    color: #fc0
}

.slider {
    position: relative
}

.slider .slick-slide {
    width: 100%;
    height: 100%
}

.slider .slick-list {
    overflow: hidden
}

.slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider .slick-arrow {
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    z-index: 222
}

.slider .slick-arrow:active,
.slider .slick-arrow:focus {
    outline: 0
}

.slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider .slick-dots li {
    margin: 0
}

.slider .slick-dots li button {
    font-size: 0;
    width: 0;
    height: 0;
    background-color: #fff;
    border-radius: 50%
}

.slider .slick-dots li button:active,
.slider .slick-dots li button:focus {
    outline: 0
}

.sc1__block_ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sc1__block_ad .slick-arrow {
    width: 20px;
    height: 27px;
    font-size: 0;
    z-index: 222
}

.sc1__block_ad .slick-arrow:active,
.sc1__block_ad .slick-arrow:focus {
    outline: 0
}

.no-webp .sc1__block_ad .slick-prev {
    background: url(../images/sc1-arrow-prev.png) center center/cover no-repeat
}

.sc1__block_ad .slick-prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block
}

.no-webp .sc1__block_ad .slick-next {
    background: url(../images/sc1-arrow-next.png) center center/cover no-repeat
}

.sc1__block_ad .slick-next {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.sc1__block_ad .slick-dots {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 40px 0;
    display: grid;
    row-gap: 10px
}

.sc1__block_ad .slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #efc20e;
    border-radius: 50%
}

.sc1__block_ad .slick-dots li button:active,
.sc1__block_ad .slick-dots li button:focus {
    outline: 0
}

.sc1__block_ad .slick-dots .slick-active button {
    background-color: #efc20e
}

.slider2 {
    width: 100%;
    height: 100%;
}
/*
.slider2 .slick-slide {
    margin-right: 80px;
    opacity: .5;
    border-radius: 15px;
    background-color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 222
}

.slider2 .slick-center {
    opacity: 1;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 84px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 0 84px 0 rgba(0, 0, 0, .11)
}
*/
.sc6 .slider2__slide {
  position: relative;
  margin-right: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.11);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.11);
}
.slider2 .slick-list {
    overflow: hidden
}

.slider2 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.slider2 .slick-arrow {
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    z-index: 222
}

.slider2 .slick-arrow:active,
.slider2 .slick-arrow:focus {
    outline: 0
}

.slider2 .slick-prev {
    left: 0
}

.slider2 .slick-next {
    background-size: cover;
    right: 0
}

.slider2 .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider2 .slick-dots li {
    margin: 0
}

.slider2 .slick-dots li button {
    font-size: 0;
    width: 0;
    height: 0;
    background-color: #fff;
    border-radius: 50%
}

.slider2 .slick-dots li button:active,
.slider2 .slick-dots li button:focus {
    outline: 0
}

.slider2 .slick-dots .slick-active button {
    background-color: transparent;
    border: 0 solid #000
}

.block-slider2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 125px 15px 0 15px
}

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

.block-slider2__item .slick-arrow {
    width: 37px;
    height: 28px;
    font-size: 0;
    z-index: 222
}

.block-slider2__item .slick-arrow:active,
.block-slider2__item .slick-arrow:focus {
    outline: 0
}

.no-webp .block-slider2__item .slick-prev {
    background: url(../images/sc5-arrow-prev.png) center center/cover no-repeat
}

.block-slider2__item .slick-prev {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 48px 0 0
}

.no-webp .block-slider2__item .slick-next {
    background: url(../images/sc5-arrow-next.png) center center/cover no-repeat
}

.block-slider2__item .slick-next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 48px
}

.block-slider2__item .slick-dots {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-slider2__item .slick-dots li {
    margin: 0 10px 0 0
}

.block-slider2__item .slick-dots li:last-child {
    margin: 0
}

.block-slider2__item .slick-dots li button {
    font-size: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #d1ae19
}

.block-slider2__item .slick-dots li button:active,
.block-slider2__item .slick-dots li button:focus {
    outline: 0
}

.block-slider2__item .slick-dots .slick-active button {
    background-color: #d1ae19
}

.block-slider2__link {
    width: 250px;
    padding: 20px 0;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 1px solid #ffd000;
    color: #ffd000;
    font-family: Geometria_Bold;
    font-size: 15px
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 2222;
    padding: 0 15px
}

.popup__open {
    opacity: 1;
    visibility: visible
}

.popup__open .popup__container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) translate(0, 0) rotateX(0);
    transform: perspective(600px) translate(0, 0) rotateX(0)
}

.popup__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.popup__container {
    background-color: #fff;
    max-width: 800px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: perspective(600px) translate(0, -100%) rotateX(45deg);
    transform: perspective(600px) translate(0, -100%) rotateX(45deg)
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: red
}

.body__lock {
    overflow: hidden
}

#popup2 .popup__close {
    top: 0;
    right: 0;
    color: #fff
}

@media (min-width:767.98px) {
    .bottom-header__list-link:hover::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .bottom-header__list-link:hover {
        color: rgba(255, 204, 0, .7)
    }
}

@media (max-width:1199.98px) {
    .top-header__email {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .top-header__email-icon {
        margin: 0 0 10px 0
    }
    .top-header__phone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .top-header__phone-icon {
        margin: 0 0 10px 0
    }
}

@media (max-width:1100px) {
    .sc1__block_ad {
        right: 5%
    }
}

@media (max-width:991.98px) {
    .top-header__logo {
        padding: 0 20px 0 0
    }
    .top-header__logo img {
        max-width: 200px
    }
    .sc1__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sc1__block {
        text-align: center
    }
    .sc1__block_ad {
        position: static
    }
    .sc1__t1 {
        font-size: 40px;
        line-height: 4rem
    }
    .sc1__t2 {
        max-width: 100%
    }
    .sc1__tt {
        max-width: 100%
    }
    .no-webp .sc2 {
        background: url(../images/sc2-bg.png) left -10000% center no-repeat
    }
    .top-block-sc2__container {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 25px
    }
    .top-block-sc2__img img {
        width: auto
    }
    .center-block-sc2__container {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 25px
    }
    .center-block-sc2__img img {
        width: auto
    }
    .bottom-block-sc2__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .bottom-block-sc2__item img {
        max-width: 100%
    }
    .bottom-block-sc2__text {
        padding: 0 0 30px 0
    }
    .bottom-block-sc2__img {
        margin: 0 0 50px 0
    }
    .no-webp .sc3 {
        background: url(../images/sc3-bg1.png) left -10000% center no-repeat, url(../images/sc3-bg2.png) right top no-repeat
    }
    .sc3__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .sc3__logo {
        margin: 0 0 90px 0
    }
    .sc3__logo img {
        max-width: 100%
    }
    .top-block-sc4__container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 75px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .bottom-block-sc4 {
        margin: 75px 0 0 0
    }
    .bottom-block-sc4__container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 75px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .bottom-block-sc4__item {
        max-width: 100%
    }
    .bottom-block-sc4__item:last-child {
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }
    .sc8__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .sc8__form {
        margin: 70px 0 0 0
    }
    .top-footer__logo img {
        max-width: 200px
    }
    .top-footer__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .top-footer__icon {
        margin: 0 0 20px 0
    }
    .link {
        width: 180px
    }
    .slider {
        width: 100%;
        height: 100%
    }
    .slider .slick-track {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .sc1__block_ad {
        margin: 70px 0 0 0
    }
    .sc1__block_ad {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .sc1__block_ad .slick-arrow {
        width: 27px;
        height: 20px
    }
    .no-webp .sc1__block_ad .slick-prev {
        background: url(../images/mobile-arrow-prev.png) center center/cover no-repeat
    }
    .no-webp .sc1__block_ad .slick-next {
        background: url(../images/mobile-arrow-next.png) center center/cover no-repeat
    }
    .sc1__block_ad .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 40px
    }
    .sc1__block_ad .slick-dots li {
        margin: 0 10px 0 0
    }
    .sc1__block_ad .slick-dots li:last-child {
        margin: 0
    }
    .popup .sc8__form,
    .modal-order .sc8__form {
        margin: 0
    }
}

@media (max-width:767.98px) {
    .header {
        padding: 15px 0
    }
    .header__top {
        padding: 0;
        border: none
    }
    .header__bottom {
        padding: 0
    }
    .top-header__logo {
        padding: 0;
        border: none
    }
    .top-header__region {
        color: #fff
    }
    .top-header__region-list {
        top: -220%;
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    .top-header__region-list_active {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        color: #000
    }
    .top-header__email-t {
        color: #fff
    }
    .top-header__phone-link {
        color: #fff
    }
    .top-header__burger {
        display: block
    }
    .top-header__burger_active span {
        background-color: red
    }
    .top-header__burger_active span:nth-child(1) {
        -webkit-transform: translate(0, 0) scale(1, 1) rotate(45deg);
        -ms-transform: translate(0, 0) scale(1, 1) rotate(45deg);
        transform: translate(0, 0) scale(1, 1) rotate(45deg)
    }
    .top-header__burger_active span:nth-child(2) {
        top: 0;
        -webkit-transform: translate(0, 0) scale(1, 1) rotate(-45deg);
        -ms-transform: translate(0, 0) scale(1, 1) rotate(-45deg);
        transform: translate(0, 0) scale(1, 1) rotate(-45deg)
    }
    .top-header__burger_active span:nth-child(3) {
        -webkit-transform: translate(0, 0) scale(0, 0) rotate(0);
        -ms-transform: translate(0, 0) scale(0, 0) rotate(0);
        transform: translate(0, 0) scale(0, 0) rotate(0)
    }
    .bottom-header__list {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: -100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0;
        background-color: rgba(0, 0, 0, .7);
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
    .bottom-header__list_active {
        top: 0
    }
    .bottom-header__list-link {
        color: #fff
    }
    .body__lock {
        overflow: hidden
    }
    .sc1__link::before {
        display: none
    }
    .sc3__title {  margin:0 0 25px 0;}
    .sc2__title-t {
        font-size: 23px;
        text-align: center
    }
    .sc2__title-t::before {
        left: -430px
    }
    .sc3__title-t {
        font-size: 23px;
        text-align: center
    }
    .sc3__title-t::before {
        left: -430px
    }
    .sc3__t {
        font-size: 14px
    }
    .sc3__tt {
        font-size: 14px
    }
    .sc3__logo {margin:0px 0 50px 0;}
    
    .no-webp .sc4 {
        background: url(../images/sc4-bg1.png) left -100px top -100px no-repeat, url(../images/sc4-bg-mobile.png) left bottom no-repeat
    }
    .sc4__title-t {
        font-size: 23px;
        text-align: center
    }
    .sc4__title-t::before {
        left: -430px
    }
    .sc4__text {
        font-size: 14px
    }
    .top-block-sc4__container {
        grid-template-columns: repeat(2, 1fr)
    }
    .top-block-sc4__text {
        font-size: 14px
    }
    .bottom-block-sc4__text {
        font-size: 14px
    }
    
    .sc5__title::before {
        left: -380px
    }
    .sc5__title {
        font-size: 21px;
        text-align: center
    }
    .sc5__link::before {
        left: 10px
    }
    
    .info-sc5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .info-sc5__block:first-child {
        margin: 0 0 73px 0
    }
    .info-sc5__t-text {
        font-size: 14px
    }
    .info-sc5__tt {
        text-align: center;
        font-size: 14px
    }
    .sc6__title-t {
        font-size: 23px;
        text-align: center;
        max-width: 500px;
    }
    .sc6__title-t::before {
        left: -430px
    }
    .sc6__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .sc6__block:first-child {
        margin: 0 0 20px 0;
        display: grid;
        justify-items: center;
        text-align: center
    }
    .sc6__t1 {
        font-size: 16px
    }
    .sc6__t2 {
        font-size: 16px
    }
    .sc6__list {
        justify-items: center
    }
    .sc6__list li {
        font-size: 13px
    }
    .sc6__t3 {
        font-size: 16px
    }
    .sc6__form {
        padding: 50px 25px
    }
    .no-webp .sc7 {
        background: url(../images/sc7-bg1.png) left -200px center no-repeat, url(../images/sc7-bg2.png) right -200px center no-repeat
    }
    .no-webp .sc7 {
        background: url(../images/sc7-bg1.png) left -250px center no-repeat, url(../images/sc7-bg2.png) right -250px center no-repeat
    }
    .sc7__title-t {
        font-size: 23px;
        text-align: center
    }
    .sc7__title-t::before {
        left: -430px
    }
    .sc7__t1 {
        font-size: 16px;
        text-align: center
    }
    .sc7__list li {
        font-size: 16px;
        padding: 0 0 0 10px
    }
    .sc7__list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -150%);
        -ms-transform: translate(0, -150%);
        transform: translate(0, -150%);
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #efc20e
    }
    .sc7__list {
        justify-items: center;
        text-align: center
    }
    .no-webp .sc8 {
        background: url(../images/sc8-bg.png) right -1000% center no-repeat
    }
    .sc8__title-t {
        font-size: 23px;
        text-align: center
    }
    .sc8__title-t::before {
        left: -430px
    }
    .sc8__title { margin:0 0 40px 0;}
    .sc8__t1 {
        font-size: 14px
    }
    .sc8__t2 {
        font-size: 14px
    }
    .sc8__icons {
      margin:50px 0 0 0;
    }
    .icons-sc8__icon {
      margin:0px 0 5px 0px;
    }
    .sc8__form {
        padding: 50px 25px
    }
    .sc8__bottom-text {
        text-align: center;
        font-size: 14px
    }
    .icons-sc8 {
        justify-items: center
    }
    .icons-sc8__top::before {
        display: none
    }
    .icons-sc8__top {
        padding: 0;
        display: grid;
        row-gap: 20px;
        justify-items: center;
        border-bottom: none
    }
    .icons-sc8__item_bottom {
        margin: 0
    }
    .icons-sc8__icon::before {
        display: none
    }
    .icons-sc8__icon_bottom::before {
        display: none
    }
    .icons-sc8__bottom {
        display: grid;
        row-gap: 60px
    }
    .icons-sc8__bottom_bottom::before {
        display: none
    }
    .footer {
        padding: 35px 0
    }
    .footer__top {
        border: none;
        padding: 0
    }
    .footer__bottom {
        padding: 0
    }
    .top-footer__burger {
        display: block
    }
    .top-footer__burger_active span {
        background-color: red
    }
    .top-footer__burger_active span:nth-child(1) {
        -webkit-transform: translate(0, 0) scale(1, 1) rotate(45deg);
        -ms-transform: translate(0, 0) scale(1, 1) rotate(45deg);
        transform: translate(0, 0) scale(1, 1) rotate(45deg)
    }
    .top-footer__burger_active span:nth-child(2) {
        top: 0;
        -webkit-transform: translate(0, 0) scale(1, 1) rotate(-45deg);
        -ms-transform: translate(0, 0) scale(1, 1) rotate(-45deg);
        transform: translate(0, 0) scale(1, 1) rotate(-45deg)
    }
    .top-footer__burger_active span:nth-child(3) {
        -webkit-transform: translate(0, 0) scale(0, 0) rotate(0);
        -ms-transform: translate(0, 0) scale(0, 0) rotate(0);
        transform: translate(0, 0) scale(0, 0) rotate(0)
    }
    .bottom-footer__list {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: -100%;
        background-color: rgba(0, 0, 0, .7);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
    .bottom-footer__list_active {
        bottom: 0
    }
    .slider2 .slick-slide {
        margin-right: 8px;
        opacity: 1;
        border-radius: 15px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 84px 0 rgba(0, 0, 0, .11);
        box-shadow: 0 0 84px 0 rgba(0, 0, 0, .11)
    }
    .slider2 .slick-center {
        margin: 0 0
    }
    .block-slider2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .block-slider2__item {
        margin: 0 0 65px 0
    }
}

@media (max-width:575.98px) {
    .top-header__block {
        display: grid;
        justify-items: center;
        row-gap: 10px
    }
    .no-webp .sc3 {
        background: url(../images/sc3-bg1.png) left -10000% center no-repeat, url(../images/sc3-bg2.png) right 100% top no-repeat
    }
    .sc3__t {
        line-height: 30px
    }
    .sc5__link-block {
        width: 100%
    }
    .sc5__link {
        width: 100%;
        font-size: 13px
    }
    .block-slider2__item {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .block-slider2__item .slick-prev {
        margin: 0 30px 0 0
    }
    .block-slider2__item .slick-next {
        margin: 0 0 0 30px
    }
    
    .sc3 { padding:100px 0 80px;}
}

.webp .slider__slide_img1 {
    background: url(../images/slider-1.webp) center center/cover no-repeat
}

.webp .slider__slide_img2 {
    background: url(../images/slider-2.webp) center center/cover no-repeat
}

.webp .slider__slide_img3 {
    background: url(../images/slider-3-2.webp) center center/cover no-repeat
}

.webp .sc2 {
    /*background: url(../images/sc2-bg.webp) left center no-repeat*/
}

.webp .sc3 {
    /*background: url(../images/sc3-bg1.webp) left center no-repeat, url(../images/sc3-bg2.webp) right center no-repeat*/
    background:  url(../images/sc3-bg2.webp) right center no-repeat
}

.webp .sc4 {
    background: url(../images/sc4-bg1.webp) left bottom no-repeat, url(../images/sc4-bg2.webp) right center no-repeat
}

.webp .sc5 {
    background: url(../images/sc5-bg.webp) bottom -130px center/cover no-repeat
}

.webp .sc6 {
    background: url(../img/back/review_back.jpg) right top no-repeat
}

.webp .sc7 {
   background:url(../images/sc7-bg.webp) left top no-repeat
}

.webp .sc8 {
    background: url(../img/back/raschet.jpg) right center no-repeat
}



.webp .sc10 {
  background: url(../images/sc1-bg1.webp) left center no-repeat,url(../images/sc1-bg2.webp) right top no-repeat;
}
.sc10 {
  padding: 0 0 240px 0;
}
.sc10 .sc1__title {
  margin: 0 0 165px 0;
  color:#000;
}
.sc10 .sc1__title-t {
  text-transform: uppercase;
  font-size: 35px;
  font-family: Geometria_Heavy;
  position: relative;
}
.sc10 .sc1__title-t::before {
  content: '';
  position: absolute;
  left: -480px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  height: 3px;
  width: 440px;
  background-color: #ffd000;
}
.sc10 .sc1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sc10 .sc1__logo {
  margin: 0 100px 0 0;
}
.sc10 .sc1__logo img {
  max-width: none;
}
.sc10 .sc1__t {
  font-size: 20px;
  font-family: Geometria;
  margin: 0 0 50px 0;
}
.sc10 .sc1__tt {
  font-size: 20px;
  font-family: Geometria;
  line-height: 30px;
  color:#000;
}
/**/
.webp .sc1__block_ad .slick-prev {
    background: url(../images/sc1-arrow-prev.webp) center center/cover no-repeat
}

.webp .sc1__block_ad .slick-next {
    background: url(../images/sc1-arrow-next.webp) center center/cover no-repeat
}

.webp .block-slider2__item .slick-prev {
    background: url(../images/sc5-arrow-prev.webp) center center/cover no-repeat
}

.webp .block-slider2__item .slick-next {
    background: url(../images/sc5-arrow-next.webp) center center/cover no-repeat
}

@media (max-width:991.98px) {
    .webp .sc2 {
        background: url(../images/sc2-bg.webp) left -10000% center no-repeat
    }
}

@media (max-width:991.98px) {
    .webp .sc3 {
        background: url(../images/sc3-bg1.webp) left -10000% center no-repeat, url(../images/sc3-bg2.webp) right top no-repeat
    }
}

@media (max-width:991.98px) {
    .webp .sc1__block_ad .slick-prev {
        background: url(../images/mobile-arrow-prev.webp) center center/cover no-repeat
    }
}

@media (max-width:991.98px) {
    .webp .sc1__block_ad .slick-next {
        background: url(../images/mobile-arrow-next.webp) center center/cover no-repeat
    }
}

@media (max-width:767.98px) {
    .webp .sc4 {
        background: url(../images/sc4-bg1.webp) left -100px top -100px no-repeat, url(../images/sc4-bg-mobile.webp) left bottom no-repeat
    }
}

@media (max-width:767.98px) {
    .webp .sc7 {
        background:url(../images/sc7-bg.webp) left -100000% top no-repeat
    }
}



@media (max-width:767.98px) {
    .webp .sc8 {
        background: url(../images/sc8-bg.webp) right -1000% center no-repeat
    }
}

@media (max-width:575.98px) {
    .webp .sc3 {
        background: url(../images/sc3-bg1.webp) left -10000% center no-repeat, url(../images/sc3-bg2.webp) right 100% top no-repeat
    }
}

.scroll-to-top {
    position: fixed;
    display: none;
    z-index: 9;
    right: 50px;
    bottom: 8%;
    border-radius: 3px;
    padding: 15px 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    background-color: #ffd000;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(175, 144, 12, .7);
    z-index: 333;
}

.scroll-to-top:hover {
    cursor: pointer;
}

