/*FONTS*/
@font-face {
  font-family: "Futura-Bold";
  src: url("../fonts/6551.eot"); /* IE9 Compat Modes */
  src: url("../fonts/6551.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/6551.otf") format("opentype"),
    /* Open Type Font */ url("../fonts/6551.svg") format("svg"),
    /* Legacy iOS */ url("../fonts/6551.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/6551.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/6551.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT-Demi";
  src: url("../fonts/FuturaPTDemi.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FuturaPTDemi.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/FuturaPTDemi.otf") format("opentype"),
    /* Open Type Font */ url("../fonts/FuturaPTDemi.svg") format("svg"),
    /* Legacy iOS */ url("../fonts/FuturaPTDemi.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/FuturaPTDemi.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/FuturaPTDemi.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/*Specifications*/
body {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
body {
  overflow-y: visible !important;
}
div,
form,
input,
p,
a,
span {
  box-sizing: border-box;
}
ul,
li,
p {
  display: block;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
a:hover,
button {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
ul a:hover {
  color: #05eaf6 !important;
}
button:active,
button:focus,
input:active,
input:focus {
  outline: none !important;
  text-decoration: none !important;
}
button:hover {
  cursor: pointer;
}
section,
footer,
header {
  overflow: hidden;
}
:focus {
  outline: none !important;
}
h1 {
  font-size: 48px;
  line-height: 62px;
  font-family: "Futura-Bold";
  margin-top: 40px;
}
h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}
.bttn {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 42px;
  background: linear-gradient(180deg, #66da9f 0%, #89d595 100%);
  box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.15),
    2px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  font-weight: 700;
}
.bttn:hover {
  cursor: pointer;
  transition: all 0.5s ease;
  border: 1px solid #83d597;
  color: #83d597;
  background: transparent;
}

/*ABOUT*/
.about {
  padding: 55px 0 119px;
  background: #1e222e;
}
.about__box {
  justify-content: space-between;
  margin-top: 67px;
}
.about__item h4 {
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 31px;
  font-size: 18px;
}
.about__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  background: #83d597;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.about h2 {
  color: #fff;
}
.about__item:nth-child(2) .about__block {
  background: #5fa0b4;
}
.about__item:nth-child(3) .about__block {
  background: #62e1d8;
}
.about__item h6 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.about__item p {
  font-size: 18px;
  line-height: 22px;
}
/*VAN*/
.van {
  padding: 40px 0 0px;
}
.van__box {
  justify-content: space-between;
  margin-top: 100px;
  flex-wrap: wrap;
}
.van__item {
  align-items: center;
  margin-bottom: 120px;
}
.van__item span {
  font-size: 96px;
  line-height: 123px;
  color: #2672c0;
  font-family: "Futura-Bold";
  margin-right: 10px;
}
.van__item p {
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
}
.van__item:nth-child(4) {
  margin-left: -13px;
}
.van__item:nth-child(5) {
  margin-left: -64px;
}
.van__item:nth-child(6) {
  margin-right: -31px;
}

.van__item2 {
  margin-bottom: 50px;
}
.van__item2 span {
  font-size: 96px;
  line-height: 123px;
  color: #2672c0;
  font-family: "Futura-Bold";
  margin-right: 20px;
}
.van__item2 p {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  max-width: 300px;
}

/*COM*/
.com {
  padding: 30px 0 0;
}
.com__box {
  margin-top: 104px;
  align-items: flex-start;
}
.com__content {
  width: 572px;
  margin-right: 42px;
}
.com__content p {
  margin-bottom: 31px;
}
/*PRO*/
.pro {
  padding: 62px 0 88px;
  background: #1e222e;
  color: #fff;
}
.pro__text {
  margin: 42px 0 60px;
}
.pro__flex {
  justify-content: space-between;
  margin-left: 50px;
}
.pro__item {
  width: 241px;
  height: 207px;
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  -webkit-box-shadow: -1px 0px 30px -5px rgba(250, 247, 249, 1);
  -moz-box-shadow: -1px 0px 30px -5px rgba(250, 247, 249, 1);
  box-shadow: -1px 0px 30px -5px rgba(250, 247, 249, 1);
}
.pro__item p {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  font-weight: 700;
  margin-top: 25px;
}
/*CONTACTS*/
.contacts {
  padding: 80px 0 70px;
}
.contacts__box {
  margin-top: 79px;
  justify-content: space-between;
}
.contacts__item h4 {
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: 400;
}
.contacts__flex {
  align-items: center;
}
.contacts__flex img {
  margin-right: 14px;
}
.contacts__flex p,
.contacts__flex a {
  font-size: 24px;
  color: #000000;
}
.contacts__item {
  margin-bottom: 39px;
}
.contacts__info {
  width: 314px;
  margin-left: 66px;
}
.contacts__btn {
  width: 100%;
  background: linear-gradient(180deg, #66da9f 0%, #89d595 100%);
  box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.15),
    2px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  height: 66px;
  font-size: 18px;
}
/*MAP*/
#map {
  width: 100%;
  height: 440px;
}
.contacts__map {
  width: 520px;
}
/*CATALOG*/
.catalog {
  padding: 115px 0 0px;
}
.catalog__box {
  margin-top: 85px;
  flex-wrap: wrap;
}
.catalog__item {
  width: 255px;
  padding-bottom: 17px;
  border-bottom: 1px solid #eae8e8;
  margin-bottom: 119px;
  margin-right: 36px;
}
.catalog__item:nth-child(4) {
  margin-right: 0;
}
.catalog__text {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  height: 35px;
}
.catalog__name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 7px 0 19px;
}
.catalog__pic {
  /*height: 321px;*/
  /*height: 304px;	*/
  height: 250px;
  margin-bottom: 20px;
}
.catalog__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 48px;
  background: #2672c0;
  border-radius: 50%;
}
.catalog__flex {
  justify-content: space-between;
  align-items: center;
}
.catalog__flex p {
  font-size: 16px;
  font-weight: 700;
}
.catalog__block {
  width: 255px;
  height: 504px;
  background: #5fa0b4;
  padding: 21px 42px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: -29px;
}
.catalog__block img {
  position: absolute;
  bottom: -14px;
  right: -141px;
}
.catalog__block h4 {
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  color: #ffffff;
  font-family: "Futura-Bold";
  margin-bottom: 17px;
}
.catalog__link {
  margin-top: 9px;
}
.catalog .container,
.catalog__banner .container {
  max-width: 1160px;
}
.catalog__flex p span {
  font-size: 14px;
  font-weight: 400;
}
/*HEADER*/
.header {
  position: relative;
}
.header__flex {
  align-items: center;
  padding-top: 60px;
}
.header__phone {
  align-items: center;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: 37px;
}
.header__phone a {
  margin-left: 9px;
  font-size: 24px;
  color: #000000;
}
.header__content .header__text {
  font-size: 20px;
  color: #1F5CB2;
  line-height: 29px;
}
.header__content .header__text::before {
	display: none;
}
.header__name {
  color: #848484;
  margin-bottom: 24px;
  font-size: 24px;
}
.header__info {
  margin-top: 79px;
}
.header__item {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2px;
}
.header__item span {
  font-weight: 500;
}
.header__word {
  margin-top: 30px;
  font-size: 18px;
  line-height: 22px;
}
.header__content {
  margin-top: 54px;
  width: 353px;
}
.header__block {
  margin-top: -74px;
  margin-left: 35px;
  position: relative;
}
.header__fig1,
.header__fig2,
.header__fig3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 48px;
  background: #2672c0;
  border-radius: 50%;
}
.header__fig1 {
  top: 229px;
  left: -9px;
}
.header__fig2 {
  top: 169px;
  right: 17px;
}
.header__fig3 {
  top: 329px;
  right: -17px;
}
.header__one .header__text {
  color: #fff;
  font-size: 20px;
  line-height: 29px;
}
.header__right {
  max-width: 50%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  right: 0;
}
.header__right img {
  width: auto;
  height: 100%;
}
.header__box {
  padding-bottom: 49px;
}
.header__one {
  position: relative;
  z-index: 10;
  margin-left: 34px;
}
.header__btn {
  width: 300px;
  height: 65px;
  font-size: 18px;
  margin-top: 90px;
}
.header__btn img {
  margin-right: 18px;
}
.header__one {
  width: 300px;
  margin-top: 86px;
}
.header__one {
  margin-bottom: 110px;
}
.header__text {
	margin-bottom: 20px;
	position: relative;
}
.header__text::before {
	display: flex;
	justify-content: center;
	align-items: center;
	content: '+';
	width: 30px;
	height: 30px;
	background-color: #2572C0;
	border-radius: 50%;
	position: absolute;
	left: -35px;
}
.header__wrap {
  position: relative;
}
.header__wrap .header__what {
  position: absolute;
  left: 528px;
  top: -28px;
  z-index: 1;
  width: 491px;
  height: 600px;
}
.header:after {
  display: block;
  content: "";
  width: 50%;
  right: 0%;
  height: 100%;
  top: 0;
  position: absolute;
  background: #8ec7d0;
}
.header__flex,
.header__box,
h1 {
  position: relative;
  z-index: 2;
}
.header__right {
  background: #85c0ca;
}
#header .header__btn:hover {
  background: linear-gradient(180deg, #66da9f 0%, #89d595 100%);
  -webkit-box-shadow: 10px 10px 37px 2px rgba(102, 218, 159, 1);
  -moz-box-shadow: 10px 10px 37px 2px rgba(102, 218, 159, 1);
  box-shadow: 10px 10px 37px 2px rgba(102, 218, 159, 1);
  color: #fff;
  border: none;
}
.box-modal__close:hover {
  transform: rotate(90deg);
}
.box-modal__close {
  position: absolute;
  top: 2%;
  right: 2%;
  transition: all 0.5s ease;
  z-index: 100;
}
.box-modal {
  position: relative;
}
.popup-call__box {
  position: absolute;
  margin-left: -250px;
  top: 10%;
  left: 50%;
  margin-top: -350px;
  width: 500px;
  height: auto;
  background: #ffffff;
  border-radius: 10px;
  /*padding: 69px 76px 42px;*/
}
.popup-call__box label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.popup-call__box input {
  width: 100%;
  height: 35px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 4px;
  padding-left: 20px;
  font-size: 14px;
}

.popup-call__box select {
  width: 100%;
  height: 35px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 4px;
  padding-left: 20px;
  font-size: 14px;
}

.popup-call__box textarea {
  width: 100%;
  height: 35px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 4px;
  padding-left: 20px;
  font-size: 14px;
}

.popup__btn {
  margin: 0 auto 10px;
  width: 300px;
  height: 66px;
  border: none;
  font-size: 18px;
}
.popup-call__box p {
  font-size: 11px;
  line-height: 13px;
  width: 278px;
  margin: 0 auto;
  margin-left: 50px;
}
#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.91);
  overflow: hidden;
  display: none;
  z-index: 10000;
}

#loader img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000c;
  left: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 10000;
}
#thx {
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -233px;
  top: 50%;
  padding: 30px;
  margin-top: -40px;
}
label.error {
  display: none;
}
#overlay {
}
.catalog__slider {
  max-width: 1144px;
  margin: 85px -15px 0;
}
.catalog__slider .slick-slide {
  /*margin: 0 35px;*/
  margin: 0 15px;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev,
.slick-next {
  width: 60px;
  height: 79px;
  top: 52%;
}
.slick-prev {
  left: -45px;
}
.slick-next {
  right: -58px;
}

/*SALE*/
.sale {
  padding: 173px 0 93px;
}
.sale__box {
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  width: 1129px;
  height: 251px;
  padding: 27px 26px 45px 87px;
  background: linear-gradient(
    90deg,
    rgba(95, 180, 114, 1) 10%,
    rgba(148, 198, 61, 1) 51%
  );
  margin-left: -51px;
}
.sale__content h3 {
  color: #ee5e7b;
  font-size: 48px;
  line-height: 62px;
  font-family: "Futura-Bold";
}
.sale__text {
  font-size: 48px;
  line-height: 62px;
  color: #ffffff;
  font-family: "FuturaPT-Demi";
}
.sale__name {
  font-size: 48px;
  line-height: 62px;
  color: #ffffff;
  font-family: "Futura-Bold";
  margin-right: 67px;
}
.sale__btn {
  width: 200px;
  height: 42px;
  background: linear-gradient(90deg, #c84e89 0%, #f15f79 100%);
  box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.15),
    2px 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 12px;
}
.sale__flex {
  align-items: center;
  justify-content: flex-end;
}
.sale__btn:hover {
  color: #c71585;
  border: 1px solid #c71585;
}
.sale__box img {
  margin-bottom: 25px;
}
a.link_order_recall {
  /*color: #ee5e7b; */
  font-size: 12px;
  font-weight: 900;
  float: right;
  z-index: 3;
  position: relative;
  margin-top: -5px;
  margin-right: 37px;
}
.header__bot {
  margin-top: 80px;
}
.toTop {
  position: fixed;
  bottom: 57px;
  left: -100%;
  padding: 7px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #83d597;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s ease;
}
.toTop.active {
  left: 20px;
}
.toTop svg {
  margin-right: 7px;
}
.icon_box {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1085px;
  }
}
@media screen and (max-width: 1199px) {
  .van__box {
    align-items: center;
    flex-direction: column;
  }
  .van__item {
    margin-bottom: 20px;
    width: 47%;
    min-width: 437px;
  }
  .van__item:nth-child(5),
  .van__item:nth-child(4) {
    margin-left: 0;
  }
  .van__item:nth-child(6) {
    margin-right: 0;
  }
  .van__item:nth-child(1) {
    margin-left: 22px;
  }
  .van__box {
    margin-top: 50px;
  }
  .com__box {
    flex-direction: column;
    align-items: center;
  }
  .com__content {
    order: 2;
    width: 488px;
    margin: 25px auto 0;
  }
  .com__box {
    margin-top: 72px;
  }
  .com {
    padding: 95px 0 50px;
  }
  .contacts__info {
    margin-left: 0;
  }
  .contacts__info {
    margin-bottom: 35px;
  }
  .pro__flex {
    margin-left: 0;
  }
  .catalog__item {
    margin-right: 0;
  }
  .catalog__box {
    justify-content: space-between;
  }
  .catalog__block {
    margin: -80px auto 0;
  }
  .header__one {
    width: 276px;
    margin-left: 69px;
		padding-left: 30px;
  }
  .header__wrap .header__what {
    position: absolute;
    left: 468px;
  }
  .sale__box {
    width: 100%;
    margin-left: 0px;
  }
  .sale__box img {
    margin-left: -100px;
  }
  .sale__text {
    font-size: 42px;
  }
  .slick-prev,
  .slick-next {
    top: 112%;
  }
  .slick-prev {
    left: 50%;
    margin-left: -80px;
  }
  .slick-next {
    right: 50%;
    margin-right: -109px;
  }
  .sale {
    padding: 235px 0 93px;
  }
}
@media screen and (max-width: 991px) {
  .contacts__box {
    flex-direction: column;
    align-items: center;
  }
  .pro__flex {
    flex-direction: column-reverse;
    align-items: center;
  }
  .pro__item {
    margin-bottom: 20px;
  }
  .catalog__item {
    width: 224px;
  }
  .header__wrap .header__what {
    display: none;
  }
  .header__bot {
    width: 209px;
    margin-top: 37px;
  }
  #header .header__text {
    font-size: 21px;
  }
  .header__one {
    margin-left: 25px;
  }
  .header__btn {
    width: 267px;
    margin-left: -27px;
  }
  .header__info {
    margin-top: 50px;
  }
  .header__word {
    margin-top: 24px;
    font-size: 16px;
  }
  .header:after {
    width: 53%;
  }
  .catalog__pic {
    margin: 0 auto;
  }
  .sale__box img {
    margin-left: -107px;
    width: 41%;
    margin-bottom: -11px;
  }
  .sale__text {
    font-size: 33px;
  }
  .sale__name {
    font-size: 35px;
  }
  .sale__content h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .about__box {
    flex-direction: column;
    align-items: center;
  }
  .about__item {
    margin-bottom: 60px;
  }
  .about {
    padding: 55px 0 26px;
  }
  .van__item:nth-child(1) {
    margin-left: 35px;
  }
  .catalog__item {
    margin-bottom: 70px;
  }
  .catalog__block {
    margin: -20px auto 0;
  }
  .catalog__box {
    justify-content: space-around;
  }
  .catalog {
    padding: 50px 0 98px;
  }
  .contacts {
    padding: 60px 0 66px;
  }
  .com {
    padding: 63px 0 50px;
  }
  .header__phone {
    margin-right: 0;
  }
  h1 {
    font-size: 41px;
  }
  header {
    background: #8ec7d0;
    color: #fff;
  }
  .header__box {
    flex-direction: column;
  }
  .header__content {
    margin-top: 37px;
    order: 2;
  }
  .header__block {
    order: 1;
    margin: 0 auto;
  }
  .header__one {
    order: 3;
    width: 100%;
    margin-left: 0;
  }
  #header .header__content .header__text {
    font-size: 14px;
    position: absolute;
    top: 23%;
    /* left: -5%; */
    line-height: 24px;
    color: #fff;
  }
  .header__info {
    margin-top: 10px;
  }
  .header__btn {
    margin: 0 auto;
  }
  .header__name {
    color: #fff;
  }
  .sale__box {
    flex-direction: column;
    height: auto;
    padding: 27px 26px 30px 26px;
    text-align: center;
  }
  .sale__box img {
    margin-left: 0;
    width: 56%;
    margin-bottom: 0px;
    margin-top: -144px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 33px;
  }
  .van__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: inherit;
    text-align: center;
    width: 100%;
  }
  .van__item span {
    margin-right: 0;
  }
  .van__item:nth-child(1) {
    margin-left: 0;
  }
  .van__item p br {
    display: none;
  }
  .com img {
    width: 100%;
  }
  .com__content {
    width: 100%;
  }
  .contacts__info,
  .contacts__map {
    width: 100%;
  }
  .contacts__flex p,
  .contacts__flex a {
    font-size: 21px;
    color: #000000;
  }
  .contacts {
    padding: 66px 0 66px;
  }
  .pro__text,
  .com__content p {
    font-size: 15px;
  }
  .catalog__block img {
    bottom: -14px;
    right: -34px;
    width: 100%;
  }
  .catalog__block {
    height: 435px;
  }
  .catalog__box {
    flex-direction: column;
    align-items: center;
  }
  .header__flex {
    flex-direction: column;
    align-items: center;
  }
  .header__phone {
    margin: 20px auto 0;
  }
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .header__content {
    width: 100%;
  }
  .header__bot {
    /*
	width: 103px;
    margin-top: 19px;
	*/
    width: 273px;
    margin-top: 39px;
  }
  .header__word {
    font-size: 18px;
  }
  .header__fig1,
  .header__fig2,
  .header__fig3 {
    width: 30px;
    height: 30px;
  }
  .header__fig1 img,
  .header__fig2 img,
  .header__fig3 img {
    width: 40%;
  }
  .header__fig1 {
    top: 108px;
  }
  #header .header__content .header__text {
    font-size: 11px;
    top: 2%;
    /*top: 8%;*/
    /* left: -3%; */
    line-height: 18px;
  }
  .header__fig2 {
    top: 51px;
    right: 59px;
  }
  .header__fig3 {
    top: 280px;
  }
  .header__fig3 {
    right: 0px;
  }
  .popup-call__box {
    width: 400px;
    margin-left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .popup__btn {
    width: 100%;
  }
  .popup-call__box p {
    margin-left: 26px;
  }
  #thx {
    width: 310px;
    margin-left: -155px;
  }
  .slick-arrow img {
    width: 80%;
  }
  .slick-prev {
    left: 50%;
    margin-left: -57px;
  }
  .slick-next {
    right: 50%;
    margin-right: -75px;
  }
  .catalog__text {
    font-size: 13px;
  }
  .catalog__slider {
    margin-top: 40px;
  }
  .sale__box img {
    margin-left: 50px;
    width: 100%;
    max-width: 250px;
  }
  .sale__flex {
    flex-direction: column;
    align-items: center;
  }
  .sale__name {
    margin-right: 0;
  }
  .sale__text {
    font-size: 31px;
    line-height: 43px;
  }
  a.link_order_recall {
    margin-top: -2px;
    margin-right: 50px;
  }
  .box-modal__close {
    top: 1%;
  }
	.header__bot {
		margin-top: 60px;
	}
}
@media screen and (min-width: 374px) and (max-width: 575px) {
 
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .slick-next {
    right: -36px;
  }
  .slick-prev {
    left: 10px;
  }
}
@media screen and (max-width: 420px) {
  .popup-call__box {
    width: 320px;
  }
}
@media screen and (max-width: 320px) {
  .popup-call__box {
    width: 280px;
  }
}
.copyright {
  background: #1e222e;
  padding: 10px 0;
}
.copyright p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
