html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

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

a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

button {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    border: none;
    outline: none;
}

ul,
li {
    list-style: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #231f20;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-footer {
    max-width: 1230px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    align-items: center;
}

.header__inner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.9s ease;
    background-color: #000000;
}

.header__inner.sticky {
    background: rgba(0, 0, 0,.8);
    box-shadow: 0 8px 4px -4px rgb(0 0 0 / 20%);
}

.header__inner-blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header__slogan {
    margin-right: 10px;
    max-width: 245px;
}

.header__slogan p > b {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
}

.header-logo {
    margin-right: 10px;
}

.header-logo img {
    max-width: 80px;
    width: 100%;
    object-fit: cover;
}

.menu__btn,
.header-menu_bgr {
    display: none;
}

.header__menu ul {
    display: flex;
}

.header__menu ul > li > a {
    padding: 0 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all .5s;
}

.header__menu ul > li > a:hover {
    color: #dd9241;
}

.header__menu ul > li:first-child > a {
    padding: 0 5px 0 0;
}

.header__menu ul > li:last-child > a {
    padding: 0 0 0 5px;
}

.main {
    margin: 0;
}

.main-an {
    margin: 75px 0 !important;
}

.main__item-img img {
    width: 100%;
    min-height: 500px;
    max-height: 500px;
}

.main-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main-dots button {
    font-size: 0px;
    padding: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000000;
    border: 2px solid #000000;
    margin: 0 5px;
    cursor: pointer;
    outline: none;
    display: block;
}

.main-dots .slick-active button {
    background-color: transparent;
}

.request {
    margin: 75px 0;
}

.request h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}

.request__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.request__info {
    width: 48%;
}

.request__info p {
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    text-align: left;
    margin-bottom: 18px;
}

.request__info p > b {
    font-weight: 600;
}

.request__info-phones {
    display: flex;
    flex-direction: column;
}

.request__info-phones a {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    transition: all .5s;
}

.request__info-phones a::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../images/phone-left.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
}

.request__info-phones a:hover {
    color: #dd9241;
}

.request__info-form {
    margin-top: 30px;
}

.request__info-form p {
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    max-width: 275px;
    margin: 0 0 20px 0;
}

.request__info-form p > b {
    font-weight: 600;
}

.request__info-form input {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 10px;
    border: 2px solid #000000;
    outline: none;
}

.request__info-form input::placeholder {
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.request__info-form button {
    width: 100%;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border-radius: 10px;
    height: 42px;
    margin-bottom: 10px;
    transition: all .5s;
}

.request__info-form button:hover {
    background-color: #dd9241;
}

.request__info-form blockquote {
    text-align: center;
    font-size: 14px;
    line-height: 15px;
}

.request__banner {
    width: 48%;
}

.request__banner img {
    width: 100%;
    border-radius: 10px;
}

.material {
    margin: 75px 0;
}

.material h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 40px auto;
}

.material__goods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.material__good {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin: 0 10px;
}

.material__good a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transition: all .5s;
}

.material__good a:hover .material__good-info {
    background-color: #dd9241;
}

.material__good-img {
    margin-bottom: 15px;
}

.material__good-img img {
    width: 100%;
    object-fit: cover;
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
}

.material__good-info {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 134px;
    transition: all .5s;
}

.material__good-info p {
    font-weight: 500;
    font-size: 25px;
    line-height: 27px;
    color: #FFFFFF;
    max-width: 210px;
    margin: 0 auto 10px auto;
}

.material__good-info span {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

.material__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.material__item-img {
    width: 48%;
}

.material__item-img img {
    width: 100%;
    object-fit: cover;
}

.material__item-info {
    width: 48%;
}

.material__item-info h3 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
    max-width: 430px;
    color: #000000;
}

.material__item-info p {
    font-size: 20px;
    line-height: 22px;
}

.material__item-info p > span {
    font-weight: 500;
}

.footer {
    margin: 50px 0 0 0;
    display: flex;
    overflow: hidden;
    position: relative;
}

.footer__inner {
    flex: 0 0 100%;
}

.footer__info {
    width: 48%;
}

.footer__card {
    flex: 0 0 calc(100vw - (((100vw - 1230px) / 2) + ((1230px - 30px) * 0.35) + 15px));
    transform: translate(-82%, 0px);
    position: relative;
    padding: 0 0 40% 0;
    margin-left: 40px;
}

.footer__card iframe {
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

.footer__text p {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 30px auto;
}

.footer__text p > b {
    font-weight: 700;
}

.footer__phones {
    display: flex;
    flex-direction: column;
}

.footer__phones a {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    transition: all .5s;
}

.footer__phones a::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../images/phone-left.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
}

.footer__phones a:hover {
    color: #dd9241;
}

.footer__form {
    margin-top: 30px;
}

.footer__form input {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 10px;
    border: 2px solid #000000;
    outline: none;
}

.footer__form input::placeholder {
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.footer__form button {
    width: 100%;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border-radius: 10px;
    height: 42px;
    margin-bottom: 5px;
    transition: all .5s;
}

.footer__form button:hover {
    background-color: #dd9241;
}

.footer__form blockquote {
    text-align: center;
    color: #231f20;
    font-size: 14px;
    line-height: 15px;
}

.footer__blockquote {
    padding: 20px;
    margin-top: 30px;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
}

.footer__blockquote blockquote {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer__blockquote blockquote:last-child {
    margin-bottom: 0;
}

.footer__soc {
    display: flex;
    margin-top: 30px;
}

.footer__soc a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    padding-left: 35px;
    transition: all .5s;
}

.footer__soc a:hover {
    color: #dd9241;
}

.footer__soc a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/facebook.svg);
    background-size: cover;
}

.footer__soc a + a {
    margin-left: 30px;
}

.footer__soc a:nth-child(2)::before {
    background-image: url(../images/youtube.svg);
}

#ep,
#calc,
#about,
#material {
    padding-top: 150px;
    margin-top: -150px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

.thank-you {
    background: url(../images/main-benfit.jpeg), rgba(255,255,255, .2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: color;
    height: 100vh;
}

.thank-you__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 15px;
    text-align: center;
}

.thank-you__text h1 {
    font-weight: 700;
    font-size: 93px;
    line-height: 90px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #717075;
}

.thank-you__text  p {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #000000;
}

.thank-you__text  a {
    font-size: 30px;
    line-height: 35px;
    text-decoration: underline;
    transition: all .5s;
    color: #000000;
}

.thank-you__text  a:hover {
    color: #fff;
}

.ep {
    margin: 75px 0;
}

.ep__inner {
    display: flex;
    justify-content: space-between;
}

.ep__img {
    width: 72%;
}

.ep__img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.ep__img img {
    border-radius: 10px 0 0 10px;
}

.ep__link {
    width: 28%;
    padding: 20px 0;
    background: #00adef;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ep__link {
    border-radius: 0 10px 10px 0;
}

.ep__link h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    max-width: 245px;
    margin: 0 auto 20px auto;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.ep__link a {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #FFFFFF;
    width: 90%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 5px;
}

.conditions {
    margin: 0 0 75px 0;
}

.conditions h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: #717075;
    margin-bottom: 40px;
}

.conditions__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.conditions__img {
    width: 48%;
}

.conditions__img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.conditions__text {
    width: 48%;
}

.conditions__text p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

.bold {
    font-weight: 700 !important;
}

.ep-box {
    margin: 75px 0;
}

.ep-box h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto 40px auto;
    color: #000000;
    max-width: 550px;
    text-transform: uppercase;
}

.ep-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
}

.ep-item:nth-child(even) {
    flex-direction: row-reverse;
}

.ep-item:last-child {
    margin: 0;
}

.ep-item-info {
    width: 48%;
}

.ep-item-info h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px 0;
    color: #717075;
}

.ep-item-info h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 20px 0;
    color: #717075;
}

.ep-item-info p {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.ep-item-info ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.ep-item-info ul > p {
    margin: 0 0 10px 0;
}

.ep-item-info ul > li {
    font-size: 18px;
    line-height: 20px;
    list-style-type: disc;
    list-style-position: inside;
}

sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.ep-item-img {
    width: 48%;
}

.ep-item-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.videos {
    margin: 75px 0;
}

.videos h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: #717075;
    margin-bottom: 40px;
}

.videos-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    gap: 36px;
}

.videos-link a {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.videos-link a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-radius: 10px;
    z-index: 2;
}

.videos-link a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 72px;
    background-image: url(../images/video-play.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
}

.videos-link a > img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    max-height: 376px;
    min-height: 376px;
}

.steps {
    margin: 75px 0;
}

.steps h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: #717075;
    margin-bottom: 40px;
}

.steps p {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 30px 0;
}

.step-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
}

.step-item:last-child {
    margin: 0;
}

.step-item:nth-child(even) {
    flex-direction: row-reverse;
}

.step-info {
    width: 48%;
}

.step-info h5 {
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    color: #717075;
    margin-bottom: 20px;
}

.step-info p {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.step-info p:last-child {
    margin: 0;
}

.step-img {
    width: 48%;
}

.step-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 576px;
    min-height: 576px;
}

.text {
    margin: 75px 0;
}

.text h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: #717075;
    margin-bottom: 40px;
}

.text h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #717075;
    margin-bottom: 20px;
}

.text p {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.text p:last-child {
    margin: 0;
}

.sites {
    background-color: rgba(0, 0, 0,.7);
    padding: 15px 0 0 0;
    margin: 134px 0 0 0;
}

.sites-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sites-slogan {
    margin: 0 20px 15px 0;
}

.sites-slogan p {
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 220px;
}

.sites-slogan p > b {
    font-weight: 700;
}

.sites-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.site-link {
    margin: 0 15px 15px 15px;
}

.site-link:first-child {
    margin: 0 15px 15px 0;
}

.site-link:last-child {
    margin: 0 0 15px 15px;
}

.site-link a {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    transition: all .5s;
}

.site-link a:hover {
    color: #dd9241;
}

.shop {
    margin: 75px 0;
}

.shop-form {
    margin: 40px 0 0 0;
}

.shop-form form {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
    gap: 22px;
}

.shop-form select {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000000;
    border: 2px solid #000000;
    outline: none;
}

.shop-form input {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000000;
    border: 2px solid #000000;
    outline: none;
}

.shop-form input._error {
    box-shadow: 0 0 15px red;
}

.shop-form input::placeholder {
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.shop-form button {
    width: 100%;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border-radius: 10px;
    height: 42px;
    transition: all .5s;
}

.shop-form button:hover {
    background-color: #dd9241;
}

.shop-info h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto 40px auto;
    color: #000000;
    max-width: 550px;
    text-transform: uppercase;
}

.shop-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-text {
    width: 48%;
}

.shop-text h5 {
    font-size: 25px;
    line-height: 30px;
}

.shop-text h5 + h5 {
    margin: 5px 0 50px 0;
}

.shop-text h5 > span {
    color: #e6af30;
}

.shop-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.shop-icon {
    flex: 0 0 calc(33% - 20px);
    margin: 10px;
}

.shop-icon img {
    width: auto;
    max-width: 60px;
    height: auto;
    max-height: 50px;
    object-fit: cover;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
}

.shop-icon p {
    max-width: 157px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    min-height: 42px;
}

.shop-icon p > b {
    font-weight: 700;
}

.shop-img {
    width: 48%;
}

.shop-img img {
    width: 100%;
    object-fit: cover;
}

.calculate {
    background-color: rgba(0, 0, 0, .9);
}

.calculate-box {
    padding: 75px 0;
}

.calculate-box h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 55px;
}

.calculate-inner {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 50px 30px;
    transition: 0.2s ease-in-out;
}

.calculate-head {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.calculate-head h4 {
    font-size: 22px;
    line-height: 25px;
}

.calc-count__total {
    color: #e6af30;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
}

.calc-count__total--bottom {
    display: none;
}

.calc-count__form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.calc-count__wrap {
    flex: 1 1 19%;
}

.calc-count__label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    font-weight: 700;
}

.calc-count__input {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 10px;
    border: 2px solid #000000;
    outline: none;
}

/* Media Requests */

@media (max-width: 1200px) {
    .header-logo img {
        max-width: 60px;
    }
    .header__slogan {
        max-width: 155px;
    }
    .header__slogan p > b {
        font-size: 16px;
        line-height: 18px;
    }
    .header__menu ul > li > a {
        padding: 0 8px;
        font-size: 14px;
        line-height: 16px;
    }
    .sites {
        margin: 111px 0 0 0;
    }
    .footer__info {
        width: 45%;
    }
    .shop-goods {
        grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    }
}

@media (max-width: 1025px) {
    .header__inner-blocks {
        padding: 15px 0;
    }
    .sites {
        margin: 101px 0 0 0;
    }
    .header__slogan {
        max-width: 200px;
        margin: 0 auto;
    }
    .header__slogan p > b {
        font-size: 18px;
        line-height: 20px;
    }
    .menu__btn {
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background-color: transparent;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        order: 3;
    }
    .menu__btn:before {
        content: '';
        display: none;
        position: absolute;
        z-index: -1;
        right: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 94px;
        width: 50%;
        background: transparent;
    }
    .menu__btn span {
        display: block;
        height: 4px;
        width: 100%;
        background: #FFFFFF;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 12;
    }
    .menu__btn span:nth-child(2) {
        width: 100%;
        margin-top: 6px;
    }
    .menu__btn span:nth-child(3) {
        width: 100%;
        margin-top: 6px;
    }
    .menu__btn.show {
        height: 30px;
        z-index: 999;
    }
    .menu__btn.show span {
        background: #717075;
    }
    .menu__btn.show span:nth-child(1) {
        width: 100%;
        transform: translate(0px, 8px) rotate(-45deg);
    }
    .menu__btn.show span:nth-child(2) {
        opacity: 0;
        transform: translateX(-20px);
    }
    .menu__btn.show span:nth-child(3) {
        width: 100%;
        transform: translate(0px, -12px) rotate(45deg);
    }
    .menu {
        position: fixed;
        z-index: 11;
        left: auto;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        padding: 0px;
        background: #FFFFFF;
        overflow: auto;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        opacity: 0;
    }
    .menu__list {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
        padding: 80px 15px 15px 25px;
    }
    .menu__list li {
        position: relative;
        display: block !important;
    }
    .menu__list li > a {
        position: relative;
        display: block;
        width: 100%;
    }
    body._lock {
        overflow: hidden;
    }
    .menu.show {
        opacity: 1;
        transform: translateX(0);
    }
    .header-menu_bgr.show {
        opacity: 1;
        transform: translateX(0);
    }
    .header-menu_bgr {
        display: block;
        position: fixed;
        z-index: 2;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        transform: translateX(-100%);
        opacity: 0;
        transition: 0.4s;
    }
    .header__menu ul > li > a {
        font-size: 18px;
        line-height: 23px;
        color: #000000;
        padding: 0;
        margin-bottom: 15px;
    }
    .header__menu ul > li:first-child > a,
    .header__menu ul > li:last-child > a {
        padding: 0;
    }
    .request__info {
        width: 45%;
    }
    .request__banner {
        width: 53%;
    }
    .request__info-form {
        margin-top: 0px;
    }
    .request__info p {
        font-size: 22px;
        line-height: 25px;
    }
    .request__info-phones a {
        font-size: 20px;
        line-height: 20px;
        padding-left: 25px;
    }
    .request__info-phones a::before {
        width: 20px;
        height: 20px;
    }
    .request__info-form p {
        font-size: 20px;
        line-height: 22px;
        max-width: 250px;
        margin: 0 auto 15px auto;
    }
    .request__info-form button {
        font-size: 18px;
        line-height: 18px;
        height: 40px;
        margin-bottom: 5px;
    }
    #ep {
        padding-top: 80px;
        margin-top: -80px;
    }
    #calc,
    #about,     
    #material,
    #footer {
        padding-top: 120px;
        margin-top: -80px;
    }
    .works__inner {
        grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    }
    .works__item img {
        min-height: 310px;
    }
    .material__good-info p {
        min-height: 81px;
    }
    .footer__info {
        width: 42%;
    }
    .footer__soc {
        flex-direction: column;
    }
    .footer__soc a + a {
        margin-top: 20px;
        margin-left: 0;
    }
    .ep__link h4 {
        font-size: 19px;
        line-height: 24px;
        max-width: 185px;
    }
    .ep__link a {
        font-size: 17px;
        line-height: 19px;
        width: 88%;
    }
    .ep-item,
    .ep-item:nth-child(even) {
        flex-direction: column;
    }
    .ep-item-info,
    .ep-item-img {
        width: 100%;
    }
    .videos-links {
        grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
        gap: 30px;
    }
    .step-img img {
        max-height: 460px;
        min-height: 460px;
    }
    .sites-links {
        justify-content: center;
        margin: 0 auto;
    }
    .shop-inner {
        flex-direction: column;
    }
    .shop-img,
    .shop-text {
        width: 100%;
    }
    .shop-icon {
        flex: 0 0 calc(20% - 20px);
    }
    .shop-form form {
        grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    }
}

@media (max-width: 769px) {
    .request__inner {
        flex-direction: column;
    }
    .request__info,
    .request__banner {
        width: 100%;
    }
    .request__info {
        margin-bottom: 30px;
    }
    .works__inner {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        grid-gap: 20px;
    }
    .works__item img {
        min-height: auto;
    }
    .material__good {
        width: 46%;
    }
    .container-footer {
        flex-direction: column;
    }
    .footer {
        flex-direction: column;
    }
    .container-footer {
        padding: 0 15px;
    }
    .footer__info {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer__card {
        flex: 0 0 100%;
        transform: none;
        position: relative;
        padding: 0;
        margin-left: 0;
    }
    .footer__card iframe {
        position: relative;
        min-height: 400px;
    }
    .footer__soc {
        flex-direction: row;
    }
    .footer__soc a + a {
        margin-top: 0;
        margin-left: 15px;
    }
    .conditions__inner,
    .ep__inner {
        flex-direction: column;
    }
    .conditions__img,
    .conditions__text,
    .ep__img,
    .ep__link {
        width: 100%;
    }
    .conditions__text {
        margin-top: 30px;
    }
    .ep__link {
        padding: 50px 10px;
    }
    .ep__link {
        border-radius: 0 0 10px 10px;
    }
    .ep__img img {
        border-radius: 10px 10px 0 0;
    }
    .ep__link a {
        font-size: 18px;
        line-height: 20px;
        width: 40%;
    }
    .ep__link h4 {
        font-size: 23px;
        line-height: 25px;
        max-width: 100%;
    }
    .videos-links {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .videos-link a > img {
        max-height: 520px;
        min-height: 520px;
    }
    .step-item,
    .step-item:nth-child(even) {
        flex-direction: column;
    }
    .step-info,
    .step-img {
        width: 100%;
    }
    .step-info {
        margin: 0 0 20px 0;
    }
    .step-img img {
        max-height: 600px;
        min-height: 100%;
    }
    .sites-slogan {
        margin: 0 5px 10px 0;
    }
    .sites-slogan p {
        font-size: 20px;
        line-height: 24px;
        max-width: 180px;
    }
    .site-link:first-child {
        margin: 0 7px 10px 0;
    }
    .site-link {
        margin: 0 7px 10px 7px;
    }
    .site-link:last-child {
        margin: 0 0 10px 7px;
    }
    .shop-goods {
        grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    }
    .calculate-head {
        flex-direction: column;
    }
    .calc-count__total {
      margin-left: 0;
      margin-bottom: 10px;
      display: none;
    }
    .calc-count__total--bottom {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 601px) {
    .material__good {
        width: 100%;
        margin: 10px 0;
    }
    .material__good-info p {
        min-height: auto;
    }
    .material__item {
        flex-direction: column-reverse;
    }
    .material__item-img,
    .material__item-info {
        width: 100%;
    }
    .thank-you__text h1 {
        font-size: 85px;
        line-height: 85px;
    }
    .ep__link a {
        width: 55%;
    }
    .main__item-img img {
        min-height: 330px;
        max-height: 330px;
    }
    .sites-inner {
        align-items: flex-start;
    }
    .sites-slogan {
        margin: 0;
        width: 50%;
    }
    .sites-slogan p {
        font-size: 18px;
        line-height: 22px;
        max-width: 100%;
    }
    .sites-links {
        text-align: center;
    }
    .site-link:first-child {
        margin: 0 0 10px 0;
    }
    .site-link {
        margin: 0 0 10px 0;
        width: 50%;
    }
    .site-link:last-child {
        margin: 0 0 10px 0;
    }
    .shop-goods {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .shop-descr h6 {
        font-size: 18px;
        line-height: 22px;
    }
    .shop-descr p {
        font-size: 16px;
        line-height: 18px;
    }
    .shop-descr {
        padding: 20px 10px;
    }
    .shop {
        margin: 40px 0;
    }
    .material__good-info {
        min-height: 100%;
    }
    .header__slogan {
        max-width: 155px;
    }
    .header__slogan p > b {
        font-size: 16px;
        line-height: 18px;
    }
    .header-logo {
        margin-right: 0;
    }
    .shop-text h5 {
        font-size: 22px;
        line-height: 26px;
    }
    .shop-text h5 + h5 {
        margin: 0 0 30px 0;
    }
    .shop-icon {
        flex: 0 0 calc(50% - 20px);
    }
    .shop-icon p {
        min-height: auto;
    }
    .shop-form {
        margin: 20px 0 0 0;
    }
    .shop-form form {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 15px;
    }
    .shop-form input {
        padding: 10px;
    }
    .shop-info h3 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 auto 25px auto;
    }
    .calculate-box h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .calculate-inner {
        padding: 40px 15px;
    }
    .calculate-head {
        margin: 0 0 25px 0;
    }
    .calculate-head h4 {
        font-size: 20px;
        line-height: 22px;
    }
    .calc-count__wrap {
        flex: 1 1 100%;
    }
    .calc-count__input {
        padding: 10px;
    }
    .calc-count__total {
        font-size: 20px;
        line-height: 22px;
    }
    .calc-count__total--bottom {
        margin-top: 10px;
    }
    .calc-count__total {
        margin-bottom: 0;
    }
}

@media (max-width: 420px) {
    .calculate-box {
        padding: 40px 0;
    }
    .request,
    .material {
        margin: 40px 0;
    }
    .material h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .menu {
        width: 65%;
    }
    .menu__list {
        padding: 80px 15px 15px 15px;
    }
    .header__menu ul > li > a {
        font-size: 16px;
        line-height: 20px;
    }
    .header-menu_bgr {
        width: 35%;
    }
    .main-dots {
        margin-top: 10px;
    }
    .main-dots button {
        width: 10px;
        height: 10px;
    }
    .request h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .request p {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .request__info {
        margin-bottom: 15px;
    }
    .request__info p {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    .request__info-phones a {
        font-size: 18px;
        line-height: 18px;
        padding-left: 22px;
    }
    .request__info-phones a::before {
        width: 18px;
        height: 18px;
    }
    .request__info-form p {
        font-size: 18px;
        line-height: 20px;
        max-width: 100%;
        margin: 10px auto;
    }
    .request__info-form input {
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
    }
    .request__info-form input::placeholder {
        font-size: 14px;
        line-height: 16px;
    }
    .request__info-form button {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 7px;
    }
    .main-an {
        margin: 0 0 40px 0 !important;
    }
    .material__good-info {
        padding: 15px;
    }
    .material__good-info p {
        font-size: 22px;
        line-height: 24px;
    }
    .material__good-info span {
        font-size: 25px;
        line-height: 25px;
    }
    .material__good:nth-child(2) .material__good-info p {
        max-width: 160px;
    }
    .material__goods {
        margin-bottom: 30px;
    }
    .material__item-info h3 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 auto 20px auto;
    }
    .material__item-info p {
        font-size: 16px;
        line-height: 18px;
    }
    .material__item-info {
        margin-bottom: 15px;
    }
    .footer {
        margin: 40px 0 0 0;
    }
    .footer__text p {
        font-size: 22px;
        line-height: 24px;
        margin: 0 auto 20px auto;
    }
    .footer__phones a {
        font-size: 20px;
        line-height: 20px;
        padding-left: 25px;
        margin-bottom: 12px;
    }
    .footer__phones a::before {
        width: 20px;
        height: 20px;
    }
    .footer__form {
        margin-top: 15px;
    }
    .footer__form input {
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
    }
    .footer__form input::placeholder {
        font-size: 14px;
        line-height: 16px;
    }
    .footer__form button {
        font-size: 18px;
        line-height: 18px;
        height: 40px;
    }
    .footer__blockquote {
        padding: 12px;
        margin-top: 20px;
    }
    .footer__blockquote blockquote {
        font-size: 14px;
        line-height: 16px;
    }
    .footer__soc a {
        font-size: 16px;
        line-height: 18px;
        padding-left: 30px;
    }
    .footer__soc a::before {
        width: 28px;
        height: 28px;
    }
    .footer__info {
        margin-bottom: 20px;
    }
    .footer__card iframe {
        min-height: 350px;
    }
    .thank-you__text h1 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    .thank-you__text p,
    .thank-you__text a {
        font-size: 20px;
        line-height: 24px;
    }
    .conditions h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
        padding-top: 0px;
    }
    .conditions__text {
        margin-top: 20px;
    }
    .conditions__text h5 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .conditions__text ul > li {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
        padding-left: 25px;
    }
    .conditions__text ul > li::before {
        background-size: cover;
        width: 20px;
        height: 20px;
    }
    .ep,
    .conditions {
        margin: 40px 0;
    }
    .request h3 {
        margin-bottom: 20px;
    }
    .ep__link h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
        max-width: 235px;
    }
    .ep__link a {
        font-size: 18px;
        line-height: 20px;
    }
    .ep__link {
        padding: 15px 40px;
    }
    .ep__link a {
        width: 100%;
    }
    #gel {
        padding-top: 40px;
    }
    .main__item-img img {
        min-height: 200px;
        max-height: 200px;
    }
    .site-link a,
    .ep-item-info p,
    .ep-item-info ul > li,
    .conditions__text p,
    .steps p,
    .text p {
        font-size: 16px;
        line-height: 18px;
    }
    .ep-box h2,
    .videos h3,
    .steps h3,
    .text h3 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 auto 25px auto;
    }
    .ep-item-info h3 {
        font-size: 20px;
        line-height: 23px;
    }
    .ep-item-info h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .ep-item,
    .step-item {
        margin: 0 0 25px 0;
    }
    .ep-box,
    .videos,
    .steps,
    .text {
        margin: 40px 0;
    }
    .videos-links {
        gap: 25px;
    }
    .videos-link a > img {
        max-height: 300px;
        min-height: 300px;
    }
    .step-info h5 {
        font-size: 20px;
        line-height: 23px;
    }
    .step-img img {
        max-height: 220px;
    }
    .text h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* END END END */