* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  min-width: 320px;
  scroll-behavior: smooth;
  background-color: #ffffff;
  height: 100vh;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  outline: none;
  max-width: 100%;
  border: none;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none !important;
}

input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input.calendar:focus + label,
input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]::-moz-placeholder {
  color: #9D9D9D;
  font-size: 22px;
}

input[type="text"]::-webkit-input-placeholder {
  color: #9D9D9D;
  font-size: 22px;
}

input[type="text"]:-ms-input-placeholder {
  color: #9D9D9D;
  font-size: 22px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

/*
Start header
############*/
.headerBlock {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.header {
  align-items: center;
  justify-content: space-between;
  max-width: 1508px;
  width: 100%;
  margin-left: 57px;
  padding-top: 13px;
  padding-bottom: 15px;
}

.headerRight {
  max-width: 1224px;
  width: 100%;
}

.headerRightLine {
  border: none;
  width: 100%;
  background: url('../images/line.svg') no-repeat center;
  height: 1px;
}

.headerRightTop {
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.headerRightTopLeft {
  width: 400px;
  align-items: center;
}

.headerRightTopLeft__lk {
  align-items: center;
}

.headerRightTopLeft__lk span {
  color: #000000;
  font: normal 300 14px 'Montserrat', sans-serif;
  padding-left: 10px;
}

.headerBasket {
  margin-left: 30px;
  align-items: center;
}

.headerBasket span {
  display: block;
  color: #000000;
  font: normal 300 14px 'Montserrat', sans-serif;
  padding-left: 10px;
}

.headerBasket:before {
  content: "";
  background: url('../images/basket.svg') no-repeat top center;
  width: 25px;
  height: 25px;
  display: block;
}

.headerBasket__block {
  flex-direction: column;
}

.headerRightTopRight {
  justify-content: space-between;
  width: 460px;
}

.headerRightTopRight li a {
  color: #000000;
  font: normal 300 14px 'Montserrat', sans-serif;
}

.headerRightBottomList {
  width: 825px;
  justify-content: space-between;
}

.headerRightBottomList li a {
  color: #000000;
  font: normal 300 14px 'Montserrat', sans-serif;
}

.headerSearch {
  position: relative;
  margin-top: 13px;
}

.headerSearch__icon {
  border: none;
  background: url('../images/eye.svg') no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 10px;
  cursor: pointer;
}

.headerSearch__input {
  width: 140px;
  height: 33px;
  border: none;
  background: url('../images/formInput.svg') no-repeat center;
  border-radius: 45px;
  padding-left: 40px;
  padding-right: 10px;
}

.headerRightBottom {
  justify-content: space-between;
  align-items: center;
}

.logo {
  padding-top: 10px;
}

/*
End header
###########*/

/*
Start banner
############*/
.bannerBlock {
  width: 1920px;
  margin: 0 auto;
  object-fit: cover;
  height: 965px;
  display: block;
}

/*
End banner
##########*/

/*
Start different
###############*/
.different {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 200px;
}

.titleH2 .titleH2__two,
.titleH2 .titleH2__one {
  font: normal 900 100px 'Montserrat', sans-serif;
  color: #0E563C;
  text-transform: uppercase;
}

.titleH2 .titleH2__two {
  text-align: center;
  display: block;
}

.differentContent {
  width: 1230px;
  margin: 0 auto;
  padding-top: 300px;
  justify-content: space-between;
}

.differentItem {
  background: #ffffff;
  width: 547px;
  height: 327px;
  border-radius: 21px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 165px;
}

.differentItem > img {
  position: absolute;
  top: -96px;
  right: -53px;
}

.differentTitle {
  background: #5ECB9B;
  border-radius: 21px 0 0 21px;
  height: 100%;
  display: block;
  width: 140px;
}

.differentTitle span {
  color: #ffffff;
  font: normal 700 80px 'Montserrat', sans-serif;
  transform: rotate(270deg);
  display: block;
  position: relative;
  left: 41px;
  top: 210px;
}

.different__text {
  color: #000;
  font: normal 300 25px 'Montserrat', sans-serif;
  width: 315px;
  margin: 100px 0 0 45px;
  line-height: 35px;
  overflow: hidden;
  height: 180px;
}

.different__strelka {
  position: absolute;
  bottom: 25px;
  right: 40px;
}

.friedTitle {
  background: #CEA763;
}

.differentTitle.friedTitle span {
  font-size: 57px;
  left: 50px;
  top: 222px;
}

.differentItem > img.different__img {
  top: -146px;
  right: -68px;
}

.differentItem > img.salty__img {
  top: -123px;
  right: -46px;
}

.saltyTitle {
  background: #05979B;
}

.saltyTitle span {
  font-size: 60px;
  left: 48px;
  top: 222px;
}

.mixturesTitle {
  background: #5C2483;
}

.mixturesTitle span {
  font-size: 87px;
}

.differentMixture__text {
  width: 340px;
}

.fruitsTitle {
  background: #F5BD61;
}

.fruitsTitle span {
  font-size: 43px;
  left: 54px;
  top: 231px;
}

.shopTitle {
  background: #F57889;
}

.shopTitle span {
  font-size: 44px;
  top: 233px;
  left: 55px;
}

.seeBtn {
  justify-content: center;
  margin-top: -50px;
  width: 100%;
}

.seeBtn__btn:after {
  content: "";
  display: block;
  border-bottom: 1px solid #0E563C;
  width: 90%;
  margin: 8px auto 0;
}

.seeBtn__btn span {
  color: #0E563C;
  font: normal 300 25px 'Montserrat', sans-serif;
}

/*
 End different
##############*/

/*
Start packaging
###############*/
.packaging {
  position: relative;
  background: #0E563C;
  height: 1023px;
  width: 1900px;
  margin: 270px auto 0;
}

.packagingTop {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-top: 50px;
}

.packaging .titleH2 .titleH2__one {
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: right;
}

.packaging .titleH2 {
  display: block;
  width: 100%;
}

.packaging .titleH2 .titleH2__two {
  text-align: center;
  color: #ffffff;
}

.packagingTeext {
  justify-content: flex-end;
  width: 1800px;
  margin-top: 30px;
}

.packagingTeext__text {
  font: normal 300 20px 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 35px;
  width: 100%;
}

.packagingContent__text {
  text-align: center;
  color: #000000;
  font: normal 300 18px 'Montserrat', sans-serif;
  width: 90%;
  margin: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}

.packagingContent__block:hover .packagingContent__text {
  display: block;
}

.packagingContent__blockTree .packagingContent__text {
  width: 300px;
}

.packagingContent__block img {
  margin: 0 auto;
  display: block;
}

.packagingContentList {
  max-width: 1850px;
  width: 100%;
  margin: 50px auto 0;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.packagingContentList > div {
  position: relative;
}

.packagingContent {
  height: 800px;
  margin-top: -540px;
  z-index: 1;
  position: relative;
}

.packagingContent__blockTwo {
  position: relative;
  top: 7px;
}

.packagingContent__blockFour {
  position: relative;
  top: 10px;
}

.packagingContent__blockFive {
  position: relative;
  top: 4px;
}

.packagingContent__blockTree {
  position: relative;
  top: 120px;
}

.arrayBlock__text {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  color: #0E563C;
  padding-top: 10px;
  text-align: center;
}

.arrayBlock__text:after {
  content: "";
  border-bottom: 1px solid #0E563C;
  width: 190px;
  display: block;
  margin: 10px auto 0;
}

/*
End packaging
#############*/

/*
Start marketplace
#################*/
.marketplace {
  width: 1900px;
  margin: 0 auto;
  padding-top: 200px;
}

.marketplaceList {
  width: 1126px;
  margin: 0 auto;
  padding-top: 300px;
  align-items: center;
  justify-content: space-around;
}

.marketplaceList li {
  margin-bottom: 150px;
}

/*
End marketplace
###############*/

/*
Start xit
#########*/
.xit {
  background: #5ECB9B;
  padding-top: 125px;
  padding-bottom: 125px;
  width: 1900px;
  margin: 180px auto 0;
}

.xit .titleH2__two,
.xit .titleH2__one {
  color: #ffffff;
}

.xit .titleH2__one {
  text-align: right;
  width: 100%;
  display: block;
}

.xitScroll {
  width: 100%;
  overflow: hidden;
  margin-top: -25px;
}

.xitSlider {
  width: 2350px;
  left: -250px;
  padding-bottom: 20px !important;
}

.xitSliderBlock {
  width: 560px;
  border: 3px solid #FFFFFF;
  height: 722px;
  border-radius: 26px;
}

.xitSliderBlockTop {
  background-color: #FFFFFF;
  border-radius: 21px 21px 0 0;
  position: relative;
}

.xitSliderBlock__href {
  justify-content: center;
  align-items: center;
  height: 560px;
}

.xitSliderBlock__basket {
  position: absolute;
  top: 24px;
  right: 24px;
}

.xitSliderBlockBottom {
  height: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xitSliderBlockBottom__title {
  color: #FFFFFF;
  font: normal 700 30px 'Montserrat', sans-serif;
  max-height: 80px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: block;
  padding: 0 50px;
}

.xitSliderBlock__array {
  width: 100%;
  justify-content: flex-end;
  margin-top: 15px;
}

.xitSliderBlock__text {
  color: #FFFFFF;
  font: normal 500 14px 'Montserrat', sans-serif;
  position: relative;
  left: 4px;
  top: 10px;
}

.xitSliderBlock__array_href {
  flex-direction: column;
}

.xitSliderBlock__array_href img {
  position: relative;
  left: 21px;
}

.xitSliderBlock__array_href span:after {
  content: "";
  display: block;
  border-bottom: 1px solid #FFFFFF;
  width: 90%;
  margin: 0 auto;
  padding-top: 5px;
}

/*
End xit
#######*/

/*
Start monomi
############*/
.monomi {
  max-width: 1900px;
  width: 100%;
  margin: 370px auto 0;
  position: relative;
}

.monomiContent {
  max-width: 1323px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 240px;
}

.monomiContent p {
  width: 970px;
  color: #000;
  font: normal 300 25px 'Montserrat', sans-serif;
  padding-bottom: 50px;
  line-height: 35px;
}

.tab-container {
  padding-top: 150px;
  padding-bottom: 370px;
}

.tabBlock {
  align-items: center;
  width: 1421px;
  margin: 196px auto 0;
}

.tabBlock a {
  margin-right: 0;
  width: 473px;
  height: 760px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.tabBlock a:nth-child(3n+3) {
  margin-right: 0;
}

#tab-container .etabs {
  flex-direction: column;
  width: 80px;
  position: absolute;
  margin-top: 0;
}

#tab-container .etabs li {
  width: 80px;
  margin-bottom: 20px;
}

#tab-container .etabs li a {
  width: 80px;
  background: #000000;
  display: block;
  padding: 110px 0;
  border-radius: 0 21px 21px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#tab-container .etabs li a span {
  font: normal 500 25px 'Montserrat', sans-serif;
  color: #FFFFFF;
  transform: rotate(-90deg);
}

#tab-container .etabs li.tab.active a {
  background: #5ECB9B;
}

#tab-container .etabs li.tab.active a span {
  text-transform: uppercase;
  font: normal 700 65px 'Montserrat', sans-serif;
  position: relative;
  left: 42px;
}

#tab-container .etabs li.tab.active a,
#tab-container .etabs li.tab.active {
  width: 144px;
}

/*
End monomi
##########*/

/*
Start footer
############*/
.footer {
  width: 1325px;
  margin: 0 auto;
  position: relative;
  left: 50px;
}

.footerTop {
  justify-content: space-between;
}

.footerTop__phone {
  font: normal bold 40px 'Montserrat', sans-serif;
  color: #5ECB9B;
}

.footerMenu {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.footerMenu li a {
  font: normal 300 25px 'Montserrat', sans-serif;
  color: #000000;
}

.footerBottom {
  align-items: center;
  border-top: 1px solid rgba(68, 68, 68, 0.2);
  padding-top: 30px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
  justify-content: space-between;
}

.copyright {
  font: normal 500 14px 'Montserrat', sans-serif;
  color: #777777;
}

.footerBottom__text {
  width: 460px;
  color: #777777;
  font: normal normal 14px 'Montserrat', sans-serif;
  margin-left: 80px;
}

.footerList {
  width: 82px;
  justify-content: space-between;
  margin-left: 65px;
}

.politics {
  width: 350px;
  justify-content: flex-end;
}

.politics li a {
  color: #777777;
  font: normal normal 13px 'Montserrat', sans-serif;
  text-decoration: underline;
}

.politics li:nth-child(2) {
  margin-right: 10px;
}

/*
End footer
##########*/

/*
Start textBlock
###############*/
.textBlock {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 100px;
  justify-content: flex-start;
  padding-left: 110px;
}

.textBlockIn {
  width: 1220px;
}

.textBlock__paragraf {
  font: normal 300 25px 'Montserrat', sans-serif;
  line-height: 142%;
  color: #0E563C;
  padding-bottom: 50px;
}

.textBlock__paragraf span {
  display: block;
}

.fancybox-is-open .fancybox-bg {
  opacity: .15 !important;
  top: 140px;
}

body.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.popupBlock {
  max-width: 720px !important;
  width: 100% !important;
  background: #FFFFFF;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
  margin-top: 180px !important;
}

.popupBlock__title {
  text-align: center;
  color: #0E563C;
  font: normal bold 22px 'Montserrat', sans-serif;
}

.cell-btn {
  position: absolute;
}


.popupBlock .form {
  padding: 0;
  max-width: 460px;
  margin: 40px auto 0;
  border-radius: 4px;
}

.popupBlock .tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.popupBlock .tab-group:after {
  content: "";
  display: table;
  clear: both;
}

.popupBlock .tab-group li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-decoration: none;
  padding: 15px 0;
  color: #9D9D9D;
  font: normal 300 16px 'Montserrat', sans-serif;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}

.popupBlock .tab-group li a:before {
  content: "";
  background: url('../images/radio.svg') no-repeat center;
  width: 27px;
  height: 27px;
  display: block;
  margin-right: 20px;
}

.popupBlock .tab-group li.tab.active a:before {
  background: url('../images/radioActive.svg') no-repeat center;
}
.popupBlock .tab-content > div:last-child {
  display: none;
}

.popupBlock .field-wrap label {
  position: absolute;
  transform: translateY(16px);
  left: 32px;
  color: #9D9D9D;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}

.popupBlock label .req {
  margin: 2px;
  color: #FF0000;
}

.popupBlock label.active {
  opacity: 0;
}

.popupBlock label.active .req {
  opacity: 0;
}

.popupBlock label.highlight {
  color: #ffffff;
}

.popupBlock .field-wrap input {
  font-size: 20px;
  display: block;
  width: 100%;
  height: 60px;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #0E563C;
  color: #9D9D9D;
  border-radius: 10px;
  transition: border-color .25s ease, box-shadow .25s ease;
  padding-left: 30px;
}

.popupBlock .field-wrap {
  position: relative;
  margin-bottom: 22px;
}

.popupBlock .field-wrap:last-child {
  margin-bottom: 0;
}

.popupBlock .top-row:after {
  content: "";
  display: table;
  clear: both;
}

.popupBlock .top-row > div:last-child {
  margin: 0;
}

.popupBlock .button {
  outline: none;
  border-radius: 8px;
  background: #0E563C;
  color: #ffffff;
  width: 195px;
  height: 58px;
  border: none;
  cursor: pointer;
  margin: 40px auto 0;
  display: block;
  font: normal 600 20px 'Montserrat', sans-serif;
}

.popupBlock .forgot {
  margin-top: -20px;
  text-align: right;
}

.accountBtn {
  margin: 40px auto 0;
  display: block;
  text-align: center;
}

.popupBlock2 .accountBtn {
  position: absolute;
  bottom: 80px;
}

.accountBtn span {
  font: normal 300 20px 'Montserrat', sans-serif;
  color: #0E563C;
}

.accountBtn span:after {
  content: "";
  display: block;
  border-bottom: 1px solid #0E563C;
  width: 42%;
  margin: 8px auto 0;
}

.blockCheckbox {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
  color: #9D9D9D;
}

.blockCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background: url('../images/radio.svg') no-repeat center;
}

.blockCheckbox input:checked ~ .checkmark {
  background: url('../images/radioActive.svg') no-repeat center;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radioBlock {
  margin: 0 auto;
  height: 30px;
  padding-left: 0;
}

.xdsoft_datetimepicker.xdsoft_noselect {
  z-index: 999999999999 !important;
}

.popupBlock .field-wrap .calendar + label {
  transform: translateY(-55px);
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}

.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.top-row > div:last-child {
  margin: 0;
}

.enter {
  width: 360px;
  margin: 0 auto;
  padding-top: 30px;
}

.enter__title {
  color: #9D9D9D;
  font: normal 300 20px 'Montserrat', sans-serif;
  display: block;
  text-align: center;
}

.enterSocial {
  justify-content: center;
  margin-top: 20px;
}

.enterSocial li {
  margin-left: 20px;
}

.enterSocial li:first-of-type {
  margin-left: 0;
}

.enterSocial li a.enterSocial__ipone {
  position: relative;
}

.enterSocial li a.enterSocial__ipone span {
  background: #D9D9D9;
  color: #000000;
  font: normal 300 14px 'Montserrat', sans-serif;
  position: absolute;
  width: 180px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  top: -11px;
  right: -150px;
}

/*
Start cabinet
*/

.cabinet {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-top: 110px;
  min-height: 660px;
  justify-content: space-between;
}

.cabinetBtn {
  color: #000;
}

.cabinetBtn span {
  color: #0E563C;
  font: normal 600 22px 'Montserrat', sans-serif;
}

.cabinetList li a.active span:after,
.cabinetBtn.active span:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  width: 90%;
  margin: 0 auto;
}

.cabinetList {
  margin-top: 35px;
}

.cabinetList li {
  margin-bottom: 20px;
}

.cabinetList li a span {
  font: normal 300 22px 'Montserrat', sans-serif;
  color: #949494;
  display: inline-block;
}

.cabinetRight {
  max-width: 960px;
  width: 100%;
}

.cabinetListBlock {
  width: 624px;
  justify-content: space-between;
}

.cabinetListBlock li a {
  width: 290px;
  height: 90px;
  border: 1px solid #0E563C;
  border-radius: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.cabinetListBlock li a span {
  color: #949494;
  font: normal 300 22px 'Montserrat', sans-serif;
}

.cabinetListBlock li {
  margin-bottom: 30px;
}

.cabinetListBlock li a:hover {
  background: #0E563C;
}

.cabinetListBlock li a:hover span {
  color: #FFFFFF;
}

.cabinet__bold {
  font: normal 600 22px 'Montserrat', sans-serif;
  color: #0E563C;
  padding-top: 62px;
  display: block;
}

.contactsForm {
  border: 1px solid #C9C9C9;
  border-radius: 19px;
  max-width: 960px;
  width: 100%;
  padding: 32px 48px;
  margin-top: 65px;
  margin-bottom: 150px;
}

.contactsForm__title {
  font: normal 600 22px 'Montserrat', sans-serif;
  color: #0E563C;
  padding-bottom: 30px;
}

.contactsForm__input {
  margin-top: 20px;
}

.contactsForm__input label {
  display: block;
  color: #949494;
  font: normal 300 18px 'Montserrat', sans-serif;
}

.contactsForm__input label span {
  color: #FF0000;
  font: normal 300 18px 'Montserrat', sans-serif;
}

.contactsForm__input input {
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  width: 573px;
  height: 45px;
  padding-left: 20px;
  margin-top: 15px;
  color: #0E563C;
  font: normal 300 18px 'Montserrat', sans-serif;
}

.contactsForm__input input:focus {
  border: 1px solid #0E563C;
}

.contactsForm__input input.active {
  border: 1px solid #0E563C;
}

.contactsForm__input input[type="text"]::-moz-placeholder {
  color: #9D9D9D;
  font: normal 300 18px 'Montserrat', sans-serif;
}

.contactsForm__input input[type="text"]::-webkit-input-placeholder {
  color: #9D9D9D;
  font: normal 300 18px 'Montserrat', sans-serif;
}

.contactsForm__input input[type="text"]:-ms-input-placeholder {
  color: #9D9D9D;
  font: normal 300 18px 'Montserrat', sans-serif;
}

.cabinetSend {
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 60px;
  background: #0E563C;
  border-radius: 10px;
  margin-top: 40px;
  cursor: pointer;
  border: none;
}

.cabinetSend span {
  color: #FFFFFF;
  font: normal 500 20px 'Montserrat', sans-serif;
}

.navigation {
  width: 630px;
  margin: 70px auto 150px;
  align-items: center;
  justify-content: space-between;
}

.cabinetHistoryNav__arrey {
  width: 23px;
  height: 23px;
  display: block;
}

.cabinetHistoryNav__arrey svg {
  fill: #D9D9D9;
}

.cabinetHistoryNav__arrey.active svg {
  fill: #0E563C;
}

.cabinetHistoryNav {
  width: 544px;
  margin: 0 auto;
  justify-content: space-between;
}

.cabinetHistoryNav li a {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border: 1px solid #0E563C;
}

.cabinetHistoryNav li a span {
  color: rgba(0, 0, 0, .5);
  font: normal 300 22px 'Montserrat', sans-serif;
}

.cabinetHistoryNav li a.cabinetHistoryNav__active {
  background-color: #0E563C;
}

.cabinetHistoryNav li a.cabinetHistoryNav__active span {
  font: normal bold 22px 'Montserrat', sans-serif;
  color: #FFFFFF;
}

.cabinetHistoryNav li a.cabinetHistoryNav__dot {
  border: none;
}

.metismenu > li {
  border: 1px solid #0E563C;
  border-radius: 19px;
  margin-bottom: 20px;
}

.metismenu .has-arrow {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0 30px 0 30px;
}

.metismenu__order {
  font: normal 700 22px 'Montserrat', sans-serif;
  color: #0E563C;
  width: 220px;
}

.metismenu__price {
  font: normal 700 22px 'Montserrat', sans-serif;
  color: #0E563C;
  max-width: 200px;
}

.metismenu__deliver {
  font: normal 300 22px 'Montserrat', sans-serif;
  color: #949494;
  max-width: 450px;
  margin-right: 30px;
  margin-left: 50px;
}

.metismenu .has-arrow::after {
  transform: rotate(225deg) translate(0, -50%) !important;
  border-color: #0E563C !important;
  border-width: 3px 0 0 3px !important;
  right: 30px !important;
}

.metismenuOrderBtn {
  width: 243px;
  height: 55px;
  background: #0E563C;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin: 30px auto 40px;
}

.metismenuOrderBtn span {
  color: #FFFFFF;
  font: normal 700 18px 'Montserrat', sans-serif;
}

.metismenuContentBlock {
  width: 100%;
}

.metismenuContentBlock li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0 64px 0 32px;
}

.metismenuContentBlock__title {
  font: normal bold 22px 'Montserrat', sans-serif;
  color: #0E563C;
  display: block;
}

.metismenuContentBlock__price {
  font: normal 300 22px 'Montserrat', sans-serif;
  color: #949494;
  display: block;
}

.metismenuContentBlock li:after {
  content: "";
  display: block;
  width: 90%;
  margin: 23px auto 30px;
  border-bottom: 1px solid #0E563C;
}

.metismenuContentBlock li:last-child:after {
  display: none;
}

.imagesBlock {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
}

.imagesBlock a {
  width: 50%;
  height: 960px;
}

.imagesBlock a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*
Start recomendet
################*/
.recomendet {
  width: 1800px;
  margin: 0 auto;
  padding-top: 300px;
  padding-bottom: 410px;
}

.recomendet__title {
  font: normal 900 100px 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #DADADA;
  padding-bottom: 120px;
}

.recomendetItem {
  width: 560px;
  height: 730px;
  border: 3px solid #DADADA;
  border-radius: 21px;
  position: relative;
  margin-left: 40px;
}

.recomendet__href {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 160px;
  overflow: hidden;
}

.recomendet__href span {
  color: #DADADA;
  font: normal bold 30px 'Montserrat', sans-serif;
  text-align: center;
  padding: 0 47px;
}

.recomendetItem__img {
  height: 560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.recomendet__basket {
  position: absolute;
  top: 20px;
  right: 20px;
}

/*
Start itemContent
################*/
.itemContent {
  max-width: 1540px;
  width: 100%;
  margin: 270px auto 0;
  justify-content: space-between;
}

.itemLeft {
  width: 480px;
}

.itemRight {
  width: 815px;
}

.itemRightBottom {
  margin-top: 120px;
}

.itemRightBottom__title {
  font: normal 300 25px 'Montserrat', sans-serif;
  color: #000000;
}

.itemRightBottomList {
  position: relative;
  left: -60px;
  margin-top: 15px;
}

.itemRightBottomList li a {
  position: relative;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.itemRightBottomList li a span {
  background: #D9D9D9;
  padding: 7px 15px;
  color: #000;
  font: normal 300 14px 'Montserrat', sans-serif;
  position: absolute;
  width: 130px;
  top: -74px;
  left: 112px;
  opacity: 0;
}

.itemRightBottomList li a:hover span {
  opacity: 1;
}

.itemRightTop__title {
  font: normal bold 30px 'Montserrat', sans-serif;
  color: #0E563C;
}

.itemRightTop__paragraf {
  color: #000000;
  font: normal 300 25px 'Montserrat', sans-serif;
  padding-top: 20px;
  max-width: 590px;
  width: 100%;
  line-height: 140%;
}

.itemMiddle {
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}

.itemMiddle__btn span {
  color: #0E563C;
  font: normal bold 25px 'Montserrat', sans-serif;
}

.itemMiddle__btn span:after {
  content: "";
  display: block;
  width: 90%;
  border-bottom: 1px solid #000000;
  margin: 5px auto 0;
}

.itemMiddle__price {
  font: normal 300 50px 'Montserrat', sans-serif;
  color: #0E563C;
  padding-right: 50px;
}

.itemMiddleNum__basket {
  background: #5ECB9B;
  width: 205px;
  height: 50px;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
  position: relative;
}

.itemMiddleNum__basket span {
  font: normal bold 25px 'Montserrat', sans-serif;
  color: #0E563C;
  position: absolute;
  top: 18px;
  left: 0;
  right: -47px;
  margin: 0 auto;
  text-align: center;
}

.basket__number {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.basket__number span {
  font: normal bold 25px 'Montserrat', sans-serif;
  border: 1px solid #0E563C;
  border-radius: 8px;
  width: 80px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  cursor: pointer;
}

.basket__number input {
  width: 34px;
  text-align: center;
  font: normal 700 25px 'Montserrat', sans-serif;
  color: #0E563C;
  border: none;
}

/*
Start basketBlock
#################*/
.basketBlock {
  width: 1800px;
  margin: 0 auto;
  padding-top: 150px;
}

.basketBlockOrder {
  width: 700px;
  margin: 0 auto 213px;
}

.basketBlockOrderTop {
  justify-content: space-between;
  border-top: 1px solid #000000;
  padding-top: 35px;
  margin-top: 165px;
  align-items: center;

}

.basketBlockOrder__order {
  font: normal 300 25px 'Montserrat', sans-serif;
  color: #0E563C;
}

.basketBlockOrder__price {
  font: normal 300 50px 'Montserrat', sans-serif;
  color: #0E563C;
}

.basketBlockOrder__btn {
  background: #0E563C;
  border-radius: 8px;
  width: 280px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
}

.basketBlockOrder__btn span {
  color: #FFFFFF;
  font: normal 600 25px 'Montserrat', sans-serif;
}

.basketBlockItem {
  width: 560px;
  height: 880px;
  margin-bottom: 80px;
}

.basketBlockItem__border {
  border: 3px solid #DADADA;
  border-radius: 21px;
  width: 100%;
  height: 720px;
}

.basketBlockItem__bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.basketBlockItem__price {
  font: normal 300 50px 'Montserrat', sans-serif;
  color: #0E563C;
  padding-bottom: 12px;
}

.basketBlockItem__href span {
  font: normal 300 25px 'Montserrat', sans-serif;
  color: #0E563C;
}

.basketBlockItem__href span:after {
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 90%;
  border-bottom: 1px solid #000000;
}

.basketBlockItem__img {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  height: 450px;
}

.basketBlockItem__title {
  width: 100%;
  font: normal bold 30px 'Montserrat', sans-serif;
  color: #0E563C;
  text-align: center;
  display: block;
  margin-top: 15px;
  max-height: 78px;
  overflow: hidden;
}

.basketBlockItem__gram {
  text-align: center;
  color: #000;
  font: normal 300 25px 'Montserrat', sans-serif;
  width: 100%;
  display: block;
  padding-top: 20px;
}

.basketBlockItem .basket__number {
  width: 210px;
  margin: 15px auto 0;
}

.basketBlockItem {
  margin-right: 59px;
}

.basketBlockContent .basketBlockItem:nth-child(3n+3) {
  margin-right: 0;
}

.basketBlockItem__img img {
  height: 100%;
  object-fit: cover;
}

/*
Start order
###########*/
.order {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

.order__title {
  font: normal bold 22px 'Montserrat', sans-serif;
  color: #0E563C;
}

.orderContent {
  max-width: 1220px;
  width: 100%;
  margin: 40px auto 170px;
  justify-content: space-between;
  position: sticky;
  min-height: 650px;
}

.orderLeft {
  width: 890px;
}

.orderRight {
  width: 300px;
  border: 1px solid #C9C9C9;
  border-radius: 20px;
  background-color: #fff;
  position: sticky;
  top: 120px;
}

.orderRightContent {
  width: 240px;
  margin: 0 auto;
  padding-top: 20px;
}

.orderRightList {
  width: 240px;
  margin: 0 auto;
  padding-top: 30px;
}

.orderRightList__itog {
  font: normal 400 22px 'Montserrat', sans-serif;
  color: #0E563C;
}

.orderRightList__price {
  font: normal 400 22px 'Montserrat', sans-serif;
  color: #0E563C;
}

.orderRightList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.orderRightList li {
  margin-bottom: 15px;
}

.orderRightList li:first-of-type {
  margin-bottom: 30px;
}

.orderRightList__right,
.orderRightList__item {
  font: normal 300 22px 'Montserrat', sans-serif;
  color: #949494;
}

.orderRightList__right {
  width: 110px;
  text-align: right;
}

.formPromo input {
  width: 224px;
  height: 41px;
  border: 1px solid #0E563C;
  border-radius: 13px;
  padding-left: 22px;
}

.formPromo input[type="text"]::-moz-placeholder {
  color: #949494;
  font: normal 300 15px 'Montserrat', sans-serif;
}

.formPromo input[type="text"]::-webkit-input-placeholder {
  color: #949494;
  font: normal 300 15px 'Montserrat', sans-serif;
}

.formPromo input[type="text"]:-ms-input-placeholder {
  color: #949494;
  font: normal 300 15px 'Montserrat', sans-serif;
}

.formPromoBlock {
  margin: 0 auto 40px;
  width: 240px;
}

.deliverContent b {
  font: normal bold 15px 'Montserrat', sans-serif;
  color: #0E563C;
}

.deliverContent p {
  font: normal 400 15px 'Montserrat', sans-serif;
  color: #0E563C;
  text-align: center;
  line-height: 22px;
}

.deliverBlock b {
  display: block;
  text-align: center;
}

.deliverBlock {
  margin-top: 20px;
}

.orderBtn {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 61px;
  background: #0E563C;
  border-radius: 0 0 17px 17px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
}

.orderBtn span {
  color: #FFFFFF;
  font: normal 700 22px 'Montserrat', sans-serif;
}

.deliver {
  width: 240px;
  margin: 0 auto;
}

.buyer {
  padding: 21px 36px;
  border: 1px solid #C9C9C9;
  border-radius: 19px;
}

.buyer__title {
  font: normal normal 22px 'Montserrat', sans-serif;
  color: #0E563C;
  margin-bottom: 18px;
}

.buyer__href,
.buyer__name {
  font: normal 300 22px 'Montserrat', sans-serif;
  color: #949494;
  display: block;
  margin-bottom: 10px;
}

.deliveryMethod {
  padding: 21px 36px;
  border: 1px solid #C9C9C9;
  border-radius: 19px;
  margin-top: 15px;
}

.deliveryMethod__title {
  font: normal normal 22px 'Montserrat', sans-serif;
  color: #0E563C;
}

.deliveryMethodContent {
  margin-top: 20px;
}

.deliveryMethodRadio {
  border: 1px solid #C9C9C9;
  padding: 12px;
  min-height: 140px;
  width: 385px;
  position: relative;
  margin: 0 21px 23px 0;
}

.deliveryMethodRadio__title {
  font: normal 700 15px 'Montserrat', sans-serif;
  color: #0E563C;
  position: relative;
  top: 5px;
  left: -17px;
}

.deliveryMethodRadio__text a,
.deliveryMethodRadio__text {
  font: normal 300 15px 'Montserrat', sans-serif;
  color: #949494;
  padding-bottom: 5px;
}

.deliveryMethodRadio__text {
  padding: 0 45px 0 0;
  line-height: 25px;
}

.deliveryMethodRadioText {
  margin: 0 0 0 29px;
}

.deliveryMethodContent .checkmark {
  width: 16px;
  height: 16px;
  background: url('../images/radio2.svg') no-repeat center;
}

.deliveryMethodContent .blockCheckbox input:checked ~ .checkmark {
  background: url('../images/radioActive2.svg') no-repeat center;
}

.questionBlock {
  width: 22px;
  height: 22px;
  border: 1px solid #BFBFBF;
  border-radius: 100px;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}

.questionBlock__icon {
  font: normal 300 15px 'Montserrat', sans-serif;
  color: #949494;
}

.questionBlock__text {
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  width: 200px;
  position: absolute;
  margin: -21px 0 0 233px;
  opacity: 0;
  z-index: 10;
  display: none;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.questionBlock__text p {
  font: normal 300 13px 'Montserrat', sans-serif;
  color: #949494;
  text-align: center;
  padding: 5px 0;
}

.questionBlock__icon:hover + .questionBlock__text {
  opacity: 1;
  display: block;
}

.deliveryMethodRadioText__btn {
  margin-top: 10px;
  display: inline-block;
}

.deliveryMethodRadioText__btn span {
  font: normal 400 15px 'Montserrat', sans-serif;
  color: #0E563C;
}

.deliveryMethodRadioText__btn span:after {
  content: "";
  display: inline-block;
  width: 90%;
  border-bottom: 1px solid #0E563C;
  margin: 0 auto;
  position: relative;
  top: -10px;
  left: 6px;
}

.curier textarea,
.deliveryMethodInput textarea {
  resize: none;
  height: 54px;
  width: 893px;
  background: #F0F0F0;
  border: none;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
}

.curier,
.deliveryMethodInput {
  margin-top: 23px;
}

.curier textarea::-moz-placeholder,
.deliveryMethodInput textarea::-moz-placeholder {
  color: #949494;
  font: normal 300 15px 'Montserrat', sans-serif;
}

.curier textarea::-webkit-input-placeholder,
.deliveryMethodInput textarea::-webkit-input-placeholder {
  color: #949494;
  font: normal 300 15px 'Montserrat', sans-serif;
}

.curier textarea:-ms-input-placeholder,
.deliveryMethodInput textarea:-ms-input-placeholder {
  color: #949494;
  font: normal 300 15px 'Montserrat', sans-serif;
}

.curier input,
.deliveryMethodInput input {
  display: block;
  width: 100%;
  border: 1px solid #0E563C;
  height: 54px;
  margin-top: 17px;
  padding-left: 35px;
}

.curier input[type="text"]::-moz-placeholder,
.deliveryMethodInput input[type="text"]::-moz-placeholder {
  color: #0E563C;
  font: normal 300 15px 'Montserrat', sans-serif;
}

.curier input[type="text"]::-webkit-input-placeholder,
.deliveryMethodInput input[type="text"]::-webkit-input-placeholder {
  color: #0E563C;
  font: normal 300 15px 'Montserrat', sans-serif;
}

.curier input[type="text"]:-ms-input-placeholder,
.deliveryMethodInput input[type="text"]:-ms-input-placeholder {
  color: #0E563C;
  font: normal 300 15px 'Montserrat', sans-serif;
}

.curier {
  display: none;
}

.popupMap {
  padding: 40px 0 0 !important;
  width: 1000px !important;
}

.popupMapBg .fancybox-is-open .fancybox-bg {
  top: 0 !important;
}

/*
Start catalog
*/
.catalog {
  max-width: 1500px;
  width: 100%;
  margin: 160px auto 0;
}

.catalogItem {
  width: 485px;
  height: 860px;
  position: relative;
  margin-bottom: 140px;
  margin-right: 0;
}

.catalogItem:after {
  content: "";
  height: 600px;
  background-color: rgba(0, 0, 0, .5);
  display: block;
  width: 1px;
  position: absolute;
  top: 127px;
  right: 0;
}

.catalogItem__img {
  justify-content: center;
  align-items: center;
  height: 490px;
}

.catalogItem__img img {
  object-fit: contain;
}

.catalogItem__title {
  font: normal bold 30px 'Montserrat', sans-serif;
  color: #0E563C;
  text-align: center;
  width: 90%;
  display: block;
  margin: 30px auto 0;
  height: 73px;
  overflow: hidden;
}

.catalogItem__paragraf {
  text-align: center;
  color: #000000;
  font: normal 300 25px 'Montserrat', sans-serif;
  line-height: 142%;
  padding-top: 15px;
  overflow: hidden;
  max-height: 121px;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.catalogItem .itemMiddle {
  width: 429px;
  margin: 30px auto 0;
}

.catalogItem:nth-child(3n+3) {
  margin-right: 0;
}

.catalogItem:nth-child(3n+3):after {
  display: none;
}

.catalog .navigation {
  width: 100%;
  margin: 0 auto 150px;
}

.navigationIn {
  align-items: center;
  justify-content: space-between;
  width: 630px;
}

.catalogNavPage__name {
  font: normal 300 25px 'Montserrat', sans-serif;
  color: #000000;
}

.catalogNavPage__input {
  width: 81px;
  height: 48px;
  border: 1px solid #0E563C;
  border-radius: 8px;
  padding: 0 10px;
  margin-left: 15px;
}

.sortingText {
  background: #5ECB9B;
  text-align: center;
  color: #FFFFFF;
  font: normal 700 25px 'Montserrat', sans-serif;
  padding: 20px 0;
  position: relative;
  z-index: 1111;
}

.wrap {
  overflow: hidden;
}

.sortingContent {
  width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.sortingTab .sortingTabList {
  justify-content: space-between;
}

.sortingTab .sortingTabList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 210px;
  height: 65px;
}

.sortingTab .sortingTabList li a span {
  font: normal 300 25px 'Montserrat', sans-serif;
  color: #949494;
}

.catalogFancybox .fancybox-is-open .fancybox-bg {
  top: 191px;
}

.sorting {
  position: relative;
}

.sortingTabList li {
  border-radius: 0 0 21px 21px;
  border: 1px solid #5ECB9B;
  background: #FFFFFF;
}

.sortingTabList li.active {
  background: #5ECB9B;
  border-radius: 0 0 21px 21px;
}

.sortingTabList li.active a span {
  font: normal 700 25px 'Montserrat', sans-serif;
  color: #FFFFFF;
}

.catalogFancybox.fancybox-active .catalog {
  margin-top: 350px;
}

.fonBlock {
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 130px !important;
  height: 100vh;
  z-index: 1;
  display: none;
  width: 100%;
}

.fonBlock.active {
  display: block;
  height: 467vh;
}

.packList {
  align-items: center;
  margin-top: 80px;
  position: relative;
}

.packList li a.packList__apply {
  font: normal bold 25px 'Montserrat', sans-serif;
  color: #0E563C;
}

.packList .blockCheckbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  cursor: pointer;
  user-select: none;
  width: 175px;
  height: 175px;
  padding-left: 0;
  margin-bottom: 0;
  font-size: auto;
}

.packList .blockCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.packList .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 175px;
  width: 175px;
  background: #FFFFFF;
  border-radius: 100px;
  box-shadow: 3px 7px 21px rgba(0, 0, 0, 0.2);
  border: 3px solid transparent;
}

.packList .blockCheckbox input:checked ~ .checkmark {
  background: #FFFFFF;
  border-radius: 100px;
  border: 3px solid #5ECB9B;
}

.packList__title {
  font: normal 300 22px 'Montserrat', sans-serif;
  color: #0E563C;
  z-index: 1;
  position: relative;
  margin: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.packList__nutsShop,
.packList__nutsJareni,
.packList__nutsSolid,
.packList__mixtures,
.packList__fruitDried,
.packList__img {
  position: absolute;
  z-index: 1;
  top: -40px;
  left: -20px;
}

.packList li {
  margin-right: 34px;
}

.packList li:last-of-type {
  margin-right: 0;
  position: absolute;
  top: 72px;
  right: -224px;
}

.packList__fruitDried {
  top: -57px;
  left: -40px;
}

.packList__mixtures {
  top: -47px;
}

.packList__nutsSolid {
  top: -54px;
  left: -35px;
}

.packList__nutsJareni {
  top: -67px;
  left: -47px;
}

.packList li.packListConditer {
  margin-right: 0;
}

.packList li a.packList__apply:after {
  content: "";
  display: block;
  background: url('../images/arrowBig.svg') no-repeat center;
  width: 190px;
  height: 38px;
  position: relative;
  left: 40px;
}

.paci.packList .blockCheckbox input:checked ~ .checkmark {
  background: none;
  border: none;
  box-shadow: 0 0 0 0;
}

.paci.packList .blockCheckbox {
  width: 174px;
  height: 174px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 3px 7px 21px rgba(0, 0, 0, 0.2);
}

.paci.packList li {
  margin-right: 29px;
}

.iti {
  margin-top: 10px;
}

.paci.packList .checkmark {
  background: none;
  box-shadow: none;
  width: 174px;
  height: 174px;
}

.paci.packList .blockCheckbox input:checked ~ .checkmark {
  border: 3px solid #5ECB9B;
}

.packListFilterCheckbox {
  width: 210px;
  height: 330px;
  background: #FFFFFF;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 25%);
  position: absolute;
  margin: -34px 0 0 65px;
  padding: 20px;
  display: none;
  z-index: 9999999999999999999;
}

.packListFilterCheckboxScroll .blockCheckbox {
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  user-select: none;
  width: 100%;
  height: 21px;
  margin-bottom: 25px;
}

.packListFilterCheckboxScroll .blockCheckbox > span {
  font: normal 300 14px 'Montserrat', sans-serif;
  color: #0E563C;
}

.packListFilterCheckboxScroll .blockCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.packListFilterCheckboxScroll .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  box-shadow: 0 0 0;
  border-radius: 5px;
  border: 1px solid #0E563C;
}

.packListFilterCheckboxScroll .blockCheckbox input:checked ~ .checkmark {
  background-color: #0E563C;
  border-radius: 5px;
  border: none;
}

.packListFilterCheckboxScroll .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.packListFilterCheckboxScroll .blockCheckbox input:checked ~ .checkmark:after {
  display: block;
  top: 8px;
  width: 8px;
  height: 8px;
  border: none;
  background-color: #fff;
  border-radius: 10px;
}

.packListFilterCheckboxScroll .blockCheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.packListFilterCheckboxScroll {
  height: 270px;
  overflow-y: scroll;
}

.packListFilterCheckboxScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: #F5F5F5;
}

.packListFilterCheckboxScroll::-webkit-scrollbar {
  width: 3px;
  background-color: #8A8A8A;
}

.packListFilterCheckboxScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.packListFilterCheckbox__choose {
  width: 135px;
  height: 40px;
  border-radius: 8px;
  background: #0E563C;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.packListFilterCheckbox__choose span {
  font: normal 500 12px 'Montserrat', sans-serif;
  color: #FFFFFF;
}

.packListFilterCheckbox.active {
  display: block;
}

.checkBoxFon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: none;
}

.checkBoxFon.active {
  display: block;
}

.packagingContent__block_modif .arrayBlock {
  left: 0;
}

.mistake {
  color: red;
  display: block;
  padding-top: 10px;
}

.orderSeccses {
  min-height: 850px;
  padding-top: 140px;
  max-width: 1220px;
  width: 100%;
}

.orderSeccses .order__title {
  text-align: center;
}

.orderSeccsesContent {
  width: 670px;
  margin: 0 auto;
}

.orderSeccses__paragraf {
  font: normal 300 22px 'Montserrat', sans-serif;
  color: #949494;
  text-align: center;
  padding-top: 50px;
  line-height: 143%;
}

.orderSeccses__paragraf a {
  font: normal 300 22px 'Montserrat', sans-serif;
  color: #0E563C;
  display: inline-block;
}

.orderSeccses__paragraf a:after {
  content: "";
  display: block;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #0E563C;
}

.orderSeccses__btn {
  width: 321px;
  height: 80px;
  background: #0E563C;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
}

.orderSeccses__btn span {
  font: normal 600 22px 'Montserrat', sans-serif;
  color: #FFFFFF;
}

.newPassword {
  max-width: 600px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #46CE96;
  margin: 150px auto;
  height: 600px;
  padding: 65px;
}

.newPasswordForm {
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
}

.newPasswordForm__title {
  text-align: center;
  color: #0E563C;
  font: normal bold 22px 'Montserrat', sans-serif;
  margin-bottom: 25px;
}

.newPasswordForm input {
  border: 1px solid #9D9D9D;
  border-radius: 10px;
  width: 460px;
  height: 60px;
  padding-left: 20px;
  margin-bottom: 25px;
}

.newPasswordForm input::-moz-placeholder {
  color: #9D9D9D;
  font: normal 300 20px 'Montserrat', sans-serif;
}

.newPasswordForm input::-webkit-input-placeholder {
  color: #9D9D9D;
  font: normal 300 20px 'Montserrat', sans-serif;
}

.newPasswordForm input:-ms-input-placeholder {
  color: #9D9D9D;
  font: normal 300 20px 'Montserrat', sans-serif;
}

.newPasswordForm input.active {
  border: 1px solid #0E563C;
}

.newPasswordForm__btn {
  width: 195px;
  height: 60px;
  justify-content: center;
  align-items: center;
  background: #0E563C;
  border-radius: 8px;
  color: #FFFFFF;
  font: normal bold 20px 'Montserrat', sans-serif;
  margin: 20px auto 0;
  border: none;
  cursor: pointer;
}

.form__paragraf {
  font: normal 300 16px 'Montserrat', sans-serif;
  color: #9D9D9D;
  padding-bottom: 20px;
  line-height: 23px;
}

.popupBlock2 {
  height: 670px;
}

.popupBlock2 .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 465px;
}


.popupBlock2 .form .tab-content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 465px;
}

.popupBlock2 .form__paragraf {
  text-align: center;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}

.popupBlock2__thenks {
  font: normal 300 22px 'Montserrat', sans-serif;
  color: #0E563C;
  text-align: center;
  display: block;
}

.popupBlock2 .accountBtn span {
  font-size: 20px;
}

.passwordFor {
  text-align: center;
  color: #0E563C;
  font: normal bold 20px 'Montserrat', sans-serif;
  display: block;
  margin-top: 40px;
}

.form .blockCheckbox {
  font-size: 16px;
  padding-top: 5px;
  padding-left: 35px;
}

.contactsFormIn {
  justify-content: space-between;
  width: 570px;
}

.contactsFormIn .contactsForm__input {
  max-width: 272px;
  width: 100%;
}

.contactsFormIn .contactsForm__input input {
  width: 270px;
}

.contactsFormIn .familia {
  padding-left: 18px;
}

.hrefTop {
  top: 800px !important;
}
