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: #000000;
}

.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: rgb(252, 176, 64);
}

.header__inner.sticky {
    background: rgba(252, 176, 64,.9);
    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: 20px;
}

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

.header__menu ul {
    display: flex;
}

.header__menu ul > li > a {
    padding: 0 10px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.main {
    margin: 100px 0 0 0;
}

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

.main__item-img img {
    width: 100%;
}

.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: #c84a22;
    border: 2px solid #c84a22;
    margin: 0 5px;
    cursor: pointer;
    outline: none;
    display: block;
}

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

.services {
    margin: 75px 0;
}

.services h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

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

.services__item {
    position: relative;
}

.services__item-img {
    max-width: 380px;
    border-radius: 10px;
}

.services__item-img img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.services__item-descr {
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(252, 176, 64, .8);
    border-radius: 0 0 10px 10px;
    width: 100%;
}

.services__item-descr p {
    font-size: 22px;
    line-height: 25px;
    text-align: left;
    padding: 20px;
    color: #FFFFFF;
    font-weight: 500;
    min-height: 90px;
}

.about {
    margin: 75px 0;
}

.about h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

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

.about__info {
    width: 48%;
}

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

.about__info h2 {
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}

.about__info ul {
    margin-bottom: 30px;
}

.about__info ul > li {
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.about__info ul > li:last-child {
    margin-bottom: 0;
}

.about__info ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background-image: url(../images/checkmark.svg);
    background-size: cover;
}

.about__img {
    width: 48%;
}

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

.request {
    margin: 75px 0;
}

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

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

.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: #fcb040;
    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-yellow.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
}

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

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

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

.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 #fcb040;
    outline: none;
}

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

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

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

.request__banner {
    width: 48%;
}

.request__banner img {
    width: 100%;
}

.video {
    margin: 75px 0;
}

.video h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.video__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    grid-gap: 20px;
}

.video__item-title {
    background-color: #fcb040;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.video__item-title p {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
}

.video__item-video {
    min-height: 345px;
    max-height: 345px;
}

.video__item-video a {
    position: relative;
    min-height: 345px;
    max-height: 345px;
}

.video__item-video a::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/play-button.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}

.video__item-video img {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0 ;
    min-height: 345px;
    max-height: 345px;
}

.prices {
    margin: 75px 0;
}

.prices h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.prices__inner {
    background-color: rgba(252, 176, 64, .8);
    border-radius: 10px;
    padding: 40px 20px;
}

.prices__inner ul {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
}

.prices__inner ul > li {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.prices__inner ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/bath-icon.svg);
    background-size: cover;
}

.prices__inner ul > li:last-child {
    margin-bottom: 0;
}

.best {
    margin: 75px 0;
}

.best h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

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

.best__item {
    text-align: center;
    border: 2px solid #fcb040;
    border-radius: 10px;
    padding: 30px;
}

.best__item h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.best__item img {
    max-width: 130px;
    max-height: 130px;
    width: 100%;
    object-fit: cover;
}

.best__item p {
    font-size: 16px;
    line-height: 20px;
    max-width: 300px;
    margin: 20px auto 0 auto;
}

.cooperate {
    margin: 75px 0;
}

.cooperate h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

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

.cooperate__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}

.cooperate__step-img {
    width: 130px;
    height: 130px;
    border: 5px solid #c84a22;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cooperate__step-img::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-top: 5px solid #c84a22;
    border-right: 5px solid #c84a22;
    border-radius: 5px;
    transform: rotate(45deg);
    right: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cooperate__step:last-child .cooperate__step-img::after {
    content: none;
}

.cooperate__step-img img {
    max-width: 70px;
    max-height: 70px;
    width: 100%;
    object-fit: cover;
}

.cooperate__step-descr {
    max-width: 200px;
    margin-top: 15px;
}

.cooperate__step-descr p {
    font-size: 18px;
    line-height: 20px;
}

.works {
    margin: 75px 0;
}

.works h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

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

.works__item img {
    width: 100%;
    object-fit: cover;
    min-height: 185px;
}

.main-benfit {
    margin: 75px 0;
    padding: 75px 0;
    background: url(../images/main-benfit.jpeg), rgba(0,0, 0, .6);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: color;
}

.main-benfit h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.main-benfit__info {
    color: #FFFFFF;
}

.main-benfit__info h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}

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

.benefit {
    margin: 75px 0;
}

.benefit h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

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

.benefit__item {
    border-radius: 10px;
    border: 3px solid #fcb040;
    padding: 30px 20px;
    text-align: center;
}

.benefit__item-img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
}

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

.benefit__item-info span {
    font-size: 14px;
    line-height: 16px;
}

.benefit__item-info p {
    font-size: 17px;
    line-height: 19px;
    margin: 0 auto 10px auto;
    max-width: 100px;
}

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

.benefit__item:last-child .benefit__item-info p {
    max-width: 80px;
}

.banner {
    margin: 75px 0;
}

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

.banner__img-mob {
    display: none;
}

.reviews {
    margin: 75px 0;
}

.reviews h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}

.reviews__content {
    overflow: hidden;
}

.reviews__slider {
    padding-top: 100px;
}

.reviews__slider .slick-list {
    overflow: inherit;
}

.reviews__slider-item {
    background: linear-gradient(0deg, rgba(252, 176, 64, 0.7), rgba(252, 176, 64, 0.7));
    border: 3px solid #fcb040;
    border-radius: 10px;
    padding: 70px 35px 35px 35px;;
    position: relative;
    margin: 0 10px;
    min-height: 330px;
}

.reviews__slider-item img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    border: 3px solid #fcb040;
}

.reviews__slider-item--descr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    min-height: 220px;
}

.reviews__slider-item--descr p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

.reviews__slider-item--descr h6 {
    font-size: 16px;
    line-height: 18px;
}

.reviews__slider .slick-arrow {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    font-size: 0px;
}

.reviews__slider .slick-prev {
    left: 25px;
    z-index: 1;
    width: 25px;
    height: 25px;
    border-top: 5px solid #c84a22;
    border-right: 5px solid #c84a22;
    border-radius: 5px;
    transform: rotate(-135deg);
}

.reviews__slider .slick-next {
    right: 25px;
    width: 25px;
    height: 25px;
    border-top: 5px solid #c84a22;
    border-right: 5px solid #c84a22;
    border-radius: 5px;
    transform: rotate(45deg);
}

.original {
    margin: 75px 0;
    padding: 75px 0;
    background: url(../images/original-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-blend-mode: color;
}

.original__main {
    padding: 50px 20px;
    background-color: rgba(252, 176, 64, .75);
    border-radius: 10px;
    border: 2px solid #c84a22;
}

.original__main h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 40px auto;
    max-width: 900px;
}

.original__inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.original__img img {
    max-width: 400px;
    width: 100%;
}

.original__info {
    width: 40%;
}

.original__info p {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}

.original__info ul > li {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.original__info ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background-image: url(../images/checkmark.svg);
    background-size: cover;
}

.material {
    margin: 75px 0;
}

.material h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    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-img {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 15px;
}

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

.material__good-info {
    background-color: rgba(252, 176, 64, .75);
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    text-align: center;
}

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

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

.material__good:nth-child(2) .material__good-info p {
    max-width: 190px;
}

.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: #c84a22;
}

.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: #c84a22;
}

.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 #c84a22;
    outline: none;
}

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

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

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

.footer__blockquote {
    padding: 20px;
    margin-top: 30px;
    background: rgba(200, 74, 34, .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;
}

.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);
}

#prices,
#video,
#best,
#benefit,
#reviews,
#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, .3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: color;
    height: calc(100vh - 0px);
}

.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: #c84a22;
}

.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: #c84a22;
}


/* Media Requests */

@media (max-width: 1200px) {
    .header__slogan p > b {
        font-size: 22px;
        line-height: 24px;
    }
    .header__menu ul > li > a {
        padding: 0 8px;
        font-size: 16px;
        line-height: 20px;
    }
    .main {
        margin: 88px 0 0 0;
    }
    .best__item {
        padding: 30px 10px;
    }
    .footer__info {
        width: 45%;
    }
}

@media (max-width: 1025px) {
    .header__inner-blocks {
        padding: 15px 0;
    }
    .main {
        margin: 78px 0 0 0;
    }
    .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: #fcb040;
    }
    .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;
    }
    .services__items {
        grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    }
    .services__item-img {
        max-width: 100%;
    }
    .services__item-img img {
        min-height: 400px;
        height: 400px;
    }
    .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;
    }
    .video__item-video,
    .video__item-video img {
        min-height: 250px;
        max-height: 250px;
    }
    #prices,
    #video,
    #best,
    #benefit,
    #reviews,
    #material,
    #footer {
        padding-top: 80px;
        margin-top: -80px;
    }
    .prices__inner ul > li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
        padding-left: 22px;
    }
    .prices__inner ul > li::before {
        top: 0;
        width: 15px;
        height: 15px;
    }
    .best__items {
        grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    }
    .cooperate__steps {
        grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    }
    .works__inner {
        grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    }
    .works__item img {
        min-height: 310px;
    }
    .benefit__items {
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
    .reviews__slider-item {
        min-height: 352px;
    }
    .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;
    }
}

@media (max-width: 769px) {
    .services__item-img img {
        min-height: 300px;
        height: 300px;
    }
    .about__inner,
    .request__inner {
        flex-direction: column;
    }
    .about__info,
    .about__img,
    .request__info,
    .request__banner {
        width: 100%;
    }
    .request__info {
        margin-bottom: 30px;
    }
    .video__items {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .video__item-video,
    .video__item-video img {
        min-height: 300px;
        max-height: 300px;
    }
    .prices__inner ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .best__items {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .works__inner {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        grid-gap: 20px;
    }
    .works__item img {
        min-height: auto;
    }
    .benefit__items {
        grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    }
    .banner__img {
        display: none;
    }
    .banner__img-mob {
        display: block;
    }
    .banner__img-mob img {
        width: 100%;
        object-fit: cover;
    }
    .reviews__slider-item {
        min-height: 336px;
    }
    .original__info {
        width: 50%;
    }
    .original__img img {
        max-width: 250px;
    }
    .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;
    }
}

@media (max-width: 730px) {
    .cooperate__step-img::after {
        right: -60px;
    }
}

@media (max-width: 601px) {
    .services__items {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .services__item-img img {
        min-height: auto;
        height: 370px;
    }
    .cooperate__steps {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .cooperate__step-img::after {
        content: none;
    }
    .cooperate__step {
        position: relative;
        padding-bottom: 60px;
    }
    .cooperate__step::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        border-bottom: 5px solid #c84a22;
        border-right: 5px solid #c84a22;
        border-radius: 5px;
        transform: rotate(45deg);
    }
    .cooperate__step:last-child::before {
        content: none;
    }
    .cooperate__step:last-child {
        padding-bottom: 0;
    }
    .original__inner {
        flex-direction: column;
    }
    .original__info {
        width: 100%;
    }
    .original__img img {
        max-width: 100%;
    }
    .original__main h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .material__good {
        width: 100%;
        margin: 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;
    }
}

@media (max-width: 420px) {
    .header__slogan p > b {
        font-size: 18px;
        line-height: 20px;
    }
    .main {
        margin: 70px 0 0 0;
    }
    .services,
    .about,
    .request,
    .video,
    .prices,
    .best,
    .cooperate,
    .works,
    .benefit,
    .banner,
    .reviews,
    .material {
        margin: 40px 0;
    }
    .services h2,
    .about h2,
    .video h2,
    .prices h2,
    .best h2,
    .cooperate h2,
    .works h2,
    .main-benfit h2,
    .benefit h2,
    .reviews h2,
    .original__main h2,
    .material h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .reviews h2 {
        margin-bottom: 0;
    }
    .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;
    }
    .services__items {
        grid-gap: 20px;
    }
    .services__item-img img {
        height: 330px;
    }
    .services__item-descr p {
        font-size: 20px;
        line-height: 22px;
        padding: 12px;
        min-height: 65px;
    }
    .about__info p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .about__info ul {
        margin-bottom: 15px;
    }
    .about__info ul > li {
        font-size: 16px;
        line-height: 22px;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .about__info ul > li::before {
        top: 3px;
        width: 15px;
        height: 15px;
    }
    .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;
    }
    .video__item-video,
    .video__item-video img {
        min-height: 200px;
        max-height: 200px;
    }
    .video__item-title {
        padding: 12px;
    }
    .video__item-title p {
        font-size: 20px;
        line-height: 22px;
    }
    .video__item-video a::before {
        width: 60px;
        height: 60px;
    }
    .prices__inner {
        padding: 20px;
    }
    .prices__inner ul > li {
        display: block;
        padding-left: 25px;
    }
    .prices__inner ul > li::before {
        top: -3px;
        width: 18px;
        height: 18px;
    }
    .best__items {
        grid-gap: 20px;
    }
    .best__item {
        padding: 30px;
    }
    .best__item h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .best__item img {
        max-width: 80px;
        max-height: 80px;
    }
    .best__item p {
        font-size: 14px;
        line-height: 16px;
        max-width: 100%;
        margin: 10px auto 0 auto;
    }
    .cooperate__step-img {
        width: 100px;
        height: 100px;
    }
    .cooperate__step-img img {
        max-width: 50px;
        max-height: 50px;
    }
    .cooperate__step-descr p {
        font-size: 16px;
        line-height: 18px;
    }
    .cooperate__step::before {
        width: 40px;
        height: 40px;
    }
    .cooperate__step {
        padding-bottom: 35px;
    }
    .cooperate__steps {
        grid-gap: 20px;
    }
    .main-an {
        margin: 0 0 40px 0 !important;
    }
    .main-benfit {
        margin: 40px 0;
        padding: 40px 0;
    }
    .main-benfit__info h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .main-benfit__info p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .benefit__items {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        grid-gap: 20px;
    }
    .reviews__slider {
        padding-top: 60px;
    }
    .reviews__slider-item img {
        height: 80px;
        width: 80px;
        top: -40px;
    }
    .reviews__slider-item {
        padding: 50px 30px 20px 30px;
        margin: 0 5px;
        min-height: 300px;
    }
    .reviews__slider .slick-arrow {
        top: 55%;
    }
    .reviews__slider .slick-next {
        right: 15px;
        width: 20px;
        height: 20px;
    }
    .reviews__slider .slick-prev {
        left: 15px;
        width: 20px;
        height: 20px;
    }
    .original {
        margin: 40px 0;
        padding: 40px 0;
    }
    .original__main {
        padding: 30px 15px;
    }
    .original__info p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .original__info ul > li {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
        padding-left: 22px;
    }
    .original__info ul > li::before {
        width: 15px;
        height: 15px;
    }
    .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;
    }
}

@media (max-width: 375px) {
    .reviews__slider-item {
        min-height: 320px;
    }
}

@media (max-width: 330px) {
    .reviews__slider-item {
        min-height: 365px;
    }
    .services__item-img img {
        height: 280px;
    }
    .main-benfit h2 {
        font-size: 29px;
        line-height: 34px;
    }
    .main-benfit__info h4 {
        font-size: 17px;
        line-height: 21px;
    }
    .original__main h2 {
        font-size: 27px;
        line-height: 33px;
    }
}

/* END END END */