@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "FuturaBookC";
  src: url(../fonts/futura/FuturaBookC.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FuturaDemiC";
  src: url(../fonts/futura/FuturaDemiC.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ProximaExtraBold";
  src: url(../fonts/proxima/ProximaNova-Extrabld.ttf);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "ProximaBold";
  src: url(../fonts/proxima/ProximaNova-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "ProximaSemiBold";
  src: url(../fonts/proxima/ProximaNova-Semibold.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "ProximaSemiRegular";
  src: url(../fonts/proxima/ProximaNova-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
/* universal section title */
.singleTitle {
  margin-bottom: 60px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?6df70o");
  src: url("../fonts/icomoon/icomoon.eot?6df70o#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?6df70o") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?6df70o") format("woff"),
    url("../fonts/icomoon/icomoon.svg?6df70o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  /* speak: never; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-right:before {
  content: "\e902";
}
.icon-chevron-small-right:before {
  content: "\e904";
}
.icon-chevron-thin-left:before {
  content: "\e901";
}
.icon-chevron-small-left:before {
  content: "\e905";
}
.icon-user:before {
  content: "\e900";
}
.icon-chevron-down:before {
  content: "\e903";
}

body {
  width: 100%;
  font-family: "Proxima Nova Rg";
  background: #000002;
}

.container {
  max-width: 1560px;
  padding: 0 15px;
  margin: 0 auto;
}
a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
button {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
p {
  margin-bottom: 0;
}
/*---------Header-------*/
.headerTop {
  height: 54px;
  border-bottom: 1px solid #8c8e8f;
  background: #000002;
  z-index: 2;
  position: relative;
}
.headerTopBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
}
.headerTopMap a img {
  height: 25px;
  margin-right: 7px;
  width: auto;
}
.headerTopMap a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: "Futura-Book", sans-serif;
  margin-top: 2px;
}
.headerTopTitle p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 1px;
}
.headerTopPhone button {
  color: #fe5000;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  background-color: transparent;
  border: none;
  outline: none;
}
.backWhite .headerTopPhone button {
  display: none;
}
/* ------------------------send--------------------------- */
.backWhite.send .headerTopPhone button {
  display: block;
  color: #8c8e8f;
}
.backWhite.send .headerTopTitle {
  width: 45.5%;
}

.headerTopPhone a {
  color: #fe5000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "ProximaBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.headerTopMap {
  width: 20%;
}
.headerTopTitle {
  width: 45.5%;
}
.backWhite .headerTopTitle {
  width: 56.5%;
}
.headerTopPhone {
  display: flex;
  column-gap: 30px;
  align-items: start;
}

/* yangi header bottom qora oyna uchun */
.headerBottom {
  padding: 18px 0 9px;
}
.headerBottom > .container {
  column-gap: 40px;
}
.logo_and_humburger {
  column-gap: 14px;
}
.logo_and_humburger > span {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #8c8e8f;
}
.logo_and_humburger .hamburger {
  column-gap: 10px;
}
.logo_and_humburger .hamburger span {
  color: #fff;
  font-family: "ProximaSemiBold";
  font-size: 18px;
  line-height: normal;
}
.search form {
  column-gap: 8px;
}
.search input {
  height: 36px;
  padding-left: 15px;
  width: 747px;
  border-radius: 5px;
  border: 1px solid #ececec;
  outline: none;
  background: transparent;
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  line-height: normal;
}
.search input::placeholder {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  line-height: normal;
}
.search button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fe5000;
  border: none;
  outline: none;
  width: 41px;
  border-radius: 5px;
  cursor: pointer;
}
.login_and_signup {
  column-gap: 8px;
}
.login_and_signup span {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #8c8e8f;
}
.login_and_signup a {
  color: #fff;
  font-family: "FuturaBookC";
  font-size: 18px;
  line-height: normal;
  padding-bottom: 6px;
}
.headerBottomDelivery {
  position: relative;
}
.headerDeliveryCount {
  position: absolute;
  top: -12px;
}
.headerDeliveryCount p {
  position: absolute;
  top: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #000002;
  left: 6px;
}

/*-----------Main------------------*/
/*Banner*/
.mainBanner {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: auto;
  margin-top: -110px;
}
.mainBannerSlider {
  position: relative;
}
.mainBannerBlock {
  display: flex;
  justify-content: space-between;
  padding-top: 260px;
}
.mainBannerSlider.owl-carousel.owl-loaded.owl-drag {
  width: 65%;
}
.mainBannerSlider h3 {
  font-weight: 700;
  font-size: 69px;
  line-height: 80px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.3px;
  margin-bottom: 0;
}
.owl-carousel .owl-stage-outer{
  height: 100% !important;
}
.mainBannerSlider h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
}
.mainBannerSliderItem img {
  margin-top: 64px;
}
.mainBannerSlider .owl-dots button {
  outline: none;
  margin-right: 10px;
}
.mainBannerSlider .owl-dots span {
  border: 1px solid #ececec !important;
  width: 16px !important;
  height: 16px !important;
  display: block;
  border-radius: 50%;
  transition: 0.5s;
}
.mainBannerSlider button.owl-dot.active span {
  background: #ececec !important;
  border-radius: 50%;
}
.mainBannerSlider button.owl-dot:hover span {
  background: #ececec !important;
  border-radius: 50%;
}
.mainBannerSlider .owl-dots {
  position: absolute;
  top: -56px;
}
.mainBannerScroll {
  position: relative;
  bottom: 72px;
  left: 49.2%;
  display: flex;
  width: 30px;
  z-index: 11;
}
.mainBanner > .container{
  position: relative;
}
.mainBannerList {
  margin-top: -67px;
}
.mainBannerItem {
  border: 1px solid #ffffff;
  border-radius: 16px;
  padding: 13px 20px 20px 20px;
  width: 360px;
  margin-bottom: 10px;
  height: 151px;
}
.mainBannerDate {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #8c8e8f;
}
.mainBannerDate {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #8c8e8f;
  font-family: "Futura-Book", sans-serif;
  margin-bottom: 8px;
}
.mainBannerTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
  height: 50px;
  overflow: hidden;
}
.mainBannerLink {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #ffffff;
  font-family: "Futura-Book", sans-serif;
}
.mainBannerAll a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd815;
  border-radius: 10px;
  height: 59px;
  font-family: "Futura-Book", sans-serif;
  color: #000002;
  font-size: 17px;
}
.mainBannerAll {
  margin-top: 20px;
}

/*----------Main-Catalog--------*/
.mainCatalogTitle {
  margin-top: 120px;
  margin-bottom: 59px;
}
.titleBlock {
  display: flex;
  align-items: center;
}
.mainCatalogTitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.catalogSlider .owl-carousel .item {
  height: 10rem;
  background: #4dc7a0;
  padding: 1rem;
}
/*---------------catalogblock---------------*/
.mainCatalog {
  padding-bottom: 43px;
}
.titleBlock h2 {
  font-family: "ProximaExtraBold";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
/*.singleTitle .titleBlock h2 {
    font-size: 49px;
}*/
.titleBlock img {
  margin-right: 15px;
}
.titleBlock img {
  margin-right: 15px;
  margin-top: -5px;
}
.allBlock a {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #ffffff;
  font-family: "Futura-Book", sans-serif;
  margin-bottom: 12px;
  display: block;
  letter-spacing: 0.3px;
}
.catalogcounter {
  color: #8c8e8f;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  top: -436px;
}
.catalogcounter span {
  color: #fe5000;
  display: inline-block;
  margin-right: 5px;
}
.catalogList {
  display: flex;
  flex-wrap: wrap;
  width: 1140px;
}
.catalogItem {
  width: 33.3%;
  height: 192px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogSliderItem {
  display: flex;
  justify-content: flex-end;
}
.catalogSlider .owl-nav button {
  outline: none;
}
.catalogSlider .owl-nav .owl-prev img {
  transform: rotate(180deg);
}
.catalogSlider .owl-nav {
  position: relative;
  bottom: 29px;
}
.catalogSlider .owl-next {
  position: relative;
  left: 82px;
}
.catalogSlider .disabled:before {
  opacity: 0 !important;
}
.catalogSlider .disabled img {
  opacity: 0.5 !important;
}
/*-----------products-catalog----------*/
.mainCatalogProducts {
  background: #fff;
  padding-bottom: 102px;
}
.productsTitle {
  margin: 0 0;
  padding-top: 120px;
}
.productsTitle h2 {
  color: #000002;
}
.productsTitle a {
  color: #000002;
}
.catalogProductsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 62px;
}
.catalogProductsItem {
  width: 19%;
  border: 1px solid #000002;
  border-radius: 16px;
  height: 141px;
  position: relative;
  margin-bottom: 20px;
  padding: 14px 20px 19px 20px;
}
.catalogProductsItem h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #000002;
}
.catalogProductsItem img {
  position: absolute;
  right: 19px;
  bottom: 14px;
}
/*--------------footer----------------*/
footer {
  background: #000002;
  padding: 30px 0;
}
.footerLogo {
  width: 34%;
}
.footerLogo img {
  width: 390px;
  margin-bottom: 17px;
}
.footerLogo > p {
  color: #fff;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 55px;
}
.footerLogo > p span {
  color: #ffd815;
}
.footerCopyright p {
  color: #f4f4f4;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footerCopyright p a {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footerBlock {
  display: flex;
  justify-content: space-between;
}
.footerMenu {
  margin-top: -2px;
}
.footerMenu p {
  color: #fff;
  font-family: "FuturaDemiC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.footerMenu ul li {
  margin-bottom: 4px;
}
.footerMenu ul li a {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: 1px; */
}
.footerMenuList {
  width: 66%;
  display: flex;
  justify-content: space-between;
  margin-top: 1px;
  /* column-gap: 101.6px; */
}
.footerContacts p {
  color: var(--white, #fff);
  font-family: "FuturaDemiC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.footerLink a {
  color: #fe5000;
  font-family: "ProximaBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footerContacts {
  margin-right: -1px;
  margin-top: -2px;
}
.footerPolicy a {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footerLink {
  margin-bottom: 55px;
}
.footerMenuBottomMobile {
  display: none;
  justify-content: space-between;
}
.headerSearchMobile {
  display: none;
}
/*-----------API------------*/
/* header white */
.backWhite .headerTop {
  background: #fff;
}
.backWhite .logo_and_humburger > span {
  background-color: #000002;
}
.backWhite .login_and_signup span {
  background-color: #000002;
}
.backWhite .logo_and_humburger .hamburger span {
  color: #3e4243;
}
.backWhite .search input {
  border: 1px solid #3e4243;
}
.backWhite .login_and_signup a {
  color: #3e4243;
}
.backWhite .headerBottom {
  border-bottom: 1px solid #8c8e8f;
}
.backWhite .headerTopMap a {
  color: #3e4243;
}
.backWhite .headerTopTitle p {
  color: #000002;
}

/* bread crumb block */
.breadcrumbBlock ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.backWhite {
  background: #fff;
}
.breadcrumbBlock {
  padding-top: 18px;
  padding-bottom: 36px;
}
.breadcrumbBlock ul li img {
  margin: 0 13px;
  height: 10px;
}
.breadcrumbBlock ul li a {
  font-family: "FuturaBookC";
  color: #8c8e8f;
  font-size: 18px;
  line-height: normal;
}
.breadcrumbBlock ul li {
  font-family: "FuturaBookC";
  color: #000002;
  font-size: 18px;
  line-height: normal;
}
/* end bread crumb */
.singleTitle .productsTitle {
  padding-top: 0;
  padding-bottom: 0;
}
.singleBanner img {
  border-radius: 16px;
}
.singleBanner {
  padding-bottom: 60px;
}
.apiDocs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 150px;
  width: 85%;
  margin-left: 130px;
}
.apiDocsItem {
  width: 362px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.apiDocsItem a {
  font-family: "ProximaSemiBold";
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  color: #000002;
  transition: 0.5s;
}
.apiDocsItem a:hover {
  color: #fe5000 !important;
}
.apiDocsItem a Img {
  margin-right: 20px;
}
/*-------------About-----------*/
.aboutInfo {
  width: 66.02%;
  margin: 0 auto;
}
.aboutInfoText h4 {
  font-family: "ProximaExtraBold";
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000002;
  margin-bottom: 20px;
}
.aboutInfoText p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000002;
  margin-bottom: 15px;
  font-family: "FuturaBookC";
}
.aboutInfoText {
  margin-bottom: 60px;
}
.aboutInfoBlocks h4 {
  font-family: "ProximaExtraBold";
  font-weight: 800;
  font-size: 31px;
  line-height: 37px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #000002;
  margin-bottom: 20px;
}
.aboutInfoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutInfoItem {
  width: 32%;
  border: 1px solid #000002;
  border-radius: 16px;
  height: 149px;
  padding: 64px 25px 25px 25px;
  overflow: hidden;
  position: relative;
}
.aboutInfoItem p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000002;
  font-family: "FuturaBookC";
  margin-left: 3px;
}
.aboutInfoItemOverlay {
  position: absolute;
  left: 0;
  top: 20px;
  display: flex;
  justify-content: space-between;
}
.aboutInfoItemOverlay img {
  height: 35px;
}
.aboutInfoItemOverlay h4 {
  position: absolute;
  left: 24px;
  font-family: "ProximaBold";
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-transform: inherit;
  margin-bottom: 0 !important;
  bottom: 6px;
}
img.itemOverlayLeft {
  position: relative;
}
img.itemOverlayRight {
  left: -23px;
  position: relative;
}
.aboutInfoListVideo {
  margin-top: 60px;
  padding-bottom: 120px;
}
.aboutVideo {
  position: relative;
}
img.aboutVideoPlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*----------original-catalog-----------*/
.originalList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
  row-gap: 30px;
}
.originalItem {
  width: calc(25% - 22.5px);
  border: 1px solid #000002;
  border-radius: 16px;
}
.originalItem:nth-child(4n + 4) {
  margin-right: 0;
}
.originalRead {
  display: flex;
  justify-content: space-between;
  padding-bottom: 210px;
}
.originalReadItem {
  width: calc(33.3333% - 20px);
  border: 1px solid #000002;
  border-radius: 16px;
  padding: 30px 30px;
  position: relative;
}
.originalReadItem:nth-child(1) img {
  position: absolute;
  right: 0;
  bottom: -92px;
}
.originalReadItem h4 {
  font-family: "ProximaExtraBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000002;
}
.originalReadItem:nth-child(3n + 3) {
  margin-right: 0;
}
.originalReadItem form {
  margin-top: 36px;
}
.originalReadItem input {
  width: 100%;
  border: 1px solid #3e4243;
  color: #8c8e8f !important;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  padding: 0px 0px 0px 15px;
  height: 36px;
}
.originalReadItem button {
  background: #8c8e8f;
  border-radius: 10px;
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  width: 207px;
  height: 59px;
  border: none;
  margin-top: 30px;
}
.originalReadItem:nth-child(2) {
  background: url(../images/original-catalog/searchСatalogImage.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.originalReadItem:nth-child(3) {
  background: url(../images/original-catalog/infoImage.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.originalReadItem:nth-child(2) h4,
.originalReadItem:nth-child(3) h4 {
  color: #ffffff;
}
.originalReadItem:nth-child(2) a,
.originalReadItem:nth-child(3) a {
  background: #ffd815;
  border-radius: 10px;
  color: #3e4243;
  width: 214px;
  height: 59px;
  border: none;
  margin-top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
/* ------search resuult------ */
.modall {
  display: none;
}
.searchBlock {
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: -5px;
  align-items: flex-start;
}
.searchBlockLeft {
  width: calc(16.6666% - 25px);
  border-radius: 17px;
  border: 1px solid #000002;
  margin-top: 6px;
  padding: 13px 13px;
}
.searchBlockRight {
  width: calc(83.3333% - 4px);
}
.blockRightTitle {
  color: #000;
  font-family: "ProximaExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.rightTableHead {
  display: flex;
}
.rightTableHead p {
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.blockRightTable {
  padding-left: 21px;
  margin-bottom: 27px;
}
.rightTableHead p:nth-child(1) {
  width: 9.44%;
}
.rightTableHead p:nth-child(2) {
  width: 10.23%;
}
.rightTableHead p:nth-child(3) {
  width: 24.3%;
}
.rightTableHead p:nth-child(4) {
  width: 11.81%;
}
.rightTableHead p:nth-child(5) {
  width: 16.2%;
}
.rightTableHead p:nth-child(6) {
  width: 11.81%;
}
.rightSubHeadTop {
  background: #000002;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 20px;
  position: relative;
}
.rightSubHeadTop p {
  color: #fff;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.subHeadTopButton a:nth-child(2) {
  color: #000002;
  background: #ffd815;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  padding: 15px 31px;
  border-radius: 10px;
  height: 52px;
  display: inline-block;
  margin-left: 12px;
}
.subHeadTopButton a:nth-child(1) {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  padding: 15px 31px;
  border-radius: 10px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightSubHeadTopOverlay {
  position: absolute;
  right: 266px;
}
.rightSubHeadBottom {
  background: #ececec;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  padding: 23px 21px 21px 21px;
  align-items: center;
}
.rightSubHeadBottom p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20.38px;
  font-family: "Futura-Book", sans-serif;
  color: #3e4243;
}
.rightSubHeadBottom .subItem p:first-child {
  display: none;
}
.rightSubHeadBottom .subItem p:first-child {
  width: 120px;
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rightSubHeadBottom .subItem:nth-child(1) {
  width: 9.44%;
}
.rightSubHeadBottom .subItem:nth-child(1) p:last-child {
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rightSubHeadBottom .subItem:nth-child(2) {
  width: 10.23%;
}
.rightSubHeadBottom .subItem:nth-child(2) p:last-child {
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rightSubHeadBottom .subItem:nth-child(3) {
  width: 23.62%;
}
.rightSubHeadBottom .subItem:nth-child(3) p:last-child {
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rightSubHeadBottom .subItem:nth-child(4) {
  width: 11.81%;
}
.rightSubHeadBottom .subItem:nth-child(4) p:last-child {
  color: #000002;
  font-family: "ProximaBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.rightSubHeadBottom .subItem:nth-child(5) {
  width: 15.74%;
}
.rightSubHeadBottom .subItem:nth-child(5) p:last-child {
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rightSubHeadBottom .subItem:nth-child(5) p:last-child span {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rightSubHeadBottom {
  justify-content: space-between;
  flex-wrap: wrap;
}
.rightSubHeadBottom .subItem:nth-child(6) {
  width: 11.81%;
}
.rightSubHeadBottom .subItem:nth-child(6) p:last-child {
  color: #fe5000;
  font-family: "ProximaBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.rightSubHeadBottom .subItem:nth-child(7) {
  width: 14.7%;
}
.rightSubHeadBottom .subItem:nth-child(7) .item {
  display: flex;
  justify-content: space-between;
}
.colorOrange {
  color: #fe5000 !important;
}
.subQuant span:nth-child(1) {
  background: #3e4243;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.subQuant span:nth-child(2) {
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-top: 1px solid #3e4243;
  border-bottom: 1px solid #3e4243;
}
.subQuant span:nth-child(3) {
  background: #3e4243;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.subQuant {
  display: flex;
}

.subCart button {
  height: 39px;
  border: none;
  width: 67px;
  border-radius: 5px;
  background: #fe5000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blockRightSubHead {
  margin-bottom: 56px;
}
.rightTableBlock .rightTableHead {
  padding-left: 21px;
  margin-bottom: 7px;
}
.rightTableBlock:last-child .rightTableHead ~ .rightSubHeadBottom {
  padding-top: 27px;
  padding-bottom: 15px;
}
.rightTableBlock:last-child .rightTableHead {
  margin-bottom: 0;
}
.rightTableBlock .rightSubHeadBottom {
  background: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  padding: 23px 21px 13px 21px;
  align-items: center;
  border-bottom: 1px solid #8c8e8f;
}
.rightTableBlock {
  margin-bottom: 57px;
}
/* filter */
.filterTitle {
  font-family: "ProximaBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 18px;
  text-align: center;
}
.filterPriceHead p {
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
}
.filterPriceHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.filterPriceInput {
  display: flex;
  justify-content: space-between;
}
.filterPriceInput input {
  height: 36px;
  border: 1px solid #3e4243;
  border-radius: 5px;
  width: 91px;
  padding: 10px;
}

.filterDeliveryInput input {
  width: 17px;
  height: 17px;
  position: relative;
  margin-right: 7px;
}
.filterDeliveryInput input:before {
  width: 17px;
  height: 17px;
  border: 1px solid #000000;
  position: absolute;
  content: "";
  border-radius: 50px;
  left: -1px;
  background: #fff;
  transition: 0.5s;
}
.filterDeliveryInput input:after {
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  border-radius: 50px;
  left: 4.1px;
  background: #fe5000;
  top: 4.5px;
  opacity: 0;
  transition: 0.5s;
}
.filterDeliveryInput input[type="radio"]:checked::before {
  border: 1px solid #fe5000;
}
.filterDeliveryInput input[type="radio"]:checked::after {
  opacity: 1;
}
.filterDeliveryInput {
  display: flex;
  flex-direction: column;
}
.filterDeliveryInput label {
  display: flex;
  align-items: center;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #3e4243;
  margin-bottom: 10px;
}
.filterDelivery {
  margin-top: 30px;
}
.filterDelivery .filterPriceHead p {
  font-size: 20px;
}

.filterBrandInput input {
  width: 17px;
  height: 17px;
  position: relative;
  margin-right: 7px;
}
.filterBrandInput input:before {
  width: 17px;
  height: 17px;
  border: 1px solid #000000;
  position: absolute;
  content: "";
  left: -1px;
  background: #fff;
  transition: 0.5s;
}
.filterBrandInput input:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fe5000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: "";
  display: none;
}
.filterBrandInput input[type="checkbox"]:checked::before {
  border: 1px solid #fe5000;
}
.filterBrandInput input[type="checkbox"]:checked::after {
  opacity: 1;
  display: block;
}
.filterBrandInput {
  display: flex;
  flex-direction: column;
}
.filterBrandInput label {
  display: flex;
  align-items: center;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
.filterBrand {
  margin-top: 21px;
}
.filterBrand .filterPriceHead p {
  color: #000002;
  font-family: "FuturaDemiC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
}
.filterBrandLink a {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
.filterBrandLink {
  margin-top: 6px;
}
.filterLink {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.filterLink a:first-child {
  color: #000002;
  background: #ffd815;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  border-radius: 10px;
  height: 52px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.filterLink a:last-child {
  color: #000002;
  border: 1px solid #000002;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  border-radius: 10px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ------news action------ */
.newsBlock {
  display: flex;
  justify-content: space-between;
  margin-top: 1px;
  padding-bottom: 119px;
}
.newsBlockLeft {
  width: calc(66.6666% - 15px);
}
.newsBlockItem {
  border: 1px solid #000;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  height: 477px;
  position: relative;
}
.newsBlockItem:nth-of-type(2) .newsBlockItemInfo {
  padding-bottom: 67px;
}
.newsBlockItemImg {
  width: calc(50% - 15px);
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 14px;
}
.newsBlockItemInfo {
  width: calc(50% - 15px);
  padding: 60px 30px 63px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.newsBlockInfoDate {
  color: #3e4243;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
.newsBlockInfoTitle {
  color: #fe5000;
  font-family: "ProximaExtraBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.newsBlockInfoText {
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: 50px;
}
.newsBlockInfoLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd815;
  border-radius: 10px;
  height: 59px;
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  width: 213px;
}
.newsItemImgSale {
  background: #fe5000;
  border-radius: 5px;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000002;
  width: 84px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsBlockLeftAll a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd815;
  border-radius: 10px;
  height: 59px;
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  width: 144px;
  margin-top: 29px;
}
.newsBlockRight {
  width: calc(33.3333% - 18px);
}
.newsBlockRightItem {
  border: 1px solid #000;
  border-radius: 18px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.newsRightItemDate {
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
}
.newsRightItemTitle {
  font-family: "ProximaBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000002;
  margin-bottom: 23.33px;
  height: 48px;
  overflow: hidden;
}
.newsRightItemLink a {
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
.newsBlockRighttAll a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd815;
  border-radius: 10px;
  height: 59px;
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  width: 162px;
  margin-top: 29px;
}

/* ------news action single ------*/
.newsSingleDate {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.newsSingleImg {
  margin-bottom: 60px;
}
.newsSingleImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsSingleContainer {
  width: 66.1%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.newsSingleDate p {
  font-family: "FuturaBookC";
  margin-left: 14px;
  font-size: 15px;
}
.newsSingleText h4 {
  margin-bottom: 40px;
}
.newsSingleText h4 strong {
  font-size: 20px;
  line-height: normal;
  display: block;
  font-family: "ProximaBold";
}
.newsSingleText p strong {
  font-size: 20px;
  line-height: normal;
  display: block;
  font-family: "ProximaBold";
}
.newsSingleText h3 {
  font-family: "ProximaExtraBold";
  color: #fe5000;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.newsSingleText p {
  color: #000;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  margin-bottom: 15px;
}
.newsSingleText p:nth-of-type(3) {
  margin-bottom: 26px;
}
.newsSingleText p:nth-of-type(5) {
  margin-bottom: 40px;
}
.newsSingleText p:nth-of-type(7) {
  margin-bottom: 25px;
}
.newsSingleText p:nth-of-type(9) {
  margin-bottom: 10px;
}
.newsSingleText p:nth-of-type(11) {
  margin-bottom: 38px;
  padding-right: 2px;
}
.newsSingleText p:nth-of-type(12) {
  margin-bottom: 0;
}
.newsSingleText > img {
  margin-bottom: 40px;
  width: 100%;
}
.aboutVideo.news {
  margin-bottom: 40px;
}
.newsSingleText ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin-bottom: 15px;
  width: 840px;
}
.newsSingleText ul li {
  padding-left: 20px;
  position: relative;
  color: #000;
  font-family: "ProximaSemiBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.newsSingleText ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 33%;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #fe5000;
}
p.newsSingleTextLink {
  margin-top: 37px;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
p.newsSingleTextLink a {
  color: #000002;
}

/* -------Author------- */
.authBlock {
  padding-top: 77px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 119px;
}
.authBlockRightImg {
  position: relative;
  background-size: cover !important;
  height: 522px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 12px;
  padding: 55px 30px;
}
.authBlockLeft {
  width: 32%;
}
.authBlockRight {
  width: 66%;
}
.authBlockRightImg h4 {
  font-family: "ProximaExtraBold";
  font-size: 30px;
  text-transform: uppercase;
  color: #ffd815;
  line-height: 1;
  letter-spacing: 0.5px;
}
.authBlockRightImg p {
  font-family: "ProximaBold";
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  width: 49%;
  margin-top: 28px;
}
.authBlockRightImg a {
  position: absolute;
  bottom: 58px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "FuturaBookC";
  padding: 0 30px;
  font-size: 20px;
  border-radius: 10px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.authBlockForm {
  background: #f4f4f4;
  border-radius: 16px;
  padding: 55px 30px;
}
.authBlockForm form input {
  font-family: "FuturaBookC";
  width: 100%;
  background: none;
  height: 36px;
  padding: 0px 0px 0px 15px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-right: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #f4f4f4;
  outline: none;
  border: 1px solid #3e4243;
  color: #8c8e8f !important;
}
.authBlockForm form input:first-child {
  margin-bottom: 14px;
}
.authBlockForm form input:nth-child(2) {
  margin-bottom: 26px;
}
.authBlockLeft .singleTitle {
  margin-bottom: 57px;
}
.authFormCheckLeft span {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  margin-right: 9px;
}
.authFormCheck {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.authFormCheckLeft {
  display: flex;
  align-items: center;
  color: #000002;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.authFormCheckRight a {
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
.authFormLink button {
  color: #000002;
  background: #ffd815;
  font-family: "FuturaBookC";
  font-size: 20px;
  border-radius: 10px;
  height: 52px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.singleTitle.author {
  margin-bottom: 119px;
}
.singleTitle.author .productsTitle {
  padding-bottom: 0;
}
/* -------korzinka------- */
.signUp {
  padding-bottom: 120px;
  padding-top: 75px;
}
.basket {
  background-color: #fff;
  padding-bottom: 120px;
}
.card_head {
  padding-bottom: 31px;
  border-bottom: 2px solid #ececec;
  margin-bottom: 15px;
}
.body_card {
  padding: 45px 45px 33px;
  border-radius: 16px;
  background: #f4f4f4;
  margin-bottom: 30px;
}
.card_head_left {
  column-gap: 30px;
}
.card_head_left > .left {
  flex: 0 0 auto;
  width: 90px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.card_head_left > .right {
  flex: 0 0 auto;
  width: 458px;
  margin-left: 4px;
  margin-top: 13px;
}
.body_card .line {
  margin-bottom: 8px;
}
.body_card .line {
  margin-bottom: 5px;
}
.body_card .block > .left {
  flex: 0 0 auto;
  width: calc(50% - 7.5px);
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.body_card .block > .right {
  flex: 0 0 auto;
  width: calc(50% - 7.5px);
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.body_card .line2 {
  color: #3e4243;
  font-family: "ProximaBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.body_card p {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.body_card p > span {
  margin-left: 6px;
}
.body_card span {
  color: #3e4243;
}
.card_right {
  column-gap: 48px;
  margin-right: 4px;
}
.card_right > .price {
  color: #000002;
  font-family: "ProximaExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.card_right > .price.red {
  color: #fe5000;
}
.card_body > .left {
  flex: 0 0 auto;
  width: 327px;
  padding-top: 11px;
  padding-left: 4px;
}
.summPrice {
  display: flex;
  margin-left: auto;
  column-gap: 50px;
  align-items: center;
  justify-content: end;
  margin-bottom: 40px;
}
.summPrice span:first-child {
  color: #000002;
  font-family: "ProximaBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.summPrice span {
  color: #fe5000;
  font-family: "ProximaExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.button a {
  display: inline-block;
  padding: 18px 30px;
  border-radius: 10px;
  background: #ffd815;
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
/* -------signup------- */
.signUp {
  background-color: #ffffff;
}
.signup.singleTitle {
  margin-bottom: 25px;
}
.signup.singleTitle img {
  margin-left: 6px;
  margin-top: 0;
}
.signUp .d-flex > .left {
  flex: 0 0 auto;
  width: calc(41.6666% - 15px);
}
.signUp .d-flex > .right {
  flex: 0 0 auto;
  width: calc(58.3333% - 12px);
  padding: 55px 30px;
  border-radius: 16px;
  background-image: url(../images/signUp/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.signUp_body {
  border-radius: 16px;
  background: #ececec;
  padding: 30px;
}
.signUp label {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}
.signUp label.radio.d-flex {
  column-gap: 8px;
  margin-bottom: 15px;
  cursor: pointer;
  flex-direction: row;
}
.signUp label.radio:nth-of-type(2) {
  margin-bottom: 80px;
}
.signUp [type="radio"] {
  display: none;
}
.signUp [type="radio"] + .custom_radio span {
  display: none;
  transition: 0.3s all ease;
}
.signUp [type="radio"]:checked + .custom_radio span {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fe5000;
}
.signUp [type="radio"] + .custom_radio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #000002;
}

.signUp label.radio span {
  color: #000002;
  font-family: "ProximaSemiBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.signUp input {
  display: block;
  height: 36px;
  width: 100%;
  padding-left: 15px;
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #3e4243;
  background-color: transparent;
  outline: none;
}
.signUp .accardion_body.active {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  opacity: 1;
  height: auto;
  margin-bottom: 13px;
}
.signUp .accardion_body {
  opacity: 0;
  height: 0;
  transition: 0.4s all ease;
}
.signUp input::placeholder {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.signUp p {
  color: #000002;
  font-family: "ProximaSemiBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.signUp .time {
  column-gap: 13px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.signUp .time input {
  flex: 0 0 auto;
  width: 43.21%;
  margin-bottom: 0;
  text-align: center;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.signUp .time span {
  height: 2px;
  width: 100%;
  background-color: #000002;
}

.signUp label.checkbox {
  display: flex;
  align-items: center;
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  column-gap: 8px;
  margin-bottom: 30px;
}
.signUp [type="checkbox"] {
  display: none;
}
.signUp [type="checkbox"] + .custom_checkbox {
  width: 13px;
  height: 13px;
  border-color: #000002;
  border: 1px solid;
  display: block;
}

.signUp .network {
  margin-bottom: 15px;
}
.signUp textarea {
  width: 100%;
  height: 84px;
  background-color: transparent;
  border: 1px solid #000002;
  border-radius: 5px;
  outline: none;
  padding: 15px;
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.signUp textarea:placeholder {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.signUp form > a {
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  display: block;
}

.signUp button {
  width: 100%;
  border-radius: 10px;
  background: #ffd815;
}
.signUp button a {
  text-align: center;
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
.signUp .d-flex > .right p {
  color: #ffd815;
  font-family: "ProximaExtraBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.signUp .d-flex > .right a {
  display: inline-block;
  width: 230px;
  padding: 18px 0;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  bottom: 55px;
}
/* --------help-------- */
body.white {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
}
.help {
  width: 1270px;
  margin: auto;
  border-radius: 16px;
  border: 1px solid #000002;
  background-color: #fff;
  padding: 37px 40px;
  position: relative;
}
.help > .title {
  color: #000002;
  font-family: "ProximaExtraBold";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-bottom: 56px;
  column-gap: 15px;
}
.help > .title:nth-child(n + 2) {
  display: none !important;
}
.help > .info {
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
form .form-title {
  color: #000;
  font-family: "ProximaExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
form .form-item:first-child {
  flex: 0 0 auto;
  width: 633px;
}
form .form-item:last-child {
  flex: 0 0 auto;
  width: 527px;
}
form .inputs {
  row-gap: 15px;
}
form .inputs > input {
  height: 40px;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid #3e4243;
  outline: none;
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
form .inputs > input::placeholder {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
form .inputs > textarea {
  height: 40px;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #3e4243;
  outline: none;
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 95px;
}
form .inputs > textarea::placeholder {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
form > .d-flex:first-child {
  margin-bottom: 30px;
}
form [type="file"] {
  display: none;
}
form [type="file"] + span.custom_file {
  display: flex;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  border: 1px dashed #3e4243;
  align-items: center;
  padding-left: 15px;
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

form label.file {
  display: block;
  cursor: pointer;
  margin-bottom: 15px;
}
form > p {
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
}
form label.checkbox {
  column-gap: 10px;
  color: #000;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  cursor: pointer;
}
form [type="checkbox"] {
  display: none;
}
form [type="checkbox"] + span.custom_checkbox {
  display: inline-block;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border: 1px solid #000002;
}
form label.checkbox br.xl {
  display: none;
}
form label.checkbox a {
  color: #000;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #000;
  margin-left: -2px;
  padding-bottom: 3px;
}
form button {
  border: none;
}
form button a {
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  display: inline-block;
  padding: 18px 30px;
  border-radius: 10px;
  background: #ffd815;
}
.help > .close {
  position: absolute;
  top: 40px;
  right: 40px;
}
/* ----------product--------- */
.product {
  background-color: #fff;
  padding-bottom: 120px;
}
.product_body {
  margin-top: 10px;
}
.product .container > .texts {
  display: none;
}
.texts + .d-flex > p:last-child {
  color: #fe5000 !important;
}
.product .swiper {
  flex: 0 0 auto;
  width: 880px;
  margin-right: 0 !important;
  margin-left: 1px !important;
}
.product .features {
  flex: 0 0 auto;
  width: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product .img_block {
  border-radius: 16px;
  border: 1px solid #000002;
  overflow: hidden;
  padding: 35px 98px;
  height: 520px;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .prev,
.product .next {
  position: absolute;
  bottom: 22px;
  z-index: 2;
  cursor: pointer;
}
.product .prev {
  left: 38px;
}
.product .next {
  right: 38px;
}
.product .swiper-pagination {
  bottom: 20px !important;
}
.product .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #000;
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  background-color: #fe5000 !important;
  border: none !important;
}
.texts > .sm_text {
  color: #3e4243;
  font-family: "ProximaBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.texts > .xl_text {
  margin-top: -3px;
  color: #000002;
  font-family: "ProximaExtraBold";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.texts > .md_text {
  margin-top: -4px;
  color: #000002;
  font-family: "ProximaExtraBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.texts + .d-flex {
  row-gap: 10px;
  margin-bottom: 5px;
}
.texts + .d-flex > p:nth-child(2n + 1) {
  flex: 0 0 auto;
  width: 160px;
  color: #8c8e8f;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.texts + .d-flex > p:nth-child(2n) {
  flex: 0 0 auto;
  width: 312px;
  color: #000002;
  font-family: "ProximaBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.texts + .d-flex + .d-flex:last-child {
  column-gap: 15px;
  align-items: stretch;
}
.texts + .d-flex + .d-flex:last-child span {
  height: 100%;
}
.texts + .d-flex + .d-flex:last-child a {
  color: #000002;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ffd815;
  padding: 15px 30px;
}
.product_body > .d-flex {
  margin-bottom: 26px;
}
.product_body > p {
  color: #3e4243;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.product_body > p:last-child {
  margin-bottom: 0;
}
.infos {
  gap: 15px;
}
.infos .item {
  border-radius: 12px;
  border: 1px solid var(--content-20-for-lines, #ececec);
  padding: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 3px; */
  width: 170px;
  height: 100px;
}
.infos .item .item_number {
  color: #ffd815;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.46px;
  text-transform: uppercase;
}
.infos .item .item_text {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.icons {
  gap: 25px;
  margin-bottom: 15px;
}
.icons img {
  margin-top: 10px;
  height: auto;
}
.mainBannerSliderItem .telnumber {
  color: #ffd815;
  font-variant-numeric: lining-nums proportional-nums;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tormoz_shin_list li {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.tormoz_shin_list li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #ffd815;
  border-radius: 2px;
  top: calc(50% - 5px);
}
.mainBannerSliderItem .map {
  width: 85%;
  margin-top: 0;
  height: auto;
  object-fit: contain;
  margin-top: -120px;
}
.mainBannerSliderItem .tires {
  width: 60%;
  height: 100%;
}
.mainBannerSliderItem .kolodki {
  width: 70%;
  height: 70%;
  margin-top: 0;
}
/*--------adaptive------------*/
@media screen and (max-width: 1559px) {
  .container {
    max-width: 1366px;
  }
  /* umumiy section title */
  .singleTitle {
    margin-bottom: 50px;
  }
  .singleTitle h2 {
    font-size: 50px;
  }
  .titleBlock img {
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 12px;
  }
  /* bread crumb 1366 */
  .breadcrumbBlock {
    padding-bottom: 37px;
  }
  /* ------------------------send--------------------------- */
  .backWhite.send .headerTopPhone button {
    display: none;
  }
  .backWhite.send .headerTopTitle {
    width: 47.2%;
  }
  /* header top 1366 */
  .headerTopPhone button {
    display: none;
  }
  .backWhite .headerTopTitle {
    width: 47.2%;
  }
  .backWhite .headerBottom {
    border-bottom: none;
  }
  .headerTopTitle {
    width: 47.5%;
  }
  .search input {
    width: 553px;
    font-size: 14px;
  }

  .mainBannerBlock {
    padding-top: 201px;
  }
  .mainBannerSlider h3 {
    font-size: 71px;
    margin-bottom: -14px;
  }
  .mainBannerSlider .owl-dots {
    top: -41px;
  }
  .mainBannerSlider h4 {
    font-size: 38px;
  }

  .mainBannerSliderItem img {
    margin-top: 20px;
    height: 382px;
  }
  .mainBannerSliderItem .icons img {
    height: auto;
    margin-top: 10px;
  }
  .mainBannerItem {
    width: 425px;
    height: 114px;
    padding: 14px 20px 20px 16px;
  }
  .mainBannerList {
    margin-top: -45px;
  }
  .mainBannerDate {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .mainBannerTitle {
    margin-bottom: 16px;
    height: 20px;
  }
  .mainBannerLink {
    font-size: 16px;
  }
  .mainBannerAll a {
    height: 52px;
    font-size: 16px;
  }
  .mainBannerAll {
    margin-top: 18px;
  }
  .mainBanner {
    height: auto;
  }
  .mainBannerScroll {
    bottom: 80px;
    z-index: 2;
  }
  .mainCatalogTitle {
    margin-top: 87px;
    margin-bottom: 53px;
  }
  .allBlock a {
    font-size: 15px;
    letter-spacing: 0.4px;
  }
  .catalogList {
    width: 993px;
  }
  .catalogSlider .owl-next {
    left: 50px;
  }
  .mainCatalog {
    padding-bottom: 23px;
  }
  .productsTitle {
    padding-top: 96px;
    margin-top: 0px !important;
  }
  .catalogProductsList {
    margin-top: 36px;
  }
  .mainCatalogProducts {
    padding-bottom: 78px;
  }

  .titleBlock h2 {
    font-size: 50px;
  }
  /* footer 1366 */
  .footerPolicy a {
    font-size: 14px;
  }
  .footerLogo img {
    width: 370px;
    margin-bottom: 18px;
  }
  .footerMenuList {
    column-gap: 60.6px;
    margin-top: -3px;
  }
  .footerMenu {
    margin-top: 0px;
  }
  .footerLogo {
    width: 34.3%;
  }
  .footerContacts {
    margin-right: -2px;
    margin-top: 0;
  }
  .footerLogo > p {
    margin-bottom: 58px;
  }
  .footerCopyright p {
    font-size: 14px;
  }

  /*about 1366*/
  .aboutInfo {
    width: 65.87%;
  }
  .about_second {
    margin-bottom: 52px;
  }
  .singleBanner {
    padding-bottom: 48px;
  }
  .aboutInfoText h4 {
    font-size: 30px;
  }
  .aboutInfoText p {
    font-family: "FuturaBookC";
    font-size: 18px;
  }
  .aboutVideo {
    height: 570px;
  }
  .aboutVideo .aboutVideoImg {
    width: 100%;
    height: 100%;
  }
  img.itemOverlayRight {
    left: -75px;
  }
  .singleBanner img {
    width: 100%;
    height: 100%;
  }
  .aboutInfoBlocks h4 {
    margin-bottom: 27px;
  }
  .aboutInfoItem {
    width: calc(33% - 15px);
  }
  .aboutInfoItem p {
    margin-left: 0;
  }
  /* api 1366 */
  .backWhite.API {
    padding-bottom: 120px;
  }
  .singleTitle .productsTitle {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .singleBanner.API {
    padding-bottom: 0;
    margin-bottom: 60px;
    height: 352px;
  }
  .apiDocs {
    padding-bottom: 0;
    margin-left: 0;
    row-gap: 30px;
    justify-content: space-between;
    margin-right: 0;
    width: 100%;
  }
  .apiDocsItem {
    margin-bottom: 0;
    margin-right: 0;
    flex: 0 0 auto;
    width: calc(33.3333% - 92px);
  }
  .apiDocsItem a Img {
    margin-right: 18px;
  }
  /* author 1366 */
  .authBlockForm form input {
    font-size: 15px;
  }
  .authBlock {
    padding-top: 61px;
  }
  .singleTitle.author {
    margin-bottom: 126px;
  }
  .singleTitle.author img {
    margin-left: 0;
  }
  .singleTitle.author h2 {
    font-size: 50px;
  }
  .authBlockRight {
    width: calc(58.3333% - 15px);
  }
  .authBlockLeft {
    width: calc(41.6666% - 15px);
  }
  .authBlockForm {
    padding: 55px 30px 59px;
  }
  .authBlockForm form input:nth-child(2) {
    margin-bottom: 30px;
  }
  .authFormCheck {
    margin-bottom: 30px;
  }
  .authFormLink button {
    margin-bottom: 0;
  }
  .authBlockRightImg {
    padding: 55px 30px;
  }
  .authBlockRightImg p {
    padding-top: 0;
  }
  .authBlockRightImg h4 {
    margin-bottom: 30px;
  }
  .authBlockRightImg p {
    width: 423px;
  }
  /* news action single 1366 */
  .newsSingleContainer {
    width: 83.1%;
  }
  .newsSingleImg {
    height: 439px;
    border-radius: 16px;
    overflow: hidden;
  }
  .newsSingleDate p {
    font-size: 14px;
  }
  .newsSingleText p br {
    display: block !important;
  }
  .newsSingleText h4 {
    margin-bottom: 30px;
  }
  .newsSingleText > img {
    height: 376px;
    margin-bottom: 30px;
  }
  .newsSingleText p:nth-of-type(5) {
    margin-bottom: 31px;
  }
  .aboutVideo.news {
    margin-bottom: 29px;
  }
  p.newsSingleTextLink {
    font-size: 18px;
  }
  /* news action 1366 */
  .newsBlock {
    padding-bottom: 120px;
  }
  .newsBlockItem {
    height: 350px;
  }
  .newsBlockItemInfo {
    padding: 30px 39px 26px 0;
    width: calc(50% - 32px);
  }
  .newsBlockInfoTitle {
    font-size: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
  }
  .newsBlockInfoText {
    margin-bottom: 20px;
  }
  .newsBlockInfoLink a {
    font-size: 18px;
    height: 56px;
    width: 196px;
  }
  .newsBlockRightItem {
    padding: 15px 15px 10px;
  }
  .newsRightItemDate {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .newsRightItemTitle {
    height: 24px;
    margin-bottom: 14px;
  }
  .newsBlockLeft {
    width: calc(66.6666% - 9px);
  }
  .newsBlockRight {
    width: calc(33.3333% - 22px);
  }
  .newsBlockItemImg {
    width: calc(51% - 7px);
  }
  .newsBlockItemInfo {
    width: calc(49% - 23px);
  }
  .newsBlockItem:nth-of-type(2) .newsBlockItemInfo {
    padding-bottom: 24px;
  }
  .newsRightItemLink a {
    font-size: 18px;
  }
  .newsBlockRighttAll a {
    margin-top: 33px;
  }
  .newsBlockLeftAll a {
    margin-top: 32px;
  }
  /* original catalog 1366 */
  .originalRead {
    position: relative;
    padding-bottom: 192px;
  }
  .originalItem {
    height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .originalItem img:nth-of-type(1) {
    display: none;
  }
  .originalItem img:nth-of-type(2) {
    display: block !important;
    width: 180px;
    height: 130px;
  }
  .originalList {
    margin-bottom: 70px;
  }
  .originalItemImg {
    flex: 0 0 auto;
    width: 180px;
    height: 130px;
  }
  .originalReadItem h4 {
    letter-spacing: 0.4px;
  }
  .originalReadItem:nth-child(2) a,
  .originalReadItem:nth-child(3) a {
    margin-top: 0;
    position: absolute;
    bottom: 31px;
    width: 215px;
  }
  .originalReadItem:nth-child(1) img {
    bottom: -74px;
  }
  .originalReadItem:first-child {
    padding-top: 27px;
  }
  .originalReadItem form {
    margin-top: 40px;
  }

  /* search result 1366 */
  .filterTitle {
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
  .subCart button {
    width: 43px;
  }
  .subQuant {
    width: 98px;
  }
  .filterPriceHead p img.arrow_rotate {
    transform: rotate(180deg);
  }
  .filterPriceInput {
    display: none;
  }
  .blockRightTitle {
    margin-bottom: 27px;
  }
  .blockRightSubHead {
    margin-bottom: 57px;
  }
  .rightTableBlock {
    margin-bottom: 60px;
  }
  .rightTableBlock .rightSubHeadBottom {
    padding: 15px 20px;
  }
  .rightTableBlock .rightTableHead {
    margin-bottom: 15px;
  }
  .filterPriceHead {
    margin-bottom: 0;
  }
  .filterPrice {
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 14px;
  }
  .filterDelivery {
    margin-top: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 14px;
    padding-left: 1px;
  }
  .filterDelivery .filterPriceHead {
    margin-bottom: 17px;
  }
  .filterDeliveryInput {
    row-gap: 10px;
  }
  .filterDeliveryInput label {
    font-size: 18px;
  }
  .filterBrand {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .filterBrand .filterPriceHead {
    margin-bottom: 18px;
  }
  .filterBrandInput {
    margin-bottom: 8px;
  }
  .filterBrandLink {
    margin-top: 0;
  }
  .filterLink {
    margin-top: 0;
    row-gap: 13px;
  }
  .filterLink a {
    margin-bottom: 0 !important;
  }
  .searchBlockLeft {
    padding: 13px 14px;
  }
  .filterDeliveryInput label {
    margin-bottom: 0;
  }
  .filterBrandInput label {
    font-size: 18px;
  }
  .filterBrandLink a:first-child {
    display: none;
  }
  .filterBrandLink a:last-child {
    display: block !important;
    font-size: 18px;
  }
  .filterLink a:first-child {
    font-size: 18px;
  }
  .filterLink a:last-child {
    font-size: 18px;
  }
  .searchBlockRight {
    width: calc(83.3333% - 6px);
    padding-top: 4px;
  }
  .rightTableHead p:nth-child(1) {
    width: 8.57%;
  }
  .rightTableHead p:nth-child(2) {
    width: 11.45%;
  }
  .rightTableHead p:nth-child(3) {
    width: 23.6%;
  }
  .rightTableHead p:nth-child(6) {
    width: 13.81%;
  }
  .rightSubHeadTop {
    padding: 18px 20px 22px 20px;
  }
  .rightSubHeadBottom .subItem:nth-child(1) {
    width: 9.2%;
  }
  .rightSubHeadBottom .subItem:nth-child(2) {
    width: 10%;
  }
  .rightSubHeadBottom .subItem:nth-child(3) {
    width: 24.3%;
  }
  .rightTableBlock {
    margin-bottom: 57px;
  }
  .rightTableBlock:last-child .rightTableHead ~ .rightSubHeadBottom {
    padding-top: 29px;
  }
  .searchBlock {
    padding-bottom: 63px;
  }
  /* basket 1366 */
  .breadcrumbBlock.BASKET {
    padding-bottom: 31px;
  }
  .breadcrumbBlock.BASKET ul li {
    font-size: 18px;
  }
  .breadcrumbBlock.BASKET ul li a {
    font-size: 18px;
  }
  .body_card {
    padding: 48px 50px 32px;
  }
  .card_head_left > .right {
    margin-left: 0;
  }
  .card_right {
    margin-right: 0;
  }
  .card_body > .left {
    padding-left: 0;
    padding-top: 12px;
  }
  /* signUp 1366 */
  .signUp .d-flex > .left {
    width: calc(41.6666% - 18px);
  }
  .signUp {
    padding-top: 60px;
  }
  .signup.singleTitle {
    margin-bottom: 32px;
  }
  .signup.singleTitle h2 {
    letter-spacing: 1.1px;
  }
  .signup.singleTitle .productsTitle {
    margin-bottom: 0;
  }
  .signup.singleTitle img {
    margin-left: 0;
    margin-right: 14px;
  }
  .signUp .accardion_body.active {
    margin-bottom: 15px;
  }
  .signUp p {
    width: 102%;
  }
  .signUp textarea {
    margin-bottom: 23px;
  }
  /* product 1366 */
  .product_body {
    margin-top: 6px;
  }
  .product .features {
    width: 426px;
  }
  .texts > .xl_text {
    font-size: 50px;
  }
  .texts + .d-flex > p:nth-child(2n) {
    width: 266px;
  }
  .texts + .d-flex + .d-flex:last-child a {
    font-size: 18px;
  }
  .product_body > .d-flex {
    margin-bottom: 29px;
  }
  /* help 1366 */
  .help > .title:nth-of-type(1) {
    display: none !important;
  }
  .help > .title:nth-of-type(2) {
    display: flex !important;
    margin-bottom: 0 !important;
    font-size: 50px;
  }
  .help > .title:nth-of-type(3) {
    display: flex !important;
    font-size: 50px;
    margin-bottom: 37px;
  }
  .help > .info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1365px) {
  .container {
    max-width: 1024px;
  }
  /* single Title 1024 */
  .singleTitle {
    margin-bottom: 40px;
  }
  .singleTitle.second img {
    width: 26px;
    height: 27px;
    margin-right: 11px;
    margin-left: 0;
  }
  .singleTitle img {
    margin-right: 16px;
    width: 29px;
    height: 30px;
    margin-top: 4px;
    margin-left: 0;
  }
  .titleBlock h2 {
    letter-spacing: 0.8px;
  }
  /*  breadcrumbs 1024 */
  .breadcrumbBlock ul li {
    font-size: 16px;
  }
  .breadcrumbBlock ul li a {
    font-size: 16px;
  }
  /* header bottom 1024 */
  .headerBottom {
    padding: 12px 0 8px;
  }
  .headerBottom > .container {
    column-gap: 30px;
  }
  .search input {
    width: 329px;
    height: 30px;
    font-size: 14px;
  }
  .search form {
    column-gap: 5px;
  }
  .search input:placeholder {
    font-size: 14px;
  }
  .logo_and_humburger > a > img {
    width: 193px;
  }
  .logo_and_humburger .hamburger > a > img {
    width: 28px;
  }
  .logo_and_humburger .hamburger span {
    font-size: 16px;
  }
  .search button {
    width: 35px;
  }
  .login_and_signup > img {
    width: 30px;
  }
  .login_and_signup a {
    font-size: 16px;
  }

  /* header top 1024 */
  .headerTopBlock {
    height: 50px;
  }
  .headerTopMap a img {
    height: 20px;
    margin-right: 7px;
  }
  .headerTopTitle p {
    font-size: 16px;
  }
  .headerTopMap {
    width: 31%;
  }
  .headerTopPhone {
    margin-top: 3px;
  }
  .headerTopPhone a {
    font-size: 16px;
  }
  .headerTopMap a {
    font-size: 14px;
  }
  .headerTop {
    height: 50px;
  }
  .backWhite .headerTopTitle {
    width: 46.5%;
  }

  .mainBannerBlock {
    flex-direction: column;
  }
  .mainBannerSlider.owl-carousel.owl-loaded.owl-drag {
    width: 100%;
  }

  .headerBottomDelivery img {
    height: 29px;
  }
  .headerDeliveryCount {
    position: absolute;
    top: -20px;
  }
  .headerDeliveryCount img {
    height: 17px;
  }
  .headerDeliveryCount {
    position: absolute;
    top: -12px;
  }
  .headerDeliveryCount p {
    top: 6px;
    font-size: 10px;
    left: 4px;
  }
  .mainBannerBlock {
    padding-top: 246px;
  }
  .mainBannerSlider h3 {
    font-size: 86px;
    margin-bottom: -3px;
  }
  .mainBannerSlider .owl-dots {
    top: -49px;
  }
  .mainBannerSlider h4 {
    font-size: 46px;
  }

  .mainBannerSliderItem img {
    margin-top: 29px;
    height: 479px;
  }
  .mainBannerSliderItem .icons img {
    height: auto;
    margin-top: 10px;
  }
  .mainBanner {
    height: auto;
  }
  .mainBannerScroll {
    left: 49%;
    bottom: -78px;
    display: none;
  }
  .mainBannerList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 90px;
  }
  .mainBannerItem {
    width: 24.3%;
    height: 129px;
    padding: 14px 20px 20px 14px;
  }
  .mainBannerAll {
    margin-top: 11px;
    width: 100%;
  }
  .mainBannerDate {
    font-family: "FuturaBookC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
  }
  .mainBannerTitle {
    margin-bottom: 8px;
    height: 48px;
    font-size: 18px;
    line-height: 125%;
  }
  .mainBannerLink {
    font-family: "FuturaBookC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.18px;
  }
  .mainCatalogTitle {
    margin-top: 80px;
    margin-bottom: 88px;
  }
  .mainCatalogTitle .titleBlock img {
    width: 26px;
    height: 27px;
    margin-left: 0;
    margin-top: 3px;
    margin-right: 10px;
  }
  .allBlock a {
    font-size: 15px;
    letter-spacing: 0.4px;
  }
  .catalogcounter {
    top: -456px;
  }
  .catalogSlider .owl-nav {
    position: absolute;
    top: -48px;
    right: 102px;
  }
  .catalogSlider .owl-nav button {
    outline: none;
    right: -63px;
    position: relative;
  }
  .catalogSlider .owl-next:before {
    top: -0.9px;
    left: -54px;
  }
  .catalogSlider .owl-prev:before {
    top: -0.9px;
    left: 45px;
  }
  .mainCatalog {
    padding-bottom: 31px;
  }
  .productsTitle {
    padding-top: 80px;
    margin-bottom: 12px;
  }

  .allBlock a {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .catalogProductsList {
    margin-top: 40px;
  }
  .catalogProductsItem {
    margin-bottom: 10px;
    padding: 9px 16px 19px 14px;
    width: 19.2%;
    height: 116px;
  }
  .catalogProductsItem h3 {
    font-size: 18px;
    line-height: 125%;
  }
  .catalogProductsItem img {
    position: absolute;
    right: 10px;
    bottom: 7px;
  }
  .catalogSlider .owl-next {
    left: 102px;
  }
  /* footer 1024 */
  .footerLogo img {
    width: 226px;
    margin-bottom: 15px;
  }
  .footerLogo {
    width: 226px;
  }
  .footerLogo > p {
    font-size: 16px;
  }
  .footerBlock {
    justify-content: space-between;
  }
  .mainCatalogProducts {
    padding-bottom: 70px;
  }
  footer {
    padding: 20px 0;
  }
  .footerMenu p {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .footerMenu ul li a {
    font-size: 16px;
    letter-spacing: 0.05px;
  }
  .footerMenu ul li {
    margin-bottom: 0px;
  }
  .footerMenuList .footerMenu {
    width: auto !important;
  }
  .footerMenuList .footerMenu:nth-child(2) {
    margin: 0;
  }
  .footerMenuList {
    width: 711px;
    justify-content: flex-start;
    column-gap: 25px;
    margin-top: 0;
  }
  .footerContacts p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footerLink a {
    font-size: 18px;
  }
  .footerContacts {
    margin-right: -10px;
    margin-top: 0;
  }
  .footerLink {
    margin-bottom: 43px;
  }

  /* about 1024 */
  .aboutInfo {
    width: 100%;
  }
  .breadcrumbBlock {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .titleBlock h2 {
    font-size: 40px;
  }
  .about_second {
    margin-bottom: 43px;
  }
  .singleTitle img {
    margin-right: 9px;
  }
  .singleTitle .productsTitle {
    margin-bottom: 40px;
  }
  .singleBanner {
    padding-bottom: 37px;
  }
  .aboutInfoText {
    margin-bottom: 40px;
  }
  .aboutInfoText p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 19px;
  }
  img.itemOverlayRight {
    left: -34px;
  }
  .aboutInfoListVideo {
    margin-top: 40px;
  }
  .aboutVideo .aboutVideoImg {
    height: 570px;
  }
  .aboutInfoBlocks h4 {
    margin-bottom: 22px;
  }
  .aboutInfoItem p {
    font-size: 16px;
    line-height: 115%;
  }
  .aboutInfoItem {
    padding-top: 62px;
  }
  /* API 1024 */
  .backWhite.API {
    padding-bottom: 90px;
  }
  .singleBanner.API {
    margin-bottom: 40px;
    height: 260px;
  }
  .apiDocs {
    margin-left: 3px;
  }
  .apiDocsItem {
    width: calc(50% - 137px);
  }
  .apiDocsItem a {
    font-size: 16px;
  }
  /* author 1024 */
  .singleTitle.author h2 {
    font-size: 40px;
  }
  .newsBlock {
    padding-bottom: 90px;
  }
  .authBlock {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .authBlockRightImg {
    height: 516px !important;
  }
  .singleTitle.author {
    margin-bottom: 138px;
  }
  .authFormLink button {
    font-size: 16px;
  }
  .authFormCheckLeft {
    color: #000002;
    font-family: "FuturaBookC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .authFormCheckLeft span {
    margin-right: 12px;
  }
  .authFormCheckRight a {
    font-size: 16px;
  }
  .authFormCheck {
    margin-bottom: 27px;
  }
  .authBlockRightImg a {
    bottom: 53px;
    padding: 0 27px;
    height: 54px;
    font-size: 17px;
  }
  /* news action single 1024 */
  .newsSingle {
    padding-top: 3px;
  }
  .newsSingleContainer {
    width: 100%;
    padding-bottom: 94px;
  }
  .newsSingleImg {
    height: 260px;
    margin-bottom: 40px;
  }
  .newsSingleText h4 {
    margin-bottom: 30px;
  }
  .newsSingleText h3 {
    font-size: 18px;
    text-transform: none;
  }
  .newsSingleText > img {
    height: 332px;
    margin-bottom: 30px;
  }
  .newsSingleText p:nth-of-type(5) {
    margin-bottom: 30px;
  }
  .aboutVideo.news {
    margin-bottom: 30px;
  }
  .aboutVideo.news .aboutVideoImg {
    height: 558px;
  }
  .newsSingleText h4 strong {
    font-size: 18px;
  }
  .newsSingleText p {
    font-size: 16px;
  }
  .newsSingleText h3 {
    margin-bottom: 25px;
  }
  .newsSingleText p:nth-of-type(6) br {
    display: none !important;
  }
  .newsSingleText p:nth-of-type(7) {
    margin-bottom: 27px;
  }
  .newsSingleText p strong {
    font-size: 18px;
  }
  .newsSingleText ul li {
    font-size: 16px;
    letter-spacing: 0.12px;
  }
  .newsSingleText p:nth-of-type(11) br {
    display: none !important;
  }
  /* news action 1024 */
  .newsBlock {
    flex-direction: column;
    row-gap: 50px;
    padding-top: 2px;
  }
  .newsBlockLeft {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .newsBlockItem {
    margin-bottom: 0;
  }
  .newsBlockRight {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .newsBlockRightItem {
    margin-bottom: 0;
  }
  .newsBlockItemInfo {
    padding: 35px 55px 35px 20px;
  }
  .newsBlockInfoDate {
    margin-bottom: 7px;
  }
  .newsBlockInfoText {
    font-size: 16px;
  }
  .newsBlockInfoLink a {
    height: 54px;
  }
  .newsBlockLeftAll a {
    width: 100%;
    margin-top: 0;
  }
  .newsRightItemTitle {
    height: 44px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .newsBlockRighttAll a {
    width: 100%;
    margin-top: 0;
  }
  .newsBlockItemImg {
    width: calc(54% - 15px);
  }
  .newsBlockItemInfo {
    width: calc(47% - 25px);
  }
  .newsBlockInfoLink a {
    width: 181px;
    font-size: 16px;
  }
  .newsBlockItem:nth-of-type(2) .newsBlockItemInfo {
    padding-bottom: 31px;
  }
  .newsBlockRightItem {
    padding: 18px 19px 17px;
  }
  .newsRightItemDate {
    margin-bottom: 9px;
  }
  .newsRightItemLink a {
    font-size: 16px;
  }
  /* origanal catalog 1024 */
  .originalItem {
    height: 147px;
  }
  .searchBlock {
    padding-bottom: 90px;
  }
  .originalItemImg {
    height: 146px;
  }
  .originalList {
    margin-bottom: 50px;
    padding-top: 3px;
  }
  .originalRead {
    margin-left: 6px;
    margin-right: -6px;
  }
  .originalReadItem:first-child {
    padding: 29px;
  }
  .originalReadItem h4 {
    font-size: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 40px;
  }
  .originalReadItem form {
    margin-top: 0;
  }
  .originalReadItem input {
    margin-bottom: 30px;
  }
  .originalReadItem button {
    margin-top: 0;
    height: 56px;
    font-size: 18px;
    width: 192px;
  }
  .originalReadItem:nth-child(1) img {
    right: -50px;
    bottom: -100px;
  }
  .originalReadItem:nth-child(2) a,
  .originalReadItem:nth-child(3) a {
    font-size: 18px;
    height: 57px;
    bottom: 29px;
  }
  .originalReadItem:nth-child(2) a {
    width: 196px;
  }
  .originalReadItem:nth-child(3) a {
    width: 200px;
  }
  .originalRead {
    padding-bottom: 188px;
  }
  .originalItem img:nth-of-type(2) {
    width: 120px;
    height: 86px;
  }
  /* search result 1024 */
  .modall {
    margin-top: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 14px 23px 30px;
    border-radius: 10px;
    border: 1px solid #8c8e8f;
    background: #ececec;
    margin-bottom: 47px;
  }
  .modall > span {
    color: #000002;
    font-family: "ProximaBold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .modall > i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .searchBlockLeft {
    display: none;
  }
  .searchBlockRight {
    width: 100%;
  }
  .rightSubHeadBottom {
    padding: 25px 14px 22px 21px;
  }
  .rightSubHeadBottom .subItem:nth-child(1) p:last-child {
    font-size: 16px;
  }
  .rightSubHeadBottom .subItem:nth-child(2) p:last-child {
    font-size: 16px;
  }
  .rightSubHeadBottom .subItem:nth-child(3) p:last-child {
    font-size: 16px;
  }
  .rightSubHeadBottom .subItem:nth-child(4) p:last-child {
    font-size: 16px;
  }
  .rightSubHeadBottom .subItem:nth-child(5) p:last-child {
    font-size: 16px;
  }
  .rightSubHeadBottom .subItem:nth-child(6) p:last-child {
    font-size: 16px;
  }
  .subCart button {
    width: 32px;
    height: 32px;
  }
  .subQuant {
    width: 98px;
    height: 32px;
  }
  .subQuant > span {
    height: 100% !important;
  }
  .blockRightSubHead {
    margin-bottom: 46px;
  }
  .rightTableBlock {
    margin-bottom: 47px;
  }
  .rightTableBlock:last-child {
    margin-bottom: 0;
  }
  .rightTableHead p:nth-child(1) {
    width: 9.57%;
  }
  .rightTableHead p:nth-child(2) {
    width: 12.9%;
  }
  .rightTableHead p:nth-child(3) {
    width: 20.7%;
  }
  .rightTableHead p:nth-child(4) {
    width: 13.1%;
  }
  .rightTableHead p:nth-child(5) {
    width: 15.9%;
  }
  .rightTableHead p:nth-child(6) {
    width: 14.1%;
  }
  .rightSubHeadTop {
    padding: 19px 20px 21px 21px;
  }
  .rightTableBlock .blockRightTitle {
    margin-bottom: 36px;
  }
  .rightTableBlock .rightTableHead p {
    font-size: 16px;
  }
  .rightTableBlock:last-child .rightTableHead p {
    font-size: 18px;
  }
  .rightTableBlock .rightSubHeadBottom {
    padding: 15px 13px 18px 20px;
    justify-content: flex-start;
  }
  .rightSubHeadBottom .subItem:nth-child(1) {
    width: 9.7%;
  }
  .rightSubHeadBottom .subItem:nth-child(2) {
    width: 10.5%;
  }
  .rightSubHeadBottom .subItem:nth-child(4) {
    width: 12.1%;
  }
  .rightSubHeadBottom .subItem:nth-child(6) {
    width: 12.6%;
  }
  .rightSubHeadBottom .subItem:nth-child(7) {
    width: 15%;
  }
  .rightTableBlock:last-child .rightTableHead ~ .rightSubHeadBottom {
    padding-top: 31px;
    padding-bottom: 15px;
  }

  /* basket 1024 */
  .basket {
    padding-bottom: 90px;
  }
  .body_card {
    padding: 31px 30px 23px;
  }
  .card_head_left > .right {
    width: 416px;
    margin-top: 0;
  }
  .body_card .line {
    flex-direction: column;
    row-gap: 5px;
  }
  .card_right {
    flex: 0 0 auto;
    width: 360px;
    justify-content: space-between;
    column-gap: 0;
  }
  .card_right > .price {
    font-size: 20px;
  }
  .card_head {
    padding-bottom: 35px;
    margin-bottom: 22px;
  }
  .body_card .block > .left {
    row-gap: 7px;
  }
  .body_card .line2 {
    margin-bottom: 13px;
  }
  .body_card .block > .right {
    row-gap: 7px;
    width: calc(50% - 28px);
  }
  .card_body > .left {
    padding: 0;
  }
  .card_right .subQuant {
    height: 40px;
  }
  .card_body > .left + .card_right {
    padding-bottom: 8px;
  }
  /* signUP 1024 */
  .signUp {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .signUp .d-flex > .left {
    width: calc(50% - 15px);
  }
  .signUp .d-flex > .right {
    width: calc(50% - 15px);
    background-position: center;
    background-size: cover;
  }
  .signUp .d-flex > .right p {
    font-size: 24px;
  }
  .signUp .d-flex > .right a {
    font-size: 16px;
  }
  .signUp button a {
    font-size: 16px;
  }
  .signUp label.checkbox {
    font-size: 14px;
  }
  .signUp textarea {
    margin-bottom: 24px;
  }
  .signUp form > a {
    font-size: 16px;
  }
  .signUp p {
    letter-spacing: 0.2px;
  }
  .signUp .time input {
    width: 41.21%;
  }
  .signUp textarea {
    font-size: 16px;
  }
  /* help 1024 */
  .help {
    width: 895px;
    padding: 39px 40px;
  }
  .help > .title {
    font-size: 40px !important;
    margin-bottom: 30px;
    display: none !important;
    column-gap: 12px;
    letter-spacing: 0.8px;
  }
  .help > .title img {
    width: 26px;
    height: 27px;
  }
  .help > .title:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .help > .info {
    font-size: 14px;
  }
  form .form-title {
    font-size: 18px;
    text-transform: none;
  }
  form .form-item {
    width: 390px !important;
  }
  form .inputs > input {
    font-size: 14px;
  }
  form .inputs > input::placeholder {
    font-size: 14px;
  }
  form .inputs > textarea {
    font-size: 14px;
  }
  form .inputs > textarea::placeholder {
    font-size: 14px;
  }
  form label.checkbox {
    font-size: 16px;
  }
  form label.checkbox a {
    font-size: 14px;
  }
  form button a {
    font-size: 18px;
  }
  form [type="file"] + span.custom_file {
    font-size: 14px;
  }
  form > p {
    font-size: 14px;
  }
  /* product 1024 */
  .product_body {
    margin-top: 2px;
  }
  .product {
    padding-bottom: 90px;
  }
  .product .swiper {
    width: 565px;
  }
  .product .img_block {
    height: 470px;
    padding: 10px 0;
  }
  .product .prev,
  .product .next {
    bottom: 18px;
  }
  .product .prev {
    left: 23px;
  }
  .product .next {
    right: 23px;
  }
  .product .features {
    width: 398px;
  }
  .texts > .sm_text {
    font-size: 18px;
    line-height: 1;
  }
  .texts > .xl_text {
    font-size: 40px;
    line-height: revert;
  }
  .texts > .md_text {
    line-height: 1;
    margin-top: -8px;
    row-gap: 9px;
  }
  .product .swiper-pagination {
    bottom: 16px !important;
  }
  .texts + .d-flex {
    margin-bottom: -2px;
  }
  .texts + .d-flex > p:nth-child(2n + 1) {
    font-size: 16px;
  }
  .texts + .d-flex > p:nth-child(2n) {
    width: 238px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.19;
  }
  .texts + .d-flex > p:nth-child(n + 8) {
    text-transform: lowercase;
  }
  .texts + .d-flex + .d-flex:last-child a {
    font-size: 16px;
  }
  .texts + .d-flex + .d-flex:last-child .subQuant {
    height: 100%;
  }
  .product_body > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 0 !important;
  }
  .container {
    max-width: 768px;
  }
  .mainBannerSliderItem .map{
    width: 70%;
    margin-top: 11px;
  }
  .mainBannerSliderItem .kolodki{
    width: 50%;
  }
  .tormoz_shin_list li {
    font-size: 18px;
    margin-top: 15px;
  }
  .d-flex.infos {
    margin-top: 15px;
  }
  /* section Title 768 */
  .mainBannerSliderItem .kolodki{
    height: 50%;
    width: 50%;
  }
  .singleTitle {
    margin-bottom: 50px;
  }
  .singleTitle.second {
    margin-bottom: 57px;
  }
  .singleTitle img {
    margin-right: 10px;
    width: 26px;
    height: 27px;
    margin-top: 4px;
  }
  /* header black */
  .black .logo_and_humburger .hamburger {
    column-gap: 6px;
  }
  .black .search {
    margin-left: 3px;
  }
  .black .search input {
    width: 304px;
  }
  /* breadCrumbs 768 */
  .breadcrumbBlock {
    padding-bottom: 35px;
  }
  .breadcrumbBlock.BASKET {
    padding-bottom: 37px;
  }
  .breadcrumbBlock ul li a {
    font-size: 14px;
  }
  .breadcrumbBlock ul li {
    font-size: 14px;
  }
  .breadcrumbBlock.BASKET ul li {
    font-size: 14px;
  }
  .breadcrumbBlock.BASKET ul li a {
    font-size: 14px;
  }
  /* header Bottom  768*/
  .headerBottom {
    padding: 11px 0;
  }
  .headerBottom > .container {
    column-gap: 20px;
  }
  .logo_and_humburger > a > img {
    width: 162px;
  }
  .logo_and_humburger .hamburger > a > img {
    width: 26px;
  }
  .search {
    margin-left: 14px;
  }
  .search input {
    width: 286px;
    height: 26px;
    font-size: 12px;
  }
  .search input::placeholder {
    font-size: 12px;
  }
  .search button {
    width: 29px;
  }
  .search button i {
    display: none;
  }
  .search button img {
    display: block !important;
  }
  .login_and_signup > img {
    width: 27px;
  }
  .login_and_signup > a,
  .login_and_signup > span,
  .login_and_signup > a {
    display: none;
  }
  .logo_and_humburger {
    column-gap: 8px;
  }

  .headerTopTitle p {
    font-size: 12px;
  }
  .headerTopBlock {
    height: 40px;
  }
  .headerTop {
    height: 40px;
  }
  .headerTopMap a {
    font-size: 12px;
  }
  .headerTopTitle {
    width: 47.5%;
    text-align: center;
  }
  .headerTopMap {
    width: 24%;
  }
  .headerTopPhone a {
    font-size: 12px;
  }
  .headerTopTitle {
    width: 40.5%;
  }
  .headerTopPhone {
    margin-top: 0;
    margin-left: 5px;
    height: 100%;
    align-items: center;
  }
  .headerBottomDelivery img {
    height: 26px;
  }
  .headerDeliveryCount img {
    height: 15px;
  }
  .headerDeliveryCount p {
    font-size: 10px;
    left: 3px;
  }
  /* ---main---768 */
  .mainBannerSlider .owl-dots {
    top: -24px;
  }
  .mainBannerBlock {
    padding-top: 175px;
  }
  .mainBannerSlider.owl-carousel.owl-loaded.owl-drag {
    margin-left: -4px;
  }
  .mainBannerSlider h3 {
    font-size: 63px;
    margin-bottom: -21px;
  }
  .mainBannerSlider h4 {
    font-size: 34px;
  }

  .mainBannerSliderItem img {
    margin-top: 10px;
    height: 335px;
  }
  .mainBannerSliderItem .icons img {
    height: auto;
    margin-top: 10px;
  }
  .mainBanner {
    height: auto;
  }
  .mainBannerList {
    margin-top: 0;
  }
  .mainBannerTitle {
    margin-bottom: 10px;
    height: 48px;
    font-size: 18px;
    line-height: 22px;
  }
  .mainBannerDate {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .mainBannerItem {
    height: 124px;
    margin-bottom: 13px;
  }
  .mainBannerLink {
    font-size: 16px;
  }
  .mainBannerAll a {
    height: 50px;
    font-size: 14px;
  }
  .mainBannerScroll {
    left: 48%;
    bottom: -39px;
  }
  .mainBannerScroll Img {
    height: 62px;
  }
  .titleBlock h2 {
    font-size: 32px;
    letter-spacing: 0.64px;
  }
  .allBlock a {
    font-size: 14px;
    letter-spacing: 0.1px;
    margin-right: 0;
    margin-top: -10px;
    margin-bottom: 9px;
    margin-right: 0 !important;
  }
  .mainCatalogTitle {
    margin-top: 80px;
    margin-bottom: 82px;
  }
  .catalogSlider .owl-nav button img {
    height: 21px;
  }
  .catalogSlider .owl-prev:before {
    top: -1.5px;
    left: 31px;
  }
  .catalogSlider .owl-next:before {
    top: -1.5px;
    left: -50px;
  }
  .productsTitle {
    padding-top: 85px;
    margin-bottom: -6px !important;
  }
  .catalogProductsItem {
    margin-bottom: 9px;
    padding: 7px 14px 12px 15px;
    width: 32.6%;
    height: 95px;
  }
  .catalogSlider .owl-nav button {
    right: -53px;
  }
  .catalogcounter {
    top: -451px;
  }
  .catalogSlider .owl-nav {
    top: -44px;
  }
  /* footer 768 */
  .footerLogo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
  }
  .footerLogo > p {
    margin-bottom: 21px;
    font-size: 14px;
  }
  .footerBlock {
    justify-content: flex-start;
    flex-direction: column;
  }
  .footerCopyright {
    display: none;
  }
  .footerLogo img {
    margin-bottom: 20px;
    width: 324px;
  }
  .footerMenuList {
    width: 100%;
    justify-content: space-between;
  }
  .footerMenuList .footerMenu {
    width: calc(25% - 22.5px) !important;
  }
  .footerMenuList .footerContacts {
    width: calc(25% - 22.5px) !important;
    margin-right: 0;
  }
  .mainCatalogProducts {
    padding-bottom: 69px;
  }
  footer {
    padding: 25px 0;
  }
  .footerMenu p {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .footerContacts p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footerMenu ul li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .footerLink a {
    font-size: 16px;
  }

  .footerMenu ul li {
    margin-bottom: -2px;
  }
  .footerLink {
    margin-bottom: 37px;
  }
  .footerLink a {
    margin-bottom: -2px;
  }
  .footerPolicy {
    display: none;
  }
  .footerMenuBottomMobile {
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
    align-items: center;
  }
  .footerMobileCopyright {
    color: #fff;
    font-size: 11px;
  }
  .footerMobileCopyright a {
    color: #8c8e8f;
    font-size: 11px;
  }
  .footerMobilePolicy a {
    color: #8c8e8f;
    font-size: 11px;
  }
  /* about 768*/
  .about_second {
    margin-bottom: 58px;
  }
  .singleBanner {
    height: 300px;
    padding-bottom: 50px;
    margin-bottom: -4px;
  }
  .singleBanner img {
    height: 100%;
    object-fit: cover;
  }
  .aboutInfoText p {
    font-size: 14px;
    line-height: 17px;
  }
  .aboutInfoText {
    margin-bottom: 50px;
  }
  .aboutInfoItem {
    height: 189px;
  }
  .aboutInfoListVideo {
    padding-top: 50px;
  }
  .aboutVideo {
    height: auto;
  }
  .aboutVideo .aboutVideoImg {
    height: 400px;
  }
  .aboutInfoBlocks h4 {
    margin-bottom: 20px;
  }
  img.itemOverlayLeft {
    left: -9px;
  }
  img.itemOverlayRight {
    left: -41px;
  }
  .aboutInfoItemOverlay h4 {
    font-size: 18px;
  }
  .aboutInfoItem p {
    font-size: 18px;
  }
  .aboutInfoListVideo {
    padding-top: 10px;
  }
  /* API 768 */
  .singleTitle.API {
    margin-bottom: 58px;
  }
  .apiDocsItem {
    width: calc(50% - 15px);
  }
  .singleBanner.API {
    height: 250px;
  }
  /* author 768 */
  .singleTitle.author h2 {
    font-size: 32px;
  }
  .authBlock {
    padding-top: 35px;
  }
  .authBlockLeft {
    width: calc(50% - 15px);
  }
  .authBlockRight {
    width: calc(50% - 15px);
  }
  .authBlockRightImg p {
    width: 100%;
    margin-top: 0;
  }
  .authBlockRightImg h4 {
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: normal;
  }
  .authBlockRightImg a {
    bottom: 53px;
    height: 59px;
    font-size: 21px;
  }
  .authBlockForm {
    padding-bottom: 55px;
  }
  .singleTitle.author {
    margin-bottom: 156px;
  }
  .authBlockRightImg {
    height: 523px !important;
  }
  .authFormCheckLeft {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .authFormCheckLeft span {
    margin-right: 9px;
  }
  .authFormCheckRight a {
    font-size: 18px;
  }
  .authFormLink button {
    font-size: 20px;
    height: 59px;
  }
  .authBlockRightImg {
    padding: 59px 30px;
  }
  /* news action single 768 */
  .newsSingle {
    padding-top: 1px;
  }
  .newsSingleImg {
    height: 250px;
  }
  .newsSingleText h4 strong {
    font-size: 18px;
  }
  .newsSingleText h3 {
    font-size: 22px;
    text-transform: uppercase;
  }
  .newsSingleText p {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 113%;
  }
  .newsSingleDate p {
    font-size: 12px;
  }
  .aboutVideo.news .aboutVideoImg {
    height: 415px;
  }
  .newsSingleText p strong {
    font-size: 18px;
  }
  .newsSingleText ul li {
    font-size: 16px;
    line-height: 116%;
  }
  .newsSingleText ul li br {
    display: block !important;
  }
  .newsSingleText p:nth-of-type(12) {
    font-size: 16px;
  }

  /* news action 768 */
  .searchBlock {
    padding-bottom: 75px;
  }
  .newsBlockItem {
    height: auto;
    position: unset;
  }
  .newsBlockItemInfo {
    position: unset;
    padding: 40px 29px 40px 0;
  }
  .newsBlockInfoDate {
    font-size: 12px;
  }
  .newsBlockInfoText {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .newsBlockInfoTitle {
    letter-spacing: 0.6px;
    margin-bottom: 25px;
  }
  .newsBlockInfoTitle br {
    display: none;
  }
  .newsBlockLeft {
    row-gap: 10px;
  }
  .newsBlockLeftAll {
    margin-top: 10px;
  }
  .newsBlockLeftAll a {
    height: 54px;
    font-size: 16px;
  }
  .newsBlockRightItem {
    padding: 13px 20px 12px;
  }
  .newsRightItemTitle {
    height: 48px;
    margin-bottom: 21px;
  }
  .newsRightItemLink a {
    font-size: 16px;
  }
  .newsBlockRight {
    row-gap: 10px;
  }
  .newsBlockRighttAll {
    margin-top: 10px;
  }
  .newsBlockRighttAll a {
    height: 54px;
    font-size: 16px;
  }
  .newsBlockItemImg {
    width: calc(47% - 15px);
  }
  .newsBlockItemInfo {
    width: calc(55% - 29px);
  }
  .newsBlockInfoTitle {
    font-size: 30px;
  }
  .newsBlockItem:nth-of-type(2) .newsBlockItemInfo {
    padding-bottom: 38px;
  }
  .newsBlock {
    padding-top: 0;
  }
  .newsBlockRightItem:first-child .newsRightItemTitle {
    margin-bottom: 31px;
  }
  /* original catalog 768 */
  .originalItem {
    width: calc(50% - 15px);
    height: 192px;
  }
  .originalItemImg {
    height: 190px;
  }
  .originalReadItem:first-child {
    width: 100%;
    padding: 33px 20px 25px 18px;
  }
  .originalReadItem {
    width: calc(50% - 15px);
  }
  .originalRead {
    flex-wrap: wrap;
    row-gap: 50px;
    padding-bottom: 90px;
    margin: 0;
  }
  .originalReadItem:nth-child(1) img {
    width: 217px;
    right: 20px;
    bottom: -50px;
  }
  .originalReadItem:first-child h4 {
    font-size: 32px;
    letter-spacing: 0.64px;
    margin-bottom: 43px;
  }
  .originalReadItem:first-child h4 br {
    display: none;
  }
  .originalReadItem:nth-child(2),
  .originalReadItem:nth-child(3) {
    height: 258px;
  }
  .originalReadItem h4 {
    font-size: 28px;
    letter-spacing: 0.6px;
  }
  .originalReadItem button {
    height: 54px;
    font-size: 16px;
    width: 178px;
  }
  .originalReadItem:nth-child(2) a,
  .originalReadItem:nth-child(3) a {
    height: 60px;
    font-size: 20px;
  }
  .originalReadItem:nth-child(2) h4,
  .originalReadItem:nth-child(3) h4 {
    letter-spacing: 1.9px;
    line-height: 105%;
  }
  .originalReadItem:nth-child(3) a {
    width: 214px;
  }
  .originalReadItem:nth-child(2) a {
    width: 213px;
  }
  .originalList {
    padding-top: 1px;
  }
  .originalReadItem input {
    font-size: 12px;
  }
  .originalReadItem:first-child {
    padding: 33px 20px 22px 18px;
  }
  .originalReadItem:nth-child(1) img {
    bottom: -30px;
    right: 24px;
  }
  .originalReadItem {
    padding: 30px 20px;
  }
  .originalItem img:nth-of-type(2) {
    width: 180px;
    height: 130px;
  }
  /* search result 768 */
  .modall {
    padding-right: 24px;
    margin-bottom: 49px;
  }
  .blockRightTitle {
    margin-bottom: 23px;
  }
  .blockRightTable {
    display: none;
  }
  .rightSubHeadTop {
    border-radius: 16px;
  }
  .rightSubHeadBottom {
    border-radius: 10px;
    flex-direction: column;
    row-gap: 20px;
  }
  .blockRightSubHead {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .rightSubHeadTop p {
    font-size: 14px;
  }
  .rightTableBlock .rightTableHead {
    display: none;
  }
  .rightSubHeadBottom .subItem p:first-child {
    display: block;
  }
  .rightSubHeadBottom .subItem p {
    font-size: 14px !important;
  }
  .rightSubHeadBottom .subItem {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
  }
  .rightSubHeadBottom .subItem:nth-child(5) p:last-child span {
    font-size: 12px;
  }
  .subHeadTopButton a {
    height: 100% !important;
    font-size: 16px !important;
  }
  .subHeadTopButton a:nth-child(1) {
    padding: 15px 28px;
  }
  .rightSubHeadBottom .subItem:nth-child(5) p:last-child {
    text-align: end;
  }
  .subCart button {
    width: 67px;
    height: 39px;
  }
  .subQuant {
    height: 39px;
  }
  .rightSubHeadBottom .subItem:nth-child(7) .item {
    column-gap: 15px;
  }
  .rightTableBlock .rightSubHeadBottom {
    border-radius: 10px;
    background: #ececec;
    border-bottom: none;
    margin-bottom: 15px;
  }
  .rightTableBlock .rightSubHeadBottom:nth-child(n + 9) {
    display: none;
  }
  .rightSubHeadTop p strong {
    font-size: 12px;
  }
  .rightSubHeadTop p br[style="display:none"] {
    display: block !important;
  }
  .rightSubHeadBottom {
    padding: 29px 30px 31px 30px;
  }
  .rightSubHeadBottom .subItem:nth-child(4) p:last-child {
    font-size: 12px !important;
  }
  .rightSubHeadBottom .subItem:nth-child(5) p:last-child span {
    margin-top: 5px;
    display: inline-block;
  }
  .rightSubHeadBottom .subItem:nth-child(6) p:last-child {
    font-size: 12px !important;
  }
  .rightTableBlock .blockRightTitle {
    margin-bottom: 23px;
  }
  .rightTableBlock .rightSubHeadBottom {
    padding: 29px 30px 30px 30px;
  }
  .rightTableBlock:last-child .rightTableHead ~ .rightSubHeadBottom {
    padding: 29px 30px 30px 30px;
  }
  /* basket 768 */
  .body_card {
    padding: 10px;
  }
  .card_head {
    padding: 10px 10px 30px;
    position: relative;
    margin-bottom: 15px;
  }
  .card_body {
    position: relative;
    padding: 51px 30px 6px 10px;
    align-items: self-start !important;
  }
  .card_right {
    flex-direction: column;
    width: auto;
    row-gap: 15px;
    align-items: flex-end !important;
  }
  .card_right .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .card_right .close img {
    width: 20px;
    height: 20px;
  }
  .card_head_left > .right {
    width: 450px;
    padding-top: 14px;
  }
  .body_card p {
    font-size: 14px;
  }
  .body_card .line2 {
    font-size: 18px;
    text-transform: capitalize;
  }
  .card_right > .price {
    font-size: 18px;
  }
  .summPrice span:first-child {
    font-size: 18px;
    text-transform: none;
  }
  .summPrice span {
    font-size: 22px;
  }
  .button a {
    font-size: 16px;
  }
  .body_card .block > .left {
    row-gap: 8px;
  }
  .body_card .block > .right {
    row-gap: 8px;
  }
  .body_card .line {
    row-gap: 5px;
    margin-bottom: 7px;
  }
  .body_card .block > .right {
    width: calc(50% - 9px);
  }
  .card_body > .left + .card_right .close {
    top: 7px;
    right: 30px;
  }
  /* signUp 768 */
  .signUp {
    padding-top: 35px;
  }
  .signup.singleTitle {
    margin-bottom: 28px;
    margin-top: 2px;
  }
  .signup.singleTitle h2 {
    letter-spacing: 0.55px;
  }
  .signup.singleTitle img {
    margin-right: 11px;
  }
  .signUp label.radio span {
    font-size: 16px;
  }
  .signUp input {
    font-size: 12px;
  }
  .signUp input::placeholder {
    font-size: 12px;
  }
  .signUp p {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .signUp p:nth-of-type(2) {
    font-size: 18px;
  }
  .signUp label.checkbox {
    font-size: 12px;
    letter-spacing: -0.4px;
  }
  .custom_network img {
    width: 50px;
    height: 50px;
  }
  textarea {
    font-size: 14px;
  }
  textarea::placeholder {
    font-size: 14px;
  }
  .signUp form > a {
    font-size: 14px;
  }
  .signUp button {
    border: none;
    outline: none;
  }
  .signUp .d-flex > .right {
    background-position: right;
  }
  .signUp .d-flex > .right p {
    font-size: 24px;
  }
  .signUp label.radio:nth-of-type(2) span {
    font-size: 18px;
  }
  .signUp label.radio:nth-of-type(2) {
    margin-bottom: 82px;
  }
  .signUp .time input {
    width: 37.21%;
  }
  .signUp .d-flex > .right a {
    width: 100%;
  }
  .signUp_body {
    padding: 30px 30px 36px;
  }
  .signUp .d-flex > .right p {
    margin-bottom: 30px;
    letter-spacing: 0.2px;
  }
  /* help 768 */
  .help {
    width: 768px;
    padding: 40px 15px;
  }
  .help > .title:nth-child(1) {
    display: flex !important;
    font-size: 32px !important;
    margin-bottom: 16px !important;
  }
  .help > .title:nth-child(n + 2) {
    display: none !important;
  }
  .help > .title {
    font-size: 32px;
    margin-bottom: 16px;
    display: flex !important;
  }
  .help > .title img {
    width: 29px;
    height: 30px;
  }
  form .form-title {
    font-size: 22px;
    text-transform: uppercase;
  }
  form .form-item {
    width: 354px !important;
  }
  form label.checkbox br.xl {
    display: block;
  }
  form label.checkbox a {
    margin-left: 0;
  }
  .help > .close {
    top: 36px;
    right: 16px;
  }
  form .inputs > input {
    font-size: 12px;
  }
  form .inputs > input::placeholder {
    font-size: 12px;
  }
  form .inputs > textarea {
    font-size: 12px;
  }
  form .inputs > textarea::placeholder {
    font-size: 12px;
  }
  form button a {
    font-size: 20px;
  }
  form [type="file"] + span.custom_file {
    font-size: 12px;
  }
  form > p {
    font-size: 12px;
  }
  /* product 768 */
  .product .container > .texts {
    display: block;
    margin-top: 13px;
    margin-bottom: 16px;
  }
  .container > .texts .xl_text,
  .container > .texts .md_text {
    display: inline-block;
  }
  .container > .texts .xl_text {
    font-size: 32px;
  }
  .container > .texts .md_text {
    font-size: 22px;
    position: relative;
    bottom: -3px;
  }
  .product_body > .d-flex {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 39px;
  }
  .product .prev,
  .product .next {
    bottom: 8px;
  }
  .product .prev {
    left: 33px;
  }
  .product .next {
    right: 33px;
  }
  .product .swiper-pagination {
    bottom: 7px !important;
  }
  .product .swiper {
    width: calc(100% - 2px);
  }
  .product .features {
    width: 100%;
  }
  .product .texts {
    display: none;
  }
  .texts + .d-flex > p:nth-child(2n + 1) {
    width: 50%;
    font-size: 14px;
  }
  .texts + .d-flex > p:nth-child(2n) {
    width: 50%;
    text-align: end;
    line-height: normal;
  }
  .texts + .d-flex {
    margin-bottom: 30px;
  }
  .texts + .d-flex + .d-flex:last-child {
    justify-content: end;
    align-items: stretch;
  }
  .texts + .d-flex + .d-flex:last-child .subQuant {
    height: 48px;
  }
  .product_body > p {
    font-size: 14px;
  }
  .product .img_block {
    height: 331px;
    padding: 0 27px;
  }
  .swiper-slide img {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 480px;
  }
  .tormoz_shin_list li {
    font-size: 14px;
  }
  .mainBannerSliderItem .map{
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .mainBannerSliderItem .kolodki{
    width: 100%;
    height: auto;
  }
  .mainBannerSliderItem img{
    margin-top: 33px;
    height: 220px;
    width: 100%;
  }
.mainBannerSliderItem .tires{
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
  /* section title */
  .singleTitle.second {
    margin-bottom: 25px;
  }
  .singleTitle.second img {
    width: 19px;
    height: 20px;
    margin-top: 4px;
    margin-right: 8px;
  }
  /* breadcrumbs 414 */
  .breadcrumbBlock.BASKET {
    padding-bottom: 22px;
  }
  .breadcrumbBlock {
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .breadcrumbBlock ul {
    row-gap: 5px;
  }
  .breadcrumbBlock ul li {
    font-size: 14px;
  }
  .breadcrumbBlock ul li a {
    font-size: 14px;
  }
  /* header bottom 414 */
  .logo_and_humburger > a > img {
    width: 177px;
  }
  .backWhite .logo_and_humburger > span {
    display: none;
  }
  .logo_and_humburger {
    column-gap: 29px;
  }
  .logo_and_humburger .hamburger span {
    display: none;
  }
  .search {
    margin-left: 0;
  }
  .search input {
    display: none;
  }
  .search button {
    height: 26px;
    width: 26px;
    border: 1px solid #000002;
    background-color: transparent;
  }
  .login_and_signup > img {
    width: 26px;
    height: 26px;
  }

  .singleTitle {
    margin-bottom: 25px;
  }
  /* header top */
  .logo_and_humburger > span {
    display: none;
  }
  .headerTopTitle p {
    font-size: 8px;
  }
  .headerTopPhone a {
    font-size: 8px;
  }
  .headerTopMap a {
    font-size: 8px;
  }
  .headerTop {
    height: 22px;
  }
  .headerTopBlock {
    height: 22px;
  }
  .headerTopMap a img {
    height: 12px;
  }
  /* ---main--- 414 */
  .mainBannerBlock {
    padding-top: 117px;
  }
  .mainBannerSlider.owl-carousel.owl-loaded.owl-drag {
    margin-left: 0;
  }
  .mainBannerSlider .owl-dots span {
    width: 10px !important;
    height: 10px !important;
  }
  .mainBannerSlider .owl-dots button {
    margin-right: 5px;
  }
  .mainBannerSlider h3 {
    line-height: normal;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .icons {
  }
  .mainBannerSlider .owl-dots {
    top: 0;
  }
  .mainBannerSlider h4 {
    font-size: 20px;
  }

  .mainBannerSliderItem img {
    margin-top: -7px;
    height: 200px;
  }
  .mainBannerSliderItem .icons img {
    height: auto;
    margin-top: 15px;
    height: 20px;
    width: 20px;
  }
  .mainBanner {
    height: auto;
  }
  .mainBannerList {
    flex-direction: column;
    margin-top: 31px;
  }
  .mainBannerItem {
    width: 100%;
    height: 87px;
    margin-bottom: 5px;
    padding: 7px 10px 7px 10px;
  }
  .mainBannerTitle {
    height: 23px;
  }
  .mainBannerItem:nth-child(3) {
    display: none;
  }
  .mainBannerItem:nth-child(4) {
    display: none;
  }
  .mainBannerScroll Img {
    height: 53px;
  }
  .mainBannerScroll {
    left: 47%;
    bottom: -17px;
  }
  .mainCatalogTitle .titleBlock img {
    width: 19px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
  }
  .titleBlock h2 {
    line-height: 34px;
    font-size: 28px;
    letter-spacing: 0.4px;
  }
  .mainCatalogTitle {
    margin-top: 59px;
    margin-bottom: 54px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 17px;
  }
  .titleBlock {
    align-items: flex-start;
  }
  .titleBlock img {
    margin-right: 4px;
    margin-top: 7px;
    height: 20px;
  }
  .allBlock a {
    margin-left: 25px;
  }
  .catalogcounter {
    top: -418px;
    font-size: 20px;
  }
  .catalogSlider .owl-nav button img {
    height: 15px;
  }
  .catalogSlider .owl-nav {
    top: -28px;
    right: 103px;
  }
  .catalogSlider .owl-next {
    left: 103px;
  }
  .catalogSlider .owl-nav button {
    right: -74px;
  }
  .catalogSlider .owl-prev:before {
    content: url(../images/icon/lineWhiteIcon414.png);
  }
  .catalogSlider .owl-next:before {
    content: url(../images/icon/lineWhiteIcon414.png);
  }
  .catalogItem {
    width: 50%;
    height: 119px;
  }
  .catalogItem img {
    padding: 20px !important;
    height: 118px !important;
  }
  .catalogList {
    width: 100%;
    margin-top: 10px;
  }
  .mainCatalog {
    padding-bottom: 13px;
  }
  .productsTitle {
    padding-top: 64px;
  }
  .catalogProductsItem {
    margin-bottom: 12px;
    padding: 7px 11px 12px 11px;
    width: 49%;
    height: 114px;
  }
  .catalogProductsList {
    margin-top: 42px;
  }
  /* footer 414 */
  .footerMenu {
    display: none;
  }
  .mainCatalogProducts {
    padding-bottom: 48px;
  }
  .footerLogo {
    text-align: center;
    flex-direction: column;
  }
  .footerLogo img {
    margin-bottom: 16px;
    width: 245px;
  }
  .footerMenuList .footerContacts {
    width: 100% !important;
  }
  footer {
    padding: 21px 0;
  }
  .footerContacts p {
    display: none;
  }
  .footerContacts {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .footerMenuBottomMobile {
    flex-direction: column;
  }
  .footerLink {
    margin-bottom: -8px;
    padding-left: 0;
  }
  .footerLogo {
    margin-bottom: 17px;
  }
  .footerLogo > p {
    margin-bottom: 0;
  }
  .footerMenuBottomMobile {
    margin-top: 25px;
  }
  /* about 414*/
  .singleTitle .productsTitle {
    margin-bottom: 0 !important;
  }
  .aboutInfoList {
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 50px;
  }
  .aboutInfoItem {
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 23px;
  }
  img.itemOverlayRight {
    left: 110px;
  }
  .aboutVideo .aboutVideoImg {
    height: 216px;
  }
  img.aboutVideoPlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .aboutInfoListVideo {
    padding-bottom: 50px;
    padding-top: 0;
    margin-top: 0;
  }
  .singleBanner {
    height: 200px;
  }
  .aboutInfoText h4 {
    font-size: 24px;
  }
  .aboutInfoText p {
    line-height: 120%;
  }
  .aboutInfoBlocks > h4 {
    font-size: 24px;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
  }
  .aboutInfoItem {
    height: auto;
  }
  img.itemOverlayLeft {
    left: 0;
  }
  .aboutInfoItemOverlay h4 {
    font-size: 20px;
  }
  /* API 414 */
  .backWhite.API {
    padding-bottom: 70px;
  }
  .singleBanner.API {
    height: 150px;
  }
  .apiDocs {
    row-gap: 15px;
  }
  .apiDocsItem {
    width: 100%;
  }
  .singleTitle.API {
    margin-bottom: 25px;
  }
  /* autor 414 */
  .singleTitle.author {
    margin-bottom: 25px;
  }
  .authBlock {
    padding-top: 18px;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 70px;
  }
  .authBlockLeft {
    width: 100%;
  }
  .authBlockRight {
    width: 100%;
  }
  .authBlockForm {
    padding: 30px;
  }
  .authFormCheck {
    flex-direction: column;
    row-gap: 4px;
  }
  .authBlockRightImg {
    height: 346px !important;
    padding: 30px;
  }
  .authBlockRightImg h4 {
    font-size: 20px;
    margin-bottom: 27px;
  }
  .authBlockRightImg p {
    font-size: 16px;
    width: 235px;
    line-height: 19px;
  }
  .authBlockRightImg a {
    bottom: 30px;
    font-size: 20px;
    padding: 0 31px;
  }
  .authFormCheckLeft span {
    margin-right: 11px;
  }
  .singleTitle.author h2 {
    font-size: 28px;
    letter-spacing: 0.6px;
  }
  /* news action single 414*/
  .newsSingleImg {
    height: 150px;
  }
  .aboutVideo.news .aboutVideoImg {
    height: 216px;
  }
  .newsSingleText h3 {
    font-size: 20px;
  }
  .newsSingleText p strong {
    width: 290px;
  }
  .newsSingleText ul {
    width: 290px;
  }
  .newsSingleText p:nth-of-type(12) {
    font-size: 16px;
  }
  .newsSingleContainer {
    padding-bottom: 34px;
  }
  .spans {
    column-gap: 16px;
  }
  .spans span.red {
    color: #fe5000;
  }
  .spans span {
    color: #3e4243;
    font-family: "ProximaBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .block_slide {
    display: flex !important;
    align-items: center;
    padding-bottom: 69px;
  }
  /* news action */
  .newsBlock {
    row-gap: 40px;
    padding-bottom: 70px;
  }
  .newsBlockItem {
    flex-direction: column;
    overflow: hidden;
  }
  .newsBlockItemImg {
    width: 100%;
    height: 155px;
    background-size: cover !important;
  }
  .newsBlockItemInfo {
    width: 100%;
    padding: 29px 30px 30px 30px;
  }
  .newsBlockInfoTitle {
    font-size: 20px;
  }
  .newsBlockInfoText {
    margin-bottom: 25px;
    line-height: 1.13;
  }
  .newsBlockInfoLink a {
    width: 100%;
  }
  .newsRightItemTitle {
    margin-bottom: 21px !important;
    font-size: 16px;
    line-height: 1.2;
  }
  .newsBlockLeftAll {
    margin-top: 15px;
  }
  .newsBlockLeft {
    row-gap: 15px;
  }
  .newsItemImgSale {
    font-size: 14px;
    width: 73px;
    height: 36px;
  }
  .newsBlockInfoTitle {
    letter-spacing: 0.3px;
  }
  .newsBlockInfoText.firth {
    display: none;
  }
  .newsBlockInfoText + .newsBlockInfoText {
    display: block !important;
  }
  .newsBlockItem:nth-of-type(2) .newsBlockItemInfo {
    padding-bottom: 29px;
  }
  .newsBlockRightItem:first-child .newsRightItemTitle {
    margin-bottom: 25px !important;
    height: 44px;
    line-height: 1.2;
  }
  .newsBlockRight {
    row-gap: 15px;
  }
  .newsBlockRighttAll {
    margin-top: 15px;
  }
  .newsSingleText p:nth-of-type(5) {
    margin-bottom: 33px;
  }
  .newsSingleText ul li {
    line-height: 120%;
  }
  /* original catalog 414 */
  .originalRead {
    row-gap: 15px;
    padding-bottom: 70px;
    padding-top: 26px;
  }
  .originalItemImg {
    height: 153px;
  }
  .originalList {
    row-gap: 20px;
    margin-bottom: 40px;
  }
  .originalReadItem:first-child h4 {
    font-size: 30px;
    letter-spacing: 0.6px;
  }
  .originalReadItem:nth-child(2),
  .originalReadItem:nth-child(3) {
    width: 100%;
  }
  .originalReadItem:nth-child(1) img {
    width: 136px;
    right: 16px;
    bottom: -25px;
  }
  .originalReadItem h4 {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
  .originalReadItem:nth-child(2),
  .originalReadItem:nth-child(3) {
    height: 220px;
  }
  .originalReadItem:first-child {
    margin-bottom: 25px;
    padding: 28px 20px 29px 20px;
  }
  .originalReadItem:first-child h4 {
    margin-bottom: 40px;
  }
  /* search result 414 */
  .originalList {
    padding-top: 25px;
    margin-bottom: 15px;
  }
  .originalItem {
    height: 155px;
  }
  .originalItem img:nth-of-type(2) {
    display: none !important;
  }
  .originalItem img:nth-of-type(3) {
    display: block !important;
  }
  .searchBlock {
    padding-bottom: 55px;
  }
  .modall {
    margin-top: 31px;
    margin-bottom: 28px;
    padding-right: 29px;
  }
  .rightSubHeadTop {
    flex-direction: column;
    row-gap: 50px;
  }
  .rightSubHeadTop p {
    width: 100%;
  }
  .rightSubHeadBottom .subItem {
    flex-direction: column;
    row-gap: 10px;
  }
  .rightSubHeadBottom .subItem:nth-child(5) p:last-child {
    text-align: start;
  }
  .rightSubHeadBottom .subItem:nth-child(7) .item {
    justify-content: flex-start;
  }
  .originalReadItem:nth-child(2) h4,
  .originalReadItem:nth-child(3) h4 {
    letter-spacing: 0.6px;
    line-height: 121%;
  }
  .originalReadItem:nth-child(2) a,
  .originalReadItem:nth-child(3) a {
    font-size: 16px;
    height: 54px;
  }
  .originalReadItem:nth-child(2) a {
    width: 184px;
  }
  .originalReadItem:nth-child(3) a {
    width: 184px;
  }
  .blockRightTitle {
    margin-bottom: 18px;
  }
  .subHeadTopButton a:nth-child(1) {
    padding: 15px 29px;
  }
  .subHeadTopButton a:nth-child(2) {
    margin-left: -1px;
  }
  .blockRightSubHead {
    row-gap: 50px;
  }
  .rightSubHeadBottom .subItem:nth-child(6) p:last-child {
    font-family: "FuturaBookC";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .rightSubHeadBottom .subItem:nth-child(7) {
    row-gap: 15px;
  }
  .rightTableBlock .blockRightTitle {
    line-height: 103%;
    margin-bottom: 29px;
  }
  .blockRightSubHead {
    margin-bottom: 49px;
  }
  .rightTableBlock {
    margin-bottom: 50px;
  }
  .rightTableBlock:last-child .blockRightTitle {
    margin-bottom: 38px;
  }
  /* basket 414 */
  .basket {
    padding-bottom: 70px;
  }
  .body_card {
    margin-bottom: 20px;
    padding: 10px 10px 5px;
  }
  .card_head {
    flex-direction: column;
    row-gap: 15px;
  }
  .card_head_left {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: column;
  }
  .card_head_left > .right {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 37px;
  }
  .card_right {
    flex: 0 0 auto;
    width: 100%;
    align-items: flex-end !important;
    position: relative;
  }
  .card_right > .price:first-child {
    position: absolute;
    left: 0;
    top: 0;
  }
  .card_body {
    flex-direction: column;
    padding: 10px 10px 15px;
  }
  .card_body > .left {
    flex: 0 0 auto;
    width: 100%;
  }
  .card_head_left > .left {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .body_card .card_head .line {
    padding-left: 120px;
    margin-bottom: 16px;
  }
  .body_card .card_head .line2 {
    padding-left: 120px;
    margin-bottom: 15px;
    padding-right: 43px;
  }
  .card_head_left > .left .img_block:first-child {
    position: absolute;
    left: 120px;
  }
  .body_card .line {
    margin-bottom: 15px;
  }
  .body_card .block > .left {
    row-gap: 5px;
  }
  .body_card .block > .right {
    row-gap: 5px;
  }
  .summPrice {
    margin-bottom: 30px;
  }
  .button a {
    width: 100%;
    text-align: center;
  }
  .card_body > .left + .card_right .close {
    display: none;
  }
  /* signup 414 */
  .signUp {
    padding-bottom: 70px;
    padding-top: 27px;
  }
  .signUp .container > .d-flex {
    flex-direction: column;
    row-gap: 28px;
  }
  .signUp .d-flex > .left {
    width: 100%;
  }
  .signUp .d-flex > .right {
    width: 100%;
  }
  .signUp_body {
    padding: 20px;
  }
  .signUp .d-flex > .right {
    height: 300px;
  }
  .signUp .d-flex > .right p {
    font-size: 20px;
    letter-spacing: 0;
  }
  .signUp .d-flex > .right a {
    width: 100%;
  }
  .signup.singleTitle img {
    width: 19px;
    margin-right: 6px;
  }
  .signup.singleTitle {
    margin-top: 0;
    margin-bottom: 31px;
  }
  .signup.singleTitle .titleBlock {
    align-items: center;
  }
  .signUp label.radio span {
    font-size: 18px;
  }
  .signUp p {
    font-size: 18px;
  }
  .signUp .time input {
    width: 39.21%;
  }
  .signUp label.checkbox {
    letter-spacing: 0px;
    width: 69%;
    margin-bottom: 29px;
  }
  .signUp p:nth-of-type(2) {
    font-size: 16px;
  }
  .custom_network img {
    width: 60px;
    height: 60px;
  }
  /* help 414 */
  .help {
    width: 414px;
    padding: 40px 15px 20px;
  }
  .help > .title:nth-child(1) {
    font-size: 28px !important;
    align-items: flex-start !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.56px;
    column-gap: 5px;
    margin-right: 19px;
  }
  .help > .close {
    top: 15px;
    right: 15px;
  }
  .help > .close img {
    width: 20px;
    height: 20px;
  }
  form .form-title {
    font-size: 20px;
  }
  form > .d-flex:first-child {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 33px;
  }
  form .form-item {
    width: 100% !important;
  }
  form .inputs > input {
    font-size: 12px;
  }
  form .inputs > input::placeholder {
    font-size: 12px;
  }
  form .inputs > textarea {
    font-size: 12px;
  }
  form .inputs > textarea::placeholder {
    font-size: 12px;
  }
  form [type="file"] + span.custom_file {
    font-size: 12px;
  }
  form > p {
    font-size: 12px;
    margin-bottom: 33px;
  }
  form > .d-flex:last-child {
    flex-direction: column;
    row-gap: 27px;
  }
  form button a {
    width: 100%;
    font-size: 16px;
  }
  .help > .title img {
    width: 19px;
    height: 20px;
    margin-top: 4px;
  }
  /* product 414 */
  .product {
    padding-bottom: 70px;
  }
  .breadcrumbBlock ul li.PRODUCT {
    flex: 0 0 auto;
    width: 288px;
  }
  .breadcrumbBlock ul li.PRODUCT + li img {
    margin-left: 0;
  }
  .product .container > .texts {
    display: block;
    margin-bottom: 24px;
  }
  .container > .texts .xl_text,
  .container > .texts .md_text {
    display: block;
  }
  .texts > .xl_text {
    font-size: 32px;
  }
  .texts > .md_text {
    font-size: 22px;
    position: unset;
  }
  .product_body > .d-flex {
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .texts + .d-flex {
    margin-bottom: 20px;
  }
  .texts + .d-flex + .d-flex:last-child {
    justify-content: flex-start;
  }
  .texts + .d-flex + .d-flex:last-child a {
    width: 100%;
    text-align: center;
  }
  .texts + .d-flex > p:nth-child(2n + 1) {
    width: 40%;
  }
  .texts + .d-flex > p:nth-child(2n) {
    width: 60%;
  }
  .product .next {
    right: 16px;
  }
  .product .prev {
    left: 16px;
  }
  .card_head > .close,
  .card_body > .close {
    display: block !important;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .card_head > .close img,
  .card_body > .close img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 413px) {
  .container {
    max-width: 320px;
  }
  /* section title */
  .singleTitle.second img {
    width: 15px;
    margin-right: 6px;
  }
  .singleTitle.second {
    margin-bottom: 30px;
  }
  .singleTitle {
    margin-bottom: 30px;
  }
  .singleTitle.second h2 {
    letter-spacing: 0px;
    line-height: normal;
  }
  /* breadcrumbs 320 */
  .breadcrumbBlock.BASKET {
    padding-bottom: 33px;
  }
  .breadcrumbBlock {
    padding-bottom: 30px;
  }
  .breadcrumbBlock ul li a {
    font-size: 14px;
  }
  .breadcrumbBlock ul li {
    font-size: 14px;
  }
  .breadcrumbBlock ul {
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .breadcrumbBlock ul li span {
    display: none;
  }
  /* header bottom 320 */
  .headerBottom > .container {
    column-gap: 10px;
  }
  .headerBottom {
    padding: 7px 0;
  }
  .logo_and_humburger {
    column-gap: 31px;
  }
  .logo_and_humburger > a > img {
    width: 130px;
    height: 19px;
  }
  .logo_and_humburger .hamburger > a > img {
    width: 21px;
    height: 21px;
  }
  .search button {
    width: 21px;
    height: 21px;
    border: 1px solid #f4f4f4;
  }
  .search button img {
    width: 12px;
  }
  .login_and_signup > img {
    width: 21px;
    height: 21px;
  }
  /* header top */
  .headerTopTitle {
    margin-left: 10px;
  }

  /* footer 320 */
  .footerLogo > p {
    margin-bottom: 0;
  }
  .footerLogo img {
    margin-bottom: 10px;
  }

  .headerTop {
    background-color: #000002 !important;
  }
  .headerTopMap a {
    color: #fff !important;
  }
  .headerTopTitle p {
    font-size: 7px;
    margin-left: 0;
    color: #fff !important;
  }
  .headerTopTitle {
    width: 51%;
  }
  .headerTopMap a img {
    margin-right: 2px;
    width: 12px;
    height: 12px;
    display: none;
  }
  .headerTopMap a img:nth-of-type(2) {
    display: block !important;
  }

  .headerBottomDelivery {
    margin-left: 2px;
  }
  .headerBottomDelivery img {
    height: 23px;
  }
  .headerDeliveryCount img {
    height: 14px;
  }
  .headerDeliveryCount p {
    font-size: 7px;
    left: 4px;
  }

  /* ---main--- 320 */
  .mainBannerSlider .owl-dots button {
    margin-right: 4px;
  }
  .mainBannerSlider .owl-dots span {
    width: 7px !important;
    height: 7px !important;
  }
  .mainBannerSlider h3 {
    font-size: 19px;
    line-height: normal;
    letter-spacing: 1.1px;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .mainBannerSlider h4 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .mainBannerSliderItem .tires{
    margin-top: 10px;
  }
  .icons{
    flex-wrap: wrap;
  }
  .mainBannerBlock {
    padding-top: 104px;
  }
  .mainBannerSlider .owl-dots {
    top: 5px;
  }

  .mainBannerSliderItem img {
    margin-top: -13px;
    height: 137px;
  }
  .mainBannerSliderItem .icons img {
    height: auto;
    margin-top: 10px;
  }
  .mainBannerList {
    margin-top: 20px;
  }
  .mainBannerItem {
    border-radius: 12px;
    height: 80px;
  }
  .mainBannerTitle {
    height: 17px;
    font-size: 16px;
  }
  .mainBannerAll {
    margin-top: 3px;
  }
 
  .mainBannerAll a {
    height: 39px;
    font-size: 14px;
  }
  .mainBanner {
    height: auto;
  }
  .mainBannerSliderItem .map{
    margin-top: 0;
  }
  .mainBannerScroll Img {
    height: 32px;
  }
  .mainBannerScroll {
    left: 46%;
    bottom: -11px;
  }
  .titleBlock img {
    margin-right: 6px;
    margin-top: 7px;
    height: 17px;
    width: 16px;
  }
  .titleBlock h2 {
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 0.4px;
  }
  .mainCatalogTitle {
    margin-top: 50px;
    margin-bottom: 34px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 13px;
  }
  .allBlock a {
    margin-left: 22px;
  }
  .mainCatalogTitle .titleBlock img {
    width: 15px;
    height: 16px;
  }
  .catalogSlider .owl-nav {
    top: -17px;
  }
  .catalogSlider .owl-nav button {
    right: -74px;
  }
  .catalogSlider .owl-nav button img {
    height: 12px;
  }
  .catalogList {
    width: 100%;
    margin-top: 20px;
  }
  .mainCatalog {
    padding-bottom: 0;
  }
  .catalogcounter {
    top: -420px;
    font-size: 20px;
  }
  .catalogItem {
    border-radius: 13px;
    height: 120px;
  }
  .productsTitle {
    padding-top: 54px;
    margin-bottom: -14px !important;
  }

  .catalogProductsItem h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .catalogProductsList {
    margin-top: 34px;
  }
  .catalogProductsItem {
    width: 49%;
    height: 96px;
    margin-bottom: 5px;
    padding-left: 9px;
  }
  .catalogProductsItem img {
    height: 28px;
  }
  .mainCatalogProducts {
    padding-bottom: 45px;
  }
  /* about 320*/
  .singleBanner {
    height: auto;
    margin-bottom: 38px;
    padding-bottom: 0;
  }
  .singleBanner img {
    height: 120px;
  }
  .singleBanner img:first-child {
    display: none;
  }
  .singleBanner img:last-child {
    display: block !important;
  }
  .aboutInfoText h4 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .aboutInfoText {
    margin-bottom: 42px;
  }
  .aboutInfoBlocks h4 {
    font-size: 24px;
    line-height: normal;
  }
  .aboutInfoItemOverlay h4 {
    font-size: 20px;
  }
  img.itemOverlayRight {
    left: -31px;
  }
  img.itemOverlayLeft {
    right: 200px;
  }
  .aboutInfoItemOverlay img:first-child {
    display: none;
  }
  .aboutInfoItemOverlay img:nth-child(2) {
    display: block !important;
  }
  .aboutVideo .aboutVideoImg {
    height: 163px;
    border-radius: 16px;
  }
  .singleTitle.about_second img {
    margin-right: 4px;
  }
  .singleTitle.about_second h2 {
    letter-spacing: 0px;
  }
  .singleTitle.about_second {
    margin-bottom: 40px;
  }
  .aboutInfoBlocks > h4 {
    margin-bottom: 21px;
  }
  .aboutInfoList {
    margin-bottom: 40px;
  }
  .blockAbout320 {
    height: 170px;
    display: block !important;
    padding-bottom: 50px;
  }
  .blockAbout320 img {
    width: 100%;
    height: 100%;
  }
  /* API 320 */
  .singleBanner.API {
    height: 120px;
  }
  .apiDocsItem a {
    font-size: 18px;
  }
  .singleTitle.API {
    margin-bottom: 40px;
  }
  .apiDocsItem:nth-child(1) {
    order: 1;
  }
  .apiDocsItem:nth-child(2) {
    order: 5;
  }
  .apiDocsItem:nth-child(3) {
    order: 3;
  }
  .apiDocsItem:nth-child(4) {
    order: 2;
  }
  .apiDocsItem:nth-child(5) {
    order: 4;
  }
  .apiDocsItem:nth-child(6) {
    order: 7;
  }
  .apiDocsItem:nth-child(7) {
    order: 6;
  }
  .apiDocsItem:nth-child(8) {
    order: 10;
  }
  .apiDocsItem:nth-child(9) {
    order: 9;
  }
  .apiDocsItem:nth-child(10) {
    order: 8;
  }
  .apiDocsItem:nth-child(11) {
    order: 11;
  }
  .apiDocsItem:nth-child(12) {
    order: 12;
  }
  /* author 320 */
  .singleTitle.author h2 {
    font-size: 24px;
    letter-spacing: 0.4px;
  }
  .singleTitle.author {
    margin-bottom: 40px;
  }
  .authBlockForm {
    padding: 55px 30px;
  }
  .authBlockRightImg {
    height: 366px !important;
  }
  .authBlockRightImg p {
    width: 100%;
  }
  .authBlockRightImg h4 {
    line-height: 20px;
    margin-bottom: 30px;
  }
  .authFormCheck {
    row-gap: 2px;
  }
  .authFormCheckRight a {
    font-size: 16px;
  }
  .authFormLink button {
    font-size: 16px;
    height: 54px;
  }
  .authBlock {
    row-gap: 40px;
  }

  /* news action single 320 */
  .newsSingleImg {
    height: 120px;
  }
  .newsSingleImg img:first-child {
    display: none;
  }
  .newsSingleImg img:last-child {
    display: block !important;
  }
  .newsSingleText h4 strong {
    font-size: 16px;
    line-height: 119%;
  }
  .aboutVideo.news .aboutVideoImg {
    height: 163px;
  }
  .newsSingleText p strong {
    width: 100%;
  }
  .newsSingleText ul {
    width: 100%;
  }
  .newsSingleContainer {
    padding-bottom: 40px;
  }
  .newsSingleText p {
    line-height: 114%;
  }
  .newsSingleText p:nth-of-type(5) {
    margin-bottom: 29px;
  }
  .newsSingleText p:nth-of-type(7) {
    margin-bottom: 24px;
  }
  .newsSingleText p:nth-of-type(11) {
    padding-right: 0;
  }
  .newsSingleText > img:nth-of-type(1) {
    display: none;
  }
  .newsSingleText > img:nth-of-type(2) {
    display: block !important;
    border-radius: 16px;
  }
  /* news action 320 */
  .newsSingle {
    padding-top: 8px;
  }
  .newsBlock {
    padding-top: 11px;
  }
  .newsBlockLeft {
    row-gap: 15px;
  }
  .newsBlockInfoTitle {
    letter-spacing: 0.4px;
  }
  .newsBlockLeftAll {
    margin-top: 15px;
  }
  .newsBlockRight {
    row-gap: 15px;
  }
  .newsRightItemTitle {
    line-height: 1.2;
  }
  .newsBlockRighttAll {
    margin-top: 15px;
  }
  .breadcrumbBlock.NAS {
    padding-bottom: 26px;
  }
  .breadcrumbBlock.NAS ul li {
    line-height: 171%;
  }
  /* original catalog 320 */
  .originalItem {
    width: calc(50% - 10px);
    height: 145px;
  }
  .originalItemImg {
    height: 143px;
  }
  .originalList {
    padding-top: 10px;
    margin-bottom: 24px;
  }
  .originalReadItem:first-child h4 {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 121%;
  }
  .originalReadItem:nth-child(1) img {
    width: 140px;
    right: 11px;
    bottom: -47px;
  }
  .originalReadItem:first-child {
    padding: 29px 20px 34px 20px;
    margin-bottom: 35px;
  }
  .originalReadItem {
    padding: 30px 20px;
  }
  .originalReadItem:nth-child(2) {
    height: 279px;
  }
  .originalReadItem:nth-child(3) {
    height: 250px;
  }
  .originalItem img:nth-of-type(3) {
    display: none !important;
  }
  .originalItem img:nth-of-type(2) {
    display: block !important;
    width: 110px;
    height: 80px;
  }
  /* search result 320*/
  .breadcrumbBlock.Search {
    padding-top: 12px;
  }
  .breadcrumbBlock.Search li:nth-child(2) {
    display: none;
  }
  .breadcrumbBlock.Search li:nth-child(3) {
    display: none;
  }
  .breadcrumbBlock.Search li:nth-child(n + 4) {
    display: block !important;
  }
  .blockRightTitle {
    margin-bottom: 20px;
  }
  .subHeadTopButton a:nth-child(2) {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  .subHeadTopButton a:nth-child(1) {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blockRightSubHead {
    row-gap: 40px;
  }
  .rightSubHeadBottom {
    padding: 30px;
    row-gap: 17px;
  }
  .blockRightSubHead {
    margin-bottom: 40px;
  }
  .modall {
    margin-top: 39px;
    margin-bottom: 38px;
  }
  .blockRightTitle {
    margin-bottom: 18px;
  }
  .rightSubHeadTop p br[style="display:none"] {
    display: none !important;
  }
  .rightSubHeadBottom .subItem p {
    font-size: 18px !important ;
  }
  .rightSubHeadBottom .subItem:nth-child(4) p:last-child {
    font-family: "FuturaBookC";
    font-size: 18px !important;
  }
  /* signUp 320 */
  .signUp {
    padding-top: 50px;
  }
  .signUp_body {
    padding: 30px 23px;
  }
  .signup.singleTitle {
    margin-bottom: 15px;
  }
  .signUp .time input {
    width: 84px;
  }
  .signUp label.radio span {
    font-size: 18px;
  }

  .custom_network img {
    width: 45px;
    height: 45px;
  }
  .signUp textarea {
    font-size: 14px;
  }
  .signUp textarea::placeholder {
    font-size: 14px;
  }
  .signUp .container > .d-flex {
    row-gap: 30px;
  }
  .signup.singleTitle img {
    width: 15px;
    height: 16px;
  }
  .signup.singleTitle h2 {
    letter-spacing: -0.2px;
  }
  .signUp p {
    font-size: 16px;
  }
  .signUp label.radio:nth-of-type(2) {
    font-size: 78px;
  }
  .signUp label.checkbox {
    width: 95%;
  }
  .signUp .d-flex > .right p {
    margin-bottom: 27px;
    letter-spacing: 0.5px;
    line-height: 1;
  }
  /* korzina 320 */
  .body_card .card_head .line {
    padding-left: 100px;
  }
  .card_head_left > .left .img_block:first-child {
    left: 100px;
  }
  .body_card .card_head .line2 {
    padding-left: 0;
    padding-right: 18px;
    margin-bottom: 15px;
  }
  .body_card p {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  .body_card .card_head .line {
    margin-bottom: 46px;
  }
  .body_card .card_head .line2 + .d-flex {
    flex-direction: column;
    row-gap: 5px;
  }
  .body_card .card_head .line2 + .d-flex > .left,
  .body_card .card_head .line2 + .d-flex > .right {
    width: 100%;
  }
  .body_card .card_head .line2 + .d-flex p {
    flex-direction: row;
    column-gap: 5px;
  }
  .card_head > .close,
  .card_body > .close {
    top: 3px;
    width: 14px;
    height: 14px;
  }
  .card_head_left > .right {
    padding-top: 46px;
  }
  .body_card p > span {
    margin-left: 0;
  }
  .card_body {
    padding: 10px 2px 12px 10px;
    row-gap: 3px;
  }
  .card_body > .close {
    right: 2px;
  }
  /* product 320 */
  .breadcrumbBlock.PRODUCT {
    padding-top: 19px;
  }
  .breadcrumbBlock ul li.PRODUCT {
    width: 195px;
  }
  .product .container > .texts {
    margin-top: 4px;
    margin-bottom: 30px;
  }
  .texts > .xl_text {
    font-size: 28px !important;
  }
  .texts > .md_text {
    font-size: 20px !important;
  }
  .product_body > .d-flex {
    row-gap: 27px;
  }
  .texts + .d-flex > p:nth-child(2n) {
    text-transform: uppercase;
    width: 50%;
  }
  .texts + .d-flex > p:nth-child(2n + 1) {
    width: 50%;
  }
  .texts + .d-flex > p:nth-child(n + 8) {
    text-transform: lowercase;
  }
  .texts + .d-flex {
    margin-bottom: 27px;
  }
  .texts + .d-flex + .d-flex:last-child a {
    padding: 15px 21px;
  }
  .product_body > .d-flex {
    margin-bottom: 23px;
  }
  .swiper-slide img {
    transition: 0.4s all ease;
  }
  .swiper-slide img:hover {
    transform: scale(1.3);
  }

  /* help 320 */
  .help {
    width: 320px;
    padding-top: 50px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .help > .title:nth-child(1) {
    margin-bottom: 29px !important;
    font-size: 24px !important;
    margin-right: 0;
    column-gap: 4px;
  }
  .help > .title > img {
    width: 15px;
  }
  .help > .close {
    top: 9px;
    right: 13px;
  }
}
