* {
  margin: 0;
  padding: 0;
  max-height: 999999px;
}

*:not(.allow-select) {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.allow-select *,
.allow-select {
  -webkit-user-select: text;
  -webkit-touch-callout: none;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select:text;
  cursor: default;
}

.allow-select a,
.allow-select button {
  cursor: pointer;
}

ul {
  margin-bottom: 0;
}

/* safari fix */
html,
body {
  -webkit-overflow-scrolling: touch !important;
  /* overflow: auto !important; */
  height: 100% !important;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

a,
.submit {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #403d39;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #403d39;
  opacity: 1;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  -moz-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #403d39;
  opacity: 1;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  -moz-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #403d39;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  -ms-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

a:active,
a:hover,
a:visited,
a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover,
a:visited,
a,
.submit,
.label {
  -webkit-transition: color .2s ease-out, background .2s ease-out, opacity .2s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
  transition: color .2s ease-out, background .2s ease-out, opacity .2s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
  -o-transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out;
  transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out;
  transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
  transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out, height .1s ease-out;
  outline: none;
}



header {
  position: relative;
  z-index: 2;
}

main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.topline {
  background: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: padding-top .1s ease-out, padding-bottom .1s ease-out, height .1s ease-out, -webkit-box-shadow .1s ease-out;
  transition: padding-top .1s ease-out, padding-bottom .1s ease-out, height .1s ease-out, -webkit-box-shadow .1s ease-out;
  -o-transition: padding-top .1s ease-out, padding-bottom .1s ease-out, height .1s ease-out, box-shadow .1s ease-out;
  transition: padding-top .1s ease-out, padding-bottom .1s ease-out, height .1s ease-out, box-shadow .1s ease-out;
  transition: padding-top .1s ease-out, padding-bottom .1s ease-out, height .1s ease-out, box-shadow .1s ease-out, -webkit-box-shadow .1s ease-out;
}

.topline,
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
}

.topline.is-sticky {
  height: 75px;
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
          box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
}

header .sticky-wrapper {
  height: 0 !important;
}

.logo:active,
.logo:hover,
.logo:visited,
.logo {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: width .1s ease-out;
  -o-transition: width .1s ease-out;
  transition: width .1s ease-out;
}

.logo-img {
  max-width: 100%;
}

.logo-img::before {
  content: "Ã‚Â®";
}

.logo-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-transition: padding .1s ease-out;
  -o-transition: padding .1s ease-out;
  transition: padding .1s ease-out;
}

.topline.is-sticky .logo-block {
  padding: 5px 0;
}

.logo-block .logo {
  margin-right: 20px;
}


.logo-block-desc {
  font-size: 14px;
  line-height: 120%;
  color: #333333;
  opacity: 0.7;
  position: relative;
  border-left: 1px solid #333;
  padding-left: 20px;
}

.topline.is-sticky .top-phone-cont,
.topline.is-sticky .button-el.btn-el-lg:not(.button--round):active,
.topline.is-sticky .button-el.btn-el-lg:not(.button--round):hover,
.topline.is-sticky .button-el.btn-el-lg:not(.button--round):focus,
.topline.is-sticky .button-el.btn-el-lg:not(.button--round):visited,
.topline.is-sticky .button-el.btn-el-lg:not(.button--round) {
  height: 75px;
}



.main-nav {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -13px;
}

.main-nav li {
  padding: 0 13px;
}

.main-nav-link:active,
.main-nav-link:hover,
.main-nav-link:visited,
.main-nav-link {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}

.main-nav-link:hover {
  color: #19BA55;
}

.top-phone-cont {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -90px;
  
  height: 100px;
  margin-right: 0;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: height .1s ease-out;
  -o-transition: height .1s ease-out;
  transition: height .1s ease-out;
}

.top-phone-cont .button-el:active,
.top-phone-cont .button-el:hover,
.top-phone-cont .button-el:focus,
.top-phone-cont .button-el:visited,
.top-phone-cont .button-el {
  margin-left: 40px;
  margin-top: -7px;
  margin-bottom: -7px;
}

.search-cont {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}


.btn-search-toggle svg {
  overflow: visible;
}

.btn-search-toggle:active,
.btn-search-toggle:hover,
.btn-search-toggle:visited,
.btn-search-toggle:focus,
.btn-search-toggle {
  position: absolute;
  width: 200px;
  width: 150px;
  height: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index: 2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  outline: none;
  border: none;
  -webkit-transition: width .4s ease-out;
  -o-transition: width .4s ease-out;
  transition: width .4s ease-out;
}

.btn-search-toggle:not(.active) {
  cursor: pointer;
  width: 40px;
}

.btn-search-toggle .btn-icon {
  width: 32px;
  height: 32px;
}

.btn-search-toggle .btn-icon > svg path, 
.btn-search-toggle .btn-icon > svg {
  width: 32px;
  height: 32px;
  -webkit-transition: stroke .25s ease-out, fill .25s ease-out;
  -o-transition: stroke .25s ease-out, fill .25s ease-out;
  transition: stroke .25s ease-out, fill .25s ease-out;
}

.btn-search-toggle .btn-icon svg * {
  fill: #b9b9b9;
}

.btn-search-toggle:hover .btn-icon svg * {
  fill: #19BA55;
}

.search-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  height: 100%;
}

.search-svg path {
  fill: #fff;
  stroke: #b3b3b3;
  stroke-width: 4px;
}


.search-collapse,
.search-collapse.collapse:not(.show) {
  position: fixed;
  width: 100vw;
  width: calc(100vw + 4px);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1001;
  display: block;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
}

.search-collapse.show,
.search-collapse.collapse.show {
  max-height: 300px;
  padding: 100px 0 95px;
  transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
}

.search-collapse-bg {
  display: block;
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  max-height: 0;
  overflow: hidden;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity .15s ease-out;
}

.search-collapse.show + .search-collapse-bg {
  max-height: 100vh;
  opacity: .8;
  transition: opacity .25s ease-out;
}

.search-input {
  position: relative;
  width: 100%;
  height: 97px;
  padding: 30px 30px 30px 52px;
  margin-top: 3px;
  margin-right: 36px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #e7eaee;
  font-size: 20px;
  line-height: 32px;
  color: #082B4F;
  -webkit-transition: border-bottom 0.2s ease-out;
  -o-transition: border-bottom 0.2s ease-out;
  transition: border-bottom 0.2s ease-out;
  background: url(../img/icon/icon_search.svg) no-repeat 1px center;
}

.search-input:focus {
  border-bottom: 1px solid #19ba55;
}

.search-input.visible {
  z-index: auto;
  opacity: 1;
  width: 200px;
  width: 115px;
  display: block;
}

.search-input-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: rsow;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.search-submit:active,
.search-submit:hover,
.search-submit:focus,
.search-submit:visited,
.search-submit {
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: none;
  outline: none;
  background: #19BA55;
  background: #333333;
  background: transparent;
  
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(3px) translateX(0px);
      -ms-transform: translateY(3px) translateX(0px);
          transform: translateY(3px) translateX(0px);
  -webkit-transition: opacity 0.2s, -webkit-transform .2s ease-out;
  transition: opacity 0.2s, -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out, opacity 0.2s;
  transition: transform .2s ease-out, opacity 0.2s;
  transition: transform .2s ease-out, opacity 0.2s, -webkit-transform .2s ease-out;
}

.search-submit:not(.visible) {
  display: none;
  -webkit-transform: translateY(3px) translateX(5px);
      -ms-transform: translateY(3px) translateX(5px);
          transform: translateY(3px) translateX(5px);
  -webkit-transition: opacity 0.2s, -webkit-transform .2s ease-out;
  transition: opacity 0.2s, -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out, opacity 0.2s;
  transition: transform .2s ease-out, opacity 0.2s;
  transition: transform .2s ease-out, opacity 0.2s, -webkit-transform .2s ease-out;
}

.search-submit .btn-icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: -webkit-transform .1s ease-out;
  -o-transition: transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}

.search-submit:hover .btn-icon {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.search-submit.visible {
  z-index: auto;
  opacity: 1;
}





.row.sm-row {
  margin-left: -7px;
  margin-right: -7px;
}

.row.sm-row > div[class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.xs-row {
  margin-left: -5px;
  margin-right: -5px;
}

.row.xs-row > div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.md-row {
  margin-left: -10px;
  margin-right: -10px;
}

.row.md-row > div[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.lg-row {
  margin-left: -25px;
  margin-right: -25px;
}

.row.lg-row > div[class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.row.xl-row {
  margin-left: -50px;
  margin-right: -50px;
}

.row.xl-row > div[class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}

.row.color-bg-row {
  margin-left: -100px;
  margin-right: -100px;
}

.row.color-bg-row > div[class*="col-"] {
  padding-left: 100px;
  padding-right: 100px;
}

.h-row > div[class*="col-"] {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-row > div[class*="col-"] > * {
  width: 100%;
  margin-bottom: 2rem;
}

/* custom-navbar-toggler */

.custom-navbar-toggler:active,
.custom-navbar-toggler:hover,
.custom-navbar-toggler:visited,
.custom-navbar-toggler,
.custom-navbar-toggler.navbar-toggler {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
  position: relative;
  margin-right: auto;  
}

.custom-navbar-toggler:hover .navbar-toggler-icon:after,
.custom-navbar-toggler:hover .navbar-toggler-icon:before,
.custom-navbar-toggler:hover .navbar-toggler-icon {
  background: #fff;
}

.button-navbar-toggler .custom-navbar-toggler .navbar-toggler-icon {
  height: 4px;
  width: 40px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  transition: background .15s ease-out, transform .1s ease-out, top .1s ease-out, margin-top .1s ease-out, -webkit-transform .1s ease-out;
}

.button-navbar-toggler .custom-navbar-toggler .navbar-toggler-icon:after,
.button-navbar-toggler .custom-navbar-toggler .navbar-toggler-icon:before {
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: background .15s ease-out, transform .1s ease-out, top .1s ease-out, margin-top .1s ease-out, -webkit-transform .1s ease-out;
}

.button-navbar-toggler .custom-navbar-toggler .navbar-toggler-icon:after {
  margin-top: 8px;
}

.button-navbar-toggler .custom-navbar-toggler .navbar-toggler-icon:before {
  margin-top: -8px;
}

.button-navbar-toggler:not(.collapsed) .custom-navbar-toggler .navbar-toggler-icon {
  background: transparent;
}

.button-navbar-toggler:not(.collapsed) .custom-navbar-toggler .navbar-toggler-icon:before,
.button-navbar-toggler:not(.collapsed) .custom-navbar-toggler .navbar-toggler-icon:after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button-navbar-toggler:not(.collapsed) .custom-navbar-toggler .navbar-toggler-icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -1px;
}

.button-el.button-navbar-toggler .button__text {
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* /custom-navbar-toggler */



/* form styles */

.form-control:active,
.form-control:focus,
.form-control {
  display: block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: .6rem 0;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
  color: #100;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #100;
  border-radius: 0;
  text-align: left;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: calc(2.75rem + 2px);
  resize: none;
  overflow: hidden;
}

.has-float-label {
  position: relative;
}

.has-float-label label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 17px;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  top: 5px;
  left: 0;
  z-index: 3;
  line-height: 1;
  padding: 0;
  color: #100;
}

.has-float-label.form-group {
  padding-top: 30px;
  margin-bottom: 20px;
}

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.has-float-label .form-control::-webkit-input-placeholder {
  color: transparent !important;
}

.has-float-label .form-control:-moz-placeholder {
  color: transparent !important;
}

/* FF 4-18 */
.has-float-label .form-control::-moz-placeholder {
  color: transparent !important;
}

/* FF 19+ */
.has-float-label .form-control:-ms-input-placeholder {
  color: transparent !important;
}

/* IE 10+ */

.has-float-label textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.has-float-label textarea:focus:-moz-placeholder {
  color: transparent !important;
}

/* FF 4-18 */
.has-float-label textarea:focus::-moz-placeholder {
  color: transparent !important;
}

/* FF 19+ */
.has-float-label textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/* IE 10+ */


.has-float-label .form-control:-moz-placeholder-shown:not(:focus):-moz-placeholder, .has-float-label .form-control:-moz-placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label .form-control:-moz-placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label .form-control:-moz-placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}


.has-float-label .form-control:placeholder-shown:not(:focus):-moz-placeholder,
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label .form-control:-moz-placeholder-shown:not(:focus) + label {
  padding: 0 0;
  font-size: 19px;
  line-height: 20px;
  color: #111;
  top: 38px;
  left: 0;
  z-index: 1;
}

.has-float-label .form-control:-ms-input-placeholder:not(:focus) + label {
  padding: 0 0;
  font-size: 19px;
  line-height: 20px;
  color: #111;
  top: 38px;
  left: 0;
  z-index: 1;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + label {
  padding: 0 10px;
  font-size: 19px;
  line-height: 20px;
  color: #111;
  top: 38px;
  left: 0;
  z-index: 1;
}

.form-group.lbl-with-box {
  position: relative;
}

.form-group.lbl-with-box .box {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}

.form-group.lbl-with-box input,
.form-group.lbl-with-box textarea {
  padding-right: 45px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile:focus + label,
.inputfile + label:focus,
.inputfile + label {
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 19px;
  font-weight: 100;
  text-decoration: underline;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0 0 0 25px;
  min-height: 24px;
  min-width: 25px;
  margin-top: 20px;
  text-align: left;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.inputfile + label:hover {
  text-decoration: none;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile + label * {
  font-size: 0;
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label:before {
  display: block;
  content: '';
  position: absolute;
  background: url(../img/icon/icon_file.svg) no-repeat 0 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: currentColor;
}

.inputfile + label {
  color: #fff6fe;
  position: relative;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
  color: #fff6fe;
  position: relative;
}

.pop-foot {
  padding-top: 80px;
}

.main-contact-form .btn-sec {
  width: 100%;
  max-width: 400px;
}

.btn-prim:active,
.btn-prim:hover,
.btn-prim:focus,
.btn-prim:visited,
.btn-prim {
  width: auto;
  display: inline-block;
  background: rgb(0 0 0 / 20%);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  min-width: 290px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
  -o-transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
}

.btn-prim:hover {
  background: #222;
}

.btn-prim.w100,
.btn-sec.w100 {
  width: 100%;
  min-width: 0;
}

.btn-prim.w-auto,
.btn-sec.w-auto {
  width: auto;
  min-width: 0;
}


.btn-sec:active,
.btn-sec:focus,
.btn-sec:hover,
.btn-sec:visited,
.btn-sec {
  display: inline-block;
  background: #10002C;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 10px 20px;
  min-width: 290px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-transform: uppercase;
  -webkit-transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
  -o-transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
}

.btn-sec:hover {
  background: #009fe3;
  border-color: #009fe3;
}

.btn-prim.focus,
.btn-prim:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* custom check */

.custom-check {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 0;
}

.custom-check:last-child {
  margin-bottom: 0;
}

.custom-check-row .custom-check {
  margin-bottom: 16px;
}

.custom-check .form-check-input {
  display: none;
}

.custom-check .form-check-label .link {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.custom-check .form-check-label {
  position: relative;
  padding-left: 27px;
  min-height: 22px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #747474;
}

.custom-check .form-check-input[type="radio"] + .form-check-label:hover:after,
.custom-check .form-check-input:checked + .form-check-label:hover:after,
.custom-check .form-check-label:hover:after {
  border: 1px solid #9058b1;
}

.custom-check .form-check-label:after {
  position: absolute;
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #dedede;
  border-radius: 5px;
  top: 2px;
  left: 0;
  -webkit-transition: border .15s ease-out, background-position .15s ease-out, -webkit-box-shadow .15s ease-out;
  transition: border .15s ease-out, background-position .15s ease-out, -webkit-box-shadow .15s ease-out;
  -o-transition: border .15s ease-out, box-shadow .15s ease-out, background-position .15s ease-out;
  transition: border .15s ease-out, box-shadow .15s ease-out, background-position .15s ease-out;
  transition: border .15s ease-out, box-shadow .15s ease-out, background-position .15s ease-out, -webkit-box-shadow .15s ease-out;
  background: #fff url(../img/icon/icon_check.svg) no-repeat 12px -12px;
}

.custom-check .form-check-input:checked + .form-check-label:after {
  border: 1px solid #dedede;
  background-color: #fff;
  background-position: 3px 3px;
}

.custom-check .form-check-input[type="radio"]:checked + .form-check-label:after {
  border-radius: 100px;
  background: #9058b1;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff;
  border: 1px solid #9058b1;
}

.custom-check .form-check-input[type="radio"] + .form-check-label {
  min-height: 16px;
  margin-bottom: 10px;
}

.custom-check .form-check-input[type="radio"] + .form-check-label:after {
  width: 17px;
  height: 17px;
  top: 5px;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 14px #fff;
          box-shadow: inset 0 0 0 14px #fff; 
  border: 1px solid #9058b1;
  transition: border .15s ease-out, box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
}

.custom-check.custom-toggle-check .form-check-label {
  padding-left: 48px;
}

.custom-check.custom-toggle-check .form-check-label:after {
  width: 36px;
  height: 19px;
  border-radius: 9.5px;
  background: #fff;
  border: 1px solid #dedede;
}

.custom-check.custom-toggle-check .form-check-input:checked + .form-check-label:after {
  background: #fff;
  border-color: #9058b1;
}

.custom-check.custom-toggle-check .form-check-label:hover:after {
  border-color: #9058b1;
}

.custom-check.custom-toggle-check .form-check-label:before {
  display: block;
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #bebebe;
  left: 4px;
  top: 5px;
  z-index: 2;
  border-radius: 10px;
  -webkit-transition: left .15s ease-out, background .15s ease-out, left .15s ease-out;
  -o-transition: left .15s ease-out, background .15s ease-out, left .15s ease-out;
  transition: left .15s ease-out, background .15s ease-out, left .15s ease-out;
}

.custom-check.custom-toggle-check .form-check-input:checked + .form-check-label:before {
  background: #9058b1;
  border-color: #9058b1;
  left: 20px;
}

/* /custom check */


/* popup */

.fancybox-container .fancybox-bg {
    background: #193850;
}

.fancybox-container.fancybox-is-open .fancybox-bg {
    opacity: .75;
}

.has-float-label {
  position: relative;
  background: #fff;
  border-radius: 4px;
}

.has-float-label label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #acacac;
  opacity: 1;
  -webkit-transition: all .2s, background .3s;
  -o-transition: all .2s, background .3s;
  transition: all .2s, background .3s;
  top: 14px;
  left: 10px;
  z-index: 5;
  line-height: 1;
  background: #fff;
  padding: 0 10px;
  margin: 0;
}

.has-float-label.form-group {
  padding-top: 20px;
  margin-bottom: 10px;
}

.has-float-label .w-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label .w-control::-webkit-input-placeholder {
  color: transparent !important;
}

.has-float-label .w-control:-moz-placeholder {
  color: transparent !important;
}

.has-float-label .w-control::-moz-placeholder {
  color: transparent !important;
}

.has-float-label .w-control:-ms-input-placeholder {
  color: transparent !important;
}

.has-float-label textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.has-float-label textarea:focus:-moz-placeholder {
  color: transparent !important;
}

.has-float-label textarea:focus::-moz-placeholder {
  color: transparent !important;
}

.has-float-label textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}


.has-float-label .w-control:-moz-placeholder-shown:not(:focus):-moz-placeholder, .has-float-label .w-control:-moz-placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label .w-control:-moz-placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label .w-control:-moz-placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}


.has-float-label .w-control:placeholder-shown:not(:focus):-moz-placeholder,
.has-float-label .w-control:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label .w-control:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label .w-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label .w-control:-moz-placeholder-shown:not(:focus) + label {
  font-size: 12px;
  line-height: 15px;
  color: #333;
  top: 45px;
  left: 21px;
  font-weight: normal;
  background: transparent;
}

.has-float-label .w-control:-ms-input-placeholder:not(:focus) + label {
  font-size: 12px;
  line-height: 15px;
  color: #333;
  top: 45px;
  left: 21px;
  font-weight: normal;
  background: transparent;
}

.has-float-label .w-control:placeholder-shown:not(:focus) + label {
  font-size: 16px;
    line-height: 20px;
  color: #333;
  top: 45px;
  left: 21px;
  font-weight: normal;
  background: transparent;
}


.has-float-label .w-control {
  position: relative;
  z-index: 5;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  padding: 21px 30px;
  border: 1px solid #196eaf;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #eee;
  height: auto;
  min-height: 64px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.has-float-label .w-control:focus {
  border: 1px solid #333;
}

.has-float-label .w-control[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
}

.has-float-label textarea.w-control {
  min-height: 180px;
}

.w-control:not(:-moz-placeholder-shown) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.w-control:not(:-ms-input-placeholder) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.w-control:not(:placeholder-shown) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-p {
  text-align: right;
  color: #6d6d6d;
  font-size: 13px;
}

.popup .form-p .link:active,
.popup .form-p .link:hover,
.popup .form-p .link:visited,
.popup .form-p .link:link,
.popup .form-p .link {
  color: #6d6d6d;
  font-size: 13px;
  text-decoration: underline;
}

.popup .form-p .link:hover {
  text-decoration: none;
}

.btn.btn-prim.md-btn:active,
.btn.btn-prim.md-btn:hover,
.btn.btn-prim.md-btn:visited,
.btn.btn-prim.md-btn:focus,
.btn.btn-prim.md-btn {
  font-size: 16px;
  min-height: 46px;
  text-transform: uppercase;
  width: 100%;
  max-width: 260px;
}

.popup .btn.btn-prim {
  margin: 0 auto;
}

.pop-lg.fancybox-content,
.pop-md.fancybox-content {
  max-width: 590px;
  width: 100%;
  padding: 40px 30px;
  border-radius: 0;
  min-height: 475px;
}

.pop-lg.fancybox-content {
  max-width: 760px;
}

.pop-main {
  width: 100%;
}

.pop-md .pop-main {
  max-width: 390px;
  margin: 0 auto;
}

.pop-md .pop-main.pop-main-text {
  max-width: 505px;
}

.pop-lg .pop-main {
  max-width: 580px;
  margin: 0 auto;
}

.pop-wrap {
  min-height: 340px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pop-h1 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #333;
  margin-bottom: 20px;
}

.pop-title {
  margin-bottom: 30px;
}

.pop-title-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #666;
  text-align: center;
}

.pop-head {
  text-align: center;
}

.pop-lg .pop-head {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}



/*   .popup .has-float-label .w-control:-moz-placeholder-shown:not(:focus) + label {
    color: #196eaf;
    font-weight: 300;
  }
  
  .popup .has-float-label .w-control:-ms-input-placeholder:not(:focus) + label {
    color: #196eaf;
    font-weight: 300;
  }
  
  .popup .has-float-label .w-control:placeholder-shown:not(:focus) + label,
  .popup .has-float-label label {
    color: #196eaf;
    font-weight: 300;
  } */

.popup .has-float-label label {
  color: #6d6d6d;
}

.popup .custom-check .form-check-label {
  margin-bottom: 0;
}

.popup .custom-check .link:hover,
.popup .custom-check .link:hover,
.popup .custom-check .link:visited,
.popup .custom-check .link {
  color: #266291;
  text-decoration: underline;
}

.popup .custom-check .link:hover {
  text-decoration: none;
}

.popup .link:hover,
.popup .link:hover,
.popup .link:visited,
.popup .link {
  color: #999;
  text-decoration: underline;
}

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

.form-btn-cont {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  padding-top: 20px;
}

.form-desc {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #999;
}

.fancybox-slide--html .popup .fancybox-close-small {
  padding: 3px;
  opacity: .6;
  right: 8px;
  top: 8px;
}

.form-foot-column {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-foot-column .link:not(:last-child) {
  margin-bottom: 10px;
}

.pop-main p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 30px;
}

.pop-main p:last-child {
  margin-bottom: 0;
}

.pop-main ol:not([class]),
main ol:not([class]) {
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
  list-style: none;
  margin-bottom: 14px;
  counter-reset: list;
}

.pop-main ol:not([class]) li,
main ol:not([class]) li {
  position: relative;
}

.pop-main ol:not([class]) li:before,
main ol:not([class]) li:before {
  counter-increment: list;
  content: counter(list) ". ";
}

.pop-main ul:not([class]),
main ul:not([class]) {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-weight: normal;
  list-style: none;
  margin-bottom: 14px;
}

.pop-main ul:not([class]) li,
main ul:not([class]) li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  font-weight: 300;
}

.pop-main ul:not([class]) li {
  margin-bottom: 30px;
}

.pop-main ul:not([class]) li:last-child,
main ul:not([class]) li:last-child {
  margin-bottom: 0;
}

.pop-main ul:not([class]) li:before,
main ul:not([class]) li:before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  left: 5px;
  top: 10px;
  background: #6d6d6d;
  border-radius: 100px;
}

.popup h2 {
  margin-bottom: 15px;
  text-align: left;
}

.popup h3 {
  margin-bottom: 15px;
  text-align: left;
  color: #000;
}

.page-ul {
  list-style: none;
  font-weight: normal;
  margin-bottom: 18px;
}

.review-rating {
  /*  background: url(../img/icon/icon_star_2.svg);*/
  background-repeat: space repeat;
  width: 136px;
  height: 24px;
  position: relative;
  margin-left: auto;
}

.review-rating:after {
  display: block;
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  /*  background: url(../img/icon/icon_star_1.svg);*/
  background-repeat: space repeat;
}

.review-rating.rate-5:after {
  width: 100%;
}

.review-rating.rate-4:after {
  width: 80%;
}

.review-rating.rate-3:after {
  width: 60%;
}

.review-rating.rate-2:after {
  width: 38%;
}

.review-rating.rate-1:after {
  width: 18%;
}


.pop-btn-row {
  width: 100%;
  max-width: 690px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.popup .course-li {
  margin-bottom: 35px;
}

.pop-exch-wallet {
  margin-bottom: 40px;
  font-weight: 300;
  color: #929292;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.pop-e-wallet-num {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 300;
  color: #000;
}

.popup .s-f-cont {
  text-align: center;
}

.popup .s-f-title {
  margin-bottom: 20px;
}

.popup .s-list {
  margin-bottom: 40px;
}

.pop-foot {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.pop-foot .link:hover,
.pop-foot .link:hover,
.pop-foot .link:visited,
.pop-foot .link {
  color: #266291;
  font-size: 16px;
  text-decoration: underline;
  display: inline;
}

.popup .link.gr-link:hover,
.popup .link.gr-link:hover,
.popup .link.gr-link:visited,
.popup .link.gr-link {
  color: #6d6d6d;
}


.pop-foot .link:hover {
  text-decoration: none;
}

.no-bg {
  background: none !important;
}

.btn-pop-cont .btn {
  margin-bottom: 15px;
}

.captcha-cont {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  margin-bottom: 10px;
}

.btn.btn-prim.sm-btn:active,
.btn.btn-prim.sm-btn:hover,
.btn.btn-prim.sm-btn:visited,
.btn.btn-prim.sm-btn:focus,
.btn.btn-prim.sm-btn {
  font-size: 16px;
  min-height: 46px;
  text-transform: uppercase;
  max-width: 165px;
}

@media screen and (max-width: 767px) {
  .pop-h1 {
    font-size: 28px;
  }
  .pop-title {
    margin-bottom: 24px;
  }
  .popup.pop-lg .text-center h1 {
    text-align: center;
  }
  .pop-lg.fancybox-content,
  .pop-md.fancybox-content {
    max-width: 550px;
    width: 100%;
    padding: 40px 15px;
    min-height: 0;
  }
  .pop-btn-row {
    margin-bottom: 30px;
  }
  .popup .s-f-cont {
    padding-top: 0;
  }
  .pop-text-block:not(:last-child) {
    margin-bottom: 22px;
  }
  .pop-main p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .btn.btn-prim.sm-btn:active,
  .btn.btn-prim.sm-btn:hover,
  .btn.btn-prim.sm-btn:visited,
  .btn.btn-prim.sm-btn:focus,
  .btn.btn-prim.sm-btn,
  .btn.btn-prim.md-btn:active,
  .btn.btn-prim.md-btn:hover,
  .btn.btn-prim.md-btn:visited,
  .btn.btn-prim.md-btn:focus,
  .btn.btn-prim.md-btn {
    font-size: 14px;
  }
  .has-float-label .w-control:-moz-placeholder-shown:not(:focus) + label {
    left: 11px;
  }
  .has-float-label .w-control:-ms-input-placeholder:not(:focus) + label {
    left: 11px;
  }
  .has-float-label .w-control:placeholder-shown:not(:focus) + label {
    left: 11px;
  }
  .has-float-label .w-control:active,
  .has-float-label .w-control:hover,
  .has-float-label .w-control:focus,
  .has-float-label .w-control {
    padding: 21px 20px;
  }
  .form-desc {
    font-size: 14px;
  }
  .has-float-label textarea.w-control {
    min-height: 140px;
  }
  
}

.form-soc-foot {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #666;
}

.form-soc-title {
  text-align: center;
  color: #266291;
  font-size: 18px;
  margin-bottom: 15px;
}

.form-s-list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-s-list li {
  margin: 0 5px;
}

.fs-link:active,
.fs-link:hover,
.fs-link:visited,
.fs-link {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.fs-link.fs-t {
  background: url(../img/icon/s_list.png) no-repeat 0 0;
}

.fs-link.fs-v {
  background: url(../img/icon/s_list.png) no-repeat -53px 0;
}

.fs-link.fs-p {
  background: url(../img/icon/s_list.png) no-repeat -105px 0;
}

.fs-link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* /popup */







.w-form-control.bootstrap-select > .dropdown-toggle:focus,
.w-form-control.bootstrap-select > .dropdown-toggle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 19px 2px 10px;
  color: #333;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 10;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  min-height: 23px;
  display: block;
  text-transform: uppercase;
  margin-left: auto;
}

.form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.form-group .bootstrap-select .dropdown-toggle .filter-option {
  text-align: left;
  font-size: 16px;
  line-height: 43px;
  color: #333;
  min-height: 43px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: right;
}

.w-form-control.bootstrap-select > .dropdown-toggle:after {
  background: url(../img/icon/icon_dropdown.svg) no-repeat center center;
  width: 12px;
  height: 7px;
  margin: 0;
  border: none;
  right: -1px;
  position: absolute;
  top: 10px;
}

.w-form-control.bootstrap-select > .dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: scale(-1,-1);
      -ms-transform: scale(-1,-1);
          transform: scale(-1,-1);
}

.bootstrap-select.form-control.w-form-control {
  background: none;
  width: 100%;
  max-width: 160px;
  border: none;
  padding: .2rem 0;
  min-height: 0;
  height: auto;
  margin-left: auto;
}

.bootstrap-select.w-form-control .dropdown-toggle:focus,
.w-form-control.bootstrap-select {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.w-form-control .dropdown-menu .dropdown-menu {
  background: none;
  border: none;
  border-radius: 0;
  position: relative;
}

.bootstrap-select.w-form-control .dropdown-menu.inner {
  display: block;
}

.bootstrap-select .inner .dropdown-menu.inner {
  border-radius: 5px;
  overflow: hidden;
}

.with-placeholder.w-form-control ul.dropdown-menu.inner > li:first-child {
  display: block;
}

.bootstrap-select .dropdown-menu li {
  margin: 0;
}




.custom-select-cont {
  width: 100%;
}

.w-custom-input[disabled] {
  border-color: #888;
}


.w-custom-select.bootstrap-select {
  height: auto;
  display: block;
}

.w-custom-select.bootstrap-select .w-custom-select.bootstrap-select {
  border: none;
}

.w-custom-select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  padding: 0;
}

.w-custom-select.bootstrap-select>.dropdown-toggle:focus,
.w-custom-select.bootstrap-select>.dropdown-toggle:active,
.w-custom-select.bootstrap-select>.dropdown-toggle {
  
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background: #fff url(../img/icon/icon_arrow_3_btm.svg) no-repeat 94% center;
  font-weight: 400;

  font-size: 16px;
  line-height: 19px;
  color: #333;
  height: 57px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #eee;
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  padding-left: 30px;
}

.form-group .bootstrap-select {
  border-radius: 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #2B2A29;
}

.custom-select {
  border: none;
}

.w-custom-select.bootstrap-select.custom-select.show:not(.dropup)>.dropdown-toggle[aria-expanded="true"],
.w-custom-select.bootstrap-select.custom-select.show:not(.dropup)>.dropdown-toggle:focus {
  border: 1px solid #2b2a29;
  border-bottom-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: -1px;
}

.w-custom-select.bootstrap-select.custom-select.show.dropup>.dropdown-toggle[aria-expanded="true"],
.w-custom-select.bootstrap-select.custom-select.show.dropup>.dropdown-toggle:focus {
  border: 1px solid #2b2a29;

  border-bottom-color: #2b2a29;
  border-top-color: transparent;
  
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-select.w-custom-select > .dropdown-menu:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  max-width: calc(100% - 60px);
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
  opacity: .1;
  top: 0%;
}

.custom-select.w-custom-select.dropup > .dropdown-menu:after {
  top: 100%;
  top: calc(100% - 1px);
}

.custom-select.w-custom-select.dropup > .dropdown-menu.show {
  border-top-color: #2b2a29;
}


.w-custom-select .btn-light:not(:disabled):not(.disabled).active:focus, 
.w-custom-select .btn-light:not(:disabled):not(.disabled):active:focus, 
.w-custom-select .show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: none  !important;
          box-shadow: none  !important;
}

.bootstrap-select.w-custom-select>.dropdown-toggle:after {
  display: none;
}

.w-custom-select.bootstrap-select .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: border-color .15s ease-out;
  -o-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  border: 1px solid #fff;
}

.bootstrap-select.w-custom-select .dropdown-menu li a:active,
.bootstrap-select.w-custom-select .dropdown-menu li a:hover,
.bootstrap-select.w-custom-select .dropdown-menu li a:visited,
.bootstrap-select.w-custom-select .dropdown-menu li a {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #444;
  border-radius: 0;
}

.bootstrap-select .inner .dropdown-menu.inner,
.bootstrap-select .dropdown-menu li a span.text,
.bootstrap-select.w-custom-select .dropdown-menu li {
  border-radius: 0;
}

.bootstrap-select.w-custom-select .dropdown-menu li a.active {

}

.bootstrap-select.w-custom-select .dropdown-menu li a:hover {
  background: #f3f3f3;
}

.bootstrap-select.w-custom-select .dropdown-menu .dropdown-item:active,
.bootstrap-select.w-custom-select .dropdown-menu .dropdown-item:hover,
.bootstrap-select.w-custom-select .dropdown-menu .dropdown-item:visited,
.bootstrap-select.w-custom-select .dropdown-menu .dropdown-item:focus,
.bootstrap-select.w-custom-select .dropdown-menu .dropdown-item {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 19px;
  color: #333;
}

.w-custom-select .dropdown-item.active, 
.w-custom-select .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e7e7e7;
}

.bootstrap-select .dropdown-menu li.disabled {
  display: none;
}

select.w-custom-select {
  -webkit-appearance: none; 
  -moz-appearance: none; 
       appearance: none;
  background: none;
}

.custom-select.w-custom-select:not(.dropup) .dropdown-menu.show {
  border-top-color: transparent !important;
  border-color: #2b2a29;
}

.custom-select.w-custom-select.dropup > .dropdown-menu.show {
  border-bottom-color: transparent !important;
  border-color: #2b2a29;
}








.main-slider:not(.slick-initialized) {
  max-height: 1000px;
  overflow: hidden;
}

.catalog-slider:not(.slick-initialized) {
  max-height: 450px;
  overflow: hidden;
}

.news-slider:not(.slick-initialized) {
  max-height: 400px;
  overflow: hidden;
}

.slider-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-slider-cont .slider-nav {
  position: absolute;
  bottom: 85px;
  width: 400px;
  right: 87px;
}

.button--round.button-el.slider-prev {
  margin-right: 5px;
}

.slider-nav .button--round.button-el:not(.slick-arrow),
.slick-slider .slick-prev:before, 
.slick-slider .slick-next:before {
  display: none;
}

.main-slider-cont {
  margin-bottom: 48px;
  overflow: hidden;
  position: relative;
}

.main-slider.slick-dotted.slick-slider {
  position: relative;
  margin-bottom: 0;
}

.main-slide {
  position: relative;
}

.main-slider-text {
  margin-bottom: 50px;
}

.main-slider-title {
  font-size: 40px;
  line-height: 100%;
  color: #082B4F;
  font-weight: bold;
  margin-bottom: 50px;
}

.main-slide-img {
  overflow: hidden;
}
.main-slide-img img {
  max-width: 100%;
  width: 100%;
  max-height: 120vh;
  min-height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(0, -18%);
}

.main-slide-cover {
  position: absolute;
  width: 100%;
  hight: 10%;
  padding: 0px 0px 88px;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.slick-slider-dots {
  display: inline-block;
  margin-right: 25px;
}

.slick-slider-dots .slick-dots {
  position: static;
}

.slick-slider-dots .slick-dots li {
  width: 24px;
  height: 24px;
  margin: 0 1px;
}

.slick-slider-dots .slick-dots li button:before {
  display: block;
  width: 8px;
  height: 8px;
  background: #d1f1dd;
  opacity: 1;
  border-radius: 10px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  -webkit-transition: background .15s ease-out;
  -o-transition: background .15s ease-out;
  transition: background .15s ease-out;
}

.slick-slider-dots .slick-dots li button:hover:before,
.slick-slider-dots .slick-dots li.slick-active button:before {
  background: #19BA55;
}

.slick-slider-dots .slick-dots li button {
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 20px;
  padding: 0;
  -webkit-transition: background .25s ease-out;
  -o-transition: background .25s ease-out;
  transition: background .25s ease-out;
  opacity: 1;
}

.slick-slider-dots .slick-dots li.slick-active button {
  background: #d1f1dd;
}

.slider-dots-line {
  width: 100%;
  max-width: calc(100% - 300px);
  margin-right: auto;
}

.slider-dots-line .slick-dots {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  bottom: 0;
}

.slider-dots-line .slick-dots li {
  margin: 0 -2px;
  margin: 0;
  width: 100%;
}

.slider-dots-line .slick-dots li button {
  width: 100%;
}

.slider-dots-line .slick-dots li button,
.slider-dots-line .slick-dots li.slick-active button {
  background: transparent;
}

.slider-dots-line .slick-dots li button:before {
  width: 100%;
  background: none;
  height: 5px;
}

.slider-dots-line .slick-dots li:not(.slick-active) button:hover:before {
  opacity: .1;
}

.slider-dots-line .slick-dots li.slick-active button:before {
  border-radius: 10px;
}

.slider-dots-line .slick-dots {
  position: relative;
}

.slider-dots-line .slick-dots:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #333;
  opacity: 0.05;
  border-radius: 10px;
}

.catalog-slide {
  padding: 0 10px;
}

.catalog-slider .slick-list {
  margin: 0 -10px;
}

.cat-item:active,
.cat-item:hover,
.cat-item:visited,
.cat-item {
  display: block;
  text-decoration: none;
  margin-bottom: 35px;
}

.catalog-slider .cat-item:active,
.catalog-slider .cat-item:hover,
.catalog-slider .cat-item:visited,
.catalog-slider .cat-item {
  margin-bottom: 15px;
}

.cat-item:hover .cat-item-img:after {
  opacity: .12;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}
.cat-item:hover .cat-item-img img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.cat-item-img {
  margin-bottom: 15px;
  background: #19BA55;
  background: #222;
  position: relative;
  overflow: hidden;
}

.cat-item-img:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
}

.cat-item-img img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.cat-item-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #19BA55;
  margin-bottom: 15px;
}

.cat-item-desc {
  min-height: 60px;
  font-size: 16px;
  line-height: 150%;
  color: #858585;
}




.map-cont .map {
  width: 100% !important;
}

.color-bg-section {
  position: relative;
  background: #fff;
}

.color-bg-section > * {
  position: relative;
  z-index: 2;
}

.color-bg-section:after {
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  /*background: #19BA55;*/
  top: 0;
  z-index: 1;
}

.color-bg-right:after {
  width: 50%;
  left: 50%;
}

.color-bg-left:after {
  width: 50%;
  left: 0%;
}

.color-bg-col {
  /*background: #19BA55;*/
  color: #fff;
  padding-top: 60px;
  padding-bottom: 48px;
}

.color-bg-right .color-bg-col {
  padding-left: 100px;
}

.color-gray {
    color: #ccc;
}

.contact-list {
  list-style: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
}

.contact-list li {
  margin-bottom: 50px;
}

.contact-text,
.contact-link:active,
.contact-link:hover,
.contact-link:visited,
.contact-link {
  display: inline-block;
  position: relative;
  padding-left: 47px;
  text-decoration: none;
}

.contact-link:hover {
  color: #19BA55;
}

.contact-text:after,
.contact-link:after {
  display: block;
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0px;
}

.contact-phone:after {
  background: url(../img/icon/icon_phone_sm.svg) no-repeat center center;
}

.contact-addr:after {
  background: url(../img/icon/icon_addr_sm.svg) no-repeat center center;
  top: 0px;
}

.contact-mail:after {
  background: url(../img/icon/icon_mail_sm.svg) no-repeat center center;
  top: 0px;
}

.button--round.button-el {
  width: 110px;
  height: 110px;
}

.button-el:active,
.button-el:hover,
.button-el:focus,
.button-el:visited,
.button-el {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  outline: none;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.button-el:not(.button--round):active,
.button-el:not(.button--round):hover,
.button-el:not(.button--round):focus,
.button-el:not(.button--round):visited,
.button-el:not(.button--round) {
  width: 100%;
  min-width: 445px;
  max-width: 445px;
  height: 90px;
}

.button-el.btn-el-md:not(.button--round):active,
.button-el.btn-el-md:not(.button--round):hover,
.button-el.btn-el-md:not(.button--round):focus,
.button-el.btn-el-md:not(.button--round):visited,
.button-el.btn-el-md:not(.button--round) {
  width: auto;
  min-width: 320px;
  max-width: 320px;
  height: 90px;
}

.button-el.btn-el-lg:not(.button--round):active,
.button-el.btn-el-lg:not(.button--round):hover,
.button-el.btn-el-lg:not(.button--round):focus,
.button-el.btn-el-lg:not(.button--round):visited,
.button-el.btn-el-lg:not(.button--round) {
  width: auto;
  min-width: 400px;
  max-width: 320px;
  height: 100px;
}

.button-el.btn-el-lg:not(.button--round) .morph-shape > svg {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}



.button-el:hover,
.button-el:hover .button__text {
  color: #19BA55;
  -webkit-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.button-el.button--line:nth-child(n) .morph-shape > svg {
  fill: transparent;
}

.button-el.button--round .morph-shape > svg,
.button-el.button--line .morph-shape > svg {
  fill: transparent;
  stroke: #333333;
  stroke-width: 2px;
  stroke-linecap: round;
  -webkit-transition: stroke .25s ease-out, fill .25s ease-out;
  -o-transition: stroke .25s ease-out, fill .25s ease-out;
  transition: stroke .25s ease-out, fill .25s ease-out;
}

.button-el.button--round .morph-shape > svg path,
.button-el.button--round .morph-shape > svg {
  fill: #ffffff;
  stroke: #19BA55;
  stroke-width: 4px;
  -webkit-transition: stroke .25s ease-out, fill .25s ease-out;
  -o-transition: stroke .25s ease-out, fill .25s ease-out;
  transition: stroke .25s ease-out, fill .25s ease-out;
}

.button-el.button--round.btn-invert .morph-shape > svg path,
.button-el.button--round.btn-invert .morph-shape > svg {
  fill: #19BA55;
  stroke: #ffffff;
}

.button-el.button--round.btn-invert .btn-icon svg * {
  fill: #ffffff;
}

.button-el.button--round.btn-invert:hover .morph-shape > svg path,
.button-el.button--round.btn-invert:hover .morph-shape > svg {
  fill: #ffffff;
  stroke: #19BA55;
  stroke-width: 4px;
  -webkit-transition: stroke .25s ease-out, fill .25s ease-out;
  -o-transition: stroke .25s ease-out, fill .25s ease-out;
  transition: stroke .25s ease-out, fill .25s ease-out;
}

.button-el.button--round.btn-invert .btn-icon svg * {
  fill: #ffffff;
}

.button-el.button--round.btn-invert:hover .btn-icon svg * {
  fill: #19BA55;
}

.button-el.button--dark .morph-shape > svg path,
.button-el.button--dark .morph-shape > svg {
  fill: #082B4F;
  stroke: #082B4F;
  stroke-width: 4px;
  -webkit-transition: stroke .25s ease-out, fill .25s ease-out;
  -o-transition: stroke .25s ease-out, fill .25s ease-out;
  transition: stroke .25s ease-out, fill .25s ease-out;
}

.button--dark.btn-bg-1 .morph-shape > svg path,
.button--dark.btn-bg-1 .morph-shape > svg {
  fill: #19BA55;
  stroke: #19BA55;
  stroke-width: 4px;
  -webkit-transition: stroke .25s ease-out, fill .25s ease-out;
  -o-transition: stroke .25s ease-out, fill .25s ease-out;
  transition: stroke .25s ease-out, fill .25s ease-out;
}

.button-el.button--line.button--round:hover .morph-shape > svg,
.button-el.button--line.button--round:hover .morph-shape path {
  fill: #19BA55;
  -webkit-transition: stroke .15s ease-out, fill .15s ease-out;
  -o-transition: stroke .15s ease-out, fill .15s ease-out;
  transition: stroke .15s ease-out, fill .15s ease-out;
}

.button-el.btn-bg-1.button--round:hover .morph-shape > svg,
.button-el.btn-bg-1.button--round:hover .morph-shape path {
  fill: #333333;
  -webkit-transition: stroke .15s ease-out, fill .15s ease-out;
  -o-transition: stroke .15s ease-out, fill .15s ease-out;
  transition: stroke .15s ease-out, fill .15s ease-out;
}

.button-el.button--line:hover .morph-shape > svg,
.button-el.button--line:hover .morph-shape path {
  stroke: #19BA55;
  -webkit-transition: stroke .15s ease-out;
  -o-transition: stroke .15s ease-out;
  transition: stroke .15s ease-out;
}

.button-el.button--dark:hover .morph-shape > svg,
.button-el.button--dark:hover .morph-shape path {
  stroke: #19BA55;
  fill: #19BA55;
  -webkit-transition:  stroke .25s ease-out, fill .25s ease-out;
  -o-transition:  stroke .25s ease-out, fill .25s ease-out;
  transition:  stroke .25s ease-out, fill .25s ease-out;
}

.button--dark.btn-bg-1:hover .morph-shape > svg,
.button--dark.btn-bg-1:hover .morph-shape path {
  stroke: #333333;
  fill: #333333;
  -webkit-transition:  stroke .25s ease-out, fill .25s ease-out;
  -o-transition:  stroke .25s ease-out, fill .25s ease-out;
  transition:  stroke .25s ease-out, fill .25s ease-out;
}


.button--line.btn-bg-1 .morph-shape > svg,
.button--line.btn-bg-1 .morph-shape path {
  stroke: #19BA55;
/*  fill: #19BA55;*/
  -webkit-transition:  stroke .25s ease-out, fill .25s ease-out;
  -o-transition:  stroke .25s ease-out, fill .25s ease-out;
  transition:  stroke .25s ease-out, fill .25s ease-out;
}

.button--line.btn-bg-1:hover .morph-shape > svg,
.button--line.btn-bg-1:hover .morph-shape path {
  stroke: #333333;
  -webkit-transition:  stroke .25s ease-out, fill .25s ease-out;
  -o-transition:  stroke .25s ease-out, fill .25s ease-out;
  transition:  stroke .25s ease-out, fill .25s ease-out;
}

.button--line.btn-bg-1 .button__text {
  color: #19BA55;
}

.button--line.btn-bg-1:hover .button__text {
  color: #333;
}

.button-el .button__text {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #333333;
  -webkit-transition: color .25s ease-out;
  -o-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

.button-el:not(.button--dark) .button__text {
  font-weight: 600;
  font-size: 22px;
}

.button-el.button--dark .button__text {
  color: #fff;
  letter-spacing: -0.02em;
}


.button-el.custom-button-el:not(.button--round):active,
.button-el.custom-button-el:not(.button--round):hover,
.button-el.custom-button-el:not(.button--round):focus,
.button-el.custom-button-el:not(.button--round):visited,
.button-el.custom-button-el:not(.button--round) {
  width: 100%;
  min-width: 20px;
  max-width: 320px;
}

.button-el.custom-button-el:not(.button--round)  .button__text {
  font-size: 20px;
  letter-spacing: 0;
}



.btn-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transition: fill .25s ease-out;
  -o-transition: fill .25s ease-out;
  transition: fill .25s ease-out;
}

.btn-icon svg {
  max-width: 100%;
}

.btn-icon.btn-icon-md {
  width: 35px;
  height: 35px;
}

.btn-icon.btn-icon-center {
  width: 25px;
  height: 25px;
}

.btn-icon.btn-icon-right {
  margin-left: 15px;
}

.btn-icon.btn-icon-left {
  margin-right: 15px;
}

.button--line .btn-icon path {
  -webkit-transition: fill .15s ease-out;
  -o-transition: fill .15s ease-out;
  transition: fill .15s ease-out;
}

.button--line:hover .btn-icon:not(.btn-icon-md) svg,
.button--line:hover .btn-icon path {
  fill: #19BA55;
  -webkit-transition: fill .15s ease-out;
  -o-transition: fill .15s ease-out;
  transition: fill .15s ease-out;
}

.button--line.button--round:hover .btn-icon:not(.btn-icon-md) svg,
.button--line.button--round:hover .btn-icon path {
  fill: #fff;
}

.button--line.button--dark:hover .btn-icon:not(.btn-icon-md) svg,
.button--line.button--dark:hover .btn-icon path {
  fill: #fff;
}

.btn-icon.btn-icon-md {
  
}




.s-list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

.s-list li {
  padding: 0 8px;
}

.s-link:active,
.s-link:hover,
.s-link:visited,
.s-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 23px;
  height: 23px;
}

.s-link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.s-link:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.s-link svg {
  max-width: 25px;
}

.s-link svg path {
  -webkit-transition: fill .15s ease-out, -webkit-transform .15s ease-out;
  transition: fill .15s ease-out, -webkit-transform .15s ease-out;
  -o-transition: fill .15s ease-out, transform .15s ease-out;
  transition: fill .15s ease-out, transform .15s ease-out;
  transition: fill .15s ease-out, transform .15s ease-out, -webkit-transform .15s ease-out;
}

.s-link:hover svg path {
  fill: #BBCE00;
  -webkit-transition: fill .1s ease-out, -webkit-transform .1s ease-out;
  transition: fill .1s ease-out, -webkit-transform .1s ease-out;
  -o-transition: fill .1s ease-out, transform .1s ease-out;
  transition: fill .1s ease-out, transform .1s ease-out;
  transition: fill .1s ease-out, transform .1s ease-out, -webkit-transform .1s ease-out;
}

/* /form styles */



.full-img-section {
  overflow: hidden;
  min-height: 820px;
  padding: 102px 0;
}

.text-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}


.color-bg-pic {
  position: relative;
  z-index: 1;
}

.color-bg-pic img {
  max-width: 100%;
  width: 76%;
  min-height: 500px;
  height: 100%;
  margin-left: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-sec-text-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg-sec-text-block > * {
  width: 100%;
}

.bg-sec-text-block.custom-pt {
  padding-top: 60px;
}


.bg-section-foot {
  margin-top: auto;
}


.page-tabs-cont {
  background: #fff;
}

.page-tab {
  display: none;
}

.page-tab.active {
  display: block;
}


.page-tab-list {
  list-style: none;
  display: block;
  width: 100%;
}

.page-tab-list li {
  width: 100%;
  display: block;
}

.btn-tab:active,
.btn-tab:hover,
.btn-tab:focus,
.btn-tab:visited,
.btn-tab {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #333;
  padding: 30px 50px;
  padding: 8% 13%;
  background: #fff;
  border: none;
  -webkit-transition: background .15s ease-out, color .15s ease-out, -webkit-box-shadow .15s ease-out;
  transition: background .15s ease-out, color .15s ease-out, -webkit-box-shadow .15s ease-out;
  -o-transition: background .15s ease-out, color .15s ease-out, box-shadow .15s ease-out;
  transition: background .15s ease-out, color .15s ease-out, box-shadow .15s ease-out;
  transition: background .15s ease-out, color .15s ease-out, box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
}

.btn-tab.active {
  background: #19BA55;
  color: #fff;
  position: relative;
}

.btn-tab.active {
  color: #fff;
  -webkit-transition: background .1s ease-out, color .1s ease-out, -webkit-box-shadow .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, -webkit-box-shadow .1s ease-out;
  -o-transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out, -webkit-box-shadow .1s ease-out;
}

.btn-tab:not(.active):hover {
  background: #eaf9ef;
  transition: background .1s ease-out, color .1s ease-out, -webkit-box-shadow .1s ease-out;
  -o-transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out;
  -webkit-transition: background .1s ease-out, color .1s ease-out, -webkit-box-shadow .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out, -webkit-box-shadow .1s ease-out;
}

.catalog-tabs-section {
  padding-bottom: 48px;
  background: #fff;
}

.catalog-tabs-section h2 {
  margin-bottom: 52px;
}

section p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
  white-space: normal !important;
}

h3.full-img-title,
.full-img-title.h3,
.full-img-title {
  color: #fff;
  font-weight: 700;
  font-size: 56px;
  line-height: 115%;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

h3,
.h3 {
  font-weight: bold;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #333;
  margin: 0 0 50px;
}

.h-art {
  font-size: 36px;
}

.h2, 
h2 {
  font-size: 56px;
  line-height: 115%;
  font-weight: bold;
  margin: 0 0 66px;
}

.quality-section {
  margin-bottom: 120px;
  background: #fff;
}



.foot-cont {
  background: #fff;
  padding: 60px 0 25px;
}

.foot-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 23px;
}

.foot-logo-block {
  margin-right: 60px;
}

.foot-nav {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px 5px;
}

.foot-nav li {
  margin-bottom: 10px;
  padding: 0 14px;
}

.foot-nav-link:active,
.foot-nav-link:hover,
.foot-nav-link:visited,
.foot-nav-link {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}

.foot-nav-link:hover {
  color: #19BA55;
}

.copyright {
  font-size: 16px;
  line-height: 140%;
  color: #999;
}


.button-el.back-to-top,
.back-to-top {
  display: none;
  width: 110px;
  height: 110px;
  position: fixed;
  z-index: 999;
  right: 85px;
  bottom: 45px;
  left: 6rem;
}

.button-navbar-toggler:active,
.button-navbar-toggler:hover,
.button-navbar-toggler:focus,
.button-navbar-toggler:visited,
.button-navbar-toggler {
  display: none;
}


.button-navbar-toggler .btn-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.button-navbar-toggler .btn-icon .line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-navbar-toggler .btn-icon .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.button-navbar-toggler .btn-icon .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.button-navbar-toggler .btn-icon .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.button-navbar-toggler[aria-expanded="true"] .btn-icon .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.button-navbar-toggler[aria-expanded="true"] .btn-icon .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.button-navbar-toggler[aria-expanded="true"] .btn-icon .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}


.full-img-section {
  position: relative;
}

.full-img-section .container {
  position: relative;
  z-index: 2;
}

.full-img-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.full-img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}





/* breadcrumbs */

.bread-cont {
  margin-bottom: 30px;
  padding: 10px 0 0;
}

.breadcrumbs {
  list-style: none;
  margin-bottom: 0px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  padding: 0;
  font-weight: 500;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 115%;
  padding: 5px 0;
  color: #333;
  position: relative;
}

.breadcrumbs li:first-child .bread-link {
  padding-left: 0;
}

.breadcrumbs li .bread-link:after {
  display: block;
  content: '';
  position: absolute;
  right: -3px;
  top: 10px;
  width: 5px;
  height: 8px;
  -webkit-transition: right .1s ease-out;
  -o-transition: right .1s ease-out;
  transition: right .1s ease-out;
  background: url(../img/icon/icon_bread_arrow.svg) no-repeat 0 0;
}

.breadcrumbs li > span {
  font-size: 16px;
  display: inline-block;
  padding: 0 20px;
  color: #333;
}

.bread-link:active,
.bread-link:hover,
.bread-link:visited,
.bread-link {
  display: block;
  text-decoration: none;
  padding: 0 20px;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #999;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

.bread-link:hover {
  text-decoration: none;
  color: #333;
  opacity: 1;
}

/* /breadcrumbs */

.page-container.container {
  padding-top: 130px;
  margin-bottom: 100px;
  min-height: 800px;
}

.catalog-nav-cont {
  margin-bottom: 30px;
}

.cat-nav-list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 0.7rem;
}

.cat-nav-list li {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
  max-width: 25%;
}

.cat-nav-link:active,
.cat-nav-link:hover,
.cat-nav-link:visited,
.cat-nav-link {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  width: 100%;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #333;
  height: 100%;
  padding: 8% 13%;
  background: #fff;
  border: 1px solid #19BA55;
  -webkit-transition: background .15s ease-out, color .15s ease-out, -webkit-box-shadow .15s ease-out;
  transition: background .15s ease-out, color .15s ease-out, -webkit-box-shadow .15s ease-out;
  -o-transition: background .15s ease-out, color .15s ease-out, box-shadow .15s ease-out;
  transition: background .15s ease-out, color .15s ease-out, box-shadow .15s ease-out;
  transition: background .15s ease-out, color .15s ease-out, box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
}

.current .cat-nav-link {
  background: #19BA55;
  color: #fff;
  position: relative;
}

.current .cat-nav-link {
  color: #fff;
  -webkit-transition: background .1s ease-out, color .1s ease-out, -webkit-box-shadow .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, -webkit-box-shadow .1s ease-out;
  -o-transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out, -webkit-box-shadow .1s ease-out;
}

.cat-nav-list li:not(.current) .cat-nav-link:hover {
  background: #eaf9ef;
  transition: background .1s ease-out, color .1s ease-out, -webkit-box-shadow .1s ease-out;
  -o-transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out;
  -webkit-transition: background .1s ease-out, color .1s ease-out, -webkit-box-shadow .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, box-shadow .1s ease-out, -webkit-box-shadow .1s ease-out;
}

h1, .h1 {
  font-size: 56px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 50px;
  font-weight: bold;
}

.cat-section-head {
  
}

.cat-section-title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 140%;
  font-weight: bold;
}

.cat-section {
  margin-bottom: 1.5rem;
}



.cat-detail-head {
  margin-bottom: 35px;
}

.cat-detail-head h1 {
  margin-bottom: 0;
}

.cat-detail-code {
  text-transform: uppercase;
  color: #999;
  font-weight: 500;
  font-size: 18px;
}

.detail-title-cont {
  margin-bottom: 22px;
}

.cat-detail-desc {
  font-size: 18px;
}

.cat-detail-btns {
  margin-bottom: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cat-detail-btns > *:active,
.cat-detail-btns > *:hover,
.cat-detail-btns > *:visited,
.cat-detail-btns > *:focus,
.cat-detail-btns > * {
  margin-right: 15px;
  margin-bottom: 15px;
}


.page-tabs-2 {
  
}

.cat-detail-tabs {
  font-size: 16px;
  line-height: 1.6;
}

.cat-detail-tabs p {
  margin-bottom: 20px;
}

.page-tabs-2 .page-tabs {
  margin-bottom: 10px;
}

.page-tabs-2 .page-tab-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 30px;
}

.page-tabs-2 .btn-tab:active,
.page-tabs-2 .btn-tab:focus,
.page-tabs-2 .btn-tab:hover,
.page-tabs-2 .btn-tab:visited,
.page-tabs-2 .btn-tab:link,
.page-tabs-2 .btn-tab {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  font-weight: 500;
  padding: 9px 18px;
  min-height: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  text-transform: none;
  color: #696A6D;
  
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #999;
  -webkit-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.page-tabs-2 .btn-tab:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 30px);
  width: 100%;
  background: #999;
  opacity: 1;
  height: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background .15s ease-out;
  -o-transition: background .15s ease-out;
  transition: background .15s ease-out;
  border-radius: 10px;
}

.page-tabs-2 .btn-tab.active:hover:after,
.page-tabs-2 .btn-tab.active:after {
  opacity: 1;
  height: 3px;
  bottom: -1px;
  background: #19BA55;
}

.page-tabs-2 .btn-tab.active:hover,
.page-tabs-2 .btn-tab:hover {
  color: #19BA55;
  text-decoration: none;
}

.page-tabs-2 .btn-tab:hover:after {
  opacity: 1;
  height: 1px;
}

.page-tabs-2 .btn-tab.active {
  border: none;
  background: none;
  color: #19BA55;
}

.page-tabs-container {
  position: relative;
  margin-bottom: 37px;
}


.char-list {
  list-style: none;
  margin-bottom: 30px;
  line-height: 1.5;
  width: 100%;
}

.char-list > li {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  font-size: 16px;
  text-align: left;
  -webkit-transition: border-color .15s ease-out;
  -o-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
}

.char-list > li:hover {
  border-color: #ccc;
  -webkit-transition: border-color .1s ease-out;
  -o-transition: border-color .1s ease-out;
  transition: border-color .1s ease-out;
}

.char-li-title {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  color: #999;
  -webkit-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.char-list li:hover .char-li-title {
  color: #888;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

.char-list ul:not([class]) {
  list-style: none;
}

.char-list ul:not([class]) li {
  position: relative;
  padding-left: 12px;
}

.char-list ul:not([class]) li:before {
  display: block;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  left: 0;
  top: 8px;
  background: #222;
}

.char-list a:not([class]):active,
.char-list a:not([class]):visited,
.char-list a:not([class]):hover,
.char-list a:not([class]) {
  color: #19BA55;
  text-decoration: underline;
  display: inline-block;
  padding-right: 20px;
  margin-right: 15px;
  position: relative;
}

.char-list a:not([class]):hover {
  text-decoration: none;
}

.char-list a:not([class]):after {
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 6px;
  background: url(../img/icon/icon_arrow_3_sm.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-transition: right .15s ease-out;
  -o-transition: right .15s ease-out;
  transition: right .15s ease-out;
}

.detail-doc-list {
  list-style: none;
}

.detail-doc-list li {
  margin-bottom: 20px;
}

.detail-doc-link:active,
.detail-doc-link:hover,
.detail-doc-link:visited,
.detail-doc-link {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #19BA55;
  padding: 20px 30px 20px 140px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  min-height: 88px;
  color: #222;
}

.detail-doc-link:hover {
  border: 1px solid #19BA55;
  color: #19BA55;
}

.detail-doc-link:after {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  background: #E8F8EE;
  color: #19BA55;
  width: 88px;
  height: 100%;
}

.pdf-doc:after {
  content: 'PDF';
}

.detail-doc-link .btn-icon {
  width: 12px;
  height: 12px;
}

.detail-doc-link .btn-icon path {
  fill: #222222;
  -webkit-transition: fill .2s ease-out;
  -o-transition: fill .2s ease-out;
  transition: fill .2s ease-out;
}

.detail-doc-link:hover .btn-icon path {
  fill: #19BA55;
}

.detail-doc-link .btn-icon-right {
  margin-left: 10px;
}



.card-slider img,
.card-nav-slider img {
  max-width: 100%;
  width: 100%;
}

.card-slider {
  overflow: hidden;
  margin-bottom: 12px;
}

.card-slider .cat-detail-slide {
  display: block !important;
}

.card-slider,
.card-nav-slider {
  -webkit-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
}

.card-slider:not(.slick-initialized) {
  max-height: 400px;
  overflow: hidden;
  opacity: 0;
}

.card-nav-slider {
  margin-bottom: 20px;
}

.card-nav-slider:not(.slick-initialized) {
  max-height: 62px;
  overflow: hidden;
  opacity: 0;
}

.card-nav-slider.slick-slider {
  padding: 0;
}

.card-nav-slider.slick-slider .slick-list {
  margin: 0 -8px;
  width: calc(100% + 16px);
}

.card-nav-slider .slick-slide {
  padding: 0 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.card-nav-slider .card-nav-slide:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #19BA55;
  opacity: 0;
}

.card-nav-slider .slick-slide:hover {
  opacity: .9;
  -webkit-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
}

.card-slider .slick-slide .card-slide,
.card-nav-slider .slick-slide .card-nav-slide {
  display: block !important
}

.card-nav-slider .slick-current.card-nav-slide:after {
  opacity: 1;
  opacity: 0;
}


.shop-list-cont {
  margin-bottom: 60px;
}

.shop-block {
  border: 2px solid #ddf5e6;
  padding: 15px 40px 30px;
  margin-bottom: 20px;
}

.shop-block-img:active,
.shop-block-img:hover,
.shop-block-img:visited,
.shop-block-img {
  display: block;
  text-decoration: none;
  max-height: 100px;
  height: 100%;
  margin-bottom: 15px;
}

.shop-block-img:hover {
  opacity: .7;
}

.shop-block-img img {
  max-width: 100%;
}


.shop-links-cont {
  margin-bottom: 15px;
  line-height: 27px;
  min-height: 27px;
}

.arrow-link:active,
.arrow-link:visited,
.arrow-link:hover,
.arrow-link {
  color: #19BA55;
  text-decoration: underline;
  display: inline-block;
  padding-right: 20px;
  margin-right: 15px;
  position: relative;
}

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

.arrow-link:after {
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 6px;
  background: url(../img/icon/icon_arrow_3_sm.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-transition: right .15s ease-out;
  -o-transition: right .15s ease-out;
  transition: right .15s ease-out;
}

.arrow-link.arrow-link-2:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg)
}

.shop-preview-text:active,
.shop-preview-text:visited,
.shop-preview-text:hover,
.shop-preview-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.shop-preview-text:hover {
  color: #19BA55;
}

.shop-block-img:active,
.shop-block-img:hover,
.shop-block-img:visited,
.shop-block-img,
.shop-links-cont,
.shop-preview-text:active,
.shop-preview-text:visited,
.shop-preview-text:hover,
.shop-preview-text {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
}

.shop-detail-logo-cont {
  max-width: 317px;
  margin-left: auto;
  margin-bottom: 45px;
}

.shop-detail-logo:active,
.shop-detail-logo:hover,
.shop-detail-logo:visited,
.shop-detail-logo {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 317px;
  margin-bottom: 40px;
  text-decoration: none;
  border: 1px solid #ddf5e6;
}

.shop-detail-logo:hover {
  border: 2px solid #ace6c2;
}

.shop-detail-logo img {
  max-width: 100%;
}

.news-list-text,
.news-list-text p {
  font-size: 20px;
  line-height: 150%;
}

.news-list-text p {
  margin-bottom: 30px;
}

.news-doc-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 20px;
  list-style: none;
}

.news-doc-li {
  width: 100%;
  max-width: 20%;
  padding: 0 10px;
}

.news-doc-list > .news-doc-li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.news-doc-list > .news-doc-li > * {
  width: 100%;
}

.news-doc:active,
.news-doc:hover,
.news-doc:visited,
.news-doc {
  display: block;
  height: 100%;
  border: 2px solid #ddf5e6;
  padding: 40px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: border .15s ease-out;
  -o-transition: border .15s ease-out;
  transition: border .15s ease-out;
}

.news-doc:hover {
  border: 2px solid #ace6c2;
}

.news-doc-img {
  margin-bottom: 15px;
}

.news-doc-img img {
  max-width: 100%;
}

.news-doc-title {
  display: block;
  font-size: 15px;
  line-height: 140%;
  color: #999;
  -webkit-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.news-doc:hover .news-doc-title {
  color: #19BA55;
}

.news-section {
  margin-bottom: 48px;
}

.news-section h2,
.news-section .h2 {
  margin-bottom: 50px;
}

.news-slider:not(.slick-initialized) {
  max-height: 460px;
  overflow: hidden;
}

.news-slider.slick-slider {
  margin-bottom: 60px;
}

.news-slider .slick-list {
  margin: 0 -11px;
}

.news-slide {
  padding: 0 11px;
}

.news-item {
  display: block;
  font-size: 16px;
}

.news-item-img:active,
.news-item-img:hover,
.news-item-img:visited,
.news-item-img {
  display: block;
  overflow: hidden;
  margin-bottom: 13px;
  position: relative;
  background: #111;
}

.news-item:hover .news-item-img:after {
  opacity: .12;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.news-item:hover .news-item-img img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.news-item-img:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
}


.news-item-img img {
  width: 100%;
  height: 296px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: contrast(105%) brightness(103%);
          filter: contrast(105%) brightness(103%);
}

.news-item-title:active,
.news-item-title:hover,
.news-item-title:visited,
.news-item-title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  height: 56px;
  overflow: hidden;
}

.news-item-title:hover {
  color: #19BA55;
}

.news-item-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  opacity: 0.5;
  margin-bottom: 15px;
  height: 48px;
  overflow: hidden;
}

.news-detail-img {
  margin-bottom: 60px;
}

.news-detail-img img {
  max-width: 100%;
}

.news-detail-text img {
  max-width: 100%;
  display: block;
  margin-bottom: 50px;
}

.news-detail-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin: 0 auto;
  width: 100%;
}

.news-detail-text > *:not(img) {
  max-width: 74rem;
}

.news-detail-text p {
  margin-bottom: 30px;
  margin: 1.2rem auto;
  width: 100%;

}

h5, 
h5,
h4, 
h4 {
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #333;
  margin: 0 0 50px;
}

h5, 
h5 {
  font-size: 36px;
}

.news-detail-text b {
  font-weight: 700;
}

.history-section {
  background: #19BA55;
  color: #fff;
  padding: 120px 0 50px;
}

.history-section h2,
.history-section .h2 {
  margin-bottom: 48px;
}

.hist-slider-cont {
  padding-right: 300px;
  position: relative;
}

.hist-slider-cont .slider-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hist-slider {
  margin-bottom: 60px;
}

.hist-nav-slider:not(.slick-initialized),
.hist-slider:not(.slick-initialized) {
  max-height: 400px;
  overflow: hidden;
}

.hist-slide {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0 -11px;
}

.hist-slide > * {
  padding: 0 11px;
}

.hist-slide-img img {
  max-width: 100%;
}

.hist-nav-slide {
  width: auto !important;
  position: relative;
  padding-bottom: 295px;
}

.hist-nav-title {
  display: block;
  margin: 0 auto;
  font-weight: 600;
  font-size: 28px;
  line-height: 60px;
  height: 75px;
  padding-bottom: 14px;
  letter-spacing: -0.02em;
  color: #FFF;
  opacity: 0.5;
  -webkit-transition: opacity .15s ease-out, font-size .15s ease-out;
  -o-transition: opacity .15s ease-out, font-size .15s ease-out;
  transition: opacity .15s ease-out, font-size .15s ease-out;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.hist-nav-title:hover {
  opacity: .7;
}

.hist-nav-title:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 30px 20px;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 112px;
  opacity: 0;
  -webkit-transition: opacity .0s ease-out, top .15s ease-out;
  -o-transition: opacity .0s ease-out, top .15s ease-out;
  transition: opacity .0s ease-out, top .15s ease-out;
}

.slick-slide.slick-current .hist-nav-title {
  opacity: 1;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: -0.02em;
  border-bottom: 4px solid #FFF;
}

.slick-slide.slick-current .hist-nav-title:after {
  opacity: 1;
  top: 108px;
  -webkit-transition: opacity .1s .3s ease-out, top .3s ease-out;
  -o-transition: opacity .1s .3s ease-out, top .3s ease-out;
  transition: opacity .1s .3s ease-out, top .3s ease-out;
}

.hist-text-cont {
  position: absolute;
  left: 0;
  top: 130px;
  background: #fff;
  max-height: 250px;
  max-height: 0px;
  
  overflow: hidden;
  
  min-width: 860px;  
  min-width: 760px;
  -webkit-transition: opacity .1s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .1s ease-out, -webkit-transform .2s ease-out;
  -o-transition: opacity .1s ease-out, transform .2s ease-out;
  transition: opacity .1s ease-out, transform .2s ease-out;
  transition: opacity .1s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
  opacity: 0;
  left: 100%;
  -webkit-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}

.hist-nav-slide-left .hist-text-cont {
  left: 0%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slick-slide.slick-current .hist-nav-slide-left .hist-text-cont {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.slick-slide.slick-current .hist-text-cont {
  opacity: 1;
  -webkit-transform: translate(-100%, 0%);
      -ms-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  max-height: 250px;
  -webkit-transition: opacity .3s .1s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s .1s ease-out, -webkit-transform .3s ease-out;
  -o-transition: opacity .3s .1s ease-out, transform .3s ease-out;
  transition: opacity .3s .1s ease-out, transform .3s ease-out;
  transition: opacity .3s .1s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.hist-nav-text {
  overflow: hidden;
  max-height: 100%;
  padding: 24px 32px;
}

.hist-nav-slider .slick-slide.slick-current.slick-center {
  position: relative;
  z-index: 2;
}

.page-container div > img[align="right"],
.page-container p > img[align="right"] {
    margin: 0 0 30px 30px;
}

.page-container div > img[align="left"],
.page-container p > img[align="left"] {
    margin: 0 30px 30px 0;
}

@media screen and (max-width:450px) {
    .page-container div > img[align="right"],
    .page-container div > img[align="left"],
    .page-container p > img[align="right"],
    .page-container p > img[align="left"] {
        margin: 0 auto 30px;
        display: block;
    }
}

@media screen and (min-width: 1400px) {
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
      max-width: 1350px;
  }
  .news-detail-text {
      width: 100%
  }
}

@media screen and (min-width: 1601px) {
  .search-pop-cont .btn-mob {
    display: none;
  }
}

@media screen and (min-width: 1801px) {
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
      max-width: 1750px;
  }
  
  
  .main-nav {
    padding-right: 10px;
  }
  .bg-section-text {
    max-width: 660px;
  }
  .button-el.btn-w-lg:not(.button--round):active,
  .button-el.btn-w-lg:not(.button--round):hover,
  .button-el.btn-w-lg:not(.button--round):focus,
  .button-el.btn-w-lg:not(.button--round):visited,
  .button-el.btn-w-lg:not(.button--round) {
    min-width: 480px;
    max-width: 480px;
  }

  
}

@media screen and (min-width: 1381px) {
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
/*      max-width: 1720px;*/
  }
  .desc-hide {
    display: none;
  }
  .cat-filter-collapse.collapse,
  .cat-filter-collapse.collapsed,
  .main-menu.collapsed,
  .main-menu.collapse {
    display: block;
  }
  .container.full-w-cont {
    max-width: 100%;
    padding: 0;
  }
  .container.full-w-cont > .row {
    margin-right: 0;
    margin-left: 0;
  }
  .container.full-w-cont > .col, 
  .container.full-w-cont > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .mob-only {
    display: none;
  }
  
}

@media screen and (max-width:1800px) {
  .cat-nav-link:active,
  .cat-nav-link:hover,
  .cat-nav-link:visited,
  .cat-nav-link {
    min-height: 80px;
    font-size: 16px;
    padding: 10px 20px;
  }
  .hist-text-cont {
    min-width: 700px;
    min-width: 620px;
  }
  .search-collapse.show + .search-collapse-bg {
    opacity: .7;
  }
  .search-collapse.show,
  .search-collapse.collapse.show {
    height: auto;
    padding: 50px 0 45px;
  }
  .search-input {
    height: 80px;
    padding: 20px 30px 20px 52px;
    margin-top: 0;
    margin-right: 36px;
  }
  
  .main-slider-title {
    font-size: 45px;
    max-width: 820px;
  }
  .h2, h2 {
    font-size: 55px;
  }
  h3, .h3 {
    font-size: 45px;
  }
  .bg-section-text.custom-pt {
    padding-top: 60px;
  }
  .row.color-bg-row {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.color-bg-row > div[class*="col-"] {
    padding-left: 60px;
    padding-right: 60px;
  }
  section p {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .color-bg-col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bg-sec-text-block.custom-pt {
    padding-top: 60px;
  }
  .contact-list li {
    margin-bottom: 40px;
  }
  .contact-list {
    font-size: 28px;
  }
  .contact-mail:after {
    top: 6px;
  }
  .contact-addr:after {
    top: 0px;
  }
  .contact-text:after, 
  .contact-link:after {
    top: 5px;
  }
  .foot-nav li {
    margin-bottom: 0;
  }
  .button--round.button-el,
  .button-el.back-to-top, 
  .back-to-top {
    width: 70px;
    height: 70px;
  }
  .top-phone-cont,
  .topline.is-sticky .top-phone-cont,
  .topline,
  .topline.is-sticky {
    height: 80px;
  }
  
  .topline .button-el.btn-el-lg:not(.button--round):active,
  .topline .button-el.btn-el-lg:not(.button--round):hover,
  .topline .button-el.btn-el-lg:not(.button--round):focus,
  .topline .button-el.btn-el-lg:not(.button--round):visited,
  .topline .button-el.btn-el-lg:not(.button--round),
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):active,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):hover,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):focus,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):visited,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round) {
    height: 80px;
    min-width: 80px;
    max-width: 80px;
    position: relative;
    z-index: 1;
    margin-left: 24px;
  }
  
  .topline.is-sticky .logo-block {
    padding: 20px 0;
  }
  .button-el.btn-el-lg:not(.button--round):active,
  .button-el.btn-el-lg:not(.button--round):hover,
  .button-el.btn-el-lg:not(.button--round):focus,
  .button-el.btn-el-lg:not(.button--round):visited,
  .button-el.btn-el-lg:not(.button--round) {
    width: auto;
    min-width: 280px;
    max-width: 320px;
    height: 80px;
  }
  .logo:active,
  .logo:hover,
  .logo:visited,
  .logo {
    max-width: 150px;
  }
  .logo-block .logo {
    margin-right: 14px;
  }
  .logo-block-desc {
    font-size: 12px;
    padding-left: 15px;
  }
  .main-nav li {
    padding: 0 7px;
  }
  .topline .button-el.btn-el-lg .button__text {
    font-size: 0;
  }
  h1, .h1 {
    font-size: 60px;
  }
  
}

@media screen and (max-width:1600px) {
  .news-doc-li {
    max-width: 25%;
  }
  .shop-block-img:active,
  .shop-block-img:hover,
  .shop-block-img:visited,
  .shop-block-img {
    max-height: 80px;
  }
  .shop-preview-text:active,
  .shop-preview-text:visited,
  .shop-preview-text:hover,
  .shop-preview-text {
    font-weight: 500;
    font-size: 16px;
  }
  .search-pop-cont .btn-desc {
    display: none;
  }
  .search-pop-cont .button-el.btn-el-lg:not(.button--round):active,
  .search-pop-cont .button-el.btn-el-lg:not(.button--round):hover,
  .search-pop-cont .button-el.btn-el-lg:not(.button--round):focus,
  .search-pop-cont .button-el.btn-el-lg:not(.button--round):visited,
  .search-pop-cont .button-el.btn-el-lg:not(.button--round),
  .topline .button-el.btn-el-lg:not(.button--round):active,
  .topline .button-el.btn-el-lg:not(.button--round):hover,
  .topline .button-el.btn-el-lg:not(.button--round):focus,
  .topline .button-el.btn-el-lg:not(.button--round):visited,
  .topline .button-el.btn-el-lg:not(.button--round),
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):active,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):hover,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):focus,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):visited,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round) {
    height: 80px;
    min-width: 80px;
    max-width: 80px;
    position: relative;
    z-index: 1;
    margin-left: 24px;
  }
  
  .topline .button-el.btn-el-lg .btn-icon.btn-icon-left {
    margin: 0;
  }
  .btn-tab:active,
  .btn-tab:hover,
  .btn-tab:focus,
  .btn-tab:visited,
  .btn-tab {
    min-height: 0px;
    font-size: 16px;
    padding: 20px 30px;
  }
  .quality-section,
  .main-slider-cont {
    margin-bottom: 70px;
  }
  .cat-item-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .cat-item-desc {
    min-height: 120px;
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .row.xl-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.xl-row > div[class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  
}

@media screen and (max-width:1550px) {
  .hist-text-cont {
    max-width: 100%;
    width: 100%;
    min-width: 1000px;
    font-size: 18px;
  }
  .hist-nav-slide-left .hist-text-cont,
  .hist-text-cont {
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
        -ms-transform: translate(-50%,-100%);
            transform: translate(-50%,-100%);
  }
  .slick-slide.slick-current .hist-nav-slide-left .hist-text-cont,
  .slick-slide.slick-current .hist-text-cont {
    -webkit-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
  }
  .hist-nav-text {
    padding: 30px 30px;
    text-align: left;
  }
  .hist-nav-slider .slick-list {
    padding: 0 !important; 
    text-align: center;
  }
}
  
@media screen and (max-width:1380px) {
  .search-collapse.show,
  .search-collapse.collapse.show {
    padding: 30px 0;
  }
  .history-section {
    padding: 60px 0 40px;
  }
  .hist-slider-cont {
    padding-right: 200px;
  }
  h5, h5, h4, h4 {
    font-size: 38px;
    margin: 0 0 35px;
  }
  h5, h5 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .news-detail-text p {
    margin-bottom: 20px;
  }
  .news-detail-text {
    font-size: 18px;
  }
  .news-doc:active,
  .news-doc:hover,
  .news-doc:visited,
  .news-doc {
    padding: 20px;
  }
  .news-detail-img {
    margin-bottom: 40px;
  }
  .shop-list-cont {
    margin-bottom: 80px;
  }
  .shop-block {
    border: 1px solid #ddf5e6;
    padding: 15px 20px 20px;
  }
  .top-phone-cont,
  .topline.is-sticky .top-phone-cont,
  .topline,
  .topline.is-sticky {
    height: auto;
    min-height: 80px;
  }
  .topline,
  .topline.is-sticky {
    overflow: visible;
  }
  .topline div[class*="col-"] {
    position: static;
  }
  .top-phone-cont .button-el.btn-el-lg:not(.button--round) .morph-shape {
    margin: 0;
    overflow: hidden;
  }
  .top-phone-cont .button-el.btn-el-lg:not(.button--round) .morph-shape > svg {
    -webkit-transform: scale(1.015) translateY(0px);
        -ms-transform: scale(1.015) translateY(0px);
            transform: scale(1.015) translateY(0px);
  }
  .top-phone-cont .button-el:active,
  .top-phone-cont .button-el:hover,
  .top-phone-cont .button-el:focus,
  .top-phone-cont .button-el:visited,
  .top-phone-cont .button-el {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  
  .main-menu,
  .main-menu.collapse:not(.show) {
    background: #fff;
    background: rgb(255 255 255 / 97%);
    padding: 0 15px;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translate(-50%);
    width: calc(100vw + 2px);
    display: block;
    height: auto !important;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out;
    -o-transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out;
    transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out;
  }
  .main-menu.show {
    max-height: 70vh;
    -webkit-transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
    -o-transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
    transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
            box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
  }
  .main-nav {
    display: block;
    max-width: 1110px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .main-nav li {
    padding: 5px 0;
  }
  
  .topline .button-el.btn-el-lg:not(.button--round):active,
  .topline .button-el.btn-el-lg:not(.button--round):hover,
  .topline .button-el.btn-el-lg:not(.button--round):focus,
  .topline .button-el.btn-el-lg:not(.button--round):visited,
  .topline .button-el.btn-el-lg:not(.button--round),
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):active,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):hover,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):focus,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):visited,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round) {
    margin-left: 4px;
  }
  .button-navbar-toggler:active,
  .button-navbar-toggler:hover,
  .button-navbar-toggler:focus,
  .button-navbar-toggler:visited,
  .button-navbar-toggler {
    display: block;
  }
  .search-cont {
    margin-right: 20px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .mob-hide {
    display: none;
  }
  
  .serv-menu-collapse,
  .serv-menu-collapse.collapse:not(.show) {
    background: #fff;
    padding: 0 30px;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    display: block;
    height: auto !important;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out;
    -o-transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out;
    transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out;
  }
  .serv-menu-collapse.show {
    max-height: 70vh;
    -webkit-transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
    -o-transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
    transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
  }
  
  .main-slider:not(.slick-initialized) {
    max-height: 400px;
    overflow: hidden;
  }
  
  .main-slider-title {
    font-size: 40px;
    max-width: 820px;
  }
  .h2, h2 {
    font-size: 36px;
    margin-bottom: 36px;
  }
  h3, .h3 {
    font-size: 30px;
    margin: 0 0 30px;
  }
  
  .bg-section-text.custom-pt {
    padding-top: 30px;
  }
  .row.color-bg-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.color-bg-row > div[class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .color-bg-col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bg-sec-text-block.custom-pt {
    padding-top: 30px;
  }
  
  .button--round.button-el,
  .button-el.back-to-top, 
  .back-to-top {
    width: 70px;
    height: 70px;
  }
  .btn-icon.btn-icon-center {
    width: 20px;
    height: 20px;
  }
  .btn-icon.btn-icon-center svg {
    width: 100%;
  }
  .button-el.btn-el-md:not(.button--round):active,
  .button-el.btn-el-md:not(.button--round):hover,
  .button-el.btn-el-md:not(.button--round):focus,
  .button-el.btn-el-md:not(.button--round):visited,
  .button-el.btn-el-md:not(.button--round) {
    min-width: 300px;
    max-width: 300px;
    height: 70px;
  }
  .button-el:not(.button--dark) .button__text,
  .button-el .button__text {
    font-size: 18px;
  }
  
  .button-el:not(.button--round):active,
  .button-el:not(.button--round):hover,
  .button-el:not(.button--round):focus,
  .button-el:not(.button--round):visited,
  .button-el:not(.button--round) {
    width: 100%;
    min-width: 375px;
    max-width: 445px;
    height: 70px;
  }
  .foot-nav li {
    padding: 0 11px;
  }
  .copyright {
    font-size: 14px;
  }
  .quality-section,
  .main-slider-cont {
    margin-bottom: 60px;
  }
  .main-slide-cover {
    position: absolute;
    width: 100%;
    padding: 0 0 50px;
  }
  .full-img-section {
    min-height: 580px;
    padding: 60px 0;
  }
  h3.full-img-title, 
  .full-img-title.h3, 
  .full-img-title {
    font-size: 50px;
  }
  .contact-list {
    font-size: 20px;
  }
  .contact-text:after, 
  .contact-link:after {
    top: 0px;
  }
  .foot-cont {
    padding: 60px 0 25px;
  }
  .slider-dots-line {
    max-width: calc(100% - 200px);
  }
  .main-slider-cont .slider-nav {
    bottom: 55px;
  }
  .catalog-tabs-section {
    padding-bottom: 65px;
  }
  .cat-nav-link:active,
  .cat-nav-link:hover,
  .cat-nav-link:visited,
  .cat-nav-link {
    padding: 10px 15px;
  }
  h1, .h1 {
    font-size: 45px;
  }
  .cat-detail-head h1 {
    font-size: 32px;
  }
  .row.xl-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.xl-row > div[class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cat-detail-btns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .page-tabs-2 .btn-tab:active,
  .page-tabs-2 .btn-tab:focus,
  .page-tabs-2 .btn-tab:hover,
  .page-tabs-2 .btn-tab:visited,
  .page-tabs-2 .btn-tab:link,
  .page-tabs-2 .btn-tab {
    padding: 7px 16px;
    font-size: 16px;
  }
  .detail-doc-link:active,
  .detail-doc-link:hover,
  .detail-doc-link:visited,
  .detail-doc-link {
    padding: 10px 20px 10px 100px;
    min-height: 65px;
  }
  .detail-doc-link:after {
    width: 65px;
    font-size: 14px;
  }
  .detail-doc-list li {
    margin-bottom: 10px;
  }
  .char-li-title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cat-detail-desc {
    font-size: 14px;
  }
  .cat-detail-code {
    font-size: 16px;
  }
  .button-el.custom-button-el:not(.button--round) .button__text {
    font-size: 18px;
  }
}

@media screen and (max-width:1200px) {
  .hist-text-cont {
    min-width: 800px;
    font-size: 16px;
  }
  .slick-slide.slick-current .hist-nav-title {
    font-size: 25px;
    border-bottom: 3px solid #FFF;
  }
  .hist-nav-text {
    padding: 20px 20px;
  }
  .hist-nav-title {
    font-size: 20px;
  }
  
  .news-doc:active,
  .news-doc:hover,
  .news-doc:visited,
  .news-doc {
    padding: 10px;
  }
  .news-doc-li {
    max-width: 33.33%;
  }
  .cat-nav-list {
    margin: 0 -5px;
  }
  .cat-nav-list li {
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .cat-nav-link:active,
  .cat-nav-link:hover,
  .cat-nav-link:visited,
  .cat-nav-link {
    min-height: 50px;
  }

  .main-nav {
    max-width: 930px;
  }
  .topline.is-sticky .logo-block,
  .logo-block {
    padding: 10px 0;
  }
  .top-phone-cont,
  .topline.is-sticky .top-phone-cont,
  .topline,
  .topline.is-sticky {
    min-height: 60px;
  }
  .search-input {
    height: 60px;
    padding: 14px 20px 14px 42px;
    margin-top: 0;
    margin-right: 0;
    font-size: 16px;
    background: url(../img/icon/icon_search.svg) no-repeat 1px center;
    -webkit-background-size: 20px;
    background-size: 20px;
  }
  .search-pop-cont .button-el.btn-el-lg:not(.button--round):active,
  .search-pop-cont .button-el.btn-el-lg:not(.button--round):hover,
  .search-pop-cont .button-el.btn-el-lg:not(.button--round):focus,
  .search-pop-cont .button-el.btn-el-lg:not(.button--round):visited,
  .search-pop-cont .button-el.btn-el-lg:not(.button--round),
  .topline .button-el.btn-el-lg:not(.button--round):active,
  .topline .button-el.btn-el-lg:not(.button--round):hover,
  .topline .button-el.btn-el-lg:not(.button--round):focus,
  .topline .button-el.btn-el-lg:not(.button--round):visited,
  .topline .button-el.btn-el-lg:not(.button--round),
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):active,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):hover,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):focus,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):visited,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round) {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
  }
  .search-cont {
    margin-right: 10px;
  }
  
  .button-el.back-to-top, .back-to-top {
    right: 30px;
    bottom: 30px;
  }
  .button--round.button-el, 
  .button-el.back-to-top, 
  .back-to-top {
    width: 60px;
    height: 60px;
  }
  .button--round.button-el .button__text, 
  .button-el.back-to-top .button__text, 
  .back-to-top .button__text {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
  .search-pop-cont .button-el.btn-el-lg .btn-icon svg * {
    stroke: #fff;
  }
  .search-pop-cont .button-el.btn-el-lg .btn-icon svg,
  .topline .button-el.btn-el-lg .btn-icon svg {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .custom-navbar-toggler:active,
  .custom-navbar-toggler:hover,
  .custom-navbar-toggler:visited,
  .custom-navbar-toggler,
  .custom-navbar-toggler.navbar-toggler  {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  
  .foot-logo-block {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .foot-cont {
    background: #fff;
    padding: 40px 0 25px;
  }
  .copyright {
    font-size: 12px;
  }
  .foot-nav li {
    margin-bottom: 8px;
  }
  .foot-row {
    margin-bottom: 10px;
  }
  .quality-section,
  .main-slider-cont {
    margin-bottom: 40px;
  }
  .catalog-tabs-section h2 {
    margin-bottom: 30px;
  }
  .full-img-section {
    min-height: 500px;
  }
  .cat-item-title {
    font-size: 18px;
  }
  
  .page-container.container {
    padding-top: 75px;
    min-height: 500px;
    margin-bottom: 120px;
  }
  
  
}

@media screen and (max-width:991px) {
  .hist-slider-cont {
    padding-right: 140px;
  }
  .hist-slide {
    margin: 0 -5px;
  }
  .hist-slide > * {
    padding: 0 5px;
  }
  .hist-slide-img {
    width: 100%;
    max-width: 50%;
  }
  .hist-slide-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hist-text-cont {
    min-width: 600px;
    font-size: 16px;
  }
  .news-detail-text {
    font-size: 16px;
  }
  h5, h5, h4, h4 {
    font-size: 28px;
    margin: 0 0 25px;
  }
  h5, h5 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .news-slider.slick-slider {
    margin-bottom: 10px;
  }
  .news-section {
    padding-top: 30px;
  }
  .news-section h2, 
  .news-section .h2 {
    margin-bottom: 30px;
  }
  .news-item-title:active,
  .news-item-title:hover,
  .news-item-title:visited,
  .news-item-title {
    font-size: 16px;
    height: 46px;
  }
  .news-item-desc {
    font-size: 14px;
    height: 44px;
  }
  .news-item {
    font-size: 15px;
  }
  .news-section {
    margin-bottom: 50px;
  }
  
  .card-slider-cont {
    margin-bottom: 30px;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .cat-detail-btns {
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail-doc-link:active,
  .detail-doc-link:hover,
  .detail-doc-link:visited,
  .detail-doc-link {
    padding: 8px 20px 8px 75px;
    min-height: 55px;
  }
  .detail-doc-link:after {
    width: 55px;
    font-size: 12px;
  }
  .page-container.container {
    padding-top: 75px;
    min-height: 500px;
    margin-bottom: 70px;
  }
  
  h1, .h1 {
    font-size: 35px;
  }
  .full-img-bg {
    display: block;
  }
  .full-img-section {
    background: none !important;
  }
  .main-nav {
    max-width: 690px;
  }
  .main-slider-text {
    margin-bottom: 30px;
  }
  .main-slider-title {
    font-size: 26px;
    max-width: 600px;
    margin-bottom: 15px;
  }
  .button-el:not(.button--round):active,
  .button-el:not(.button--round):hover,
  .button-el:not(.button--round):focus,
  .button-el:not(.button--round):visited,
  .button-el:not(.button--round) {
    width: 100%;
    min-width: 355px;
    max-width: 395px;
    height: 60px;
  }
  .button-el.btn-el-md:not(.button--round):active,
  .button-el.btn-el-md:not(.button--round):hover,
  .button-el.btn-el-md:not(.button--round):focus,
  .button-el.btn-el-md:not(.button--round):visited,
  .button-el.btn-el-md:not(.button--round) {
    min-width: 280px;
    max-width: 280px;
    height: 60px;
  }
  .cat-section-title,
  .h2, h2 {
    font-size: 26px;
  }
  h3, .h3 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  h3.full-img-title, 
  .full-img-title.h3, 
  .full-img-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  
  .slick-slider-dots {
    margin-right: 15px;
  }  
  .slick-slider-dots.slider-dots-line {
    margin-right: auto;
  }
  .btn-tab:active,
  .btn-tab:hover,
  .btn-tab:focus,
  .btn-tab:visited,
  .btn-tab {
    padding: 5px 15px;
  }
  .page-tab-list {
    margin-bottom: 15px;
  }
  .full-img-section {
    min-height: 410px;
  }
  .color-bg-section:after {
    display: none;
  }
  .color-bg-col {
    background: #19BA55;
    -webkit-box-shadow: 200px 0 0 0 #19BA55, -200px 0 0 0 #19BA55;
            box-shadow: 200px 0 0 0 #19BA55, -200px 0 0 0 #19BA55;
  }
  .bg-sec-text-block {
    margin-bottom: 15px;
  }
  .bg-section-text.custom-pt {
    padding-top: 15px;
  }
  .row.color-bg-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.color-bg-row > div[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .color-bg-col {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bg-sec-text-block.custom-pt {
    padding-top: 0;
  }
  .quality-section {
    margin-bottom: 0;
  }
  .color-bg-section {
    padding-top: 35px;
  }
  .foot-cont {
    padding: 20px 0;
  }
  .foot-logo-block {
    width: 100%;
    text-align: center;
  }
  .foot-nav {
    margin: 0 -10px 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 500px;
  }
  .foot-nav li {
    padding: 0 10px;
  }
  .foot-nav-link:active,
  .foot-nav-link:hover,
  .foot-nav-link:visited,
  .foot-nav-link {
    font-size: 14px;
  }
  .foot-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright {
    text-align: center;
  }
  .color-bg-pic img {
    min-height: 400px;
    height: 400px;
  }
  .map-cont .map {
    height: 400px !important;
  }
  .cat-nav-link:active,
  .cat-nav-link:hover,
  .cat-nav-link:visited,
  .cat-nav-link {
    min-height: 20px;
    padding: 5px 15px;
  }
  .shop-list-cont {
    margin-bottom: 60px;
  }
  .shop-detail-logo-cont {
    margin: 0 auto 35px;
  }
  .shop-detail-logo:active,
  .shop-detail-logo:hover,
  .shop-detail-logo:visited,
  .shop-detail-logo {
    min-height: 170px;
  }
  .news-list-text,
  .news-list-text p {
    font-size: 18px;
  }
  .news-list-text p {
    margin-bottom: 24px;
  }

}

@media screen and (max-width:767px) {
  .search-collapse.show, 
  .search-collapse.collapse.show {
    padding: 15px 0;
  }
  .history-section {
    padding: 60px 0 30px;
  }
  .history-section h2, 
  .history-section .h2 {
    margin-bottom: 30px;
  }
  .hist-nav-title {
    font-size: 16px;
    line-height: 34px;
    height: 38px;
  }
  .slick-slide.slick-current .hist-nav-title {
    font-size: 18px;
    line-height: 34px;
    height: 38px;
    border-bottom: 2px solid #FFF;
  }
  .hist-text-cont {
    min-width: 500px;
    font-size: 14px;
    top: 100px;
  }
  .hist-nav-title:after {
    border-width: 0 10px 15px 10px;
    top: 92px;
  }
  .slick-slide.slick-current .hist-nav-title:after {
    top: 90px;
  }
  
  .hist-nav-slide {
    padding-bottom: 235px;
  }
  .hist-slider,
  .hist-slider.slick-initialized.slick-slider {
    margin-bottom: 10px;
  }
  .hist-slider-cont {
    padding-right: 0;
  }
  .hist-slider-cont .slider-nav {
    position: static;
  }
  .hist-slide {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hist-slide > * {
    padding: 0;
  }
  .hist-slide-img:not(:first-child),
  .hist-slide-img:nth-child(n + 3) {
    display: none;
  }
  .hist-slide-img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .hist-slide-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hist-nav-text {
    padding: 15px;
  }
  
  
  
  .news-item-title:active,
  .news-item-title:hover,
  .news-item-title:visited,
  .news-item-title {
    height: auto;
  }
  .news-item-desc {
    height: auto;
  }
  .news-section {
    margin-bottom: 50px;
  }
  
  
  .custom-select.w-custom-select > .dropdown-menu:after {
    max-width: calc(100% - 40px);
  }
  .bootstrap-select.w-custom-select .dropdown-menu .dropdown-item:active,
  .bootstrap-select.w-custom-select .dropdown-menu .dropdown-item:hover,
  .bootstrap-select.w-custom-select .dropdown-menu .dropdown-item:visited,
  .bootstrap-select.w-custom-select .dropdown-menu .dropdown-item:focus,
  .bootstrap-select.w-custom-select .dropdown-menu .dropdown-item {
    padding: 10px 20px;
  }
  .w-custom-select.bootstrap-select>.dropdown-toggle:focus, 
  .w-custom-select.bootstrap-select>.dropdown-toggle:active, 
  .w-custom-select.bootstrap-select>.dropdown-toggle {
    padding-left: 20px;
  }
  .shop-detail-logo:active,
  .shop-detail-logo:hover,
  .shop-detail-logo:visited,
  .shop-detail-logo {
    min-height: 120px;
    margin-bottom: 25px;
  }
  .news-list-text,
  .news-list-text p {
    font-size: 16px;
  }
  .news-doc:active,
  .news-doc:hover,
  .news-doc:visited,
  .news-doc {
    padding: 6px;
  }
  .news-doc-list {
    margin: 0 -5px 20px;
  }
  .news-doc-li {
    max-width: 50%;
    padding: 0 5px;
  }
  .news-doc-title {
    font-size: 13px;
  }
  .shop-block-img:active,
  .shop-block-img:hover,
  .shop-block-img:visited,
  .shop-block-img {
    height: auto;
    max-height: 100px;
  }
  .shop-links-cont {
    margin-bottom: 5px;
    line-height: 1.4;
    min-height: 0;
  }
  .shop-block {
    margin-bottom: 15px;
    padding: 10px 20px 15px;
  }
  .cat-detail-head h1 {
    font-size: 28px;
  }
  .cat-detail-tabs {
    font-size: 15px;
  }
  .char-list > li {
    padding: 10px 0;
    font-size: 15px;
  }
  .cat-detail-tabs .page-tab-list {
    overflow: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5px;
  }
  .page-tabs-2 .btn-tab:active,
  .page-tabs-2 .btn-tab:focus,
  .page-tabs-2 .btn-tab:hover,
  .page-tabs-2 .btn-tab:visited,
  .page-tabs-2 .btn-tab:link,
  .page-tabs-2 .btn-tab {
    padding: 6px 10px;
    font-size: 14px;
  }
  
  h1, .h1 {
    font-size: 32px;
  }
  .main-slider-text {
    margin-bottom: 25px;
  }
  .main-slider-title {
    font-size: 20px;
    max-width: 450px;
    margin-bottom: 15px;
  }
  .logo-block-desc {
    display: none;
  }
  .main-nav {
    max-width: 510px;
  }
  .main-slide-img img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .button--round.button-el, 
  .button-el.back-to-top, 
  .back-to-top {
    width: 45px;
    height: 45px;
  }
  .button--round.button-el .button__text, 
  .button-el.back-to-top .button__text, 
  .back-to-top .button__text {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
  }
  .topline .button-el.btn-el-lg .btn-icon svg {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .slider-dots-line {
    max-width: calc(100% - 140px);
  }
  .slider-dots-line {
    max-width: calc(100% - 140px);
  }
  .slider-dots-line .slick-dots li button:before,
  .slider-dots-line .slick-dots:before {
    height: 3px;
  }
  .cat-item-desc {
    min-height: 0;
  }
  .full-img-section {
    min-height: 350px;
    padding: 40px 0;
  }
  .main-slide-cover {
    padding: 0 0 60px;
  }
  .main-slider-cont .slider-nav {
    bottom: 15px;
    width: 100%;
    max-width: 540px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-slider-cont .slider-nav .button-el {
    display: none !important;
  }

  .button-el:not(.button--round):active,
  .button-el:not(.button--round):hover,
  .button-el:not(.button--round):focus,
  .button-el:not(.button--round):visited,
  .button-el:not(.button--round) {
    width: 100%;
    min-width: 355px;
    max-width: 385px;
    height: 55px;
  }
  .button-el.btn-el-md:not(.button--round):active,
  .button-el.btn-el-md:not(.button--round):hover,
  .button-el.btn-el-md:not(.button--round):focus,
  .button-el.btn-el-md:not(.button--round):visited,
  .button-el.btn-el-md:not(.button--round) {
    height: 55px;
  }
  .btn-icon.btn-icon-left {
    margin-right: 8px;
  }
  .btn-icon.btn-icon-right {
    margin-left: 10px;
  }
  .btn-icon.btn-icon-md svg,
  .btn-icon.btn-icon-md {
    width: 30px;
    height: 30px;
  }
  .h2, h2 {
    margin-bottom: 30px;
  }
  .contact-list {
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto 45px;
    text-align: left;
  }
  .contact-list li {
    margin-bottom: 30px;
  }
  .contact-text:after, 
  .contact-link:after {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .contact-text,
  .contact-link:active,
  .contact-link:hover,
  .contact-link:visited,
  .contact-link {
    padding-left: 40px;
  }
  .bg-section-foot {
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-section {
    text-align: center;
  }
  .main-slider-cont {
    padding-top: 40px;
  }
  
}

@media screen and (max-width:576px) {
  .cat-nav-list li {
    max-width: 100%;
    /*padding: 0 5px;
    margin-bottom: 10px;*/
  }
  .slick-slide.slick-current .hist-nav-title:after {
    top: 68px;
  }
  .hist-text-cont {
    top: 80px;
    min-width: calc(100vw - 30px);
  }
  .news-detail-text img,
  .news-detail-img {
    margin: 0 -15px 15px;
    max-width: calc(100% + 30px);
  }
  .news-detail-img img,
  .news-detail-text img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 160px;
  }
  .button-el.custom-button-el:not(.button--round) .button__text {
    font-size: 16px;
  }
  .main-nav {
    max-width: 100%;
  }
  .top-phone-cont,
  .topline.is-sticky .top-phone-cont,
  .topline,
  .topline.is-sticky {
    min-height: 45px;
  }
  .topline .button-el.btn-el-lg:not(.button--round):active,
  .topline .button-el.btn-el-lg:not(.button--round):hover,
  .topline .button-el.btn-el-lg:not(.button--round):focus,
  .topline .button-el.btn-el-lg:not(.button--round):visited,
  .topline .button-el.btn-el-lg:not(.button--round),
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):active,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):hover,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):focus,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round):visited,
  .topline.is-sticky .button-el.btn-el-lg:not(.button--round) {
    height: 45px;
    min-width: 45px;
    max-width: 45px;
  }
  .topline .button-el.btn-el-lg .btn-icon svg {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .custom-navbar-toggler:active,
  .custom-navbar-toggler:hover,
  .custom-navbar-toggler:visited,
  .custom-navbar-toggler,
  .custom-navbar-toggler.navbar-toggler  {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .topline.is-sticky .logo-block, 
  .logo-block {
    padding: 4px 0;
  }
  .search-cont {
    margin-right: 7px;
  }
  .full-img-section {
    min-height: 300px;
  }
  .catalog-tabs-section {
    padding-bottom: 35px;
  }
  .main-slider-title {
    font-size: 20px;
  }
  .button-el:not(.button--dark) .button__text,
  .button-el .button__text {
    font-size: 16px;
  }
  .main-slide-img img {
    min-height: 440px;
  }
  
}

@media screen and (max-width:450px) {
  .news-item-img img {
    height: auto;
  }
  .main-slide-img img {
    min-height: 400px;
  }
  
  .button-el:not(.button--round):active,
  .button-el:not(.button--round):hover,
  .button-el:not(.button--round):focus,
  .button-el:not(.button--round):visited,
  .button-el:not(.button--round) {
    min-width: 325px;
    max-width: 325px;
  }
	.color-bg-pic img {
	margin: 0 auto;
	width: 100%
}
  
}

@media screen and (max-width:350px) {
  .main-slider-title {
    font-size: 18px;
  }
  .button-el:not(.button--round):active,
  .button-el:not(.button--round):hover,
  .button-el:not(.button--round):focus,
  .button-el:not(.button--round):visited,
  .button-el:not(.button--round) {
    min-width: 305px;
    max-width: 305px;
  }
  .button-el:not(.button--dark) .button__text, 
  .button-el .button__text {
    font-size: 14px;
  }
}




@font-face {
  font-display: swap;
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.eot');
  src: local('ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Âº'), url('../fonts/Raleway-Medium.woff') format('woff'),
    url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.eot');
  src: local('ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Âº'), url('../fonts/Raleway-SemiBold.woff') format('woff'),
    url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.eot');
  src: local('ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Âº'), url('../fonts/Raleway-Bold.woff') format('woff'),
    url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}