* {
  outline: 0 !important;
}
*:focus {
    outline: none !important;
}

textarea,
input {
  -webkit-appearance: none;
  border-radius: 0;
}

html,
body {
  margin: 0;
  padding: 0
}

@media (max-width: 500px) {

  html,
  body {
    overflow-x: hidden
  }
}

html.hid,
body.hid {
  overflow: hidden
}

* {
  box-sizing: border-box
}

.flex {
  display: flex
}

body {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 150%
}

.wrapper {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto
}

a {
  text-decoration: none;
  color: #000;
  transition: ease all 0.4s
}

.item-info-block a,
.page__news-cont a,
.page__about2 a {
  color: #ff0000;
}

a:hover {
  color: #D62D30
}

.h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 170px;
  line-height: 207px;
  padding: 0;
  margin: 0 0 100px 0;
  overflow: hidden
}

.h1 span:first-letter {
  color: #D62D30
}

.h1 span {
  display: block;
  margin-bottom: -50px
}

@media (max-width: 1125px) {
  .h1 {
    font-size: 120px;
    line-height: 146px;
    margin: 0 0 70px 0
  }

  .h1 span {
    display: block;
    margin-bottom: -30px
  }
}

@media (max-width: 960px) {
  .h1 {
    font-size: 100px;
    line-height: 122px;
    margin: 0 0 40px 0
  }

  .h1 span {
    display: block;
    margin-bottom: -27px
  }
  .hide-desctop {
    display: block;
  }
}

@media (max-width: 700px) {
  .h1 {
    font-size: 58px;
    line-height: 71px;
    margin: 0 0 20px 0
  }

  .h1 span {
    display: block;
    margin-bottom: -20px
  }
}

@media (max-width: 650px) {
  .h1 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 20px 0
  }

  .h1 span {
    display: block;
    margin-bottom: -10px
  }
}

.h2 {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%
}

.h2-page {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 66px;
  text-align: center
}

@media (max-width: 800px) {
  .h2-page {
    font-size: 42px;
    line-height: 51px
  }
}

@media (max-width: 600px) {
  .h2-page {
    font-size: 32px;
    line-height: 39px
  }
}

@media (max-width: 450px) {
  .h2-page {
    font-size: 24px;
    line-height: 29px
  }
}

@media (max-width: 1000px) {
  .h2 {
    font-size: 32px;
    line-height: 150%
  }
}

@media (max-width: 800px) {
  .h2 {
    font-size: 32px;
    line-height: 150%
  }
}

@media (max-width: 600px) {
  .h2 {
    font-size: 24px;
    line-height: 150%
  }
}

@media (max-width: 400px) {
  .h2 {
    font-size: 20px
  }
}

p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 150%
}

@media (max-width: 450px) {
  p {
    font-size: 15px
  }
}

.label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px
}

.label span {
  display: inline-block
}

.label-span {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border: 2px solid #D62D30;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 12px
}

.label input {
  display: none
}

.label input:checked+span {
  background: #D62D30 url(../images/check.png) no-repeat center
}

.label-color .label-span {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  border-radius: 50%;
  display: inline-flex;
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  align-items: center;
  justify-content: center
}

.label-color input {
  display: none
}

.label-color input:checked+span {
  border-color: inherit
}

.block-bg {
  background-color: #F9F9F9;
  border-radius: 10px
}

.block-bg.catalog__item {
  background-image: url(../images/item-bg.png);
  background-repeat: no-repeat;
  background-position: center
}

.block-bg:not(.block-bgNo):hover {
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  transition: all .2s linear;
}

.block-bottom {
  margin-bottom: 30px
}

.fixed {
  left: 0;
  background: #fff;
  right: 0;
  z-index: 50;
  display: block
}

.fixed.top {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 50;
  box-shadow: 0px 4px 20px rgba(113, 113, 113, 0.5)
}

.fixed .btn-m {
  display: none
}

@media (max-width: 960px) {
  .fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 105px;
    background: #000;
    z-index: 50;
    display: none
  }

  .fixed.active {
    display: block
  }

  .fixed .wrapper,
  .fixed .menu {
    flex-direction: column;
    text-align: center
  }

  .fixed .menu li+li {
    margin-left: 0
  }

  .fixed .menu a {
    margin: 10px 0;
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 29px
  }

  .fixed .btn {
    margin: 15px 0 0 0 !important;
    display: block !important;
    background: #D62D30;
    color: #fff
  }

  .fixed .btn-m {
    display: block
  }
}

@media (max-width: 780px) {
  .fixed {
    top: 81px;
  }
}

.fancybox-slide .fixed {
  display: inline-block !important
}

.play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  transition: background ease 0.4s;
  display: block
}

.play:hover {
  background: rgba(0, 0, 0, 0.4)
}

.play:hover span:not(.play-btn) {
  animation: sh 1.6s infinite ease-in-out;
  width: 156px;
  height: 156px
}

.play span {
  position: absolute;
  z-index: 1;
  display: block;
  width: 96px;
  height: 96px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.4s
}

@keyframes sh {
  from {
    width: 96px;
    height: 96px
  }

  50% {
    opacity: 1
  }

  to {
    width: 156px;
    height: 156px
  }
}

.play-btn {
  content: '';
  background: url(../images/news/play.png) no-repeat center #D62D30;
  border: 10px solid #fff !important;
  border-radius: 50%;
  opacity: 1 !important;
  z-index: 2
}

.block {
  margin-bottom: 50px
}

.where-item {
  justify-content: space-between;
  min-height: 200px;
  align-items: center;
  background: #F9F9F9;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: ease all 0.4s
}

.where-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1)
}

@media (max-width: 600px) {
  .where-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px
  }
}

.where a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  color: #D62D30
}

.where a:hover {
  color: #000
}

.where-text {
  flex-direction: column;
  width: 50%;
  /*word-break: break-all*/
}

@media (max-width: 820px) {
  .where-text {
    width: 60%
  }
}

@media (max-width: 600px) {
  .where-text {
    width: 100%
  }
}

.where-img {
  align-items: center;
  justify-content: center;
  width: 50%
}

@media (max-width: 820px) {
  .where-img {
    width: 40%
  }
}

@media (max-width: 600px) {
  .where-img {
    justify-content: flex-start;
    margin-bottom: 25px;
    width: 100%
  }
}

.social {
  justify-content: space-between
}

.page__image {
  position: relative;
  text-align: center
}

.page__image img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1
}

.page__image span {
  position: relative;
  display: block;
  margin: 0 15px;
  max-width: 1860px;
  overflow: hidden;
  border-radius: 10px
}

@media (max-width: 500px) {
  .page__image span {
    margin: 0px;
    border-radius: 0px
  }
}

@media (min-width: 499px) {
  .page__image span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 450px;
    background: url(../images/bg/img_page.png) no-repeat top right;
    z-index: 2;
    background-size: contain
  }
}

.page__image-index {
  overflow: hidden
}

.page__image-index span:after {
  display: none !important
}

@media (max-width: 1250px) {
  .page__image-index span {
    margin: 0;
    border-radius: 0
  }
}

.page__image-index span img {
  width: calc(100% + 300px);
  margin-left: -100px
}

.page__image-index .wrapper {
  padding: 20px !important;
  align-items: flex-start !important
}

@media (max-width: 600px) {
  .page__image-index .wrapper {
    padding: 0px !important
  }
}

.page__image-index .page__image-text {
  display: block !important
}

.page__image-index h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 72px;
  line-height: 88px
}

@media (max-width: 1630px) {
  .page__image-index h1 {
    font-size: 54px;
    line-height: 66px
  }
}

@media (max-width: 1220px) {
  .page__image-index h1 {
    font-size: 42px;
    line-height: 51px
  }
}

@media (max-width: 1000px) {
  .page__image-index h1 {
    font-size: 36px;
    line-height: 39px
  }
}

@media (max-width: 800px) {
  .page__image-index h1 {
    font-size: 28px;
    line-height: 29px
  }
}

.page__image-index_right,
.page__image-index_left {
  width: 50%;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 150%
}

@media (max-width: 1090px) {

  .page__image-index_right,
  .page__image-index_left {
    font-size: 24px;
    line-height: 150%
  }
}

@media (max-width: 900px) {

  .page__image-index_right,
  .page__image-index_left {
    font-size: 19px;
    line-height: 100%
  }
}

@media (max-width: 690px) {
  .page__image-index_left {
    display: none
  }
}

.page__image-index_right {
  position: relative;
  height: 100%
}

@media (max-width: 690px) {
  .page__image-index_right {
    width: 100%
  }
}

.page__image-index_right:after {
  content: '';
  display: block;
  width: 967px;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: url(../images/bg/chil.png) no-repeat left bottom;
  background-size: contain
}

@media (max-width: 690px) {
  .page__image-index_right:after {
    width: 100%;
    background: url(../images/bg/chil.png) no-repeat center bottom;
    background-size: contain
  }
}

@media (max-width: 600px) {
  .page__image-index_right:after {
    bottom: 0
  }
}

.page__image-index .btn {
  display: inline-block
}

.page__image-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

@media (max-width: 600px) {
  .page__image-text {
    display: none
  }
}

.page__image .wrapper {
  padding: 20px 20px 100px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  text-align: left;
  height: 100%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 66px;
  color: #fff
}

@media (max-width: 1100px) {
  .page__image .wrapper {
    align-items: center;
    padding: 20px
  }
}

@media (max-width: 768px) {
  .page__image .wrapper {
    font-size: 32px;
    line-height: 39px
  }
}

.page__about {
  justify-content: space-between;
  margin-bottom: 50px
}

@media (max-width: 500px) {
  .page__about {
    margin-bottom: 15px
  }
}

@media (max-width: 760px) {
  .page__about {
    margin-bottom: 20px
  }
}

.page__about2 {
  flex-direction: column
}

@media (min-width: 900px) {
  .page__about2 {
    flex-direction: row
  }

  .page__about2 div {
    width: 44%
  }
}

.page__about3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 150%;
  color: #D62D30
}

@media (max-width: 1000px) {
  .page__about3 {
    font-size: 28px
  }
}

@media (max-width: 760px) {
  .page__about3 {
    flex-direction: column
  }

  .page__about3 br {
    display: none
  }
}

@media (max-width: 600px) {
  .page__about3 {
    font-size: 24px
  }
}

.page__partner {
  background: #F9F9F9;
  border-radius: 10px;
  margin: 0 10px;
  padding: 90px 0
}

@media (max-width: 700px) {
  .page__partner {
    padding: 10px 0
  }
}

.page__partner-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center
}

.page__partner-item span {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 0 10px
}

.page__partner-item * {
  outline: none
}

@media (max-width: 1100px) {
  .page__partner-slider .slick-list {
    margin: 0 40px
  }

  .page__partner-slider .slick-prev,
  .page__partner-slider .slick-next {
    top: 30%
  }
}

.page__sert-slider img {
  width: 100%;
  height: auto
}

@media (max-width: 1000px) {
  .page__sert-slider .slick-list {
    margin: 0
  }
}

.page__catalog-sort {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 30px
}

@media (max-width: 700px) {
  .page__catalog-sort {
    flex-direction: column;
    margin-bottom: 0
  }
}

.page__catalog-sort-block {
  flex-wrap: wrap;
  flex: 1 1 auto;
  align-items: center
}

@media (max-width: 700px) {
  .page__catalog-sort-block {
    border-top: 1px solid #DCDCDC
  }

  .page__catalog-sort-block .page__catalog-sort-block {
    border: none
  }
}

.page__catalog-sort-head {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%
}

.page__catalog-sort-head:not(.color) {
  margin-bottom: 30px
}

.page__catalog-sort-head img {
  display: none
}

@media (max-width: 700px) {
  .page__catalog-sort-head {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px
  }

  .page__catalog-sort-head img {
    display: block
  }

  .page__catalog-sort-head+.page__catalog-sort-block {
    display: none
  }

  .page__catalog-sort-head.active img {
    display: block;
    transform: rotate(-180deg)
  }

  .page__catalog-sort-head.active+.page__catalog-sort-block {
    display: flex
  }
}

.page__catalog-sort .label {
  width: 33%
}

@media (max-width: 1000px) {
  .page__catalog-sort .label {
    width: 50%
  }
}

@media (max-width: 500px) {
  .page__catalog-sort .label {
    width: 100%
  }
}

.page__catalog-sort-color {
  flex: 1 1 auto;
  padding-left: 40px
}

@media (max-width: 700px) {
  .page__catalog-sort-color {
    padding-left: 0;
    padding-bottom: 30px
  }
}

.page__info {
  margin-bottom: 100px
}

@media (max-width: 500px) {
  .page__info {
    margin-bottom: 15px
  }
}

@media (max-width: 1000px) {
  .page__info {
    flex-direction: column
  }

  .page__info br {
    display: none
  }
}

.page__info-left {
  min-width: 40%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 66px
}

@media (max-width: 1000px) {
  .page__info-left {
    text-align: center
  }
}

@media (max-width: 800px) {
  .page__info-left {
    font-size: 42px;
    line-height: 51px
  }
}

@media (max-width: 600px) {
  .page__info-left {
    font-size: 32px;
    line-height: 39px
  }
}

@media (max-width: 400px) {
  .page__info-left {
    font-size: 24px;
    line-height: 29px
  }
}

.page__more {
  margin-bottom: 100px;
  justify-content: space-between
}

@media (max-width: 500px) {
  .page__more {
    margin-bottom: 15px
  }
}

@media (max-width: 850px) {
  .page__more {
    flex-wrap: wrap
  }
}

@media (max-width: 500px) {
  .page__more {
    margin-bottom: 15px
  }
}

.page__more-item {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center
}

@media (max-width: 600px) {
  .page__more-item {
    font-size: 17px;
    line-height: 20px
  }
}

.page__more-item img {
  width: 100%
}

.page__more-item span {
  display: block
}

.page__more>a {
  width: 64.5%
}

@media (max-width: 850px) {
  .page__more>a {
    width: 100%;
    order: 1;
    margin-bottom: 25px
  }
}

.page__more>.flex {
  width: 32%
}

@media (max-width: 850px) {
  .page__more>.flex {
    width: 100%;
    order: 2;
    flex-direction: row !important;
    justify-content: space-between
  }

  .page__more>.flex>a {
    width: 48%
  }
}

@media (max-width: 535px) {
  .page__more>.flex {
    flex-direction: column !important
  }

  .page__more>.flex>a {
    width: 100%;
    margin-bottom: 25px
  }
}

.page__more-img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 20px
}

.page__more-img img {
  width: 100%;
  display: block
}

.page__more .flex {
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between
}

.page__support {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 100px;
  flex-wrap: wrap
}

@media (max-width: 500px) {
  .page__support {
    margin-bottom: 15px
  }
}

.page__support-item {
  padding: 40px 32px;
  width: 30%
}

@media (max-width: 950px) {
  .page__support-item {
    width: 100%;
    margin-bottom: 15px
  }
}

.page__support-item span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  color: #D62D30;
  margin-right: 35px
}

.page__start-head {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 66px;
  margin-bottom: 40px
}

@media (max-width: 1000px) {
  .page__start-head {
    text-align: center
  }
}

@media (max-width: 820px) {
  .page__start-head {
    font-size: 42px;
    line-height: 51px
  }
}

@media (max-width: 550px) {
  .page__start-head {
    font-size: 32px;
    line-height: 39px
  }
}

@media (max-width: 500px) {
  .page__start-head {
    font-size: 24px;
    line-height: 29px
  }
}

.page__start-block {
  flex-wrap: wrap;
  justify-content: space-between
}

.page__start-block>.btn {
  width: 30%
}

@media (max-width: 769px) {
  .page__start-block>.btn {
    width: 100%;
    margin-bottom: 15px
  }
}

.page__start-item {
  width: 30%;
  margin-bottom: 30px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center
}

.page__start-item span {
  display: inline-block
}

.page__news-head {
  justify-content: flex-start;
  margin-bottom: 40px
}

@media (max-width: 500px) {
  .page__news-head {
    margin-bottom: 15px
  }
}

@media (max-width: 480px) {
  .page__news-head {
    flex-wrap: wrap
  }
}

.page__news-head .flex {
  justify-content: space-between;
  min-width: 312px;
  padding-right: 60px
}

.page__news-head .flex a {
  margin-right: 30px;
}

.page__news-head span {
  color: #D62D30
}

.page__news-head * {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 150%
}

/*@media (max-width: 769px) {
  .page__news-head b {
    min-width: 100%
  }
}*/

@media (max-width: 600px) {
  .page__news-head * {
    font-size: 24px
  }
}

@media (max-width: 400px) {
  .page__news-head * {
    font-size: 20px
  }
}

.page__news-img .img_wrapper{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  height: 500px;
}
@media (max-width: 1269px) {
  .page__news-img .img_wrapper{
    height: 395px;
  }
}
@media (max-width: 991px) {
  .page__news-img .img_wrapper{
    height: 300px;
  }
}
@media (max-width: 767px) {
  .page__news-img .img_wrapper{
    margin: 0 -15px;
    border-radius: 0;
  }
}

.page__news-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 43px
}
@media (max-width: 767px) {
  .page__news-img {
    border-radius: 0;
    overflow: visible;
  }
}

.page__news-img img {
  width: 100%
}

.page__news-social {
  min-width: 312px
}

@media (max-width: 900px) {
  .page__news-social {
    order: 2;
    margin-bottom: 30px
  }
}

.page__news-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  border: 2px solid #D62D30;
  border-radius: 50%;
  margin-right: 20px
}

.page__news-cont {
  max-width: 710px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 50px
}

@media (max-width: 900px) {
  .page__news-cont {
    max-width: 100%
  }
}

@media (max-width: 900px) {
  .page__news-cont {
    margin-bottom: 20px
  }
}

.page__news-cont>p {
  margin-bottom: 30px
}

.page__news-cont>p:first-child {
  padding-top: 0;
  margin-top: 0
}

.page__news-cont h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%
}

.page__news-cont li {
  list-style: none;
  margin-bottom: 30px;
  position: relative
}

.page__news-cont li:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: -40px;
  width: 30px;
  height: 2px;
  background: #D62D30
}

.page__news-block {
  align-items: flex-start
}

@media (max-width: 900px) {
  .page__news-block {
    flex-wrap: wrap
  }
}

.page__video {
  margin-bottom: 100px
}

@media (max-width: 535px) {
  .page__video {
    margin-bottom: 0
  }
}

.page__video .page__more {
  margin-bottom: 20px
}

@media (max-width: 535px) {
  .page__video .page__more {
    margin-bottom: 0
  }
}

@media (max-width: 800px) {
  .page_news .page__start-item {
    width: 48%
  }
}

@media (max-width: 600px) {
  .page_news .page__start-item {
    width: 100%
  }
}

.page_news-js .slick-list {
  margin: 0px
}

.page_news-js .slick-dots {
  padding-top: 10px
}

.pager {
  justify-content: center;
  border-top: 1px solid #F9F9F9
}

.pager a {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  margin: 40px 15px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px
}

.pager a.active {
  background: #D62D30;
  color: #fff
}

@media (max-width: 500px) {
  .pager a {
    margin: 19px 1px
  }
}

.dis {
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 100px
}

@media (max-width: 500px) {
  .dis {
    margin-bottom: 35px
  }
}

.dis-h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 35px
}

@media (max-width: 500px) {
  .dis-h2 {
    margin-bottom: 15px
  }
}

.dis-block {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 150%;
  display: none
}

.dis-block.active {
  display: block
}

.dis-block>.flex {
  margin-bottom: 13px
}

@media (max-width: 950px) {
  .dis-block>.flex {
    flex-wrap: wrap
  }
}

.dis-block>.flex div:not(.tab) {
  min-width: 40%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer
}

@media (max-width: 820px) {
  .page__about3 {
    font-size: 25px;
  }
}

@media (max-width: 500px) {
  .dis-block>.flex div:not(.tab) {
    width: 60%;
  }
  .dis-block-a+span {
    padding-left: 10px;
  }
  .dis-block {
    font-size: 15px;
  }
  /*.dis-block>.flex div:not(.tab) {
    width: calc( 60% - 10px );
    padding-right: 10px;
  }*/
  /* .dis-block>.flex div:not(.tab):before {
    width: 25px!important;
    height: 25px!important;
  } */
}

.dis-block>.flex div:not(.tab).active {
  color: #D62D30
}

@media (max-width: 950px) {
  .dis-block>.flex div:not(.tab).active~.tab {
    display: block;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 0 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative
  }

  .dis-block>.flex div:not(.tab).active~.tab:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 26px;
    background: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(225deg);
    top: -11px
  }
}

.dis-block>.flex div:not(.tab):before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/i.png) no-repeat center;
  margin-right: 8px
}

.dis-block>.flex .tab {
  display: none
}

@media (max-width: 500px) {
  .dis-block-a+span {
    width: 40%
  }
}

.dis__left {
  width: 48%;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 40px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 150%;
  position: relative;
  display: none
}

@media (max-width: 1100px) {
  .dis__left {
    width: 38%
  }
}

@media (max-width: 950px) {
  .dis__left {
    display: none !important
  }
}

.dis__left.active {
  display: block
}

.dis__left h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%
}

.dis__left>span {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -11px;
  background: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  top: 11px
}

.dis__left .tab {
  display: none
}

.dis__left .tab.active {
  display: block
}

.dis__right {
  width: 48%;
  padding-top: 10px
}

@media (max-width: 1100px) {
  .dis__right {
    width: 58%
  }
}

@media (max-width: 950px) {
  .dis__right {
    width: 100%
  }
}

.more {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #D62D30;
  position: absolute;
  bottom: -40px
}

.best {
  justify-content: space-between;
  flex-wrap: wrap
}

.best-item {
  width: 40%;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 47px
}

@media (max-width: 1000px) {
  .best-item {
    width: 48%
  }
}

@media (max-width: 765px) {
  .best-item {
    width: 100%
  }
}

.best img {
  margin-right: 40px
}

@media (max-width: 1000px) {
  .best-btn {
    display: flex;
    justify-content: center
  }
}

.form {
  padding: 7px;
  border: 1px solid #000;
  border-radius: 5px;
}

.form-footnote {
  display: none;
  font-size: 12px;
}

.footnote {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 100px;
}

.zero-footnote {
  margin: 0;
  margin-top: -15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-template-template-zero-out .errorMsg {
    margin-bottom: 15px;
    margin-top: -15px;
  }
}

@media (max-width: 767px) {
  .zero-footnote {
    margin: 0 0 12px 0;
  }
}

@media (max-width: 650px) {
  .form {
    border: none;
    flex-direction: column;
    margin-bottom: 100px;
    padding: 0;
  }

  .form-footnote {
    display: block;
    margin-top: -10px;
  }

  .footnote {
    display: none;
  }

  .zero-footnote {
    margin-top: -10px;
  }
}

.form input {
  border: none;
  outline: none;
  flex: 1 1 100%;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  padding: 10px
}

.form input::-webkit-input-placeholder {
  color: #CCCCCC
}

.form input:-moz-placeholder {
  color: #CCCCCC
}

.form input::-moz-placeholder {
  color: #CCCCCC
}

.form input:-ms-input-placeholder {
  color: #CCCCCC
}

@media (max-width: 650px) {
  .form input {
    font-size: 17px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 15px
  }
}

.form .btnP{
  width: 100%;
  max-width: 240px;
}
#zero_out{
  padding: 0 0 50px;
}
#zero_out .form{
  margin: 20px 0;
}
@media(max-width: 767px){
  #zero_out .form{
    margin: 0;
    padding: 0;
  }
}
#zero_out .btn_wrapper{
  padding: 20px 0 0;
  text-align: right;
}
#zero_out .btn_wrapper .btn{
  width: 100%;
  max-width: 240px;
}

@media(max-width: 767px){
  #zero_out .btn_wrapper .btn{
    display: block;
    margin: 0 auto;
    max-width: 350px;
  }
}

.menu {
  margin: 0;
  padding: 0
}

.menu li {
  list-style: none
}

.menu li+li {
  margin-left: 40px
}

@media(max-width: 1270px) {
  .menu li+li {
    margin-left: 30px
  }
}

.menu a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  transition: ease all 0.4s
}

.menu a:hover {
  color: #D62D30
}

.menu-footer li+li {
  margin-left: 0px;
  margin-top: 15px;
}

.menu-footer a {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-transform: none
}

.btn {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  padding: 12px 23px;
  color: #D62D30;
  border: 2px solid #D62D30;
  border-radius: 4px;
  display: inline-block
}

.btn:hover {
  box-shadow: inset 0 0 0px 2px #D62D30
}

.btn:active {
  border-color: #871A1C;
  background: #871A1C;
  box-shadow: inset 0 0 0px 2px #871A1C;
  color: #fff
}

.btn:active span {
  color: #fff
}

.btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000
}

.btn span img {
  margin-right: 7px
}

.btnP {
  background: #D62D30;
  color: #fff
}

.btnP:hover {
  color: #fff;
  background: #E57C7E;
  border-color: #E57C7E;
  box-shadow: inset 0 0 0px 2px #E57C7E
}

.btnP:active {
  color: #fff;
  background: #871A1C;
  border-color: #871A1C;
  box-shadow: inset 0 0 0px 2px #871A1C
}

.btnW {
  border-color: #fff;
  color: #fff
}

.btnW:hover {
  color: #D62D30;
  background: #fff;
  border-color: #fff;
  box-shadow: inset 0 0 0px 2px #fff
}

.btnW:active {
  color: #D62D30;
  background: #fff;
  border-color: #fff;
  box-shadow: inset 0 0 0px 2px #fff
}

.btn__menu {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 10.5px 12px
}

@media (max-width: 960px) {
  .btn__menu {
    display: flex
  }
}

.btn__menu span {
  width: 18px;
  margin: 10px 0;
  height: 2px;
  background: #D62D30;
  border-radius: 5px;
  position: relative
}

.btn__menu span:after,
.btn__menu span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #D62D30;
  border-radius: 5px
}

.btn__menu span:after {
  top: -7px
}

.btn__menu span:before {
  bottom: -7px
}

.btn__menu.active {
  background: #D62D30
}

.btn__menu.active span:after,
.btn__menu.active span:before {
  background: #fff;
  top: 0px;
  bottom: 0px
}

.btn__menu.active span:after {
  transform: rotate(-45deg)
}

.btn__menu.active span:before {
  transform: rotate(45deg)
}

.btn__close {
  width: 50px;
  height: 50px;
  background: #D62D30;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0
}

.btn__close img {
  width: 20px
}

@media (max-width: 960px) {
  .btn__close {
    display: flex
  }
}

/* 
.catalog {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px
}

@media (max-width: 500px) {
  .catalog {
    margin-bottom: 15px
  }
}

.catalog__item {
  width: 30%;
  margin: 0 1.5% 30px 1.5%;
  padding: 30px 10px;
  text-align: center;
  position: relative
}

@media (max-width: 1000px) {
  .catalog__item {
    width: 47%
  }
}

@media (max-width: 479px) {
  .catalog__item {
    width: 97%
  }
}

.catalog__item-slider>.slick-arrow {
  display: none !important
}

.catalog__item-slider>.slick-list {
  margin: 0 0px !important
}

.catalog__item-slider>.slick-list>.slick-track>.slick-slide>a {
  display: block;
  text-align: center;
  padding: 0 20px
}

.catalog__item .slick-list {
  margin: 0 20px
}

.catalog__item img {
  display: inline-block !important;
  width: 100%;
  max-width: 268px
}

.catalog__item-img {
  background: #F9F9F9
}

.catalog__item:hover .catalog__item-img {
  background: #fff
}

.catalog__item-head {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 10px;
  height: 36px
}

@media (max-width: 600px) {
  .catalog__item-head {
    font-size: 15px
  }
}

.catalog__item-head.new {
  color: #D62D30
}

.catalog__item-name {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-top: 10px
}

@media (max-width: 600px) {
  .catalog__item-name {
    font-size: 15px
  }
}

.catalog__item .slick-dots li {
  height: 27px;
  width: 27px
}

.catalog__item .slick-dots li button {
  border-color: rgba(0, 0, 0, 0)
}

.catalog__item .slick-dots li button:before {
  width: 20px;
  height: 20px;
  background-clip: inherit
}

.catalog__item .slick-dots li.slick-active button {
  border-color: rgba(0, 0, 0, 0)
}

.catalog__item-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000
}

.catalog__item-dots-a {
  margin: 15px 7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  background-color: inherit;
  background-color: none
}

.catalog__item-dots-a img {
  width: 100%
} */



.card_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .card_wrapper {
    margin: 0 -10px;
  }
}

.card_wrapper .slick-list {
  margin: auto;
}

.card_wrapper .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 12px;
  height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .card_wrapper .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
}

.card_wrapper .slick-prev {
  left: auto;
  right: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='42' viewBox='0 0 12 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4472 0.105548C10.9533 -0.141442 10.3526 0.0587828 10.1056 0.552761L0.105597 20.5528C-0.0351658 20.8343 -0.0351658 21.1657 0.105597 21.4472L10.1056 41.4472C10.3526 41.9412 10.9533 42.1414 11.4472 41.8944C11.9412 41.6474 12.1414 41.0467 11.8945 40.5528L2.11806 21L11.8945 1.44719C12.1414 0.95321 11.9412 0.352537 11.4472 0.105548Z' fill='%23DCDCDC'/%3E%3C/svg%3E");
  margin: 0 25px 0 0;
}

.card_wrapper .slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='42' viewBox='0 0 12 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4472 0.105548C10.9533 -0.141442 10.3526 0.0587828 10.1056 0.552761L0.105597 20.5528C-0.0351658 20.8343 -0.0351658 21.1657 0.105597 21.4472L10.1056 41.4472C10.3526 41.9412 10.9533 42.1414 11.4472 41.8944C11.9412 41.6474 12.1414 41.0467 11.8945 40.5528L2.11806 21L11.8945 1.44719C12.1414 0.95321 11.9412 0.352537 11.4472 0.105548Z' fill='%23D62D30'/%3E%3C/svg%3E");
}

.card_wrapper .slick-next {
  right: auto;
  left: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='42' viewBox='0 0 12 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.552761 0.105548C1.04674 -0.141442 1.64741 0.0587828 1.8944 0.552761L11.8944 20.5528C12.0352 20.8343 12.0352 21.1657 11.8944 21.4472L1.8944 41.4472C1.64741 41.9412 1.04674 42.1414 0.552761 41.8944C0.0587828 41.6474 -0.141442 41.0467 0.105548 40.5528L9.88194 21L0.105548 1.44719C-0.141442 0.95321 0.0587828 0.352537 0.552761 0.105548Z' fill='%23DCDCDC'/%3E%3C/svg%3E");
  margin: 0 0 0 25px;
}

.card_wrapper .slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='42' viewBox='0 0 12 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.552761 0.105548C1.04674 -0.141442 1.64741 0.0587828 1.8944 0.552761L11.8944 20.5528C12.0352 20.8343 12.0352 21.1657 11.8944 21.4472L1.8944 41.4472C1.64741 41.9412 1.04674 42.1414 0.552761 41.8944C0.0587828 41.6474 -0.141442 41.0467 0.105548 40.5528L9.88194 21L0.105548 1.44719C-0.141442 0.95321 0.0587828 0.352537 0.552761 0.105548Z' fill='%23D62D30'/%3E%3C/svg%3E");
}

.single-product .item__img .slick-next,
.page-template-template-about .slick-next {
  background: unset;
  background-image: url("data:image/svg+xml;utf8,%3Csvg width='18' height='54' viewBox='0 0 18 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 52L15.75 27L2 2' stroke='%23ff0000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.single-product .item__img .slick-prev,
.page-template-template-about .slick-prev {
  background: unset;
  background-image: url("data:image/svg+xml;utf8,%3Csvg width='18' height='54' viewBox='0 0 18 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 52L2.25 27L16 2' stroke='%23ff0000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.single-product .item__img .slick-next:hover,
.page-template-template-about .slick-next:hover {
  background: unset;
  background-image: url("data:image/svg+xml;utf8,%3Csvg width='18' height='54' viewBox='0 0 18 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 52L15.75 27L2 2' stroke='%23D62D30' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.single-product .item__img .slick-prev:hover,
.page-template-template-about .slick-prev:hover {
  background: unset;
  background-image: url("data:image/svg+xml;utf8,%3Csvg width='18' height='54' viewBox='0 0 18 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 52L2.25 27L16 2' stroke='%23D62D30' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product_card_wrapper {
  position: relative;
  border-radius: 10px;
  background-color: #F9F9F9;
  transition: all .2s linear;
  padding: 70px 0 0;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .product_card_wrapper {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .product_card_wrapper {
    width: calc(50% - 20px);
    padding: 50px 0 0;
    margin: 0 10px 20px;
  }
}

@media (max-width: 480px) {
  .product_card_wrapper {
    width: calc(100% - 20px);
  }
}

.product_card_wrapper:hover {
  background-color: #fff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}

.product_card_wrapper:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.product_card_wrapper.block-bg {
  padding: 30px 10px;
}

.product_card_wrapper .product_slider_wrapper {
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}

.product_card_wrapper .product_info {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 0 0 10px;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .product_card_wrapper .product_info {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .product_card_wrapper .product_info {
    font-size: 15px;
  }
}

.product_card_wrapper .product_info.new {
  color: #D62D30;
}

.product_card_wrapper .product_slider {
  margin: 0 0 25px;
}

@media (max-width: 1269px) {
  .product_card_wrapper .product_slider {
    max-width: 190px;
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .product_card_wrapper .product_slider {
    max-width: 140px;
    margin: 0 auto 25px;
  }
}

.product_card_wrapper .product_slider_nav .slick-track {
  -webkit-transform: none !important;
  transform: none !important;
}

.product_card_wrapper .product_for_wrapper {
  position: relative;
}

.product_card_wrapper .product_gift, .item .product_gift{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  background-color: #D62D30;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  z-index: 2;
  bottom: 0;
  right: 0;
  padding: 25px 0 0;
}
.item .product_gift{
  right: 50px;
}

@media (max-width: 1269px) {
  .product_card_wrapper .product_gift, .item .product_gift {
    right: 20px;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  .product_card_wrapper .product_gift, .item .product_gift {
    width: 70px;
    height: 70px;
    font-size: 9px;
    padding: 10px 0 0;
    bottom: -10px;
    right: 70px;
  }
}

.product_card_wrapper .product_gift::before, .item .product_gift::before {
  content: '';
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 2C6.10218 2 5.72064 2.15804 5.43934 2.43934C5.15804 2.72064 5 3.10218 5 3.5C5 3.89782 5.15804 4.27936 5.43934 4.56066C5.72064 4.84196 6.10218 5 6.5 5H9.65402C9.53195 4.68061 9.37741 4.32942 9.18628 3.98192C8.55732 2.83834 7.6939 2 6.5 2ZM10 7V10H2V7H10ZM3.33772 5C3.11743 4.53557 3 4.02384 3 3.5C3 2.57174 3.36875 1.6815 4.02513 1.02513C4.6815 0.368749 5.57174 0 6.5 0C8.8061 0 10.1927 1.66166 10.9387 3.01808C10.9595 3.0559 10.9799 3.09368 11 3.13141C11.0201 3.09368 11.0405 3.0559 11.0613 3.01808C11.8073 1.66166 13.1939 0 15.5 0C16.4283 0 17.3185 0.368749 17.9749 1.02513C18.6313 1.6815 19 2.57174 19 3.5C19 4.02384 18.8826 4.53557 18.6623 5H21C21.5523 5 22 5.44772 22 6V11C22 11.5523 21.5523 12 21 12H20V21C20 21.5523 19.5523 22 19 22H3C2.44772 22 2 21.5523 2 21V12H1C0.447715 12 0 11.5523 0 11V6C0 5.44772 0.447715 5 1 5H3.33772ZM4 12V20H10V12H4ZM12 12V20H18V12H12ZM20 10H12V7H20V10ZM15.5 5C15.8978 5 16.2794 4.84196 16.5607 4.56066C16.842 4.27936 17 3.89782 17 3.5C17 3.10218 16.842 2.72064 16.5607 2.43934C16.2794 2.15804 15.8978 2 15.5 2C14.3061 2 13.4427 2.83834 12.8137 3.98192C12.6226 4.32942 12.4681 4.68061 12.346 5H15.5Z' fill='white'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
  display: block;
}

.product_card_wrapper .product_color {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}

.product_card_wrapper .product_color.black_color {
  background-color: #443E3E;
}

.product_card_wrapper .product_color.red_color {
  background-color: #F04438;
}

.product_card_wrapper .product_color.light_blue_color {
  background-color: #1BBDD4;
}

.product_card_wrapper .product_color .half_color{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}
.product_card_wrapper .product_color .half_color .second_color{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  width: 200%;
}

.product_card_wrapper .product_item{
  display: block;
  text-decoration: none;
}

.product_card_wrapper .product_item_wrapper {
  position: relative;
  padding: 0 0 107%;
}

.product_card_wrapper .product_item_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.product_price {
  margin-bottom: 0px;
  font-size: 18px;
  color: #D62D30;
}

.product_card_wrapper .product_title_wrapper {
  text-align: center;
  padding: 30px 10px;
}

.product_card_wrapper .product_title {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  transition: all .2s linear;
}

.errorMsg {
  display: none;
  width: 100%;
  color: red;
}

@media (max-width: 1269px) {
  .product_card_wrapper .product_title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .product_card_wrapper .product_title {
    font-size: 15px;
  }
}

.product_card_wrapper .product_title:hover {
  color: #D62D30;
}














.item {
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap
}

.page-template-template-contacts .item {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .item {
    margin-bottom: 0px
  }
}

.item__img {
  width: 48%;
  margin-bottom: 40px;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 60px 45px 20px 40px
}

.page-template-template-contacts .item__img {
  width: 48%;
  margin-bottom: 40px;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 500px) {
  .item__img {
    margin-bottom: 15px
  }
}

@media (max-width: 820px) {
  .item__img {
    width: 100%
  }
  .page-template-template-contacts .item__img {
    width: 100%!important;
    height: 400px!important;
  }
}

.item__img .slick-initialized .slick-slide a {
  height: 100%;
  padding: 0 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.item__img .slick-list {
  margin: 0 20px
}

.slider_for_wrapper{
  position: relative;
}

.item__imgMin {
  justify-content: center
}

.item__imgMin a {
  margin: 15px 5px;
  display: flex;
  min-width: 80px;
  min-height: 80px;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center
}

.item__imgMin a.active {
  border: 1px solid #D62D30;
  border-radius: 5px
}

.item__imgMin img {
  max-width: 60px
}

.item__info {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 40px;
  width: 48%
}

@media (max-width: 500px) {
  .item__info {
    margin-bottom: 15px
  }
}

@media (max-width: 820px) {
  .item__info {
    width: 100% !important;
  }
  .page-template-template-contacts .item__img {
    width: 100%!important;
    height: 400px!important;
  }
}

.item__info p {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 40px
}

.page-template-template-contacts .item__info {
  width: 28%;
}

.page-template-template-contacts .item__img {
  width: 66%;
  height: 500px;
}

@media (max-width: 500px) {
  .item__info p {
    margin-bottom: 15px
  }
}

.item__info .page__catalog-sort-color {
  padding-left: 0;
  margin-bottom: 40px;
  border: none
}

@media (max-width: 500px) {
  .item__info .page__catalog-sort-color {
    margin-bottom: 15px
  }
}

.item__info .btn {
  margin-right: 20px
}

@media (max-width: 820px) {
  .item__info .btn {
    flex: 1 1 100%
  }
}

@media (max-width: 600px) {
  .item__info .btn {
    margin: 0 0 15px 0 !important
  }
}

@media (max-width: 600px) {
  .item__info>.flex {
    flex-wrap: wrap
  }
}

@media (max-width: 820px) {
  .item__info-f {
    display: flex;
    justify-content: space-between;
    width: 100%
  }

  .item__info-f .page__catalog-sort-color {
    flex: 0 0 auto
  }
}

@media (max-width: 700px) {
  .item__info-f {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
}

.item-info {
  justify-content: space-between
}

@media (max-width: 830px) {
  .item-info {
    flex-direction: column
  }
}

.item-info-block {
  width: 48%
}

@media (max-width: 830px) {
  .item-info-block {
    width: 100%
  }
}

.item-info h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 39px
}

.item-info-slider .slick-list {
  margin: 0px
}

.item-info-slider .slick-arrow {
  display: none !important
}

.cost {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 35px
}

@media (max-width: 500px) {
  .cost {
    margin-bottom: 15px
  }
}

.warranty {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 35px
}

.page-template-template-contacts .warranty {
  font-size: 20px;
}

@media (max-width: 500px) {
  .warranty {
    margin-bottom: 15px
  }
}

.index {
  padding: 15px 0;
  text-align: center;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  text-align: center
}

.index-mob {
  display: none
}

@media (max-width: 767px) {
  .index-mob {
    display: block;
    padding: 30px 15px;
  }
}



.index h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 400px) {
  .index h2 {
    font-size: 24px;
  }
}

.index p {
  font-size: 24px;
}

@media (max-width: 400px) {
  .index p {
    font-size: 20px;
  }
}

.index .btn {
  width: 100%;
  max-width: 440px;
}

.header .flex {
  align-items: center;
  justify-content: space-between
}

.index-mob .btnP {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.header .btn {
  margin-left: 20px
}

@media (max-width: 700px) {
  .header .btn:not(.btn__menu) {
    display: none
  }
}

.header .wrapper {
  padding-top: 29px;
  padding-bottom: 29px
}

@media (max-width: 780px) {
  .header .wrapper {
    padding-top: 17px;
    padding-bottom: 17px
  }
}

.header hr {
  height: 1px;
  background: #EEEEEE;
  margin: 0 15px;
  border: none;
  outline: none
}

@media (max-width: 780px) {
  .header hr {
    display: none
  }
}

@media (max-width: 960px) {
  .header-top {
    margin-bottom: 0 !important
  }

  .header-top>div.flex {
    flex: 1 1 100%
  }
}

.logo {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000
}

.logo img {
  margin-right: 37px
}

@media (max-width: 400px) {
  .logo img {
    width: 100px
  }
}

@media (max-width: 960px) {
  .logo span {
    display: none
  }
}

.lang {
  min-width: 60px;
  margin-right: 20px
}

.lang a {
  color: #ccc
}

.footer {
  background: #000;
  padding: 111px 0 95px 0;
  border-bottom: 10px solid #D62D30;
  color: #fff;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden
}


@media (max-width: 991px) {
	.footer {
    padding: 80px 0 60px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 50px 0
  }
}

.footer a {
  color: #fff;
  transition: ease all 0.4s
}

.footer a:hover {
  color: #D62D30
}

.footer .logo {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px
}

.footer .logo span {
  display: block
}

@media (max-width: 767px) {
  .footer .logo {
    margin: 0 0 50px 0;
    display: block
  }

  .footer .logo img {
    margin: 0 0 30px 0;
    width: 100%
  }
}

.footer-block {
  margin-right: 60px
}

@media (max-width: 1100px) {
  .footer-block {
    flex: 1 1 32%;
    margin-right: 0
  }
}

.footer-block-b {
  font-size: 13px;
  line-height: 15px;
  color: #999999;
  margin-top: -30px
}

@media (max-width: 1100px) {
  .footer-block-b {
    margin-top: 25px;
    width: 100%
  }
}

@media (max-width: 767px) {
  .footer-block-b {
    flex-direction: column;
    justify-content: space-between;
    text-align: center
  }

  .footer-block-b>* {
    margin-bottom: 10px
  }

  .footer-block-b>:first-child {
    margin-bottom: 25px
  }
}

.footer-block .btn {
  margin: 40px auto 0 auto
}

@media (max-width: 1100px) {
  .footer-block .btn {
    margin: 0
  }
}

.footer-block-s {
  margin-right: 0
}

@media (max-width: 1100px) {
  .footer-block-s {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .footer-block-s>* {
    flex: 1 1 33%
  }
}

@media (max-width: 1100px) and (max-width: 790px) {
  .footer-block-s>* {
    margin-bottom: 25px
  }
}

@media (max-width: 1100px) {
  .footer-block-s .social {
    justify-content: flex-start
  }
}

@media (max-width: 1100px) and (max-width: 767px) {
  .footer-block-s .social {
    justify-content: center
  }
}

@media (max-width: 1100px) {
  .footer-block-s .social-a {
    margin-right: 15px
  }
}

@media (max-width: 1100px) and (max-width: 767px) {
  .footer-block-s .social-a {
    margin-left: 15px
  }
}

@media (max-width: 767px) {
  .footer-block-s {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
  }
}

.footer-block-s .social {
  margin: 0 0 40px;
}

.footer-block-s .social a:hover {
  opacity: 0.6;
}

.footer .wrapper {
  flex-wrap: wrap;
  position: relative
}

@media (min-width: 1100px) {
  .footer .wrapper:after {
    content: '';
    display: block;
    width: 417px;
    height: 418px;
    right: -344px;
    top: -111px;
    position: absolute;
    background: #000 url(../images/bg/footer.png) no-repeat top right
  }
}

@media (max-width: 767px) {
  .footer .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  .footer .wrapper li {
    text-align: center;
    margin-bottom: 20px
  }
}

.b_main_banner {
  padding: 0 30px;
}

@media (max-width: 1270px) {
  .b_main_banner {
    padding: 0;
  }
}

.parallax-mirror{
  border-radius: 10px;
}

.b_main_banner .banner_wrapper {
  width: 100%;
  max-width: 1840px;
  margin: 0 auto;
  min-height: 850px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .b_main_banner .banner_wrapper {
    min-height: 750px;
  }
}

@media (max-width: 1270px) {
  .b_main_banner .banner_wrapper {
    min-height: 720px;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .b_main_banner .banner_wrapper {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .banner_wrapper {
    min-height: 370px;
  }
}

@media (max-width: 1270px) {
  .b_main_banner .container {
    width: calc(100% - 30px);
  }
}

.b_main_banner .children {
  position: absolute;
  bottom: -190px;
  left: 43%;
  max-height: 115%;
}

@media (max-width: 1500px) {
  .b_main_banner .children {
    bottom: -130px;
  }
}

@media (max-width: 1270px) {
  .b_main_banner .children {
    max-width: 700px;
    left: 40%;
  }
}

@media (max-width: 767px) {
  .b_main_banner .children {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    max-height: 90%;
  }
}

.b_main_banner .banner_content {
  padding: 100px 0 0;
  max-width: 580px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1270px) {
  .b_main_banner .banner_content {
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .banner_content {
    padding: 45px 0 0;
    max-width: 340px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .banner_content {
    display: none;
  }
}

.b_main_banner .banner_content .btn {
  font-weight: 400;
  width: 100%;
  max-width: 245px;
  padding: 17px 15px;
}

.b_main_banner .banner_content .btn.btn_red{
  background-color: #D62D30;
  color: #fff;
  cursor: default;
  margin: 0 0 15px;
}

.b_main_banner .banner_title {
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 72px;
  line-height: 1.3;
}

@media (max-width: 1500px) {
  .b_main_banner .banner_title {
    font-size: 60px;
  }
}

@media (max-width: 1270px) {
  .b_main_banner .banner_title {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .banner_title {
    font-size: 42px;
  }
}

.b_main_banner .short_description {
  font-size: 32px;
  padding: 20px 0;
  max-width: 400px;
  color: #FFFFFF;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .b_main_banner .short_description {
    font-size: 24px;
  }
}

.b_main_banner .btn_white_empty {
  width: 100%;
  max-width: 245px;
}




.b_slider_opportunity {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center 223px;
  /* background-image: url("../images/opportunity_bg.png"); */
}

@media(max-width: 1269px) {
  .b_slider_opportunity {
    background-image: none;
  }
}

@media (max-width: 991px) {
  .b_slider_opportunity {
    padding: 80px 0;
  }

  .b_slider_opportunity .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .b_slider_opportunity {
    padding: 50px 0;
  }
}

.b_slider_opportunity .slick-list {
  margin: 0;
}

.b_slider_opportunity .content_wrapper {
  max-width: 560px;
}

@media (max-width: 767px) {
  .b_slider_opportunity .content_wrapper {
    max-width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }
}

.b_slider_opportunity .content_wrapper .content {
  font-size: 17px;
  max-width: 430px;
  white-space: normal;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .b_slider_opportunity .content_wrapper .content {
    max-width: 100%;
    position: relative;
  }
}

.b_slider_opportunity .slider_for {
  max-width: 560px;
}

@media(max-width: 991px) {
  .b_slider_opportunity .slider_for {
    max-width: 465px;
  }
}

@media (max-width: 767px) {
  .b_slider_opportunity .slider_for {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .b_slider_opportunity .slider_for .section_title {
    text-align: center;
  }
}

.b_slider_opportunity .slider_opportunity_wrapper {
  position: relative;
  max-width: 930px;
}

.b_slider_opportunity .opportunity_wrapper {
  position: relative;
}

.b_slider_opportunity .opportunity_wrapper_inner {
  max-width: 930px;
  min-height: 445px;
  position: relative;
  z-index: 2;
}

.b_slider_opportunity .opportunity_wrapper_inner::before {
  position: absolute;
  content: '';
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: -50px;
  right: -70px;
  z-index: -1;
}

.b_slider_opportunity .opportunity_wrapper_inner .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px 0 0;
  justify-content: unset;
}

@media (max-width: 767px) {
  .b_slider_opportunity .opportunity_wrapper_inner .slick-dots {
    margin: 15px 0 0;
    justify-content: center;
  }
}

.b_slider_opportunity .opportunity_wrapper_inner .slick-dots li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}

.b_slider_opportunity .opportunity_wrapper_inner .slick-dots li.slick-active {
  border-color: #D62D30;
}

.b_slider_opportunity .opportunity_wrapper_inner .slick-dots li.slick-active:after {
  background-color: #D62D30;
}

.b_slider_opportunity .opportunity_wrapper_inner .slick-dots li:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background-color: #000000;
}

.b_slider_opportunity .opportunity_wrapper_inner .slick-dots button {
  display: none;
}

.b_slider_opportunity .opportunity_title {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 20px;
}

@media(max-width: 450px) {
  .b_slider_opportunity .opportunity_title {
    font-size: 20px;
  }
}

.b_slider_opportunity .clock_wrapper {
  width: 186px;
  margin-top: 120px;
  position: absolute;
  right: 50px;
  top: 0;
}

@media(max-width:1269px) {
  .b_slider_opportunity .clock_wrapper {
    margin-right: 30px;
  }
}

@media(max-width: 991px) {
  .b_slider_opportunity .clock_wrapper {
    width: 150px;
  }
}

@media(max-width: 767px) {
  .b_slider_opportunity .clock_wrapper {
    margin: 120px auto 110px;
    position: relative;
    left: 0;
    right: 0;
  }
}

.b_slider_opportunity .clock_img_wrapper {
  position: relative;
  z-index: 2;
}

.b_slider_opportunity .clock_img_wrapper>img {
  position: absolute;
  z-index: -1;
  max-width: none;
  left: 50%;
  top: 50%;
  margin-top: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media(max-width: 991px) {
  .b_slider_opportunity .clock_img_wrapper>img {
    max-width: 205px;
  }
}

.b_slider_opportunity .clock_img_wrapper .clock_img {
  position: relative;
  z-index: 2;
}

.b_slider_opportunity .clock_img_wrapper .img_wrapper {
  width: 186px;
  height: 161px;
  border-radius: 10px;
  background: #09090a;
  position: relative;
}

@media(max-width: 991px) {
  .b_slider_opportunity .clock_img_wrapper .img_wrapper {
    width: 150px;
    height: 130px;
  }
}

.b_slider_opportunity .clock_img_wrapper .img_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media(max-width: 991px) {
  .b_slider_opportunity .clock_img_wrapper .img_wrapper img {
    max-width: 90%;
    max-height: 90%;
  }
}

.b_slider_opportunity .slider_decor_wrapper {
  position: absolute;
  left: 50%;
  /*top: 220px;*/
  width: 2220px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 1269px) {
  .b_slider_opportunity .slider_decor_wrapper {
    display: none;
  }
}

.b_slider_opportunity .slider_decor_wrapper.slider_decor_left {
  left: auto;
  right: 100%;
  margin-right: 55px;
  -webkit-transform: none;
          transform: none;
  width: 450px;
  top: 120px;
  z-index: 4;
}

.b_slider_opportunity .slider_decor_wrapper.slider_decor_right {
  left: 100%;
  margin-left: 100px;
  right: auto;
  -webkit-transform: none;
          transform: none;
  top: 120px;
  width: 638px;
  z-index: 4;
}

.b_slider_opportunity .slider_decor_wrapper .img_wrapper {
  width: 186px;
  height: 161px;
  background-color: #121111;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.b_slider_opportunity .slider_decor_wrapper .img_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}


.b_manage_watch {
  background-color: #F9F9F9;
  background-repeat: no-repeat;
  background-position: calc(100% + 150px) center;
  background-image: url("../images/foot_decor.svg");
  overflow: hidden;
  padding: 100px 0 0;
  overflow: hidden;
  min-height: 815px;
}

@media (max-width: 1269px) {
  .b_manage_watch {
    background-position: calc(100% + 270px) center;
  }
}

@media (max-width: 991px) {
  .b_manage_watch {
    padding: 80px 0 0;
    background-position: calc(100% + 330px) center;
  }
}

@media (max-width: 767px) {
  .b_manage_watch {
    background-image: none;
  }
}

@media (max-width: 1269px) {
  .b_manage_watch .container {
    width: 100%;
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .container {
    width: 100%;
    padding: 0 20px;
  }
}

.b_manage_watch .manage_watch_wrapper {
  position: relative;
  padding: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1269px) {
  .b_manage_watch .manage_watch_wrapper {
    max-width: 980px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .manage_watch_wrapper {
    display: block;
    padding: 0;
  }
}

.b_manage_watch .manage_wrapper {
  max-width: 850px;
}

@media (max-width: 1269px) {
  .b_manage_watch .manage_wrapper {
    max-width: 100%;
    width: 100%;
  }
}

.b_manage_watch .section_title {
  max-width: 850px;
  margin: 0 0 50px;
}

@media (max-width: 1269px) {
  .b_manage_watch .section_title {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
}

.b_manage_watch .manage_list {
  max-width: 770px;
}

@media (max-width: 1269px) {
  .b_manage_watch .manage_list {
    max-width: 430px;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .manage_list {
    margin: 0 auto;
  }
}

@media (max-width: 450px) {
  .b_manage_watch .manage_list {
    max-width: none;
    margin: 0 -20px;
  }
}

.b_manage_watch .list_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1269px) {
  .b_manage_watch .list_column {
    max-width: 400px;
    position: relative;
    z-index: 20;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .list_column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.b_manage_watch .list_item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px;
  padding: 0 15px 0 0;
  cursor: pointer;
	user-select: none;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: transparent;
}

@media (max-width: 1269px) {
  .b_manage_watch .list_item {
    width: auto;
    padding: 0 40px 0 0;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .list_item {
    padding: 0 15px;
    margin: 0 0 20px;
  }
}

.b_manage_watch .list_item.active svg path {
  fill: #000000;
}

.b_manage_watch .list_item svg {
  transition: all .2s linear;
}

.b_manage_watch .icon_wrapper {
	user-select: none;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: transparent;
  width: 57px;
  height: 57px;
  position: relative;
}

@media (max-width: 374px) {
  .b_manage_watch .icon_wrapper {
    width: 45px;
    height: 45px;
  }
}

.b_manage_watch .icon_wrapper svg {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

.b_manage_watch .item_title {
  width: calc(100% - 57px);
  padding: 0 0 0 30px;
  font-size: 17px;
}

@media (max-width: 1269px) {
  .b_manage_watch .item_title {
    font-size: 0;
    padding: 0;
    width: 0;
  }
}

.b_manage_watch .manage_info {
  display: none;
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 70px;
}

@media (max-width: 1269px) {
  .b_manage_watch .manage_info {
    display: block;
  }
  .b_manage_watch .manage_info {
    height: 75px;
  }
}

@media (max-width: 991px) {
  .b_manage_watch .manage_info {
    max-width: 320px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .manage_info {
    max-width: 320px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    max-width: 400px;
    padding: 0 15px;
	  height: 50px;
    margin: 0 auto 15px;
  }
}

.b_manage_watch .manage_image {
  position: relative;
  max-width: 274px;
  border-radius: 10px;
  background-color: #fff;
  bottom: -40px;
}

@media (max-width: 1269px) {
  .b_manage_watch .manage_image {
    position: absolute;
    bottom: 30px;
    right: 10%;
    max-width: 220px;
  }
}

@media (max-width: 991px) {
  .b_manage_watch .manage_image {
    right: 5%;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .manage_image {
    position: relative;
	  z-index: 0;
    right: 0;
    left: 0;
    margin: 0 auto 0;
    bottom: auto;
    top: auto;
	  
	max-width: 100%;
	background-color: transparent;
	overflow: hidden;
    padding: 15px 0 0;
  }
}

.b_manage_watch .manage_image .manage_image_inner {
	position: relative;
	z-index: 1;
}

.b_manage_watch .manage_image .manage_image_inner .slick-slider{
	z-index: -1;
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width: 767px) {
  .b_manage_watch .manage_image .manage_image_inner {
    max-width: 190px;
    margin: 0 auto;
  }
}

.b_manage_watch .manage_image .manage_image_inner>img {
  position: absolute;
  z-index: 2;
  top: -15px;
  left: -153px;
  max-width: 680px;
}

@media (max-width: 1269px) {
  .b_manage_watch .manage_image .manage_image_inner>img {
    max-width: 540px;
    top: -13px;
    left: -121px;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .manage_image .manage_image_inner>img {
    max-width: 480px;
    top: -10px;
    left: -110px;
  }
}

.b_manage_watch .slide_manage_image {
  width: 274px;
  height: 592px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1269px) {
  .b_manage_watch .slide_manage_image {
    max-width: 220px;
    height: 465px;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .slide_manage_image {
    max-width: 190px;
    height: 418px;
  }
}

.b_manage_watch .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  position: relative;
  z-index: 5;
}

@media (max-width: 1269px) {
  .b_manage_watch .info {
    display: block;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .info {
    margin: 0 -20px;
    padding: 35px 20px;
    background-color: #fff;
    max-width: none;
  }
}

.b_manage_watch .slick-list {
  margin: auto;
}

.b_manage_watch .info .label {
  margin: 0 25px 0 0;
  font-weight: 900;
  font-size: 24px;
  color: #D62D30;
}

@media (max-width: 767px) {
  .b_manage_watch .info .label {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    margin: 0 15px 0 0;
  }
}

@media (max-width: 767px) {
  .b_manage_watch .info .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
    max-width: 300px;
    padding: 5px 0 0;
  }
}



.b_why_we {
  padding: 0 30px;
  color: #fff;
}

@media (max-width: 1270px) {
  .b_why_we {
    padding: 0;
  }
}

.b_why_we .why_we_wrapper {
  border-radius: 10px;
  background-color: #0A0E1A;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}

@media (max-width: 1270px) {
  .b_why_we .why_we_wrapper {
    border-radius: 0;
    padding: 100px 0 0;
  }
}

@media (max-width: 991px) {
  .b_why_we .why_we_wrapper {
    padding: 80px 0 0;
  }
}

@media (max-width: 767px) {
  .b_why_we .why_we_wrapper {
    padding: 60px 0 0;
  }
}


.b_why_we .content_wrapper {
  width: 50%;
  position: relative;
  z-index: 2;
}

@media (max-width: 1270px) {
  .b_why_we .content_wrapper {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    position: static;
  }
}

@media (max-width: 1270px) {
  .b_why_we .section_title {
    text-align: center;
  }
}

@media (max-width: 1270px) {
  .b_why_we .btn_check {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 335px;
    bottom: 50px;
  }
}

@media (max-width: 500px) {
  .b_why_we .btn_check {
    bottom: 30px;
  }
}


.b_why_we .content_wrapper .btn {
  width: 100%;
  max-width: 335px;
  font-size: 20px;
  padding: 15px 15px;
}

.b_why_we .img_decor {
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media (max-width: 1270px) {
  .b_why_we .img_decor {
    position: relative;
    display: block;
    left: 0;
    right: 0;
    max-width: calc(100% - 190px);
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .b_why_we .img_decor {
    max-width: calc(100% - 40px);
  }
}

.b_why_we .content {
  padding: 0 0 40px;
}

.advantages_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.b_why_we .advantages_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 400px) {
  .b_why_we .advantages_row {
    display: block;
  }
}

.b_why_we .advantages_row+.advantages_row {
  margin: 25px 0 0;
}

@media (max-width: 1270px) {
  .b_why_we .advantages_row_wrap {
    max-width: 460px;
  }

  .b_why_we .advantages_row_wrap:first-of-type {
    max-width: 420px;
  }

  .b_why_we .container {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .b_why_we .advantages_row_wrap:first-of-type {
    max-width: 100%;
  }

  .b_why_we .advantages_row_wrap {
    max-width: 100%;
  }

  .b_why_we .advantages_row_wrap+.advantages_row_wrap {
    margin: 25px 0 0;
  }
}

.b_why_we .advantages_title {
  font-weight: 700;
  font-size: 20px;
  width: 155px;
  padding: 0 15px 0 0;
}

@media (max-width: 400px) {
  .b_why_we .advantages_title {
    width: 100%;
    padding: 0 0 15px;
  }
}

.b_why_we .advantages_content {
  width: calc(100% - 155px);
  font-size: 17px;
}

@media (max-width: 400px) {
  .b_why_we .advantages_content {
    width: 100%;
    padding: 0;
  }
}


.b_video_wrapper {
  padding: 120px 0;
}

@media (max-width: 1270px) {
  .b_video_wrapper {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .b_video_wrapper {
    padding: 60px 0;
  }
}

.b_video_wrapper .b_video {
  padding: 0;
}

.b_video_wrapper .b_video .video_wrapper {
  padding: 0;
}

.b_video_wrapper .page__video {
  margin: 0;
}

.b_top_sales {
  padding: 110px 0 0;
}

.b_top_sales .block-bg.catalog__item {
  background-image: none;
}

.b_top_sales .block-bg .content_inner {
  position: absolute;
  line-height: 1.3;
  text-align: left;
  bottom: 60px;
  left: 55px;
  right: 55px;
}

@media (max-width: 1269px) {
  .b_top_sales .block-bg .content_inner {
    text-align: center;
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 991px) {
  .b_top_sales .block-bg .content_inner {
    bottom: 30px;
  }
}

@media (max-width: 800px) {
  .b_top_sales .section_title {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .b_top_sales .block-bg .content_inner {
    position: static;
  }
  .b_top_sales {
    padding: 30px 0 0;
  }
}

.b_top_sales .block-bg .content_inner .title {
  font-weight: 900;
  font-size: 54px;
  margin: 0 0 10px;
}

@media (max-width: 1269px) {
  .b_top_sales .block-bg .content_inner .title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .b_top_sales .block-bg .content_inner .title {
    font-size: 42px;
  }
}

.b_top_sales .block-bg .content_inner .sub_title {
  font-size: 24px;
  margin: 0 0 30px;
}

@media (max-width: 1269px) {
  .b_top_sales .block-bg .content_inner .sub_title {
    font-size: 17px;
  }
}

.b_top_sales .block-bg .content_inner .btn_custom {
  width: 100%;
}

@media (max-width: 767px) {
  .b_top_sales .block-bg .content_inner .btn_custom {
    padding: 13px 15px;
  }
}

.b_top_sales .block-bg .logo_wrapper {
  max-width: 150px;
  padding: 20px 0 0 40px;
}

@media (max-width: 1269px) {
  .b_top_sales .block-bg .logo_wrapper {
    text-align: center;
    padding: 20px 0 0;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .b_top_sales .block-bg .logo_wrapper {
    max-width: 97px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .b_top_sales .block-bg .logo_wrapper {
    max-width: 137px;
  }
}

@media (max-width: 479px) {
  .b_top_sales .block-bg .logo_wrapper {
    margin: 0 auto 30px;
  }
}

.b_top_sales .block-bg .logo_wrapper img {
  max-width: 100%;
}



.b_page404 {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: calc(100% + 290px) center;
  background-image: url("../images/page404_bg.svg");
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .b_page404 {
    background-size: 70%;
  }
}

@media (max-width: 767px) {
  .b_page404 {
    background-image: none;
  }
}

.b_page404 .page404 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .b_page404 .page404 {
    padding: 30px 0 0;
  }
}

.b_page404 .page_inner {
  max-width: 550px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .b_page404 .page_inner {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .b_page404 .page_inner {
    max-width: none;
    text-align: center;
  }
}

.b_page404 .logo_wrapper {
  max-width: 350px;
  margin: 0 0 100px;
}

@media (max-width: 1199px) {
  .b_page404 .logo_wrapper {
    margin: 0 0 50px;
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .b_page404 .logo_wrapper {
    max-width: 200px;
    margin: 0 auto 30px;
  }
}

.b_page404 .content {
  margin: 0 0 40px;
}

.b_page404 h1 {
  font-size: 64px;
  font-weight: 900;
  font-family: Montserrat;
  line-height: 1.3;
}

@media (max-width: 1400px) {
  .b_page404 h1 {
    font-size: 54px;
  }
}

@media (max-width: 1199px) {
  .b_page404 h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .b_page404 h1 {
    font-size: 35px;
  }
}

@media (max-width: 400px) {
  .b_page404 h1 {
    font-size: 30px;
  }
}

@media (max-width: 374px) {
  .b_page404 h1 {
    font-size: 24px;
  }
}

.b_page404 .btn_wrapper .btn {
  width: 100%;
  max-width: 287px;
}

.b_page404 .footer404 {
  padding: 100px 0 0;
  color: #999999;
  font-size: 13px;
}

@media (max-width: 767px) {
  .b_page404 .footer404 {
    padding: 50px 0 30px;
  }
}

.b_page404 .footer404 .copy {
  margin: 0 0 30px;
}

.b_page404 .footer404 a {
  color: #999999;
}

.b_page404 .footer404 a:hover {
  text-decoration: underline;
}

.b_page404 .children404 {
  position: absolute;
  bottom: 0;
  right: 8%;
  max-height: 95%;
  max-width: 60%;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .b_page404 .children404 {
    right: 15px;
    max-width: 65%;
  }
}

@media (max-width: 767px) {
  .b_page404 .children404 {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    max-height: none;
    display: block;
  }
}

.b_about {
  padding: 30px 0 100px;
}

.b_about .page__image {
  margin: 0 0 30px;
}


.b_check_page .form .btnP {
  width: 242px;
}

@media (max-width: 650px) {
  .b_check_page .form .btnP {
    width: auto;
  }

  .errorMsg.m1 {
    margin-bottom: 16px;
  }
}


.b_partners {
  padding: 0 0 100px;
}

.page-template-template-contacts .b_partners {
    padding: 0 0 50px;
}

@media (max-width: 767px) {
  .b_partners {
    padding: 0 0 50px;
  }
}

.b_support {
  padding: 0 0 100px;
}

@media (max-width: 767px) {
  .b_support {
    padding: 0 0 50px;
  }
}

.b_news {
  padding: 0 0 100px;
}

@media (max-width: 767px) {
  .b_news {
    padding: 0 0 50px;
  }
}
@media (max-width: 1269px) {
  .b_news .container {
    width: 100%;
  }
}
.b_news .news_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.b_news .news_item {
  width: calc(33.33% - 30px);
  margin: 0 15px 40px;
}

@media (max-width: 991px) {
  .b_news .news_item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .b_news .news_item {
    width: calc(100% - 30px);
  }
}

.b_news .outer_div {
  overflow: hidden;
  height: 250px;
  margin: 0 0 15px;
  border-radius: 10px;
}

.b_news .news_image {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.5s ease;
}

.b_news .news_image:hover {
  transform: scale(1.2);
}

@media (max-width: 600px) {
  .b_news .outer_div {
    height: 180px;
  }

  .b_news .news_image {
    height: 180px;
  }
}

.b_news .news_link {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .b_news .news_link {
    font-size: 17px;
  }
}

.b_news .news_title{
  text-align: left;
  max-width: 335px;
  margin: 0 auto;
}
.b_news .news_title:hover{
  color: #D62D30;
}



.b_article_page {
  padding: 0 0 100px;
}

@media (max-width: 767px) {
  .b_article_page {
    padding: 0 0 50px;
  }
}

.b_article_page .b_news{
  padding: 0;
}




.b_video {
  padding: 0 0 100px;
}

@media (max-width: 767px) {
  .b_video {
    padding: 0 0 50px;
  }
}

@media (max-width: 1269px) {
  .b_video .container {
    width: 100%;
  }
}

.b_video .video_title {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.b_video .video_column_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.b_video .video_wrapper {
  padding: 0 0 100px;
}

.b_video .video_row+.video_row {
  margin: 45px 0 0;
}

.b_video .video_row:nth-child(2n) .column_huge {
  order: 2;
}

@media (max-width: 991px) {
  .b_video .video_row:nth-child(2n) .column_huge {
    order: 1;
  }
}

.b_video .video_row:nth-child(2n) .column_small {
  order: 1;
}

@media (max-width: 991px) {
  .b_video .video_row:nth-child(2n) .column_small {
    order: 2;
  }
}

.b_video .video_column {
  margin: 0 15px;
}

.b_video .video_column .video_link+.video_link {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .b_video .video_column .video_link+.video_link {
    margin-top: 0;
  }
}

@media (max-width: 580px) {
  .b_video .video_column .video_link+.video_link {
    margin-top: 20px;
  }
}

.b_video .column_huge {
  width: calc(66.66% - 30px);
}

@media (max-width: 991px) {
  .b_video .column_huge {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
}

@media (max-width: 379px) {
  .label-color .label-span {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  }

  .label-span .color {
    width: 35px;
    height: 35px;
  }
}


.b_video .column_huge .video_image {
  height: 590px;
}

@media (max-width: 580px) {
  .b_video .column_huge .video_image {
    height: 280px;
  }
}

@media (max-width: 400px) {
  .b_video .column_huge .video_image {
    height: 180px;
  }
}

.b_video .column_small {
  width: calc(33.33% - 30px);
}

@media (max-width: 991px) {
  .b_video .column_small {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .b_video .column_small .video_link {
    width: calc(50% - 10px);
  }
}

@media (max-width: 580px) {
  .b_video .column_small .video_link {
    width: 100%;
  }
}




.b_video .video_link {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.b_video .video_link:hover .video_image::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.b_video .video_image {
  border-radius: 10px;
  height: 250px;
  margin: 0 0 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 1269px) {
  .b_video .video_image {
    height: 200px;
  }
}

@media (max-width: 580px) {
  .b_video .video_image {
    height: 280px;
  }
}

@media (max-width: 400px) {
  .b_video .video_image {
    height: 180px;
  }
}


@media (max-width: 1269px) {
  .b_support .container {
    width: 100%;
  }
}

.b_support .begin_wrapper {
  padding: 70px 0 50px;
}

.b_support .begin_wrapper {
  padding: 60px 0 10px;
}

.b_support .videos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .b_support .videos_wrapper {
    padding: 0;
  }
}

.b_support .more_wrapper{
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .b_support .more_wrapper{
    display: block;
    margin: 0 0 60px;
  }
  .hide {
    display: none;
  }
}
@media (max-width: 760px) {
  .page__about3 div {
    margin-bottom: 20px;
  }
}
.b_support .more_wrapper a{
  display: inline-block;
  vertical-align: top;
}

.b_support .video_item {
  width: calc(33.33% - 30px);
  margin: 0 15px 40px;
}

@media (max-width: 991px) {
  .b_support .video_item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .b_support .video_item {
    width: calc(100% - 30px);
  }
}

.b_support .video_image {
  border-radius: 10px;
  height: 250px;
  margin: 0 0 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 600px) {
  .b_support .video_image {
    height: 180px;
  }
}

.b_support .video_link {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .b_support .video_link {
    font-size: 17px;
  }
}



.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1270px) {
  .container {
    width: 1250px;
  }
}

.section_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 54px;
  font-weight: 900;
  margin: 0 0 40px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .section_title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .section_title {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  .section_title {
    font-size: 24px;
  }
}

input.btn_custom[type="submit"] {
  border-radius: 4px;
}

.btn_custom {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 17px 15px;
  transition: all .2s linear;
  font-size: 17px;
  font-weight: 500;
  height: auto;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 165px;
  font-family: 'Rubik', sans-serif;
}

.btn_custom_red {

  color: #fff;
  border-color: #D62D30;
  background-color: #D62D30;
}

.btn_custom_red:focus {
  color: #fff;
}

.btn_custom_red:active {
  color: #fff;
}

.btn_custom_red:hover {
  background-color: #E57C7E;
  border-color: #E57C7E;
  color: #fff;
}

.btn_white_empty {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.btn_white_empty:focus {
  color: #fff;
}

.btn_white_empty:active {
  color: #fff;
}

.btn_white_empty:hover {
  background-color: #D62D30;
  border-color: #D62D30;
  color: #fff;
}





.mfp-content {
  height: 100%;
}

@media (max-width: 991px) {
  .mfp-content {
    height: auto;
    vertical-align: top;
  }
}

.b_modal {
  margin: 0 auto;
  max-width: 1020px;
  position: relative;
  height: 100%;
  background: #FFFFFF;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.b_modal .modal_inner {
  width: 100%;
  padding: 40px 105px;
}

@media (max-width: 992px) {
  .b_modal .modal_inner {
    padding: 40px 50px;
  }
}

@media (max-width: 767px) {
  .b_modal .modal_inner {
    padding: 40px 20px;
  }
}

.b_modal h1 {
  font-size: 72px;
  line-height: 147px;
  margin: 0 0 40px 0;
}

@media (max-width: 1269px) {
  .b_modal h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .b_modal h1 {
    font-size: 32px;
  }
}

.b_modal h1 span {
  margin-bottom: -35px;
  line-height: 1.5;
}

@media (max-width: 1269px) {
  .b_modal h1 span {
    margin-bottom: -26px;
  }
}

@media (max-width: 767px) {
  .b_modal h1 span {
    margin-bottom: -15px;
  }
}

.b_modal .mfp-close {
  font-size: 0;
  width: 100px;
  height: 100px;
  border-radius: 0;
  transition: all .2s linear;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.585786 0.585786C1.36683 -0.195262 2.63317 -0.195262 3.41421 0.585786L17 14.1716L30.5858 0.585786C31.3668 -0.195262 32.6332 -0.195262 33.4142 0.585786C34.1953 1.36683 34.1953 2.63317 33.4142 3.41421L19.8284 17L33.4142 30.5858C34.1953 31.3668 34.1953 32.6332 33.4142 33.4142C32.6332 34.1953 31.3668 34.1953 30.5858 33.4142L17 19.8284L3.41421 33.4142C2.63317 34.1953 1.36683 34.1953 0.585786 33.4142C-0.195262 32.6332 -0.195262 31.3668 0.585786 30.5858L14.1716 17L0.585786 3.41421C-0.195262 2.63317 -0.195262 1.36683 0.585786 0.585786Z' fill='white'/%3E%3C/svg%3E");
  background-color: #D62D30;
  border-radius: 0 0 4px 4px;
  top: 0;
  right: -100px;
  opacity: 1;
}

@media (max-width: 1269px) {
  .b_modal .mfp-close {
    right: 0;
  }
}

@media (max-width: 991px) {
  .b_modal .mfp-close {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
}

.b_modal .mfp-close:hover {
  box-shadow: none;
}

.b_modal .modal_title {
  margin: 0 0 30px;
}

.b_modal .sub_title {
  font-size: 17px;
  margin: 0 0 20px;
}

.b_modal .column_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .b_modal .column_wrapper {
    display: block;
  }
}

.b_modal .column_wrapper .column {
  width: calc(50% - 15px);
}

@media (max-width: 767px) {
  .b_modal .column_wrapper .column {
    width: 100%;
  }
}

.b_modal .form_row {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .b_modal .form_row {
    margin: 0 0 15px;
  }
}

.b_modal .form_control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.b_modal .form_control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.b_modal .form_control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.b_modal .form_control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.b_modal textarea.form_control {
  min-height: 250px;
}

.b_modal .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .b_modal .btn_wrapper {
    display: block;
  }
}

@media (max-width: 991px) {
  .b_modal .btn_wrap {
    margin: 30px 0 0;
  }
}

#success .sub_title {
  font-weight: 500;
  font-size: 31px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  #success .sub_title {
    font-size: 25px;
  }
}

.mfp-bg {
  background: #fff;
  opacity: 1 !important;
}

.form_control {
  background-color: #F9F9F9;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 17px;
  transition: all .2s linear;
  padding: 15px 25px;
  width: 100%;
}

@media (max-width: 767px) {
  .form_control {
    font-size: 14px;
    padding: 15px 15px;
  }
}

input.form_control {
  border-radius: 4px;
}

.form_control:hover,
.form_control:focus {
  border-color: #000;
}

textarea.form_control {
  resize: none;
  display: block;
}

.checkbox {
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox [type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.checkbox [type="checkbox"]:checked+span::before {
  background-color: #D62D30;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.7071 0.292893C18.0976 0.683417 18.0976 1.31658 17.7071 1.70711L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071L0.292893 7.70711C-0.0976311 7.31658 -0.0976311 6.68342 0.292893 6.29289C0.683417 5.90237 1.31658 5.90237 1.70711 6.29289L6 10.5858L16.2929 0.292893C16.6834 -0.0976311 17.3166 -0.0976311 17.7071 0.292893Z' fill='white'/%3E%3C/svg%3E");
}

.checkbox span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 45px;
  font-size: 17px;
}

.checkbox span::before {
  cursor: pointer;
  position: absolute;
  top: -3px;
  left: 0;
  content: '';
  border-radius: 4px;
  width: 30px;
  height: 30px;
  transition: all .2s linear;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F9F9F9;
}

.checkbox span a {
  color: #D62D30;
}

.checkbox span a:hover {
  text-decoration: underline;
}

.selectric {
  background-color: #F9F9F9;
  border-radius: 4px;
  border: 2px solid #000000;
}

.selectric .label {
  font-size: 17px;
  line-height: 1.3;
  height: auto;
  padding: 15px 0;
  margin: 0 60px 0 25px;
}

@media (max-width: 767px) {
  .selectric .label {
    font-size: 14px;
    margin: 0 60px 0 15px;
  }
}

.selectric .button {
  font-size: 0;
  height: auto;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L14 0H0L7 9Z' fill='%23D62D30'/%3E%3C/svg%3E");
  width: 50px;
}

.selectric .button:after {
  display: none;
}



/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.label-span .color{
  position: relative;
}
.label-span .color .half_color{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}
.label-span .color .half_color .second_color{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  width: 200%;
}

/*=============== Subscribe modals ===============*/
#promotional_code{
  max-width: 800px;
  background-color: #0A0E1A;
  color: #FFFFFF;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% + 150px) -210px;
  background-image: url("data:image/svg+xml,%3Csvg width='502' height='716' viewBox='0 0 502 716' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M259.7 0L0 303L349.7 716H502L152.268 303L412 0H259.7Z' fill='%23D62D30'/%3E%3C/svg%3E");
}
@media(max-width: 767px){
  #promotional_code{
    background-size: 210px;
    background-position: calc(100% + 65px) 0;
    max-width: 400px;
  }
}
#promotional_code .page_title{
  max-width: 265px;
  line-height: 1.2;
  margin: 0 0 15px;
}
@media(max-width: 767px){
  #promotional_code .page_title{
    max-width: 100%;
  } 
}
#promotional_code .btn_wrapper a{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
#promotional_code .btn_wrapper .btn_red{
  width: 210px;
  margin: 0 30px 0 0;
  background-color: #D62D30;
  border-radius: 4px;
  line-height: 1.5;
  padding: 15px 15px;
}
@media(max-width: 767px){
  #promotional_code .btn_wrapper .btn_red{
    width: 170px;
  }
}

@media(max-width: 380px){
  #promotional_code .btn_wrapper .btn_red{
    width: 128px;
    padding: 5px 5px;
    font-size: 17px;
  }
  #promotional_code .btn_wrapper a {
    font-size: 17px;
  }
}
.mfp-content.custom{
  height: auto;
  vertical-align: middle;
}
.b_modal .page_title{
  font-weight: 900;
  font-size: 42px;
}
@media(max-width: 767px){
  .b_modal .page_title{
    max-width: none;
    font-size: 32px;
  }
}
.b_modal .page_title:first-letter {
  color: #D62D30
}
.b_modal .promotional_wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media(max-width: 767px){
  .b_modal .promotional_wrapper{
    display: block;
  }
}
.b_modal .image_wrapper{
  width: 360px;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
@media(max-width: 767px){
  .b_modal .image_wrapper{
    position: relative;
    margin: 15px auto 0;
  }
}
.b_modal .image_wrapper img{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 100%;
}
.b_modal .promotional_content{
  width: calc(100% - 360px);
  padding: 70px 0 80px;
  margin: 0 0 0 auto;
}
@media(max-width: 767px){
  .b_modal .promotional_content{
    width: 100%;
    padding: 15px;
  }
}
.b_modal .sub_title{
  font-size: 20px;
  margin: 0 0 25px;
  max-width: 220px;
  line-height: 1.5;
}
@media(max-width: 767px){
  .b_modal .sub_title{
    max-width: none;
  }
}
.b_modal .promotional_content .btn_wrapper{
  justify-content: unset;
}
#code_result{
  border-bottom: 5px solid #000000;
  padding: 50px 30px 70px;
  max-width: 478px;
}
#code_result .result_wrapper{
  max-width: 330px;
  margin: 0 auto;
  width: 100%;
}
#code_result .page_title{
  line-height: 1.2;
  margin: 0 0 15px;
}
#code_result .sub_title{
  line-height: 1.2;
  font-size: 20px;
  margin: 0 0 20px;
}
@media(max-width: 767px){
  #code_result .sub_title{
    font-size: 16px;
  }
}
#code_result .code{
  position: relative;
}
#code_result .code::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  top: 50%;
  background-color: #fff;
  margin-top: -15px;
  right: 100%;
  z-index: 1;
}
#code_result .code::after{
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  top: 50%;
  background-color: #fff;
  margin-top: -15px;
  left: 100%;
  z-index: 1;
}
#code_result .code_wrapper{
  border-radius: 5px;
  border: 1px solid #C4C4C4;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  padding: 15px 15px;
  margin: 0 auto 20px;
  position: relative;
  line-height: 1.2;
}
@media(max-width: 767px){
  #code_result .code_wrapper{
    font-size: 35px;
  }
}
#code_result .code_wrapper::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -10px;
  left: -10px;
}
#code_result .code_wrapper::after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -10px;
  right: -10px;
}
#code_result .mfp-close{
  width: 60px;
  height: 60px;
  top: 0;
  right: 20px;
  background-size: 25px;
}
#code_result .time_valid{
  font-size: 15px;
  padding: 0 0 0 35px;
  position: relative;
}
#code_result .time_valid::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2ZM0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22C4.92487 22 0 17.0751 0 11ZM17.8638 6.99613C18.1421 7.47318 17.9809 8.0855 17.5039 8.36378L11.5039 11.8638C11.0756 12.1136 10.5289 12.0119 10.2191 11.6247L8.21913 9.12469C7.87412 8.69343 7.94404 8.06414 8.37531 7.71913C8.80657 7.37412 9.43586 7.44404 9.78087 7.87531L11.2417 9.70132L16.4961 6.63622C16.9732 6.35794 17.5855 6.51908 17.8638 6.99613Z' fill='%23D62D30'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
}

body.mfp_bg_custom {
  overflow: hidden;
}

body.mfp_bg_custom .mfp-wrap {
  	position: fixed!important;
  	overflow: auto;
  	top: 0!important;
	bottom: 0!important;
}