/*===RESET===*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, b, i, ol, ul, li, form, label, input, textarea, button, header, footer, main, section, nav, article, aside {
  margin: 0;
  padding: 0;
  outline: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

header, footer, main, section, nav, article, aside {
  display: block;
}

button {
  overflow: visible;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

b, strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

html, body {
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

/*===FONTS===*/
@font-face {
  font-family: 'calibri';
  src: url("../fonts/CalibriLight.eot");
  src: url("../fonts/CalibriLight.eot?#iefix") format("embedded-opentype"), url("../fonts/CalibriLight.woff2") format("woff2"), url("../fonts/CalibriLight.woff") format("woff"), url("../fonts/CalibriLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url("../fonts/CalibriRegular.eot");
  src: url("../fonts/CalibriRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/CalibriRegular.woff2") format("woff2"), url("../fonts/CalibriRegular.woff") format("woff"), url("../fonts/CalibriRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url("../fonts/CalibriBold.eot");
  src: url("../fonts/CalibriBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CalibriBold.woff2") format("woff2"), url("../fonts/CalibriBold.woff") format("woff"), url("../fonts/CalibriBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'geometri';
  src: url("../fonts/geometria-heavy-webfont.eot");
  src: url("../fonts/geometria-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geometria-heavy-webfont.woff2") format("woff2"), url("../fonts/geometria-heavy-webfont.woff") format("woff"), url("../fonts/geometria-heavy-webfont.ttf") format("truetype"), url("../fonts/geometria-heavy-webfont.svg#geometriaheavy") format("svg");
  font-weight: 900;
  font-style: normal;
}

/*===COMMON===*/
html, body {
  font-family: 'calibri', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #242222;
  background: #fbfbf9;
  height: 100%;
}

@media (max-width: 1200px) {
  html, body {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  html, body {
    font-size: 14px;
  }
}

body.is-menu-opened, body.is-popup-opened {
  position: fixed;
  left: 0;
  right: 0;
}

.wrapper {
  min-width: 320px;
  height: 100%;
  position: relative;
  padding-top: 163px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper_fsscroll {
  padding-top: 0 !important;
}

@media (max-width: 1200px) {
  .wrapper {
    padding-top: 90px;
  }
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}

.main__full-height {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

a:hover {
  text-decoration: none;
}

/*===GRID===*/
.wrap {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .wrap_vw1200 {
    max-width: 585px;
  }
}

@media (max-width: 1000px) {
  .wrap {
    max-width: 421px;
    padding-left: 0;
    padding-right: 0;
  }
}

.pad {
  padding-left: 15px;
  padding-right: 15px;
}

.pad.wrap {
  padding-left: 45px;
  padding-right: 45px;
}

.pad-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1000px) {
  .pad, .pad.wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}

.row > div[class*="col"], .row-col-mid > div[class*="col"], .row-col-bot > div[class*="col"], .row-tbl > div[class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}

.row > div[class*="col"] {
  float: left;
}

.row > div[class*="col-pull"],
.row > div[class*="col-push"] {
  position: relative;
}

.row__br {
  display: block;
  width: 100%;
  clear: both;
}

.row-col-mid, .row-col-bot {
  font-size: 0 !important;
}

.row-col-mid:before, .row-col-bot:before {
  display: inline-block;
  content: "";
  height: 100%;
}

.row-col-mid > div[class*="col"], .row-col-bot > div[class*="col"] {
  display: inline-block;
}

.row-col-mid > div[class*="col-pull"],
.row-col-mid > div[class*="col-push"], .row-col-bot > div[class*="col-pull"],
.row-col-bot > div[class*="col-push"] {
  position: relative;
}

.row-col-mid:before,
.row-col-mid > div[class*="col"] {
  vertical-align: middle;
}

.row-col-bot:before,
.row-col-bot > div[class*="col"] {
  vertical-align: bottom;
}

@media (max-width: 1000px) {
  .row > div[class*="col"], .row-col-mid > div[class*="col"], .row-col-bot > div[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > div[class*="col-"]:not([class*="vw1000-col"]), .row-col-mid > div[class*="col-"]:not([class*="vw1000-col"]), .row-col-bot > div[class*="col-"]:not([class*="vw1000-col"]) {
    display: block;
    float: none !important;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin-left: 0;
  }
}

.col {
  width: auto;
}

.col-0-1 {
  width: 4.166665%;
}

.col-1 {
  width: 8.33333%;
}

.col-1-2 {
  width: 12.499995%;
}

.col-2 {
  width: 16.66666%;
}

.col-2-3 {
  width: 20.83333%;
}

.col-3 {
  width: 25%;
}

.col-3-4 {
  width: 29.16666%;
  -webkit-flex-basis: 29.16666%;
      -ms-flex-preferred-size: 29.16666%;
          flex-basis: 29.16666%;
}

.col-4 {
  width: 33.33332%;
  -webkit-flex-basis: 33.33332%;
      -ms-flex-preferred-size: 33.33332%;
          flex-basis: 33.33332%;
}

.col-4-5 {
  width: 37.499985%;
}

.col-5 {
  width: 41.66665%;
}

.col-5-6 {
  width: 45.833325%;
}

.col-6 {
  width: 50%;
}

.col-6-7 {
  width: 54.166665%;
}

.col-7 {
  width: 58.33333%;
}

.col-7-8 {
  width: 62.499985%;
}

.col-8 {
  width: 66.66664%;
}

.col-8-9 {
  width: 70.833305%;
}

.col-9 {
  width: 74.99997%;
}

.col-9-10 {
  width: 79.166635%;
}

.col-10 {
  width: 83.33333%;
}

.col-10-11 {
  width: 87.499995%;
}

.col-11 {
  width: 91.66663%;
}

.col-11-12 {
  width: 95.833295%;
}

.col-12 {
  width: 100%;
  float: none !important;
  clear: both;
}

.col-right {
  float: right !important;
}

.col-center {
  float: none !important;
  clear: both;
  margin: auto;
}

.col-offset-0-1 {
  margin-left: 4.166665%;
}

.col-offset-1 {
  margin-left: 8.33333%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-pull-3 {
  right: 25%;
}

.col-push-6 {
  left: 50%;
}

@media (max-width: 1200px) {
  .vw1200-row-col-12 > div[class*="col-"] {
    display: block;
    float: none !important;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin-left: 0;
  }
}

@media (max-width: 1000px) {
  .vw1000-col {
    width: auto;
  }
  .vw1000-col-0-1 {
    width: 4.166665%;
  }
  .vw1000-col-1 {
    width: 8.33333%;
  }
  .vw1000-col-1-2 {
    width: 12.499995%;
  }
  .vw1000-col-2 {
    width: 16.66666%;
  }
  .vw1000-col-2-3 {
    width: 20.83333%;
  }
  .vw1000-col-3 {
    width: 25%;
  }
  .vw1000-col-3-4 {
    width: 29.16666%;
  }
  .vw1000-col-4 {
    width: 33.33332%;
  }
  .vw1000-col-4-5 {
    width: 37.499985%;
  }
  .vw1000-col-5 {
    width: 41.66665%;
  }
  .vw1000-col-5-6 {
    width: 45.833325%;
  }
  .vw1000-col-6 {
    width: 50%;
  }
  .vw1000-col-6-7 {
    width: 54.166665%;
  }
  .vw1000-col-7 {
    width: 58.33333%;
  }
  .vw1000-col-7-8 {
    width: 62.499985%;
  }
  .vw1000-col-8 {
    width: 66.66664%;
  }
  .vw1000-col-8-9 {
    width: 70.833305%;
  }
  .vw1000-col-9 {
    width: 74.99997%;
  }
  .vw1000-col-9-10 {
    width: 79.166635%;
  }
  .vw1000-col-10 {
    width: 83.33333%;
  }
  .vw1000-col-10-11 {
    width: 87.499995%;
  }
  .vw1000-col-11 {
    width: 91.66663%;
  }
  .vw1000-col-11-12 {
    width: 95.833295%;
  }
  .vw1000-col-12 {
    width: 100%;
    float: none !important;
    clear: both;
  }
  .vw1000-col-offset-0 {
    margin-left: 0;
  }
  .vw1000-pad {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vw1000-pad-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*===HEADER===*/
.header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  -webkit-transition: .21s;
  -o-transition: .21s;
  -moz-transition: .21s;
  transition: .21s;
  background: #FBFBF9;
}

.header_fixed, .header.toggled {
  -webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.21);
     -moz-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.21);
          box-shadow: 0 1px 11px rgba(0, 0, 0, 0.21);
}

.header__wrap {
  height: 150px;
}

.header__nav {
  float: left;
}

.header__nav-wrap {
  float: right;
}

.header__toggle {
  display: none !important;
}

.header__lang {
  float: left;
  margin-left: 49px;
}

.header__srch {
  float: left;
  margin-left: 89px;
}

.header__srch-btn {
  display: inline-block;
  width: 15px;
  height: 13px;
  border: none;
  background: none;
  background-image: url("../images/sprite.svg");
  background-repeat: no-repeat;
  -moz-background-size: 50px auto;
    -o-background-size: 50px auto;
       background-size: 50px auto;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.header__srch-btn:hover {
  opacity: .5;
}

.header__srch-btn_mob {
  display: none;
}

@media (min-width: 1201px) {
  .header {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1200px) {
  .header__wrap {
    height: 80px;
    max-width: none;
  }
  .header__logo {
    display: inline-block;
    width: 52px;
  }
  .header__nav {
    float: none;
    padding-bottom: 20px;
    height: 100%;
    overflow: auto;
  }
  .header__nav-wrap {
    float: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding-top: 80px;
    width: 100%;
    overflow: hidden;
    background: #fbfbf9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .header__nav-wrap.toggled {
    visibility: visible;
    opacity: 1;
  }
  .header__nav-wrap .header__srch {
    display: none;
  }
  .header__lang {
    position: absolute;
    left: 0;
    top: 33px;
    margin: 0;
  }
  .header__toggle {
    display: block !important;
    position: absolute !important;
    right: 30px;
    top: 50%;
    z-index: 3;
    margin-top: -12px;
  }
  .header__srch-btn_mob {
    display: block;
    position: absolute;
    right: 100px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    -moz-background-size: 74px;
      -o-background-size: 74px;
         background-size: 74px;
    opacity: 1 !important;
  }
}

@media (max-width: 1000px) {
  .header__toggle {
    right: 15px;
  }
  .header__srch-btn_mob {
    right: 80px;
  }
}

/*Menu*/
.menu {
  list-style: none;
}

.menu:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}

.menu__item {
  float: left;
  margin-left: 90px;
}

.menu__item:first-child {
  margin-left: 0;
}

.menu__item_current .menu__a, .menu__item.current-menu-item .menu__a, .menu__item.current-menu-parent .menu__a, .menu__item.current-post-ancestor .menu__a {
  border-bottom-color: #9fad9f;
}

.menu__item_sep {
  font-size: 19px;
  font-weight: 700;
}

.menu__a {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.menu__a:hover {
  border-bottom-color: #9fad9f;
}

.menu__arr {
  display: none;
}

.menu__sub-menu {
  position: absolute;
  list-style: none;
  padding: 18px 0;
  right: 15px;
  width: 100%;
  text-align: right;
  font-size: 0;
}

.menu__sub-menu-item {
  display: inline-block;
  margin-left: 59px;
  margin-bottom: 6px;
}

.menu__sub-menu-item:first-child {
  margin-left: 0;
}

.menu__sub-menu-item_current .menu__sub-menu-a, .menu__sub-menu-item.current-menu-item .menu__sub-menu-a, .menu__sub-menu-item.current-menu-parent .menu__sub-menu-a {
  color: #242222;
}

.menu__sub-menu-a {
  font-size: 17px;
  font-weight: 700;
  color: #8F8E8D;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.menu__sub-menu-a:hover {
  color: #242222;
}

.menu_v1 .menu__item {
  margin: 0 3px;
}

@media (max-width: 1260px) {
  .menu__sub-menu-item {
    margin-left: 35px;
  }
}

@media (min-width: 1201px) {
  .menu__item_has-children:hover .menu__sub-menu, .menu__item.menu-item-has-children:hover .menu__sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .menu__sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
}

@media (max-width: 1200px) {
  .menu {
    padding: 0 30px;
  }
  .menu__item {
    float: none;
    text-align: right;
    margin: 20px 0;
  }
  .menu__item:first-child {
    margin-top: 0;
  }
  .menu__item_has-children .menu__arr, .menu__item.menu-item-has-children .menu__arr {
    display: inline-block;
    width: 20px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 3px;
    background: none;
    border: none;
    -webkit-appearance: none;
  }
  .menu__item_has-children .menu__arr:before, .menu__item.menu-item-has-children .menu__arr:before {
    display: block;
    content: "";
    content: "+";
  }
  .menu__item_has-children.opened .menu__arr:before, .menu__item.menu-item-has-children.opened .menu__arr:before {
    content: "-";
  }
  .menu__item_sep {
    font-size: 15px;
  }
  .menu__a {
    font-size: 18px;
  }
  .menu__sub-menu {
    width: auto;
    left: 0;
    padding: 20px 0 0;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    position: relative;
    display: none;
  }
  .menu__sub-menu-item {
    display: block;
    float: none;
    margin: 20px 0;
  }
  .menu__sub-menu-item:first-child {
    margin-top: 0;
  }
  .menu__sub-menu-item:last-child {
    margin-bottom: 0;
  }
  .menu__sub-menu-a {
    font-size: 15px;
  }
  .menu_v1 .menu__item {
    float: left;
  }
  .menu_v1 .menu__item_current .menu__a {
    border: none;
    color: #242222;
  }
  .menu_v1 .menu__a {
    font-size: 15px;
    color: #8F8E8D;
  }
}

@media (max-width: 1000px) {
  .menu {
    padding: 0 20px;
  }
}

/*===BLOCK===*/
.banner__header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 2;
  margin-top: -185px;
  font-size: 26px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.banner__header-block {
  padding: 20px 50px 35px;
  background: rgba(255, 255, 255, 0.8);
  float: right;
}

.banner__header-h1 {
  font-size: 100px;
  font-family: 'geometri', sans-serif;
  font-weight: 900;
  margin-bottom: 8px;
}

.banner__slider,
.banner__slider .slick-list,
.banner__slider .slick-track {
  height: 100%;
}

.banner__slider .slick-slide {
  position: relative;
}

.banner__slider .slick-arrow {
  top: auto;
  bottom: 50px;
  margin: 0;
}

.banner__slider .slick-prev {
  left: auto;
  right: 137px;
}

.banner__slider .slick-next {
  right: 45px;
}

@media (max-width: 1200px) {
  .banner__header {
    font-size: 22px;
  }
  .banner__header-h1 {
    font-size: 80px;
  }
}

@media (max-width: 1000px) {
  .banner__header {
    font-size: 13px;
    margin-top: -120px;
  }
  .banner__header-block {
    padding: 20px 10px;
  }
  .banner__header-h1 {
    font-size: 35px;
  }
  .banner__slider {
    max-width: none;
  }
  .banner__slider .slick-arrow {
    bottom: 30px;
  }
  .banner__slider .slick-prev {
    right: 70px;
  }
  .banner__slider .slick-next {
    right: 15px;
  }
}

.map {
  margin-bottom: 25px;
}

.tile {
  margin-bottom: 30px;
}

.tile__img-wrap {
  display: block;
  position: relative;
}

.tile__img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 77.47748%;
}

.tile__img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
}

.col-3 .tile__img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 76.19048%;
}

.tile__inner {
  display: block;
  position: relative;
  text-decoration: none;
}

.tile__inner:hover .tile__capt {
  visibility: visible;
  opacity: 1;
}

.tile__capt {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.tile__capt-inner {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

.tile__capt-h {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.tile__capt:after {
  display: block;
  content: "";
  width: 33px;
  height: 10px;
  background-image: url("../images/sprite.svg");
  background-repeat: no-repeat;
  background-position: -17px -63px;
  -moz-background-size: 50px auto;
    -o-background-size: 50px auto;
       background-size: 50px auto;
  position: absolute;
  right: 20px;
  bottom: 30px;
}

@media (max-width: 1200px) {
  .tile__img-wrap {
    margin-bottom: 10px;
  }
  .tile__capt {
    position: static;
    visibility: visible;
    opacity: 1;
    height: auto;
    background: none;
    text-align: right;
    font-size: 14px;
  }
  .tile__capt-inner {
    position: static;
    padding: 0;
  }
  .tile__capt-h {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .tile__capt:after {
    display: none;
  }
}

/*partners*/
.partner {
  text-align: center;
}

.partner__thumb {
  height: 125px !important;
  margin-bottom: 25px;
}

.partner__tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.partner__article {
  display: inline-block;
  text-align: left;
}

@media (min-width: 1001px) {
  .partner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .partner-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 1000px) {
  .partner__thumb {
    height: 100px !important;
  }
  .partner__tit {
    font-size: 18px;
  }
  .partner__article {
    display: block;
  }
}

.contact-right-column a {
  text-decoration: none;
}

/*===FORM===*/
.form__text-input, .form__textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #242222;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: none;
}

.form__textarea {
  height: 80px;
  resize: none;
  overflow: auto;
  line-height: 1.3;
}

.form__text-input, .form__textarea {
  padding: 10px 20px;
  font-size: 17px;
}

.form__error-tip {
  font-size: 12px;
  color: #ff0000;
  padding-top: 3px;
  display: none;
}

.form__error-tip_abs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.form__field {
  position: relative;
  margin-bottom: 43px;
}

.form__field_error .form__text-input,
.form__field_error .form__textarea {
  border-color: #ff0000;
}

.form__field_error .form__error-tip {
  display: block;
}

.form__field_hidden {
  display: none;
}

.form__field_btn {
  padding-right: 70px;
}

.form__alert {
  font-size: 13px;
  color: #ff0000;
  text-align: center;
  padding-top: 10px;
  display: none;
}

.form_error .form__alert {
  display: block;
}

.form__btn {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-appearance: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.form__btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}

.form__btn_search {
  width: 42px;
  background: none;
  border: none;
}

.form__btn_search:before {
  width: 30px;
  height: 30px;
  background-image: url("../images/sprite.svg");
  background-repeat: no-repeat;
  -moz-background-size: 50px auto;
    -o-background-size: 50px auto;
       background-size: 50px auto;
  -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
       background-size: 90px auto;
  margin: -7px 0 0 -15px;
}

.form__btn:hover {
  opacity: .5;
}

.form_sending .form__submit {
  position: relative;
}

.form_sending .form__submit:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #242222;
  z-index: 2;
}

.form_sending .form__submit:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url("../images/loading.svg") no-repeat 50% 50%;
  -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  -webkit-animation: form_loading_icon .9s infinite linear;
     -moz-animation: form_loading_icon .9s infinite linear;
       -o-animation: form_loading_icon .9s infinite linear;
          animation: form_loading_icon .9s infinite linear;
}

@media (max-width: 1000px) {
  .form__field {
    margin-bottom: 35px;
  }
  .form__text-input, .form__textarea {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .form__field_btn {
    padding-right: 50px;
  }
}

@-webkit-keyframes form_loading_icon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes form_loading_icon {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes form_loading_icon {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes form_loading_icon {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*===CUSTOM-FORM===*/
/*custom placeholder*/
.custom-placeholder {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 2;
  max-width: 100%;
  cursor: text;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 300;
  padding: 10px 20px;
  color: #8F8E8D;
  font-size: 17px;
}

.form__field_error .custom-placeholder {
  color: #ff0000;
}

@media (max-width: 1000px) {
  .custom-placeholder {
    font-size: 14px;
    padding: 10px;
  }
}

/*custom file*/
.custom-file {
  text-align: center;
}

.custom-file__input {
  position: absolute;
  left: -9999px;
}

.custom-file__btn {
  font-size: 17px;
  color: #242222;
  border-bottom: 1px solid #242222;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.custom-file__btn:hover {
  color: #717174;
  border-color: #717174;
}

.custom-file__btn:active {
  color: #9fad9f;
  border-color: #9fad9f;
}

.custom-file__items {
  margin-bottom: 25px;
}

.custom-file__items:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}

.custom-file__name {
  margin-top: 10px;
  font-size: 14px;
}

/*===SLICK-SLIDER===*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}

.slick-dots button {
  display: block;
  font-size: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid #0000ff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.slick-dots button:hover {
  background: #ff0000;
}

.gn-slider .slick-dots button {
  border: 1px solid #00ff00;
}

.slick-dots .slick-active button {
  background: #0000ff;
}

.gn-slider .slick-dots .slick-active button {
  background: #00ff00;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 77px;
  height: 77px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-top: -38px;
  font-size: 0;
  border: none;
  background: #717174;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.slick-arrow:after {
  display: inline-block;
  content: "";
  width: 33px;
  height: 10px;
  background-image: url("../images/sprite.svg");
  background-repeat: no-repeat;
  -moz-background-size: 50px auto;
    -o-background-size: 50px auto;
       background-size: 50px auto;
}

.slick-arrow.slick-disabled {
  opacity: .2;
}

@media (min-width: 1201px) {
  .slick-arrow:hover {
    opacity: .7;
  }
}

@media (max-width: 1000px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slick-arrow:after {
    width: 25px;
    height: 9px;
    -moz-background-size: 40px auto;
      -o-background-size: 40px auto;
         background-size: 40px auto;
  }
}

.slick-prev {
  left: -42px;
  background: #9fad9f;
}

.slick-prev:after {
  background-position: -17px -51px;
}

@media (max-width: 1000px) {
  .slick-prev:after {
    background-position: -13px -40px;
  }
}

.slick-next {
  right: -42px;
}

.slick-next:after {
  background-position: -17px -39px;
}

@media (max-width: 1000px) {
  .slick-next:after {
    background-position: -15px -30px;
  }
}

.partner-slider .slick-arrow {
  top: auto;
  bottom: 0;
  margin-top: 0;
}

.partner-slider .slick-prev {
  left: 50%;
  margin-left: -52px;
}

.partner-slider .slick-next {
  right: 50%;
  margin-right: -52px;
}

.partner-slider .slick-slide {
  margin: 0 !important;
  float: left !important;
  padding: 0 15px;
}

@media (max-width: 1000px) {
  .partner-slider {
    padding-bottom: 75px;
    margin-bottom: 40px;
  }
}

/*===TEXT===*/
/*Title*/
.title {
  font-size: 60px;
  font-family: 'geometri', sans-serif;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: right;
}

.title:before {
  display: inline-block;
  content: "";
  width: 90px;
  height: 4px;
  background: #9fad9f;
  position: relative;
  bottom: 0.33333em;
  margin-right: 10px;
}

.title-h1 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.3;
}

.title-h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.3;
}

.title-h2:after {
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  background: #9fad9f;
  margin-top: 13px;
}

.title_v1 {
  font-size: 32px;
  margin-bottom: 17px;
  text-align: center;
}

.title_v1:before {
  display: none;
}

.title_v2 {
  font-size: 49px;
}

@media (max-width: 1200px) {
  .title {
    font-size: 45px;
  }
  .title-h1 {
    font-size: 25px;
  }
}

@media (max-width: 1000px) {
  .title {
    font-size: 25px;
  }
  .title:before {
    width: 40px;
    height: 3px;
  }
  .title-h1 {
    font-size: 18px;
  }
  .title-h1:before {
    bottom: 4px;
  }
  .title-h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .title-h2:after {
    width: 24px;
    height: 2px;
    margin-top: 9px;
  }
  .title_v2 {
    font-size: 25px;
  }
}

.sub-title {
  font-size: 22px;
  font-weight: 400;
  color: #8F8E8D;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 45px;
}

@media (max-width: 1200px) {
  .sub-title {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .sub-title {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

/*Text*/
.txt {
  line-height: 1.63636;
}

.txt p {
  margin: 20px 0;
}

.txt p:first-child {
  margin-top: 0 !important;
}

.txt p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 1000px) {
  .txt {
    line-height: 1.71429;
  }
  .txt p {
    margin: 15px 0;
  }
}

/*article*/
.article {
  margin-bottom: 25px;
}

.article h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.article ul {
  list-style: none;
}

.article ul li {
  margin: 3px 0;
  padding-left: 20px;
  position: relative;
}

.article ul li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 6px;
  top: 15px;
  background: #242222;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.article .txt > p,
.article .txt > h2 {
  padding: 0 15px;
}

.article img {
  display: block;
  width: 100%;
  height: auto;
}

.article .js-open-popup {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: none;
  border-bottom: 2px solid #242222;
  line-height: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.article .js-open-popup:hover {
  border-bottom-color: transparent;
}

.article__row {
  margin: 70px 0;
}

.article__row:first-child {
  margin-top: 0;
}

.article__row:last-child {
  margin-bottom: 0;
}

.article__row h2:first-child {
  padding-top: 7px;
}

.article_sm {
  font-size: 18px;
}

.article_sm ul li {
  line-height: 1.3;
  margin: 7px 0;
}

.article_sm ul li:before {
  top: 9px;
}

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

@media (max-width: 1000px) {
  .article h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .article__row {
    margin: 30px 0;
  }
  .article ul li {
    padding-left: 13px;
  }
  .article ul li:before {
    width: 4px;
    height: 4px;
    left: 4px;
    top: 9px;
  }
  .article .js-open-popup {
    font-size: 14px;
  }
  .article_v1 h2 {
    font-size: 18px;
  }
}

/*info*/
.info {
  margin-top: 25px;
}

.info:first-child {
  margin-top: 9px;
}

.info__tit {
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  line-height: 1.25;
}

.info__desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .info {
    margin-top: 20px;
  }
  .info__tit {
    font-size: 20px;
  }
  .info__desc {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .info {
    margin-top: 25px;
    display: inline-block;
    width: 50%;
    margin: 25px 0 0 !important;
    vertical-align: top;
  }
  .info__tit {
    font-size: 18px;
    text-align: left;
  }
  .info__desc {
    font-size: 14px;
  }
}

sup {
  font-size: 0.75em;
}

/*text color*/
.c-red {
  color: #ff0000;
}

/*text align*/
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

/*font size*/
.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-0 {
  font-size: 0;
}

/*font family*/
.ff-c {
  font-family: 'calibri', sans-serif;
}

@media (max-width: 1000px) {
  .vw1000-fs-16 {
    font-size: 16px;
  }
  .vw1000-lh-20 {
    line-height: 20px;
  }
}

/*===BUTTON===*/
.button {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 17px 28px 16px;
  text-align: center;
  color: #FFF;
  border: none;
  background: #242222;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.button_w220 {
  width: 100%;
  max-width: 220px;
}

.button_w-full {
  width: 100%;
}

@media (min-width: 1200px) {
  .button:hover {
    background: #9fad9f;
  }
}

/*toggle*/
.toggle {
  display: inline-block;
  width: 33px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
}

.toggle span {
  height: 3px;
  background: #242222;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.toggle span:first-child {
  top: 0;
  width: 93.93939%;
}

.toggle span:last-child {
  bottom: 0;
  width: 93.93939%;
}

.toggle span:nth-child(2),
.toggle span:nth-child(3) {
  top: 9px;
}

.toggle.toggled span:first-child,
.toggle.toggled span:last-child {
  opacity: 0;
}

.toggle.toggled span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.toggle.toggled span:nth-child(3) {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.on-toggled-hide.toggled {
  display: none !important;
}

.on-toggled-show.toggled {
  display: block !important;
}

/*button close*/
.btn-close {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  background: none;
  border: none;
}

.btn-close:after, .btn-close:before {
  display: block;
  content: "";
  width: 130%;
  height: 3px;
  background: #242222;
  position: absolute;
  left: -15%;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.btn-close:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-close:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-close:hover:after, .btn-close:hover:before {
  background: #9fad9f;
}

.btn-close_v1 {
  width: 18px;
  height: 18px;
}

.btn-close_v1:after, .btn-close_v1:before {
  height: 2px;
}

/*===IMAGE===*/
.cover-img {
  display: block;
  opacity: 0;
  -webkit-transition: opacity .21s;
  -o-transition: opacity .21s;
  -moz-transition: opacity .21s;
  transition: opacity .21s;
}

.cover-img_w {
  width: 100%;
  height: auto;
  min-height: 100%;
  opacity: 1;
}

.cover-img_h {
  height: 100%;
  width: auto;
  min-width: 100%;
  opacity: 1;
}

.cover-img-wrap {
  overflow: hidden;
}

.responsive-img,
.middle__img,
.bottom__img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.middle__img {
  vertical-align: middle;
}

.bottom__img {
  vertical-align: bottom;
}

.full-width-img {
  display: block;
  width: 100%;
  height: auto;
}

/*===POPUP===*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000;
  background: rgba(251, 251, 251, 0.8);
  z-index: 9;
  text-align: center;
  font-size: 0;
}

.popup:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.popup__window {
  display: inline-block;
  visibility: hidden;
  position: absolute;
  vertical-align: middle;
  width: 100%;
  max-width: 635px;
  padding: 35px 0;
  font-size: 1rem;
  text-align: left;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}

.popup__window_visible {
  position: relative;
  visibility: visible;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.popup__inner {
  background: #fbfbf9;
  padding: 65px 50px;
  -webkit-box-shadow: 0 0 20px rgba(57, 57, 57, 0.25);
     -moz-box-shadow: 0 0 20px rgba(57, 57, 57, 0.25);
          box-shadow: 0 0 20px rgba(57, 57, 57, 0.25);
}

.popup__inner:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}

.popup__message {
  font-size: 30px;
  text-align: center;
}

.popup__close {
  position: absolute !important;
  right: 30px;
  top: 65px;
  z-index: 3;
}

.popup_v1 {
  background: #FBFBF9;
  z-index: 6;
}

@media (max-width: 600px) {
  .popup__window {
    padding: 0;
  }
  .popup__inner {
    padding: 90px 15px 45px;
  }
  .popup__inner .title_v1 {
    font-size: 18px;
  }
  .popup__close {
    right: 20px;
    top: 20px;
  }
  .popup__message {
    font-size: 20px;
  }
}

/*popup-message*/
.popup-message {
  max-width: 560px;
}

@media (max-width: 600px) {
  .popup-message .popup__inner {
    padding: 60px 15px;
  }
}

.pop-search {
  max-width: 600px;
}

.pop-search .popup__inner {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 600px) {
  .pop-search .popup__inner {
    padding: 25px 15px 25px 25px;
  }
}

/*===FOOTER===*/
.footer {
  padding: 25px 0 15px;
  position: relative;
  z-index: 7;
}

.footer__link {
  font-size: 17px;
  font-weight: 700;
}

.footer__txt {
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .footer {
    padding: 14px 0;
  }
  .footer__wrap {
    max-width: none;
  }
  .footer__link {
    font-size: 12px;
    border-bottom: none !important;
  }
  .footer__txt {
    font-size: 10px;
  }
}

/*===CLASS===*/
/*middle block*/
.middle {
  height: 100%;
  font-size: 0;
}

.middle:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.middle__inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

/*offset*/
.offset {
  position: relative;
}

.offset:before {
  display: block;
  content: "";
  width: 90px;
  height: 4px;
  background: #9fad9f;
  position: absolute;
  left: -45px;
  top: 26px;
}

.offset_r:before {
  left: auto;
  right: -45px;
}

@media (max-width: 1000px) {
  .offset:before {
    display: none;
  }
}

/*link*/
.link {
  text-decoration: none;
  border-bottom: 2px solid #9fad9f;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.link:hover {
  border-bottom-color: transparent;
}

@media (max-width: 1000px) {
  .link {
    border-bottom-width: 1px;
  }
}

/*list*/
.list ul {
  list-style: none;
}

.list ul li {
  font-size: 18px;
  margin: 3px 0;
  padding-left: 20px;
  position: relative;
}

.list ul li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 6px;
  top: 15px;
  background: #242222;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

/*position*/
.pos-r {
  position: relative;
}

/*marging*/
.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 60px;
}

.mt-25 {
  margin-top: 25px;
}

.m-y-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-5 {
  margin-bottom: 5px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.hidden {
  display: none;
}

@media (min-width: 1201px) {
  .vw1201-hidden {
    display: none;
  }
}

@media (max-width: 1200px) {
  .vw1200-hidden {
    display: none;
  }
}

@media (min-width: 1001px) {
  .vw1001-hidden {
    display: none;
  }
}

@media (max-width: 1000px) {
  .vw1000-hidden {
    display: none;
  }
  .vw1000-p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .vw1000-p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .vw1000-p-0 {
    padding: 0 !important;
  }
  .vw1000-mt-45 {
    margin-top: 45px;
  }
  .vw1000-mt-35 {
    margin-top: 35px;
  }
  .vw1000-mb-70 {
    margin-bottom: 70px;
  }
  .vw1000-mb-50 {
    margin-bottom: 50px;
  }
  .vw1000-mb-30 {
    margin-bottom: 30px;
  }
  .vw1000-mb-25 {
    margin-bottom: 25px;
  }
  .vw1000-mb-20 {
    margin-bottom: 20px;
  }
  .vw1000-m-y-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .vw1000-m-y-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .vw1000-m-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .vw1000-m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .vw1000-m-0 {
    margin: 0 !important;
  }
}

@media (min-width: 701px) {
  .vw701-hidden {
    display: none;
  }
}

@media (max-width: 700px) {
  .vw700-hidden {
    display: none;
  }
}
