* {
  margin: 0;
  padding: 0;
}

ul {
  margin-bottom: 0;
}

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

body {
  font-family: 'Montserrat', sans-serif;
  color: #5C5068;
}

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;
  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;
  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;
  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;
  outline: none;
}

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

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

.topline {
  background: #fff;
  padding: 36px 0;
  border-bottom: 1px solid #3B3C55;
  position: relative;
  z-index: 2;
  transition: padding .15s ease-out;
}

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

.topline.is-sticky {
  padding: 20px 0;
  transition: padding .1s ease-out;
}

.topline-row {
  align-items: center;
}

.logo:active,
.logo:hover,
.logo:visited,
.logo {
  display: inline-block;
  vertical-align: top;
}

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

.top-contact-col {
  text-align: right;
  font-weight: 300;
  font-size: 12px;
  text-align: right;
  color: #cf586e;
}

.top-phone-cont {
  margin-bottom: 6px;
}

.top-phone-link:active,
.top-phone-link:hover,
.top-phone-link:visited,
.top-phone-link {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.4;
  text-align: right;
  color: #cf586e;
  text-decoration: none;
}

.top-link:active,
.top-link:hover,
.top-link:visited,
.top-link {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
  color: #cf586e;
  text-decoration: none;
}

.top-link:hover,
.top-phone-link:hover {
  color: #5C5068;
}

.main-nav {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.main-nav > li {
  width: 100%;
  max-width: 50%;
}

.main-nav > li:nth-child(even) {
  padding-left: 40px;
}

.main-nav-link:active,
.main-nav-link:hover,
.main-nav-link:visited,
.main-nav-link {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  text-align: left;
  color: #3b3c55;
  text-transform: uppercase;
  vertical-align: middle;
}

.main-nav .parent {
  position: relative;
}

.parent .main-nav-link {
  padding-right: 15px;
  position: relative;
}

.parent .main-nav-link:after {
  display: inline-block;
  vertical-align: top;
  content: '';
  background: url(../img/icon/icon_chevron_down_sm.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 10px;
  transition: transform .2s ease-out;
}

.parent:hover .main-nav-link:after {
  transform: translateY(-50%) scale(1,-1);
}

.submenu-cont {
  padding: 0;
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  max-width: 500px;
  min-width: 375px;
  background: #5c5068;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  transition: max-height .3s ease-out, padding-top .2s ease-out, padding-bottom .2s ease-out, box-shadow .2s ease-out;
}

.parent:hover .submenu-cont {
  display: block;
  max-height: 1200px;
  padding: 10px 0 15px;
  transition: max-height .3s ease-out, padding-top .2s ease-out, padding-bottom .2s .1s ease-out, box-shadow .2s ease-out;
}

.submenu-nav li {
  display: block;
  margin: 0;
  padding: 2px 1px;
}

.submenu-link:active,
.submenu-link:hover,
.submenu-link:visited,
.submenu-link {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 15px;
  transition: background .1s ease-out, box-shadow .25s ease-out;
}

.submenu-link:hover {
  color: #fff;
  background: #fc9954;  
}

.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;
}

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

.h-row > div[class*="col-"] > *:not(b) {
  width: 100%;
}

.h-row > div[class*="col-"] > .row {
  width: auto;
}

/* custom-navbar-toggler */

.custom-navbar-toggler:active,
.custom-navbar-toggler:hover,
.custom-navbar-toggler:visited,
.custom-navbar-toggler,
.custom-navbar-toggler.navbar-toggler {
  width: 39px;
  height: 39px;
  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: #FC9954;
}

.custom-navbar-toggler .navbar-toggler-icon {
  height: 3px;
  width: 28px;
  background: #FC9954;
  border-radius: 0;
  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;
}

.custom-navbar-toggler .navbar-toggler-icon:after,
.custom-navbar-toggler .navbar-toggler-icon:before {
  display: block;
  content: '';
  position: absolute;
  height: 3px;
  width: 28px;
  background: #FC9954;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0;
  transition: background .15s ease-out, transform .1s ease-out, top .1s ease-out, margin-top .1s ease-out, -webkit-transform .1s ease-out;
}

.custom-navbar-toggler .navbar-toggler-icon:after {
  top: 50%;
  margin-top: 6px;
}

.custom-navbar-toggler .navbar-toggler-icon:before {
  top: 50%;
  margin-top: -7px;
}

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

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

.custom-navbar-toggler.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  margin-left: -2px;
  margin-top: 8px;
}

/* /custom-navbar-toggler */

.top-phone-desc {
  text-transform: uppercase;
}

.main-slider-cont {
  overflow: hidden;
  position: relative;
}

.main-slider-cont:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: -111px;
  left: 50%;
  transform: translateX(-1116px);
  background: #FC9954;
  width: 312px;
  height: 312px;
}

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

.slick-dots-cont {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(550px);
  text-align: right;
}

.main-slider.slick-slider .slick-list {
  position: relative;
}

.main-slider .slick-dots {
  bottom: 0;
  z-index: 2;
  width: auto;
  position: relative;
  text-align: right;
  padding-top: 20px;
  display: inline-block;
}

.main-slider .slick-dots:after {
  display: block;
  content: '';
  position: absolute;
  width: 632px;
  height: 632px;
  background: #904961;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1000px;
}

.main-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.main-slider .slick-dots li button:active,
.main-slider .slick-dots li button:hover,
.main-slider .slick-dots li button:focus,
.main-slider .slick-dots li button {
  width: 30px;
  height: 30px;
  background: transparent;
}

.main-slider .slick-dots li button:after {
  display: block;
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: border-color .1s ease-out, background .1s ease-out;
}
.main-slider .slick-dots li button:hover:after,
.main-slider .slick-dots li.slick-active button:hover:after {
  background: #222;
}

.main-slider .slick-dots li.slick-active button:focus:after,
.main-slider .slick-dots li.slick-active button:after {
  background: #fff;
}

.main-slider .slick-dots li button:before {
  display: none;
}

.main-slide {
  position: relative;
  display: block !important;
}

.main-slide-img {
  position: relative;
  z-index: 1;
}

.main-slide-img img {
  height: 416px;
  object-fit: cover;
  object-position: center center;
}

.main-slide-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  padding: 63px 0 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.main-slide-text > .container > * {
  max-width: 600px;
}

.main-slide-title {
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 16px;
}

.main-slide-subtitle {
  font-weight: 300;
  font-size: 18px;
}

.main-slide-foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.btn-prim:active,
.btn-prim:hover,
.btn-prim:visited,
.btn-prim,
.btn-sec:active,
.btn-sec:hover,
.btn-sec:visited,
.btn-sec {
  display: inline-block;
  outline: none;
  box-shadow: none;
  border: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #904961;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 13px 15px;
  width: auto;
  text-decoration: none;
  min-height: 50px;
  min-width: 275px;
  text-transform: uppercase;
  transition: background 0.15s ease-out 0s;
}

.btn-prim:focus,
.btn-sec:focus {
  outline: none;
}

.btn-prim:hover {
  background: #3B3C55;
}

.btn-sec:active,
.btn-sec:hover,
.btn-sec:visited,
.btn-sec {
  background: #000;
}

.btn-sec:hover {
  background: #3B3C55;
}

.btn-sec.fz-sm,
.btn-prim.fz-sm {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.047em;
}

.btn-sec.fz-xs:active,
.btn-sec.fz-xs:hover,
.btn-sec.fz-xs:visited,
.btn-sec.fz-xs, 
.btn-prim.fz-xs:active,
.btn-prim.fz-xs:hover,
.btn-prim.fz-xs:visited,
.btn-prim.fz-xs {
  font-size: 11px;
  text-transform: uppercase;
}

.btn-prim.btn-icon[class*="icon-"],
.btn-sec.btn-icon[class*="icon-"] {
  padding-right: 60px;
  position: relative;
}

.btn-prim.btn-icon[class*="icon-"]:after,
.btn-sec.btn-icon[class*="icon-"]:after  {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #CF586E;
}

[class*="icon-"]:after,
[class*="icon-"]:after {
  transition: background .1s ease-out;
}

[class*="icon-"]:before,
[class*="icon-"]:before {
  transition: background .1s ease-out;
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
}

.btn-prim.bg-1,
.btn-sec.bg-1,
.btn-prim.btn-icon.bg-1,
.btn-sec.btn-icon.bg-1 {
  background: #904961;
}

.btn-prim.bg-1:hover,
.btn-sec.bg-1:hover,
.btn-prim.btn-icon.bg-1:hover,
.btn-sec.btn-icon.bg-1:hover {
  background: #3B3C55;
}

.btn-prim.btn-icon.bg-1[class*="icon-"]:after,
.btn-sec.btn-icon.bg-1[class*="icon-"]:after {
  background: #CF586E;
}

.btn-prim.btn-icon.bg-1[class*="icon-"]:hover:after,
.btn-sec.btn-icon.bg-1[class*="icon-"]:hover:after {
  background: #904961;
}

.btn-prim.bg-2,
.btn-sec.bg-2,
.btn-prim.btn-icon.bg-2,
.btn-sec.btn-icon.bg-2 {
  background: #3B3C55;
}

.btn-prim.bg-2:hover,
.btn-sec.bg-2:hover,
.btn-prim.btn-icon.bg-2:hover,
.btn-sec.btn-icon.bg-2:hover {
  background: #5C5068;
}

.btn-prim.btn-icon.bg-2[class*="icon-"]:after,
.btn-sec.btn-icon.bg-2[class*="icon-"]:after {
  background: #CF586E;
}

.btn-prim.btn-icon.bg-2[class*="icon-"]:hover:after,
.btn-sec.btn-icon.bg-2[class*="icon-"]:hover:after {
  background: #904961;
}

.btn-prim.bg-3,
.btn-sec.bg-3,
.btn-prim.btn-icon.bg-3,
.btn-sec.btn-icon.bg-3 {
  background: #FC9954;
}

.btn-prim.bg-3:hover,
.btn-sec.bg-3:hover,
.btn-prim.btn-icon.bg-3:hover,
.btn-sec.btn-icon.bg-3:hover {
  background: #5C5068;
}

.btn-prim.btn-icon.bg-3[class*="icon-"]:after,
.btn-sec.btn-icon.bg-3[class*="icon-"]:after {
  background: #5C5068;
}

.btn-prim.btn-icon.bg-3[class*="icon-"]:hover:after,
.btn-sec.btn-icon.bg-3[class*="icon-"]:hover:after {
  background: #3B3C55;
}


.btn-prim.bg-4,
.btn-sec.bg-4,
.btn-prim.btn-icon.bg-4,
.btn-sec.btn-icon.bg-4 {
  background: #fff;
  color: #3B3C55;
}

.btn-prim.bg-4:hover,
.btn-sec.bg-4:hover,
.btn-prim.btn-icon.bg-4:hover,
.btn-sec.btn-icon.bg-4:hover {
  background: #FC9954;
  color: #fff;
}

.color-1 {
  color: #FC9954;
}

.color-2 {
  color: #5C5068;
}

.color-3 {
  color: #CF586E;
}

.color-4 {
  color: #904961;
}

.color-5 {
  color: #3B3C55;
}

.icon-msg:before {
  width: 16px;
  right: 18px;
  background: url(../img/icon/sprite.svg#icon_msg) no-repeat center center;
  z-index: 2;
}

.icon-arrow:before {
  width: 16px;
  right: 18px;
  background: url(../img/icon/sprite.svg#icon_arrow) no-repeat center center;
  z-index: 2;
}

.main-feat-cont {
  background: #fff;
  padding: 67px 0;
}

.sec-head {
    margin-bottom: 10px;
}

.feat-about-col {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  padding-right: 40px;
  color: #8D8495;
  border-right: 1px solid #CF586E;
  margin-bottom: 15px;
}

.sec-subtitle {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}

h2,
.h2 {
  font-weight: bold;
  font-size: 41px;
  line-height: 58px;
  display: block;
}


.sec-subtitle + h2,
.sec-subtitle + .h2 {
  margin-top: -7px;
}

.feat-list {
  padding-left: 35px;
  padding: 10px 0 10px 35px;
}

.feat-list > div:nth-child(even) {
  padding-left: 28px;
}

.feat {
  margin-bottom: 22px;
  position: relative;
  padding: 8px 0 8px 66px;
  min-height: 64px;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #8D8495;
}

.feat:after {
  display: block;
  content: '';
  position: absolute;
  width: 50px;
  height: 60px;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.feat-1:after {
  background: url(../img/pic/pic_feat_1.png) no-repeat center center;
}

.feat-2:after {
  background: url(../img/pic/pic_feat_2.png) no-repeat center center;
}

.feat-3:after {
  background: url(../img/pic/pic_feat_3.png) no-repeat center center;
}

.feat-4:after {
  background: url(../img/pic/pic_feat_4.png) no-repeat center center;
}

.feat-5:after {
  background: url(../img/pic/pic_feat_5.png) no-repeat center center;
}

.feat-6:after {
  background: url(../img/pic/pic_feat_6.png) no-repeat center center;
}

.feat-7:after {
  background: url(../img/pic/pic_feat_7.png) no-repeat center center;
}

.feat-8:after {
  background: url(../img/pic/pic_feat_8.png) no-repeat center center;
}

.main-category-head {
  background: #FFF7F1;
  padding: 42px 0 31px;
}

.sec-title {
  font-weight: 300;
  font-size: 29px;
}

.main-category-head .sec-subtitle {
  letter-spacing: -0.05em;
}

.main-category-link:active,
.main-category-link:hover,
.main-category-link:visited,
.main-category-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.main-category-link > * {
  width: 100%;
}

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

.main-category-img:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #5C5068;
  opacity: .80;
  z-index: 2;
  transition: opacity .3s .1s ease-out, background .4s .1s ease-out;
}

.main-category-img img {
  width: 100%;
  height: 202px;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: .5;
  transition: opacity .3s .2s ease-out;
}

.main-category-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
}

.main-category-hover:after {
  display: block;
  content: '';
  position: absolute;
  background: url(../img/icon/sprite.svg#icon_arrow) no-repeat 0 0;
  width: 40px;
  height: 22px;
  right: 24px;
  bottom: 17px;
  transition: right .3s ease-out;
}


.main-category-link:hover .main-category-hover:after {
  right: 20px;
  transition: right .1s ease-out;
}

.main-category-title {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.category-color-1 .main-category-img img {
  opacity: .8;
}

.category-color-1 .main-category-img:after {
  background: #FC9954;
  background: #ff8936;
}

.category-color-2 .main-category-img:after {
  background: #5C5068;
  background: #3c2950;
}

.category-color-3 .main-category-img img {
  opacity: .3;
}

.category-color-3 .main-category-img:after {
  background: #3B3C55;
  background: #0c0d32;
}

.category-color-4 .main-category-img:after {
  background: #CF586E;
  background: #c4344e;
}

.category-color-5 .main-category-img img {
  opacity: .3;
}

.category-color-5 .main-category-img:after {
  background: #904961;
  background: #802242;
}

.main-category-link:hover .main-category-img:after,
.main-category-link:hover .main-category-img img {
  transition: opacity .2s ease-out, background .2s  ease-out;
}

.main-category-link:hover .main-category-img:after {
  opacity: 0.45;
}

.main-category-link:hover .main-category-img img {
  opacity: 1;
}

.category-color-1:hover .main-category-img:after {
  background: #3c2950;
}

.category-color-2:hover .main-category-img:after {
  background: #0c0d32;
}

.category-color-3:hover .main-category-img:after {
  background: #ff8936;
}

.category-color-4:hover .main-category-img:after {
  background: #802242;
}

.category-color-5:hover .main-category-img:after {
  background: #c4344e;
}

.main-count-section {
  background: #3B3C55;
  color: #fff;
  padding: 100px 0 98px;
}

.q-num {
  display: inline-block;
}

.about-counter {
  color: #FC9954;
  font-size: 90px;
  line-height: 0.85;
  font-weight: bold;
  max-width: calc(100% - 110px);
  padding-right: 10px;
}

.about-counter-title {
  width: 100%;
  max-width: 110px;
}

.about-counter-block {
  position: relative;
  padding: 20px 0;
  min-height: 320px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.about-counter-block:after,
.about-counter-block:before {
  display: block;
  content: '';
  position: absolute;
  width: 47px;
  height: 5px;
  border-radius: 10px;
  background: #FC9954;
  left: 0;
}

.about-counter-block:before {
  top: 0;
}

.about-counter-block:after {
  bottom: 0;
}

.about-counter-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 16px;
  padding: 20px 0 25px;
}

.about-counter-text {
  max-width: 320px;
}

.servise-cont {
  background: #5C5068;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}

.servise-cont > .container {
  position: relative;
  z-index: 2;
}

.servise-cont:after,
.serv-contact-col:before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
}

.servise-cont:after {
  top: 43px;
  left: 50%;
  transform: translateX(-1266px);
  width: 869px;
  height: 869px;
  background: #904961;
}

.serv-contact-col:before {
  top: -43px;
  left: 0;
  transform: translateX(770px);
  width: 364px;
  height: 364px;
  background: #fc9954;
}

.serv-col {
  padding: 104px 10% 50px 0;
}

.serv-col p {
  margin-bottom: 27px;
  line-height: 27px;
  font-size: 14px;
}

.serv-contact-col {
  background: #fff;
  color: #3B3C55;
  box-shadow: 400px 0 0 0 #fff;
  padding-top: 109px;
  padding-bottom: 50px;
}

.contact-form-foot {
  text-align: center;
}

.form-submit-desc {
  font-weight: 300;
  font-size: 10px;
  line-height: 1.5;
  color: #3b3c55;
}

.circle-box,
.page-circle-box {
  position: relative;
  overflow: hidden;
}

.servise-cont .row.page-circle-box > *:not(b) {
  position: relative;
  z-index: 3;
}

.serv-contact {
  position: relative;
  z-index: 3;
  padding: 0 0 0 15%;
}

.serv-contact h3 {
  margin-bottom: 22px;
}

.servise-cont .row.page-circle-box,
.serv-col.page-circle-box,
.serv-contact-col.page-circle-box,
.page-circle-box > .page-circle-box {
  overflow: visible;
}

.circle-box b,
.page-circle-box b {
  display: block;
  border-radius: 50%;
  background-color: #FC9954;
  z-index: 2;
  position: absolute;
}

.circle-1 > b {
  background: #FC9954;
  width: 312px;
  height: 312px;
}
.circle-2 > b {
  background: #904961;
  width: 312px;
  height: 312px;
}
.circle-3 > b {
  background: #5C5068;
  width: 312px;
  height: 312px;
}
.circle-4 > b {
  width: 364px;
  height: 364px;
  background: #fc9954;
}
.circle-5 > b {
  width: 869px;
  height: 869px;
  background: #904961;
}

/* breadcrumbs */

.bread-cont {
  margin-bottom: 24px;
  padding: 14px 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;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 17px;
  padding: 5px 0;
  color: #3B3C55;
  position: relative;
}

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

.breadcrumbs li .bread-link:after {
  display: block;
  content: '|';
  position: absolute;
  right: -3px;
  top: 5px;
  -webkit-transition: right .1s ease-out;
  -o-transition: right .1s ease-out;
  transition: right .1s ease-out;
}

.breadcrumbs li > span {
  font-size: 11px;
  display: inline-block;
  padding: 0 10px;
  opacity: 1;
}

.bread-link:active,
.bread-link:hover,
.bread-link:visited,
.bread-link {
  display: block;
  text-decoration: underline;
  font-size: 11px;
  color: #3B3C55;
  padding: 0 8px;
  opacity: 1;
  -webkit-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
}

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

/* /breadcrumbs */

/* form styles */

.form-control:active,
.form-control:focus,
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .6rem 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #3B3C55;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #5C5068;
  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.25rem + 2px);
  min-height: calc(2.25rem + 2px);
  max-height: 120px;
  resize: vertical;
  overflow: hidden;
}

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

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

.has-float-label.form-group {
  padding-top: 20px;
  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: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:placeholder-shown:not(:focus) + label {
  padding: 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #3B3C55;
  top: 30px;
  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;
}

.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: 15px;
  line-height: 24px;
  margin-bottom: 7px;
  padding-left: 0;
}

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

.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: 30px;
  min-height: 27px;
  font-size: 17px;
  line-height: 1.65;
  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;
}

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

.custom-check .form-check-label:after {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #AFB8D1;
  border-radius: 1px;
  top: 6px;
  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 #133A89;
  background-color: #133A89;
  background-position: center center;
}

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

.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 #AFB8D1;
  transition: border .15s ease-out, box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
}

/* /custom check */

/* /form styles */

/* footer */

.foot-cont {
  background: #3b3c55;
  color: #fff;
  padding: 81px 0 55px;
}

.foot-cont .logo:active,
.foot-cont .logo:hover,
.foot-cont .logo:visited,
.foot-cont .logo {
  margin-bottom: 50px;
}

.foot-desc-cont {
  font-weight: 300;
  font-size: 11px;
  text-align: left;
  opacity: 0.7;
}

.copyright {
  margin-bottom: 12px;
}

.foot-nav {
  list-style: none;
}

.foot-link:active,
.foot-link:hover,
.foot-link:visited,
.foot-link {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
  padding: 4px 0;
}

.foot-nav-title,
.foot-nav-lg .foot-link:active,
.foot-nav-lg .foot-link:hover,
.foot-nav-lg .foot-link:visited,
.foot-nav-lg .foot-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  text-decoration: none;
}

.foot-link:hover {
  color: #FC9954;
}

.two-col {
  column-count: 2;
  column-gap: 0;
}

.studio-info {
  font-weight: 300;
  font-size: 10px;
  line-height: 1.4;
  opacity: 1;
  color: #898A99;
}

.studio-info-desc {
  margin-bottom: 4px;
}

.studio-logo:active,
.studio-logo:hover,
.studio-logo:visited,
.studio-logo {
  display: inline-block;
  opacity: .4;
  opacity: .8;
}

.studio-logo:hover {
  opacity: 1;
}

/* /footer */

/* page styles */
.h1, 
h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.45;
  color: #3b3c55;
  margin-bottom: 30px;
}

.page-container {
  min-height: 45vh;
  font-size: 15px;
}

.page-container > .container > div[class*="-cont"]:last-child {
  padding-bottom: 60px;
}

.page-brand-row {
  margin-bottom: 30px;
}

.brand-li:active,
.brand-li:hover,
.brand-li:visited,
.brand-li {
  margin-bottom: 15px;
  padding: 20px 20px 30px;
  border-bottom: 1px solid #B3B4B5;
  text-align: center;
  display: block;
  text-decoration: underline;
}

.brand-li:hover {
  text-decoration: none;
  border-bottom: 1px solid #8D8D8D;
}

.page-brand-img {
  text-align: center;
  margin-bottom: 30px;
  min-height: 54px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-brand-img img {
  width: 100%;
  max-width: 139px;
  max-height: 54px;
}

.brand-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #5c5068;
}

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

.news-li:active,
.news-li:hover,
.news-li:visited,
.news-li {
  margin-bottom: 15px;
  padding: 20px 0 30px;
  border-bottom: 1px solid #B3B4B5;
  display: block;
  text-decoration: none;
  font-size: 15px;
}

.news-li:hover {
  text-decoration: none;
  border-bottom: 1px solid #8D8D8D;
}

.news-li:hover .news-li-title {
  color: #fc9954;
  transition: color .1s ease-out;
}

.news-li-title {
  text-decoration: underline;
  transition: color .25s ease-out;
}

.date {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #fc9954;
  transition: color .1s ease-out;
}

.news-li:hover .date {
  color: #cf586e;
  transition: color .1s ease-out;
}

/* pagination */

.pagination-cont {
  margin: 30px 0 10px;
}

.center .pagi-list {
  justify-content: center;
}

.pagi-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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagi-list li {
  margin: 0 0 10px 6px;
  display: block;
  text-align: center;
}

.pagi-list li:first-child {
  margin-left: 0;
}

.center .pagi-list li {
  margin: 0 6px 10px;
}

.pagi-space,
.pagi-link:active,
.pagi-link:link,
.pagi-link:hover,
.pagi-link:visited,
.pagi-link {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  color: #904961;
  border-radius: 0;
  border: 1px solid #904961;
  text-decoration: none;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  font-weight: 300;
  background: transparent;
  text-decoration: none;
}

.pagi-link.current:hover,
.pagi-link:hover {
  background: #3B3C55;
  border: 1px solid #3B3C55;
  color: #fff;
}

.pagi-link.current {
  border-color: #904961;
  color: #fff;
  background: #904961;
}

.pagi-link.pagi-arrow:active,
.pagi-link.pagi-arrow:hover,
.pagi-link.pagi-arrow:visited,
.pagi-link.pagi-arrow {
  border: none;
  transition: box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out, transform .1s ease-out;
  z-index: 3;
  opacity: 1;
}

.pagi-link.pagi-prev {
  background: url(../img/icon/sprite.svg#icon_pagi_prev) no-repeat 6px -3px;
  -webkit-background-size: 25px 32px;
  background-size: 25px 32px;
}

.pagi-link.pagi-next {
  background: url(../img/icon/sprite.svg#icon_pagi_prev) no-repeat 6px -3px;
  -webkit-background-size: 25px 32px;
  background-size: 25px 32px;
  transform: scale(-1,1);
}

.pagi-link.pagi-prev:hover {
  transform: translateX(-2px);
}

.pagi-link.pagi-next:hover {
  transform: scale(-1,1) translateX(-2px);
}

.pagi-link.pagi-arrow[disabled] {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: auto;
}

.pagi-link.pagi-arrow.pagi-prev[disabled],
.pagi-link.pagi-arrow.pagi-next[disabled] {
  background: url(../img/icon/sprite.svg#icon_pagi_prev_disabled) no-repeat 6px -3px;
  -webkit-background-size: 25px 32px;
  background-size: 25px 32px;
}

/* /pagination */

.contact-title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #fc9954;
  transition: color .1s ease-out;
}

.page-contact-cont {
  background: #5C5068;
  box-shadow: 500px 0 0 0 #5C5068, -500px 0 0 0 #5C5068;
  color: #fff;
  padding: 107px 0 85px;
}

.page-container > .container > div.page-contact-cont:last-child {
  padding-bottom: 85px;
}

.page-contact-form .has-float-label .form-control:placeholder-shown:not(:focus) + label, 
.page-contact-form .has-float-label label, 
.page-contact-form .form-control:active, 
.page-contact-form .form-control:focus, 
.page-contact-form .form-control,
.page-contact-form * {
  color: #fff;
}

.page-contact-form .form-control:active, 
.page-contact-form .form-control:focus, 
.page-contact-form .form-control {
  border-bottom: 1px solid #fff;
}

.form-side-col {
  margin-bottom: 20px;
}

.form-side-col .form-submit-desc {
  font-size: 11px;
  text-align: right;
}

.h3, h3 {
  font-size: 30px;
  font-weight: bold;
}

.map-cont {
  margin-bottom: 78px;
}

.map {
  width: 100%;
  margin-bottom: 7px;
}

.map-foot {
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  color: #cf586e;
}

.map-foot .link {
  color: #cf586e;
}

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

.contact-li {
  margin-bottom: 22px;
  font-size: 16px;
}

.side-nav {
  margin-bottom: 45px;
}

.side-nav ul {
  list-style: none;
}

.side-nav-li {
  margin-bottom: 8px;
}

.side-link:active,
.side-link:hover,
.side-link:focus,
.side-link:visited,
.side-link {
  display: block;
  outline: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #3b3c55;
  padding: 8px 23px;
  position: relative;
}

.side-link:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background: #FC9954;
  transition: width .25s ease-out;
}

.side-link:hover:after {
  width: 10px;
  transition: width .1s ease-out;
}

.side-link.current:after {
  width: 14px;
  background: #CF586E;
}

.side-link.current {
  color: #CF586E;
  text-decoration: none;
}

.catalog-row {
  margin-bottom: 10px;
}

.catalog-element {
  margin-bottom: 16px;
  border: 1px solid #3B3C55;
  background: #fff;
}

.cat-img-cont:active,
.cat-img-cont:hover,
.cat-img-cont:visited,
.cat-img-cont {
  min-height: 275px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cat-img-cont img {
  max-width: 100%;
  height: auto;
}

.cat-el-body {
  color: #fff;
  padding: 15px 15px 14px;
  background: #3B3C55;
  min-height: 140px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.cat-el-body a {
  color: #fff;
}

.cat-el-title:active,
.cat-el-title:hover,
.cat-el-title:visited,
.cat-el-title {
  display: block;
  max-height: 70px;
  overflow: hidden;
}

.cat-el-foot {
  padding-top: 10px;
  text-align: right;
  margin-top: auto;
  width: 100%;
}

.page-servise-cont .serv-contact-col {
  background: #FFF7F1;
  box-shadow: 400px 0 0 0 #FFF7F1;
}

.btn-prim.btn-trans,
.btn-sec.btn-trans,
.btn-prim.btn-icon.btn-trans,
.btn-sec.btn-icon.btn-trans {
  background: #3B3C55;
  color: #fff;
  border: 1px solid #fff;
}

.btn-prim.btn-trans:hover,
.btn-sec.btn-trans:hover,
.btn-prim.btn-icon.btn-trans:hover,
.btn-sec.btn-icon.btn-trans:hover {
  background: #FC9954;
  color: #fff;
}

.btn-prim.btn-xs:active,
.btn-prim.btn-xs:hover,
.btn-prim.btn-xs:focus,
.btn-prim.btn-xs:visited,
.btn-prim.btn-xs {
  min-width: 156px;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  min-height: 34px;
  padding: 4px 15px 5px;
  letter-spacing: 0;
  text-transform: none;
}

/* catalog detail*/

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

.card-slider img,
.card-nav-slider img {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.card-slider-cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

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

.card-nav-slider.slick-vertical .slick-slide,
.card-nav-slider .slick-slide {
  margin: 7px 0;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid #904961;
  transition: border .1s ease-out;
}

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

.card-nav-slider.slick-slider {
  padding-top: 35px;
  padding-bottom: 35px;
}

.card-nav-slider.slick-slider .slick-prev {
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 30px;
  background: url(../img/icon/sprite.svg#icon_chevron_up) no-repeat center center;
  -webkit-background-size: 31px;
  background-size: 31px;
  transition: top .15s ease-out, opacity .1s ease-out;
}


.card-nav-slider.slick-slider .slick-prev:hover {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out;
}

.card-nav-slider.slick-slider .slick-prev:before,
.card-nav-slider.slick-slider .slick-next:before {
  display: none;
}

.card-nav-slider.slick-slider .slick-prev:hover,
.card-nav-slider.slick-slider .slick-next:hover {
  opacity: .7;
}

.card-nav-slider.slick-slider .slick-next {
  z-index: 3;
  top: 100%;
  right: 50%;
  width: 50px;
  height: 30px;
  background: url(../img/icon/sprite.svg#icon_chevron_up) no-repeat center center;
  -webkit-background-size: 31px;
  background-size: 31px;
  transform: scale(-1,-1) translateX(-50%) translateY(32px);
  transition: bottom .15s ease-out, opacity .1s ease-out, transform .15s ease-out;
}

.card-nav-slider.slick-slider .slick-next:hover {
  transform: scale(-1,-1) translateX(-50%) translateY(30px);
  transition: bottom .1s ease-out, opacity .1s ease-out, transform .1s ease-out;
}

.slick-slider.card-slider,
.card-slider {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #904961;
  text-align: center;
  width: 100%;
  width: calc(100% - 90px);
  margin-right: 16px;
}

.card-nav-slide {
  overflow: hidden;
}

.card-nav-slider .slick-slide:hover,
.card-nav-slider .slick-slide.slick-current.slick-active {
  border: 1px solid #fc9954;
}

.card-nav-slider .slick-slide.slick-current.slick-active .card-sl-img {
  transform: scale(1.25);
  transition: transform .3s ease-out;
}

.card-nav-slider .slick-slide:hover .card-sl-img {
  transform: scale(1.1);
  transition: transform .1s ease-out;
}

.card-nav-slide .card-sl-img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  max-width: 100%;
  transition: transform .2s ease-out;
  transform: scale(1.05);
}

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

.slick-slider.card-slider .slick-slide > div,
.card-slider .slick-slide > div {
  width: 100%;
  height: 100%;
}

.slick-slider.card-slider .slick-slide,
.card-slider .slick-slide {
  min-height: 456px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-prim.fz-lg:active,
.btn-prim.fz-lg:hover,
.btn-prim.fz-lg:visited,
.btn-prim.fz-lg:focus,
.btn-prim.fz-lg,
.btn-sec.fz-lg:active,
.btn-sec.fz-lg:hover,
.btn-sec.fz-lg:visited,
.btn-sec.fz-lg:focus,
.btn-sec.fz-lg {
  font-size: 18px;
  font-weight: 500;
  min-height: 50px;
  padding: 11px 15px;
  width: 100%;
  max-width: 320px;
}

.card-border-cont {
  padding-bottom: 30px;
  margin-bottom: 22px;
  border-bottom: 1px solid #D5D5D5;
}

.card-brand-img img {
  max-width: 100%;
}

.btn-icon-2:active,
.btn-icon-2:hover,
.btn-icon-2:focus,
.btn-icon-2:visited,
.btn-icon-2 {
  display: inline-block;
  position: relative;
  padding: 3px 15px 2px 57px;
  min-height: 31px;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #cf586e;
  text-decoration: none;
  background: none;
  outline: none;
  text-transform: uppercase;
}

.btn-icon-2:hover {
  text-decoration: underline;
}

.btn-icon-2:hover:after {
  width: 48px;
  transition: width .1s ease-out;
}

.btn-icon-2:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 100%;
  transition: width .15s ease-out;border-right: 1px solid #CF586E;
}

.btn-icon-2:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border-right: 1px solid #CF586E;
}

.icon-spec:after {
  background: url(../img/icon/sprite.svg#icon_special) no-repeat center center;
  -webkit-background-size: 18px 16px;
  background-size: 18px 16px;
}

.card-contact-cont {
  text-align: center;
}

.card-contact-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #696a6d;
}

.card-contact-title + .card-link-lg {
  margin-top: -4px;
}

.card-link-lg:active,
.card-link-lg:hover,
.card-link-lg:visited,
.card-link-lg {
  display: inline-block;
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  color: #904961;
  text-decoration: none;
  margin-bottom: 7px;
}

.card-contact-foot {
  padding-top: 5px;
}

.card-contact-link:active,
.card-contact-link:hover,
.card-contact-link:visited,
.card-contact-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #904961;
}

.card-link-lg:hover,
.card-contact-link:hover {
  color: #3b3c55;
}

.cat-detail-cont {
  margin-bottom: 40px;
}

.page-tabs {
  margin-bottom: 45px;
  color: #696A6D;
}

.page-tab-btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  border-bottom: 2px solid #D4D4D5;
}

.btn.btn-tab:active,
.btn.btn-tab:focus,
.btn.btn-tab:hover,
.btn.btn-tab:visited,
.btn.btn-tab:link,
.btn.btn-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  font-weight: bold;
  padding: 3px 20px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  position: relative;
  font-size: 17px;
  text-transform: none;
  color: #696A6D;
}

.btn.btn-tab:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  background: #904961;
  opacity: 0;
  height: 0;
  transition: opacity .15s ease-out, height .1s ease-out;
  border-radius: 10px;
}

.btn.btn-tab.active:hover:after,
.btn.btn-tab.active:after {
  opacity: 1;
  height: 3px;
}

.btn.btn-tab:hover {
  color: #904961;
  text-decoration: none;
}
.btn.btn-tab:hover:after {
  opacity: .5;
  height: 3px;
}

.btn.btn-tab.active {
  border: none;
  background: none;
  font-weight: bold;
  color: #904961;
}

.page-tabs-container {
  position: relative;
}

.page-tab {
  display: none;
}

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

.cat-detail-vid {
  margin-bottom: 55px;
}

.video-cont:active, 
.video-cont:hover, 
.video-cont:visited, 
.video-cont {
  display: block;
  position: relative;
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #904961;
  width: 100%;
  max-width: 733px;
}

.video-img {
  width: 100%;
  opacity: .7;
  max-width: 100%;
}

.video-cont:after {
  display: block;
  content: '';
  position: absolute;
  width: 122px;
  height: 122px;
  border-radius: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icon/sprite.svg#icon_vid_play) no-repeat center center;
  transition: background .15s ease-out;
}

.video-cont:hover:after {
  background: url(../img/icon/sprite.svg#icon_vid_play_hover) no-repeat center center;
  transition: background .1s ease-out;
}

.video-cont:active:after {
  background: url(../img/icon/sprite.svg#icon_vid_play) no-repeat center center;
  transition: background .1s ease-out;
}

/* /catalog detail*/

/* /page styles */

/* popup */

.popup.fancybox-content {
  display: none;
  background: #fff;
  width: 100%;
  max-width: 626px;
  overflow: visible;
}

.popup.pop-md {
  max-width: 540px;
}

.popup.pop-sm {
  max-width: 470px;
}

.popup .form-foot {
  padding-top: 45px;
  text-align: center;
}

.popup.fancybox-content {
  padding: 40px 20px 50px;
  overflow: visible;
}

.pop-head {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
	color: #3b3c55;
}

.popup .center-form {
  padding: 0;
  margin: 0 auto;
  max-width: 410px
}

.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: .8;
  background: #3B3C55;
}

.fancybox-container:not(.with-x) .fancybox-button.fancybox-close-small,
.fancybox-container.with-x .fancybox-button.fancybox-close-small svg {
  display: none;
}

.fancybox-container.with-x .fancybox-button.fancybox-close-small {
  right: -45px;
  top: -15px;
  opacity: 1;
  padding: 0;
  width: 45px;
  height: 45px
}

.fancybox-container.with-x .fancybox-button.fancybox-close-small:after,
.fancybox-container.with-x .fancybox-button.fancybox-close-small:before {
  display: block;
  content: '';
  position: absolute;
  width: 25px;
  height: 4px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 10px
}

.fancybox-container.with-x .fancybox-button.fancybox-close-small:after {
  transform: translate(-50%,-50%) rotate(45deg)
}

.fancybox-container.with-x .fancybox-button.fancybox-close-small:before {
  transform: translate(-50%,-50%) rotate(-45deg)
}

.pop-text,
.pop-main {
  text-align: center;
  font-size: 17px;
  font-weight: normal;
}

.pop-text {
  margin-bottom: 20px;
}

.pop-title {
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
	color: #3b3c55;
}

.pop-foot {
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.pop-foot .link:active,
.pop-foot .link:hover,
.pop-foot .link:visited,
.pop-foot .link {
  color: #000;
  font-weight: 300
}

/* /popup */

.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:768px) {
  .md-hide {
    display: none !important;
  }
}

@media screen and (min-width:992px) and (max-width: 1200px) {
  .slick-slider.card-slider, .card-slider {
    width: calc(100% - 70px);
    margin-right: 16px;
  }
  .slick-slider.card-slider .slick-slide, 
  .card-slider .slick-slide {
    min-height: 390px;
  }
  .card-nav-slider {
    width: 70px;
  }
  .card-nav-slide .card-sl-img {
    height: 70px;
    width: 70px;
  }
}

@media screen and (min-width:1400px) {
  .container {
    max-width: 1300px;
  }
  .page-container .full-page-cont {
    position: relative;
    min-width: 1598px;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn-w .btn-prim {
    min-width: 305px;
  }
}

@media screen and (min-width: 768px) {
  .columns-2 {
    column-count: 2;
    column-gap: 20px;
  }
}

@media screen and (min-width: 1201px) {
  .desc-hide,
  .custom-navbar-toggler:active, 
  .custom-navbar-toggler:hover, 
  .custom-navbar-toggler:visited, 
  .custom-navbar-toggler, 
  .custom-navbar-toggler.navbar-toggler {
    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;
  }
  .serv-col h2 {
    margin-bottom: 28px;
  }
}

@media screen and (max-width:1400px) {
  .slick-dots-cont {
    transform: translateX(450px);
  }
  .main-category-hover {
    padding: 40px 30px;
  }
  .main-category-title {
    font-size: 20px;
    line-height: 26px;
  }
  .about-counter {
    font-size: 70px;
  }
  .about-counter-head {
    font-size: 12px;
    line-height: 1.45;
  }
  .circle-box b, 
  .page-circle-box b {
    transform: scale(0.8);
  }
}

@media screen and (max-width:1200px) {
  .mob-hide {
    display: none;
  }
  .topline {
    padding: 30px 0 20px;
  }
  .topline.is-sticky {
    padding: 15px 0 10px;
  }
  .main-menu {
    padding: 20px 0 10px;
  }
  .slick-dots-cont {
    transform: translateX(350px);
  }
  .feat-about-col {
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 45px;
    border: none;
    position: relative;
  }
  .feat-about-col:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    max-width: 50%;
    min-width: 250px;
    height: 1px;
    background: #CF586E;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .circle-box b, 
  .page-circle-box b {
    transform: scale(0.7);
  }
  .main-count-section {
    padding: 60px 0 80px;
  }
  .about-counter-block {
    max-width: 500px;
    margin: 0 auto 10px;
    min-height: 0;
    padding-bottom: 45px;
  }
  .about-counter-block:after, 
  .about-counter-block:before {
    height: 2px;
  }
  .row div[class*="col-"]:not(:first-child) .about-counter-block:before {
    display: none;
  }
  .about-counter-text {
    max-width: 100%;
  }
  .about-counter {
    font-size: 60px;
  }
  .serv-col {
    padding: 50px 10% 40px 0;
  }
  .serv-contact-col {
    box-shadow: 200px 0 0 0 #fff;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .side-link:active,
  .side-link:hover,
  .side-link:focus,
  .side-link:visited,
  .side-link {
    font-size: 14px;
    padding: 7px 23px;
  }
}

@media screen and (max-width:991px) {
  .card-slider-cont {
    margin-bottom: 30px;
  }
  .card-info-cont {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  .card-border-cont {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cat-detail-vid {
    max-width: 500px;
    margin: 0 auto;
  }
  .video-cont:after {
    transform: translate(-50%, -50%) scale(0.6);
  }
  .side-nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .side-nav-li {
    margin-bottom: 5px;
    width: 100%;
    max-width: 50%;
  }
  .side-nav-li:nth-child(odd) {
    padding-right: 30px;
  }
  .side-link:active,
  .side-link:hover,
  .side-link:focus,
  .side-link:visited,
  .side-link {
    font-size: 14px;
    padding: 5px 23px;
  }

  .h1, h1 {
    font-size: 26px;
  }
  .parent .main-nav-link {
    padding-right: 0;
  }
  .parent .main-nav-link:after,
  .parent:hover .submenu-cont,
  .submenu-cont {
    display: none;
  }
  .topline {
    padding: 10px 0 10px;
  }
  .topline.is-sticky {
    padding: 5px 0 5px;
  }
  .topline.is-sticky .top-phone-desc,
  .topline.is-sticky .top-link {
    display: none;
  }  
  .topline.is-sticky .top-phone-cont {
    margin-bottom: 0;
  }
  .top-phone-link:active, 
  .top-phone-link:hover, 
  .top-phone-link:visited, 
  .top-phone-link {
    font-size: 20px;
  }
  .top-contact-col {
    font-size: 10px;
  }
  .top-phone-cont {
    margin-bottom: 4px;
  }
  .logo img {
    transition: width .2s ease-out, max-width .2s ease-out;
  }
  .topline.is-sticky .logo img {
    max-width: 150px;
    transition: width .1s ease-out, max-width .1s ease-out;
  }
  .logo:active, 
  .logo:hover, 
  .logo:visited, 
  .logo {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .main-slide-foot {
    position: static;
  }
  .main-slide-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .slick-dots-cont {
    transform: translateX(-50%);
  }
  .main-slider .slick-dots {
    padding-top: 5px;
  }
  .main-slide-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .main-slide-subtitle {
    font-size: 16px;
  }
  .about-counter-block {
    margin-left: 0;
  }
  .serv-contact {
    padding-left: 0;
  }
  .serv-contact-col {
    box-shadow: 200px 0 0 0 #fff, -200px 0 0 0 #fff;
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .page-servise-cont .serv-contact-col {
    box-shadow: 200px 0 0 0 #FFF7F1, -200px 0 0 0 #FFF7F1;
  }
  .circle-box b, .page-circle-box b {
    transform: scale(0.6);
  }
  .foot-cont {
    padding: 60px 0 40px;
  }
  .foot-cont .logo:active, 
  .foot-cont .logo:hover, 
  .foot-cont .logo:visited, 
  .foot-cont .logo {
    margin-bottom: 40px;
  }
  .foot-desc-cont {
    text-align: center;
  }
  .serv-col {
    padding-right: 0;
    line-height: 1.5;
  }
  .serv-col p {
    line-height: 1.5;
    font-size: 14px;
  }
}

@media screen and (max-width:767px) {
  .btn-prim.fz-lg:active, 
  .btn-prim.fz-lg:hover, 
  .btn-prim.fz-lg:visited, 
  .btn-prim.fz-lg:focus, 
  .btn-prim.fz-lg,
  .btn-sec.fz-lg:active, 
  .btn-sec.fz-lg:hover, 
  .btn-sec.fz-lg:visited, 
  .btn-sec.fz-lg:focus, 
  .btn-sec.fz-lg {
    font-size: 16px;
    min-height: 40px;
    padding: 8px 15px;
    max-width: 260px;
  }
  .btn.btn-tab:active, 
  .btn.btn-tab:focus, 
  .btn.btn-tab:hover, 
  .btn.btn-tab:visited, 
  .btn.btn-tab:link, 
  .btn.btn-tab {
    font-size: 15px;
    padding: 3px 7px;
  }
  .page-tabs {
    font-size: 14px;
  }
  .slick-slider.card-slider, 
  .card-slider {
    width: calc(100% - 70px);
    margin-right: 16px;
  }
  .slick-slider.card-slider .slick-slide, 
  .card-slider .slick-slide {
    min-height: 390px;
  }
  .card-nav-slider {
    width: 70px;
  }
  .card-nav-slide .card-sl-img {
    height: 70px;
    width: 70px;
  }
  .cat-el-body {
    min-height: 0;
  }
  .cat-el-foot {
    padding-top: 15px;
  }
  .map {
    height: 380px !important;
  }
  .contact-list {
    margin-bottom: 35px;
  }
  .contact-li {
    margin-bottom: 18px;
    font-size: 15px;
  }
  .page-contact-cont {
    box-shadow: 300px 0 0 0 #5c5068, -300px 0 0 0 #5c5068;
    padding: 60px 0 40px;
  }
  .page-container > .container > div.page-contact-cont:last-child {
    padding-bottom: 40px;
  }
  .foot-cont {
    text-align: center;
  }
  .main-slide-img img {
    height: auto;
    width: 100%;
  }
  .xs-hide {
    display: none !important;
  }
  .foot-nav {
    margin: 0 auto 30px;
  }
  .foot-nav-title, 
  .foot-nav-lg .foot-link:active, 
  .foot-nav-lg .foot-link:hover, 
  .foot-nav-lg .foot-link:visited, 
  .foot-nav-lg .foot-link {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .top-phone-desc {
    display: none;
  }
  .top-phone-link:active, 
  .top-phone-link:hover, 
  .top-phone-link:visited, 
  .top-phone-link {
    font-size: 16px;
  }
  .top-phone-cont {
    margin-bottom: 0;
  }
  .top-link:active, .top-link:hover, .top-link:visited, .top-link {
    display: inline-block;
    padding: 3px 0;
    font-size: 13px;
  }
  .main-slide-title {
    font-size: 24px;
    line-height: 30px;
  }
  .main-feat-cont {
    padding: 60px 0 40px;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .feat-list {
    padding: 0;
  }
  .feat:after {
    transform: translateY(-50%) scale(0.8);
  }
  .feat {
    padding: 5px 0 5px 60px;
    min-height: 60px;
    font-size: 14px;
    line-height: 18px;
  }
  .sec-title {
    font-weight: 300;
    font-size: 25px;
    line-height: 1.4;
  }
  .sec-head {
    margin-bottom: 20px;
  }
  .btn-prim.btn-icon[class*="icon-"], 
  .btn-sec.btn-icon[class*="icon-"] {
    padding-right: 40px;
  }
  .btn-prim.btn-icon[class*="icon-"]:after, 
  .btn-sec.btn-icon[class*="icon-"]:after {
    width: 40px;
  }
  [class*="icon-"]:before, 
  [class*="icon-"]:before,
  .icon-arrow:before {
    transform: translateX(6px)
  }  
  .btn-prim:active, 
  .btn-prim:hover, 
  .btn-prim:visited, 
  .btn-prim, 
  .btn-sec:active, 
  .btn-sec:hover, 
  .btn-sec:visited, 
  .btn-sec {
    min-height: 40px;
    min-width: 245px;
    font-size: 13px;
    padding: 9px 20px;
  }
  .main-category-hover:after {
    transform: scale(0.7);
    right: 15px;
    bottom: 10px;
  }
  .main-category-link:hover .main-category-hover:after {
    right: 13px;
  }
  .main-category-link:active, 
  .main-category-link:hover, 
  .main-category-link:visited, 
  .main-category-link {
    margin: 0 3px 6px;
  }
  .main-category-hover {
    padding: 30px 20px 30px;
  }
  .about-counter-head {
    padding: 10px 0 15px;
  }
  .about-counter {
    font-size: 50px;
  }
  .main-count-section {
    padding: 50px 0;
  }
  .h3, h3 {
    font-size: 24px;
  }
  
}

@media screen and (max-width:576px) {
  .slick-slider.card-slider, 
  .card-slider {
    width: calc(100% - 50px);
    margin-right: 10px;
  }
  .slick-slider.card-slider .slick-slide, 
  .card-slider .slick-slide {
    min-height: 300px;
  }
  .card-nav-slider {
    width: 50px;
  }
  .card-nav-slide .card-sl-img {
    height: 50px;
    width: 50px;
  }
  .video-cont:after {
    transform: translate(-50%, -50%) scale(0.5);
  }
  .card-link-lg:active, 
  .card-link-lg:hover, 
  .card-link-lg:visited, 
  .card-link-lg {
    font-size: 20px;
    line-height: 30px;
  }
  .card-contact-title + .card-link-lg {
    margin-top: 0;
  }
  .card-contact-title {
    font-size: 14px;
    line-height: 22px;
  }
  .card-brand-img {
    max-width: 240px;
    margin: 0 auto;
  }
  .card-border-cont {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .btn-icon-2:active, 
  .btn-icon-2:hover, 
  .btn-icon-2:focus, 
  .btn-icon-2:visited, 
  .btn-icon-2 {
    padding: 2px 15px 2px 57px;
    min-height: 29px;
    font-size: 14px;
    line-height: 26px;
  }
  .btn.btn-tab:active, 
  .btn.btn-tab:focus, 
  .btn.btn-tab:hover, 
  .btn.btn-tab:visited, 
  .btn.btn-tab:link, 
  .btn.btn-tab {
    font-size: 14px;
    padding: 3px 7px;
  }
  
  .cat-el-title:active,
  .cat-el-title:hover,
  .cat-el-title:visited,
  .cat-el-title {
    max-height: 100%;
    font-size: 14px;
  }
  .side-link:active,
  .side-link:hover,
  .side-link:focus,
  .side-link:visited,
  .side-link {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 16px;
  }
  .side-link:after,
  .side-link:hover:after {
    width: 4px;
  }
  .side-link.current:after {
    width: 7px;
  }

  .h3, h3 {
    font-size: 22px;
  }
  .map-cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .map {
    margin: 0 -15px;
    width: auto !important;
    order: 2;
  }
  .map-foot {
    margin-bottom: 10px;
  }
  .contact-li {
    font-size: 14px;
  }
  h2, .h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .logo img {
    max-width: 150px;
  }
  .topline.is-sticky .logo img {
    max-width: 120px;
  }
  .main-slide-img img {
    min-height: 500px;
  }
  .main-slide-text {
    padding-top: 40px;
  }
  .main-slide-title {
    font-size: 22px;
    line-height: 28px;
  }
  .main-nav > li {
    max-width: 100%;
    margin-bottom: 3px;
  }
  .main-nav > li:nth-child(even) {
    padding-left: 0;
  }
  .main-nav-link:active, 
  .main-nav-link:hover, 
  .main-nav-link:visited, 
  .main-nav-link {
    padding: 4px 10px;
  }
  .sec-subtitle + h2, .sec-subtitle + .h2 {
    margin-top: 0px;
  }
  .feat-about-col {
    line-height: 1.5;
    font-weight: normal;
    padding-right: 20px;
  }
  .feat-list > div:nth-child(even) {
    padding-left: 15px;
  }
  .feat {
    max-width: 320px;
    margin: 0 auto 20px;
    padding-top: 12px;
  }
  .main-category.row.h-row.no-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }
  .main-category-link:active, 
  .main-category-link:hover, 
  .main-category-link:visited, 
  .main-category-link {
    margin: 0 0 1px;
  }
  .main-category-title {
    font-size: 18px;
    max-width: 400px;
  }
  .main-category-img img {
    height: auto;
    height: 140px;
  }
  .main-category-hover {
    padding: 20px 20px 20px;
  }
  .sec-title {
    font-size: 22px;
    line-height: 1.4;
  }
  .main-category-head .sec-subtitle {
    letter-spacing: 0;
  }
  .sec-subtitle {
    line-height: 1.4;
  }
}

@media screen and (max-width:480px) {
  .video-cont:after {
    transform: translate(-50%, -50%) scale(0.45);
  }
  .slick-slider.card-slider .slick-slide, 
  .card-slider .slick-slide {
    min-height: 270px;
  }
  .main-category-img img {
    height: 110px;
  }
  .main-category-title {
    font-size: 16px;
    line-height: 1.45;
  }
  .main-category-hover {
    padding: 14px 20px 15px;
  }
  .logo img {
    max-width: 120px;
  }
  .topline.is-sticky .logo img {
    max-width: 100px;
  }
  .top-phone-link:active, 
  .top-phone-link:hover, 
  .top-phone-link:visited, 
  .top-phone-link {
    font-size: 14px;
  }
  .circle-box b, 
  .page-circle-box b {
    transform: scale(0.5);
  }
  .form-control:active, 
  .form-control:focus, 
  .form-control,
  .has-float-label .form-control:placeholder-shown:not(:focus) + label {
    font-size: 15px;
  }
  .has-float-label label {
    top: 7px;
    font-size: 12px;
  }
  .sec-subtitle {
    font-size: 12px;
  }
  .sec-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .top-link:active, 
  .top-link:hover, 
  .top-link:visited, 
  .top-link {
    font-size: 12px;
  }
}

@media screen and (max-width:350px) {
  
  .slick-slider.card-slider .slick-slide, 
  .card-slider .slick-slide {
    min-height: 260px;
  }
  .main-category-img img {
    height: 100px;
  }
  .main-category-title {
    font-size: 15px;
  }
  .top-phone-link:active, 
  .top-phone-link:hover, 
  .top-phone-link:visited, 
  .top-phone-link {
    font-size: 13px;
  }
  .side-link:active,
  .side-link:hover,
  .side-link:focus,
  .side-link:visited,
  .side-link {
    font-size: 11px;
    line-height: 16px;
    padding: 4px 12px;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular.eot');
  src: local('☺'), url('../fonts/montserrat-regular.woff') format('woff'),
    url('../fonts/montserrat-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-light.eot');
  src: local('☺'), url('../fonts/montserrat-light.woff') format('woff'),
    url('../fonts/montserrat-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold.eot');
  src: local('☺'), url('../fonts/montserrat-bold.woff') format('woff'),
    url('../fonts/montserrat-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-medium.eot');
  src: local('☺'), url('../fonts/montserrat-medium.woff') format('woff'),
    url('../fonts/montserrat-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-semibold.eot');
  src: local('☺'), url('../fonts/montserrat-semibold.woff') format('woff'),
    url('../fonts/montserrat-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}