/* === DESKTOP FIRST === */

/* xl <= Extra extra large (xxl) */
@media (max-width : 1400px) {
  .nav-social {
    padding-left: 5px;
  }
  .nav-social__black {
    padding-left: 5px;
  }
  .top-menu__link {
    padding: 7.5px 10px;
  }
  .top-menu__link__black {
    padding: 7.5px 10px;
  }
  .logo_images {
    height: auto;
    width: 200px;
  }
  .top-menu {
    padding-left: 35px;
  }
  .top-menu__black {
    padding-left: 35px;
  }
  .our-products__left__skew {
    margin-right: 4px;
  }
  .our-products__best-item {
    margin: 0 30px;
  }
  .our-blog__best-item {
    margin: 0 30px;
  }
  .youtube-channel__youtube-player__item {
    width: 510px;
    height: 300px;
  }
  .column-wrapper-first {
    margin: 0;
    width: 270px;
  }
  .column-wrapper {
    margin: 0 0 0 60px;
    width: 200px;
  }
  .column-wrapper-menu {
    margin: 0 0 0 60px;
    width: 130px;
  }
  .slider-container {
    margin: 1% 3%;
    flex: 0 0 35%;
    left: 10%;
    height: 440px;
    width: 358px;
  }
  .swiper-pagination-bullet {
    width: 20px;
  }
}

/* lg <= Extra large (xl) */
@media (max-width : 1200px) {
  .slider-container {
    margin: 1% 0 0 0;
    flex: 0 0 41%;
    left: 10%;
    height: 440px;
    width: 358px;
  }
  .home-slider__bottom {
    right: 32%;
  }
  .top-menu {
    padding-left: 0;
  }
  .top-menu__black {
    padding-left: 0;
  }
	.top-menu__item {
		margin: 0;
	}
  .top-menu__item__black {
		margin: 0;
	}
	.top-menu__link {
		padding: 7.5px 4px;
	}
  .top-menu__link__black {
		padding: 7.5px 4px;
	}
  .home-slider{
    min-height: 480px;
  }
  .logo_images {
    height: auto;
    width: 190px;
  }
  .logo_images_menu {
    width: 195px;
  }
  .home-callback__phone {
    display: block;
  }
  /* .home-callback__header {
    text-align: center;
  } */
  .home-callback__list > * {
    /* position: relative; */
    /* left: 45%; */
    margin-bottom: 7px;
    display: list-item;
  }
  .callback-text {
    text-align: center;
    margin-top: 10px;
  }
  .home-materials {
    margin-top: 20px;
  }
  .nav-social__item img {
    max-width: 16px;
    max-height: 14.5px;
  }
  .nav-social__item__black img {
    max-width: 16px;
    max-height: 14.5px;
  }
  .card-image img {
    height: auto;
    width: 430px;
    position: relative;
    right: 60px;
    top: 30px;
  }
  .our-products__left__skew {
    margin-right: 7px;
  }
  .our-products__best-item {
    margin: 0 10px;
  }
  .our-blog__best-item {
    margin: 0 10px;
  }
  .youtube-channel__youtube-player__item {
    width: 410px;
    height: 245px;
  }
  .column-wrapper-first {
    margin: 0;
    width: 230px;
  }
  .column-wrapper {
    margin: 0 0 0 20px;
    width: 198px;
  }
  .column-wrapper-menu {
    margin: 0 0 0 20px;
    width: 110px;
  }
  .column-wrapper-phone{
    margin: 0;
    width: 180px;
  }
  .column-wrapper-production {
    margin: 0;
    width: 210px;
  }
}

/* md <= Large (lg) */
@media (max-width : 992px) {
  .slider-container {
    margin: 1% 1% 0 1%;
    flex: 0 0 54%;
    height: 431px;
    left: 25%;
    width: 350px;
  }
  .home-slider__bottom {
    right: 28%;
    width: 50%;
  }
	.top-menu {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		background-color: var(--dark);
		right: 35px;
		top: -7px;
		border-radius: var(--radius);
		overflow: hidden;
	}
  .top-menu__black {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		background-color: var(--dark);
		right: 35px;
		top: -7px;
		border-radius: var(--radius);
		overflow: hidden;
	}
	.top-menu__item {
		display: block;
	}
  .top-menu__item__black {
		display: block;
	}
	.top-menu__link {
		display: block;
		/* text-align: left;
		padding: 14px 35px; */
		border-bottom: 1px solid rgba(255,255,255, .05);
		color: rgba(255,255,255, .5);
		border-radius: 0;
		line-height: 1.5;
		font-size: 12px;
		text-transform: uppercase;
	}
  .top-menu__link__black {
		display: block;
		/* text-align: left;
		padding: 14px 35px; */
		border-bottom: 1px solid rgba(255,255,255, .05);
		color: rgba(255,255,255, .5);
		border-radius: 0;
		line-height: 1.5;
		font-size: 12px;
		text-transform: uppercase;
	}
	.top-menu__link:hover,
	.top-menu__link:focus,
	span.top-menu__link {
		color: #FFF;
    opacity: 1;
		background-color: rgba(196, 196, 196, 0.075);
    transition: 0.5s ease-out;
	}
  .top-menu__link__black:hover,
	.top-menu__link__black:focus {
		color: #FFF;
    opacity: 1;
		background-color: rgba(196, 196, 196, 0.075);
    transition: 0.5s ease-out;
	}
	.menu-toggle {
		display: block;
	}
  .menu-toggle__black {
		display: block;
	}
  .logo_link {
    padding: 6px 0;
  }
  .top-menu {
    padding: 0 7px;
  }
  .top-menu__black {
    padding: 0 7px;
  }
  .logo_images_menu {
    height: auto;
    width: 180px;
    top: 0;
  }
  .nav-social {
    top: 0;
    padding: 2px 12.5px 3px;
  }
  .nav-social__black {
    top: 0;
    padding: 2px 12.5px 3px;
  }
  /* .home-callback__list > * {
    left: 40%;
  } */
  .phone-big {
    font-size: 26px;
  }
  .card-image img {
    height: auto;
    width: 350px;
    position: relative;
    right: 100px;
    top: 15px;
  }
  .our-products__right {
    padding: 0;
  }
  .our-products__left__skew {
    margin-right: 15px;
  }
  .our-products__left {
    padding-left: 10px;
  }
  .our-products__best-item {
    margin: 0;
  }
  .our-blog__read-all {
    width: 70%;
    left: 20%;
  }
  .our-blog__best-item {
    margin: 0;
  }
  .youtube-channel__youtube-player__item {
    width: 310px;
    height: 175px;
  }
  .column-wrapper-first {
    margin: 0;
    width: 230px;
  }
  .column-wrapper {
    margin: 0 0 0 80px;
    width: 198px;
  }
  .column-wrapper-menu {
    margin: 0 0 0 80px;
    width: 110px;
  }
  .column-wrapper-phone{
    margin: 0;
    width: 180px;
  }
  .column-wrapper-production {
    margin: 0 0 0 80px;
    width: 210px;
  }
  .section__blog__text {
    left: 0;
  }
  .about-company__img {
    width: 90%;
  }
  .button_callback {
    font-size: 15px;
  }
}

/* sm <= Medium (md) */
@media (max-width : 768px) {
  .slider-container {
    margin: 1% 1% 0 1%;
    flex: 0 0 54%;
    height: 431px;
    left: 18%;
    width: 350px;
  }
  .home-slider__bottom {
    right: 20%;
    width: 65%;
  }
  .home-callback__header {
    text-align: center;
  }
  .home-callback__list > * {
    position: relative;
    left: 35%;
    margin-bottom: 7px;
    display: list-item;
  }
  .phone-big {
    font-size: 28px;
  }
  .home-callback__header {
    text-align: center;
  }
  .about-production, .about-production__title {
    text-align: center;
  }
  .card-image img {
    display: none;
  }
  .section-white-text {
    text-align: center;
  }
  .how-work__title {
    text-align: center;
  }
  .container-hw:not(.cont-not-passed):after {
    display: none;
  }
  .container-hw.left, .container-hw.right{
    left: 0;
  }
  .container-hw {
    z-index: 1;
    width: 100%;
    padding: 30px 20px;
  }
  .content {
    text-align: center;
  }
  .our-products__right {
    text-align: center;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .our-products__left__skew {
    display: none;
  }
  .our-products__left {
    padding-left: 0;
    text-align: center;
  }
  .our-products__best-item {
    margin: 0 10%;
    max-width: 440px;
  }
  .our-products__item-wrapper {
    padding-bottom: 20px;
  }
  .about-company__section-title-dotted {
    padding-top: 30px;
    margin: 0 10%;
  }
  .about-company__section-title__name,
  .about-company__section-title__desc {
    text-align: center;
  }
  .about-company__section-title__desc::after {
    position: relative;
    left: 47%;
  }
  .about-company__section-title__paragraph {
    text-align: center;
    margin-bottom: 10px;
  }
  .about-company__item-card {
    padding-top: 10px;
  }
  .about-company__card-advantages__desc {
    text-align: center;
  }
  .about-company__card-advantages {
    margin: 20px 10%;
  }
  .about-company__button-wrapper {
    /* margin-top: 0; */
    margin: 10px 5%;
  }
  .our-blog__best-item {
    margin: 0 10%;
    max-width: 440px;
  }
  .our-blog__read-all {
    width: 40%;
    left: 35%;
  }
  .youtube-channel__youtube-player {
    margin-bottom: var(--gutter);
  }
  .youtube-channel__youtube-player__item {
    width: 510px;
    height: 250px;
  }
  .column-wrapper-first {
    margin: 0;
    width: 220px;
  }
  .column-wrapper {
    margin: 0 0 0 40px;
    width: 198px;
  }
  .column-wrapper-menu {
    margin: 0 0 0 10px;
    width: 110px;
  }
  .column-wrapper-phone{
    margin: 0;
    width: 180px;
  }
  .column-wrapper-production {
    margin: 0;
    width: 210px;
  }
  input[type=number] {
    width: 100%;
    padding: 0 8px;
  }
  .brands-logo-images {
    width: 120px;
  }
  .chat__wrap {
    width: 200px;
    height: 350px;
  }
  .button_callback {
    font-size: 16px;
  }
}

/* xs <= Small (sm) */
@media (max-width : 576px) {
  .slider-container {
    margin: 1% 1% 0 1%;
    flex: 0 0 54%;
    height: 431px;
    left: 3%;
    width: 350px;
}
  .home-slider__bottom {
    right: 2%;
    width: 100%;
  }
  .brands-logo-images {
    width: 80px;
  }
  .brands-logo {
    padding-right: 20px;
  }
  .home-slider__heading {
    margin-bottom: 20px;
    font-size: 50px;
  }
  .nav-social {
    padding: 2px 0 2px;
  }
  .nav-social__black {
    padding: 2px 0 2px;
  }
  .nav-social__item__black img {
    max-width: 15px;
  }
  .home-callback__list > * {
    left: 32%;
  }
  .top-menu__link {
    padding: 7.5px 20px;
  }
  .about-production__title {
    padding: 0 20px;
  }
  .card-production {
    padding: 0 20px;
  }
  .container-hw:not(.cont-not-passed):after {
    display: none;
  }
  .container-hw.left, .container-hw.right{
    left: 0;
  }
  .container-hw {
    z-index: 1;
    width: 100%;
    padding: 30px 20px;
  }
  .content {
    text-align: center;
  }
  .our-products__best-item {
    margin: 0 10%;
    max-width: 453px;
  }
  .our-products__right {
    padding: 0 5px;
  }
  .our-products__left {
    padding: 0 5px;
  }
  .our-blog__best-item {
    margin: 0 10%;
    max-width: 453px;
  }
  .youtube-channel__youtube-player {
    margin: 5px 5%;
  }
  .youtube-channel__youtube-player__item {
    width: 90%;
    height: 210px;
  }
  .column-wrapper-first {
    margin: 5px 10%;
    text-align: center;
    width: 80%;
  }
  .column-wrapper {
    margin: 5px 10%;
    text-align: center;
    width: 80%;
  }
  .column-wrapper-menu {
    margin: 5px 10%;
    text-align: center;
    width: 80%;
  }
  .column-wrapper-phone{
    margin: 5px 10%;
    text-align: center;
    width: 80%;
  }
  .column-wrapper-production {
    margin: 5px 10%;
    text-align: center;
    width: 80%;
  }
  input[type=number] {
    font-size: 12px;
  }
  .form_callback {
    width: 80%;
    left: 10%;
  }
}

/* === MOBILE FIRST === */

/* Custom (xs) */
@media (min-width : 0) {

}

/* Small (sm) */
@media (min-width : 576px) {

}

/* Medium (md) */
@media (min-width : 768px) {

}

/* Large (lg) */
@media (min-width : 992px) {

}

/* Extra large (xl) */
@media (min-width : 1200px) {

}

/* Extra extra large (xxl) */
@media (min-width : 1400px) {

}
