@font-face {
    font-family: "Roboto-Regular";
    src: local("Roboto-Regular"), local("Roboto-Regular"), url("/f/fonts/roboto-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto-Medium";
    src: local("Roboto-Medium"), local("Roboto-Medium"), url("/f/fonts/roboto-medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto-Light";
    src: local("Roboto-Light"), local("Roboto-Light"), url("/f/fonts/roboto-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto-Bold";
    src: local("Roboto-Bold"), local("Roboto-Bold"), url("/f/fonts/roboto-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    font-family: "Roboto-Light";
    margin: 0;
    overflow-x: hidden;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.header {
    width: 100%;
}
.header-second {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 42px;
}
.header-second::before {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #ff3535;
    position: absolute;
    top: 0;
    left: 0;
}
.header--sticky {
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 10;
    box-shadow: 0px 5px 28px 4px rgb(0 0 0 / 15%);
}

.header__row {
    display: flex;
    justify-content: space-between;
    padding: 55px 0 0;
}
.header--sticky .header__row {
    padding: 5px 0 !important;
}
.header__content {
    z-index: 3;
}
.main__logo {
    width: 278px;
    height: 176px;
}
.header--sticky .main__logo {
    height: 70px !important;
    width: auto !important;
}

.parallax {
    position: absolute;
    z-index: 5;
}
.parallax__second-first {
    top: 48px;
    left: 30%;
}
.parallax__second-second {
    top: 8px;
    left: 40%;
}
.parallax__second-third {
    right: 0;
    top: 40px;
}
.parallax__main-first {
    right: 0;
    top: 20%;
}
.parallax__main-second {
    right: 0;
    top: 48%;
}

.parallax__main-third {
    left: 80px;
    top: 15%;
}
.parallax__main-four {
    top: 50%;
    left: 50px;
}
.parallax__main-fivst {
    right: 0;
    bottom: -120px;
}

.parallax__main-six {
    top: 43%;
    left: 15%;
}

.parallax__main-seven {
    left: 20%;
    bottom: -20%;
}

.parallax__main-eight {
    left: 20px;
    top: -8%;
}
.parallax__main-9 {
    left: 10px;
    top: 15%;
}
.parallax__main-10 {
    right: 20px;
    top: -3%;
}
.parallax__main-11 {
    right: 0;
    bottom: 5%;
}
.parallax__main-12 {
    left: 0;
    top: -75px;
}
.parallax__main-13 {
    right: 0;
    bottom: 14%;
}

.wrapper {
    background-image: url("/f/img/main-bg.jpg");
    position: relative;
}
.wrapper::after {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #ff3535;
    opacity: 0.77;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
.main__nav {
    display: flex;
    padding: 0;
    margin-bottom: 49px;
}
.header--sticky .main__nav {
    margin: 0 !important;
}
.main__nav li {
    list-style-type: none;
    margin-right: 18px;
}
.header__content {
    width: 50%;
    padding-left: 74px;
    padding-top: 30px;
}
.header--sticky .header__content {
    padding: 0 !important;
    display: flex;
    width: 85% !important;
    align-items: center;
    justify-content: space-between;
}
.main {
    padding-top: 85px;
    padding-bottom: 212px;
}
.main__link {
    text-decoration: none;
    font-family: "Roboto-Regular";
    font-size: 18px;
    color: #ffffff;
    transition: 0.5s;
}
.main__link--active {
    text-decoration: underline;
}
.header-second .main__link {
    color: #0f0e10;
    text-decoration: none;
}
.header-second .main__link.main__link--active {
    color: #ff3535;
    text-decoration: none;
}
.header-second .main__link:hover {
    text-decoration: none;
    color: #ff3535;
    transition: 0.5s;
}
.header--sticky .main__link {
    color: #010000;
}
.header--sticky .main__link--active {
    color: #010000;
}
.main__link:hover {
    text-decoration: underline;
}
.phone {
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 41px;
}
.header-second .phone {
    color: #0f0e10;
}
.header--sticky .phone {
    color: #0f0e10;
}
.phone:hover {
    text-decoration: underline;
}
.phone__button {
    font-size: 18px;
    color: #ffffff;
    background-color: #0f0e10;
    border-radius: 20.5px;
    padding: 10px 27px;
    text-decoration: none;
    transition: 0.5s;
}
.phone__button:hover {
    color: #0f0e10;
    background-color: #ffffff;
}
.main__inner {
    display: flex;
}
.main__content {
    width: 50%;
}
.main__block {
    width: 50%;
    z-index: 3;
    padding-left: 74px;
}
.main__title {
    font-size: 70px;
    line-height: 72px;
    font-weight: 300;
    color: #ffffff;
    text-transform: none;
    margin: 0 0 35px 0;
}
.main__title span {
    text-transform: uppercase;
}
.main__subtitle {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 45px;
}
.main__button {
    background-color: #ff3535;
    border-radius: 28.5px;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 17px 60px;
    display: inline-block;
    transition: 0.5s;
}
.main__button:hover {
    background-color: #b62a2a;
    transition: 0.5s;
}
.main__list {
    padding: 0;
    margin-top: 32px;
}
.main__list li {
    list-style-type: none;
    font-family: "Roboto-Regular";
    font-size: 20px;
    line-height: 24px;
    color: #010000;
    margin-bottom: 45px;
    position: relative;
    padding-left: 77px;
}
.main__list li::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url("/f/img/marker.png");
    position: absolute;
    top: -5px;
    left: 0;
}
.main__row {
    display: flex;
    align-items: center;
}
.uslugi {
    padding: 80px 0 18px;
    position: relative;
}
.uslugi__title {
    font-family: "Roboto-Light";
    font-size: 48px;
    line-height: 72px;
    color: #1b1e1f;
    font-weight: 300;
    margin: 0 0 70px;
    text-align: center;
}
.uslugi__title span {
    text-transform: uppercase;
}
.uslugi__row {
    display: flex;
    padding: 0 163px;
    justify-content: space-between;
    margin-bottom: 62px;
}
.uslugi__item {
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    padding: 89px 63px 65px;
    background-repeat: no-repeat;
    width: 31.33%;
    background-size: cover;
    position: relative;
}
.uslugi__item::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    background-color: #131112;
    opacity: 0.46;
    mix-blend-mode: multiply;
    position: absolute;
}
.uslugi__item-title {
    font-family: "Roboto-Medium";
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin-bottom: 27px;
    z-index: 1;
}
.uslugi__item-title:hover {
    text-decoration: underline;
}
.uslugi__item-button {
    font-size: 18px;
    color: #ffffff;
    background-color: #ff3535;
    border-radius: 20.5px;
    padding: 10px 35px;
    text-decoration: none;
    transition: 0.5s;
    width: fit-content;
    margin: 0 auto;
    z-index: 1;
}
.uslugi__item-button:hover {
    background-color: #b62a2a;
    transition: 0.5s;
}
.uslugi__text {
    padding: 0 163px;
    font-size: 18px;
    line-height: 30px;
    color: #1b1e1f;
    text-align: center;
    margin-bottom: 30px;
}
.form {
    position: relative;
    background-color: #ff3535;
    padding: 70px 0 95px;
    min-height: 359px;
}
.form__title {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    margin: 0 0 15px;
}
.form__inner {
    width: fit-content;
    margin: 0 auto;
}
.form-fancy__inner {
    background-color: #ff3535;
    border-radius: 30px;
    padding: 54px 89px 62px;
    width: 482px;
    position: relative;
    margin: 0 auto;
}
.form-fancy {
    position: relative;
    width: 730px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: transparent;
}
.fancybox-content {
    padding: 0;
}
.fancybox-close-small {
    display: none;
}
.form-close-button {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    background-image: url("/f/img/close_button.png");
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    z-index: 5;
}
.form__decor-1 {
    top: 160px;
    left: 0;
}
.form__decor-2 {
    bottom: 25px;
    left: 50px;
    z-index: -1;
}
.form__decor-3 {
    top: 32px;
    z-index: -1;
    right: 68px;
}
.form-fancy__title {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Roboto-Light";
}
.form-fancy .smFormContent {
    width: 100%;
}
.form-fancy .smFormContent .input input,
.smFormContent .input textarea,
.smFormContent .input select {
    margin-bottom: 11px;
    width: 100%;
}
.form-fancy .smFormContentIn {
    width: 100%;
}
.sm__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-fancy__input {
    width: 100%;
    margin-bottom: 11px;
}
.form-fancy__button {
    width: fit-content;
    font-family: "Roboto-Light";
}
.smFormContent .input input,
.smFormContent .input textarea,
.smFormContent .input select {
    border-radius: 28.4px;
    padding: 21px 33px;
    width: 253px;
    border: none;
    margin: 0;
    margin-right: 8px;
    height: auto;
}
.smFormContent .validateForm {
    display: flex;
    align-items: center;
}
.form-fancy .smFormContent .validateForm {
    flex-direction: column;
}
.smFormContent .twoColumns .leftColumn {
    padding-right: 0;
}
.smFormContent .twoColumns .rightColumn {
    padding-left: 0;
}
.smFormContent .validateForm {
    width: 100%;
}
.smFormContent .input input:focus,
.smFormContent .input textarea:focus,
.smFormContent .input select:focus {
    border: none;
}
.smFormContent .button > * {
    font-size: 18px;
    color: #ffffff;
    background-color: #0f0e10;
    border-radius: 28.4px;
    padding: 18px 37px;
    border: none;
    width: fit-content;
    transition: 0.5s;
    min-width: fit-content;
}
.smFormAftersubmit {
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    margin-top: 45px;
}
.smFormContent .button > *:hover {
    color: #0f0e10;
    background-color: #ffffff;
    transition: 0.5s;
}
.form__decor {
    position: absolute;
}
.form-fancy {
    position: relative;
}
input:focus {
    outline: none;
}
input::placeholder {
    font-size: 18px;
    color: #1b1e1f;
}
button:hover {
    color: #0f0e10;
    background-color: #ffffff;
    transition: 0.5s;
}
.form__text {
    font-size: 14px;
    font-weight: 300;
    color: #1b1e1f;
    text-align: center;
    margin-top: 20px;
    font-family: "Roboto-Light";
}
.form__text a {
    text-decoration: none;
    color: #1b1e1f;
}
.form__text a:hover {
    text-decoration: underline;
}
.products {
    padding-top: 88px;
    overflow: hidden;
}
.products .uslugi__title {
    margin-bottom: 60px;
}
.products__inner {
    border-radius: 30px;
    text-decoration: none;
    color: #0f0e10;
    display: inline-block;
    margin: 0 7px;
    background-color: #efefef;
    transition: 0.5s;
    /* visibility: visible; */
}

.products__img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top;
}
.products__img img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.products__text {
    font-size: 20.1px;
    text-decoration: none;
    padding: 25px 8px;
    text-align: center;
    max-width: 245px;
}
.products__inner:hover {
    background-color: #ff3535;
    transition: 0.5s;
    box-shadow: 0px 2px 65px 3px rgba(0, 0, 0, 0.23);
    color: #ffffff;
}
.products__list {
    padding: 0 70px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.products__button {
    width: 54px;
    height: 54px;
    background-color: #efefef;
    border-radius: 50%;
    display: block;
    background-image: url("/f/img/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 200px;
    transition: 0.5s;
    z-index: 1;
}
.products__button--next {
    transform: rotate(180deg);
    right: 0;
}
.products__button--prev {
    left: 0;
}
.products__button:hover {
    opacity: 0.6;
    transition: 0.5s;
}
.products__slider {
    width: 100% !important;
    /* overflow-x: hidden; */
    overflow-y: visible;
    margin: 0 -7px;
    padding: 60px 0;
}
.products .uslugi__title {
    margin-bottom: 0;
}
.products__inner.slick-slide {
    opacity: 0;
}
.products__inner.slick-slide.slick-active {
    opacity: 1;
}
.advantages__title {
    font-size: 36.1px;
    font-weight: 300;
    color: #0f0e10;
    text-align: center;
    margin-bottom: 69px;
}
.advantages__row {
    display: flex;
    justify-content: space-between;
}
.advantages__text {
    font-size: 20.1px;
    line-height: 30px;
    color: #0f0e10;
    margin-top: 30px;
}
.advantages__item {
    text-align: center;
}
.advantages {
    padding-bottom: 83px;
}
.info {
    position: relative;
    padding: 100px 0 48px;
    background-color: #efefef;
}
.info__title {
    line-height: 72px;
    font-size: 48px;
    color: #1b1e1f;
    text-align: center;
}
.info__title span {
    text-transform: uppercase;
    font-size: 72px;
}
.info__row {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 79px;
}
.info__item span:first-child {
    font-family: "Roboto-Medium";
    font-size: 60px;
    color: #1b1e1f;
    margin-right: 18px;
}
sup {
    font-size: 36px;
}
.info__item span:last-child {
    font-size: 18px;
    line-height: 30px;
    color: #1b1e1f;
}
.info__item {
    display: flex;
    align-items: center;
}
.info__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.info__img {
    width: 100%;
    height: 291px;
    border-radius: 30px;
    object-fit: cover;
    margin-bottom: 41px;
}
.info__subtitle {
    font-family: "Roboto-Regular";
    font-size: 30px;
    color: #1b1e1f;
    margin-bottom: 25px;
}
.info__text {
    font-size: 18px;
    line-height: 30px;
    color: #1b1e1f;
}
.info__list-item {
    text-align: center;
    width: 32.33%;
}
.info__button {
    font-size: 20px;
    color: #ffffff;
    background-color: #ff3535;
    border-radius: 28.5px;
    padding: 17px 60px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: fit-content;
    transition: 0.5s;
}
.info__button:hover {
    background-color: #b62a2a;
    transition: 0.5s;
}
.gallery {
    position: relative;
    padding: 100px 0 78px;
}
.gallery__title {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 70px;
}
.gallery {
    background-image: url("/f/img/photogallery.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery__img {
    border-radius: 30px;
}
.gallery__button {
    width: 54px;
    height: 54px;
    background-color: #efefef;
    position: absolute;
    top: 128px;
    border-radius: 50%;
    background-image: url("/f/img/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
    z-index: 2;
}
.gallery__button:hover {
    opacity: 0.8;
    transition: 0.5s;
}
.gallery__inner {
    position: relative;
}
.gallery__button--prev {
    left: 0;
}
.gallery__button--next {
    transform: rotate(180deg);
    right: 0;
}
.gallery__button--next {
    max-width: 1295px;
}
.gallery__slider {
    max-width: 1295px;
    margin: 0 auto;
}
.footer {
    padding: 57px 0 53px;
}
.footer__row {
    display: flex;
}
.footer__row .phone {
    color: #1b1e1f;
    margin-right: 60px;
}
.footer__row .phone__button {
    background-color: #ff3535;
}
.footer__text {
    font-size: 16px;
    line-height: 30px;
    color: #1b1e1f;
}
.footer__text span {
    font-family: "Roboto-Bold";
}
.footer__link {
    color: #ff3535;
    transition: 0.5s;
}
.footer__rule {
    color: #1b1e1f;
}
.footer__rule:hover {
    text-decoration: none;
}
.footer__block {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.sm {
    display: flex;
    align-items: center;
    width: 375px;
}
.sm__text a {
    font-size: 16px;
    line-height: 30px;
    color: #1b1e1f;
    text-decoration: none;
}
.sm img {
    margin-right: 13px;
}
.footer__row .main__row {
    margin-right: 53px;
}
.footer__text--margin {
    margin-right: auto;
}
.products__list .slick-list {
    overflow: visible;
}
.burger {
    display: none;
}
.header--sticky .phone__button:hover {
    background-color: #0f0e10;
    color: #ffffff;
    text-decoration: underline;
}
.advantages__img-inner {
    height: 91px;
}
.breadcrumbs {
    font-size: 14px;
    color: #0f0e10;
    margin-top: 17px;
}
.breadcrumbs a {
    color: #0f0e10;
    text-decoration: none;
}
.title-second {
    font-size: 48px;
    color: #1b1e1f;
    margin-top: 21px;
    margin-bottom: 20px;
    font-weight: 300;
}
.contacts .phone {
    color: #1b1e1f;
}
.contacts__text {
    font-size: 18px;
    color: #1b1e1f;
}
.contacts__text span {
    font-family: "Roboto-Bold";
}
.contacts__link {
    color: #ff3535;
    transition: 0.5s;
}
.contacts__link:hover {
    color: #b62a2a;
    transition: 0.5s;
}
.footer__link:hover {
    color: #b62a2a;
    transition: 0.5s;
}
.footer__row .phone__button:hover {
    color: #fff;
    background-color: #b62a2a;
    transition: 0.5s;
}
.header-second .phone__button:hover {
    color: #ffffff;
    background-color: #0f0e10;
    text-decoration: underline;
}
.inner {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 251px);
}
.content {
    flex-grow: 1;
    padding-bottom: 35px;
}
.content ul li {
    list-style: none;
    position: relative;
    line-height: 30px;
}
.content ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ff3535;
    position: absolute;
    top: 39%;
    left: -20px;
}
.content ul {
    padding-left: 35px;
}
.content-uslugi ul {
    padding-left: 385px;
}
.footer-second {
    background-color: #efefef;
}
.contacts__map {
    width: 855px;
    height: 440px;
}
.header__uslugi {
    display: none;
}
.contacts__inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
}
.contacts__text p:first-child {
    margin-top: 0;
}
.contacts__button {
    font-size: 18px;
    color: #ffffff;
    background-color: #ff3535;
    border-radius: 20.5px;
    padding: 10px 40px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    transition: 0.5s;
}
.contacts__button:hover {
    transition: 0.5s;
    background-color: #b62a2a;
}
.header--sticky::before {
    content: none;
}
.header--sticky {
    padding-bottom: 0 !important;
}
.header-second .burger span,
.header-second .burger:after,
.header-second .burger:before {
    background-color: #0f0e10;
}
.fancybox-content {
    background: transparent !important;
}
.error p {
    text-align: center;
    font-size: 20px;
}
.contacts__text .phone {
    margin-right: 0;
}
.photo__list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.photo__list .gallery__link {
    margin-bottom: 10px;
}
.photo__list .gallery__link {
    margin-right: 6px;
}
.photo__list .gallery__link:nth-child(7n) {
    margin-right: 0;
}
.uslugi__pic img {
    border-radius: 30px;
}
.uslugi__pic {
    float: left;
    margin-right: 45px;
}
.uslugi-inner {
    padding-bottom: 40px;
    margin-top: 40px;
}
.products__list-inner {
    display: flex;
    flex-wrap: wrap;
}
.products__list-inner .products__inner {
    margin: 0 21px;
    margin-bottom: 20px;
}

.products__slider .slick-track {
    display: flex;
}
.products__slider .slick-slide {
    height: auto;
}


@media (max-width: 1680px) {
    .parallax__main-second img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .parallax__main-first img {
        height: 160px;
        object-fit: contain;
    }
    .parallax__main-third {
        left: 0;
    }
    .parallax__main-fivst img {
        height: 220px;
        object-fit: contain;
    }
    .parallax__main-eight {
        top: -5%;
    }
    .parallax__main-11 img {
        height: 200px;
    }
    .smFormAftersubmit {
        font-size: 23px;
        width: 108%;
        margin-top: 50px;
    }
}
@media (max-width: 1500px) {
    .container {
        max-width: 1340px;
    }
    .header__row {
        padding: 20px 0 0;
    }
    .main__logo {
        width: auto;
        height: 135px;
    }
    .header__content {
        width: 50%;
        padding-left: 50px;
        padding-top: 0;
    }
    .main__block {
        padding-left: 50px;
    }
    .main__nav {
        margin-bottom: 35px;
    }
    .main__link {
        font-size: 16px;
    }
    .phone {
        font-size: 24px;
    }
    .main {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .main__title {
        font-size: 68px;
        line-height: 70px;
        margin: 0 0 25px 0;
    }
    .main__button {
        font-size: 18px;
    }
    .main__subtitle {
        margin-bottom: 30px;
    }
    .main__list {
        margin-top: 20px;
    }
    .main__list li {
        font-size: 18px;
        line-height: 22px;
    }
    .uslugi__row {
        padding: 0 150px;
        margin-bottom: 30px;
    }
    .uslugi__text {
        padding: 0 60px;
        margin-bottom: 15px;
    }
    .uslugi__item {
        padding: 35px;
    }
    .uslugi__title {
        margin-bottom: 30px;
    }
    .uslugi {
        padding: 30px 0 18px;
    }
    .products {
        padding-top: 30px;
    }
    .form {
        padding: 40px 0;
        min-height: 267px;
    }
    .advantages__title {
        margin-top: 0;
    }
    .advantages {
        padding-bottom: 50px;
    }
    .info {
        padding: 50px 0;
    }
    .info__row {
        margin: 35px 0;
    }
    .info__img {
        margin-bottom: 20px;
    }
    .info__subtitle {
        margin-bottom: 10px;
    }
    .info__item span:first-child {
        font-size: 45px;
    }
    .info__item span:last-child {
        font-size: 16px;
        line-height: 22px;
    }
    .info__img {
        height: 225px;
    }
    .info__list {
        margin-bottom: 25px;
    }
    .gallery {
        padding: 40px 0;
    }
    .gallery__title {
        margin: 0 0 45px;
    }
    /* .gallery__inner {
        padding: 0 81px;
    } */
    .slick-slide img {
        width: 100%;
    }
    .gallery__button {
        top: 110px;
    }
    .gallery__slider {
        max-width: 1160px;
    }
    .gallery__inner .slick-slide {
        margin: 0 5px;
    }
    .footer {
        padding: 30px 0;
    }
    .footer__row .phone {
        margin-right: 30px;
    }
    .footer__row .main__row {
        margin-right: 0;
    }
    .footer__text--margin {
        margin-right: 0;
    }
    .footer__row {
        justify-content: space-between;
    }
    .footer__block {
        margin-top: 15px;
    }
    .header-second {
        padding-bottom: 20px;
    }
    .contacts__map {
        width: 60%;
        height: 400px;
    }
    .contacts__inner {
        padding-bottom: 30px;
    }
    .parallax__main-second {
        top: 58%;
    }
    .parallax__main-third {
        top: 19%;
    }
    .parallax__main-third img {
        height: 150px;
        object-fit: contain;
    }
    .parallax__main-fivst img {
        height: 170px;
        object-fit: contain;
    }
    .parallax__main-four img {
        height: 80px;
        object-fit: contain;
    }
    .parallax__main-six {
        left: 5%;
    }
    .parallax__main-seven {
        left: 13%;
        bottom: -30%;
    }
    .parallax__main-seven img {
        height: 150px;
        object-fit: contain;
    }
    .parallax__main-eight img {
        height: 140px;
    }
    .parallax__main-eight {
        top: -2%;
    }
    .parallax__main-9 img {
        height: 80px;
    }
    .parallax__main-11 {
        bottom: -2%;
    }
    .parallax__second-first {
        left: 25%;
    }
    .parallax__second-second {
        left: 35%;
    }
    .photo__list .gallery__link {
        margin-right: 28px;
    }
    .photo__list .gallery__link:nth-child(7n) {
        margin-right: 28px;
    }
    .photo__list .gallery__link:nth-child(6n) {
        margin-right: 0;
    }
    .products__list-inner .products__inner {
        margin: 0 11px;
        margin-bottom: 20px;
    }
    .inner {
        min-height: calc(100vh - 186px);
    }
}
@media (max-width: 1400px) {
    .container {
        max-width: 1240px;
    }
    .info__item br {
        display: none;
    }
    .info__item {
        width: 32.33%;
    }
    .info__text br {
        display: none;
    }
    .info__text {
        font-size: 16px;
        line-height: 26px;
    }
    .info__button {
        font-size: 16px;
    }
    .gallery__slider {
        max-width: 1060px;
    }
    .gallery__button {
        top: 95px;
    }
    .photo__list .gallery__link {
        margin: 0 10px !important;
    }
    .photo__list {
        justify-content: space-between;
    }
    .products__img {
        height: 210px;
    }
    .products__list-inner .products__inner {
        width: 18.33%;
        margin: 0 10px 20px;
    }
}
@media (max-width: 1300px) {
    .container {
        max-width: 1140px;
    }
    .main__logo {
        height: 110px;
    }
    .main__title {
        font-size: 60px;
        line-height: 65px;
        margin: 0 0 20px 0;
    }
    .main__subtitle {
        font-size: 24px;
    }
    .main__list li {
        font-size: 16px;
        line-height: 20px;
    }
    .main {
        padding-bottom: 78px;
    }
    .main__button {
        font-size: 16px;
        padding: 12px 60px;
    }
    .uslugi__title {
        font-size: 42px;
        line-height: 60px;
    }
    .info__title {
        font-size: 42px;
        line-height: 60px;
    }
    .gallery__title {
        font-size: 42px;
        line-height: 60px;
    }
    .form__title {
        font-size: 42px;
        line-height: 60px;
    }
    .uslugi__row {
        padding: 0 100px;
    }
    .products {
        padding-top: 35px;
    }
    .products__slider {
        padding: 45px 0;
    }
    .advantages__title {
        margin-bottom: 40px;
    }
    .info__subtitle {
        font-size: 26px;
    }
    .info__text {
        font-size: 15px;
        line-height: 25px;
    }
    .gallery__slider {
        max-width: 960px;
    }
    .sm {
        width: 328px;
    }
    .sm__text a {
        font-size: 14px;
    }
    .footer__text {
        font-size: 14px;
    }
    .footer__block p {
        font-size: 14px;
    }
    .footer__row .main__row {
        flex-direction: column;
    }
    .footer__row .phone {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .contacts__map {
        width: 50%;
    }
    .parallax__main-first img {
        height: 130px;
    }
    .parallax__main-third img {
        height: 100px;
        object-fit: contain;
    }
    .parallax__main-four {
        top: 38%;
        left: 38px;
    }
    .parallax__main-fivst {
        bottom: -140px;
    }
    .parallax__main-11 {
        bottom: -6%;
    }
    .parallax__second-second img {
        height: 100px;
    }
    .parallax__second-first img {
        height: 80px;
    }
    .parallax__second-third img {
        height: 80px;
    }
    .main__nav li {
        margin-right: 15px;
    }
    .products__list-inner .products__inner {
        margin: 0 9px 20px;
    }
    .inner {
        min-height: calc(100vh - 195px);
    }
}
@media (max-width: 1180px) {
    .container {
        max-width: none;
        padding: 0 45px;
    }
    .main__title {
        font-size: 54px;
        line-height: 60px;
    }
    .header__content {
        padding-left: 30px;
    }
    .main__link {
        font-size: 14px;
    }
    .phone {
        font-size: 22px;
    }
    .main {
        padding-top: 30px;
    }
    .main__subtitle {
        font-size: 22px;
    }
    .main__block {
        padding-left: 30px;
    }
    .main__list li::before {
        width: 45px;
        height: 45px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .main__list li {
        padding-left: 60px;
    }
    .uslugi__row {
        padding: 0 20px;
    }
    .uslugi__item-title {
        font-size: 32px;
        line-height: 32px;
    }
    .uslugi__title {
        font-size: 40px;
        line-height: 50px;
    }
    .info__title {
        font-size: 40px;
        line-height: 50px;
    }
    .gallery__title {
        font-size: 40px;
        line-height: 50px;
    }
    .form__title {
        font-size: 40px;
        line-height: 50px;
    }
    .uslugi__text {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .products {
        padding-top: 20px;
    }
    .products__slider {
        padding: 30px 0;
    }
    .products__inner:hover {
        box-shadow: none;
    }
    .advantages__title {
        font-size: 34px;
    }
    .advantages__text {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
    }
    .advantages {
        padding-bottom: 45px;
    }
    .info__title span {
        line-height: normal;
    }
    .info {
        padding: 35px 0;
    }
    .gallery__slider {
        max-width: 800px;
    }
    .sm {
        width: 358px;
        margin-left: 15px;
    }
    .footer {
        padding: 30px 0 15px;
    }
    .parallax__main-four {
        display: none;
    }
    .parallax__main-third {
        display: none;
    }
    .parallax__main-13 {
        display: none;
    }
    .parallax__main-seven img {
        height: 95px;
    }
    .parallax__main-seven {
        bottom: -18%;
    }
    .parallax__main-six {
        left: 15px;
    }
    .smFormAftersubmit {
        font-size: 20px;
    }
    .products__list-inner .products__inner {
        margin: 0 8px 20px;
    }
}
@media (max-width: 1110px) {
    .header--sticky .header__content {
        width: 87% !important;
    }
    .header--sticky .phone {
        font-size: 18px;
    }
    .header--sticky .phone__button {
        font-size: 14px;
    }
}
@media (max-width: 1050px) {
    .container {
        padding: 0 30px;
    }
    .main__title {
        font-size: 48px;
        line-height: 54px;
        margin: 0 0 10px 0;
    }
    .main__subtitle {
        font-size: 20px;
    }
    .main__button {
        padding: 12px 25px;
    }
    .phone__button {
        font-size: 16px;
    }
    .main__list li::before {
        width: 40px;
        height: 40px;
    }
    .main__list li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 35px;
    }
    .main {
        padding-bottom: 45px;
    }
    .header--sticky .main__logo {
        height: 50px !important;
    }
    .header--sticky .header__content {
        width: 90% !important;
    }
    .header--sticky .phone {
        font-size: 19px;
    }
    .uslugi__title {
        font-size: 32px;
        line-height: 40px;
    }
    .info__title {
        font-size: 32px;
        line-height: 40px;
    }
    .gallery__title {
        font-size: 32px;
        line-height: 40px;
    }
    .form__title {
        font-size: 32px;
        line-height: 40px;
    }
    .uslugi__row {
        padding: 0;
    }
    .uslugi__text {
        padding: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .uslugi__item-title {
        font-size: 26px;
        line-height: 26px;
    }
    .uslugi__item {
        padding: 24px;
    }
    .form {
        padding: 30px 0;
        min-height: 230px;
    }
    .products__text {
        font-size: 16px;
        padding: 15px 7px;
    }
    .products__img {
        height: 210px;
    }
    .products__button {
        top: 130px;
    }
    .advantages__title {
        font-size: 28px;
    }
    .advantages__text {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
    }
    .advantages__img-inner {
        height: 70px;
    }
    .advantages__img {
        height: 90%;
    }
    .info__item span:last-child {
        font-size: 14px;
        line-height: 18px;
    }
    .info__title span {
        font-size: 48px;
    }
    sup {
        font-size: 28px;
    }
    .info__img {
        height: 190px;
        margin-bottom: 10px;
    }
    .info__subtitle {
        font-size: 20px;
    }
    .info__text {
        font-size: 14px;
        line-height: 22px;
    }
    .info__row {
        margin: 25px 0;
    }
    .info__button {
        padding: 12px 50px;
    }
    .info__item span:first-child {
        font-size: 36px;
        margin-right: 10px;
    }
    .gallery__slider {
        max-width: 700px;
    }
    .gallery__button {
        top: 80px;
    }
    .gallery {
        padding: 25px 0;
    }
    .gallery__title {
        margin: 0 0 25px;
    }
    .contacts__text {
        font-size: 14px;
    }
    .contacts__button {
        margin-top: 15px;
        font-size: 14px;
    }
    .parallax__main-first {
        top: 30%;
    }
    .parallax__main-first img {
        height: 100px;
    }
    .parallax__main-second img {
        width: 80px;
        height: 80px;
    }
    .parallax__main-13 {
        bottom: 75%;
    }
    .parallax__main-fivst img {
        height: 130px;
        object-fit: contain;
    }
    .parallax__main-fivst {
        bottom: -90px;
    }
    .parallax__main-six img {
        height: 80px;
    }
    .parallax__main-eight {
        top: -4%;
    }
    .parallax__main-9 img {
        height: 60px;
    }
    .parallax__main-11 img {
        height: 150px;
    }
    .parallax__main-12 img {
        height: 150px;
    }
    .header__content {
        padding-left: 20px;
    }
    .main__nav li {
        margin-right: 7px;
    }
    .products__list-inner .products__inner {
        margin: 0 7px 20px;
    }
    .inner {
        min-height: calc(100vh - 191px);
    }
}
@media (max-width: 945px) {
    .parallax__second-third {
        display: none;
    }
    .main__link {
        font-size: 13px;
    }
}
@media (max-width: 930px) {
    .footer__row {
        flex-wrap: wrap;
    }
    .footer__row .main__row {
        flex-direction: row;
    }
    .footer__row .phone {
        margin-right: 10px;
    }
    .footer__inner {
        display: flex;
    }
    .footer__block {
        flex-direction: column;
        margin-top: 0;
    }
    .footer__block p {
        margin-top: 0;
    }
    .sm {
        margin-left: 0;
        width: fit-content;
    }
    .footer__block p {
        width: 255px;
    }
    .inner {
        min-height: calc(100vh - 204px);
    }
}
@media (max-width: 900px) {
    .container {
        padding: 0 15px;
    }
    .main__title {
        font-size: 40px;
        line-height: 44px;
        margin: 0px 0 20px 0;
    }
    .main__list {
        margin-top: 5px;
    }
    .main__list li {
        padding-left: 50px;
        margin-bottom: 25px;
    }
    .main__nav li {
        margin-right: 10px;
    }
    .phone {
        margin-right: 25px;
    }
    .main__list li br {
        display: none;
    }
    .header__content {
        padding-left: 20px;
    }
    .main__block {
        padding-left: 20px;
    }
    .main {
        padding-bottom: 20px;
    }
    .header__row {
        padding: 10px 0 0;
    }
    .main__nav {
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .phone {
        font-size: 20px;
    }
    .phone__button {
        font-size: 14px;
        padding: 8px 25px;
    }
    .main__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .main__button {
        font-size: 14px;
    }
    .main__list li::before {
        width: 35px;
        height: 35px;
    }
    .header--sticky .header__content {
        width: 87% !important;
    }
    .uslugi__item-button {
        font-size: 14px;
        padding: 10px 20px;
    }
    .advantages__title {
        margin-top: 0;
    }
    .info__subtitle {
        font-size: 19px;
    }
    .info__list {
        margin-bottom: 15px;
    }
    .info {
        padding: 25px 0;
    }
    .gallery__slider {
        max-width: 600px;
    }
    .gallery__button {
        top: 60px;
    }
    .parallax {
        display: none;
    }
    .smFormAftersubmit {
        width: 100%;
        margin-top: 0;
    }
    .main__link {
        font-size: 12px;
        white-space: nowrap;
    }
    .header--sticky .phone {
        font-size: 16px;
    }
    .products__list-inner .products__inner {
        width: 27.33%;
        margin-right: 0;
        margin-left: 0;
    }
    .products__list-inner {
        justify-content: space-between;
    }
    .inner {
        min-height: calc(100vh - 197px);
    }
}
@media (max-width: 830px) {
    .header--sticky .phone__button {
        font-size: 12px;
        padding: 9px 10px;
    }
    .header--sticky .main__logo {
        height: 35px !important;
    }
    .header--sticky .phone {
        font-size: 14px;
    }
    .advantages__row {
        flex-wrap: wrap;
    }
    .advantages__item {
        width: 30.33%;
        margin-bottom: 15px;
    }
    .info__list {
        flex-direction: column;
        margin-bottom: 0;
    }
    .info__list-item {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .info__img {
        height: 130px;
        width: 180px;
        float: left;
        margin-right: 15px;
    }
    .info__title span {
        font-size: 40px;
    }
    .info__item {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .info__item span:first-child {
        height: 48px;
    }
    .contacts__map {
        height: 300px;
    }
    .title-second {
        font-size: 38px;
    }
    /* .form__decor-1 {
        height: 70px;
        left: 25px;
    }
    .form__decor-2 {
        height: 100px;
    } */
}
@media (max-width: 760px) {
    .main__nav li {
        margin-right: 5px;
    }
    .phone {
        margin-right: 15px;
    }
    .main__title {
        font-size: 36px;
        line-height: 42px;
    }
    .main__content {
        width: 45%;
    }
    .main__block {
        width: 55%;
    }
    .header__content {
        width: 55%;
    }
    .wrapper::after {
        width: 55%;
    }
    .main__logo {
        height: 90px;
    }
    .main__button {
        padding: 10px 20px;
    }
    .smFormContent .input input,
    .smFormContent .input textarea,
    .smFormContent .input select {
        width: 230px;
    }
    .gallery__slider {
        max-width: 500px;
    }
    .gallery__button {
        top: 60px;
    }
    .uslugi__pic {
        float: none;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .content ul {
        padding-left: 35px;
    }
    .content-prod .main__button {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    .products__list-inner .products__inner {
        width: 30%;
    }
}
@media (max-width: 720px) {
    .main__inner {
        display: flex;
        flex-direction: column;
    }
    .main__content {
        width: 100%;
        text-align: center;
    }
    .main__block {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
    .main__title {
        width: 75%;
        margin: 0 auto 10px;
    }
    .header__content {
        width: 70%;
    }
    .wrapper::after {
        width: 100%;
        height: 40%;
        bottom: 0;
        top: auto;
    }
    .main {
        padding-bottom: 0px;
    }
    .main__row {
        justify-content: flex-end;
    }
    .header--sticky .header__content {
        width: 90% !important;
    }
    .uslugi {
        padding: 20px 0 18px;
    }
    .uslugi__item {
        width: 32.33%;
        padding: 20px;
    }
    .smFormContent .input input,
    .smFormContent .input textarea,
    .smFormContent .input select {
        width: 200px;
        padding: 15px 25px;
    }
    .smFormContent .button > * {
        padding: 12px 25px;
    }
    .contacts__inner {
        flex-direction: column;
    }
    .breadcrumbs {
        text-align: center;
    }
    .title-second {
        text-align: center;
        margin-top: 5px;
    }
    .contacts__content {
        text-align: center;
        margin-bottom: 25px;
    }
    .contacts__map {
        width: 100%;
    }
    .header-second::before {
        height: 4px;
    }
    /* .form-fancy__inner {
        padding: 35px;
    }
    .form__decor-3 {
        right: 54px;
    }
    .form-fancy__input {
        width: 85%;
    }
    .form-fancy__title {
        margin-bottom: 25px;
    } */
    .header--sticky .phone {
        display: none;
    }
}
@media (max-width: 690px) {
    .photo__list {
        justify-content: space-evenly;
    }
}
@media (max-width: 680px) {
    .footer__inner {
        flex-direction: column;
        text-align: center;
    }
    .footer__block p {
        width: 100%;
        margin-top: 15px;
    }
    .footer__text {
        width: 100%;
    }
    .sm {
        margin: 0 auto;
    }
    .footer__row .main__row {
        width: 100%;
        justify-content: center;
    }
    /* .form__decor {
        display: none;
    } */
    .content-prod .main__button {
        margin-bottom: 20px;
    }
    .inner {
        min-height: calc(100vh - 295px);
    }
}
@media (max-width: 660px) {
    .header--sticky .header__content {
        width: 87% !important;
    }
    .uslugi__item-button {
        padding: 10px 15px;
    }
    .gallery__slider {
        max-width: 400px;
    }
    .gallery__button {
        top: 55px;
    }
}
@media (max-width: 620px) {
    .main__title {
        width: 95%;
    }
    .uslugi__item {
        width: 48%;
        margin-bottom: 15px;
    }
    .uslugi__row {
        flex-wrap: wrap;
    }
    .uslugi__item:last-child {
        margin: 0 auto;
    }
    .uslugi__title {
        font-size: 26px;
        line-height: 30px;
    }
    .info__title {
        font-size: 26px;
        line-height: 30px;
    }
    .gallery__title {
        font-size: 26px;
        line-height: 30px;
    }
    .form__title {
        font-size: 26px;
        line-height: 30px;
    }
    .uslugi__item-title {
        font-size: 22px;
        line-height: 22px;
    }
    .form__title {
        margin: 0 0 20px;
    }
    .smFormContent .input input,
    .smFormContent .input textarea,
    .smFormContent .input select {
        width: 175px;
    }
    .advantages__title {
        font-size: 24px;
    }
    .info__item {
        width: 100%;
        margin-bottom: 15px;
        flex-direction: column;
    }
    .info__row {
        flex-wrap: wrap;
    }
    .info__item span:first-child {
        margin-right: 0;
    }
    .info__row {
        margin: 15px 0;
    }
    .info__title span {
        font-size: 36px;
    }
    .advantages {
        padding-bottom: 15px;
    }
    .title-second {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .contacts__map {
        height: 250px;
    }
    .contacts__button {
        margin-top: 0px;
    }
    .header--sticky .header__content {
        width: 88% !important;
    }
}
@media (max-width: 570px) {
    .products__list-inner .products__inner {
        width: 27.33%;
    }
    .products__img {
        height: 165px;
    }
}
@media (max-width: 550px) {
    .burger {
        position: relative;
        width: 33px;
        height: 36px;
        display: block;
        margin-right: 15px;
        z-index: 6;
    }
    .burger span,
    .burger:after,
    .burger:before {
        height: 2px;
        width: 100%;
        position: absolute;
        background: #fff;
        margin: 0 auto;
    }
    .burger:after,
    .burger:before {
        content: "";
        transition: 0.4s;
    }
    .burger:before {
        top: 5px;
    }
    .burger:after {
        bottom: 5px;
    }
    .burger span {
        top: 17px;
        transition: 0.5s;
    }
    .burger.active:before {
        transform: rotate(38deg);
        top: 16px;
        transition: 0.4s;
    }
    .burger.active:after {
        transform: rotate(-38deg);
        bottom: 18px;
        transition: 0.4s;
    }
    .burger.active span {
        opacity: 0;
        transition: 0.5s;
    }
    .main__nav {
        flex-direction: column;
        background-color: #ff3535;
        padding: 70px 15px 15px;
        position: absolute;
        width: 100vw;
        left: -200%;
        top: 0;
        justify-content: flex-start;
        height: 100vh;
        margin: 0;
        z-index: 5;
        transition: 0.5s;
    }
    .main__nav.active {
        left: 0;
    }
    .main__link {
        padding: 10px 0;
        display: block;
        font-weight: 300;
    }
    .main__block {
        z-index: 2;
    }
    .wrapper::after {
        z-index: 1;
    }
    .main__logo {
        height: 70px;
    }
    .header__row {
        align-items: center;
    }
    .phone {
        font-size: 16px;
    }
    .main__title {
        font-size: 30px;
        line-height: 36px;
        width: 90%;
    }
    .main {
        padding-top: 10px;
    }
    .main__subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .main__button {
        padding: 7px 15px;
    }
    .phone__button {
        padding: 7px 20px;
    }
    .wrapper::after {
        height: 47%;
    }
    .header--sticky .burger span,
    .header--sticky .burger:after,
    .header--sticky .burger:before {
        background-color: #0f0e10;
    }
    .header--sticky .header__content {
        width: 87% !important;
        justify-content: end;
    }
    .header--sticky .phone {
        display: inline-block;
    }
    .smFormContent .input input,
    .smFormContent .input textarea,
    .smFormContent .input select {
        width: 100%;
        margin-bottom: 15px;
    }
    .form__row {
        text-align: center;
    }
    input::placeholder {
        text-align: center;
    }
    .smFormContent .button > * {
        width: 100%;
    }
    .products__list {
        padding: 0 55px;
    }
    .advantages__item {
        width: 50%;
    }
    .buttonOut {
        width: 100%;
    }
    .info__title span {
        font-size: 30px;
    }
    .gallery__slider {
        max-width: 300px;
    }
    .gallery__button {
        top: 35px;
    }
    /* .form-fancy__inner {
        width: 100%;
    }
    .form-fancy {
        width: 100%;
        padding: 0 15px;
    } */
    .smFormContent .validateForm {
        flex-direction: column;
    }
    .smFormContent .validateForm > div {
        display: flex;
        flex-direction: column;
    }
    .smFormContent .twoColumns .leftColumn,
    .smFormContent .twoColumns .rightColumn {
        width: 100%;
    }
    .form__inner {
        width: 70%;
    }
    .header-second .main__link.main__link--active {
        color: #0f0e10;
        text-decoration: underline;
    }
    .products__list-inner .products__inner {
        width: 45%;
    }
    .inner {
        min-height: calc(100vh - 293px);
    }
    .products__text {
        padding: 15px 11px;
    }
}
@media (max-width: 500px) {
    .main__row {
        flex-direction: column;
        align-items: end;
    }
    .phone {
        margin-bottom: 10px;
    }
    .main__title {
        width: 100%;
    }
    .header--sticky .main__row {
        flex-direction: row;
    }
    .info__list-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .info__img {
        width: 70%;
        margin-right: 0;
    }
    .smFormAftersubmit {
        font-size: 18px;
    }
    .error {
        text-align: center;
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .form__title {
        margin: 0 30px 20px;
    }
}
@media (max-width: 470px) {
    .photo__list .gallery__link {
        width: 45%;
    }
}
@media (max-width: 450px) {
    .uslugi__item {
        width: 100%;
    }
    .uslugi__item-title br {
        display: none;
    }
    .info__button {
        font-size: 14px;
        padding: 12px 15px;
    }
    .gallery__slider {
        max-width: 200px;
    }
    .gallery__button {
        top: 37px;
    }

    /* .form-fancy__input {
        width: 100%;
    }
    .form-fancy__button {
        width: 100%;
    }
    .form-fancy__title {
        font-size: 26px;
    } */
    .form__text {
        font-size: 12px;
    }
    .form-close-button {
        top: 20px;
        right: 20px;
        width: 20px;
        background-size: contain;
        height: 20px;
    }
    .photo__list .gallery__link {
        width: 40%;
    }
    .photo__list .gallery__img {
        width: 100%;
    }
    .uslugi__pic img {
        width: 100%;
    }
    .uslugi-inner {
        padding-bottom: 20px;
        margin-top: 10px;
    }
}
@media (max-width: 380px) {
    .main__logo {
        height: 45px;
    }
    .header__content {
        width: 59%;
    }
    .uslugi__title {
        font-size: 22px;
        line-height: 26px;
    }
    .info__title {
        font-size: 22px;
        line-height: 26px;
    }
    .gallery__title {
        font-size: 22px;
        line-height: 26px;
    }
    .form__title {
        font-size: 22px;
        line-height: 26px;
    }
    .smFormContent .input input,
    .smFormContent .input textarea,
    .smFormContent .input select {
        width: 100%;
    }
    .smFormContent .button > * {
        width: 100%;
    }
    .products__slider {
        padding: 20px 0;
    }
    .products__img {
        height: 170px;
    }
    .products__button {
        top: 100px;
    }
    .advantages__item {
        width: 100%;
    }
    .advantages__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .info__img {
        width: 100%;
    }
    .advantages__text br {
        display: none;
    }
    .footer {
        padding: 15px 0;
    }
    .footer__text {
        line-height: 22px;
    }
    .header--sticky .header__content {
        width: fit-content !important;
    }
    .header-second {
        padding-bottom: 10px;
    }
    .breadcrumbs {
        font-size: 12px;
    }
    .form__inner {
        width: 100%;
    }
    .form__title {
        margin: 0 30px 0px;
    }
    input::placeholder {
        font-size: 14px;
    }
    .smFormContent .button > * {
        font-size: 14px;
    }
    .smFormContent .input input,
    .smFormContent .input textarea,
    .smFormContent .input select {
        padding: 11px 25px;
        margin-bottom: 10px;
    }
    .products__list-inner .products__inner {
        width: 100%;
    }
    .inner {
        min-height: calc(100vh - 262px);
    }
    .products__text {
        max-width: none;
    }
}
@media (max-width: 360px) {
    .header--sticky .phone {
        display: none;
    }
    .form {
        padding: 20px 0;
    }
    .info__title {
        font-size: 19px;
        line-height: 22px;
    }
    .gallery__slider {
        max-width: 160px;
    }
    .gallery__button {
        top: 40px;
    }
    .inner {
        min-height: calc(100vh - 306px);
    }
}
.fancybox-content {
    min-height: 400px;
}
@media (max-width: 675px) {
    .form__decor {
        display: none;
    }
    .form-fancy {
        width: fit-content;
    }
    .fancybox-content {
        min-height: fit-content;
    }
}
@media (max-width: 550px) {
    .form-fancy__inner {
        padding: 35px;
    }
}
@media (max-width: 495px) {
    .form-fancy__inner {
        width: fit-content;
    }
    .form-close-button {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .form-fancy__title {
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 5px;
    }
    .form-fancy__inner .smFormAftersubmit {
        font-size: 12px;
    }
    .title-second {
        font-size: 22px;
    }
}
@media (max-width: 380px) {
    .form-fancy {
        width: 100%;
    }
    .form__text {
        font-size: 9px;
    }
    .form-fancy__inner {
        padding: 20px;
    }
    .form-close-button {
        top: 15px;
        right: 15px;
        width: 15px;
        height: 15px;
    }
}
