@charset "UTF-8";
/* line 5, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 17, ../sass/all/base.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 21, ../sass/all/base.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 25, ../sass/all/base.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 29, ../sass/all/base.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 33, ../sass/all/base.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 37, ../sass/all/base.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 41, ../sass/all/base.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 45, ../sass/all/base.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 49, ../sass/all/base.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 53, ../sass/all/base.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 57, ../sass/all/base.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 61, ../sass/all/base.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 68, ../sass/all/base.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 72, ../sass/all/base.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 76, ../sass/all/base.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 80, ../sass/all/base.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 84, ../sass/all/base.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 88, ../sass/all/base.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 92, ../sass/all/base.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 96, ../sass/all/base.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 100, ../sass/all/base.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 104, ../sass/all/base.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 108, ../sass/all/base.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 112, ../sass/all/base.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 118, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase;
}

/* line 122, ../sass/all/base.scss */
.tac {
  text-align: center;
}

/* line 126, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 130, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 135, ../sass/all/base.scss */
.anim {
  opacity: 0;
  animation: TextDownUp 0.5s 1 linear;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
/* line 141, ../sass/all/base.scss */
.anim.dl2 {
  animation-delay: 0.6s;
}
/* line 145, ../sass/all/base.scss */
.anim.dl3 {
  animation-delay: 0.8s;
}
/* line 149, ../sass/all/base.scss */
.anim.dl4 {
  animation-delay: 1s;
}
/* line 153, ../sass/all/base.scss */
.anim.dl5 {
  animation-delay: 1.2s;
}
/* line 157, ../sass/all/base.scss */
.anim.dl6 {
  animation-delay: 1.4s;
}
/* line 161, ../sass/all/base.scss */
.anim.dl7 {
  animation-delay: 1.6s;
}
/* line 165, ../sass/all/base.scss */
.anim.dl8 {
  animation-delay: 1.8s;
}
/* line 169, ../sass/all/base.scss */
.anim.dl9 {
  animation-delay: 2s;
}
/* line 173, ../sass/all/base.scss */
.anim.dl10 {
  animation-delay: 2.2s;
}
/* line 177, ../sass/all/base.scss */
.anim.dl11 {
  animation-delay: 2.4s;
}
/* line 181, ../sass/all/base.scss */
.anim.dl12 {
  animation-delay: 2.6s;
}
/* line 185, ../sass/all/base.scss */
.anim.dl13 {
  animation-delay: 2.8s;
}

@-webkit-keyframes TextDownUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes TextDownUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 221, ../sass/all/base.scss */
.has-animation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s linear,  transform .5s linear;
}
/* line 226, ../sass/all/base.scss */
.has-animation.animate-in {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity .5s linear,  transform .5s linear;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 267, ../sass/all/base.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 271, ../sass/all/base.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 275, ../sass/all/base.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 279, ../sass/all/base.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 283, ../sass/all/base.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 287, ../sass/all/base.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 291, ../sass/all/base.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 295, ../sass/all/base.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 299, ../sass/all/base.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 303, ../sass/all/base.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 309, ../sass/all/base.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 313, ../sass/all/base.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 317, ../sass/all/base.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 321, ../sass/all/base.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 325, ../sass/all/base.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 330, ../sass/all/base.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 334, ../sass/all/base.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 338, ../sass/all/base.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 342, ../sass/all/base.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 346, ../sass/all/base.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }
}
/* line 3, ../sass/all/wrapper.scss */
body {
  background-color: #212121;
}
/* line 6, ../sass/all/wrapper.scss */
body.hid {
  overflow: hidden;
}
/* line 10, ../sass/all/wrapper.scss */
body::-webkit-scrollbar {
  width: 10px;
  background-color: #212121;
}
/* line 15, ../sass/all/wrapper.scss */
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #009698;
}
/* line 20, ../sass/all/wrapper.scss */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #212121;
}

@font-face {
  font-family: "Roobert-Regular";
  src: url("//db.onlinewebfonts.com/t/6228016f2b172c06410f3a2356d33f6c.eot");
  src: url("//db.onlinewebfonts.com/t/6228016f2b172c06410f3a2356d33f6c.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/6228016f2b172c06410f3a2356d33f6c.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/6228016f2b172c06410f3a2356d33f6c.woff") format("woff"), url("//db.onlinewebfonts.com/t/6228016f2b172c06410f3a2356d33f6c.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/6228016f2b172c06410f3a2356d33f6c.svg#Roobert-Regular") format("svg");
}
@font-face {
  font-family: "chaney-ultra-extended";
  src: url("/assets/fonts/chaney-ultraextended.otf") format("woff"), url("/assets/fonts/chaney-ultraextended.otf") format("opentype"), url("/assets/fonts/chaney-ultraextended.otf") format("truetype");
}
/* line 36, ../sass/all/wrapper.scss */
.font {
  font-family: "chaney-ultra-extended";
  font-size: 0.8em;
}

/* line 41, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roobert-Regular";
  color: #000;
  position: relative;
}

/* Контейнер */
/* line 54, ../sass/all/wrapper.scss */
.container, .max-container {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

/* line 63, ../sass/all/wrapper.scss */
.max-container {
  max-width: 100%;
  padding: 0 60px;
}

/* line 69, ../sass/all/wrapper.scss */
input, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: #fff9f4;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0px;
  font-size: 14px;
  height: 40px;
  background-color: #0000;
  border: none;
  border-bottom: 3px solid #0000001a;
  -webkit-appearance: none;
  color: #000;
  padding: 0 20px;
}
/* line 87, ../sass/all/wrapper.scss */
input::placeholder, textarea::placeholder, button::placeholder {
  color: #b8b8b8;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
/* line 93, ../sass/all/wrapper.scss */
input:focus, textarea:focus, button:focus {
  border-color: #000 !important;
}
/* line 97, ../sass/all/wrapper.scss */
input.error, textarea.error, button.error {
  border-color: red !important;
}
/* line 101, ../sass/all/wrapper.scss */
input:hover, textarea:hover, button:hover {
  border-color: #000 !important;
}

/* line 106, ../sass/all/wrapper.scss */
button {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 15px;
}

/* line 112, ../sass/all/wrapper.scss */
span.error {
  padding-left: 16px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 11px;
  background-image: url(../img/error.svg);
  line-height: 1.3;
  display: block;
  margin-top: 3px;
  font-size: 9px;
}

/* line 126, ../sass/all/wrapper.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 130, ../sass/all/wrapper.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 135, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 139, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  transition: color .15s ease;
  cursor: pointer;
  color: inherit;
}

/* line 146, ../sass/all/wrapper.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 152, ../sass/all/wrapper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 158, ../sass/all/wrapper.scss */
.clearfix:after {
  clear: both;
}

/* IE6/7 support */
/* line 163, ../sass/all/wrapper.scss */
.clearfix {
  *zoom: 1;
}

/* line 167, ../sass/all/wrapper.scss */
.hidden-link {
  cursor: pointer;
}

/* line 174, ../sass/all/wrapper.scss */
body.abs header {
  position: absolute;
  z-index: 2;
  left: 0;
  width: calc(100% - 60px);
  margin: 0 30px;
}

@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  /* line 186, ../sass/all/wrapper.scss */
  .container, .max-container {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 192, ../sass/all/wrapper.scss */
  .container, .max-container {
    max-width: 1220px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 198, ../sass/all/wrapper.scss */
  .container, .max-container {
    max-width: 980px;
  }

  /* line 199, ../sass/all/wrapper.scss */
  .min-container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 206, ../sass/all/wrapper.scss */
  .container, .max-container {
    max-width: 100%;
    padding: 0 4%;
  }

  /* line 207, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }

  /* line 208, ../sass/all/wrapper.scss */
  input, textarea, button {
    font-size: 12px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 216, ../sass/all/wrapper.scss */
  .container, .max-container {
    max-width: 100%;
    padding: 0 4%;
  }

  /* line 217, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 224, ../sass/all/wrapper.scss */
  body.abs header {
    width: calc(100% - 8%);
    margin: 0 4%;
  }
}
/* line 1, ../sass/all/header.scss */
.header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #3e3e3e;
  align-items: center;
}

/* line 9, ../sass/all/header.scss */
.header-logo {
  display: block;
  width: 100px;
}
/* line 13, ../sass/all/header.scss */
.header-logo img {
  display: block;
  width: 100%;
}

/* line 19, ../sass/all/header.scss */
.header-right {
  margin-left: auto;
  color: #fff;
  display: flex;
  align-items: center;
  width: 250px;
  justify-content: flex-end;
}
/* line 27, ../sass/all/header.scss */
.header-right .phone {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../img/2561369_phone_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  transition: .3s ease-in-out;
}
/* line 39, ../sass/all/header.scss */
.header-right .phone:hover {
  background-color: #009698;
}

/* line 45, ../sass/all/header.scss */
.header-lang {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
/* line 53, ../sass/all/header.scss */
.header-lang a {
  width: 20px;
  height: 20px;
  display: block;
  transition: .3s ease-in-out;
}
/* line 59, ../sass/all/header.scss */
.header-lang a:hover {
  color: #009698;
}
/* line 64, ../sass/all/header.scss */
.header-lang:hover {
  overflow: visible;
}

/* line 69, ../sass/all/header.scss */
.header-cat {
  display: flex;
  width: calc(100% - 100px - 250px);
  box-sizing: border-box;
  padding: 0 3%;
  padding-right: 0;
  justify-content: space-between;
  align-items: center;
}
/* line 78, ../sass/all/header.scss */
.header-cat li {
  width: calc(90% / 7);
  width: calc(90% / 5);
  position: relative;
}
/* line 83, ../sass/all/header.scss */
.header-cat li a {
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 0 1px;
  transition: background-size 0.3s;
  transition-timing-function: ease-out;
}
/* line 93, ../sass/all/header.scss */
.header-cat li a:hover {
  background-size: 100% 1px;
}
/* line 100, ../sass/all/header.scss */
.header-cat li:hover span {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 104, ../sass/all/header.scss */
.header-cat li:hover span svg {
  transform: translateY(-50%) rotate(-180deg);
}
/* line 109, ../sass/all/header.scss */
.header-cat li:hover ol {
  display: block;
}
/* line 116, ../sass/all/header.scss */
.header-cat li:hover ol li.dro > a {
  height: 41px;
}
/* line 122, ../sass/all/header.scss */
.header-cat li:hover ol li.dro:hover ol {
  display: block;
}
/* line 129, ../sass/all/header.scss */
.header-cat li:hover ol ol {
  position: absolute;
  background: #fff;
  top: 0;
  display: none;
  left: 100%;
  width: 100%;
}
/* line 141, ../sass/all/header.scss */
.header-cat span {
  background: #fff;
  padding: 14px;
  border-radius: 10px;
  display: block;
  height: 100%;
}
/* line 148, ../sass/all/header.scss */
.header-cat span svg {
  position: absolute;
  right: 7px;
  top: 49%;
  transform: translateY(-50%);
  transition: transform .4s linear;
  width: 10px;
}
/* line 156, ../sass/all/header.scss */
.header-cat span svg path {
  fill: #000;
}
/* line 161, ../sass/all/header.scss */
.header-cat span ~ ol {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  display: none;
  z-index: 10;
}
/* line 169, ../sass/all/header.scss */
.header-cat span ~ ol li {
  width: 100%;
}
/* line 172, ../sass/all/header.scss */
.header-cat span ~ ol li a {
  color: #000;
  background-image: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  word-break: break-word;
}
/* line 182, ../sass/all/header.scss */
.header-cat span ~ ol li a svg {
  width: 10px;
  transform: rotate(-90deg);
}
/* line 186, ../sass/all/header.scss */
.header-cat span ~ ol li a svg path {
  fill: #000;
}
/* line 191, ../sass/all/header.scss */
.header-cat span ~ ol li a:hover {
  background: #009698;
  color: #fff;
}
/* line 197, ../sass/all/header.scss */
.header-cat span ~ ol li a:hover svg path {
  fill: #fff;
}

/* line 208, ../sass/all/header.scss */
.header-right-aside-btn {
  background: #009698;
  padding: 14px;
  border-radius: 10px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
  transition: .3s ease-in-out;
  text-align: center;
}
/* line 220, ../sass/all/header.scss */
.header-right-aside-btn:hover {
  background-color: #fff;
  color: #000;
}

/* line 227, ../sass/all/header.scss */
.header-mobile-btn {
  display: none;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 234, ../sass/all/header.scss */
  .header-logo {
    width: 85px;
  }

  /* line 238, ../sass/all/header.scss */
  .header-cat {
    padding: 0 2%;
  }
  /* line 243, ../sass/all/header.scss */
  .header-cat li a, .header-cat li span {
    font-size: 12px;
  }
  /* line 247, ../sass/all/header.scss */
  .header-cat li span {
    padding-left: 10px;
  }

  /* line 253, ../sass/all/header.scss */
  .header-right-aside-btn {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 261, ../sass/all/header.scss */
  .header-logo {
    width: 80px;
  }

  /* line 269, ../sass/all/header.scss */
  .header-cat li a, .header-cat li span {
    font-size: 11px;
  }
  /* line 273, ../sass/all/header.scss */
  .header-cat li span {
    padding: 11px;
    padding-left: 7px;
  }
  /* line 277, ../sass/all/header.scss */
  .header-cat li span svg {
    right: 1px;
  }

  /* line 284, ../sass/all/header.scss */
  .header-right-aside-btn {
    font-size: 11px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 291, ../sass/all/header.scss */
  .header {
    flex-wrap: wrap;
  }

  /* line 295, ../sass/all/header.scss */
  .header-logo {
    width: 50px;
    order: 1;
    z-index: 799;
    position: relative;
  }

  /* line 302, ../sass/all/header.scss */
  .header-right {
    order: 2;
    width: auto;
    z-index: 799;
  }

  /* line 308, ../sass/all/header.scss */
  .header-lang {
    flex-direction: row;
    width: auto;
    margin-left: 10px;
    width: 0;
    opacity: 0;
    z-index: 799;
    transition: .3s linear;
  }
  /* line 317, ../sass/all/header.scss */
  .header-lang a {
    margin-left: 10px;
  }
  /* line 321, ../sass/all/header.scss */
  .header-lang.active {
    width: max-content;
    opacity: 1;
  }

  /* line 328, ../sass/all/header.scss */
  .header-mobile-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 799;
    margin-left: 10px;
    order: 3;
  }
  /* line 338, ../sass/all/header.scss */
  .header-mobile-btn span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-right: 10px;
  }
  /* line 345, ../sass/all/header.scss */
  .header-mobile-btn .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    position: relative;
  }
  /* line 354, ../sass/all/header.scss */
  .header-mobile-btn .burger .dash {
    width: 100%;
    height: 2px;
    background: #009698;
    border-radius: 20px;
    transition: 0.25s;
  }
  /* line 362, ../sass/all/header.scss */
  .header-mobile-btn .burger .dash:nth-of-type(3) {
    position: absolute;
    top: calc(50% - 1px);
  }
  /* line 367, ../sass/all/header.scss */
  .header-mobile-btn .activebrgr .dash:nth-of-type(1) {
    opacity: 0;
  }
  /* line 371, ../sass/all/header.scss */
  .header-mobile-btn .activebrgr .dash:nth-of-type(4) {
    opacity: 0;
  }
  /* line 375, ../sass/all/header.scss */
  .header-mobile-btn .activebrgr .dash:nth-of-type(3) {
    transform: rotate(45deg);
  }
  /* line 379, ../sass/all/header.scss */
  .header-mobile-btn .activebrgr .dash:nth-of-type(2) {
    transform: rotate(-45deg);
  }

  /* line 384, ../sass/all/header.scss */
  .header-cat {
    position: fixed;
    top: 0;
    width: 60vw;
    height: 100vh;
    z-index: 99;
    background: #000;
    flex-direction: column;
    right: 0;
    overflow: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
    transform: translateX(100%);
    justify-content: flex-start;
    transition: transform .4s linear;
    border-left: 2px solid #009698;
    flex-wrap: wrap;
  }
  /* line 402, ../sass/all/header.scss */
  .header-cat li {
    width: 100%;
  }
  /* line 406, ../sass/all/header.scss */
  .header-cat li a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 3vh;
    display: block;
    text-align: center;
    background: none;
  }
  /* line 414, ../sass/all/header.scss */
  .header-cat li a br {
    display: none;
  }
  /* line 420, ../sass/all/header.scss */
  .header-cat span {
    display: none;
  }
  /* line 423, ../sass/all/header.scss */
  .header-cat span ~ ol {
    position: relative;
    display: block;
    top: initial;
    background: none;
    color: #fff;
  }
  /* line 432, ../sass/all/header.scss */
  .header-cat span ~ ol li a {
    width: 100%;
    padding: 0;
    font-size: 15px;
    color: #fff;
  }
  /* line 442, ../sass/all/header.scss */
  .header-cat.active {
    transform: translateX(0);
  }

  /* line 447, ../sass/all/header.scss */
  .header-right-aside-btn {
    font-size: 0px;
    padding: 0;
    width: 30px;
    height: 30px;
    background-image: url(../img/9104159_write_compose_pencil_edit_message_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 63%;
    margin-left: 10px;
    border-radius: 50%;
  }
}
/* line 3, ../sass/all/crumbs.scss */
.breadcrumb {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 18px 0;
}
/* line 20, ../sass/all/crumbs.scss */
.breadcrumb a, .breadcrumb b {
  color: #fff;
}
/* line 24, ../sass/all/crumbs.scss */
.breadcrumb b {
  margin-right: 5px;
}
/* line 30, ../sass/all/crumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 36, ../sass/all/crumbs.scss */
.breadcrumb-item {
  margin-right: 5px;
}

@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 42, ../sass/all/crumbs.scss */
  .breadcrumb {
    font-size: 12px;
    padding: 7px 0;
  }
}
/* line 2, ../sass/all/footer.scss */
footer {
  position: relative;
  color: #fff;
  margin-top: 10vmin;
  padding-top: 10vmin;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 10, ../sass/all/footer.scss */
.fTop {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 24, ../sass/all/footer.scss */
.fCol {
  position: relative;
  width: calc(100% / 3);
}
/* line 28, ../sass/all/footer.scss */
.fCol.full {
  width: 100%;
}
/* line 32, ../sass/all/footer.scss */
.fCol.nav {
  padding-left: 17%;
}
/* line 36, ../sass/all/footer.scss */
.fCol .mail {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  font-size: 52px;
}
/* line 42, ../sass/all/footer.scss */
.fCol .mail:before, .fCol .mail:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: opacity 0.25s cubic-bezier(0.4, 0.8, 0.74, 1) 0s;
}
/* line 54, ../sass/all/footer.scss */
.fCol .mail:after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0s cubic-bezier(0.32, 0.94, 0.6, 1) 0.25s;
  transition: transform 0s cubic-bezier(0.32, 0.94, 0.6, 1) 0.25s;
  transition: transform 0s cubic-bezier(0.32, 0.94, 0.6, 1) 0.25s, -webkit-transform 0s cubic-bezier(0.32, 0.94, 0.6, 1) 0.25s;
}
/* line 65, ../sass/all/footer.scss */
.fCol .mail:hover:before {
  opacity: .15;
  transition: opacity 0.35s cubic-bezier(0.4, 0.8, 0.74, 1) 0s;
}
/* line 69, ../sass/all/footer.scss */
.fCol .mail:hover:after {
  transition: -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.35s;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.35s;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.35s, -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.35s;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 82, ../sass/all/footer.scss */
.fTitle {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 90, ../sass/all/footer.scss */
.fText {
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 96, ../sass/all/footer.scss */
.fText a {
  position: relative;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 0 1px;
  transition: background-size 0.3s;
  transition-timing-function: ease-out;
}
/* line 105, ../sass/all/footer.scss */
.fText a:hover {
  background-size: 100% 1px;
}

/* line 111, ../sass/all/footer.scss */
.fNav {
  position: relative;
  margin-bottom: 15px;
}
/* line 115, ../sass/all/footer.scss */
.fNav li {
  position: relative;
}
/* line 119, ../sass/all/footer.scss */
.fNav a {
  display: inline-block;
  position: relative;
  font-size: 20px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 0 1px;
  transition: background-size 0.3s;
  transition-timing-function: ease-out;
}
/* line 130, ../sass/all/footer.scss */
.fNav a:hover {
  background-size: 100% 1px;
}

/* line 136, ../sass/all/footer.scss */
.fBot {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 23vmin;
  padding-top: 3vmin;
  padding-bottom: 3vmin;
}

/* line 154, ../sass/all/footer.scss */
.fBotLogo {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
/* line 164, ../sass/all/footer.scss */
.fBotLogo img {
  display: block;
  height: 50px;
  margin-right: 10px;
}
/* line 170, ../sass/all/footer.scss */
.fBotLogo .square {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 183, ../sass/all/footer.scss */
.fBotLogo .name {
  position: relative;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 1px;
}

/* line 192, ../sass/all/footer.scss */
.fBotCreated {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
/* line 204, ../sass/all/footer.scss */
.fBotCreated a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
}
/* line 220, ../sass/all/footer.scss */
.fBotCreated a img {
  display: block;
  width: 110px;
  margin-left: 10px;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 231, ../sass/all/footer.scss */
  .fCol .mail {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 241, ../sass/all/footer.scss */
  .fNav a {
    font-size: 18px;
  }

  /* line 248, ../sass/all/footer.scss */
  .fCol .mail {
    font-size: 44px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 259, ../sass/all/footer.scss */
  .fNav a {
    font-size: 18px;
  }

  /* line 266, ../sass/all/footer.scss */
  .fCol .mail {
    font-size: 44px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 276, ../sass/all/footer.scss */
  .fNav a {
    font-size: 18px;
  }

  /* line 281, ../sass/all/footer.scss */
  .fCol {
    width: calc(100% / 1);
    padding: 0 !important;
    margin-bottom: 30px;
  }
  /* line 286, ../sass/all/footer.scss */
  .fCol .mail {
    font-size: 24px;
  }

  /* line 291, ../sass/all/footer.scss */
  .fBot {
    margin-top: 10vmin;
  }

  /* line 295, ../sass/all/footer.scss */
  .fBotLogo {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  /* line 301, ../sass/all/footer.scss */
  .fBotCreated {
    justify-content: center;
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 307, ../sass/all/footer.scss */
  .fBotCreated a {
    font-size: 12px;
  }
  /* line 310, ../sass/all/footer.scss */
  .fBotCreated a img {
    width: 100px;
  }
}
/* line 3, ../sass/all/text.scss */
.section-title {
  position: relative;
  font-size: 60px;
  line-height: 1.2;
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
/* line 12, ../sass/all/text.scss */
.section-title b {
  text-transform: initial;
  font-weight: 900;
}

/* line 21, ../sass/all/text.scss */
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
/* line 26, ../sass/all/text.scss */
.text h1.sm, .text h2.sm, .text h3.sm, .text h4.sm, .text h5.sm, .text h6.sm {
  font-size: 18px;
}
/* line 30, ../sass/all/text.scss */
.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
  margin-bottom: 20px;
}
/* line 34, ../sass/all/text.scss */
.text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
  margin-top: 35px;
}
/* line 39, ../sass/all/text.scss */
.text img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 45, ../sass/all/text.scss */
.text img:not(:last-child) {
  margin-bottom: 20px;
}
/* line 49, ../sass/all/text.scss */
.text img:not(:first-child) {
  margin-top: 20px;
}
/* line 54, ../sass/all/text.scss */
.text p, .text span, .text li {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  display: block;
}
/* line 61, ../sass/all/text.scss */
.text p a, .text span a, .text li a {
  color: #ea0001;
  padding-bottom: 1px;
  border-bottom: 1px solid #ea0001;
  position: relative;
}
/* line 67, ../sass/all/text.scss */
.text p a:hover, .text span a:hover, .text li a:hover {
  color: #ea0001;
  border-color: #ea0001;
}
/* line 73, ../sass/all/text.scss */
.text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
  margin-bottom: 20px;
}
/* line 80, ../sass/all/text.scss */
.text ul:not(:last-child) {
  margin-bottom: 20px;
}
/* line 84, ../sass/all/text.scss */
.text ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px !important;
}
/* line 89, ../sass/all/text.scss */
.text ul li:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #009698;
}
/* line 102, ../sass/all/text.scss */
.text b, .text strong {
  font-weight: 700;
}
/* line 106, ../sass/all/text.scss */
.text table {
  display: table;
}
/* line 109, ../sass/all/text.scss */
.text table:not(:last-child) {
  margin-bottom: 20px;
}
/* line 113, ../sass/all/text.scss */
.text table td, .text table th {
  border: 2px solid #009698;
  box-sizing: border-box;
  padding: 13px;
  text-align: center;
  font-size: 14px;
  color: #727272;
}

@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  /* line 125, ../sass/all/text.scss */
  .section-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 133, ../sass/all/text.scss */
  .section-title {
    font-size: 46px;
  }

  /* line 139, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 14px;
  }
  /* line 143, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 24px;
  }
  /* line 146, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 35px;
  }
  /* line 155, ../sass/all/text.scss */
  .text ul li:after {
    top: 8px;
  }
  /* line 163, ../sass/all/text.scss */
  .text table td, .text table th {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1000px) {
  /* line 173, ../sass/all/text.scss */
  .section-title {
    font-size: 34px;
  }

  /* line 180, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 13px;
  }
  /* line 183, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 189, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 198, ../sass/all/text.scss */
  .text ul li:after {
    top: 8px;
  }
  /* line 204, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 22px;
  }
  /* line 207, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 211, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 25px;
  }
  /* line 218, ../sass/all/text.scss */
  .text table td, .text table th {
    padding: 10px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 228, ../sass/all/text.scss */
  .section-title {
    font-size: 28px;
  }

  /* line 234, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 13px;
  }
  /* line 237, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 243, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 248, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 20px;
  }
  /* line 251, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 255, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 25px;
  }
  /* line 264, ../sass/all/text.scss */
  .text ul li:after {
    top: 6px;
  }
  /* line 272, ../sass/all/text.scss */
  .text table td, .text table th {
    padding: 6px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 282, ../sass/all/text.scss */
  .section-title {
    font-size: 20px;
  }

  /* line 288, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 13px;
  }
  /* line 291, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 297, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 306, ../sass/all/text.scss */
  .text ul li:after {
    top: 6px;
  }
  /* line 312, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 18px;
  }
  /* line 315, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 319, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 20px;
  }
  /* line 325, ../sass/all/text.scss */
  .text table {
    display: block;
    overflow: scroll;
  }
  /* line 329, ../sass/all/text.scss */
  .text table td, .text table th {
    padding: 6px;
    font-size: 13px;
  }
}
/* line 1, ../sass/all/cookies.scss */
.site-cookies {
  background-color: #0000;
  text-align: center;
  bottom: 20px;
  position: fixed;
  left: 0;
  right: 0;
  transition: transform .2s;
}
/* line 10, ../sass/all/cookies.scss */
.site-cookies.hide {
  transform: translateY(200%);
}

/* line 15, ../sass/all/cookies.scss */
.site-cookies-wr {
  display: inline-flex;
  height: 40px;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  font-size: 13px;
  padding: 0 8px;
  justify-content: space-between;
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.1));
}
/* line 26, ../sass/all/cookies.scss */
.site-cookies-wr svg {
  height: 26px;
  width: 26px;
  margin-right: 8px;
}
/* line 34, ../sass/all/cookies.scss */
.site-cookies-wr span a {
  font-weight: 700;
}
/* line 37, ../sass/all/cookies.scss */
.site-cookies-wr span a:hover {
  opacity: .5;
}

/* line 44, ../sass/all/cookies.scss */
.site-cookies-btn-1, .site-cookies-btn-2 {
  line-height: 1;
  border: 1px solid #000;
  padding: 8px 10px;
  margin-left: 10px;
  border-radius: 20px;
  font-size: 11px;
  cursor: pointer;
  transition: background-color .2s,color .2s;
}

/* line 55, ../sass/all/cookies.scss */
.site-cookies-btn {
  display: flex;
}

/* line 61, ../sass/all/cookies.scss */
.site-cookies-btn-1:hover {
  background-color: #000;
  color: #fff;
}

/* line 67, ../sass/all/cookies.scss */
.site-cookies-btn-2 {
  background-color: #000;
  color: #fff;
  margin-left: 4px;
}
/* line 72, ../sass/all/cookies.scss */
.site-cookies-btn-2:hover {
  background-color: #fff;
  color: #000;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 81, ../sass/all/cookies.scss */
  .site-cookies-wr {
    height: auto;
    padding: 15px 20px;
    border-radius: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: initial;
    max-width: 287px;
    font-size: 12px;
  }
  /* line 91, ../sass/all/cookies.scss */
  .site-cookies-wr svg {
    width: 19px;
    height: 19px;
  }

  /* line 97, ../sass/all/cookies.scss */
  .site-cookies-btn {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  /* line 105, ../sass/all/cookies.scss */
  .site-cookies-btn-1, .site-cookies-btn-2 {
    margin-left: 0;
    width: 49%;
  }
}
/* line 1, ../sass/all/aside-form.scss */
.aside-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  display: flex;
  pointer-events: none;
}
/* line 11, ../sass/all/aside-form.scss */
.aside-form.active {
  pointer-events: all;
}
/* line 14, ../sass/all/aside-form.scss */
.aside-form.active .aside-form-close {
  transform: scale(1);
  transition-delay: .3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 20, ../sass/all/aside-form.scss */
.aside-form.active .aside-form-bg {
  opacity: 1;
}
/* line 24, ../sass/all/aside-form.scss */
.aside-form.active .aside-form-wr {
  transform: translateY(0);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 31, ../sass/all/aside-form.scss */
.aside-form-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  opacity: 0;
  transition: opacity .5s;
}

/* line 42, ../sass/all/aside-form.scss */
.aside-form-wr {
  font-size: 7.6rem;
  padding-top: 14vh;
  height: 85vh;
  transform: translateY(calc(100% + 5rem));
  transition: transform 0.8s cubic-bezier(1, 0, 0.25, 0.995);
  width: 100%;
  text-transform: uppercase;
  position: relative;
  background-color: #009698;
  margin-top: auto;
}
/* line 54, ../sass/all/aside-form.scss */
.aside-form-wr span {
  font-size: 4vw;
  display: block;
  line-height: 1;
}
/* line 59, ../sass/all/aside-form.scss */
.aside-form-wr span.spa {
  color: #0000008c;
}
/* line 64, ../sass/all/aside-form.scss */
.aside-form-wr form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 70, ../sass/all/aside-form.scss */
.aside-form-wr label {
  width: 36%;
  margin-right: 6%;
  display: flex;
  margin-bottom: 1vh;
  margin-top: 1vh;
}
/* line 77, ../sass/all/aside-form.scss */
.aside-form-wr label input {
  font-size: 4vw;
  height: 5vw;
  padding: 0;
  width: 100%;
}
/* line 83, ../sass/all/aside-form.scss */
.aside-form-wr label input::placeholder {
  font-size: 4vw;
  color: #0000008c;
  text-transform: uppercase;
}
/* line 92, ../sass/all/aside-form.scss */
.aside-form-wr .select2-container {
  width: 8.9vw !important;
  margin-left: 1.5vw;
  height: 3.5vw;
  margin-top: 3px;
}
/* line 98, ../sass/all/aside-form.scss */
.aside-form-wr .select2-container .select2-selection--single {
  background-color: #0000;
  color: #0006;
  text-align: center;
  width: 8.9vw;
  height: 3.5vw;
  font-size: 2vw;
  padding: 0 0 0;
  border: 3px solid #0006;
  border-radius: 0px;
}
/* line 109, ../sass/all/aside-form.scss */
.aside-form-wr .select2-container .select2-selection--single .select2-selection__rendered {
  color: #0006;
  text-align: center;
  height: 3.5vw;
  font-size: 1.2vw;
  padding: 0 0 0;
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -4px;
}
/* line 124, ../sass/all/aside-form.scss */
.aside-form-wr .select2-container .select2-selection__arrow {
  display: none !important;
}
/* line 129, ../sass/all/aside-form.scss */
.aside-form-wr .btn {
  height: auto;
  border-bottom-color: transparent;
  margin-top: 7vh;
  border: 2px solid #000;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: .3s ease-in-out;
}
/* line 139, ../sass/all/aside-form.scss */
.aside-form-wr .btn svg {
  width: 3.5vw;
  padding-left: 10px;
  transition: .3s ease-in-out;
}
/* line 144, ../sass/all/aside-form.scss */
.aside-form-wr .btn svg path {
  transition: .1s ease-in-out;
}
/* line 149, ../sass/all/aside-form.scss */
.aside-form-wr .btn:hover {
  background-color: #000;
  color: #009698;
}
/* line 153, ../sass/all/aside-form.scss */
.aside-form-wr .btn:hover svg {
  fill: #009698;
  padding-left: 20px;
}

/* line 160, ../sass/all/aside-form.scss */
.select2-results__option {
  text-align: center !important;
  font-size: 1vw !important;
  text-transform: uppercase !important;
}

/* line 166, ../sass/all/aside-form.scss */
.aside-form-close {
  position: absolute;
  top: 7vh;
  right: 2%;
  width: 8vw;
  height: 8vw;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(1, 0, 0.25, 0.995);
  transition-delay: 0s;
}
/* line 182, ../sass/all/aside-form.scss */
.aside-form-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  transition: transform 0.3s cubic-bezier(1, 0, 0.25, 0.995);
}
/* line 194, ../sass/all/aside-form.scss */
.aside-form-close svg {
  width: 1.5vw;
  fill: #fff;
  position: relative;
  z-index: 2;
}
/* line 203, ../sass/all/aside-form.scss */
.aside-form-close:hover:after {
  transform: scale(1.15);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 214, ../sass/all/aside-form.scss */
  .aside-form-wr label {
    margin-bottom: 2vh;
    margin-top: 2vh;
    width: 100%;
    margin-right: 0;
  }

  /* line 222, ../sass/all/aside-form.scss */
  .aside-form-close {
    top: 12vh;
  }

  /* line 226, ../sass/all/aside-form.scss */
  .select2-results__option {
    font-size: 1.3vw !important;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 234, ../sass/all/aside-form.scss */
  .aside-form-wr label {
    margin-bottom: 1vh;
    margin-top: 3vh;
    width: 100%;
    margin-right: 0;
  }
  /* line 240, ../sass/all/aside-form.scss */
  .aside-form-wr label input {
    font-size: 4vw;
    height: 9vw;
    padding: 0;
    width: 100%;
  }
  /* line 246, ../sass/all/aside-form.scss */
  .aside-form-wr label input::placeholder {
    font-size: 4vw;
  }
  /* line 252, ../sass/all/aside-form.scss */
  .aside-form-wr span {
    font-size: 6vw;
  }
  /* line 258, ../sass/all/aside-form.scss */
  .aside-form-wr .btn svg {
    width: 8.5vw;
  }
  /* line 263, ../sass/all/aside-form.scss */
  .aside-form-wr .select2-container {
    width: 27.9vw !important;
    margin-left: 1.5vw;
    height: 7.5vw;
    margin-top: -2px;
    margin-top: -4vw;
  }
  /* line 272, ../sass/all/aside-form.scss */
  .aside-form-wr .select2-container .select2-selection--single .select2-selection__rendered {
    height: 7.5vw;
    font-size: 4.2vw;
  }
  /* line 278, ../sass/all/aside-form.scss */
  .aside-form-wr .select2-container .select2-selection--single {
    width: 27.9vw;
    height: 7.5vw;
  }

  /* line 285, ../sass/all/aside-form.scss */
  .aside-form-close {
    top: 12vh;
    width: 15vw;
    height: 15vw;
  }
  /* line 290, ../sass/all/aside-form.scss */
  .aside-form-close svg {
    width: 3.5vw;
  }

  /* line 295, ../sass/all/aside-form.scss */
  .select2-results__option {
    font-size: 4vw !important;
  }
}
/* line 1, ../sass/all/aside-hdr-form.scss */
.hdr-form {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  z-index: 800;
  overflow-y: scroll;
  background-color: #fff;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
  transform: translateX(140%);
  transition: transform 0.8s cubic-bezier(1, 0, 0.25, 0.995);
}
/* line 15, ../sass/all/aside-hdr-form.scss */
.hdr-form::-webkit-scrollbar {
  width: 2px;
  background-color: #212121;
}
/* line 20, ../sass/all/aside-hdr-form.scss */
.hdr-form::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #009698;
}
/* line 25, ../sass/all/aside-hdr-form.scss */
.hdr-form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #212121;
}
/* line 31, ../sass/all/aside-hdr-form.scss */
.hdr-form.active {
  transform: translateY(0);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 37, ../sass/all/aside-hdr-form.scss */
.hdr-form-top {
  padding: 2.8vw 4.1vw 2vw 2.6vw;
  min-height: 15vw;
  background-color: #000d10;
  color: #fff;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

/* line 47, ../sass/all/aside-hdr-form.scss */
.hdr-form-top-wr {
  display: flex;
  margin-top: 1vh;
  width: calc(100% - 65px);
}

/* line 53, ../sass/all/aside-hdr-form.scss */
.hdr-form-top-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background-color: #009698;
  margin-right: 20px;
  background-image: url(../img/2561369_phone_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
}
/* line 66, ../sass/all/aside-hdr-form.scss */
.hdr-form-top-btn:nth-child(2) {
  background-image: url(../img/4092561_envelope_mail_mobile_ui_message_email_icon.svg);
}

/* line 71, ../sass/all/aside-hdr-form.scss */
.hdr-form-top-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* line 81, ../sass/all/aside-hdr-form.scss */
.hdr-form-top-close svg {
  fill: #000d10;
  stroke: #000d10;
  width: 1.5em;
  height: 1.5em;
}
/* line 87, ../sass/all/aside-hdr-form.scss */
.hdr-form-top-close svg line {
  fill: #000d10;
  stroke: #000d10;
}
/* line 93, ../sass/all/aside-hdr-form.scss */
.hdr-form-top-close:hover {
  background-color: #009698;
}
/* line 96, ../sass/all/aside-hdr-form.scss */
.hdr-form-top-close:hover svg {
  fill: #fff;
  stroke: #fff;
}
/* line 100, ../sass/all/aside-hdr-form.scss */
.hdr-form-top-close:hover svg line {
  fill: #fff;
  stroke: #fff;
}

/* line 108, ../sass/all/aside-hdr-form.scss */
.hdr-form-span {
  font-size: 3vw;
  font-weight: 700;
  display: block;
  margin-top: auto;
  line-height: 1;
}

/* line 116, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-wr {
  position: relative;
}
/* line 119, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-wr .line {
  border-bottom: 1px solid #d5d3d4;
  width: 100%;
  margin: 1vh 0 2vh;
}

/* line 126, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-drop-wr {
  position: relative;
  padding: 1.2vw 2.6vw;
  z-index: 2;
}

/* line 132, ../sass/all/aside-hdr-form.scss */
.hdr-form-drop-btn {
  padding: 14px;
  border-radius: 10px;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  width: max-content;
  color: #000;
  font-size: 18px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
/* line 145, ../sass/all/aside-hdr-form.scss */
.hdr-form-drop-btn svg {
  width: 16px;
  margin-left: 10px;
  transition: .4s linear;
}
/* line 150, ../sass/all/aside-hdr-form.scss */
.hdr-form-drop-btn svg path {
  fill: #000;
}
/* line 155, ../sass/all/aside-hdr-form.scss */
.hdr-form-drop-btn.active {
  border-color: #009698;
  border-bottom-left-radius: 0px;
  background-color: #009698;
  color: #fff;
}
/* line 161, ../sass/all/aside-hdr-form.scss */
.hdr-form-drop-btn.active svg {
  transform: rotate(180deg);
}
/* line 164, ../sass/all/aside-hdr-form.scss */
.hdr-form-drop-btn.active svg path {
  fill: #fff;
}

/* line 171, ../sass/all/aside-hdr-form.scss */
.select2-container {
  font-size: 0.9vw;
  color: #000d10;
}

/* line 176, ../sass/all/aside-hdr-form.scss */
select ~ .select2-container--default {
  width: 100% !important;
}

/* line 180, ../sass/all/aside-hdr-form.scss */
.select2-selection.select2-selection--single {
  line-height: initial;
  font-size: 0.9vw;
  padding: 0.6vw 0.9vw 0.6vw 0 !important;
  margin-top: 0.6vw !important;
  color: #000d10;
  width: 100%;
  height: auto !important;
  transition: all .3s ease-in-out;
  margin-bottom: 0;
  font-weight: 600;
  background: none;
  outline: none;
  text-decoration: none;
  text-shadow: none;
  border: none;
  text-align: left;
  border-radius: 0px !important;
  border: 1px solid #d5d3d4;
  margin-bottom: 2vh;
}

/* line 202, ../sass/all/aside-hdr-form.scss */
.select2-selection__rendered, .select2-selection__placeholder {
  color: #000 !important;
  line-height: initial !important;
  font-size: 0.9vw !important;
}

/* line 208, ../sass/all/aside-hdr-form.scss */
.select2-selection__arrow {
  top: 9px !important;
}

/* line 212, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-label {
  position: absolute;
  padding: 0;
  display: none;
  flex-direction: column;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 222, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-label.active {
  display: flex;
}
/* line 226, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-label .hdr-tab {
  font-size: 16px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  color: #fff;
  background: #009698;
}
/* line 234, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-label .hdr-tab.active {
  color: #fff;
  background: #026364;
}
/* line 239, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-label .hdr-tab:hover {
  color: #fff;
  background: #026364;
}

/* line 246, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form {
  position: relative;
  padding: 1.2vw 2.6vw;
}
/* line 250, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 255, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form.active {
  display: flex;
}
/* line 259, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label, .hdr-form-bot-form form p {
  display: block;
  width: 46%;
}
/* line 263, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label:last-child, .hdr-form-bot-form form p:last-child {
  margin-top: 1vh;
}
/* line 267, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label.w100, .hdr-form-bot-form form p.w100 {
  width: 100%;
}
/* line 271, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label.w33, .hdr-form-bot-form form p.w33 {
  width: 30%;
}
/* line 275, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label.check, .hdr-form-bot-form form p.check {
  display: flex;
  align-items: center;
  margin-bottom: 1vh;
  cursor: pointer;
}
/* line 281, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label.check input, .hdr-form-bot-form form p.check input {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  border: 1px solid #009698 !important;
}
/* line 295, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label.check input:checked, .hdr-form-bot-form form p.check input:checked {
  background-color: #009698;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYgMzYiPjxnIGlkPSJpY29ucyI+PHBhdGggZD0ibTEyLjggMjguNy05LjUtOS41Yy0uNC0uNC0uNC0xLjEgMC0xLjZsMS41LTEuNWMuNC0uNCAxLjEtLjQgMS42IDBsNy4yIDcuMiAxNi0xNmMuNC0uNCAxLjEtLjQgMS42IDBsMS41IDEuNWMuNC40LjQgMS4xIDAgMS42TDE0LjQgMjguN2MtLjUuNC0xLjIuNC0xLjYgMHoiIGlkPSJjaGVja194NUZfbWFya18xXyIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMjIyYTMwIj48L3BhdGg+PC9nPjwvc3ZnPg==);
}
/* line 301, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label.check b, .hdr-form-bot-form form p.check b {
  font-size: 0.9vw;
  color: #000d10;
}
/* line 307, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label span, .hdr-form-bot-form form p span {
  font-weight: 600;
  line-height: 100%;
  color: #000;
  display: block;
  font-size: 0.6vw;
}
/* line 315, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label input, .hdr-form-bot-form form label select, .hdr-form-bot-form form label textarea, .hdr-form-bot-form form p input, .hdr-form-bot-form form p select, .hdr-form-bot-form form p textarea {
  font-size: 0.9vw;
  padding: 0.6vw 0.9vw 0.6vw 0;
  color: #000d10;
  width: 100%;
  height: auto;
  transition: all .3s ease-in-out;
  margin-bottom: 0;
  font-weight: 600;
  background: none;
  outline: none;
  text-decoration: none;
  text-shadow: none;
  border: none;
  text-align: left;
  border-bottom: 1px solid #d5d3d4;
  margin-bottom: 2vh;
}
/* line 333, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label input::placeholder, .hdr-form-bot-form form label select::placeholder, .hdr-form-bot-form form label textarea::placeholder, .hdr-form-bot-form form p input::placeholder, .hdr-form-bot-form form p select::placeholder, .hdr-form-bot-form form p textarea::placeholder {
  font-size: 0.9vw;
}
/* line 338, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form label textarea, .hdr-form-bot-form form p textarea {
  height: 3vw;
}
/* line 343, ../sass/all/aside-hdr-form.scss */
.hdr-form-bot-form form .btn {
  text-transform: initial;
  font-weight: 600;
  padding: 0 15px;
  color: #fff;
  background: #000d10;
  border-radius: 2vw;
  font-size: 1.1vw;
  padding: 0.7vw 1.4vw;
  height: auto;
}

/* line 357, ../sass/all/aside-hdr-form.scss */
.hdr-drop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 366, ../sass/all/aside-hdr-form.scss */
  .hdr-form-drop-btn {
    padding: 10px;
    font-size: 14px;
  }

  /* line 373, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-label .hdr-tab, p .hdr-tab {
    font-size: 1vw;
  }

  /* line 384, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label span, .hdr-form-bot-form form p span {
    font-size: 1vw;
  }
  /* line 388, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label input, .hdr-form-bot-form form label select, .hdr-form-bot-form form label textarea, .hdr-form-bot-form form p input, .hdr-form-bot-form form p select, .hdr-form-bot-form form p textarea {
    font-size: 1vw;
  }
  /* line 394, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label.check b, .hdr-form-bot-form form p.check b {
    font-size: 1vw;
  }
  /* line 400, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form .btn {
    font-size: 1vw;
  }

  /* line 406, ../sass/all/aside-hdr-form.scss */
  .select2-selection__arrow {
    top: 0.2vw !important;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1000px) {
  /* line 413, ../sass/all/aside-hdr-form.scss */
  .hdr-form-drop-btn {
    padding: 10px;
    font-size: 14px;
  }

  /* line 420, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-label .hdr-tab, p .hdr-tab {
    font-size: 1vw;
  }

  /* line 431, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label span, .hdr-form-bot-form form p span {
    font-size: 1vw;
  }
  /* line 435, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label input, .hdr-form-bot-form form label select, .hdr-form-bot-form form label textarea, .hdr-form-bot-form form p input, .hdr-form-bot-form form p select, .hdr-form-bot-form form p textarea {
    font-size: 1vw;
  }
  /* line 441, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label.check b, .hdr-form-bot-form form p.check b {
    font-size: 1vw;
  }
  /* line 447, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form .btn {
    font-size: 1vw;
  }

  /* line 453, ../sass/all/aside-hdr-form.scss */
  .select2-selection__arrow {
    top: 0.2vw !important;
  }

  /* line 456, ../sass/all/aside-hdr-form.scss */
  .hdr-form-top-wr {
    width: calc(100% - 45px);
  }

  /* line 460, ../sass/all/aside-hdr-form.scss */
  .hdr-form-top-close {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 469, ../sass/all/aside-hdr-form.scss */
  .hdr-form {
    width: 100%;
  }

  /* line 473, ../sass/all/aside-hdr-form.scss */
  .hdr-form-top {
    min-height: 21vw;
  }

  /* line 479, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-label .hdr-tab, p .hdr-tab {
    font-size: 13px;
  }

  /* line 484, ../sass/all/aside-hdr-form.scss */
  .hdr-form-drop-btn {
    padding: 10px;
    font-size: 14px;
  }

  /* line 496, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label span, .hdr-form-bot-form form p span {
    font-size: 1.5vw;
  }
  /* line 500, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label input, .hdr-form-bot-form form label select, .hdr-form-bot-form form label textarea, .hdr-form-bot-form form p input, .hdr-form-bot-form form p select, .hdr-form-bot-form form p textarea {
    font-size: 1.8vw;
    padding: 1.8vw 0.09vw 1.8vw 0;
  }
  /* line 504, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label input::placeholder, .hdr-form-bot-form form label select::placeholder, .hdr-form-bot-form form label textarea::placeholder, .hdr-form-bot-form form p input::placeholder, .hdr-form-bot-form form p select::placeholder, .hdr-form-bot-form form p textarea::placeholder {
    font-size: 1.8vw;
  }
  /* line 511, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label.check b, .hdr-form-bot-form form p.check b {
    font-size: 1.8vw;
  }
  /* line 516, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label textarea, .hdr-form-bot-form form p textarea {
    height: 8vw;
  }
  /* line 521, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form .btn {
    font-size: 2vw;
  }

  /* line 527, ../sass/all/aside-hdr-form.scss */
  .select2-container {
    font-size: 1.8vw;
  }

  /* line 532, ../sass/all/aside-hdr-form.scss */
  .select2-selection.select2-selection--single {
    font-size: 1.8vw;
    padding: 1.8vw 0.09vw 1.8vw 0 !important;
    margin-top: 0.6vw !important;
    margin-bottom: 2vh;
  }

  /* line 539, ../sass/all/aside-hdr-form.scss */
  .select2-selection__rendered, .select2-selection__placeholder {
    font-size: 1.8vw !important;
  }

  /* line 543, ../sass/all/aside-hdr-form.scss */
  .select2-results__option {
    font-size: 1.8vw !important;
  }

  /* line 547, ../sass/all/aside-hdr-form.scss */
  .hdr-form-top-wr {
    width: calc(100% - 45px);
  }

  /* line 551, ../sass/all/aside-hdr-form.scss */
  .hdr-form-top-close {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 558, ../sass/all/aside-hdr-form.scss */
  .hdr-form {
    width: 100%;
  }

  /* line 562, ../sass/all/aside-hdr-form.scss */
  .hdr-form-top {
    min-height: 21vw;
  }

  /* line 566, ../sass/all/aside-hdr-form.scss */
  .hdr-form-span {
    font-size: 5vw;
    margin-top: 3vh;
  }

  /* line 573, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-label .hdr-tab, p .hdr-tab {
    font-size: 13px;
  }

  /* line 578, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-drop-wr {
    padding: 4.2vw 2.6vw;
  }

  /* line 582, ../sass/all/aside-hdr-form.scss */
  .hdr-form-drop-btn {
    padding: 10px;
    font-size: 14px;
  }

  /* line 592, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label, .hdr-form-bot-form form p {
    width: 100% !important;
  }
  /* line 595, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label span, .hdr-form-bot-form form p span {
    font-size: 2.8vw;
  }
  /* line 599, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label input, .hdr-form-bot-form form label select, .hdr-form-bot-form form label textarea, .hdr-form-bot-form form p input, .hdr-form-bot-form form p select, .hdr-form-bot-form form p textarea {
    font-size: 2.8vw;
    padding: 2.8vw 1.09vw 2.8vw 0px;
  }
  /* line 603, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label input::placeholder, .hdr-form-bot-form form label select::placeholder, .hdr-form-bot-form form label textarea::placeholder, .hdr-form-bot-form form p input::placeholder, .hdr-form-bot-form form p select::placeholder, .hdr-form-bot-form form p textarea::placeholder {
    font-size: 2.8vw;
  }
  /* line 610, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label.check b, .hdr-form-bot-form form p.check b {
    font-size: 2.8vw;
  }
  /* line 615, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form label textarea, .hdr-form-bot-form form p textarea {
    height: 8vw;
  }
  /* line 620, ../sass/all/aside-hdr-form.scss */
  .hdr-form-bot-form form .btn {
    font-size: 3.8vw;
    padding: 1.7vw 5.4vw;
    width: 100%;
    margin-bottom: 7vh;
  }

  /* line 629, ../sass/all/aside-hdr-form.scss */
  .select2-container {
    font-size: 2.8vw;
  }

  /* line 634, ../sass/all/aside-hdr-form.scss */
  .select2-selection.select2-selection--single {
    font-size: 2.8vw;
    padding: 2.8vw 1.09vw 2.8vw 0px !important;
    margin-top: 0.6vw !important;
    margin-bottom: 2vh;
  }

  /* line 641, ../sass/all/aside-hdr-form.scss */
  .select2-selection__rendered, .select2-selection__placeholder {
    font-size: 2.8vw !important;
  }

  /* line 645, ../sass/all/aside-hdr-form.scss */
  .select2-results__option {
    font-size: 2.8vw !important;
  }

  /* line 649, ../sass/all/aside-hdr-form.scss */
  .hdr-form-top-wr {
    width: calc(100% - 45px);
  }

  /* line 653, ../sass/all/aside-hdr-form.scss */
  .hdr-form-top-close {
    width: 45px;
    height: 45px;
  }
}
/* line 1, ../sass/all/preloader.scss */
.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #000;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

/* line 15, ../sass/all/preloader.scss */
.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
}

/* line 26, ../sass/all/preloader.scss */
.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 38, ../sass/all/preloader.scss */
.preloader__item:nth-child(1) {
  background-image: url(../img/logo-new-preloader.svg);
}
/* line 42, ../sass/all/preloader.scss */
.preloader__item:nth-child(2) {
  background-image: url(../img/logo-new-preloader2.svg);
  animation: preloader-rotate 2s infinite linear;
}

/* line 48, ../sass/all/preloader.scss */
.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* line 60, ../sass/all/preloader.scss */
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

/* line 65, ../sass/all/preloader.scss */
.loaded .preloader {
  display: none;
}

/* line 1, ../sass/all/button-up.scss */
.scrollToTop {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #009698;
  opacity: 0;
  visibility: visible;
  transition: 0.5s ease all;
  pointer-events: none;
}
/* line 24, ../sass/all/button-up.scss */
.scrollToTop.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
/* line 30, ../sass/all/button-up.scss */
.scrollToTop svg {
  display: block;
  width: auto;
  height: 30px;
}
/* line 35, ../sass/all/button-up.scss */
.scrollToTop svg .fill-000000 {
  fill: #fff;
}
/* line 40, ../sass/all/button-up.scss */
.scrollToTop:hover {
  background-color: #fff;
}
/* line 43, ../sass/all/button-up.scss */
.scrollToTop:hover .fill-000000 {
  fill: #000;
}

/* line 50, ../sass/all/button-up.scss */
.lang-he .scrollToTop {
  left: 30px;
  right: auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 58, ../sass/all/button-up.scss */
  .scrollToTop {
    bottom: 25px;
    right: 25px;
    width: 44px;
    height: 44px;
  }
  /* line 64, ../sass/all/button-up.scss */
  .scrollToTop svg {
    height: 27px;
  }

  /* line 70, ../sass/all/button-up.scss */
  .lang-he .scrollToTop {
    left: 25px;
    right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 80, ../sass/all/button-up.scss */
  .scrollToTop {
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
  }
  /* line 86, ../sass/all/button-up.scss */
  .scrollToTop svg {
    height: 24px;
  }

  /* line 92, ../sass/all/button-up.scss */
  .lang-he .scrollToTop {
    left: 20px;
    right: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 102, ../sass/all/button-up.scss */
  .scrollToTop {
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  /* line 108, ../sass/all/button-up.scss */
  .scrollToTop svg {
    height: 20px;
  }

  /* line 114, ../sass/all/button-up.scss */
  .lang-he .scrollToTop {
    left: 15px;
    right: auto;
  }
}
/* line 1, ../sass/all/mob-menu.scss */
.mob-menu {
  display: none;
}

@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 10, ../sass/all/mob-menu.scss */
  .mob-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: #000;
    right: 0;
    transform: translateY(-100%);
    transition: transform .4s linear, opacity .4s linear .3s;
    color: #fff;
    opacity: 0;
    display: block;
    padding-top: 88px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 50px;
  }
  /* line 28, ../sass/all/mob-menu.scss */
  .mob-menu.active {
    transform: translateY(0);
    opacity: 1;
  }

  /* line 34, ../sass/all/mob-menu.scss */
  .mob-menu-scroll {
    height: calc(100vh - 88px - 50px);
    overflow: scroll;
    display: block;
  }

  /* line 46, ../sass/all/mob-menu.scss */
  .mob-menu-top li a {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 13px;
    display: block;
  }

  /* line 55, ../sass/all/mob-menu.scss */
  .mob-menu-mid {
    overflow: hidden;
    margin-top: 70px;
  }
  /* line 59, ../sass/all/mob-menu.scss */
  .mob-menu-mid li {
    position: relative;
    border-top: 1px solid #fff;
  }
  /* line 63, ../sass/all/mob-menu.scss */
  .mob-menu-mid li:last-child {
    border-bottom: 1px solid #fff;
  }
  /* line 67, ../sass/all/mob-menu.scss */
  .mob-menu-mid li a {
    padding: 19px 0;
    font-size: 16px;
    color: #fff;
    display: block;
  }
  /* line 74, ../sass/all/mob-menu.scss */
  .mob-menu-mid li ol {
    padding-left: 20px;
    max-height: 0;
    -webkit-transition: max-height 333ms ease;
    transition: max-height 333ms ease;
    overflow: hidden;
  }
  /* line 83, ../sass/all/mob-menu.scss */
  .mob-menu-mid li ol li:last-child {
    border-bottom: none;
  }

  /* line 91, ../sass/all/mob-menu.scss */
  .mob-menu-mid-dro {
    position: relative;
  }

  /* line 95, ../sass/all/mob-menu.scss */
  .mob-drop-btn {
    display: block;
    width: 54px;
    height: 54px;
    background-image: url(../img/secondary-link-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 2;
    position: absolute;
    top: 0;
    right: -18px;
    transform: rotate(-45deg);
    transition: transform 333ms ease;
  }
  /* line 110, ../sass/all/mob-menu.scss */
  .mob-drop-btn.active {
    transform: rotate(135deg);
  }
  /* line 113, ../sass/all/mob-menu.scss */
  .mob-drop-btn.active ~ ol {
    max-height: 200rem;
  }
}
/* line 120, ../sass/all/mob-menu.scss */
.mob-bottom-link {
  border-bottom: solid 1px #f8f8f833;
  overflow-x: scroll;
  display: flex;
  margin-top: 20px;
}
/* line 126, ../sass/all/mob-menu.scss */
.mob-bottom-link a {
  padding: 19px 0;
  color: #F8F8F8;
  margin: 0 10px;
  display: block;
  min-width: max-content;
}

/* line 135, ../sass/all/mob-menu.scss */
.mob-bot-social {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 40px;
}
/* line 141, ../sass/all/mob-menu.scss */
.mob-bot-social a {
  margin-right: 20px;
}
/* line 144, ../sass/all/mob-menu.scss */
.mob-bot-social a svg {
  height: 20px;
}
/* line 147, ../sass/all/mob-menu.scss */
.mob-bot-social a svg path {
  fill: #fff;
}

/* line 32, ../sass/main-style.scss */
.ui-pnotify {
  bottom: 70px !important;
  top: initial !important;
}

/* line 1, ../sass/index/index-form.scss */
.i-form {
  position: relative;
  padding: 70px 0;
}

/* line 6, ../sass/index/index-form.scss */
.i-form-title {
  font-size: 56px;
  color: #fff;
  text-indent: 400px;
  max-width: 800px;
  line-height: 1;
  margin-bottom: 40px;
}

/* line 15, ../sass/index/index-form.scss */
.i-form-block {
  border-style: solid;
  border: 2px solid #686868;
  height: 20px;
  width: 100%;
}
/* line 21, ../sass/index/index-form.scss */
.i-form-block.bot {
  border-bottom: 0;
}
/* line 25, ../sass/index/index-form.scss */
.i-form-block.tops {
  border-top: 0;
}

/* line 30, ../sass/index/index-form.scss */
.i-form-wr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
}
/* line 35, ../sass/index/index-form.scss */
.i-form-wr .col {
  position: relative;
}
/* line 38, ../sass/index/index-form.scss */
.i-form-wr .col:nth-child(1) {
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* line 45, ../sass/index/index-form.scss */
.i-form-wr .col:nth-child(2) {
  width: 57%;
}
/* line 49, ../sass/index/index-form.scss */
.i-form-wr .col .img {
  width: 100px;
}
/* line 52, ../sass/index/index-form.scss */
.i-form-wr .col .img img {
  display: block;
  max-width: 100%;
}

/* line 60, ../sass/index/index-form.scss */
.i-form-list {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

/* line 66, ../sass/index/index-form.scss */
.i-form-right {
  padding: 20px;
  padding-left: 30px;
  width: 50%;
}
/* line 73, ../sass/index/index-form.scss */
.i-form-right form label {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
/* line 78, ../sass/index/index-form.scss */
.i-form-right form label > input {
  border-bottom: 2px solid #363636 !important;
  color: #f7f7f7;
  font-weight: 400;
  height: 50px;
  width: 100%;
  font-size: 16px;
  padding: 0;
}
/* line 87, ../sass/index/index-form.scss */
.i-form-right form label > input::placeholder {
  font-size: 16px;
}
/* line 93, ../sass/index/index-form.scss */
.i-form-right form .btn {
  text-transform: initial;
  padding: 0 60px;
  margin-top: 26px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 15px;
  transition: 0.2s ease-in-out;
}
/* line 102, ../sass/index/index-form.scss */
.i-form-right form .btn:hover {
  border-radius: 0px;
  border-color: #fff !important;
}
/* line 109, ../sass/index/index-form.scss */
.i-form-right .i-soc-form {
  display: flex;
  flex-wrap: wrap;
}
/* line 113, ../sass/index/index-form.scss */
.i-form-right .i-soc-form i {
  font-size: 16px;
  color: #b8b8b8;
  width: 100%;
  display: block;
}
/* line 120, ../sass/index/index-form.scss */
.i-form-right .i-soc-form .check {
  display: flex;
  align-items: center;
  margin: 10px 20px 5px 0;
  cursor: pointer;
  width: auto;
}
/* line 127, ../sass/index/index-form.scss */
.i-form-right .i-soc-form .check input {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  border: 1px solid #009698 !important;
}
/* line 141, ../sass/index/index-form.scss */
.i-form-right .i-soc-form .check input:checked {
  background-color: #009698;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYgMzYiPjxnIGlkPSJpY29ucyI+PHBhdGggZD0ibTEyLjggMjguNy05LjUtOS41Yy0uNC0uNC0uNC0xLjEgMC0xLjZsMS41LTEuNWMuNC0uNCAxLjEtLjQgMS42IDBsNy4yIDcuMiAxNi0xNmMuNC0uNCAxLjEtLjQgMS42IDBsMS41IDEuNWMuNC40LjQgMS4xIDAgMS42TDE0LjQgMjguN2MtLjUuNC0xLjIuNC0xLjYgMHoiIGlkPSJjaGVja194NUZfbWFya18xXyIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMjIyYTMwIj48L3BhdGg+PC9nPjwvc3ZnPg==);
}
/* line 147, ../sass/index/index-form.scss */
.i-form-right .i-soc-form .check b {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
/* line 156, ../sass/index/index-form.scss */
.i-form-right small {
  color: #686868;
  font-size: 16px;
  line-height: 1.19;
  font-weight: 400;
  display: block;
  margin-top: 90px;
}
/* line 164, ../sass/index/index-form.scss */
.i-form-right small a {
  color: #686868;
  border-bottom: 1px solid #686868;
  box-shadow: none;
  text-decoration: none;
}
/* line 170, ../sass/index/index-form.scss */
.i-form-right small a:hover {
  color: #009698;
  border-color: #009698;
}

@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  /* line 179, ../sass/index/index-form.scss */
  .i-form-title {
    font-size: 48px;
    text-indent: 325px;
  }

  /* line 184, ../sass/index/index-form.scss */
  .i-form-wr {
    margin-top: 50px;
  }

  /* line 190, ../sass/index/index-form.scss */
  .i-form-right small {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 197, ../sass/index/index-form.scss */
  .i-form-title {
    font-size: 42px;
    text-indent: 250px;
    margin-bottom: 30px;
    max-width: 690px;
  }

  /* line 204, ../sass/index/index-form.scss */
  .i-form-wr {
    margin-top: 35px;
  }
  /* line 209, ../sass/index/index-form.scss */
  .i-form-wr .col .img {
    width: 80px;
  }

  /* line 215, ../sass/index/index-form.scss */
  .i-form-list {
    font-size: 16px;
  }

  /* line 219, ../sass/index/index-form.scss */
  .i-form-right {
    width: 60%;
  }
  /* line 222, ../sass/index/index-form.scss */
  .i-form-right small {
    margin-top: 55px;
    font-size: 14px;
  }
  /* line 231, ../sass/index/index-form.scss */
  .i-form-right form label input {
    height: 45px;
    width: 100%;
    font-size: 14px;
  }
  /* line 236, ../sass/index/index-form.scss */
  .i-form-right form label input::placeholder {
    font-size: 14px;
  }
  /* line 244, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form i {
    font-size: 14px;
  }
  /* line 250, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form .check b {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 261, ../sass/index/index-form.scss */
  .i-form {
    padding: 50px 0;
  }

  /* line 265, ../sass/index/index-form.scss */
  .i-form-title {
    font-size: 32px;
    text-indent: 160px;
    margin-bottom: 25px;
    max-width: 540px;
  }

  /* line 272, ../sass/index/index-form.scss */
  .i-form-wr {
    margin-top: 35px;
  }
  /* line 277, ../sass/index/index-form.scss */
  .i-form-wr .col .img {
    width: 70px;
  }

  /* line 283, ../sass/index/index-form.scss */
  .i-form-list {
    font-size: 14px;
  }

  /* line 287, ../sass/index/index-form.scss */
  .i-form-right {
    width: 80%;
  }
  /* line 290, ../sass/index/index-form.scss */
  .i-form-right small {
    margin-top: 40px;
    font-size: 14px;
  }
  /* line 299, ../sass/index/index-form.scss */
  .i-form-right form label input {
    height: 45px;
    width: 100%;
    font-size: 14px;
  }
  /* line 304, ../sass/index/index-form.scss */
  .i-form-right form label input::placeholder {
    font-size: 14px;
  }
  /* line 313, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form i {
    font-size: 14px;
  }
  /* line 319, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form .check b {
    font-size: 14px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 332, ../sass/index/index-form.scss */
  .i-form {
    padding: 50px 0;
  }

  /* line 336, ../sass/index/index-form.scss */
  .i-form-title {
    font-size: 32px;
    text-indent: 160px;
    margin-bottom: 25px;
    max-width: 540px;
  }

  /* line 343, ../sass/index/index-form.scss */
  .i-form-wr {
    margin-top: 0;
    flex-wrap: wrap;
  }
  /* line 347, ../sass/index/index-form.scss */
  .i-form-wr .col {
    width: 100% !important;
  }
  /* line 350, ../sass/index/index-form.scss */
  .i-form-wr .col:nth-child(1) {
    order: 1;
    margin-top: 30px;
  }
  /* line 355, ../sass/index/index-form.scss */
  .i-form-wr .col .img {
    width: 70px;
  }

  /* line 361, ../sass/index/index-form.scss */
  .i-form-list {
    font-size: 14px;
  }

  /* line 365, ../sass/index/index-form.scss */
  .i-form-right {
    width: 80%;
  }
  /* line 368, ../sass/index/index-form.scss */
  .i-form-right small {
    margin-top: 40px;
    font-size: 14px;
  }
  /* line 377, ../sass/index/index-form.scss */
  .i-form-right form label input {
    height: 45px;
    width: 100%;
    font-size: 14px;
  }
  /* line 382, ../sass/index/index-form.scss */
  .i-form-right form label input::placeholder {
    font-size: 14px;
  }
  /* line 391, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form i {
    font-size: 14px;
  }
  /* line 397, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form .check b {
    font-size: 14px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 409, ../sass/index/index-form.scss */
  .i-form {
    padding: 40px 0;
  }

  /* line 413, ../sass/index/index-form.scss */
  .i-form-title {
    font-size: 26px;
    text-indent: 44px;
    margin-bottom: 25px;
    max-width: 540px;
  }

  /* line 420, ../sass/index/index-form.scss */
  .i-form-wr {
    margin-top: 0;
    flex-wrap: wrap;
  }
  /* line 424, ../sass/index/index-form.scss */
  .i-form-wr .col {
    width: 100% !important;
  }
  /* line 427, ../sass/index/index-form.scss */
  .i-form-wr .col:nth-child(1) {
    order: 1;
    margin-top: 30px;
  }
  /* line 432, ../sass/index/index-form.scss */
  .i-form-wr .col .img {
    width: 70px;
  }

  /* line 438, ../sass/index/index-form.scss */
  .i-form-list {
    font-size: 14px;
  }

  /* line 442, ../sass/index/index-form.scss */
  .i-form-right {
    width: 100%;
    padding: 5px 25px;
  }
  /* line 446, ../sass/index/index-form.scss */
  .i-form-right small {
    margin-top: 30px;
    font-size: 11px;
  }
  /* line 453, ../sass/index/index-form.scss */
  .i-form-right form label {
    margin-bottom: 10px;
  }
  /* line 456, ../sass/index/index-form.scss */
  .i-form-right form label input {
    height: 45px;
    width: 100%;
    font-size: 13px;
  }
  /* line 461, ../sass/index/index-form.scss */
  .i-form-right form label input::placeholder {
    font-size: 13px;
  }
  /* line 470, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form i {
    font-size: 13px;
  }
  /* line 476, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form .check b {
    font-size: 13px;
  }
}
