@media (max-width: 1250px) {
  .container {
    max-width: 1000px;
  }
  body {
    font-size: 16px;
  }
  .logo {
    margin-right: 28px;
  }
  .logo img {
    width: 87px;
  }
  .header-contacts {
    font-size: 16px;
    width: 195px;
    margin-right: 15px;
  }
  .header-btn .button {
    padding: 0 17px;
  }
  .icon-marker {
    margin-right: 10px;
  }
  .icon-mail {
    margin-right: 10px;
  }
  .icon-phone {
    margin-right: 10px;
  }
  .about-img {
    width: 370px;
    height: 370px;
  }
  .about-img:before {
    right: -31px;
    bottom: -44px;
  }
  .about-img:after {
    left: -67px;
    top: 142px;
  }
  .about-col3 {
    max-width: 258px;
  }
  .about-text p {
    margin-bottom: 20px;
  }
  .about-img__text {
    bottom: 30px;
    left: -255px;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 2px;
    width: 412px;
  }
  .why-bg {
    display: none;
  }
  .why-section {
    padding: 100px 0;
  }
  .why-section:before {
    display: none;
  }
  .why-item {
    height: 247px;
  }
  .product-section:after {
    display: none;
  }
  .contact-col {
    padding-left: 15px;
  }
  .contact-img {
    min-width: 36.8%;
  }
  .footer-col1 {
    max-width: 283px;
  }
  .main-slider .swiper-pagination {
    max-width: 980px;
  }
  .product-img {
    width: 444px;
    margin-right: 46px;
  }
  .product-slider__img {
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-thumb {
    margin: 0 20px;
  }
  .product-text {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .container {
    max-width: 768px;
  }
  .menu-btn {
    display: flex;
    width: 65px;
    height: 65px;
    background: #3E7CB1;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    z-index: 13;
    cursor: pointer;
  }
  .menu-btn:hover {
    background: #2D4059;
  }
  .header-row .header-contacts {
    display: none;
  }
  .header-btn .button {
    padding: 0 40px;
  }
  .navigation {
    position: absolute;
    background: #fff;
    width: calc(420px + ((100vw - 768px) / 2));
    z-index: 12;
    right: 0;
    top: 0;
    height: 100vh;
    padding-right: calc((100vw - 768px) / 2);
    padding-top: 40px;
    padding-left: 40px;
    transform: translate(100%, 0);
    transition: all ease-in-out .3s;
  }
  .navigation.open {
    transform: translate(0, 0);
  }
  .navigation-list {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    border-bottom: 1px solid rgba(62, 124, 177, 0.2);
    margin: 0 -40px 40px -40px;
    padding: 0 40px 40px 40px;
  }
  .navigation-list li {
    margin: 0 0 20px;
  }
  .navigation-list li a {
    color: #333;
  }
  .navigation-list li:last-child {
    margin-bottom: 0;
  }
  .sm-visible {
    display: block;
  }
  .navigation-title {
    color: #2D4059;
    font-size: 45px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    margin-bottom: 50px;
  }
  .header-contacts {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  .slider-item__title {
    margin-left: -10px;
  }
  .slider-item__title span {
    font-size: 60px;
    line-height: 140%;
  }
  .slider-item {
    height: 460px;
    padding-top: 35px;
  }
  .slider-item p {
    font-size: 40px;
  }
  .main-slider .swiper-pagination {
    max-width: 738px;
  }
  .section-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .section-about {
    padding: 100px 0;
  }
  .about-row {
    flex-direction: column;
    position: relative;
  }
  .about-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 338px;
    height: 338px;
  }
  .about-img:before {
    display: none;
  }
  .about-img:after {
    left: -30px;
    top: 45px;
  }
  .about-col1,
  .about-col3 {
    width: 47%;
    max-width: 100%;
  }
  .about-img__text {
    width: 357px;
    bottom: -55px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .why-section {
    padding: 80px 0;
  }
  .why-row .col-4 {
    width: 50%;
  }
  .why-item {
    height: 218px;
  }
  .product-section {
    padding: 100px 0;
  }
  .product-row .col-4 {
    width: 50%;
  }
  .contact-row {
    flex-direction: column-reverse;
  }
  .contact-img {
    height: 264px;
    width: 100%;
    background-size: cover;
    border-radius: 0 0 20px 20px;
  }
  .contact-col {
    width: 100%;
    padding: 40px 15px 80px;
  }
  .contact-form {
    max-width: 100%;
  }
  .footer-col2 {
    display: none;
  }
  .footer-col3 {
    padding-top: 0;
  }
  .main-slider .swiper-pagination {
    padding: 0 10px;
  }
  .breadcrumbs {
    margin: 40px 0;
  }
  .product .product-row {
    flex-direction: column;
  }
  .product-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-slider__img {
    height: 334px;
  }
  .product-slider__img img {
    max-height: 100%;
  }
  .product-title {
    font-size: 45px;
  }
  .product {
    margin-bottom: 100px;
  }
  .more-section .product-row .col-4 {
    width: 33.333%;
    padding: 0 3px;
  }
  .more-section .product-row .product-item__img {
    height: 240px;
  }
  .modal-title {
    font-size: 45px;
  }
  .video_help {
        text-align: center;
        font-size: 17px;
        line-height: 30px;
    }
}

@media (max-width: 680px) {
  .slider-item {
    height: 625px;
  }
  .main-slider .swiper-pagination {
    justify-content: center;
  }
  .slider-item__title span {
    padding: 0 10px;
  }
  .section-about {
    padding: 80px 0;
  }
  .about-row {
    flex-direction: column;
  }
  .about-img {
    position: relative;
    right: auto;
    top: auto;
  }
  .about-col1,
  .about-col2,
  .about-col3 {
    width: 100%;
  }
  .about-col1 {
    order: 0;
  }
  .about-col2 {
    order: 2;
  }
  .about-col3 {
    order: 1;
    margin-bottom: 30px;
  }
  .about-img {
    width: 390px;
    height: 390px;
    margin: 0 auto;
  }
  .about-img:after {
    display: none;
  }
  .about-img__text {
    width: auto;
    left: -20px;
    right: -20px;
    transform: translate(0, 0);
    bottom: -15px;
  }
  .why-section {
    padding: 60px 0;
  }
  .why-item {
    height: 100%;
    padding: 20px;
  }
  .why-item span {
    font-size: 18px;
  }
  .why-item__img {
    height: 40px;
    margin-bottom: 10px;
  }
  .why-item__img img {
    height: 40px;
  }
  .why-row .col-4 {
    display: flex;
    flex-direction: column;
  }
  .product-section {
    padding: 80px 0;
  }
  .product-row .col-4 {
    width: 100%;
  }
  .product-row .col-4:last-child .product-item {
    margin-bottom: 0;
  }
  .contact-img {
    height: 200px;
  }
  .contact-form__row {
    flex-direction: column;
  }
  .contact-form__control {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-form__btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-form__btn .button {
    width: 100%;
  }
  .footer-row {
    flex-direction: column;
  }
  .footer-col1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer-text {
    max-width: 343px;
    font-size: 16px;
  }
  .footer {
    padding: 40px 0 20px;
  }
  .footer-contact {
    margin-bottom: 8px;
  }
  .footer-col3 {
    max-width: 100%;
  }
  .footer-contact__btn {
    margin-top: 20px;
  }
  .footer-contact__btn .button {
    text-align: center;
  }
  .navigation {
    width: 100%;
    padding: 40px;
    overflow: auto;
  }
  .logo img {
    width: 73px;
  }
  .more-section .product-row .col-4 {
    width: 100%;
    padding: 0 10px;
  }
  .breadcrumbs {
    margin: 30px 0;
  }
}

@media (max-width: 475px) {
  .header-btn {
    
  }
  .header-btn .button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
  .menu-btn {
    margin-left: auto;
  }
  .slider-item__title span {
    font-size: 40px;
  }
  .slider-item {
    height: 460px;
  }
  .slider-item p {
    font-size: 25px;
  }
  .section-about {
    padding: 60px 0;
  }
  .section-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .about-img {
    width: 338px;
    height: 338px;
    margin-bottom: 50px;
  }
  .about-img__text {
    top: 243px;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 20px;
  }
  .why-row .col-4 {
    width: 100%;
  }
  .why-item {
    height: 140px;
  }
  .product-section {
    padding: 60px 0;
  }
  .contact-col {
    padding: 20px;
  }
  .product-slider__img {
    height: 290px;
  }
  .product-thumb {
    margin: 0;
  }
  .product-thumb .swiper-button-prev {
    left: 0;
  }
  .product-thumb .swiper-button-next {
    right: 0;
  }
  .product-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .product-price {
    font-size: 24px;
  }    

  .modal {
    padding: 30px 20px !important;
  }
  .modal-title {
    font-size: 30px;
  }
}

@media (max-width: 380px) {
  .header-btn .button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 21px;
    width: 130px;
    height: 48px;
  }
  .menu-btn {
    width: 50px;
    height: 50px;
  }
  .about-img {
    width: 284px;
    height: 284px;
    margin-bottom: 50px;
  }
  .section-about {
    padding-top: 35px;
    padding-bottom: 130px;
  }
}
/*# sourceMappingURL=media.css.map */