.icon {
  display: inline-block;
  width: 1px;
  height: 1px;
  vertical-align: middle;
  fill: currentColor;
}

.icon_angle-down {
  width: 18px;
  height: 10px;
}

.icon_angle-down_white {
  width: 18px;
  height: 10px;
}

.icon_angle-left {
  width: 8.9px;
  height: 16px;
}

.icon_angle-right {
  width: 8.9px;
  height: 16px;
}

.icon_box {
  width: 512px;
  height: 512px;
}

.icon_check {
  width: 26px;
  height: 26px;
}

.icon_clock {
  width: 512px;
  height: 512px;
}

.icon_close {
  width: 47.971px;
  height: 47.971px;
}

.icon_footer-phone {
  width: 15.7px;
  height: 15.7px;
}

.icon_interface {
  width: 512px;
  height: 512px;
}

.icon_list {
  width: 512px;
  height: 512px;
}

.icon_map-angle_down {
  width: 30.3px;
  height: 16px;
}

.icon_map-angle_up {
  width: 30.3px;
  height: 16px;
}

.icon_metal-paper-clip {
  width: 512px;
  height: 512px;
}

.icon_multimedia {
  width: 512.001px;
  height: 512.001px;
}

.icon_search {
  width: 36px;
  height: 36px;
}

.icon_show-menu {
  width: 23px;
  height: 20px;
}

.icon_step1 {
  width: 57.3px;
  height: 54.4px;
}

.icon_step2 {
  width: 39px;
  height: 53.2px;
}

.icon_step3 {
  width: 40.8px;
  height: 53.4px;
}

.icon_step4 {
  width: 53.2px;
  height: 33.7px;
}

.icon_to_list {
  width: 28px;
  height: 36px;
}

.icon_top_phone {
  width: 34.9px;
  height: 34.9px;
}

html, body {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 15px;
}

/* h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'PT Serif', sans-serif;
} */

h1, .h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

h2, .h2 {
  font-size: 46px;
  line-height: 56px;
}

h3, .h3 {
  font-size: 2rem;
  line-height: 1.2;
}

h4, .h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

a {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.main {
  position: relative;
  z-index: 2;
  min-height: 75vh;
  margin-top: 55px;
}

.main p {
  margin-bottom: 1rem;
}

.main p:last-of-type {
  margin-bottom: 0;
}

/*.main:after {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -9px;
    left: 0;

    display: block;

    height: 9px;

    content: '';

    background: url('../img/white-corner-bottom.png') repeat-x;
}*/
.container {
  max-width: 1200px;
}

.partners-slider {
  position: relative;
  padding: 0 85px;
}

.partners-slider .slider-icon {
  color: #605b18;
}

.partners-slider .slider-icon--left {
  left: 45%;
}

.partners-slider .slider-icon--right {
  left: 55%;
}

.jumbotron {
  padding: 20px;
  width: 100%;
  border: 5px solid #ebddc6;
  border-radius: 0;
  background-color: #ebddc6;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  margin-left: 15px;
  margin-right: 15px;
}

.jumbotron.jumbotron-row {
  margin-left: 0;
  margin-right: 0;
}

.date-tag {
  font-family: 'PT Serif', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  color: #000;
  background-color: #ecddc6;
}

.news-link:hover {
  text-decoration: none;
}

.b-news-elem {
  position: relative;
}

.b-news-elem .date-tag {
  position: absolute;
  top: -22px;
  left: 15px;
}

.news-arrow {
  text-decoration: none !important;
  color: #000;
  border-bottom: 1px solid;
}

.news-arrow:hover, .news-arrow:focus, .news-arrow:active, .news-arrow.active {
  color: #623015;
}

.news-arrow:not([disabled]):not(.disabled):hover, .news-arrow:not([disabled]):not(.disabled):focus, .news-arrow:not([disabled]):not(.disabled):active {
  color: #623015;
}

.news-arrow:hover {
  border-bottom-color: transparent;
}

.slick-slide {
  outline: none !important;
  text-align: center;
}

.filters {
  margin-bottom: 50px;
}

.main-abs-elem {
  position: absolute;
  z-index: 4;
  top: 50px;
  width: 360px;
  height: calc(100vh - 50px);
}

.main-abs-elem.left-abs-elem {
  left: 0;
  background: url('../img/main-page-before-left.png') no-repeat top right;
}

.main-abs-elem.right-abs-elem {
  right: 0;
  background: url('../img/main-page-before-right.png') no-repeat top left;
}

.diamond-block .icon-angle-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-56%);
  -ms-transform: translateX(-56%);
  transform: translateX(-56%);
}

.slider-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn {
  font-size: 15px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5rem 1.5rem;
  cursor: pointer;
  -webkit-transition: color .2s, border .2s, background-color .2s;
  -o-transition: color .2s, border .2s, background-color .2s;
  transition: color .2s, border .2s, background-color .2s;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:not([disabled]):not(.disabled):hover, .btn:not([disabled]):not(.disabled):focus, .btn:not([disabled]):not(.disabled):active {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  -webkit-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  text-transform: uppercase;
  color: #000;
  background-color: #e6ba45;
}

.btn-primary:hover, .btn-primary.active {
  color: #1d2671;
  background-color: #fcc83a;
}

.btn-primary:not([disabled]):not(.disabled):hover, .btn-primary:not([disabled]):not(.disabled):focus, .btn-primary:not([disabled]):not(.disabled):active {
  color: #1d2671;
  background-color: #fcc83a;
}

.btn-footer {
  color: #e6ba45;
  border: 1px solid #e6ba45;
  background-color: transparent;
}

.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active {
  color: #fcc83a;
  border-color: #fcc83a;
}

.btn-footer:not([disabled]):not(.disabled):hover, .btn-footer:not([disabled]):not(.disabled):focus, .btn-footer:not([disabled]):not(.disabled):active {
  color: #fcc83a;
  border-color: #fcc83a;
}

.filters {
  font-size: 0;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.catalog .filters {
  display: flex;
}

.filters .btn + .bootstrap-select.btn-group {
  margin: -1px;
  margin-right: 0;
}

.filters .btn + .bootstrap-select.btn-group > .btn:first-child {
  display: block;
}

.btn-filter {
  font-size: 15px;
  line-height: 20px;
  padding: 7px 20px;
  color: #000;
  border: 1px solid #322121;
  /*border-right: none;*/
  margin: -1px;
  background-color: #fff;
  flex-grow: 1;
}

.btn-filter:last-of-type {
 /* border-right: 1px solid #322121;*/
  margin-right: 0;
}

.btn-filter.active {
  color: #fff !important;
  background-color: #623015 !important;
}

.btn-filter:hover, .btn-filter.active {
  color: #fff;
  background-color: #623015;
}

/*.btn-filter:not([disabled]):not(.disabled):focus, .btn-filter:not([disabled]):not(.disabled):active {
  background-color : transparent;
  color : inherit;
}*/
.btn-filter:not([disabled]):not(.disabled):hover {
  color: #fff;
  background-color: #623015;
}

.main-select {
  font-size: 15px;
  line-height: 36px;
  flex-grow: 1;
}

.main-header {
/*   font-size: 16px;
  line-height: 35px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  background-color: #1f265c;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5); */
}

.main-header .main-header-container {
  z-index: 2;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #1f265c;
}

.main-header .site-logo-mobile {
  font-size: 14px;
  line-height: 16px;
  display: none;
  color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-header .site-logo-mobile img {
  margin-right: 15px;
}

.main-header .site-logo-mobile span {
  display: block;
}

.main-header .site-logo-mobile span.big {
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}

.main-header .site-logo-mobile:hover, .main-header .site-logo-mobile:focus, .main-header .site-logo-mobile:active, .main-header .site-logo-mobile.active {
  text-decoration: none;
  color: #fff;
}

.main-header .site-logo-mobile:not([disabled]):not(.disabled):hover, .main-header .site-logo-mobile:not([disabled]):not(.disabled):focus, .main-header .site-logo-mobile:not([disabled]):not(.disabled):active {
  text-decoration: none;
  color: #fff;
}

.main-header .language span {
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
  border-bottom: 1px solid #737899;
}

.main-header .language img {
  display: inline-block;
  max-height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.main-header .language:hover, .main-header .language:focus, .main-header .language:active, .main-header .language.active {
  text-decoration: none;
  color: #fff;
}

.main-header .language:hover span, .main-header .language:focus span, .main-header .language:active span, .main-header .language.active span {
  border-color: #fff;
}

.main-header .language:not([disabled]):not(.disabled):hover, .main-header .language:not([disabled]):not(.disabled):focus, .main-header .language:not([disabled]):not(.disabled):active {
  text-decoration: none;
  color: #fff;
}

.main-header .language:not([disabled]):not(.disabled):hover span, .main-header .language:not([disabled]):not(.disabled):focus span, .main-header .language:not([disabled]):not(.disabled):active span {
  border-color: #fff;
}

.main-header .currency-course {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}

.main-header .icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.main-header .phone {
  font-family: 'PT Serif', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-header .phone p {
  margin: 0;
  padding-left: 0rem;
}

.phone .icon {
  background-image: url('../img/phone.png');
}

.basket .icon {
  background-image: url('../img/basket.png');
}

.main-header .phone .header-phone {
  margin-right: 10px;
}

.main-header .basket {
  font-size: 0;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  color: #fff;
}

.main-header .basket span.counter {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: -9px;
  display: block;
  min-width: 20px;
  height: 16px;
  padding: 0 5px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #000;
  border-radius: 8px;
  background-color: #e6ba45;
}

.main-header .basket:hover, .main-header .basket:focus, .main-header .basket:active, .main-header .basket.active {
  color: #fff;
}

.main-header .basket:hover span, .main-header .basket:focus span, .main-header .basket:active span, .main-header .basket.active span {
  /* background-color: #fcc83a; */
}

.main-header .basket:not([disabled]):not(.disabled):hover, .main-header .basket:not([disabled]):not(.disabled):focus, .main-header .basket:not([disabled]):not(.disabled):active {
  color: #fff;
}

.main-header .basket:not([disabled]):not(.disabled):hover span, .main-header .basket:not([disabled]):not(.disabled):focus span, .main-header .basket:not([disabled]):not(.disabled):active span {
  /* background-color: #fcc83a; */
}

.main-header .btn-show-menu {
  display: none;
  margin: 0;
  font-size: 2em;
  padding: 1rem;
  color: #fff;
}

.main-header .mobile-nav {
  font-family: 'PT Serif', sans-serif;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 5rem;
  left: 5rem;
  visibility: hidden;
  transition: top .5s ease, transform .5s ease, opacity .5s ease;
  transform: translateY(-100%);
  backface-visibility: hidden;
  box-shadow: 0 0 .5rem #000;
  opacity: 0;
}

.main-header .mobile-nav.active {
  top: 78px;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.main-header .mobile-nav .container {
  -webkit-box-shadow: 0 5px 0 -5px #000;
  box-shadow: 0 5px 0 -5px #000;
}

.main-header .mobile-nav a {
  font-size: 18px;
  line-height: 20px;
  display: block;
  padding: 15px 10px;
  text-align: center;
  color: #1f265c;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.main-header .mobile-nav a:last-of-type {
  border-bottom: 0;
}

.site-logo-desktop {
  font-size: 18px;
  line-height: 18px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 140px;
  color: #1f265c;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.site-logo-desktop img {
  position: absolute;
  top: -20px;
  left: 0;
}

.site-logo-desktop span {
  display: block;
}

.site-logo-desktop span.big {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}

.site-logo-desktop:hover, .site-logo-desktop:focus, .site-logo-desktop:active, .site-logo-desktop.active {
  text-decoration: none;
  color: #1f265c;
}

.site-logo-desktop:not([disabled]):not(.disabled):hover, .site-logo-desktop:not([disabled]):not(.disabled):focus, .site-logo-desktop:not([disabled]):not(.disabled):active {
  text-decoration: none;
  color: #1f265c;
}

.navigation-desktop .site-nav {
  font-size: 17px;
  line-height: 30px;
justify-content: space-between;
}

.navigation-desktop .site-nav li {
  position: relative;
 
}

.navigation-desktop .site-nav li a {
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
 color: #283b7c;
}

.navigation-desktop .site-nav li a:hover, .navigation-desktop .site-nav li a:focus, .navigation-desktop .site-nav li a:active, .navigation-desktop .site-nav li a.active {
  text-decoration: none;
  color: #1f265c;
  outline: none;
}

.navigation-desktop .site-nav li a:hover:before, .navigation-desktop .site-nav li a:focus:before, .navigation-desktop .site-nav li a:active:before, .navigation-desktop .site-nav li a.active:before {
  opacity: 1;
}

.navigation-desktop .site-nav li a:not([disabled]):not(.disabled):hover, .navigation-desktop .site-nav li a:not([disabled]):not(.disabled):focus, .navigation-desktop .site-nav li a:not([disabled]):not(.disabled):active {
  text-decoration: none;
  color: #1f265c;
  outline: none;
}

.navigation-desktop .site-nav li a:not([disabled]):not(.disabled):hover:before, .navigation-desktop .site-nav li a:not([disabled]):not(.disabled):focus:before, .navigation-desktop .site-nav li a:not([disabled]):not(.disabled):active:before {
  opacity: 1;
}

.main-page .navigation-desktop {
  margin-top: -40px;
}

.main-section {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.main-section:before {
  position: absolute;
  z-index: 2;
  top: -9px;
  right: 0;
  left: 0;
  display: block;
  height: 9px;
  content: '';
  background: url('../img/white-corner-top.png') repeat-x;
}

.main-section:first-child:before {
  display: none;
}

.main-section:last-of-type {
  z-index: 2;
}

/*.main-section:last-of-type:after
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -9px;
    left: 0;

    display: block;

    height: 9px;

    content: '';

    background: url('../img/white-corner-bottom.png') repeat-x;
}*/
.main-section .main-section {
  padding-bottom: 0;
}

.main-section .main-section:before, .main-section .main-section:after {
  display: none;
}

.main-section--white {
  background-color: #fff;
}

.main-section--yellow {
  padding-top: 109px;
  background: url('../img/top_bg.webp') no-repeat;
}

.main-section--yellow:before {
  top: 0;
  background: url('../img/white-corner-bottom.png') repeat-x;
}

.main-section--header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-section--header:before {
  display: none;
}

.main-section--no-padding {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.inner-section {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 40px;
}

.inner-section:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 400px;
  content: '';
  border-bottom: 1px dashed #000;
}

.main-map {
  /* height: 422px; */
}

.main-map iframe {
  width: 100%;
}

.title {
  position: relative;
}

.title.main-title {
  margin-bottom: 2rem;
  padding-bottom: 10px;
  text-align: center;
  color: #283b7c;
  font-size: 20px;
}
.title.main-title h2 {
 color: #283b7c;
 font-size: 54px; 
 font-weight: bold;
    text-transform: uppercase;
}
/* .title.main-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 36px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e6ba45;
} */

.title--blue {
  margin-bottom: 25px;
  color: #1f265c;
}

.title--blue h1 {
  line-height: 46px;
}

.title--blue h3 {
  line-height: 40px;
}

.title--blue:before {
  display: none;
}

.title.page-title {
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.title.page-title .inner {
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin: 0;
}

.title.page-title .inner:before {
  position: absolute;
  right: -55px;
  bottom: 20px;
  display: block;
  width: 37px;
  height: 3px;
  content: '';
  background-color: #d0bda8;
}

.b-breadcrumbs {
  margin-bottom: 20px;
}

.b-breadcrumbs ul {
  font-size: 13px;
  display: block;
  padding: 0;
  list-style: none;
}

.b-breadcrumbs ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  vertical-align: top;
}

.b-breadcrumbs ul li a {
  text-decoration: underline;
  color: #000;
}

.b-breadcrumbs ul li a:hover, .b-breadcrumbs ul li a:focus, .b-breadcrumbs ul li a:active, .b-breadcrumbs ul li a.active {
  color: #623015;
}

.b-breadcrumbs ul li a:not([disabled]):not(.disabled):hover, .b-breadcrumbs ul li a:not([disabled]):not(.disabled):focus, .b-breadcrumbs ul li a:not([disabled]):not(.disabled):active {
  color: #623015;
}

.b-breadcrumbs ul li:before {
  position: absolute;
  top: 50%;
  right: -18px;
  display: block;
  content: '\f178';
  font-family: 'FontAwesome';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-breadcrumbs ul li:last-of-type a {
  text-decoration: none;
  color: #623015;
}

.b-breadcrumbs ul li:last-of-type:before {
  display: none;
}

.diamond-block {
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 154px;
  height: 154px;
  margin: 30px;
  color: #000;
  outline: none !important;
}

.diamond-block .diamond-wrapper {
  /* font-family: 'PT Serif', sans-serif; */
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  outline: none !important;
  background-color: #fff;
}

.diamond-block a.diamond-wrapper {
  text-decoration: underline;
  color: #000;
}

.diamond-block a.diamond-wrapper:hover {
  color: #1f265c;
}

.diamond-block .diamond-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.diamond-block .diamond-heading {
  font-family: 'PT Serif', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
  color: #1f265c;
}

.diamond-block.diamond-slide {
  margin: 45px 42px;
}

.diamond-block.diamond-slide .diamond-wrapper {
  border: 1px solid #d6d5ae;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}

.diamond-block.diamond-slide .diamond-content {
  padding: 0 10px;
}

.diamond-block.diamond-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.diamond-block.slider-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.diamond-block.slider-arrow .diamond-wrapper {
  background-color: #fff;
}

.diamond-block.slider-arrow.slider-arrow-left {
  left: 10px;
}

.diamond-block.slider-arrow.slider-arrow-right {
  right: 10px;
}

.diamond-block .diamond-slider {
  font-size: 16px;
  height: 100%;
  padding: 30px 0 0;
}

.diamond-block .diamond-slider .diamond-heading {
  font-size: 24px;
  text-transform: uppercase;
}

.diamond-block .diamond-slider .slider-content {
  height: 100%;
  margin: 0 20px;
}

.diamond-block .diamond-slider .slick-slide {
  font-size: 18px;
  outline: none;
}

.diamond-block .diamond-slider .slick-slide:hover, .diamond-block .diamond-slider .slick-slide:focus, .diamond-block .diamond-slider .slick-slide:active, .diamond-block .diamond-slider .slick-slide.active {
  outline: none;
}

.diamond-block .diamond-slider .slick-slide:not([disabled]):not(.disabled):hover, .diamond-block .diamond-slider .slick-slide:not([disabled]):not(.disabled):focus, .diamond-block .diamond-slider .slick-slide:not([disabled]):not(.disabled):active {
  outline: none;
}

.diamond-block .diamond-slider .slider-dots {
  position: relative;
  top: 65px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.diamond-block .diamond-slider .slider-dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 5px;
  padding: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  background-color: #e7ebb2;
}

.diamond-block .diamond-slider .slider-dots li.slick-active {
  background-color: #5f5a1d;
}

.diamond-block .diamond-slider .slider-dots button {
  display: none !important;
}

.diamond-block.big {
  width: 300px;
  height: 300px;
}

.diamond-block.medium {
  width: 167px;
  height: 167px;
}

.diamond-block.small {
  width: 150px;
  height: 150px;
}

.diamond-block.extra-small {
  width: 50px;
  height: 50px;
  margin: 0;
}

.diamond-block.yellow .diamond-wrapper {
  color: #000;
  background-color: #e6ba45;
}

.diamond-block.yellow:hover .diamond-wrapper {
  background-color: #fcc83a;
}

.diamond-block.green .diamond-wrapper {
  color: #fff;
  background-color: #605b18;
}

.diamond-block.green:hover .diamond-wrapper {
  color: #e6ba45;
}

.diamond-block.blue {
  font-size: 20px;
}

.diamond-block.blue .diamond-wrapper {
  color: #fff;
  background-color: #1f265c;
}

.diamond-block.blue .icon-angle-down {
  color: #fff;
}

.diamond-block.blue:hover .diamond-wrapper {
  color: #e6ba45;
}

.diamond-block.blue:hover .diamond-wrapper .icon-angle-down {
  color: #fff;
}

.diamond-block.has-image .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.diamond-block.has-image:hover .image {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.diamond-block.news-slider {
  position: absolute;
  top: 5px;
  left: 160px;
}

.diamond-block.news-slider .diamond-wrapper {
  border: 1px solid #d3d2a8;
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}

.diamond-block.news-slider .diamond-wrapper .slider-arrow .diamond-wrapper {
  border-color: #e7ebb2;
  background-color: #e7ebb2;
}

.diamond-block.news-slider .diamond-wrapper .slider-arrow:hover .diamond-wrapper {
  background-color: #ebf19f;
}

.diamond-block.news-slider .diamond-wrapper .slider-arrow-left {
  left: -58px;
}

.diamond-block.news-slider .diamond-wrapper .slider-arrow-right {
  right: -58px;
}

.diamond-block.how-works {
  width: 14rem;
  height: 14rem;
  margin: 0;
  margin-top: 60px;
  margin-right: 5px;
  margin-bottom: 130px;
}

.diamond-block.how-works .icon {
  position: relative;
}

.diamond-block.how-works .icon_step1 {
  left: 12px;
}

.diamond-block.how-works .icon_step3 {
  left: 5px;
}

.diamond-block.how-works:before {
  position: absolute;
  left: 85%;
  display: block;
  width: 142px;
  height: 46px;
  content: '';
}

.diamond-block.how-works .diamond-wrapper {
  -webkit-transition: border .2s;
  -o-transition: border .2s;
  transition: border .2s;
  border: 1px solid;
  background-color: #fff;
}

.diamond-block.how-works .diamond-content {
  width: 100%;
  height: 100%;
  text-align: center;
}

.diamond-block.how-works .diamond-img {
  /* margin-bottom: 10px; */
}

.diamond-block.how-works:nth-of-type(odd) {
  top: 85px;
}

.diamond-block.how-works:nth-of-type(odd) .diamond-wrapper {
  border-color: #eac766;
}

.diamond-block.how-works:nth-of-type(odd):before {
  bottom: -30px;
  background: url('../img/main-page-arrow-rounded-1.png') no-repeat center center;
}

.diamond-block.how-works:nth-of-type(even) .diamond-wrapper {
  border-color: #d5d4ac;
}

.diamond-block.how-works:nth-of-type(even):before {
  top: -35px;
  background: url('../img/main-page-arrow-rounded-2.png') no-repeat center center;
}

.diamond-block.how-works:last-of-type:before {
  display: none;
}

.diamond-block.how-works:hover .diamond-wrapper {
  border-color: #e6ba45;
}

.diamond-block.how-works:hover .diamond-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.diamond-container {
  margin-bottom: 20px;
  padding: 40px 0 90px 0;
}

.main-diamonds-container {
  position: relative;
  top: -191px;
  height: 625px;
}

.main-diamonds-container .diamond-block-1, .main-diamonds-container .diamond-block-2, .main-diamonds-container .diamond-block-3, .main-diamonds-container .diamond-block-4, .main-diamonds-container .diamond-block-5, .main-diamonds-container .diamond-block-6, .main-diamonds-container .diamond-block-7, .main-diamonds-container .diamond-block-8, .main-diamonds-container .diamond-block-9, .main-diamonds-container .diamond-block-10, .main-diamonds-container .diamond-block-11, .main-diamonds-container .diamond-block-12, .main-diamonds-container .diamond-block-13, .main-diamonds-container .diamond-block-14, .main-diamonds-container .diamond-block-15 {
  position: absolute;
  top: 0;
}

.main-diamonds-container .diamond-block-1 {
  top: 298px;
  left: 342px;
}

.main-diamonds-container .diamond-block-2 {
  top: -31px;
  left: 14px;
}

.main-diamonds-container .diamond-block-3 {
  top: -140px;
  left: 342px;
}

.main-diamonds-container .diamond-block-4 {
  top: 187px;
  left: 14px;
}

.main-diamonds-container .diamond-block-5 {
  top: 79px;
  left: 560px;
}

.main-diamonds-container .diamond-block-6 {
  top: 406px;
  left: 232px;
}

.main-diamonds-container .diamond-block-7 {
  top: -139px;
  left: 560px;
}

.main-diamonds-container .diamond-block-8 {
  top: 297px;
  left: 560px;
}

.main-diamonds-container .diamond-block-9 {
  top: -32px;
  left: 451px;
}

.main-diamonds-container .diamond-block-10 {
  top: -140px;
  left: 123px;
}

.main-diamonds-container .diamond-block-11 {
  top: 297px;
  left: 123px;
}

.main-diamonds-container .diamond-block-12 {
  top: 189px;
  left: 451px;
}

.main-diamonds-container .diamond-block-13 {
  top: 189px;
  left: 669px;
}

.main-diamonds-container .diamond-block-14 {
  top: -140px;
  left: 123px;
}

.main-diamonds-container .diamond-block-15 {
  top: -30px;
  left: 670px;
}

.partners-diamond-container {
  margin-top: -6.5rem;
}

.partners-diamond-container:first-of-type {
  margin-top: 2rem;
}

.partners-diamond-container:last-of-type {
  /* margin-bottom: 300px; */
}

.partners-diamond-container .diamond .diamond-container .diamond-wrapper .diamond-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: auto;
  max-width: 65%;
  height: auto;
  min-height: auto;
  max-height: 80%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.diamond {
  position: relative;
  display: inline-block;
}

.diamond.big {
  width: 436px;
  height: 436px;
}

.diamond-detail-right {
  position: absolute;
  right: -102%;
  top: 0;
}

.diamond.medium {
  width: 200px;
  height: 200px;
}

.diamond.small {
  width: 150px;
  height: 150px;
}

.diamond.extra-small {
  width: 50px;
  height: 50px;
  margin: 0;
  display: inline-flex;
}

.diamond .diamond-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.diamond .diamond-container .diamond-wrapper {
  position: absolute;
  top: -999px;
  right: -999px;
  bottom: -999px;
  left: -999px;
  overflow: hidden;
  width: 70%;
  height: 70%;
  margin: auto;
  padding: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #e2d3bb;
  box-shadow: 0 0 0 1px #e2d3bb;
}

.diamond .diamond-container .diamond-wrapper .diamond-content {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.diamond .diamond-container .diamond-wrapper .diamond-content img {
  min-height: 100%;
}

.diamond .diamond-container .diamond-wrapper .diamond-content a, .diamond .diamond-container .diamond-wrapper .diamond-content a:hover {
  color: #000;
  text-decoration: none;
}

.diamond .slider-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  /* left: 8px; */
  margin-top: -26px;
}

.diamond .slider-arrow-right {
  /* right: 9px; */
  left: auto;
}

.diamond .slider-arrow .diamond-wrapper {
  padding: 0;
  color: #372424;
  border: none;
  background-color: #ecddc6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.diamond .slider-arrow .diamond-wrapper .diamond-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.how-works-inner .how-works {
  top: 0;
  display: block;
  margin-top: 0;
  margin-bottom: -55px;
}

.how-works-inner .how-works:nth-of-type(odd) {
  top: 0;
}

.how-works-inner .how-works:nth-of-type(odd):before {
  top: 40px;
  left: 110%;
  transform: rotate(45deg);
  background: url('../img/main-page-arrow-rounded-2.png') no-repeat center center;
}

.how-works-inner .how-works:nth-of-type(even) {
  top: 0;
}

.how-works-inner .how-works:nth-of-type(even):before {
  top: 280px;
  left: 0;
  transform: rotate(45deg);
  background: url('../img/main-page-arrow-rounded-1.png') no-repeat center center;
}

.how-works-inner .how-works:last-of-type {
  margin-bottom: 50px;
}

.how-works-inner .how-works-1 {
  margin-left: 0;
}

.how-works-inner .how-works-2 {
  margin-left: 155px;
}

.how-works-inner .how-works-2 .tooltip {
  position: absolute;
  top: 0;
  left: 100%;
}

.how-works-inner .how-works-3 {
  margin-left: 310px;
}

.how-works-inner .how-works-4 {
  margin-left: 465px;
}

.b-stylized-list {
  padding-top: 25px;
}

.b-stylized-list .list-elem {
  position: relative;
  min-height: 100px;
  margin-bottom: 30px;
  padding-left: 70px;
}

.b-stylized-list .list-elem:last-of-type {
  margin-bottom: 0;
}

.b-stylized-list .list-elem .number {
  font-family: 'PT Serif', sans-serif;
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1px #2c3300, 0 0 1px #c7d287, 0 0 0 #c7d287, 0 0 1px #c7d287, 0 0 1px #c7d287, 0 0 1px #c7d287, 0 0 0 #c7d287, 0 0 1px #c7d287;
}

.b-stylized-list .list-elem:nth-child(even) .number {
  text-shadow: 0 0 1px #884f00, 0 0 1px #fdc373, 0 0 1px #fdc373, 0 0 1px #fdc373, 0 0 1px #fdc373, 0 0 1px #fdc373, 0 0 1px #fdc373, 0 0 1px #fdc373;
}

.main-aside {
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
  padding: 35px 0 30px;
  border-top: 1px solid #623015;
  border-bottom: 1px solid #623015;
  margin-top: 40px;
}

.main-aside:before, .main-aside:after {
  position: absolute;
  left: 50%;
  display: block;
  width: 28px;
  height: 15px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-aside:before {
  top: -14px;
  background: url('../img/aside-corner-top.png');
}

.main-aside:after {
  bottom: -14px;
  background: url('../img/aside-corner-bottom.png');
}

.main-aside ul {
  padding: 0;
  list-style: none;
}

.main-aside ul li {
  margin-bottom: 10px;
  padding: 0;
  padding-left: 20px;
}

.main-aside ul li a {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-decoration: underline;
  color: #000;
}

.main-aside ul li a:hover, .main-aside ul li a:focus, .main-aside ul li a:active, .main-aside ul li a.active {
  color: #623015;
}

.main-aside ul li a:not([disabled]):not(.disabled):hover, .main-aside ul li a:not([disabled]):not(.disabled):focus, .main-aside ul li a:not([disabled]):not(.disabled):active {
  color: #623015;
}

.main-aside ul li:last-of-type {
  margin-bottom: 0;
}

.main-aside ul li.active a {
  position: relative;
  text-decoration: none;
  color: #623015;
}

.main-aside ul li.active a:before {
  position: absolute;
  top: 50%;
  left: -20px;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-color: #623015;
}

.aside {
  padding-right: 40px;
}

.contacts-block {
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #fdb24a;
}

.contacts-block .title {
  font-family: 'PT Serif', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.contacts-block:nth-child(even) {
  border: 1px solid #a1b436;
}

.employee-block {
  position: relative;
  margin-bottom: 8rem;
  margin-top: 2rem;
  display: block;
  color: inherit;
}

a.employee-block:hover .name {
  text-decoration: underline;
}

.employee-block:hover {
  text-decoration: none;
}

.employee-block .diamond {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.employee-block .diamond .diamond-wrapper {
  background-color: #fff;
}

.employee-block .diamond .diamond-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.employee-block.small {
  font-size: 15px;
}

.employee-block.small .diamond {
  width: 150px;
  height: 150px;
}

.employee-block.small .employee-content {
  font-size: 15px;
  padding: 15px 20px 15px 65px;
}

.employee-block.last {
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.employee-content {
  min-height: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.1;
  position: relative;
  margin-left: 85px;
  padding: 1rem 1rem 1rem 8rem;
  color: #000;
  border: 5px solid #ebddc6;
  background-color: #ebddc6;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.employee-content .name {
  font-weight: bold;
  font-family: 'PT Serif', sans-serif;
  margin-bottom: 1rem;
}

.employee-title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: flex;
  align-items: baseline;
}

.employee-title span {
  font-family: 'PT Serif', sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 2;
  padding-right: .5rem;
  background-color: #fff;
  flex-shrink: 0;
}

.employee-title:after {
  position: relative;
  /*height: 100%;*/
  width: 100%;
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
  display: block;
  content: '';
  border-bottom: 1px dashed #000;
}

.b-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.b-product {
  position: relative;
  margin: 0 0 25px 0;
  padding: 15px 10px 10px;
  color: #000;
  border: 1px solid #ecddc6;
  flex-grow: 0;
  width: 32%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.b-product:not(:nth-child(3n)) {
  margin-right: 2%;
}

.b-product .tag {
  line-height: 25px;
  min-width: 50%;
  text-align: center;
  position: absolute;
  top: -12px;
  right: -1px;
  padding: 0 10px;
  color: #fff;
  background-color: #ecddc6;
}

.b-product .title {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
  padding-top: .5rem;
  text-align: center;
  text-decoration: underline;
  color: #000;
  font-family: 'PT Sans', Sans;
}

.b-product .image .title {
  height: 100%;
}

.b-product .title:hover, .b-product .title:focus, .b-product .title:active, .b-product .title.active {
  color: #623015;
}

.b-product .title:not([disabled]):not(.disabled):hover, .b-product .title:not([disabled]):not(.disabled):focus, .b-product .title:not([disabled]):not(.disabled):active {
  color: #623015;
}

.b-product .image {
  height: 240px;
  margin-bottom: 10px;
  text-align: center;
}

.b-product .image img {
  max-width: 100%;
  max-height: 100%;
}

.b-product .product-form {
  margin-bottom: 0;
}

.b-product .product-form .select {
  /* float: left; */
  /* width: 48%; */
  /* margin-bottom: 10px; */
}

.b-product .product-form .form-group {
  display: inline-block;
  /* float: right; */
  /* width: 48%; */
  /* margin-bottom: 10px; */
  /* text-align: right; */
  vertical-align: top;
}

.b-product .tag.green {
  background-color: #a1b436;
}

.b-product .tag.orange {
  background-color: #ffb33e;
}

.b-product .tag.brown {
  background-color: #322121;
}

.b-product-title {
  font-family: 'PT Serif';
  font-size: 30px;
  margin-bottom: 30px;
}

.b-product-title .big {
  font-size: 72px;
}

.b-product-title .green {
  color: #a1b436;
}

.b-product-title .star-text {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.b-product-title .star-text .green {
  font-family: 'PT Serif';
}

.product-form {
  max-width: 340px;
  margin-bottom: 55px;
}

.product-form .checkbox {
  display: inline-block;
}

.b-product-nutritional {
  margin-bottom: 65px;
}

.b-product-nutritional .title {
  font-family: 'PT Serif';
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.b-product-nutritional .elem-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.b-product-nutritional .elem {
  min-width: 120px;
  margin-right: 10px;
  padding: 20px;
  text-align: center;
  border: 1px solid #a1b436;
}

.b-product-nutritional .elem .title {
  font-size: 16px;
  margin-bottom: 15px;
}

.b-product-nutritional .elem .content {
  font-size: 15px;
}

.b-product-nutritional .elem:nth-of-type(even) {
  border: 1px solid #fdb24a;
}

.b-block-has-icon {
  position: relative;
  margin-bottom: 45px;
  padding-left: 60px;
}

.b-block-has-icon .title {
  margin-bottom: 25px;
}

.b-block-has-icon .title .green-link {
  margin-left: 25px;
  text-decoration: none;
  color: #acbd4e;
}

.b-block-has-icon .icon {
  width: 46px;
  height: 50px;
}

.b-block-has-icon .abs-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
}

.b-block-has-icon .abs-icon.green {
  color: #acbd4e;
}

.b-block-has-icon .abs-icon.yellow {
  color: #fdb755;
}

.b-product-slider {
  position: relative;
}

.b-product-slider .main-slider {
  height: 460px;
  margin-left: 122px;
}

.b-product-slider .slider-aside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 120px;
}

.sertificates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 300px; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sertificate {
  position: relative;
  display: inline-block;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #fdb24a;
  background-color: #fff;
}

.sertificate:nth-of-type(4n) {
  margin-right: 0;
}

.sertificate img {
  width: 100%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.sertificate .icon-show {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #653c25;
}

.sertificate:nth-of-type(even) {
  border: 1px solid #a1b436;
}

.sertificate:hover img {
  opacity: .5;
}

.sertificate:hover .icon-show {
  opacity: 1;
}

.vacancy {
  display: flex;
  margin-bottom: 25px;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
}

.vacancy .vacancy-title {
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #000;
}

.vacancy .vacancy-content {
  position: relative;
  width: 50%;
  padding-left: 85px;
}

.vacancy .vacancy-content .date-tag {
  position: absolute;
  top: 3px;
  left: 0;
}

.paginator {
  margin: 0;
  text-align: center;
}

.paginator ul {
  /* font-size: ; */
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.paginator ul li {
  display: inline-block;
  vertical-align: top;
}

.paginator ul li span, .paginator ul li a {
  font-size: 14px;
  line-height: 34px;
  display: block;
  padding: 0 15px;
  content: '';
  -webkit-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  color: #000;
  border: 1px solid #ecddc6;
  border-right: none;
}

.paginator ul li span:hover, .paginator ul li a:hover {
  text-decoration: none;
  color: #623015;
  background-color: #ecddc6;
}

.paginator ul li:last-of-type a, .paginator ul li:last-of-type span {
  border-right: 1px solid #ecddc6;
}

.paginator ul li.active a, .paginator ul li.active span {
  color: #623015;
  background-color: #ecddc6;
}

.main-map {
  overflow: hidden;
}

.main-map img {
  max-width: 100%;
}

.main-footer {
  position: relative;
  padding: 80px 0 100px;
  z-index: 3;
  color: #fff;
  /* background: url('../img/second-pattern.png') repeat #1f265c; */
}

.main-footer .nav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-footer .nav li {
  margin: 0 .5rem;
}

.main-footer .nav a {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
  color: #e6ba45;
}

.main-footer .nav a:hover, .main-footer .nav a:focus, .main-footer .nav a:active, .main-footer .nav a.active {
  text-decoration: none;
  color: #fcc83a;
  outline: none;
}

.main-footer .nav a:not([disabled]):not(.disabled):hover, .main-footer .nav a:not([disabled]):not(.disabled):focus, .main-footer .nav a:not([disabled]):not(.disabled):active {
  text-decoration: none;
  color: #fcc83a;
  outline: none;
}

.main-footer .phone {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 13px;
}

.main-footer .phone .footer-phone {
  margin-right: 5px;
}

.main-footer .footer-container {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 0;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.main-footer .footer-col {
  /* -webkit-flex-basis: 285px; */
  /* -ms-flex-preferred-size: 285px; */
  /* flex-basis: 285px; */
  /* -webkit-flex-shrink: 0; */
  /* -ms-flex-negative: 0; */
  flex-shrink: 0;
}

.main-footer .footer-col--center {
  /* -webkit-flex-shrink: 1; */
  /* -ms-flex-negative: 1; */
  /* flex-shrink: 1; */
  /* -webkit-flex-basis: 100%; */
  /* -ms-flex-preferred-size: 100%; */
  /* flex-basis: 100%; */
}

.main-footer .footer-logo {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.main-footer .footer-logo img {
  position: relative;
  top: -15px;
  margin-right: 20px;
}

.main-footer .footer-logo .bold {
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.main-footer .copyrights {
  position: relative;
  padding-top: 1rem;
  /* top: -37px; */
}

.main-footer .copyrights img {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.modal .close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #1f265c;
}

.modal .close .icon {
  width: 16px;
  height: 16px;
}

.modal .modal-dialog {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  padding: 30px;
  background: url('../img/main-pattern.png') repeat center center #fcffc1;
}

.modal .modal-body {
  padding: 40px 70px;
  background-color: #fff;
}

.modal .modal-body .title {
  position: relative;
  margin-bottom: 50px;
}

.modal .modal-body .title:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 36px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e6ba45;
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-group:last-of-type {
  margin-bottom: 0;
}

.form-group label {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}

.form-group label span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.form-group label input, .form-group label textarea {
  line-height: 20px;
  display: block;
  width: 100%;
  padding: 8px 10px;
  -webkit-transition: color .3s, border-color .3s;
  -o-transition: color .3s, border-color .3s;
  transition: color .3s, border-color .3s;
  border: 1px solid #e6ba45;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group label input:hover, .form-group label textarea:hover, .form-group label input:focus, .form-group label textarea:focus, .form-group label input:active, .form-group label textarea:active {
  border-color: #fcc83a;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group label textarea {
  resize: none;
}

.form-group .icon-clip {
  width: 17px;
  height: 16px;
  margin-right: 5px;
}

.label-check {
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
}

.label-check a {
  text-decoration: underline;
  color: #000;
}

.label-check .check {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  color: #623015;
  border: 1px solid #623015;
}

.label-check .check .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.label-check .check.active .icon {
  opacity: 1;
}

.product-form .label-check {
  font-weight: 300;
  display: inline-block;
  margin-bottom: 0;
}

.product-form .label-check span {
  font-weight: 300;
}

.bootstrap-select .dropdown-toggle {
  line-height: 14px;
  padding: 10px 40px 10px 20px;
  border: 1px solid #e6ba45;
  background-color: #fff;
}

.bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
  border-color: #fcc83a;
  outline: none;
  background-color: #fff;
}

.bootstrap-select .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bootstrap-select .dropdown-menu {
  padding: 0;
}

.bootstrap-select .dropdown-menu a {
  line-height: 18px;
  display: block;
  padding: 10px 20px;
  color: #000;
}

.bootstrap-select .dropdown-menu.open .dropdown-menu.inner {
  display: block;
}

.product-form .main-select {
  /* width: 40% !important; */
}

.product-form .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 20px; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-form .label-check span {
  margin-bottom: 0;
}

.basket-block {
  margin-bottom: 35px;
  padding-right: 40px;
}

.basket-elem {
  position: relative;
  margin-bottom: 15px;
  padding: 35px 20px 50px 175px;
  border-bottom: 1px dashed #000;
}

.basket-elem .image {
  position: absolute;
  top: 5px;
  bottom: 20px;
  left: 0;
  width: 160px;
  margin-right: 13px;
}

.basket-elem .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.basket-elem .remove {
  position: absolute;
  /*top: 0;
  right: 0;
  width: 16px;
  height: 16px;*/
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  color: #e6ba45;
}

.basket-elem .remove .basket-elem-remove {
  width: 100%;
  height: 100%;
}

.basket-elem .remove:hover {
  color: #fcc83a;
}

/* Наши сакральные доработки */
* {
  outline: none;
}

body.inside {
  background-color: #fcffc1;
  background-image: url('../img/main-pattern.png');
}

.inside .main-section {
  background-color: #fff;
}

.inside .main-footer {
  margin-top: -1rem;
}

.inside .main-section--first {
  background-image: none;
  background-color: transparent;
  z-index: 3;
}

.navigation-desktop {
  z-index: 2;
}

.main-header .language {
  display: inline-block;
  padding-right: 28px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}

.main-header .language ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -.2rem;
  left: .5rem;
  background-color: #fff;
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease;
  box-shadow: 0 0 0.5rem -0.2rem #000;
  /* line-height : 1.2; */
}

.main-header .language a:hover {
  text-decoration: none !important;
}

.main-header .language .selected {
  color: #fff;
  cursor: pointer;
}

.main-header .language .selected.is-open + ul {
  visibility: visible;
  opacity: 1;
}

.main-header .language ul li a {
  display: block;
  padding: .2rem .5rem;
  border-bottom: 1px solid #eee;
  /* line-height : 1.2; */
}

/*
.diamond-block-15:after {
  display : inline-block;
  width : 875px;
  height : 875px;
  background-image : url('../img/deco_right.png');
  background-size : contain;
  position : absolute;
  content : '';
  left : 0;
  top : 0;
  background-color : rgba(0,0,0,0.5);
}
*/
.main-header-container .text-right {
  padding-right: 0;
}

.navigation-desktop .col-8 {
  padding-right: 0;
}

.main-section .container .row .col-xl-9 {
  padding-right: 0;
  padding-left: 0;
}

.diamond-block .diamond-slider .slider-dots {
  position: relative;
  top: 65px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dotted .slider-dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 5px;
  padding: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  background-color: #e7ebb2;
}

.slick-dotted .slider-dots li.slick-active {
  background-color: #5f5a1d;
}

.slick-dotted .slider-dots button {
  display: none !important;
}

.diamond-block.news-slider {
  position: absolute;
  top: -62px;
  left: 92px;
}

.news-slider .slick-slide {
  padding: 0 7rem;
}

.slick-list {
  height: 100%;
}

.news-slider .slick-track {
  height: 100%;
}

.news-slider .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.slick-dotted {
  position: relative;
}

.slick-dotted .slider-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 3rem;
  width: 100%;
}

.slick-dotted .slider-dots li {
  cursor: pointer;
}

.diamond-block.news-slider .diamond-heading {
  font-family: 'PT Serif', sans-serif;
  margin: 0;
  text-align: center;
  color: #1f265c;
  position: absolute;
  top: 6rem;
  width: 100%;
  text-align: center;
  z-index: 2;
}

span.arrowIcon.arrow-down {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0rem;
  left: 50%;
  margin-left: -.5rem;
}

.main .news-slider p {
  margin: 0;
}

.main .news-slider p.date {
  font-family: 'PT Serif', sans-serif;
  font-weight: bold;
  padding-top: 1rem;
}

.main-section .decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center -15px;
  background-image: url(../img/sides.png);
  background-repeat: no-repeat;
  background-size: 2500px auto;
  /* transform: translateX(5px); */
}

.inside .b-stylized-list .list-elem {
  display: flex;
  padding-left: 0px;
  align-items: flex-start;
}

.inside .b-stylized-list .list-elem .number {
  position: static;
  margin-right: 1rem;
  flex-grow: 0;
  flex-shrink: 0;
  transform: translateY(0);
}

.inside .main-section .decor {
  background-position: center top;
  /* transform: translateY(-170px); */
  margin-top: -170px;
  z-index: 2;
}

.slider-arrow {
  background-color: #e7ebb2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners .slider-arrow {
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.67rem;
}

.partners .slick-slide {
  height: auto;
}

.partners .slick-list {
  height: auto;
}

body {
  overflow-x: hidden;
}

.howwework {
  z-index: 3;
}

.container {
  position: relative;
}

.deco {
  display: inline-block;
  position: absolute;
  border: 1px solid #dadcce;
  width: 40rem;
  height: 40rem;
  transform: rotate(45deg);
  left: -42rem;
  /* background: red; */
  top: -22rem;
  z-index: 9;
}

.deco.bottom {
  left: auto;
  right: -48rem;
  top: auto;
  bottom: 0;
}

.slider-arrow-left {
  transform: rotate(-45deg);
  left: 18px;
}

.slider-arrow-right {
  transform: rotate(135deg);
  right: 18px;
}

.main-footer {
  position: relative;
  padding: 180px 0 0 0;
  color: #fff;
  background-image: url(../img/bg_footer2.webp);
  background-repeat: no-repeat;
}

.inside .container {
  z-index: 3;
  position: relative;
}

.modal-dialog {
  pointer-events: all;
}

.label-check input + i {
  border: 1px solid #000;
  color: transparent;
}

.form-group label i {
  margin-right: .5rem;
  width: 1.1em;
  height: 1.2em;
}

.label-check input:checked + i {
  color: #000;
}

.form-group label.label-check {
  padding: 0;
  display: flex;
  align-items: center;
}

.modal-dialog .form-group label.label-check {
  align-items: flex-start;
}

.form-group label.label-check span {
  font-weight: normal;
  margin: .1rem .5rem 0 0;
  font-size: .7rem;
  position: relative;
}

.label-check span input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}

.product-form .form-group label.label-check span {
  margin-right: 0;
}

.form-group.buttons {
  text-align: right;
}

.slider-arrow .arrowIcon {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-left: 3px solid #000;
  border-top: 3px solid #000;
}

.main-section--first {
  padding-bottom: 100px;
}

.inside .main-section--first {
  padding-bottom: 40px;
}

.diamond-block.how-works .icon {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
}

.diamond-block.how-works.item1 .icon {
  background-image: url('../img/work_ico1.png');
}

.diamond-block.how-works.item2 .icon {
  background-image: url('../img/work_ico2.png');
}

.diamond-block.how-works.item3 .icon {
  background-image: url('../img/work_ico3.png');
}

.diamond-block.how-works.item4 .icon {
  background-image: url('../img/work_ico4.png');
}

.how-works-inner {
  padding-left: 4rem;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

span.comment {
  position: absolute;
  height: auto;
  background-color: #fff;
  padding: .5rem 1rem;
  font-size: .9rem;
}

span.comment.green {
  background-color: #a4b12e;
  min-width: 18rem;
}

span.comment.yellow {
  background-color: #ffb23e;
  min-width: 27rem;
}

span.comment.right {
  left: 100%;
}

span.comment.top {
  top: 0%;
}

span.comment.left {
  right: 100%;
}

span.comment.bottom {
  bottom: -38%;
}

span.comment p {
  padding: 0;
  margin: 0;
}

span.comment:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border: .5rem solid;
}

span.comment.right:before {
  left: 1rem;
}

span.comment.top:before {
  top: 100%;
}

span.comment.green:before {
  border-color: #a4b12e transparent transparent #a4b12e;
}

span.comment.yellow:before {
  right: 1rem;
  bottom: 100%;
  border-color: transparent #ffb23e #ffb23e transparent;
}

p.speech:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  top: 100px;
  border: 15px solid;
  border-color: #fff transparent transparent #fff;
}

.partners-diamond-container {
  justify-content: center;
  display: flex;
}

.partners-diamond-container .diamond.medium {
  width: 15rem;
  height: 15rem;
  flex-grow: 0;
  flex-shrink: 0;
  transform: rotate(45deg);
  display: none;
}

.diamondAlter {
  display: inline-flex;
  width: 10.5rem;
  height: 10.5rem;
  border: 1px solid #e1d8d1;
  flex-grow: 0;
  flex-shrink: 0;
  transform: rotate(45deg);
  transform-origin: center center;
  justify-content: center;
  align-items: center;
  margin: 2.1rem;
  overflow: hidden;
}

.diamondAlter-content {
  transform: rotate(-45deg);
  transform-origin: center center;
  display: inline-flex;
  align-items: center;
}

.partners-diamond-container .diamondAlter-content img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.certificates {
  display: flex;
  flex-wrap: wrap;
}

.certificates .item {
  width: 25%;
  flex-grow: 0;
  position: relative;
  padding: .2rem;
  display: inline-flex;
}

.certificates .item div {
  position: relative;
  border: 1px solid;
  width: 100%;
  /*height: 100%;*/
  flex-grow: 1;
  padding: .5rem;
}

.certificates .item.half div {
  height: 55%;
}

.certificates .item:nth-child(even) div {
  border-color: #a0b536;
}

.certificates .item:nth-child(odd) div {
  border-color: #fdb34a;
}

.certificates .item div i {
  font-size: 3rem;
  color: #1f265c;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.5rem auto auto -1.5rem;
  opacity: 0;
  transition: opacity .5s ease;
}

.certificates .item:hover div i {
  opacity: 1;
}

.certificates .item img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.main-aside ul li.extra a {
  color: #a1b436;
}

.b-product .product-form > div {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.b-product .product-form > div > * {
  width: 100% !important;
  flex-grow: 0;
  flex-shrink: 1;
  /*padding-right: .5rem;*/
}

.b-product .product-form > div > * + * {
  padding-right: 0;
  padding-left: .5rem;
}

.bootstrap-select {
  background-color: #fff;
}

.product .page-title h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
}

.product .page-title h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: normal;
}

.productBase {
  display: flex;
}

.productBase > * {
  flex-grow: 0;
  width: 50%;
}

.productBase .gallery {
  display: flex;
}

.productBase .gallery .slick-list, .productBase .gallery .slick-slide {
  height: auto;
}

.productBase .gallery .small {
  width: 20%;
  margin-right: 1rem;
}

.productBase .gallery .small .slick-vertical .thumb {
  border: 1px solid #edddc6;
  position: relative;
  display: inline-flex;
  color: #000;
  width: 100%;
  height: 7.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin: .5rem 0;
}

.productBase .gallery .small .slick-vertical .thumb img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.productBase .gallery .small .slick-vertical .thumb p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 7px 4px;
  background-color: rgba(237, 221, 198, 0.75);
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productBase .gallery .small .slick-arrow {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #000;
  text-decoration: none !important;
}

.productBase .gallery .big {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.productBase .gallery .big img {
  display: inline-block;
  width: auto;
  height: auto;
  flex-grow: 0;
}

.productBase .gallery .big .image {
  max-width: 95%;
  max-height: 95%;
}

/*.productBaseData .price {
  width: 60%;
}*/

.productBaseData .price p {
  width: 60%;
}

.productBaseData .price p:first-child {
  width: 100%;
}

.productBaseData .price p:first-of-type {
  font-family: 'PT Sans', sans;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0;
}

.productBaseData .price p:first-of-type sup {
  color: #a0b534;
}

.productBaseData .price p:first-of-type b {
  font-size: 2.5em;
  font-weight: normal;
}

.productBaseData .price p + p {
  font-size: .9rem;
  position: relative;
  padding-left: 2rem;
  margin-top: .5rem;
}

.productBaseData .price p + p span {
  color: #a0b534;
  font-size: 2rem;
  position: absolute;
  left: .5rem;
  top: 0;
  line-height: 1rem;
  font-family: 'PT Sans', Serif;
}

.productBaseData .product-form {
  width: 60%;
  max-width: none;
  margin: 0 auto 2rem 0;
}

.productBaseData .product-form > div {
  width: 100%;
  padding: 1rem 0;
  display: flex;
}

.productBaseData .product-form > div .form-group {
  flex-shrink: 0;
  padding-left: 1rem;
}

.nutrition h4 {
  font-size: 1.25rem;
  font-family: 'PT Serif', Serif;
}

.nutrition .gridThree {
  display: flex;
}

.nutrition .gridThree span {
  width: 22%;
  display: inline-flex;
  margin-right: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0rem;
  border: 1px solid #a0b536;
}

.nutrition .gridThree span:nth-child(even) {
  border: 1px solid #fdb34a;
}

.nutrition .gridThree span p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.nutrition .gridThree span p:first-of-type {
  font-family: 'PT Serif';
  padding-bottom: .5rem;
  line-height: 1;
  font-weight: bold;
}

.nutrition .gridThree span p small {
  display: block;
}

.nutrition .gridThree span p + p {
}

.popupMenu {
  display: inline-block;
  position: relative;
}

.popupMenu.actionPopup > a {
  display: inline-block;
  line-height: 2rem;
  width: 2rem;
  text-align: center;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: auto;
  padding: .5rem 0 .2rem 0;
  /* color: #00459d; */
  text-decoration: none;
  cursor: pointer;
  margin: 0 .5rem 0rem 0rem;
  border-bottom: 1px dashed;
}

.popupMenu.actionPopup > a:hover, .popupMenu.actionPopup > a:focus {
  color: #195db4;
  border-bottom-color: transparent;
}

.popupMenu ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  font-size: 10pt;
  background-color: #fcc83a;
  /* box-shadow: 0.2rem 0.2rem 0.5rem -0.2rem #000; */
  left: 0rem;
  top: 100%;
  margin-top: .5rem;
  border: 1px solid #fcc83a;
}

.popupMenu.actionPopup ul {
}

.popupMenu.opened ul {
  display: inline-block;
  z-index: 2;
  /* margin-top: .5rem; */
}

.popupMenu ul:before {
  content: '';
  border-bottom: .5em solid #fcc83a;
  border-top: .5em solid transparent;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
  position: absolute;
  top: -1em;
  left: 0em;
}

.inside.product .container {
  /* padding-right : 0; */
}

.popupMenu ul li {
  white-space: nowrap;
  padding: .5rem 1rem;
  text-align: left;
}

.popupMenu ul li a {
  color: #000;
}

.addcont {
  display: flex;
}

.additionalData {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.additionalData > div {
  width: 100%;
  padding-left: 4rem;
  padding-right: 2rem;
  margin: 1rem 0;
  background-position: left 0rem;
  background-repeat: no-repeat;
  background-size: 3.5rem auto;
}

.additionalData + .additionalData > div {
  padding-right: 0;
}

.additionalData > div h3 {
  font-family: 'PT-Serif', serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}

.additionalData > div h3 a {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #a0b536;
  margin-left: 1rem;
}

.additionalData > div h3 a:hover {
  text-decoration: none;
}

.additionalData > div p {
  margin: 0;
}

.additionalData .description {
  background-image: url('../img/product/icon1.png');
}

.additionalData .techdata {
  background-image: url('../img/product/icon3.png');
}

.additionalData .storage {
  background-image: url('../img/product/icon2.png');
}

.additionalData .logistics {
  background-image: url('../img/product/icon4.png');
}

.dropdown {
  margin-bottom: 1rem;
}

.tableSide div {
  display: none;
}

.tableSide div.active {
  display: block;
}

.tableSide .tab > p {
  color: #623017;
}

.tableSide table {
  font-size: .8rem;
  text-align: center;
}

.tableSide table td {
  padding: .5rem;
  border: 1px solid #ecddc6;
}

.tableSide table th {
  background-color: #ecddc6;
  color: #000;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  padding: .5rem;
}

.tableSide table th + th {
  border-left: 1px solid #fff;
}

ul.nodots {
  list-style: none;
}

ul.nopaddings {
  margin: 0;
  padding: 0 0 1rem 0;
}

ul.nopaddings p {
  margin-bottom: 0;
}

.inlineForm .form-group label.label-check {
  align-items: flex-start;
}

.inlineForm .form-group label.label-check i {
  width: 1.2em;
  margin-left: .1rem;
  margin-right: .4rem;
}

.main-diamonds-container .diamond-block {
  transition: opacity .5s ease;
}

.main-page-map {
  text-align: center;
}

.main-page-map img {
  display: inline-block;
  max-width: 100%;
}

.mobilenews, .navInside.mobile {
  display: none;
}

/*.main-section .container > .row > .col-lg-3 aside {
  margin-top: 4rem;
}
*/
.main-header .phone.col {
  padding: 0;
}

.withSideblock {
  display: flex;
}

.sideBlock {
  width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 5rem;
}

.flex2 {
  display: flex;
  flex-wrap: wrap;
}

.flex2 .flexItem {
  width: 50%;
}

.flexFull {
  width: 100%;
}

.product-form .btn-primary {
  padding: 1rem 1.5rem;
}

.page-section {
  min-height: calc(100% - 295px);
}

@media screen and (min-width: 1920px) {
  .main-section .decor {
    /* background-size : cover; */
  }
}

@media screen and (max-width: 1405px) {
  .main-diamonds-container .diamond-block-15, .main-diamonds-container .diamond-block-13 {
    opacity: 0;
  }
}

@media screen and (max-width: 1366px) {
  .sertificate {
    width: 30%;
    margin-right: 3%;
  }

  .sertificate:nth-of-type(3n) {
    margin-right: 0;
  }

  .sertificates {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .diamondAlter {
    width: 11vw;
    height: 11vw;
  }
}

@media screen and (max-width: 1200px) {
  .diamond-detail-right {
    position: relative;
    right: auto;
    display: block;
    margin: 22px auto 0;
  }

  .site-logo-desktop {
    padding-left: 118px;
    font-size: 14px;
  }

  .site-logo-desktop img {
    position: absolute;
    top: 0rem;
    width: 64px;
    left: 38px;
  }

  .main-header, .inside .main-section--first {
    padding-right: 15px;
  }

  .navigation-desktop.main-section--header .row {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }

  .navigation-desktop .site-nav li {
    margin-right: 1rem;
  }

  .navigation-desktop .site-nav li:before {
    right: -.5rem;
  }

  .navigation-desktop .row .col-4 {
    padding: 0;
    flex-basis: unset;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 18rem;
  }

  .navigation-desktop.main-section--header .row .col-8 {
    padding: 0;
    width: 75%;
    flex-basis: unset;
    flex-shrink: 1;
    flex-grow: 1;
  }

  .main-footer {
/*    padding-left: 1rem;
    padding-right: 1rem;
    padding: 54px 11px 24px;*/
  }

  .main-section .container .row .col-xl-9 {
    padding-right: 15px;
  }

  .inner-section:before {
    max-width: 100%;
  }
}

@media screen and (max-width: 1189px) {
  .how-works-inner .how-works-1 {
  }

  .how-works-inner .how-works:nth-of-type(odd):before {
    transform: rotate(54deg);
    left: 100%;
    top: 60px;
  }

  .how-works-inner .how-works-2 {
    margin-left: 130px;
    margin-top: 40px;
  }

  .how-works-inner .how-works:nth-of-type(even):before {
    transform: rotate(67deg);
    left: -25px;
  }

  .how-works-inner .how-works-3 {
    margin-left: 260px;
    margin-top: 42px;
  }

  .how-works-inner .how-works:nth-of-type(odd):before {
    transform: rotate(60deg);
    left: 102%;
    top: 70px;
  }

  .how-works-inner .how-works-4 {
    margin-left: 392px;
    margin-top: 42px;
  }

  .main-section .decor {
    display: none;
  }

  .main-diamonds-container .diamond-block-12, .main-diamonds-container .diamond-block-13, .main-diamonds-container .diamond-block-15 {
    display: none;
  }

  .main-diamonds-container .diamond-block-8 {
    top: 406px;
    left: 13px;
  }

  .main-diamonds-container .diamond-block-5 {
    top: 189px;
    left: 451px;
  }

  .main-diamonds-container .diamond-block-7 {
    top: 406px;
    left: 451px;
  }
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1023px) {
  .partners-wrap {
    margin: 0 auto;
  }

  .partners-diamond-container:first-of-type {
    margin-top: 2rem;
  }

  h1, .h1 {
    font-size: 42px;
  }

  .main-section .container .row .col-xl-9 {
    padding-right: 0;
  }

  .title.page-title {
    text-align: center;
  }

  .title.page-title .inner:before {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -21px;
    display: block;
    width: 38px;
    margin: 0 auto;
    height: 3px;
    content: '';
    background-color: #d0bda8;
  }

  .index .diamond-block.how-works {
    top: auto !important;
    left: auto;
    position: relative;
    margin: 0px -2.2rem;
  }

  .index .diamond-block.how-works:nth-of-type(odd) {
    top: 9.9rem !important;
    margin-bottom: 10rem;
  }

  .inner-content {
    padding-left: 0;
    padding-right: 0;
  }

  .sideBlock {
    padding-right: 1rem;
  }

  .withSideblock .inner-content .row .col-lg-6.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .employee-block {
    margin-bottom: 4rem;
  }

  .employee-content {
    padding-left: 10rem;
  }

  .employee-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: flex;
    align-items: baseline;
  }

  .main-section--first .b-breadcrumbs ul {
    margin-bottom: 0;
  }

  .index .partners .diamond-block.medium {
    width: 7.9rem;
    height: 7.9rem;
  }

  .index .partners .diamond-block.diamond-slide {
    margin: 2rem;
  }

  .main-diamonds-container .diamond-block-15, .main-diamonds-container .diamond-block-13 {
    opacity: 1;
  }

  .col.site-logo-container {
    padding: 0 0 0 0rem;
  }

  /*.main-header .language, */
  .main-header .language span, .main-header .currency-course, .main-header .phone, .main-section--yellow .navigation-desktop {
    display: none;
  }

  .main-header .language {
    padding-right: 0;
    display: none;
  }

  .main-header .site-logo-mobile {
    display: flex;
  }

  .main-header .btn-show-menu {
    display: inline-block;
    font-size: 27px;
    padding: 16px 15px 14px;
    margin: 0 7.5px;
  }

  .main-header .basket {
    margin-right: 24px;
  }

  .main-header .icon {
    width: 36px;
    height: 35px;
  }

  .main-header .basket span.counter {
    padding: 1px 0;
    top: 54%;
    right: -5px;
  }

  .main-header .basket + .btn {
    padding: 10px 14px 9px;
    font-size: 15px;
  }

  .main-header-container .text-right {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
  }

  .main-header .row.align-items-center {
    padding: .5rem 4rem;
    background-color: #1f265c;
  }

  .main-header .main-header-container {
    padding: 0;
  }

  .main {
    margin-top: 5rem;
  }

  .main-section--header {
    display: block;
    padding: 69px 0 5rem 0;
  }

  .howwework {
    padding: 50px 0 104px;
  }

  .title.main-title {
    margin-bottom: 45px;
    padding-bottom: 6px;
  }

  .howwework .title.main-title {
    margin-bottom: 116px;
  }

  .main-section--yellow.partners {
    padding-top: 54px;
    padding-bottom: 76px;
  }

  .main-section--yellow.partners .title.main-title {
    margin-bottom: 58px;
  }

  .partners + .main-section .deco {
    display: none
  }

  .partners + .main-section {
    padding: 46px 0 52px;
  }

  .main-page-map img {
    max-width: 90%;
    margin-top: 10px;
  }

  h2, .h2 {
    font-size: 36px;
  }

  .main-section .col-lg-8.col-md-12 {
    max-width: 100%;
    flex-basis: unset;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    display: flex;
  }

  .main-section > .container > .row {
    justify-content: center;
  }

  .main-diamonds-container {
/*    width: 45rem;
    display: inline-block;
    min-width: 300px;*/
  }

  .main-diamonds-container::before {
    content: '';
    background-image: url(../img/main-page-before-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
    width: 100rem;
    height: 60rem;
    right: 90%;
    top: -16rem;
  }

  .main-diamonds-container::after {
    content: '';
    background-image: url(../img/main-page-before-right.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
    width: 100rem;
    height: 60rem;
    left: 90%;
    top: -18rem;
  }

  .hidden-sm {
    display: none;
  }

  .main-footer .nav {
    display: flex;
    flex-direction: column;
  }

  .main-footer .footer-container {
    padding: 0 5rem;
  }

  .main-footer .copyrights {
    padding: 21px 0 0;
  }

  /* INSIDE */
  .main-section .container > .row > .col-xl-3 {
    display: none;
  }

  .contacts .main-section .container > .row > .col-xl-3 {
    display: block;
  }

  .inside .main-section--first {
    padding: 0;
    /* font-family: 'PT Serif', serif; */
    color: #1f265c;
  }



  .site-logo-desktop span.big {
    font-size: 18px;
    letter-spacing: .4px;
    line-height: 1;
    padding-top: 6px;
    margin-bottom: 2px;
  }

  .site-logo-desktop span {
    line-height: 1.2;
  }

  .navInside.mobile {
    font-size: 1.2rem;
    display: block;
    padding: 1rem 2rem;
  }

  .navInside.mobile .compact {
    display: flex;
    align-items: center;
  }

  .navInside.mobile .compact .expand {
    font-size: 24px;
    margin-right: 12px;
    flex-grow: 0;
    flex-shrink: 0;
    color: inherit;
  }

  .navInside.mobile .expand .fa-close {
    display: none;
  }

  .navInside.mobile.opened .expand .fa-close {
    display: inline-block;
  }

  .navInside.mobile.opened .expand .fa-bars {
    display: none;
  }

  .navInside.mobile ul {
    list-style: none;
    padding: 0 1rem 1rem 3rem;
    display: none;
    margin: 0;
  }

  .navInside.mobile.opened ul {
    display: block;
  }

  .navInside.mobile ul a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    display: inline-block;
    padding: 0 0 .2rem 0;
    margin: .2rem 0;
    border-bottom: 1px solid rgba(31, 38, 92, .5);
    line-height: 1;
    text-decoration: none !important;
  }

  .navInside.mobile ul a:hover {
    border-bottom: 1px solid rgba(31, 38, 92, 1);
  }

  .navInside.mobile ul .active {
    display: none;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .inside .removeTarget .col-6 {
    max-width: 100%;
    flex: 1 1 auto;
    padding: 0;
  }

  #diaSlider {
    text-align: center;
  }

  .inner-section:before {
    max-width: 100%;
  }

  .container {
    padding: 0 1rem;
  }

  .how-works-inner {
    padding-left: 4.5rem;
    padding-top: 2rem;
  }

  .jumbotron .row {
    flex-direction: column;
  }

  .jumbotron .row > div {
    text-align: center !important;
    flex: 1 1 auto;
    max-width: 100%;
    padding: .5rem 0;
  }

  .main-section--first .b-breadcrumbs {
    padding: 2rem 1rem;
    margin: 0;
    padding-left: 5rem;
  }

  .main-section--first .b-breadcrumbs ul {
  }

  .main-section--first .b-breadcrumbs li:nth-last-child(2)::before {
    display: none;
  }

  .main-section--first .b-breadcrumbs li.active {
    display: none;
  }

  .productTitle .col-12 {
    padding-left: 0;
  }

  .productBaseData {
    padding-right: 5rem;
  }

  .productBaseData .price {
    width: 100%;
  }

  .productBaseData .product-form {
    width: 100%;
  }

  .nutrition .gridThree {
    justify-content: space-between;
  }

  .nutrition .gridThree span {
    width: 32%;
    flex-grow: 0;
    margin: 0;
  }

  .addcont {
    padding-right: 0;
    margin-top: 30px;
  }

  .filters {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .row.b-news-elem .js-diamond-slider {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .title.page-title {
    margin-bottom: 48px;
    padding-top: 0;
  }

  .main-header .mobile-nav {
    display: block;
  }

  .page-section .title.page-title {
    padding-top: 33px;
    margin-bottom: 51px;
  }

  .page-section .productTitle .title.page-title {
    padding-top: 34px;
    margin-left: -5px;
    margin-right: -5px;
    letter-spacing: -.5px;
    margin-bottom: 10px;
  }

  .page-section .productTitle .title.page-title h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .title.page-title.page-title-small {
    margin-bottom: 16px;
  }

  .page-section {
    min-height: calc(100% - 146px);
  }
}

@media screen and (max-width: 1023px) {
  .b-product {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .b-product, .b-product:nth-child(3n) {
    margin-right: 4%;
  }

  .b-product:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .sertificate {
    width: 46%;
    margin-right: 4%;
  }

  .sertificate:nth-of-type(2n) {
    margin-right: 0;
  }

  .tableSide table {
    width: 100%;
    table-layout: fixed;
    margin-top: 11px;
  }

  .col.site-logo-container {
    display: flex;
    align-items: center;
  }

  .js-mobile-breadcrumbs ~ .navInside {
    padding-top: 0;
    margin-top: -10px;
  }
}

@media screen and (max-width: 890px) {
  .container {
    padding: 0 11px;
  }

  .main-header .row.align-items-center {
    padding: 8px 64px 8px;
  }

  .main-section--first .b-breadcrumbs {
    padding: 16px 11px 24px;
  }

  .inside .main-section--first {
    /* padding : 1rem 1rem; */
  }

  .main-footer .footer-container {
    padding: 0 0rem;
  }

  .productBaseData {
    padding-right: 0rem;
  }

  .jumbotron + div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .jumbotron + div.filters {
    flex-wrap: nowrap;
  }

  .btn-filter {
    padding: 7px 12px;
  }

  .bootstrap-select .dropdown-toggle {
    padding: 10px 34px 10px 12px;
  }

  .jumbotron + div .partners-diamond-container:first-of-type, .jumbotron + div .partners-diamond-container {
    margin-top: 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .jumbotron + div .partners-diamond-container + div {
    margin-left: -6rem;
  }

  .additionalData .tableSide {
    font-size: 14px;
    margin-left: -47px;
  }

  .tableSide .tab > p {
    padding-left: 47px
  }

  .tableSide table {
    margin-top: 11px;
  }
}

@media screen and (max-width: 840px) {
  .col.how-works-inner {
    /* padding-left : 1rem; */
  }

  .main-section--no-padding .container {
    padding: 0 12px;
  }
}

@media screen and (max-width: 768px) {

  .productBase .gallery .big .image {
    max-width: 100%;
    height: 100%;
  }

  .filters .btn + .bootstrap-select.btn-group {
    margin-left: 0;
  }

  .index .diamond-block.how-works {
    margin: 0px -2.2rem;
  }

  .productBase .gallery .small .slick-arrow {
    display: inline-flex;
    text-align: center;
    font-size: 34px;
    color: #000;
    height: 80px;
    align-items: center;
    justify-content: center;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .productBase .gallery .small .slider-arrow-bottom {
    left: auto;
    right: 0;
  }

  .productBase .gallery {
    flex-direction: column-reverse;
  }

  .productBase .gallery .big {
    width: 100%;
    height: 23rem;
    padding-right: 1rem;
  }

  .productBase .gallery .small {
    margin: 0;
    width: 98%;
    padding: 0 17px;
    position: relative;
  }

  .productBase .gallery .small .slick-slider .thumb {
    border: 1px solid #edddc6;
    position: relative;
    display: inline-flex;
    color: #000;
    width: 100%;
    height: 80px;
    width: 80px;
    align-items: center;
    justify-content: center;
    padding: 6px;
    margin: 0;
  }

  .productBase .gallery .small img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
  }

  .productBase .gallery .small .slick-slider .thumb p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 7px 4px;
    background-color: rgba(237, 221, 198, 0.75);
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }

  .container {
    padding: 0 2rem;
  }

  .diamond.big {
    max-width: 436px;
    max-height: 436px;
  }

  .inner-content.inner-content-r-0 {
    padding-right: 0 !important;
  }

  .container {
    /* padding: 0 15px; */
  }

  .partners-slider {
    padding: 0 75px;
  }

  .b-stylized-list {
    padding-top: 0;
  }

  .b-stylized-list .list-elem .number {
    text-align: left;
    width: 54px;
    margin-left: -8px;
  }

  .media-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 760px) {
  .catalog .btn-filter {
    margin-left: 0;
    margin-right: 0;
  }

  .tableSide div.active {
    overflow-x: auto;
  }

  .tableSide table {
    table-layout: auto;
    width: auto;
  }

  .jumbotron + div.filters, .filters {
    flex-direction: column !important;
    align-items: stretch;
  }

  .catalog .btn-filter {
    border: 1px solid #322121;
    border-bottom: none;
  }

  .catalog .btn-filter:last-of-type {
    border: 1px solid #322121;
  }

  .filters .bootstrap-select.main-select {
    width: 100% !important;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .sertificate {
    width: 100%;
    margin-right: 0;
  }

  .main-footer .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .main-footer .footer-col.text-right {
    text-align: center !important;
  }

  .main-footer .footer-logo {
    width: 260px;
    margin: 0 auto;
  }

  .main-footer .footer-col--center li {
    display: block;
  }

  .main-footer .copyrights {
    top: 0;
  }

  .main-footer .phone {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 700px) {
  .main-header .language {
    display: inline-block;
  }

  .productBase .gallery .big {
    width: 100%;
    height: 313px;
    padding: 25px 0;
    padding-right: 0;
  }

  .productBase .gallery .big .image {
    height: 100%
  }

  .productBase .gallery .big img {
    max-width: 55%;
    max-height: 100%;
    margin: auto;
    display: block;
  }

  .col.how-works-inner .diamond-block.how-works:nth-of-type(odd) {
    top: 0 !important;
  }

  .col.how-works-inner .diamond-block.how-works:nth-child(n + 3) {
    z-index: 10;
  }

  .col.how-works-inner .diamond-block.how-works.how-works-3.item3 {
    margin-top: 55px;
  }

  .main-footer {
    padding-bottom: 2px;
  }

  .diamond.big {
    width: 100vw;
    height: 100vw;
    max-width: 436px;
    max-height: 436px;
  }

  .main-section {
    padding: 40px 0;
  }

  .main-section--no-padding.main-section {
    padding: 0 0 2em;
  }

  .main-header .btn-show-menu {
    padding: 0 1rem;
  }

  .main-header .mobile-nav.active {
    top: 36px
  }

  .main {
    margin-top: 3rem;
  }

  .modal .modal-dialog {
    padding: 1rem;
  }

  .modal .modal-body {
    padding: 30px 1rem;
  }

  .mobilenews .container, .mobilenews .container > .row > .col {
    padding: 0;
  }

  .mobilenews .slick-list, .mobilenews .slick-track {
    height: auto;
  }

  .mobilenews .slick-slide a {
    color: #000;
  }

  .news-slider.phones:before {
    content: '';
    position: absolute;
    border: 1px solid #e7ebb2;
    width: 218.67px;
    height: 218.67px;
    transform-origin: center center;
    transform: rotate(45deg);
    left: 50px;
    top: 16.5%;
  }

  h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .title.main-title {
    margin-bottom: 19px;
    padding-bottom: 14px;
  }

  .news-slider.phones {
    width: 320px;
    position: relative;
    margin: 0 auto;
  }

  .news-slider .slick-slide {
    padding: 90px 56px;
    width: 320px;
    height: 320px;
    font-size: 14px;
  }

  .slider-arrow, .diamond.extra-small {
    width: 35.5px;
    height: 35.5px;
    font-size: 9px;
    margin-top: -16px;
  }

  .index .diamond-block.how-works {
    position: static;
    display: block;
    margin: 3rem auto;
    width: 15rem;
    height: 15rem;
  }

  .diamond-block.how-works {
    /* position: static; */
    display: block;
    /* margin: 25px auto 25px; */
  }

  .main-footer .footer-col--center {
    order: 3;
  }

  .main-footer .nav {
    margin-top: 5px;
  }

  .main-footer .nav li {
    margin: 0 0 2px;
  }

  .main-footer .footer-col {
    margin-bottom: 17px;
    flex-basis: auto;
  }

  .main-footer .phone {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px !important;
  }

  .btn.btn-footer {
    font-size: 16px;
    padding: 9px 17px 9px;
    letter-spacing: 0;
  }

  .main-footer .footer-container {
    flex-flow: column nowrap;
  }

  h4 {
    font-size: 1rem;
    line-height: 1.2;
    padding-bottom: 1rem;
  }

  .inner-section > p {
    text-align: center;
  }

  .removeTarget > div > p {
    text-align: center;
  }

  .jumbotron {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 16px 20px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .jumbotron .btn {
    margin-top: 18px;
    font-size: 14px;
    padding: 11px 17px 10px;
    letter-spacing: .5px;
  }

  .jumbotron .row > div {
    padding: 0;
  }

  .nutrition h4 {
    text-align: center;
    line-height: 24px;
    padding-bottom: .5rem;
  }

  .productBaseData .product-form > div .form-group {
    flex-shrink: 1;
    padding-left: 26px;
    max-width: 50%;
    font-size: 12px;
    box-sizing: border-box;
  }

  .form-group label.label-check {
    line-height: 1;
  }

  .productBaseData .price p:first-of-type {
    font-size: 19px;
  }

  .productBaseData .price p + p span {
    font-size: 21px;
    left: 3px;
  }

  .paginator ul li span:hover, .paginator ul li a:hover {
    background-color: transparent;
  }

  .btn {
    font-size: 12px;
    letter-spacing: -.3px;
  }

  .btn.btn-filter {
    /* width: 33.333%;*/
    padding: 7px 10px;
    font-size: 14px;
  }

  .col-12 {
    padding: 0;
  }

  .certificates {
    padding-bottom: 40px
  }

  .inner-content .col-lg-4.col-md-6.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .employee-block.small .employee-content {
    padding: 20px 30px 15px;
    min-height: 113px;
    margin-top: 10px;
    display: flex;
  }

  .employee-title {
    justify-content: center;
    font-size: 18px;
    margin: 20px 0 16px;
  }

  .employee-title span {
    text-align: center;
    flex-shrink: 1;
  }

  .employee-title:after {
    display: none;
  }

  .employee-block.last {
    margin-top: 0;
  }

  .withSideblock {
    flex-direction: column;
  }

  .withSideblock .sideBlock {
    width: 100%;
  }

  .contacts-aside {
    margin-bottom: 17px;
  }

  .contacts-block {
    text-align: center;
    padding: 14px 15px 16px;
  }

  .contacts-block .title {
    margin-bottom: 8px;
  }

  .b-news-elem {
    padding-bottom: 2rem;
  }

  .diamond .slider-arrow {
    width: 2rem;
    height: 2rem;
    font-size: .8rem;
    margin-top: -1rem;
  }

  .slider-arrow-left {
    left: 13px;
  }

  .slider-arrow-right {
    right: 13px;
  }

  .slider-arrow .arrowIcon {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-bottom: 1rem;
  }

  .additionalData > div h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0rem;
    margin-bottom: 5px;
    margin-top: 2px;
  }

  .additionalData > div h3 a {
    font-size: 1rem;
    display: block;
    margin-left: 0;
    margin-top: .5rem;
  }

  .inlineForm {
    padding-top: 2rem;
  }

  .form-group.buttons {
    text-align: center;
  }

  .basket-block {
    padding-right: 0;
  }

  .basket-block + p {
    text-align: center;
  }

  .main-section--first .b-breadcrumbs ul {
    margin-bottom: 0;
  }

  .jumbotron + div.filters, .filters {
    flex-direction: column !important;
    align-items: stretch;
  }

  .nosubmenu.inside .main-section--first {
    /* padding-bottom: 2rem;*/
  }

  .nosubmenu .filters {
    display: flex;
    flex-direction: row !important;
    margin-bottom: 40px;
  }

  .vacancy {
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
  }

  .vacancy .vacancy-content {
    width: 100%;
    padding-left: 0;
  }

  .vacancy .vacancy-title {
    padding-left: 6rem;
    display: block;
    line-height: 1.2;
    font-size: 1.2rem;
  }

  .catalog .btn-filter {
    border: 1px solid #322121;
    border-bottom: none;
  }

  .catalog .btn-filter:last-of-type {
    border: 1px solid #322121;
  }

  .filters .bootstrap-select.main-select {
    width: 100% !important;
    margin-top: 1rem;
  }

  .certificates .item {
    width: 50%;
  }

  .diamondAlter {
    width: 7.5rem;
    height: 7.5rem;
    margin: 1.49rem 0;
  }

  .title.page-title h1.inner {
    text-align: center;
    font-size: 35px;
    width: 100%;
    line-height: 1.2;
  }

  .product .page-title h1 {
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
    line-height: 1.2;
  }

  .product .page-title h2 {
    text-align: center;
    font-size: 1.2rem;
    width: 100%;
    line-height: 1.2;
  }

  .basket-elem {
    position: relative;
    margin-bottom: 15px;
    padding: .5rem 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .basket-elem .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    text-align: center;
    height: 8rem;
    margin-bottom: .5rem;
  }

  .basket-elem .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }

  .jumbotron + div {
    /* flex-direction : column!important; */
    padding-bottom: 45px;
  }

  .jumbotron + div .partners-diamond-container + div {
    margin-left: -2.2rem !important;
  }

  .btn {
    /* padding : .5rem; */
  }

  .product-form .btn-primary {
    font-size: 20px;
    padding: 20px 20px;
  }

  .productBaseData .product-form {
    margin-bottom: 24px;
  }

  .main-header .col {
    padding: 0;
  }

  .main-header .btn-show-menu {
    font-size: 24px;
    padding: 2px 13px;
    margin: 0;
  }

  .main-header .basket + .btn {
    padding: 7px 11px 5px;
    font-size: 12px;
  }

  .col.how-works-inner .diamond-block.how-works:nth-of-type(odd) {
    top: 0 !important;
    margin-bottom: -5px;
  }

  .col.how-works-inner .diamond-block.how-works:nth-child(n + 3) {
    z-index: 10;
  }

  .col.how-works-inner .diamond-block.how-works.how-works-3.item3 {
    margin-top: 55px;
  }

  .productBaseData .price p:first-of-type {
    text-align: center;
    letter-spacing: .1px;
  }

  .productBaseData .price p + p {
    font-size: 12px;
    line-height: 16px;
    padding-left: 12px;
  }

  .productBase {
    flex-direction: column;
  }

  .productBase .gallery .small {
    width: 100%;
  }

  .productBase > * {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 21px;
  }

  .productBaseData .price {
    margin-bottom: 4px;
  }

  .productBaseData .product-form > div {
    padding: 15px 0 20px;
  }

  .product-form .main-select {
    width: 50% !important;
    max-width: 220px;
  }

  .productBaseData .price p:first-of-type b {
    font-size: 64px;
    margin-right: 4px;
    margin-left: -9px;
  }

  .nutrition .gridThree span {
    padding: 15px 5px 10px;
    font-size: 14px;
    min-height: 91px;
  }

  .nutrition .gridThree span p:first-of-type {
    padding-bottom: 11px;
  }

  .nutrition .gridThree span p small {
    font-size: 14px;
    margin-top: 4px;
  }

  .how-works-inner {
    padding: 26px 0 0;
    padding-bottom: 128px;
  }

  .inner-content {
    padding: 0 1rem 2rem 0 !important;
  }

  .navInside.mobile {
    padding: 13px 8px 18px;
  }

  .container {
    padding: 0;
  }

  .inside .main-section--first {
    padding: 0;
  }

  .mobilenews {
    display: block;
    padding-bottom: 47px;
  }

  .main-header .phone, .main-section--yellow .navigation-desktop {
    display: block;
  }

  .main-header .phone {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    display: block;
    text-align: left;
    font-weight: bold;
    letter-spacing: -.2px;
    line-height: 1;
    white-space: nowrap;
  }

  .main-header .phone p {
    display: none;
  }

  .main-header .basket span.icon {
    /* display : inline-block; */
  }

  .main-header .basket {
    margin-right: 20px;
  }

  .main-header .icon {
    width: 33px;
    height: 30px;
  }

  .main-header .phone.col .icon {
    width: 30px;
    height: 28px;
    transform: translateY(-1px);
  }

  .main-header .language .selected {
    line-height: 0;
    transform: translateY(-1px);
    display: block;
  }

  .main-header .language ul {
    left: 2em;
  }

  .main-header .basket + .btn {
  }

  .main-section--yellow .navigation-desktop {
    background-color: #fff;
    padding: 8px 11px 13px 11px;
    box-shadow: 0 0 0.5rem #000;
  }

  /*.col.site-logo-container {
    display: none;
  }*/
  .main-header .site-logo-mobile {
    display: none;
  }

  .navigation-desktop .row .col-8 {
    display: none;
  }

  .main-header {
    padding: 0;
  }

  .main-header .row.align-items-center {
    padding: .5rem;
  }

  .main-header .mobile-nav {
    left: 0;
    right: 0;
  }

  .main-section--header {
    padding-top: 0;
  }

  .main-section .main-section {
    padding-top: 30px;
  }

  .diamond-block.has-image {
    display: none;
  }

  .diamond-block.news-slider {
    display: none;
  }

  .main-diamonds-container .diamond-block {
    width: 114px;
    height: 114px;
    margin: 13px;
    font-size: 14px;
  }

  .main-diamonds-container .diamond-block-1 {
    left: 9px;
    top: 166px;
  }

  .main-diamonds-container .diamond-block-2 {
    left: 9px;
    top: 6px;
  }

  span.arrowIcon.arrow-down {
    width: 9px;
    height: 9px;
    margin-left: -4.5px;
    bottom: -5px;
  }

  .main-diamonds-container .diamond-block-3 {
    left: 169px;
    top: 166px;
  }

  .main-diamonds-container .diamond-block-4 {
    left: 90px;
    top: 86px;
  }

  .main-diamonds-container .diamond-block-5 {
    left: 169px;
    top: 324px;
  }

  .main-diamonds-container .diamond-block-6 {
    left: 90px;
    top: 245px;
  }

  .main-diamonds-container .diamond-block-7 {
    left: 10px;
    top: 326px;
  }

  .main-diamonds-container .diamond-block-8 {
    left: 169px;
    top: 6px;
  }

  .main-diamonds-container::before {
    display: none;
  }

  .main-diamonds-container::after {
    display: none;
  }

  .main-diamonds-container {
/*    width: auto;
    height: 525px;
    min-width: 320px;
    margin: 0 auto;*/
  }

  /* .mobilenews {} */
  .phone .news-slider {
  }

  .news-slider .slick-dotted .slider-dots {
    bottom: 42px;
  }

  .news-slider .slick-dotted .slider-dots li {
    width: 8px;
    height: 8px;
    margin: 2px;
  }

  .phones .slider-arrow-left {
    z-index: 9;
    top: 50%;
    left: 13px;
    position: absolute;
  }

  .phones .slider-arrow-right {
    z-index: 9;
    top: 50%;
    right: 13px;
    position: absolute;
  }

  .howwework {
    padding: 51px 0 116px;
/*    background: url(../img/main-pattern.png) repeat center center #fcffc1;*/
  }

  .howwework .deco {
    display: none;
  }

  .howwework .title.main-title {
    margin-bottom: 42px;
  }

  .howwework:before {
    top: 0;
    background: url(../img/white-corner-bottom.png) repeat-x;
  }

  .diamond-block.how-works {
    transform: none;
    width: 212px;
    height: 212px;
    min-width: 212px;
    min-height: 212px;
    top: auto;
    left: auto;
    padding: 0;
    margin: 28px auto 0px;
  }

  .diamond-block .diamond-heading {
    line-height: 1;
    margin: 4px 0 13px;
  }

  .diamond-block.how-works .diamond-img {
    padding-top: 0%;
    margin-top: -44px;
  }

  .diamond-block.how-works.item1 .diamond-img {
    padding-left: 20px;
  }

  .diamond-block.how-works .icon {
    width: 65px;
    height: 65px;
  }

  .how-works-inner .diamond-block.how-works-3 {
    top: 3rem;
  }

  span.comment.green.right.top, span.comment.yellow.left.bottom {
    top: 88%;
    right: auto;
    bottom: auto;
    z-index: 2;
    min-width: 0;
    left: 50%;
    text-align: center;
    font-size: 14px;
    width: 294px;
    transform: translateX(-50%);
    padding: 16px 14px;
  }

  span.comment.green:before, span.comment.yellow:before {
    border: .5rem solid transparent;
    width: 1rem;
    height: 1rem;
    border-bottom-color: #a4b12e;
    top: -1rem;
    left: 50%;
    margin-left: -.5rem;
  }

  span.comment.yellow:before {
    border-bottom-color: #ffb23e;
  }

  .how-works-inner .diamond-block .diamond-content p {
    line-height: 1.2;
    min-height: 50px;
  }

  .inside .diamond-block .diamond-content p br {
    display: none;
  }

  .index .diamond-block.how-works {
    width: 213px;
    height: 213px;
    position: static;
    min-width: 200px;
    min-height: 200px;
    margin: 28px auto -6px !important;
  }

  .main-footer {
    margin-top: -1rem;
  }

  .index .partners {
    background: none;
    background-color: #fff;
    margin-top: -8px;
    background-color: transparent;
    z-index: 3;
    display: none;
  }

  .partners:before {
    background: url('../img/white-corner-top.png') repeat-x
  }

  .partners + .main-section {
    display: none;
  }

  .main-footer .footer-container {
    padding: 1rem;
  }

  .main-footer .footer-logo {
  }

  .main-footer .footer-logo img {
    width: 68px;
    top: -2px;
    margin-right: 13px;
    margin-left: 9px;
  }

  .main-footer .footer-logo div {
    line-height: 1;
    padding-top: 5px;
    font-size: 13.5px;
  }

  .main-footer .footer-logo span {
    margin-bottom: 6px;
    display: inline-block;
  }

  .diamond-block.how-works:before {
    display: none;
  }

  .employee-block {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .employee-block .employee-content {
    margin: 0;
    padding: 22px 30px 15px;
    text-align: center;
    min-height: 114px;
    display: block;
  }

  .employee-content .name {
    margin-bottom: 12px;
  }

  .employee-block .employee-content .rank {
    margin-bottom: 8px;
  }

  .employee-block .diamond {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    display: block;
    margin: 0 auto -30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  /* .diamond .diamond-container .diamond-wrapper {
     width: 126px;
     height: 126px;
   }*/
}

@media screen and (max-width: 700px) {
  .media-hide {
    display: none !important;
  }

  .addcont {
    padding-right: 0rem;
    flex-direction: column;
    padding-top: 6px;
    margin-bottom: 35px;
  }

  .addcont .additionalData {
    width: 100%;
  }

  .additionalData .dropdown {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .additionalData > div {
    margin: 0 0 20px;
    padding-left: 47px;
  }

  .additionalData .logistics {
    background-position: 0 2px;
    background-size: 38px;
  }

  .additionalData .storage {
    background-size: 38px;
  }

  .additionalData .description {
    background-size: 38px;
  }

  .additionalData .techdata {
    background-size: 38px;
  }

  .page-section {
    min-height: calc(100% - 220px);
  }

  html, body {
    min-width: 320px;
  }

  .main {
    margin-top: 47px;
  }

  .main-header .row.align-items-center {
    padding: 4px 0px 4px 11px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .diamond-content {
    font-size: 14px;
    padding-top: 8px;
    line-height: 1.3;
  }

  .js-mobile-breadcrumbs ~ .navInside {
    padding-top: 0;
    margin-top: -10px;
  }

  /* .main-header .phone { display : none; } */
}

@media screen and (max-width: 500px) {
  .b-product {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0 !important;
  }
}

/* Экстра-костыли */
@media screen and (max-width: 436px) {
  .diamond.big.diamond-detail-right {
    margin-left: -11px;
  }
}

font.tablebodytext {
  display: none;
}

.diamond-wrapper img {
  height: auto !important;
}