

/* Start:/local/modules/ml.cookie/css/styles.css?17427977199499*/
/*!*cookies*!*/

/*!*:root {*!*/
/*!*  --transition-duration: 0.3s;*!*/
/*!*  --biege-color: #d6b469;*!*/
/*!*  --biege-dark-color: #cba655;*!*/
/*!*  --biege-light-color: #d0aa65;*!*/
/*!*  --biege-grey-color: #787878;*!*/
/*!*  --black-color: #343a40;*!*/
/*!*  --white-color: #fff;*!*/
/*!*}*!*/



/*.cookies-btn {*/
/*  min-width: 160px;*/
/*  padding: 20px;*/
/*  text-align: center;*/
/*  color: var(--white-color);*/
/*  cursor: pointer;*/
/*  font-weight: 700;*/
/*  font-size: 14px;*/
/*  line-height: 100%;*/
/*  letter-spacing: 0.42px;*/
/*  text-transform: uppercase;*/
/*  border: 1px solid;*/
/*  border-radius: 2px;*/
/*  transition: color var(--transition-duration) ease-in-out,*/
/*    border-color var(--transition-duration) ease-in-out,*/
/*    background-color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies-btn--biege {*/
/*  background-color: var(--biege-color);*/
/*  color: var(--white-color);*/
/*  border-color: var(--biege-color);*/
/*}*/

/*.cookies-btn--biege-dark {*/
/*  background-color: var(--biege-dark-color);*/
/*  border-color: var(--white-color);*/
/*  color: var(--white-color);*/
/*}*/

/*.cookies-link {*/
/*  margin-left: 20px;*/
/*  padding: 0;*/
/*  border: none;*/
/*  text-align: left;*/
/*  font-size: 16px;*/
/*  line-height: 120%;*/
/*  color: inherit;*/
/*  text-decoration: underline;*/
/*  text-decoration-style: solid;*/
/*  text-decoration-skip-ink: none;*/
/*  text-decoration-thickness: 1px;*/
/*  text-underline-offset: auto;*/
/*  text-underline-position: from-font;*/
/*  cursor: pointer;*/
/*}*/

/*.cookies-btn--white-border {*/
/*  border-radius: 0;*/
/*  border: 1px solid var(--white-color);*/
/*  background-color: var(--biege-light-color);*/
/*}*/

/*.cookies-btn--biege-border {*/
/*  border: 1px solid var(--biege-light-color);*/
/*  background-color: var(--white-color);*/
/*  color: var(--biege-color);*/
/*}*/

/*.cookies-start {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  padding-block: 32px 47px;*/
/*  background-color: var(--biege-color);*/
/*  color: var(--white-color);*/
/*  transition: opacity var(--transition-duration) ease-in-out;*/
/*  z-index: 1;*/
/*}*/

/*.cookies-start__container {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 40px;*/
/*  max-width: 1308px;*/
/*  width: 100%;*/
/*  margin: 0 auto;*/
/*  padding-inline: 20px;*/
/*}*/

/*.cookies-start__text {*/
/*  max-width: 630px;*/
/*  font-size: 16px;*/
/*  line-height: 120%;*/
/*}*/

/*.cookies-start__buttons {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*}*/

/*.cookies-start:not(.show-modal) {*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  background-color: rgba(0, 0, 0, 0.3);*/
/*  color: var(--black-color);*/
/*  z-index: 10000;*/
/*  transition: opacity var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies:not(.show-modal) {*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies:not(.show-modal) .cookies__wrapper {*/
/*  transform: translateY(100%);*/
/*}*/

/*.cookies__wrapper {*/
/*  width: 100%;*/
/*  max-width: 596px;*/
/*  max-height: calc(100% - 100px);*/
/*  padding: 36px 40px 42px;*/
/*  background-color: var(--white-color);*/
/*  overflow: auto;*/
/*  transition: transform var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies__head {*/
/*  margin-bottom: 6px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: flex-start;*/
/*  gap: 20px;*/
/*}*/

/*.cookies__title {*/
/*  align-self: center;*/
/*  font-weight: 700;*/
/*  font-size: 14px;*/
/*  line-height: 129%;*/
/*  text-transform: uppercase;*/
/*}*/

/*.cookies-close {*/
/*  padding: 0;*/
/*  border: none;*/
/*  transition: color var(--transition-duration) ease-in-out;*/
/*  cursor: pointer;*/
/*}*/

/*.cookies-close__icon {*/
/*  display: block;*/
/*  width: 24px;*/
/*  height: auto;*/
/*  aspect-ratio: 1/1;*/
/*}*/

/*.cookies-dropdown:not(:last-child) {*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*}*/

/*.cookies-dropdown__head {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 12px;*/
/*  padding-block: 20px;*/
/*  cursor: pointer;*/
/*  transition: color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies-dropdown__title {*/
/*  font-weight: 700;*/
/*  font-size: 14px;*/
/*  line-height: 129%;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies-dropdown__icon {*/
/*  display: block;*/
/*  width: 16px;*/
/*  height: auto;*/
/*  aspect-ratio: 1/1;*/
/*  margin: 0 4px 0 auto;*/
/*  color: #393836;*/
/*  transition: transform var(--transition-duration) ease-in-out;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies-dropdown__body {*/
/*  display: grid;*/
/*  grid-template-rows: 0fr;*/
/*  overflow: hidden;*/
/*  opacity: 0;*/
/*  transition: all var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies-dropdown__body-inner {*/
/*  min-height: 0;*/
/*  transition: all var(--transition-time) ease-in-out;*/
/*}*/

/*.cookies-dropdown.is-active .cookies-dropdown__icon {*/
/*  transform: rotateX(180deg);*/
/*}*/

/*.cookies-dropdown.is-active .cookies-dropdown__body {*/
/*  grid-template-rows: 1fr;*/
/*  opacity: 1;*/
/*}*/

/*.cookies__check_text {*/
/*  font-size: 14px;*/
/*  line-height: 129%;*/
/*  padding-bottom: 14px;*/
/*}*/

/*.cookies__info {*/
/*  font-size: 13px;*/
/*  line-height: 139%;*/
/*}*/

/*.cookies__check_text,*/
/*.cookies__info {*/
/*  max-width: 469px;*/
/*}*/

/*.cookies__info a {*/
/*  text-decoration: underline;*/
/*  text-decoration-style: solid;*/
/*  text-decoration-skip-ink: none;*/
/*  text-decoration-thickness: 1px;*/
/*  text-underline-offset: auto;*/
/*  text-underline-position: from-font;*/
/*}*/

/*.cookies-buttons {*/
/*  margin-top: 40px;*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, 1fr);*/
/*  gap: 16px;*/
/*}*/

/*.cookies__check {*/
/*  cursor: pointer;*/
/*}*/

/*.cookies__check_inp {*/
/*  display: none;*/
/*}*/

/*.cookies__check_sq.disabled{*/
/*  position: relative;*/
/*  display: block;*/
/*  width: 16px;*/
/*  aspect-ratio: 1/1;*/
/*  border: 1px solid var(--biege-grey-color);*/
/*  transition: background-color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies__check_sq {*/
/*  position: relative;*/
/*  display: block;*/
/*  width: 16px;*/
/*  aspect-ratio: 1/1;*/
/*  border: 1px solid var(--biege-light-color);*/
/*  transition: background-color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies__check_sq::after {*/
/*  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 7.72803L6.65685 10.3849L12.385 4.65674" stroke="white" stroke-width="1.6" stroke-linecap="round"/></svg>');*/
/*  position: absolute;*/
/*  left: -1px;*/
/*  top: -1px;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  scale: 0;*/
/*  transition: scale var(--transition-duration) ease-in-out;*/
/*  transform-origin: center;*/
/*}*/

/*.cookies__check_inp:checked ~ .cookies__check_sq.disabled {*/
/*  background-color: var(--biege-grey-color);*/
/*}*/

/*.cookies__check_inp:checked ~ .cookies__check_sq {*/
/*  background-color: var(--biege-light-color);*/
/*}*/

/*.cookies__check_inp:checked ~ .cookies__check_sq::after {*/
/*  scale: 1;*/
/*}*/

/*@media (hover: hover) and (pointer: fine) {*/
/*  .cookies-btn--biege:hover {*/
/*    border-color: var(--white-color);*/
/*  }*/

/*  .cookies-btn--biege-dark:hover {*/
/*    background-color: var(--white-color);*/
/*    color: var(--biege-dark-color);*/
/*  }*/

/*  .cookies-link:hover,*/
/*  .cookies__info a:hover {*/
/*    text-decoration: none;*/
/*  }*/

/*  .cookies-close:hover {*/
/*    color: var(--biege-color);*/
/*  }*/

/*  .cookies-btn--white-border:hover {*/
/*    border-color: var(--biege-light-color);*/
/*    background-color: var(--white-color);*/
/*    color: var(--biege-light-color);*/
/*  }*/

/*  .cookies-btn--biege-border:hover {*/
/*    background-color: var(--biege-light-color);*/
/*    color: var(--white-color);*/
/*  }*/

/*  .cookies-dropdown__head:hover {*/
/*    color: var(--biege-color);*/
/*  }*/

/*  .cookies__check:hover .cookies__check_sq {*/
/*    background-color: var(--biege-color);*/
/*  }*/
/*}*/

/*@media (max-width: 1280px) {*/
/*  .cookies-start {*/
/*    padding-block: 30px;*/
/*  }*/

/*  .cookies-start__container {*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*  }*/

/*  .cookies-start__text {*/
/*    max-width: 100%;*/
/*  }*/

/*  .cookies-start__buttons {*/
/*    gap: 20px;*/
/*  }*/

/*  .cookies-btn {*/
/*    padding: 17px;*/
/*  }*/

/*  .cookies-link {*/
/*    margin-left: 0;*/
/*  }*/
/*}*/

/*@media (max-width: 500px) {*/
/*  .cookies-start {*/
/*    padding-block: 20px;*/
/*  }*/

/*  .cookies-start__text {*/
/*    font-size: 15px;*/
/*    line-height: 130%;*/
/*  }*/

/*  .cookies-start__buttons {*/
/*    width: 100%;*/
/*    flex-direction: column;*/
/*    align-items: stretch;*/
/*    gap: 10px;*/
/*  }*/

/*  .cookies-btn {*/
/*    padding: 13px;*/
/*    font-size: 12px;*/
/*  }*/

/*  .cookies-link {*/
/*    font-size: 15px;*/
/*    margin-top: 10px;*/
/*    text-align: center;*/
/*  }*/

/*  .cookies__wrapper {*/
/*    min-height: 100%;*/
/*    padding-inline: 20px;*/
/*  }*/

/*  .cookies-buttons {*/
/*    grid-template-columns: 1fr;*/
/*    gap: 10px;*/
/*  }*/
/*}*/

/* End */


/* Start:/local/templates/a-100art/components/bitrix/menu/art_top_menu/style.min.css?17423822902111*/
ul#vertical-multilevel-menu,#vertical-multilevel-menu ul{margin:0;padding:0;list-style:none;width:214px;font-size:12px}#vertical-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;border:1px solid #c1c1c1;border-bottom:0;width:200px}#vertical-multilevel-menu li a{display:block;text-decoration:none;color:#4f4f4f;font-weight:bold;padding:5px;background:#f5f5f5;border-bottom:1px solid #c1c1c1}#vertical-multilevel-menu li a.item-selected{background-color:#d6d6d6}#vertical-multilevel-menu li a:hover{background-color:#d6d6d6}#vertical-multilevel-menu a.root-item{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a url(/local/templates/a-100art/components/bitrix/menu/art_top_menu/images/item_bg.gif) 0 0 no-repeat;border:0;box-sizing:border-box;-moz-box-sizing:border-box}#vertical-multilevel-menu a.root-item:hover,#vertical-multilevel-menu a.root-item-selected:hover{background:#61656a url(/local/templates/a-100art/components/bitrix/menu/art_top_menu/images/item_bg.gif) 0 -26px no-repeat}#vertical-multilevel-menu a.root-item-selected{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a url(/local/templates/a-100art/components/bitrix/menu/art_top_menu/images/item_bg.gif) 0 -26px no-repeat;border:0;box-sizing:border-box;-moz-box-sizing:border-box}#vertical-multilevel-menu a.parent{background:#f5f5f5 url(/local/templates/a-100art/components/bitrix/menu/art_top_menu/images/arrow.gif) center right no-repeat;padding-right:10px}#vertical-multilevel-menu a.denied{background:#f5f5f5 url(/local/templates/a-100art/components/bitrix/menu/art_top_menu/images/lock.gif) center right no-repeat;color:#ddd;padding-right:10px}/*\*/* html ul#vertical-multilevel-menu li{float:left;height:1%}* html ul#vertical-multilevel-menu li a{height:1%}/**/#vertical-multilevel-menu li ul.root-item{margin:-27px 0 0 210px}#vertical-multilevel-menu li ul{margin:-27px 0 0 133px}#vertical-multilevel-menu li:hover ul ul,#vertical-multilevel-menu li.jsvhover ul ul,#vertical-multilevel-menu li:hover ul ul ul,#vertical-multilevel-menu li.jsvhover ul ul ul{display:none}#vertical-multilevel-menu li:hover ul,#vertical-multilevel-menu li.jsvhover ul,#vertical-multilevel-menu li li:hover ul,#vertical-multilevel-menu li li.jsvhover ul,#vertical-multilevel-menu li li li:hover ul,#vertical-multilevel-menu li li li.jsvhover ul{display:block}
/* End */


/* Start:/local/templates/a-100art/components/bitrix/menu/art_bottom_menu/style.min.css?17423822902111*/
ul#vertical-multilevel-menu,#vertical-multilevel-menu ul{margin:0;padding:0;list-style:none;width:214px;font-size:12px}#vertical-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;border:1px solid #c1c1c1;border-bottom:0;width:200px}#vertical-multilevel-menu li a{display:block;text-decoration:none;color:#4f4f4f;font-weight:bold;padding:5px;background:#f5f5f5;border-bottom:1px solid #c1c1c1}#vertical-multilevel-menu li a.item-selected{background-color:#d6d6d6}#vertical-multilevel-menu li a:hover{background-color:#d6d6d6}#vertical-multilevel-menu a.root-item{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a url(/local/templates/a-100art/components/bitrix/menu/art_bottom_menu/images/item_bg.gif) 0 0 no-repeat;border:0;box-sizing:border-box;-moz-box-sizing:border-box}#vertical-multilevel-menu a.root-item:hover,#vertical-multilevel-menu a.root-item-selected:hover{background:#61656a url(/local/templates/a-100art/components/bitrix/menu/art_bottom_menu/images/item_bg.gif) 0 -26px no-repeat}#vertical-multilevel-menu a.root-item-selected{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a url(/local/templates/a-100art/components/bitrix/menu/art_bottom_menu/images/item_bg.gif) 0 -26px no-repeat;border:0;box-sizing:border-box;-moz-box-sizing:border-box}#vertical-multilevel-menu a.parent{background:#f5f5f5 url(/local/templates/a-100art/components/bitrix/menu/art_bottom_menu/images/arrow.gif) center right no-repeat;padding-right:10px}#vertical-multilevel-menu a.denied{background:#f5f5f5 url(/local/templates/a-100art/components/bitrix/menu/art_bottom_menu/images/lock.gif) center right no-repeat;color:#ddd;padding-right:10px}/*\*/* html ul#vertical-multilevel-menu li{float:left;height:1%}* html ul#vertical-multilevel-menu li a{height:1%}/**/#vertical-multilevel-menu li ul.root-item{margin:-27px 0 0 210px}#vertical-multilevel-menu li ul{margin:-27px 0 0 133px}#vertical-multilevel-menu li:hover ul ul,#vertical-multilevel-menu li.jsvhover ul ul,#vertical-multilevel-menu li:hover ul ul ul,#vertical-multilevel-menu li.jsvhover ul ul ul{display:none}#vertical-multilevel-menu li:hover ul,#vertical-multilevel-menu li.jsvhover ul,#vertical-multilevel-menu li li:hover ul,#vertical-multilevel-menu li li.jsvhover ul,#vertical-multilevel-menu li li li:hover ul,#vertical-multilevel-menu li li li.jsvhover ul{display:block}
/* End */


/* Start:/local/templates/a-100art/css/template_main.css?1742819075435953*/
@charset "UTF-8";
/*---------------------------------------------------------------FONTS---------------------------------------------------------------*/
@font-face {
    font-family: "roboto";
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url("/local/templates/a-100art/css/../fonts/roboto/RobotoLight/RobotoLight.woff2") format("woff2"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoLight/RobotoLight.woff") format("woff"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoLight/RobotoLight.ttf") format("truetype"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoLight/RobotoLight.eot"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype");
}

@font-face {
    font-family: "roboto";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/local/templates/a-100art/css/../fonts/roboto/RobotoRegular/RobotoRegular.woff2") format("woff2"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoRegular/RobotoRegular.woff") format("woff"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoRegular/RobotoRegular.ttf") format("truetype"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoRegular/RobotoRegular.eot"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype");
}

@font-face {
    font-family: "roboto";
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url("/local/templates/a-100art/css/../fonts/roboto/RobotoMedium/RobotoMedium.woff2") format("woff2"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoMedium/RobotoMedium.woff") format("woff"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoMedium/RobotoMedium.ttf") format("truetype"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoMedium/RobotoMedium.eot"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype");
}

@font-face {
    font-family: "roboto";
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url("/local/templates/a-100art/css/../fonts/roboto/RobotoBold/RobotoBold.woff2") format("woff2"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoBold/RobotoBold.woff") format("woff"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoBold/RobotoBold.ttf") format("truetype"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoBold/RobotoBold.eot");
}

@font-face {
    font-family: "roboto";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/local/templates/a-100art/css/../fonts/roboto/RobotoBlack/robotoblack.woff2") format("woff2"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoBlack/robotoblack.woff") format("woff"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoBlack/robotoblack.ttf") format("truetype"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoBlack/robotoblack.eot?#iefix") format("embedded-opentype"), url("/local/templates/a-100art/css/../fonts/roboto/RobotoBlack/robotoblack.eot");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/local/templates/a-100art/css/../fonts/proxima/regular/ProximaNova-Regular.ttf") format("truetype"), url("/local/templates/a-100art/css/../fonts/proxima/regular/ProximaNova-Regular.eot");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url("/local/templates/a-100art/css/../fonts/proxima/bold/ProximaNova-Bold.woff") format("woff"), url("/local/templates/a-100art/css/../fonts/proxima/bold/ProximaNova-Bold.ttf") format("truetype"), url("/local/templates/a-100art/css/../fonts/proxima/bold/ProximaNova-Bold.eot");
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 2, dev/sass/utils/_reset.scss */
button, hr, input {
    overflow: visible;
}

/* line 5, dev/sass/utils/_reset.scss */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 10, dev/sass/utils/_reset.scss */
a, audio, canvas, progress, video {
    display: inline-block;
}

/* line 14, dev/sass/utils/_reset.scss */
progress, sub, sup {
    vertical-align: baseline;
}

/* line 18, dev/sass/utils/_reset.scss */
[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/* line 23, dev/sass/utils/_reset.scss */
*, body {
    margin: 0;
}

/* line 27, dev/sass/utils/_reset.scss */
*, legend {
    padding: 0;
}

/* line 31, dev/sass/utils/_reset.scss */
*, :active, :focus, :hover, :visited {
    outline: 0;
}

/* line 35, dev/sass/utils/_reset.scss */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* line 40, dev/sass/utils/_reset.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}

/* line 45, dev/sass/utils/_reset.scss */
figure {
    margin: 1em 40px;
}

/* line 49, dev/sass/utils/_reset.scss */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/* line 54, dev/sass/utils/_reset.scss */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* line 59, dev/sass/utils/_reset.scss */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/* line 64, dev/sass/utils/_reset.scss */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/* line 70, dev/sass/utils/_reset.scss */
b, strong {
    font-weight: bold;
}

/* line 74, dev/sass/utils/_reset.scss */
dfn {
    font-style: italic;
}

/* line 78, dev/sass/utils/_reset.scss */
mark {
    background-color: #ff0;
    color: #000;
}

/* line 83, dev/sass/utils/_reset.scss */
small {
    font-size: 80%;
}

/* line 87, dev/sass/utils/_reset.scss */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

/* line 93, dev/sass/utils/_reset.scss */
sub {
    bottom: -.25em;
}

/* line 97, dev/sass/utils/_reset.scss */
sup {
    top: -.5em;
}

/* line 101, dev/sass/utils/_reset.scss */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* line 106, dev/sass/utils/_reset.scss */
img {
    border-style: none;
}

/* line 110, dev/sass/utils/_reset.scss */
svg:not(:root) {
    overflow: hidden;
}

/* line 114, dev/sass/utils/_reset.scss */
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/* line 121, dev/sass/utils/_reset.scss */
button, select {
    text-transform: none;
}

/* line 125, dev/sass/utils/_reset.scss */
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

/* line 129, dev/sass/utils/_reset.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/* line 134, dev/sass/utils/_reset.scss */
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

/* line 138, dev/sass/utils/_reset.scss */
fieldset {
    padding: .35em .75em .625em;
}

/* line 142, dev/sass/utils/_reset.scss */
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

/* line 149, dev/sass/utils/_reset.scss */
textarea {
    overflow: auto;
}

/* line 153, dev/sass/utils/_reset.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

/* line 157, dev/sass/utils/_reset.scss */
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/* line 162, dev/sass/utils/_reset.scss */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* line 166, dev/sass/utils/_reset.scss */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* line 171, dev/sass/utils/_reset.scss */
summary {
    display: list-item;
}

/* line 175, dev/sass/utils/_reset.scss */
[hidden], template {
    display: none;
}

/* line 179, dev/sass/utils/_reset.scss */
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

/* line 184, dev/sass/utils/_reset.scss */
.flex-center, .flex-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
}

/* line 191, dev/sass/utils/_reset.scss */
.clearfix:after {
    clear: both;
}

/* line 195, dev/sass/utils/_reset.scss */
ul > li {
    list-style: none;
}

/* line 199, dev/sass/utils/_reset.scss */
ul {
    padding-left: 0;
}

/* line 204, dev/sass/utils/_reset.scss */
input, select, button {
    outline: none;
}

/* line 208, dev/sass/utils/_reset.scss */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* line 214, dev/sass/utils/_reset.scss */
h1, h2, h3, h4, h5, p {
    margin: 0;
}

/* line 5, dev/sass/utils/variables.scss */
:root {
    --headerWidth: 295px;
}

/* line 7, dev/sass/utils/common.scss */
.col-1 {
    width: 8.33333%;
}

/* line 7, dev/sass/utils/common.scss */
.col-2 {
    width: 16.66667%;
}

/* line 7, dev/sass/utils/common.scss */
.col-3 {
    width: 25%;
}

/* line 7, dev/sass/utils/common.scss */
.col-4 {
    width: 33.33333%;
}

/* line 7, dev/sass/utils/common.scss */
.col-5 {
    width: 41.66667%;
}

/* line 7, dev/sass/utils/common.scss */
.col-6 {
    width: 50%;
}

/* line 7, dev/sass/utils/common.scss */
.col-7 {
    width: 58.33333%;
}

/* line 7, dev/sass/utils/common.scss */
.col-8 {
    width: 66.66667%;
}

/* line 7, dev/sass/utils/common.scss */
.col-9 {
    width: 75%;
}

/* line 7, dev/sass/utils/common.scss */
.col-10 {
    width: 83.33333%;
}

/* line 7, dev/sass/utils/common.scss */
.col-11 {
    width: 91.66667%;
}

/* line 7, dev/sass/utils/common.scss */
.col-12 {
    width: 100%;
}

/* line 12, dev/sass/utils/common.scss */
html {
    overflow-x: hidden;
    height: 100%;
}

/* line 18, dev/sass/utils/common.scss */
body {
    font-family: "roboto";
    font-weight: 400;
    overflow: visible;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 1.4em;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1440px) {
    /* line 18, dev/sass/utils/common.scss */
    body {
        font-size: 16px;
    }
}

/* line 34, dev/sass/utils/common.scss */
/*main {*/
/*    width: calc(100% - var(--headerWidth));*/
/*    margin-left: auto;*/
/*    position: relative;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-flex-wrap: wrap;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    -webkit-box-align: start;*/
/*    -webkit-align-items: flex-start;*/
/*    -ms-flex-align: start;*/
/*    align-items: flex-start;*/
/*    margin-bottom: auto;*/
/*}*/

@media screen and (max-width: 1180px) {
    /* line 34, dev/sass/utils/common.scss */
    main {
        width: 100%;
    }
}

/* line 48, dev/sass/utils/common.scss */
a {
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    line-height: 1.4em;
    color: #55555B;
}

/* line 55, dev/sass/utils/common.scss */
img {
    max-width: 100%;
}

/* line 59, dev/sass/utils/common.scss */
.tabs__content {
    display: none;
    /* по умолчанию прячем все блоки */
}

/* line 64, dev/sass/utils/common.scss */
.tabs__content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* по умолчанию показываем нужный блок */
}

/* line 70, dev/sass/utils/common.scss */
.container {
    margin: 0 auto;
    width: 100%;
}

/* line 1, dev/sass/utils/dump.scss */
.icon {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 1600px) {
    /* line 6, dev/sass/utils/dump.scss */
    .hide-lg {
        display: none !important;
    }
}

@media screen and (max-width: 1440px) {
    /* line 12, dev/sass/utils/dump.scss */
    .hide-md {
        display: none !important;
    }
}

@media screen and (max-width: 1180px) {
    /* line 18, dev/sass/utils/dump.scss */
    .hide-xmd {
        display: none !important;
    }
}

@media screen and (max-width: 990px) {
    /* line 24, dev/sass/utils/dump.scss */
    .hide-sm {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    /* line 30, dev/sass/utils/dump.scss */
    .hide-xs {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    /* line 36, dev/sass/utils/dump.scss */
    .hide-xxs {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    /* line 42, dev/sass/utils/dump.scss */
    .hide-xxxs {
        display: none !important;
    }
}

/* line 47, dev/sass/utils/dump.scss */
[data-tab] {
    display: none;
}

/* line 49, dev/sass/utils/dump.scss */
[data-tab].active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 54, dev/sass/utils/dump.scss */
.social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 58, dev/sass/utils/dump.scss */
.social-links a {
    padding: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* line 63, dev/sass/utils/dump.scss */
.social-links a:hover .icon {
    fill: #74BB20;
}

/* line 69, dev/sass/utils/dump.scss */
.social-links .icon {
    width: 16px;
    height: 16px;
    fill: #282929;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 76, dev/sass/utils/dump.scss */
h1, .h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
}

/* line 83, dev/sass/utils/dump.scss */
.h2, h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #55555B;
}

@media screen and (max-width: 600px) {
    /* line 83, dev/sass/utils/dump.scss */
    .h2, h2 {
        font-size: 24px;
    }
}

/* line 93, dev/sass/utils/dump.scss */
.h3, h3 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #4D4D4F;
}

@media screen and (max-width: 600px) {
    /* line 93, dev/sass/utils/dump.scss */
    .h3, h3 {
        font-size: 18px;
    }
}

/* line 102, dev/sass/utils/dump.scss */
.page-zag {
    width: 100%;
    padding: 30px 50px;
    border-left: 1px solid #EEEEEE;
}

@media screen and (max-width: 1440px) {
    /* line 102, dev/sass/utils/dump.scss */
    .page-zag {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 102, dev/sass/utils/dump.scss */
    .page-zag {
        padding: 15px;
    }
}

/* line 114, dev/sass/utils/dump.scss */
.container-padding {
    padding: 0 100px 0 50px;
    border-left: 1px solid #EEEEEE;
}

@media screen and (max-width: 1440px) {
    /* line 114, dev/sass/utils/dump.scss */
    .container-padding {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 114, dev/sass/utils/dump.scss */
    .container-padding {
        padding: 0 15px;
        border-left: 0;
    }
}

/* line 125, dev/sass/utils/dump.scss */
iframe {
    width: 100%;
    height: 700px;
    margin-bottom: 40px;
}

/* line 129, dev/sass/utils/dump.scss */
iframe .content-wrapper {
    width: 100% !important;
}

@media screen and (max-width: 990px) {
    /* line 125, dev/sass/utils/dump.scss */
    iframe {
        margin-bottom: 20px;
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    /* line 125, dev/sass/utils/dump.scss */
    iframe {
        margin-bottom: 10px;
        height: 200px;
    }
}

/* line 141, dev/sass/utils/dump.scss */
.video {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
    /* line 141, dev/sass/utils/dump.scss */
    .video {
        margin-bottom: 10px;
    }
}

/* line 150, dev/sass/utils/dump.scss */
.video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    z-index: 10;
}

/* line 162, dev/sass/utils/dump.scss */
.video-play:hover .icon {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* line 166, dev/sass/utils/dump.scss */
.video-play.play {
    opacity: 0;
    pointer-events: none;
}

/* line 170, dev/sass/utils/dump.scss */
.video-play .icon {
    width: 85px;
    height: 85px;
    fill: rgba(255, 255, 255, 0.8);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 178, dev/sass/utils/dump.scss */
.video video {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 !important;
}

/* line 184, dev/sass/utils/dump.scss */
.video video:-webkit-full-page-media {
    margin: 0 !important;
}

/* line 189, dev/sass/utils/dump.scss */
.scroll--up {
    background-color: #74BB20;
    padding: 17px 10px;
    position: fixed;
    right: -50px;
    bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
}

@media screen and (max-width: 600px) {
    /* line 189, dev/sass/utils/dump.scss */
    .scroll--up {
        bottom: 15px;
        padding: 10px 5px;
    }
}

/* line 204, dev/sass/utils/dump.scss */
.scroll--up.visible {
    opacity: 1;
    pointer-events: auto;
    right: 20px;
}

@media screen and (max-width: 600px) {
    /* line 204, dev/sass/utils/dump.scss */
    .scroll--up.visible {
        right: 15px;
    }
}

/* line 212, dev/sass/utils/dump.scss */
.scroll--up:hover {
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.18);
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.18);
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

/* line 216, dev/sass/utils/dump.scss */
.scroll--up .icon {
    fill: transparent;
    stroke: #fff;
    display: block;
}

/* line 220, dev/sass/utils/dump.scss */
.scroll--up .icon-scroll--up__ar {
    margin-bottom: 10px;
    height: 33px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: scrollUp;
    animation-name: scrollUp;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 600px) {
    /* line 220, dev/sass/utils/dump.scss */
    .scroll--up .icon-scroll--up__ar {
        height: 20px;
    }
}

/* line 231, dev/sass/utils/dump.scss */
.scroll--up .icon-scroll--up__mouse {
    width: 15px;
    height: 20px;
    margin: 0 auto;
}

@-webkit-keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* line 251, dev/sass/utils/dump.scss */
.readmore {
    position: relative;
    height: 200px;
    margin: 0 0 20px;
    overflow: hidden;
    z-index: 0;
}

/* line 257, dev/sass/utils/dump.scss */
.readmore::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-image: -webkit-linear-gradient(bottom, #fff 43px, transparent);
    background-image: -o-linear-gradient(bottom, #fff 43px, transparent);
    background-image: linear-gradient(0deg, #fff 43px, transparent);
    z-index: 10;
    pointer-events: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/* line 270, dev/sass/utils/dump.scss */
.readmore-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    overflow: hidden;
}

/* line 277, dev/sass/utils/dump.scss */
.readmore-btn::before {
    display: block;
    content: attr(data-before);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    text-align: center;
}

/* line 284, dev/sass/utils/dump.scss */
.readmore-btn::after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    content: attr(data-after);
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    text-align: center;
}

/* line 296, dev/sass/utils/dump.scss */
.readmore--open {
    padding-bottom: 63px !important;
}

@media screen and (max-width: 600px) {
    /* line 296, dev/sass/utils/dump.scss */
    .readmore--open {
        padding-bottom: 51px !important;
    }
}

/* line 301, dev/sass/utils/dump.scss */
.readmore--open::before {
    opacity: 0;
}

/* line 305, dev/sass/utils/dump.scss */
.readmore--open .readmore-btn::before {
    -webkit-transform: translateY(calc(-100% - 20px));
    -ms-transform: translateY(calc(-100% - 20px));
    transform: translateY(calc(-100% - 20px));
}

/* line 308, dev/sass/utils/dump.scss */
.readmore--open .readmore-btn::after {
    -webkit-transform: translateY(calc(-100% - 10px));
    -ms-transform: translateY(calc(-100% - 10px));
    transform: translateY(calc(-100% - 10px));
}

@media screen and (max-width: 600px) {
    /* line 308, dev/sass/utils/dump.scss */
    .readmore--open .readmore-btn::after {
        -webkit-transform: translateY(calc(-100% - 5px));
        -ms-transform: translateY(calc(-100% - 5px));
        transform: translateY(calc(-100% - 5px));
    }
}

/* line 1, dev/sass/utils/btn.scss */
.btn {
    font-size: 15px;
    padding: 10px;
    letter-spacing: -0.01em;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/utils/btn.scss */
    .btn {
        padding: 5px 8px;
        font-size: 14px;
    }
}

/* line 11, dev/sass/utils/btn.scss */
.btn-green {
    border: 1px solid #74BB20;
    background-color: #74BB20;
    color: #fff;
}

/* line 15, dev/sass/utils/btn.scss */
.btn-green:hover {
    color: #74BB20;
    background-color: #fff;
}

/* line 20, dev/sass/utils/btn.scss */
.btn-border {
    background-color: white;
    border: 1px solid #74BB20;
    color: #74BB20;
}

/* line 24, dev/sass/utils/btn.scss */
.btn-border:hover {
    color: white;
    background-color: #74BB20;
}

/* line 29, dev/sass/utils/btn.scss */
.btn-img {
    text-transform: uppercase;
}

/* line 31, dev/sass/utils/btn.scss */
.btn-img .icon {
    width: 12px;
    fill: #fff;
    height: 10px;
    margin-right: 10px;
    margin-top: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 40, dev/sass/utils/btn.scss */
.btn-img:hover .icon {
    fill: #74BB20;
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
}

/* line 47, dev/sass/utils/btn.scss */
.btn-black {
    border: 1px solid #55555B;
}

/* line 50, dev/sass/utils/btn.scss */
.btn-uppercase {
    text-transform: uppercase;
}

/* line 53, dev/sass/utils/btn.scss */
.btn--sbmt {
    border: 1px solid #74BB20;
    background-color: #fff;
    padding: 13px 23px;
    color: #333333;
    opacity: 0.8;
    font-size: 18px;
    letter-spacing: -0.01em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

/* line 66, dev/sass/utils/btn.scss */
.btn--sbmt::before {
    content: attr(data-before);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    top: 0px;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}

/* line 73, dev/sass/utils/btn.scss */
.btn--sbmt::after {
    content: attr(data-after);
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: skew(5deg, 5deg);
    -ms-transform: skew(5deg, 5deg);
    transform: skew(5deg, 5deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (min-width: 990px) {
    /* line 88, dev/sass/utils/btn.scss */
    .btn--sbmt:hover {
        border-color: #55555B;
    }
    /* line 91, dev/sass/utils/btn.scss */
    .btn--sbmt:hover::before {
        top: -20px;
        -webkit-transform: skew(15deg, 15deg);
        -ms-transform: skew(15deg, 15deg);
        transform: skew(15deg, 15deg);
        opacity: 0;
    }
    /* line 96, dev/sass/utils/btn.scss */
    .btn--sbmt:hover::after {
        top: 0;
        -webkit-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        color: #333333;
    }
}

/* line 103, dev/sass/utils/btn.scss */
.btn--sbmt.off {
    border-color: #55555B;
}

/* line 105, dev/sass/utils/btn.scss */
.btn--sbmt.off::before {
    top: -20px;
    -webkit-transform: skew(15deg, 15deg);
    -ms-transform: skew(15deg, 15deg);
    transform: skew(15deg, 15deg);
}

/* line 109, dev/sass/utils/btn.scss */
.btn--sbmt.off::after {
    top: 0;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    background-color: #74BB20;
}

@media screen and (min-width: 990px) {
    /* line 116, dev/sass/utils/btn.scss */
    .btn--sbmt.off:hover::after {
        background-color: #fff;
    }
}

/* line 123, dev/sass/utils/btn.scss */
.btn-up {
    text-transform: uppercase;
}

/* line 126, dev/sass/utils/btn.scss */
.btn-lg {
    padding: 16px 40px;
}

@media screen and (max-width: 1180px) {
    /* line 126, dev/sass/utils/btn.scss */
    .btn-lg {
        padding: 10px 20px;
    }
}

/* line 133, dev/sass/utils/btn.scss */
.btn-back {
    width: 57px;
    height: 52px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 143, dev/sass/utils/btn.scss */
.btn-back:hover {
    background-color: #fff;
}

/* line 145, dev/sass/utils/btn.scss */
.btn-back:hover .icon {
    fill: #55555B;
}

/* line 149, dev/sass/utils/btn.scss */
.btn-back .icon {
    width: 13px;
    height: 10px;
    fill: #fff;
}

/* line 157, dev/sass/utils/btn.scss */
.link-wArrow {
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    padding-top: 9px;
    margin-top: 15px;
    position: relative;
}

/* line 164, dev/sass/utils/btn.scss */
.link-wArrow:hover {
    color: #74BB20;
}

/* line 166, dev/sass/utils/btn.scss */
.link-wArrow:hover::before {
    width: calc(100% + 30px);
    background-color: #74BB20;
}

/* line 170, dev/sass/utils/btn.scss */
.link-wArrow:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    left: calc(100% + 10px);
}

/* line 176, dev/sass/utils/btn.scss */
.link-wArrow::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #55555B;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 187, dev/sass/utils/btn.scss */
.link-wArrow::after {
    content: '';
    width: 20px;
    height: 10px;
    position: absolute;
    top: 13px;
    left: calc(100% + 5px);
    background-image: url(/local/templates/a-100art/css/../img/svg/ar-r-long.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
    opacity: 0;
}

/* line 3, dev/sass/modules/mp/mp-ms.scss */
.mp-ms {
    width: 100%;
    margin-left: -4px;
}

@media screen and (max-width: 1180px) {
    /* line 3, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms {
        margin-left: 0;
    }
}

/* line 9, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__container {
    height: 100vh;
}

@media screen and (max-width: 1180px) {
    /* line 9, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__container {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    /* line 9, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__container {
        padding: 0 15px;
    }
}

/* line 18, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item {
    float: left;
    height: 50%;
    width: calc(100% / 3);
    position: relative;
    padding: 4px;
    overflow: hidden;
}

@media screen and (max-width: 1180px) {
    /* line 18, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item {
        padding-bottom: calc(25% - 4px);
    }
}

@media screen and (max-width: 990px) {
    /* line 18, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item {
        width: 50%;
        padding-bottom: calc(50% - 2.5px);
    }
}

@media screen and (max-width: 600px) {
    /* line 18, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item {
        width: 100%;
        padding-bottom: 0%;
    }
}

/* line 36, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item-name {
    position: absolute;
    width: calc(100% - 8px);
    padding: 22px 35px;
    left: 4px;
    top: 4px;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FEFEFE;
    z-index: 2;
}

@media screen and (max-width: 600px) {
    /* line 36, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item-name {
        padding: 20px 25px;
        font-size: 18px;
        left: 0;
        width: 100%;
        position: relative;
    }
}

/* line 55, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item-desc {
    position: absolute;
    width: calc(100% - 8px);
    color: #FEFEFE;
    z-index: 2;
    left: 4px;
    padding: 35px;
    opacity: 0;
    visibility: hidden;
    bottom: -100px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

@media screen and (max-width: 1180px) {
    /* line 55, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item-desc {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 55, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item-desc {
        padding: 20px 25px;
        position: relative;
        font-size: 12px;
        left: 0;
        width: 100%;
        padding-top: 0;
    }
}

/* line 80, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item .bg {
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    overflow: hidden;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    /* line 80, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item .bg {
        width: 100%;
        left: 0;
    }
}

/* line 92, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item .bg::before {
    content: '';
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 1180px) {
    /* line 92, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item .bg::before {
        background-color: rgba(0, 0, 0, 0.3);
    }
}

/* line 104, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item .bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    max-width: 1000%;
    z-index: 1;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 119, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item:hover .bg::before {
    background-color: rgba(0, 0, 0, 0.3);
}

/* line 122, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item:hover .bg img {
    -webkit-transform: scale(1.05) translateX(-48%) translateY(-50%);
    -ms-transform: scale(1.05) translateX(-48%) translateY(-50%);
    transform: scale(1.05) translateX(-48%) translateY(-50%);
}

/* line 126, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item:hover .mp-ms__item-desc {
    bottom: 4px;
    opacity: 1;
    visibility: visible;
}

/* line 132, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item--wh2 {
    height: 100%;
    width: calc(100% / 3);
}

@media screen and (max-width: 1180px) {
    /* line 132, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--wh2 {
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 990px) {
    /* line 132, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--wh2 {
        padding-bottom: 100%;
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 132, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--wh2 {
        width: 100%;
        padding-bottom: 0%;
    }
}

/* line 147, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item--ww2 {
    width: 66.66%;
    height: 50%;
}

/* line 150, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item--ww2 .mp-ms__item-name {
    width: 50%;
}

@media screen and (max-width: 600px) {
    /* line 150, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--ww2 .mp-ms__item-name {
        width: 100%;
    }
}

@media screen and (max-width: 1180px) {
    /* line 147, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--ww2 {
        padding-bottom: 25%;
        height: auto;
    }
}

@media screen and (max-width: 990px) {
    /* line 147, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--ww2 {
        width: 100%;
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 147, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--ww2 {
        padding-bottom: 0;
    }
}

/* line 1, dev/sass/modules/mp/mp-news.scss */
.mp-news {
    margin-top: -4px;
    border-left: 1px solid #ededed;
}

/* line 4, dev/sass/modules/mp/mp-news.scss */
.mp-news__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* line 9, dev/sass/modules/mp/mp-news.scss */
.mp-news__main {
    width: 60%;
    padding: 64px 45px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1440px) {
    /* line 9, dev/sass/modules/mp/mp-news.scss */
    .mp-news__main {
        padding: 40px 25px 0;
    }
}

@media screen and (max-width: 990px) {
    /* line 9, dev/sass/modules/mp/mp-news.scss */
    .mp-news__main {
        width: 100%;
        padding: 40px 15px 0;
    }
}

/* line 23, dev/sass/modules/mp/mp-news.scss */
.mp-news__main .news-item__more {
    display: none;
    padding-top: 15px;
    padding-bottom: 80px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 23, dev/sass/modules/mp/mp-news.scss */
    .mp-news__main .news-item__more {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 33, dev/sass/modules/mp/mp-news.scss */
.mp-news__main .news-item__more a {
    width: 100%;
    text-align: center;
}

/* line 39, dev/sass/modules/mp/mp-news.scss */
.mp-news__sidebar {
    width: 40%;
    padding: 80px 60px 70px;
    border-left: 1px solid #E0E0E0;
    margin-top: 15px;
}

@media screen and (max-width: 1440px) {
    /* line 39, dev/sass/modules/mp/mp-news.scss */
    .mp-news__sidebar {
        padding: 40px;
    }
}

@media screen and (max-width: 990px) {
    /* line 39, dev/sass/modules/mp/mp-news.scss */
    .mp-news__sidebar {
        width: 100%;
        border-top: 1px solid #E0E0E0;
        border-left: 0px solid #E0E0E0;
        padding: 40px 15px;
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 39, dev/sass/modules/mp/mp-news.scss */
    .mp-news__sidebar {
        display: none;
    }
}

/* line 58, dev/sass/modules/mp/mp-news.scss */
.mp-news__zag {
    margin-bottom: 35px;
    width: 100%;
}

/* line 61, dev/sass/modules/mp/mp-news.scss */
.mp-news__zag .h2, .mp-news__zag h2 {
    width: 100%;
}

/* line 67, dev/sass/modules/mp/mp-news.scss */
.news-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* line 73, dev/sass/modules/mp/mp-news.scss */
.news-container-mh {
    min-height: 100vh;
}

@media screen and (max-width: 1180px) {
    /* line 73, dev/sass/modules/mp/mp-news.scss */
    .news-container-mh {
        min-height: 1px;
    }
}

/* line 1, dev/sass/modules/mp/mp-contact.scss */
.mp-contact {
    width: 100%;
    position: relative;
}

/* line 4, dev/sass/modules/mp/mp-contact.scss */
.mp-contact #mp-contact__map {
    height: 730px;
    width: 100%;
}

/* line 7, dev/sass/modules/mp/mp-contact.scss */
.mp-contact #mp-contact__map .ymaps-2-1-75-image {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 10, dev/sass/modules/mp/mp-contact.scss */
.mp-contact #mp-contact__map ymaps {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 14, dev/sass/modules/mp/mp-contact.scss */
.mp-contact #mp-contact__map [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale") !important;
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%) !important;
    /* Chrome 19+ & Safari 6+ */
}

/* line 21, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__content {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 45px 60px;
    width: 680px;
}

@media screen and (max-width: 1440px) {
    /* line 21, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__content {
        width: 500px;
        padding: 25px;
    }
}

/* line 40, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item {
    border-bottom: 1px solid #E0E0E0;
}

/* line 42, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item:last-child {
    border-bottom: 0;
}

/* line 45, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4F4F4F;
    opacity: 0.8;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    /* line 45, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__item-name {
        padding: 15px 0;
    }
}

/* line 59, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-name .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 20px;
    height: 20px;
}

/* line 66, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content {
    display: none;
    padding-right: 80px;
}

@media screen and (max-width: 1440px) {
    /* line 66, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__item-content {
        padding-right: 50px;
    }
}

/* line 72, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content .name {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #333333;
    opacity: 0.8;
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
    /* line 72, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__item-content .name {
        margin-bottom: 15px;
        font-size: 16px;
    }
}

/* line 85, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content p {
    font-size: 16px;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
    /* line 85, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__item-content p {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

/* line 95, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content a[href*=tel] {
    color: #55555B;
    opacity: 0.8;
    margin-right: 10px;
    text-decoration: underline;
}

/* line 100, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content a[href*=tel]:hover {
    color: #74BB20;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

/* line 105, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content .top-border {
    font-size: 15px;
    text-transform: uppercase;
    color: #55555B;
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #55555B;
}

/* line 112, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content .top-border:hover {
    border-color: #74BB20;
    color: #74BB20;
}

/* line 121, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item.open .mp-contact__item-name .icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* line 130, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob {
    display: none;
}

@media screen and (max-width: 800px) {
    /* line 130, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact-mob {
        display: block;
    }
}

/* line 135, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob .h2, .mp-contact-mob h2 {
    text-align: center;
    margin-bottom: 35px;
}

/* line 139, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob #mp-contact-mob__map {
    width: 100%;
    height: 450px;
    background-color: #74BB20;
}

/* line 143, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob #mp-contact-mob__map .ymaps-2-1-75-image {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 146, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob #mp-contact-mob__map ymaps {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 150, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob #mp-contact-mob__map [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale") !important;
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%) !important;
    /* Chrome 19+ & Safari 6+ */
}

/* line 158, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab {
    position: relative;
}

/* line 160, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #BDBDBD;
}

@media screen and (max-width: 600px) {
    /* line 160, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list {
        position: relative;
        border-top: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 169, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list .slick-track {
        padding-top: 5px;
    }
}

/* line 175, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list .slick-next, .mp-contact__tab-list .slick-prev {
    width: 60px;
    height: 100%;
    z-index: 50;
    background-position: center;
    background-repeat: no-repeat;
}

/* line 181, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list .slick-next::before, .mp-contact__tab-list .slick-prev::before {
    content: none;
}

/* line 185, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list .slick-prev {
    left: 0;
    background-image: url(/local/templates/a-100art/css/../img/svg/slick-left.svg);
}

/* line 189, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list .slick-next {
    right: 0;
    background-image: url(/local/templates/a-100art/css/../img/svg/slick-right.svg);
}

/* line 193, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list li {
    padding: 20px 25px;
    margin-top: -1px;
    border-top: 2px solid transparent;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgba(79, 79, 79, 0.5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    /* line 193, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list li {
        padding: 0px;
        text-align: center;
        border-top: 1px solid #BDBDBD;
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    /* line 211, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list li span {
        padding: 20px;
        display: inline-block;
        border-top: 2px solid transparent;
    }
}

/* line 218, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list li.active {
    border-color: #74BB20;
    color: rgba(79, 79, 79, 0.8);
}

@media screen and (max-width: 800px) {
    /* line 218, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list li.active {
        border-top: 1px solid #BDBDBD;
    }
}

@media screen and (max-width: 800px) {
    /* line 224, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list li.active span {
        border-color: #74BB20;
        margin-top: -1px;
    }
}

/* line 233, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content {
    position: absolute;
    bottom: 0%;
    width: calc(100% - 30px);
    left: 15px;
    background-color: #fff;
    padding: 30px 17px;
}

/* line 241, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content p {
    font-size: 14px;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 11px;
    width: 100%;
}

/* line 248, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content a[href*=tel] {
    color: #55555B;
    opacity: 0.8;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: underline;
}

/* line 254, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content a[href*=tel]:hover {
    color: #74BB20;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

/* line 259, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content .top-border {
    font-size: 15px;
    text-transform: uppercase;
    color: #55555B;
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #55555B;
}

/* line 266, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content .top-border:hover {
    border-color: #74BB20;
    color: #74BB20;
}

/* line 1, dev/sass/pages/news.scss */
.news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 30px);
    margin-bottom: 50px;
}

@media screen and (max-width: 1440px) {
    /* line 1, dev/sass/pages/news.scss */
    .news-item {
        margin-bottom: 30px;
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/pages/news.scss */
    .news-item {
        width: 100%;
    }
}

/* line 13, dev/sass/pages/news.scss */
.news-item__img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    margin-bottom: 50px;
}

@media screen and (max-width: 1440px) {
    /* line 13, dev/sass/pages/news.scss */
    .news-item__img {
        margin-bottom: 35px;
    }
}

/* line 21, dev/sass/pages/news.scss */
.news-item__img:after {
    content: '';
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 165px;
    height: 1px;
    background-color: #000000;
    left: 0;
    bottom: -25px;
}

@media screen and (max-width: 1440px) {
    /* line 21, dev/sass/pages/news.scss */
    .news-item__img:after {
        bottom: -20px;
    }
}

/* line 34, dev/sass/pages/news.scss */
.news-item__img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px solid #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 44, dev/sass/pages/news.scss */
.news-item__img .bg {
    width: 100%;
    padding-bottom: 45%;
    -webkit-background-size: cover;
    background-size: cover;
}

/* line 51, dev/sass/pages/news.scss */
.news-item__content .date {
    font-weight: 300;
    font-size: 16px;
    line-height: 144%;
    color: #828282;
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
    /* line 51, dev/sass/pages/news.scss */
    .news-item__content .date {
        margin-bottom: 15px;
    }
}

/* line 61, dev/sass/pages/news.scss */
.news-item__content p {
    color: #55555B;
    height: 70px;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    /* line 61, dev/sass/pages/news.scss */
    .news-item__content p {
        height: auto;
    }
}

/* line 71, dev/sass/pages/news.scss */
.news-item:hover .news-item__img::before {
    border: 15px solid #fff;
}

/* line 74, dev/sass/pages/news.scss */
.news-item:hover .news-item__img::after {
    background-color: #74BB20;
    width: 210px;
}

/* line 81, dev/sass/pages/news.scss */
.news-list__item {
    width: 100%;
    margin-bottom: 45px;
}

@media screen and (max-width: 1440px) {
    /* line 81, dev/sass/pages/news.scss */
    .news-list__item {
        margin-bottom: 30px;
    }
}

/* line 87, dev/sass/pages/news.scss */
.news-list__item:last-child {
    margin-bottom: 0;
}

/* line 91, dev/sass/pages/news.scss */
.news-list__item:hover p {
    color: #74BB20;
}

/* line 95, dev/sass/pages/news.scss */
.news-list__item .date {
    font-weight: 300;
    font-size: 16px;
    line-height: 144%;
    color: #828282;
    margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
    /* line 95, dev/sass/pages/news.scss */
    .news-list__item .date {
        margin-bottom: 10px;
    }
}

/* line 105, dev/sass/pages/news.scss */
.news-list__item p {
    color: #55555B;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 1, dev/sass/pages/text-page.scss */
.popup,
.text__container {
    padding: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    /* line 1, dev/sass/pages/text-page.scss */
    .popup,
    .text__container {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/pages/text-page.scss */
    .popup,
    .text__container {
        padding: 15px;
    }
}

/* line 16, dev/sass/pages/text-page.scss */
.popup .h1, .popup h1,
.text__container .h1,
.text__container h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 25px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 16, dev/sass/pages/text-page.scss */
    .popup .h1, .popup h1,
    .text__container .h1,
    .text__container h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

/* line 29, dev/sass/pages/text-page.scss */
.popup .h2, .popup h2,
.text__container .h2,
.text__container h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 25px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 29, dev/sass/pages/text-page.scss */
    .popup .h2, .popup h2,
    .text__container .h2,
    .text__container h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

/* line 42, dev/sass/pages/text-page.scss */
.popup .h3, .popup h3,
.text__container .h3,
.text__container h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 25px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 42, dev/sass/pages/text-page.scss */
    .popup .h3, .popup h3,
    .text__container .h3,
    .text__container h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

/* line 55, dev/sass/pages/text-page.scss */
.popup .h4, .popup h4,
.text__container .h4,
.text__container h4 {
    font-weight: 500;
    line-height: 110%;
    color: #4D4D4F;
    font-size: 18px;
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 55, dev/sass/pages/text-page.scss */
    .popup .h4, .popup h4,
    .text__container .h4,
    .text__container h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

/* line 67, dev/sass/pages/text-page.scss */
.popup p,
.text__container p {
    font-size: 16px;
    line-height: 140%;
    color: #55555B;
    margin-bottom: 25px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 67, dev/sass/pages/text-page.scss */
    .popup p,
    .text__container p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* line 77, dev/sass/pages/text-page.scss */
.popup p.text-page-date,
.text__container p.text-page-date {
    color: #828282;
}

/* line 81, dev/sass/pages/text-page.scss */
.popup .link-wArrow,
.text__container .link-wArrow {
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    /* line 81, dev/sass/pages/text-page.scss */
    .popup .link-wArrow,
    .text__container .link-wArrow {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

/* line 88, dev/sass/pages/text-page.scss */
.popup .w25,
.text__container .w25 {
    width: calc(25% - 50px);
    margin: 40px 50px 40px 0;
    padding: 30px 50px 0 0;
}

@media screen and (max-width: 1600px) {
    /* line 88, dev/sass/pages/text-page.scss */
    .popup .w25,
    .text__container .w25 {
        padding: 20px 20px 0 0;
    }
}

@media screen and (max-width: 1440px) {
    /* line 88, dev/sass/pages/text-page.scss */
    .popup .w25,
    .text__container .w25 {
        width: calc(50% - 50px);
        margin: 20px 50px 20px 0;
    }
}

@media screen and (max-width: 1180px) {
    /* line 88, dev/sass/pages/text-page.scss */
    .popup .w25,
    .text__container .w25 {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 88, dev/sass/pages/text-page.scss */
    .popup .w25,
    .text__container .w25 {
        width: 100%;
        margin: 10px 0;
        padding: 0 20px 0 0;
    }
}

/* line 107, dev/sass/pages/text-page.scss */
.popup .w25:not(:last-child),
.text__container .w25:not(:last-child) {
    border-right: 1px solid #f2f2f2;
}

@media screen and (max-width: 1440px) {
    /* line 107, dev/sass/pages/text-page.scss */
    .popup .w25:not(:last-child),
    .text__container .w25:not(:last-child) {
        border-right: none;
    }
}

@media screen and (max-width: 600px) {
    /* line 107, dev/sass/pages/text-page.scss */
    .popup .w25:not(:last-child),
    .text__container .w25:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }
}

/* line 116, dev/sass/pages/text-page.scss */
.popup .w25:nth-child(2n-1),
.text__container .w25:nth-child(2n-1) {
    border-right: 1px solid #f2f2f2;
}

@media screen and (max-width: 600px) {
    /* line 116, dev/sass/pages/text-page.scss */
    .popup .w25:nth-child(2n-1),
    .text__container .w25:nth-child(2n-1) {
        border-right: none;
    }
}

/* line 123, dev/sass/pages/text-page.scss */
.popup .w33,
.text__container .w33 {
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
}

@media screen and (max-width: 1440px) {
    /* line 123, dev/sass/pages/text-page.scss */
    .popup .w33,
    .text__container .w33 {
        width: calc(100% / 2 - 30px);
    }
}

@media screen and (max-width: 600px) {
    /* line 123, dev/sass/pages/text-page.scss */
    .popup .w33,
    .text__container .w33 {
        width: 100%;
    }
}

/* line 133, dev/sass/pages/text-page.scss */
.popup .w50,
.text__container .w50 {
    width: 50%;
    padding-right: 30px;
}

@media screen and (max-width: 600px) {
    /* line 133, dev/sass/pages/text-page.scss */
    .popup .w50,
    .text__container .w50 {
        padding-right: 0;
        width: 100%;
    }
}

/* line 141, dev/sass/pages/text-page.scss */
.popup .w100,
.text__container .w100 {
    width: 100%;
}

/* line 144, dev/sass/pages/text-page.scss */
.popup img,
.text__container img {
    height: auto;
    margin: 30px 0;
}

@media screen and (max-width: 600px) {
    /* line 144, dev/sass/pages/text-page.scss */
    .popup img,
    .text__container img {
        margin: 15px 0;
    }
}

/* line 151, dev/sass/pages/text-page.scss */
.popup ul:not(.pagination-list),
.text__container ul:not(.pagination-list) {
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    /* line 151, dev/sass/pages/text-page.scss */
    .popup ul:not(.pagination-list),
    .text__container ul:not(.pagination-list) {
        margin-bottom: 20px;
    }
}

/* line 156, dev/sass/pages/text-page.scss */
.popup ul:not(.pagination-list) li,
.text__container ul:not(.pagination-list) li {
    font-size: 16px;
    line-height: 143.69%;
    color: #55555B;
    padding-bottom: 9px;
    position: relative;
    padding-left: 23px;
}

@media screen and (max-width: 600px) {
    /* line 156, dev/sass/pages/text-page.scss */
    .popup ul:not(.pagination-list) li,
    .text__container ul:not(.pagination-list) li {
        font-size: 14px;
    }
}

/* line 166, dev/sass/pages/text-page.scss */
.popup ul:not(.pagination-list) li ul,
.text__container ul:not(.pagination-list) li ul {
    margin: 10px 0;
}

@media screen and (max-width: 600px) {
    /* line 168, dev/sass/pages/text-page.scss */
    .popup ul:not(.pagination-list) li ul li,
    .text__container ul:not(.pagination-list) li ul li {
        margin-bottom: 2px;
    }
}

/* line 174, dev/sass/pages/text-page.scss */
.popup ul:not(.pagination-list) li:last-child,
.text__container ul:not(.pagination-list) li:last-child {
    margin-bottom: 0;
}

/* line 177, dev/sass/pages/text-page.scss */
.popup ul:not(.pagination-list) li::before,
.text__container ul:not(.pagination-list) li::before {
    content: '';
    width: 14px;
    height: 1px;
    background-color: #74BB20;
    position: absolute;
    left: 0;
    top: 10px;
}

/* line 188, dev/sass/pages/text-page.scss */
.popup ol,
.text__container ol {
    counter-reset: section;
    list-style-type: none;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    /* line 188, dev/sass/pages/text-page.scss */
    .popup ol,
    .text__container ol {
        margin-bottom: 20px;
    }
}

/* line 195, dev/sass/pages/text-page.scss */
.popup ol ol,
.text__container ol ol {
    margin: 10px 0;
}

/* line 198, dev/sass/pages/text-page.scss */
.popup ol li,
.text__container ol li {
    font-size: 14px;
    line-height: 157%;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    letter-spacing: -0.01em;
}

@media screen and (max-width: 600px) {
    /* line 198, dev/sass/pages/text-page.scss */
    .popup ol li,
    .text__container ol li {
        font-size: 14px;
        padding-left: 15px;
    }
}

/* line 211, dev/sass/pages/text-page.scss */
.popup ol li li,
.text__container ol li li {
    padding-left: 35px;
}

@media screen and (max-width: 600px) {
    /* line 211, dev/sass/pages/text-page.scss */
    .popup ol li li,
    .text__container ol li li {
        padding-left: 30px;
    }
}

/* line 217, dev/sass/pages/text-page.scss */
.popup ol li:last-child,
.text__container ol li:last-child {
    margin-bottom: 0;
}

/* line 221, dev/sass/pages/text-page.scss */
.popup ol li::before,
.text__container ol li::before {
    counter-increment: section;
    content: counters(section, "") "";
    color: #74BB20;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

/* line 233, dev/sass/pages/text-page.scss */
.popup .text-gallery,
.text__container .text-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% + 20px);
    min-width: calc(100% + 20px);
}

@media screen and (max-width: 600px) {
    /* line 233, dev/sass/pages/text-page.scss */
    .popup .text-gallery,
    .text__container .text-gallery {
        min-width: 100%;
        width: 100%;
    }
}

/* line 243, dev/sass/pages/text-page.scss */
.popup .text-gallery a,
.text__container .text-gallery a {
    width: calc(33.33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 22%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    /* line 243, dev/sass/pages/text-page.scss */
    .popup .text-gallery a,
    .text__container .text-gallery a {
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;
        padding-bottom: 50%;
    }
}

/* line 256, dev/sass/pages/text-page.scss */
.popup .text-gallery a:before,
.text__container .text-gallery a:before {
    content: '';
    width: 100px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(116, 187, 32, 0)), color-stop(49%, rgba(116, 187, 32, 0.2)), to(rgba(116, 187, 32, 0)));
    background: -webkit-linear-gradient(left, rgba(116, 187, 32, 0) 0%, rgba(116, 187, 32, 0.2) 49%, rgba(116, 187, 32, 0) 100%);
    background: -o-linear-gradient(left, rgba(116, 187, 32, 0) 0%, rgba(116, 187, 32, 0.2) 49%, rgba(116, 187, 32, 0) 100%);
    background: linear-gradient(90deg, rgba(116, 187, 32, 0) 0%, rgba(116, 187, 32, 0.2) 49%, rgba(116, 187, 32, 0) 100%);
    position: absolute;
    top: 0;
    left: -150px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: 2;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

/* line 270, dev/sass/pages/text-page.scss */
.popup .text-gallery a:hover img,
.text__container .text-gallery a:hover img {
    -webkit-transform: scale(1.05) translateY(-50%) translateX(-50%);
    -ms-transform: scale(1.05) translateY(-50%) translateX(-50%);
    transform: scale(1.05) translateY(-50%) translateX(-50%);
}

/* line 273, dev/sass/pages/text-page.scss */
.popup .text-gallery a:hover:before,
.text__container .text-gallery a:hover:before {
    opacity: 0.5;
    left: calc(100% + 100px);
}

/* line 279, dev/sass/pages/text-page.scss */
.popup .text-gallery a.w70,
.text__container .text-gallery a.w70 {
    width: calc(66.66% - 20px);
}

@media screen and (max-width: 600px) {
    /* line 279, dev/sass/pages/text-page.scss */
    .popup .text-gallery a.w70,
    .text__container .text-gallery a.w70 {
        width: 100%;
    }
}

/* line 285, dev/sass/pages/text-page.scss */
.popup .text-gallery a.w40,
.text__container .text-gallery a.w40 {
    width: calc(40% - 24px);
}

@media screen and (max-width: 990px) {
    /* line 285, dev/sass/pages/text-page.scss */
    .popup .text-gallery a.w40,
    .text__container .text-gallery a.w40 {
        width: calc(50% - 24px);
    }
}

@media screen and (max-width: 450px) {
    /* line 285, dev/sass/pages/text-page.scss */
    .popup .text-gallery a.w40,
    .text__container .text-gallery a.w40 {
        width: 100%;
    }
}

/* line 294, dev/sass/pages/text-page.scss */
.popup .text-gallery a img,
.text__container .text-gallery a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    margin: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

/* line 307, dev/sass/pages/text-page.scss */
.popup .text-gallery--v2,
.text__container .text-gallery--v2 {
    margin: -12px;
}

@media screen and (max-width: 450px) {
    /* line 307, dev/sass/pages/text-page.scss */
    .popup .text-gallery--v2,
    .text__container .text-gallery--v2 {
        margin: 0;
    }
}

/* line 312, dev/sass/pages/text-page.scss */
.popup .text-gallery--v2 a,
.text__container .text-gallery--v2 a {
    width: calc(20% - 24px);
    margin: 12px;
    padding-bottom: 14%;
}

@media screen and (max-width: 990px) {
    /* line 312, dev/sass/pages/text-page.scss */
    .popup .text-gallery--v2 a,
    .text__container .text-gallery--v2 a {
        width: calc(50% - 24px);
        padding-bottom: 28%;
    }
}

@media screen and (max-width: 450px) {
    /* line 312, dev/sass/pages/text-page.scss */
    .popup .text-gallery--v2 a,
    .text__container .text-gallery--v2 a {
        width: 100%;
        padding-bottom: 56%;
        margin: 6px 0;
    }
}

/* line 332, dev/sass/pages/text-page.scss */
.popup .numbers-animation,
.text__container .numbers-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 60px;
    color: #4F4F4F;
}

@media screen and (max-width: 990px) {
    /* line 332, dev/sass/pages/text-page.scss */
    .popup .numbers-animation,
    .text__container .numbers-animation {
        margin: 20px 0 30px;
    }
}

/* line 340, dev/sass/pages/text-page.scss */
.popup .numbers-animation__number,
.text__container .numbers-animation__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 4px solid #474747;
    width: 33%;
    min-width: 33%;
}

@media screen and (max-width: 990px) {
    /* line 340, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number,
    .text__container .numbers-animation__number {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    /* line 340, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number,
    .text__container .numbers-animation__number {
        width: 100%;
        border-right: 0;
    }
}

/* line 355, dev/sass/pages/text-page.scss */
.popup .numbers-animation__number:last-child,
.text__container .numbers-animation__number:last-child {
    border-right: 0;
}

/* line 358, dev/sass/pages/text-page.scss */
.popup .numbers-animation__number-value,
.text__container .numbers-animation__number-value {
    font-size: 46px;
    font-weight: 700;
    text-align: right;
    margin-right: 5px;
    min-width: 55px;
    line-height: 1;
}

@media screen and (max-width: 1440px) {
    /* line 358, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number-value,
    .text__container .numbers-animation__number-value {
        font-size: 30px;
    }
}

/* line 369, dev/sass/pages/text-page.scss */
.popup .numbers-animation__number-unit,
.text__container .numbers-animation__number-unit {
    padding-right: 5px;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 1440px) {
    /* line 369, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number-unit,
    .text__container .numbers-animation__number-unit {
        font-size: 30px;
    }
}

/* line 378, dev/sass/pages/text-page.scss */
.popup .numbers-animation__number-text,
.text__container .numbers-animation__number-text {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 30px 0 15px;
}

@media screen and (max-width: 1600px) {
    /* line 378, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number-text,
    .text__container .numbers-animation__number-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 378, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number-text,
    .text__container .numbers-animation__number-text {
        padding-right: 15px;
    }
}

@media screen and (max-width: 600px) {
    /* line 378, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number-text,
    .text__container .numbers-animation__number-text {
        font-size: 10px;
    }
}

/* line 396, dev/sass/pages/text-page.scss */
.popup span.green,
.text__container span.green {
    color: #74BB20;
}

/* line 399, dev/sass/pages/text-page.scss */
.popup .social-share,
.text__container .social-share {
    position: relative;
    width: 100%;
    padding: 30px 0 0;
}

/* line 403, dev/sass/pages/text-page.scss */
.popup .social-share::before,
.text__container .social-share::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -30px;
    height: 1px;
    background-color: #f2f2f2;
}

/* line 413, dev/sass/pages/text-page.scss */
.popup .social-share-zag,
.text__container .social-share-zag {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 166%;
    color: #55555B;
}

/* line 420, dev/sass/pages/text-page.scss */
.popup .social-share ul,
.text__container .social-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
}

/* line 424, dev/sass/pages/text-page.scss */
.popup .social-share ul li,
.text__container .social-share ul li {
    margin: 2px;
    padding: 0;
}

/* line 427, dev/sass/pages/text-page.scss */
.popup .social-share ul li::before,
.text__container .social-share ul li::before {
    display: none;
}

/* line 430, dev/sass/pages/text-page.scss */
.popup .social-share ul li a,
.text__container .social-share ul li a {
    display: block;
    overflow: hidden;
}

/* line 434, dev/sass/pages/text-page.scss */
.popup .social-share ul li a:hover img,
.text__container .social-share ul li a:hover img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

/* line 438, dev/sass/pages/text-page.scss */
.popup .social-share ul li a img,
.text__container .social-share ul li a img {
    display: block;
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 447, dev/sass/pages/text-page.scss */
.popup-end,
.text__container-end {
    position: relative;
    width: 100%;
    margin: 60px 0 0;
    padding: 60px 0 10px;
    background-color: #fafafa;
    z-index: 0;
}

@media screen and (max-width: 1600px) {
    /* line 447, dev/sass/pages/text-page.scss */
    .popup-end,
    .text__container-end {
        margin: 40px 0 0;
        padding: 40px 0 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 447, dev/sass/pages/text-page.scss */
    .popup-end,
    .text__container-end {
        padding: 20px 0;
    }
}

/* line 461, dev/sass/pages/text-page.scss */
.popup-end::before,
.text__container-end::before {
    content: '';
    position: absolute;
    left: -50px;
    right: -50px;
    top: 0;
    bottom: -50px;
    background-color: #fafafa;
    pointer-events: none;
    z-index: -1;
}

@media screen and (max-width: 1600px) {
    /* line 461, dev/sass/pages/text-page.scss */
    .popup-end::before,
    .text__container-end::before {
        bottom: -20px;
        right: -20px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 461, dev/sass/pages/text-page.scss */
    .popup-end::before,
    .text__container-end::before {
        left: -20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 461, dev/sass/pages/text-page.scss */
    .popup-end::before,
    .text__container-end::before {
        bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 461, dev/sass/pages/text-page.scss */
    .popup-end::before,
    .text__container-end::before {
        left: -15px;
        right: -15px;
    }
}

/* line 487, dev/sass/pages/text-page.scss */
.popup .about-values__list,
.text__container .about-values__list {
    position: relative;
    margin: 40px -32px;
    padding: 0;
}

@media screen and (max-width: 600px) {
    /* line 487, dev/sass/pages/text-page.scss */
    .popup .about-values__list,
    .text__container .about-values__list {
        margin: 20px 0;
    }
}

/* line 494, dev/sass/pages/text-page.scss */
.popup .about-values__list::before,
.text__container .about-values__list::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #f2f2f2;
}

@media screen and (max-width: 600px) {
    /* line 494, dev/sass/pages/text-page.scss */
    .popup .about-values__list::before,
    .text__container .about-values__list::before {
        display: none;
    }
}

/* line 507, dev/sass/pages/text-page.scss */
.popup .about-values__item,
.text__container .about-values__item {
    width: calc(50% - 32px);
    margin: -1px 16px 0;
}

@media screen and (max-width: 600px) {
    /* line 507, dev/sass/pages/text-page.scss */
    .popup .about-values__item,
    .text__container .about-values__item {
        width: 100%;
        margin: -1px 0 0;
    }
}

/* line 516, dev/sass/pages/text-page.scss */
.text-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: calc(100vh - 240px);
}

/* line 520, dev/sass/pages/text-page.scss */
.text-page .text-sidebar {
    width: 35%;
    padding: 50px;
    border-left: 1px solid #EEEEEE;
    padding-top: 0 !important;
}

@media screen and (max-width: 1600px) {
    /* line 520, dev/sass/pages/text-page.scss */
    .text-page .text-sidebar {
        width: 30%;
        padding: 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 520, dev/sass/pages/text-page.scss */
    .text-page .text-sidebar {
        width: 100%;
        border-left: 0;
    }
}

/* line 535, dev/sass/pages/text-page.scss */
.text-page .text-sidebar .news-list {
    margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
    /* line 535, dev/sass/pages/text-page.scss */
    .text-page .text-sidebar .news-list {
        margin-bottom: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid #EEEEEE;
    }
}

/* line 543, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-block {
    display: block;
    width: 100%;
    margin: 0 0 40px;
}

/* line 548, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-zag {
    position: relative;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4f4f4f;
    opacity: 0.8;
}

/* line 560, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-zag::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background-color: #55555b;
}

/* line 572, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-link {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 120%;
    color: #55555b;
}

/* line 577, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-link:hover {
    color: #74BB20;
}

/* line 580, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-link:not(:last-child) {
    margin: 0 10px 0 0;
}

/* line 585, dev/sass/pages/text-page.scss */
.text-page .text-banner {
    padding: 35px;
}

/* line 587, dev/sass/pages/text-page.scss */
.text-page .text-banner.noPadding {
    padding-top: 0 !important;
}

@media screen and (max-width: 1600px) {
    /* line 585, dev/sass/pages/text-page.scss */
    .text-page .text-banner {
        padding: 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 585, dev/sass/pages/text-page.scss */
    .text-page .text-banner {
        margin: 0 auto;
    }
}

@media screen and (max-width: 990px) and (max-width: 600px) {
    /* line 585, dev/sass/pages/text-page.scss */
    .text-page .text-banner {
        padding: 10px 0;
    }
}

/* line 599, dev/sass/pages/text-page.scss */
.text-page .text-banner a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 990px) {
    /* line 599, dev/sass/pages/text-page.scss */
    .text-page .text-banner a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 608, dev/sass/pages/text-page.scss */
.text-page__double .text__container {
    width: 65%;
}

@media screen and (max-width: 1600px) {
    /* line 608, dev/sass/pages/text-page.scss */
    .text-page__double .text__container {
        width: 70%;
        padding: 20px 20px 20px 50px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 608, dev/sass/pages/text-page.scss */
    .text-page__double .text__container {
        padding: 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 608, dev/sass/pages/text-page.scss */
    .text-page__double .text__container {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 608, dev/sass/pages/text-page.scss */
    .text-page__double .text__container {
        padding: 15px;
    }
}

/* line 625, dev/sass/pages/text-page.scss */
.text-page-zag {
    padding: 30px 50px;
}

@media screen and (max-width: 1440px) {
    /* line 625, dev/sass/pages/text-page.scss */
    .text-page-zag {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 625, dev/sass/pages/text-page.scss */
    .text-page-zag {
        padding: 15px;
    }
}

/* line 638, dev/sass/pages/text-page.scss */
.text-page a:not(.btn) {
    color: #4F4F4F;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

/* line 642, dev/sass/pages/text-page.scss */
.text-page a:not(.btn):hover {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
}

/* line 649, dev/sass/pages/text-page.scss */
.text-caption-img {
    position: relative;
    width: 100%;
    min-height: 350px;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 0;
}

@media screen and (max-width: 1600px) {
    /* line 649, dev/sass/pages/text-page.scss */
    .text-caption-img {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 990px) {
    /* line 649, dev/sass/pages/text-page.scss */
    .text-caption-img {
        padding: 30px 25px;
        width: 100%;
    }
}

/* line 665, dev/sass/pages/text-page.scss */
.text-caption-img::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: -1;
}

/* line 676, dev/sass/pages/text-page.scss */
.text-caption-img .project-info {
    position: relative;
    margin: 30px 0;
    padding: 10px 0;
}

@media screen and (max-width: 990px) {
    /* line 676, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info {
        margin: 30px;
    }
}

/* line 683, dev/sass/pages/text-page.scss */
.text-caption-img .project-info::before, .text-caption-img .project-info::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 600px) {
    /* line 683, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info::before, .text-caption-img .project-info::after {
        display: none;
    }
}

/* line 697, dev/sass/pages/text-page.scss */
.text-caption-img .project-info::before {
    border-bottom: none;
    top: 0;
}

/* line 701, dev/sass/pages/text-page.scss */
.text-caption-img .project-info::after {
    border-top: none;
    bottom: 0;
}

/* line 705, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 708, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--double {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 710, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--double li {
    width: 50%;
}

@media screen and (max-width: 600px) {
    /* line 710, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul.project-info--double li {
        width: 180px;
    }
}

/* line 715, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--double li:last-child {
    border-right: 0;
}

/* line 720, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--single {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 722, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--single li {
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 722, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul.project-info--single li {
        width: 180px;
    }
}

/* line 727, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--single li:last-child {
    border-right: 0;
}

/* line 732, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul li {
    width: calc(100% / 3);
    text-align: center;
    padding: 0 20px;
}

@media screen and (max-width: 600px) {
    /* line 732, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li {
        width: 180px;
        margin: 0 auto;
        padding: 10px 20px;
        position: relative;
    }
}

@media screen and (max-width: 600px) {
    /* line 742, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li::before, .text-caption-img .project-info ul li::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 20px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
}

@media screen and (max-width: 600px) {
    /* line 755, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li::before {
        border-bottom: none;
        top: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 761, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li::after {
        border-top: none;
        bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 767, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* line 772, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul li:not(:nth-child(3n)) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 600px) {
    /* line 772, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li:not(:nth-child(3n)) {
        border-right: none;
    }
}

/* line 780, dev/sass/pages/text-page.scss */
.text-caption-img .project-info__prop {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 138%;
    text-transform: uppercase;
}

/* line 788, dev/sass/pages/text-page.scss */
.text-caption-img .project-info__val {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 138%;
    text-transform: uppercase;
}

/* line 797, dev/sass/pages/text-page.scss */
.text-caption-img .career-develop__gallery {
    margin: 20px 0 0;
    -webkit-transform: translateY(115px);
    -ms-transform: translateY(115px);
    transform: translateY(115px);
}

@media screen and (max-width: 1440px) {
    /* line 797, dev/sass/pages/text-page.scss */
    .text-caption-img .career-develop__gallery {
        margin: 0;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
    }
}

@media screen and (max-width: 990px) {
    /* line 797, dev/sass/pages/text-page.scss */
    .text-caption-img .career-develop__gallery {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        margin-top: 30px;
    }
}

/* line 810, dev/sass/pages/text-page.scss */
.text-caption-content {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

/* line 815, dev/sass/pages/text-page.scss */
.text-caption-content h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 22px;
    line-height: 138%;
}

/* line 821, dev/sass/pages/text-page.scss */
.text-caption-content .text-caption-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
}

/* line 826, dev/sass/pages/text-page.scss */
.text-caption-content .text-caption-list li {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 138%;
}

/* line 831, dev/sass/pages/text-page.scss */
.text-caption-content .text-caption-list li:not(:last-child) {
    position: relative;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
}

/* line 835, dev/sass/pages/text-page.scss */
.text-caption-content .text-caption-list li:not(:last-child)::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background-color: #fff;
    opacity: 0.4;
}

/* line 850, dev/sass/pages/text-page.scss */
.text-caption-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 20px;
}

/* line 858, dev/sass/pages/text-page.scss */
.text-caption-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
}

/* line 864, dev/sass/pages/text-page.scss */
.text-caption-info .icon {
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    display: block;
    fill: #fff;
}

/* line 871, dev/sass/pages/text-page.scss */
.text-caption-info span {
    color: #fff;
    font-size: 13px;
    font-weight: 30;
    line-height: 138%;
    text-decoration: underline;
}

/* line 881, dev/sass/pages/text-page.scss */
.text-cite {
    width: 100%;
}

/* line 883, dev/sass/pages/text-page.scss */
.text-cite .career-develop__highlight {
    max-width: 800px;
    position: relative;
    padding: 100px 100px 35px;
    background-image: url("/local/templates/a-100art/css/./../img/svg/cite.svg");
    background-repeat: no-repeat;
    background-position: center top 28px;
    -webkit-background-size: 44px 44px;
    background-size: 44px;
    z-index: 0;
}

@media screen and (max-width: 990px) {
    /* line 883, dev/sass/pages/text-page.scss */
    .text-cite .career-develop__highlight {
        -webkit-background-size: 32px 32px;
        background-size: 32px;
        padding: 52px 20px 20px;
        background-position: center top 10px;
    }
}

/* line 897, dev/sass/pages/text-page.scss */
.text-cite .career-develop__highlight::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    bottom: 14px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    pointer-events: none;
    z-index: -1;
}

/* line 913, dev/sass/pages/text-page.scss */
.list-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 918, dev/sass/pages/text-page.scss */
.gray-text--bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 25px 0;
    width: 100%;
}

/* line 924, dev/sass/pages/text-page.scss */
.gray-text--bg::before {
    content: '';
    background-color: #FAFAFA;
    width: calc(100% + 100px);
    height: 100%;
    top: 0;
    left: -50px;
    position: absolute;
}

@media screen and (max-width: 1600px) {
    /* line 924, dev/sass/pages/text-page.scss */
    .gray-text--bg::before {
        width: calc(100% + 70px);
        left: -50px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 924, dev/sass/pages/text-page.scss */
    .gray-text--bg::before {
        width: calc(100% + 40px);
        left: -20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 924, dev/sass/pages/text-page.scss */
    .gray-text--bg::before {
        width: calc(100% + 30px);
        left: -15px;
    }
}

/* line 946, dev/sass/pages/text-page.scss */
.text-caption-img--small {
    min-height: 200px;
    padding: 75px 0;
}

/* line 1, dev/sass/modules/projects/project-sl.scss */
.project-sl {
    width: 100%;
    background-color: #F2F2F2;
    padding-left: 50px;
    padding-right: 150px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1600px) {
    /* line 1, dev/sass/modules/projects/project-sl.scss */
    .project-sl {
        padding-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/projects/project-sl.scss */
    .project-sl {
        padding: 30px 15px;
    }
}

/* line 14, dev/sass/modules/projects/project-sl.scss */
.project-sl::before {
    content: '';
    width: 50px;
    height: 100%;
    background-color: #F2F2F2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important;
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important;
    opacity: 0;
}

@media screen and (max-width: 600px) {
    /* line 14, dev/sass/modules/projects/project-sl.scss */
    .project-sl::before {
        content: none;
    }
}

/* line 32, dev/sass/modules/projects/project-sl.scss */
.project-sl.open::before {
    z-index: 120;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    opacity: 1;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}

/* line 38, dev/sass/modules/projects/project-sl.scss */
.project-sl.open .project-sl__container {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

/* line 42, dev/sass/modules/projects/project-sl.scss */
.project-sl.open .project-sl__container .slick-list {
    overflow: hidden;
}

/* line 47, dev/sass/modules/projects/project-sl.scss */
.project-sl__container {
    width: 100%;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    z-index: 110;
}

@media screen and (max-width: 600px) {
    /* line 47, dev/sass/modules/projects/project-sl.scss */
    .project-sl__container {
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
    }
}

/* line 54, dev/sass/modules/projects/project-sl.scss */
.project-sl__container::before {
    content: '';
    width: 50px;
    height: 100%;
    left: -50px;
    top: 0;
    background-color: #F2F2F2;
    position: absolute;
    z-index: 5;
}

@media screen and (max-width: 600px) {
    /* line 54, dev/sass/modules/projects/project-sl.scss */
    .project-sl__container::before {
        content: '';
        width: 100px;
        height: 100%;
        left: -100px;
        top: 0;
        background: -webkit-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
        background: -o-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
        background: linear-gradient(87.28deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
        position: absolute;
        z-index: 5;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

/* line 76, dev/sass/modules/projects/project-sl.scss */
.project-sl__container::after {
    content: '';
    width: 100px;
    height: 100%;
    right: -100px;
    top: 0;
    background: -webkit-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
    background: -o-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
    background: linear-gradient(87.28deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
    position: absolute;
    z-index: 5;
}

/* line 87, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .slick-list {
    overflow: visible;
}

/* line 91, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .arrow {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    width: 50px;
    height: 100%;
    cursor: pointer;
    top: 0;
    opacity: 0.7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 104, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .arrow:hover {
    opacity: 1;
}

/* line 108, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .arrow svg {
    stroke: #55555B;
    width: 30px;
    height: 30px;
}

/* line 115, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .arrow-left {
    left: -50px;
}

/* line 119, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .arrow-right {
    right: -50px;
}

/* line 123, dev/sass/modules/projects/project-sl.scss */
.project-sl__container[data-child='1'] {
    width: 100%;
}

/* line 125, dev/sass/modules/projects/project-sl.scss */
.project-sl__container[data-child='1'] .project-sl__item,
.project-sl__container[data-child='1'] .slick-track {
    width: 100% !important;
}

@media screen and (min-width: 600px) {
    /* line 131, dev/sass/modules/projects/project-sl.scss */
    .project-sl__container[data-child='2'] .slick-track {
        width: 100% !important;
    }
}

@media screen and (min-width: 600px) {
    /* line 137, dev/sass/modules/projects/project-sl.scss */
    .project-sl__container[data-child='2'] .project-sl__item {
        width: 50% !important;
    }
}

/* line 145, dev/sass/modules/projects/project-sl.scss */
.project-sl__item {
    padding: 50px 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 145, dev/sass/modules/projects/project-sl.scss */
    .project-sl__item {
        padding: 0;
    }
}

/* line 154, dev/sass/modules/projects/project-sl.scss */
.project-sl__item::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #74BB20;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/* line 167, dev/sass/modules/projects/project-sl.scss */
.project-sl__item:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* line 171, dev/sass/modules/projects/project-sl.scss */
.project-sl__item:hover .img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

/* line 175, dev/sass/modules/projects/project-sl.scss */
.project-sl__item:hover .project-sl__item-content::before {
    background-color: rgba(0, 0, 0, 0.4);
}

/* line 180, dev/sass/modules/projects/project-sl.scss */
.project-sl__item-content {
    position: relative;
    height: 330px;
    width: calc(100% - 7px);
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1600px) {
    /* line 180, dev/sass/modules/projects/project-sl.scss */
    .project-sl__item-content {
        height: 280px;
    }
}

@media screen and (max-width: 600px) {
    /* line 180, dev/sass/modules/projects/project-sl.scss */
    .project-sl__item-content {
        height: 200px;
    }
}

/* line 194, dev/sass/modules/projects/project-sl.scss */
.project-sl__item-content::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 206, dev/sass/modules/projects/project-sl.scss */
.project-sl__item-content .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

/* line 217, dev/sass/modules/projects/project-sl.scss */
.project-sl__item-content .name {
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 30px;
}

@media screen and (max-width: 600px) {
    /* line 217, dev/sass/modules/projects/project-sl.scss */
    .project-sl__item-content .name {
        font-size: 18px;
    }
}

/* line 239, dev/sass/modules/projects/project-sl.scss */
.project-sl__info {
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 50;
    padding-right: 150px;
    padding-left: 50px;
    height: calc(100% - 100px);
    width: 0;
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

@media screen and (max-width: 1600px) {
    /* line 239, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info {
        padding-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 239, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info {
        padding: 30px 15px;
        height: 100%;
        top: 0px;
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
    }
}

/* line 259, dev/sass/modules/projects/project-sl.scss */
.project-sl__info.open {
    width: 100%;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

@media screen and (max-width: 600px) {
    /* line 259, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info.open {
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
    }
}

/* line 267, dev/sass/modules/projects/project-sl.scss */
.project-sl__info.open .project-sl__info-item .h2, .project-sl__info.open .project-sl__info-item h2,
.project-sl__info.open .project-sl__info-item p,
.project-sl__info.open .project-sl__info-item .link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 274, dev/sass/modules/projects/project-sl.scss */
.project-sl__info.open .project-sl__info-item .h2, .project-sl__info.open .project-sl__info-item h2 {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

/* line 277, dev/sass/modules/projects/project-sl.scss */
.project-sl__info.open .project-sl__info-item p {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important;
}

/* line 280, dev/sass/modules/projects/project-sl.scss */
.project-sl__info.open .project-sl__info-item .link {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important;
}

/* line 285, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

/* line 295, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.38);
}

/* line 305, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item__content {
    padding: 50px;
    z-index: 5;
    max-width: 550px;
}

@media screen and (max-width: 600px) {
    /* line 305, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item__content {
        padding: 15px;
    }
}

/* line 315, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item .h2, .project-sl__info-item h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 600px) {
    /* line 315, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item .h2, .project-sl__info-item h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

/* line 332, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item p {
    font-size: 16px;
    line-height: 143.69%;
    color: #FFFFFF;
    opacity: 0.9;
    margin-bottom: 50px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1600px) {
    /* line 332, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    /* line 332, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

/* line 356, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 600px) {
    /* line 356, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item .link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 364, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item .link a {
    margin-right: 11px;
}

@media screen and (max-width: 600px) {
    /* line 364, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item .link a {
        margin-top: 5px;
    }
}

/* line 5, dev/sass/modules/projects/projects.scss */
.project-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 150px 50px 50px;
    width: 100%;
    border-left: 1px solid #EEEEEE;
}

@media screen and (max-width: 1600px) {
    /* line 5, dev/sass/modules/projects/projects.scss */
    .project-container {
        padding-right: 50px;
    }
}

@media screen and (max-width: 800px) {
    /* line 5, dev/sass/modules/projects/projects.scss */
    .project-container {
        padding: 0 15px 30px;
    }
}

/* line 18, dev/sass/modules/projects/projects.scss */
.project-item {
    padding: 65px 50px 0px;
    position: relative;
    border-right: 1px solid #F2F2F2;
    width: 33.33%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 1600px) {
    /* line 18, dev/sass/modules/projects/projects.scss */
    .project-item {
        padding: 30px 20px 0px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 18, dev/sass/modules/projects/projects.scss */
    .project-item {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    /* line 18, dev/sass/modules/projects/projects.scss */
    .project-item {
        padding: 15px 15px 0;
        border-left: 1px solid #F2F2F2;
    }
}

@media screen and (max-width: 600px) {
    /* line 18, dev/sass/modules/projects/projects.scss */
    .project-item {
        width: 100%;
    }
}

/* line 37, dev/sass/modules/projects/projects.scss */
.project-item::before, .project-item::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #74BB20;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 45, dev/sass/modules/projects/projects.scss */
.project-item::before {
    top: 0;
    right: 0;
}

/* line 49, dev/sass/modules/projects/projects.scss */
.project-item::after {
    bottom: 0;
    left: 0;
}

/* line 53, dev/sass/modules/projects/projects.scss */
.project-item:hover {
    background-color: #FAFAFA;
}

/* line 55, dev/sass/modules/projects/projects.scss */
.project-item:hover:after, .project-item:hover::before {
    width: 100%;
}

/* line 59, dev/sass/modules/projects/projects.scss */
.project-item__img {
    width: 100%;
    padding-bottom: 60%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* line 66, dev/sass/modules/projects/projects.scss */
.project-item__top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 20px;
}

/* line 71, dev/sass/modules/projects/projects.scss */
.project-item__top .type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    /* line 71, dev/sass/modules/projects/projects.scss */
    .project-item__top .type {
        line-height: 100%;
    }
}

/* line 77, dev/sass/modules/projects/projects.scss */
.project-item__top .type .line {
    width: 16px;
    height: 1px;
    margin-right: 10px;
}

@media screen and (max-width: 1600px) {
    /* line 77, dev/sass/modules/projects/projects.scss */
    .project-item__top .type .line {
        margin-right: 5px;
    }
}

/* line 84, dev/sass/modules/projects/projects.scss */
.project-item__top .type .line.green {
    background-color: #74BB20;
}

/* line 87, dev/sass/modules/projects/projects.scss */
.project-item__top .type .line.blue {
    background-color: #99D6EA;
}

/* line 90, dev/sass/modules/projects/projects.scss */
.project-item__top .type .line.brown {
    background-color: #D6A461;
}

/* line 94, dev/sass/modules/projects/projects.scss */
.project-item__top .type span:not(.line) {
    font-size: 12px;
    text-transform: uppercase;
    color: #828282;
}

@media screen and (max-width: 1600px) {
    /* line 94, dev/sass/modules/projects/projects.scss */
    .project-item__top .type span:not(.line) {
        font-size: 11px;
    }
}

/* line 103, dev/sass/modules/projects/projects.scss */
.project-item__top .status {
    font-size: 13px;
    text-transform: uppercase;
    color: #BDBDBD;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1600px) {
    /* line 103, dev/sass/modules/projects/projects.scss */
    .project-item__top .status {
        font-size: 12px;
    }
}

/* line 112, dev/sass/modules/projects/projects.scss */
.project-item__top .status .icon {
    width: 11px;
    height: 8px;
    stroke: #74BB20;
    fill: transparent;
    margin-right: 11px;
}

@media screen and (max-width: 1600px) {
    /* line 112, dev/sass/modules/projects/projects.scss */
    .project-item__top .status .icon {
        margin-right: 5px;
    }
}

/* line 124, dev/sass/modules/projects/projects.scss */
.project-item__content {
    padding-bottom: 40px;
    border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 600px) {
    /* line 124, dev/sass/modules/projects/projects.scss */
    .project-item__content {
        padding-bottom: 20px;
    }
}

/* line 130, dev/sass/modules/projects/projects.scss */
.project-item__content .name {
    font-size: 17px;
    color: #55555B;
    min-height: 50px;
    margin-bottom: 10px;
}

/* line 136, dev/sass/modules/projects/projects.scss */
.project-item__content p {
    font-weight: 300;
    font-size: 15px;
    color: #55555B;
}

/* line 2, dev/sass/modules/career/career-adv.scss */
.career-adv__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
}

@media screen and (max-width: 600px) {
    /* line 2, dev/sass/modules/career/career-adv.scss */
    .career-adv__container {
        width: 100%;
    }
}

/* line 10, dev/sass/modules/career/career-adv.scss */
.career-adv__item {
    width: calc(33.33% - 8px);
    margin-right: 8px;
    padding-bottom: 20%;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

@media screen and (max-width: 990px) {
    /* line 10, dev/sass/modules/career/career-adv.scss */
    .career-adv__item {
        height: 200px;
    }
}

@media screen and (max-width: 600px) {
    /* line 10, dev/sass/modules/career/career-adv.scss */
    .career-adv__item {
        width: 100%;
        margin-right: 0;
    }
}

/* line 25, dev/sass/modules/career/career-adv.scss */
.career-adv__item:hover:before {
    opacity: 0.4;
}

/* line 28, dev/sass/modules/career/career-adv.scss */
.career-adv__item:hover .career-adv__item-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* line 32, dev/sass/modules/career/career-adv.scss */
.career-adv__item::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.2;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

/* line 44, dev/sass/modules/career/career-adv.scss */
.career-adv__item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
}

/* line 55, dev/sass/modules/career/career-adv.scss */
.career-adv__item-content {
    width: 100%;
    padding: 10px 50px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 3;
}

@media screen and (max-width: 600px) {
    /* line 55, dev/sass/modules/career/career-adv.scss */
    .career-adv__item-content {
        padding: 10px;
    }
}

/* line 69, dev/sass/modules/career/career-adv.scss */
.career-adv__item-content .zag {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    /* line 69, dev/sass/modules/career/career-adv.scss */
    .career-adv__item-content .zag {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    /* line 69, dev/sass/modules/career/career-adv.scss */
    .career-adv__item-content .zag {
        font-size: 16px;
    }
}

/* line 83, dev/sass/modules/career/career-adv.scss */
.career-adv__item-content p {
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    margin: 30px 0;
}

@media screen and (max-width: 600px) {
    /* line 83, dev/sass/modules/career/career-adv.scss */
    .career-adv__item-content p {
        margin: 15px 0;
        font-size: 14px;
        margin-bottom: 15px;
    }
}

/* line 97, dev/sass/modules/career/career-adv.scss */
.career-adv__item--main {
    width: calc(100% - 8px);
    padding-bottom: 33%;
}

@media screen and (max-width: 990px) {
    /* line 97, dev/sass/modules/career/career-adv.scss */
    .career-adv__item--main {
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    /* line 97, dev/sass/modules/career/career-adv.scss */
    .career-adv__item--main {
        width: 100%;
    }
}

/* line 106, dev/sass/modules/career/career-adv.scss */
.career-adv__item--main .career-adv__item-content {
    max-width: 800px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/* line 110, dev/sass/modules/career/career-adv.scss */
.career-adv__item--main .career-adv__item-content p {
    padding: 0 80px;
}

@media screen and (max-width: 600px) {
    /* line 110, dev/sass/modules/career/career-adv.scss */
    .career-adv__item--main .career-adv__item-content p {
        padding: 0px;
    }
}

/* line 1, dev/sass/modules/career/career-coorp.scss */
.career-coorp {
    padding: 80px 0 20px;
}

@media screen and (max-width: 1440px) {
    /* line 1, dev/sass/modules/career/career-coorp.scss */
    .career-coorp {
        padding: 30px 0 20px;
    }
}

/* line 6, dev/sass/modules/career/career-coorp.scss */
.career-coorp__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 11, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text {
    width: 42%;
    padding-right: 45px;
}

@media screen and (max-width: 1600px) {
    /* line 11, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text {
        padding-right: 20px;
        width: 50%;
    }
}

@media screen and (max-width: 990px) {
    /* line 11, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
}

/* line 23, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text h3, .career-coorp__text .h3 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
    /* line 23, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text h3, .career-coorp__text .h3 {
        margin-bottom: 15px;
    }
}

/* line 30, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text .target {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #55555B;
    margin: 40px 0;
}

@media screen and (max-width: 1600px) {
    /* line 30, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text .target {
        margin: 20px 0;
    }
}

/* line 41, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text p {
    font-size: 16px;
    line-height: 152.69%;
    color: #53565A;
    margin-bottom: 25px;
}

@media screen and (max-width: 1600px) {
    /* line 41, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 41, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text p {
        font-size: 14px;
    }
}

/* line 52, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text p:last-child {
    margin-bottom: 0;
}

/* line 56, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text p b {
    font-weight: 600;
}

/* line 62, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl {
    width: 58%;
}

@media screen and (max-width: 1600px) {
    /* line 62, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl {
        width: 50%;
    }
}

@media screen and (max-width: 990px) {
    /* line 62, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl {
        width: 100%;
    }
}

/* line 70, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container {
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 72, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-container .slick-list {
        overflow: visible;
    }
}

/* line 77, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container .arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 40px;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 77, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-container .arrow {
        display: none !important;
    }
}

/* line 93, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container .arrow:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

/* line 100, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container .arrow svg {
    fill: transparent;
    stroke: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0.8;
}

/* line 108, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container .arrow-left {
    left: 15px;
    border-right: 1px solid #FAFAFA;
}

/* line 113, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container .arrow-right {
    left: 65px;
}

/* line 120, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item {
    padding-bottom: 22.5%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    /* line 120, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-item {
        padding-bottom: 17%;
        margin: 0 5px;
    }
}

/* line 129, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item:hover .img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* line 133, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item:hover .text {
    background-color: rgba(85, 85, 91, 0.95);
}

/* line 137, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .click-mob-js {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 15px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 137, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-item .click-mob-js {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 146, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .click-mob-js .icon {
    fill: #fff;
    width: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 153, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .img {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
    z-index: 1;
}

/* line 165, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.1;
    z-index: 2;
}

/* line 177, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 100px 30px 150px;
    background-color: rgba(85, 85, 91, 0.85);
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 600px) {
    /* line 177, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-item .text {
        padding: 15px;
        padding-top: 0;
        bottom: auto;
        top: calc(100% - 31px);
        height: 100%;
    }
}

/* line 193, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .text.open {
    top: 0;
}

/* line 195, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .text.open .click-mob-js .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 199, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 600px) {
    /* line 199, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-item .text p {
        font-size: 12px;
    }
}

/* line 207, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .text p b {
    display: block;
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    /* line 207, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-item .text p b {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

/* line 224, dev/sass/modules/career/career-coorp.scss */
.career-coorp__items {
    width: calc(100% + 9px);
    min-width: calc(100% + 9px);
    padding: 10px 0;
}

@media screen and (max-width: 990px) {
    /* line 224, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__items {
        width: 100%;
        min-width: 100%;
    }
}

/* line 234, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item {
    margin-right: 9px;
    width: calc((58% / 2) - 7.5px);
    padding-bottom: 21%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 9px;
}

@media screen and (max-width: 1600px) {
    /* line 234, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item {
        width: calc(50% - 9px);
        padding-bottom: calc(25% - 9px);
    }
}

@media screen and (max-width: 990px) {
    /* line 234, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item {
        width: 100%;
        margin-right: 0;
        padding-bottom: 230px;
    }
}

@media screen and (max-width: 600px) {
    /* line 234, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item {
        height: auto;
    }
}

/* line 254, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.33;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

/* line 266, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main {
    width: calc(42% - 12.5px);
    padding-bottom: calc(42% + 9px);
}

@media screen and (max-width: 1600px) {
    /* line 266, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main {
        width: calc(50% - 9px);
        padding-bottom: calc(50% - 9px);
    }
}

@media screen and (max-width: 990px) {
    /* line 266, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main {
        width: 100%;
        padding-bottom: 60%;
    }
}

@media screen and (max-width: 600px) {
    /* line 266, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main {
        height: 470px;
    }
}

/* line 280, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main .career-coorp__item-content {
    width: calc(100% - 40px);
    text-align: center;
    left: 20px;
    bottom: auto;
    top: 20px;
    height: calc(100% - 40px);
    background-color: rgba(116, 187, 32, 0);
    padding: 60px 55px;
}

@media screen and (max-width: 990px) {
    /* line 280, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main .career-coorp__item-content {
        background-color: rgba(116, 187, 32, 0.7);
        width: calc(100% - 20px);
        left: 10px;
        top: 10px;
        height: calc(100% - 20px);
    }
}

@media screen and (max-width: 600px) {
    /* line 280, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main .career-coorp__item-content {
        padding: 10px;
    }
}

/* line 300, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main .career-coorp__item-content .zag b {
    font-size: 24px;
}

@media screen and (max-width: 600px) {
    /* line 300, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main .career-coorp__item-content .zag b {
        font-size: 18px;
    }
}

/* line 308, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main .career-coorp__item-bottom {
    padding-top: 65px;
}

/* line 312, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main .career-coorp__item-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 110px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

@media screen and (max-width: 990px) {
    /* line 312, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main .career-coorp__item-top {
        top: 60px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 600px) {
    /* line 312, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main .career-coorp__item-top {
        top: 10px;
        width: calc(100% - 20px);
    }
}

/* line 328, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main:hover .career-coorp__item-content {
    background-color: rgba(116, 187, 32, 0.9);
}

/* line 332, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main:hover .career-coorp__item-top {
    top: 60px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

/* line 338, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main:hover .career-coorp__item-bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    transition-delay: .3s !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
}

/* line 347, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
    z-index: 1;
}

/* line 360, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-top {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: calc(100% - 65px);
    width: calc(100% - 60px);
    -webkit-transition-delay: .2s !important;
    -o-transition-delay: .2s !important;
    transition-delay: .2s !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 990px) {
    /* line 360, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-top {
        top: 25px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 600px) {
    /* line 360, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-top {
        top: 15px;
        width: calc(100% - 20px);
    }
}

/* line 380, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-top .icon {
    width: 54px;
    height: 49px;
    fill: #FFFFFF;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    opacity: 0;
}

@media screen and (max-width: 990px) {
    /* line 380, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-top .icon {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

@media screen and (max-width: 600px) {
    /* line 380, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-top .icon {
        width: 35px;
        height: 35px;
    }
}

/* line 398, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-bottom {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    padding-top: 80px;
}

@media screen and (max-width: 1440px) {
    /* line 398, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom {
        padding-top: 60px;
    }
}

@media screen and (max-width: 990px) {
    /* line 398, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        padding-top: 80px;
    }
}

@media screen and (max-width: 600px) {
    /* line 398, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom {
        padding-top: 60px;
    }
}

/* line 414, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-bottom .icon {
    width: 56px;
    height: 56px;
    fill: #fff;
    margin: 35px 0 64px;
}

@media screen and (max-width: 1600px) {
    /* line 414, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom .icon {
        margin: 20px 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 414, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom .icon {
        margin: 0px 0 10px;
        width: 35px;
        height: 35px;
    }
}

/* line 429, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-bottom p {
    font-size: 15px;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    /* line 429, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom p {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    /* line 429, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom p {
        font-size: 13px;
    }
}

/* line 441, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-content {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 25px 30px;
    overflow: hidden;
}

@media screen and (max-width: 990px) {
    /* line 441, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-content {
        background-color: rgba(116, 187, 32, 0.7);
    }
}

@media screen and (max-width: 600px) {
    /* line 441, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-content {
        padding: 10px;
    }
}

/* line 458, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-content .zag b {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 9px;
    display: block;
}

@media screen and (max-width: 600px) {
    /* line 458, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-content .zag b {
        font-size: 16px;
        margin-bottom: 0;
    }
}

/* line 471, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-content .zag span {
    font-size: 16px;
    line-height: 143.69%;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    /* line 471, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-content .zag span {
        font-size: 12px;
    }
}

/* line 484, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item:hover:not(.career-coorp__item--main) .career-coorp__item-content {
    background-color: rgba(116, 187, 32, 0.9);
}

/* line 488, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item:hover:not(.career-coorp__item--main) .career-coorp__item-top {
    top: 25px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

/* line 493, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item:hover:not(.career-coorp__item--main) .career-coorp__item-top .icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

/* line 500, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item:hover:not(.career-coorp__item--main) .career-coorp__item-bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    transition-delay: .3s !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
}

/* line 2, dev/sass/modules/career/career-develop.scss */
.career-develop h3, .career-develop .h3 {
    text-align: center;
    margin-bottom: 65px;
}

@media screen and (max-width: 600px) {
    /* line 2, dev/sass/modules/career/career-develop.scss */
    .career-develop h3, .career-develop .h3 {
        margin-bottom: 25px;
    }
}

/* line 10, dev/sass/modules/career/career-develop.scss */
.career-develop__bonus .zag {
    font-size: 22px;
    text-transform: uppercase;
    color: #55555B;
    text-align: center;
    font-weight: bold;
    margin-bottom: 17px;
}

@media screen and (max-width: 600px) {
    /* line 10, dev/sass/modules/career/career-develop.scss */
    .career-develop__bonus .zag {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 18px;
    }
}

/* line 24, dev/sass/modules/career/career-develop.scss */
.career-develop__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
}

@media screen and (max-width: 600px) {
    /* line 24, dev/sass/modules/career/career-develop.scss */
    .career-develop__list {
        padding: 15px 0 0;
    }
}

/* line 31, dev/sass/modules/career/career-develop.scss */
.career-develop__list li {
    width: 33.33%;
    border-right: 1px solid #F2F2F2;
    padding: 0 20px 30px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1440px) {
    /* line 31, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 31, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li {
        width: 100%;
        border-right: 0px solid #F2F2F2 !important;
        padding: 0;
        padding-bottom: 10px;
    }
}

/* line 47, dev/sass/modules/career/career-develop.scss */
.career-develop__list li:nth-child(3n) {
    border-right: 0;
}

@media screen and (max-width: 1440px) {
    /* line 47, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li:nth-child(3n) {
        border-right: 1px solid #F2F2F2;
    }
}

@media screen and (max-width: 1440px) {
    /* line 53, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li:nth-child(2n) {
        border-right: 0;
    }
}

/* line 58, dev/sass/modules/career/career-develop.scss */
.career-develop__list li .icon {
    fill: #74BB20;
    width: 35px;
    height: 35px;
}

@media screen and (max-width: 600px) {
    /* line 58, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li .icon {
        width: 25px;
        height: 25px;
    }
}

/* line 67, dev/sass/modules/career/career-develop.scss */
.career-develop__list li span {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #F2F2F2;
    color: #53565A;
    font-size: 17px;
    line-height: 110%;
    width: calc(100% - 65px);
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    /* line 67, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li span {
        font-size: 14px;
        margin-left: 15px;
        padding-left: 15px;
        width: calc(100% - 40px);
        min-height: 50px;
    }
}

/* line 88, dev/sass/modules/career/career-develop.scss */
.career-develop__highlight {
    max-width: 960px;
    margin: 40px auto;
    font-size: 16px;
    text-align: center;
    color: #53565A;
    padding: 35px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

@media screen and (max-width: 1440px) {
    /* line 88, dev/sass/modules/career/career-develop.scss */
    .career-develop__highlight {
        margin: 20px auto;
        max-width: 600px;
        padding: 20px 0;
        font-size: 14px;
    }
}

/* line 105, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 50px;
    margin: 80px 0;
}

@media screen and (max-width: 1440px) {
    /* line 105, dev/sass/modules/career/career-develop.scss */
    .career-develop__gallery {
        margin: 40px 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 105, dev/sass/modules/career/career-develop.scss */
    .career-develop__gallery {
        padding: 0;
        margin-bottom: 30px;
    }
}

/* line 118, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .slick-list {
    min-width: 100%;
    width: 100% !important;
}

/* line 122, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow {
    width: 50px;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 122, dev/sass/modules/career/career-develop.scss */
    .career-develop__gallery .arrow {
        display: none;
    }
}

/* line 134, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow.slick-disabled {
    opacity: 0;
}

/* line 137, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow:hover {
    background-color: #EEEEEE;
}

/* line 139, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow:hover svg {
    stroke: #74BB20;
}

/* line 143, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow svg {
    stroke: #53565A;
    fill: transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 148, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow-left {
    left: 0px;
}

/* line 151, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow-right {
    right: 0px;
}

/* line 155, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery-item {
    height: 300px;
    width: 33.33%;
    min-width: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* line 155, dev/sass/modules/career/career-develop.scss */
    .career-develop__gallery-item {
        height: 200px;
    }
}

/* line 165, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery-item::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: black;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    left: 0;
    top: 0;
}

/* line 177, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery-item:hover:before {
    opacity: 0.3;
}

/* line 1, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy {
    padding: 20px 0 80px;
}

/* line 3, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy h3, .career-vacancy .h3 {
    text-align: center;
    margin-bottom: 120px;
}

@media screen and (max-width: 1440px) {
    /* line 3, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy h3, .career-vacancy .h3 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 3, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy h3, .career-vacancy .h3 {
        margin-bottom: 15px;
    }
}

/* line 13, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* line 18, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list {
    width: 50%;
}

@media screen and (max-width: 990px) {
    /* line 18, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list {
        width: 100%;
        padding-bottom: 30px;
    }
}

/* line 26, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item.open .career-vacancy__list-name .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 30, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item ul {
    display: none;
}

/* line 33, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li {
    padding: 30px 0 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    /* line 33, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li {
        padding: 15px 0 15px 15px;
    }
}

@media screen and (max-width: 600px) {
    /* line 33, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }
}

/* line 48, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li:hover {
    background-color: #FAFAFA;
}

@media screen and (max-width: 600px) {
    /* line 48, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li:hover {
        background-color: rgba(241, 241, 241, 0.59);
    }
}

/* line 54, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li.active {
    background-color: #FAFAFA;
}

@media screen and (max-width: 600px) {
    /* line 54, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li.active {
        background-color: rgba(241, 241, 241, 0.59);
    }
}

/* line 59, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li.active span:not(.price) {
    font-weight: 600;
}

/* line 63, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li span:not(.price) {
    font-weight: 500;
    font-size: 18px;
    color: #53565A;
    width: calc(100% - 170px);
    min-height: 57px;
    border-right: 1px solid #55555B;
    padding-right: 100px;
}

@media screen and (max-width: 1440px) {
    /* line 63, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li span:not(.price) {
        padding-right: 30px;
        width: calc(100% - 140px);
    }
}

@media screen and (max-width: 600px) {
    /* line 63, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li span:not(.price) {
        width: 100%;
        border-right: 0px solid #55555B;
        border-bottom: 1px solid #55555B;
        min-height: 1px;
        padding: 0 0 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }
}

/* line 85, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li .price {
    width: 170px;
    padding-right: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 111.69%;
    text-align: right;
    color: #74BB20;
}

@media screen and (max-width: 1440px) {
    /* line 85, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li .price {
        padding-right: 30px;
        font-size: 18px;
        width: 140px;
    }
}

@media screen and (max-width: 600px) {
    /* line 85, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li .price {
        width: 100%;
        text-align: center;
        padding-right: 0;
        font-size: 14px;
    }
}

/* line 107, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-name {
    padding: 18px 0 18px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #F2F2F2;
    margin-bottom: -1px;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    /* line 107, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-name {
        padding: 15px;
        padding-right: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 107, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-name {
        height: auto;
    }
}

/* line 122, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-name span {
    font-weight: 500;
    font-size: 22px;
    color: #53565A;
    width: calc(100% - 70px);
    min-height: 57px;
    border-right: 1px solid #F2F2F2;
    padding-top: 10px;
}

@media screen and (max-width: 600px) {
    /* line 122, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-name span {
        padding-top: 0;
        min-height: 30px;
        font-size: 14px;
    }
}

/* line 136, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-name .icon {
    stroke: #53565A;
    stroke-width: 2px;
    fill: transparent;
    width: 10px;
    margin: 0 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 146, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab {
    width: calc(50% - 60px);
    margin-left: 60px;
    padding-left: 50px;
    border-left: 1px solid #F2F2F2;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1600px) {
    /* line 146, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab {
        width: calc(50% - 30px);
        margin-left: 30px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 146, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: 0px solid #F2F2F2;
    }
}

/* line 164, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .name {
    font-weight: 600;
    font-size: 22px;
    line-height: 152.69%;
    color: #53565A;
    margin-bottom: 40px;
}

/* line 170, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .name span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

/* line 174, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .name span:not(.price) {
    width: calc(100% - 135px);
    padding-right: 50px;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    /* line 174, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .name span:not(.price) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

/* line 184, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .name .price {
    font-size: 16px;
    line-height: 111.69%;
    text-align: right;
    color: #74BB20;
    width: 100%;
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    /* line 184, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .name .price {
        width: 100%;
    }
}

/* line 196, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab p {
    font-size: 16px;
    line-height: 152.69%;
    color: #53565A;
    margin-bottom: 50px;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    /* line 196, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab p {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 196, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab p {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

/* line 209, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab p b {
    font-weight: 600;
}

/* line 213, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .btn {
    text-transform: uppercase;
    padding: 15px 40px;
    margin-top: 50px;
}

@media screen and (max-width: 600px) {
    /* line 213, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .btn {
        margin-top: 15px;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
}

/* line 224, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .list {
    margin-bottom: 50px;
}

@media screen and (max-width: 1440px) {
    /* line 224, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .list {
        margin-bottom: 30px;
    }
}

/* line 229, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .list li {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #53565A;
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    /* line 229, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .list li {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    /* line 229, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .list li {
        padding-left: 30px;
    }
}

/* line 244, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .list li:last-child {
    margin-bottom: 0;
}

/* line 248, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .list li::before {
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #74BB20;
}

/* line 259, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .list--bold li {
    font-weight: 400;
    line-height: 140%;
}

/* line 3, dev/sass/modules/about/about-awards.scss */
.about-awards__container .inform-blck {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    /* line 6, dev/sass/modules/about/about-awards.scss */
    .about-awards__container .inform-blck__content {
        padding-bottom: 100px;
    }
}

/* line 12, dev/sass/modules/about/about-awards.scss */
.about-awards__sl {
    margin-bottom: 75px;
    margin-top: -85px;
    z-index: 50;
    padding: 0 65px;
}

@media screen and (max-width: 1600px) {
    /* line 12, dev/sass/modules/about/about-awards.scss */
    .about-awards__sl {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 600px) {
    /* line 12, dev/sass/modules/about/about-awards.scss */
    .about-awards__sl {
        margin-bottom: 20px;
        padding: 0 30px;
    }
}

/* line 24, dev/sass/modules/about/about-awards.scss */
.about-awards__sl .arrow {
    position: absolute;
    z-index: 20;
    top: calc(50% - 30px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 24, dev/sass/modules/about/about-awards.scss */
    .about-awards__sl .arrow {
        width: 30px;
    }
}

/* line 34, dev/sass/modules/about/about-awards.scss */
.about-awards__sl .arrow-left {
    left: 0;
}

/* line 37, dev/sass/modules/about/about-awards.scss */
.about-awards__sl .arrow-right {
    right: 0;
}

/* line 40, dev/sass/modules/about/about-awards.scss */
.about-awards__sl .arrow svg {
    stroke: #55555B;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 600px) {
    /* line 40, dev/sass/modules/about/about-awards.scss */
    .about-awards__sl .arrow svg {
        width: 100%;
    }
}

/* line 48, dev/sass/modules/about/about-awards.scss */
.about-awards__sl .arrow:hover svg {
    stroke: #74BB20;
}

/* line 56, dev/sass/modules/about/about-awards.scss */
.about-awards__item {
    padding: 10px 35px;
    font-size: 17px;
    line-height: 143.69%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (max-width: 1600px) {
    /* line 56, dev/sass/modules/about/about-awards.scss */
    .about-awards__item {
        padding: 10px;
    }
}

/* line 65, dev/sass/modules/about/about-awards.scss */
.about-awards__item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border-color: #74BB20;
}

/* line 70, dev/sass/modules/about/about-awards.scss */
.about-awards__item img {
    border: 8px solid #55555B;
    margin-bottom: 20px;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 76, dev/sass/modules/about/about-awards.scss */
.about-awards__item .name {
    color: #55555B;
}

/* line 79, dev/sass/modules/about/about-awards.scss */
.about-awards__item p {
    color: #BDBDBD;
}

/* line 1, dev/sass/modules/about/about-history.scss */
.about-history {
    margin-bottom: 120px;
}

@media screen and (max-width: 1600px) {
    /* line 1, dev/sass/modules/about/about-history.scss */
    .about-history {
        margin-bottom: 45px;
    }
}

/* line 6, dev/sass/modules/about/about-history.scss */
.about-history__container {
    position: relative;
}

/* line 10, dev/sass/modules/about/about-history.scss */
.about-history__img .img {
    height: 550px;
    min-width: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1600px) {
    /* line 10, dev/sass/modules/about/about-history.scss */
    .about-history__img .img {
        height: 450px;
    }
}

@media screen and (max-width: 990px) {
    /* line 10, dev/sass/modules/about/about-history.scss */
    .about-history__img .img {
        height: auto;
        padding-bottom: 350px;
    }
}

@media screen and (max-width: 600px) {
    /* line 10, dev/sass/modules/about/about-history.scss */
    .about-history__img .img {
        padding-bottom: 200px;
    }
}

/* line 27, dev/sass/modules/about/about-history.scss */
.about-history__text {
    width: 440px;
    left: calc(20% + 1px);
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
}

@media screen and (max-width: 1600px) {
    /* line 27, dev/sass/modules/about/about-history.scss */
    .about-history__text {
        width: 50%;
        left: 0;
    }
}

@media screen and (max-width: 1180px) {
    /* line 27, dev/sass/modules/about/about-history.scss */
    .about-history__text {
        height: auto;
        min-height: 100%;
    }
}

@media screen and (max-width: 990px) {
    /* line 27, dev/sass/modules/about/about-history.scss */
    .about-history__text {
        width: 100%;
        position: initial;
        top: auto;
        left: auto;
    }
}

/* line 48, dev/sass/modules/about/about-history.scss */
.about-history__text .arrows {
    position: absolute;
    z-index: 500;
    left: 50px;
    top: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

@media screen and (max-width: 1600px) {
    /* line 48, dev/sass/modules/about/about-history.scss */
    .about-history__text .arrows {
        top: 160px;
    }
}

@media screen and (max-width: 1180px) {
    /* line 48, dev/sass/modules/about/about-history.scss */
    .about-history__text .arrows {
        left: 0;
    }
}

@media screen and (max-width: 990px) {
    /* line 48, dev/sass/modules/about/about-history.scss */
    .about-history__text .arrows {
        top: calc(350px + 30px);
        right: 0;
        left: auto;
    }
}

@media screen and (max-width: 600px) {
    /* line 48, dev/sass/modules/about/about-history.scss */
    .about-history__text .arrows {
        top: calc(200px + 30px);
    }
}

/* line 73, dev/sass/modules/about/about-history.scss */
.about-history__text .arrows.one .arrow {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

/* line 77, dev/sass/modules/about/about-history.scss */
.about-history__text .arrows.one .arrow-right:hover {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}

/* line 83, dev/sass/modules/about/about-history.scss */
.about-history__text .arrow {
    width: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    margin-right: 30px;
}

@media screen and (max-width: 990px) {
    /* line 83, dev/sass/modules/about/about-history.scss */
    .about-history__text .arrow {
        margin-right: 0;
        margin-left: 30px;
    }
}

/* line 95, dev/sass/modules/about/about-history.scss */
.about-history__text .arrow:hover {
    width: 140px;
}

/* line 97, dev/sass/modules/about/about-history.scss */
.about-history__text .arrow:hover .icon {
    stroke: #74BB20;
}

/* line 101, dev/sass/modules/about/about-history.scss */
.about-history__text .arrow .icon {
    stroke: #7d7d7d;
    width: 140px;
    min-width: 140px;
}

/* line 109, dev/sass/modules/about/about-history.scss */
.about-history__text .arrow-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* line 120, dev/sass/modules/about/about-history.scss */
.about-history__text .slick-list, .about-history__text .slick-track {
    height: 100%;
}

/* line 123, dev/sass/modules/about/about-history.scss */
.about-history__text-container {
    height: 100%;
}

/* line 127, dev/sass/modules/about/about-history.scss */
.about-history__item {
    height: auto;
}

/* line 129, dev/sass/modules/about/about-history.scss */
.about-history__item-content {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px 50px;
}

@media screen and (max-width: 1600px) {
    /* line 129, dev/sass/modules/about/about-history.scss */
    .about-history__item-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 1180px) {
    /* line 129, dev/sass/modules/about/about-history.scss */
    .about-history__item-content {
        padding: 0 0px 70px;
    }
}

@media screen and (max-width: 990px) {
    /* line 129, dev/sass/modules/about/about-history.scss */
    .about-history__item-content {
        padding: 20px 0px;
    }
}

/* line 145, dev/sass/modules/about/about-history.scss */
.about-history__item .btn {
    position: absolute;
    bottom: 0;
    left: 50px;
}

@media screen and (max-width: 1180px) {
    /* line 145, dev/sass/modules/about/about-history.scss */
    .about-history__item .btn {
        left: 0;
    }
}

@media screen and (max-width: 990px) {
    /* line 145, dev/sass/modules/about/about-history.scss */
    .about-history__item .btn {
        position: initial;
        left: auto;
        margin-top: 20px;
    }
}

/* line 158, dev/sass/modules/about/about-history.scss */
.about-history__item .year {
    font-weight: bold;
    font-size: 96px;
    line-height: 0.8;
    text-transform: uppercase;
    color: #F2F2F2;
    margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
    /* line 158, dev/sass/modules/about/about-history.scss */
    .about-history__item .year {
        font-size: 80px;
    }
}

@media screen and (max-width: 990px) {
    /* line 158, dev/sass/modules/about/about-history.scss */
    .about-history__item .year {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

/* line 173, dev/sass/modules/about/about-history.scss */
.about-history__item .zag {
    font-weight: 600;
    font-size: 18px;
    line-height: 125.5%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 70px;
    min-height: 70px;
}

@media screen and (max-width: 1600px) {
    /* line 173, dev/sass/modules/about/about-history.scss */
    .about-history__item .zag {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 990px) {
    /* line 173, dev/sass/modules/about/about-history.scss */
    .about-history__item .zag {
        margin-bottom: 20px;
        font-size: 16px;
        min-height: auto;
    }
}

/* line 190, dev/sass/modules/about/about-history.scss */
.about-history__item p {
    font-weight: 300;
    font-size: 15px;
    line-height: 140.5%;
    color: #4D4D4F;
}

@media screen and (max-width: 990px) {
    /* line 190, dev/sass/modules/about/about-history.scss */
    .about-history__item p {
        font-size: 14px;
    }
}

/* line 1, dev/sass/modules/about/about-leader.scss */
.about-leader {
    margin-bottom: 66px;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/about/about-leader.scss */
    .about-leader {
        margin-bottom: 20px;
    }
}

/* line 7, dev/sass/modules/about/about-leader.scss */
.about-leader__container {
    position: relative;
}

/* line 11, dev/sass/modules/about/about-leader.scss */
.about-leader__zag {
    margin-bottom: 90px;
    margin-top: 60px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    /* line 11, dev/sass/modules/about/about-leader.scss */
    .about-leader__zag {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

/* line 19, dev/sass/modules/about/about-leader.scss */
.about-leader__zag h3, .about-leader__zag .h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 125.5%;
    text-transform: uppercase;
    color: #55555B;
    margin-bottom: 37px;
}

@media screen and (max-width: 600px) {
    /* line 19, dev/sass/modules/about/about-leader.scss */
    .about-leader__zag h3, .about-leader__zag .h3 {
        margin-bottom: 25px;
    }
}

/* line 30, dev/sass/modules/about/about-leader.scss */
.about-leader__zag p {
    max-width: 960px;
    padding: 40px 15px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin: 0 auto;
    font-size: 16px;
    line-height: 152.69%;
    color: #53565A;
}

@media screen and (max-width: 600px) {
    /* line 30, dev/sass/modules/about/about-leader.scss */
    .about-leader__zag p {
        font-size: 14px;
        padding: 10px;
    }
}

/* line 46, dev/sass/modules/about/about-leader.scss */
.about-leader__img {
    margin-bottom: 57px;
    position: relative;
    width: 75%;
    margin-left: 25%;
}

@media screen and (max-width: 990px) {
    /* line 46, dev/sass/modules/about/about-leader.scss */
    .about-leader__img {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 46, dev/sass/modules/about/about-leader.scss */
    .about-leader__img {
        margin-bottom: 0px;
    }
}

/* line 59, dev/sass/modules/about/about-leader.scss */
.about-leader__img::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}

@media screen and (max-width: 990px) {
    /* line 59, dev/sass/modules/about/about-leader.scss */
    .about-leader__img::before {
        content: none;
    }
}

/* line 69, dev/sass/modules/about/about-leader.scss */
.about-leader__img::before {
    background: -webkit-linear-gradient(357.81deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    background: -o-linear-gradient(357.81deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    background: linear-gradient(92.19deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    left: 33.33%;
    width: 66.66%;
}

/* line 74, dev/sass/modules/about/about-leader.scss */
.about-leader__img::after {
    background: -webkit-linear-gradient(354.1deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    background: -o-linear-gradient(354.1deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    background: linear-gradient(95.9deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    right: 0;
}

/* line 79, dev/sass/modules/about/about-leader.scss */
.about-leader__img-item img {
    width: 100%;
}

@media screen and (max-width: 990px) {
    /* line 79, dev/sass/modules/about/about-leader.scss */
    .about-leader__img-item img {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 79, dev/sass/modules/about/about-leader.scss */
    .about-leader__img-item img {
        width: 100%;
    }
}

/* line 95, dev/sass/modules/about/about-leader.scss */
.about-leader__text {
    width: calc(25% + 1px);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    position: absolute;
    background-color: #fff;
}

@media screen and (max-width: 990px) {
    /* line 95, dev/sass/modules/about/about-leader.scss */
    .about-leader__text {
        width: 50%;
        left: auto;
        right: 0;
        padding-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 95, dev/sass/modules/about/about-leader.scss */
    .about-leader__text {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        padding-right: 0;
    }
}

/* line 116, dev/sass/modules/about/about-leader.scss */
.about-leader__text .slick-list, .about-leader__text .slick-track {
    height: 100%;
}

/* line 119, dev/sass/modules/about/about-leader.scss */
.about-leader__text .arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 119, dev/sass/modules/about/about-leader.scss */
    .about-leader__text .arrow {
        height: 50px;
        top: 15px;
        width: 20px;
    }
}

/* line 134, dev/sass/modules/about/about-leader.scss */
.about-leader__text .arrow svg {
    stroke: #55555B;
    width: 17px;
    height: 35px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 141, dev/sass/modules/about/about-leader.scss */
.about-leader__text .arrow:hover svg {
    stroke: #74BB20;
}

/* line 145, dev/sass/modules/about/about-leader.scss */
.about-leader__text .arrow-left {
    display: none !important;
    left: calc((100% + 50px)*-1);
}

@media screen and (max-width: 990px) {
    /* line 145, dev/sass/modules/about/about-leader.scss */
    .about-leader__text .arrow-left {
        left: -100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 145, dev/sass/modules/about/about-leader.scss */
    .about-leader__text .arrow-left {
        height: 50px;
        top: 15px;
        width: 20px;
        left: 0;
    }
}

/* line 158, dev/sass/modules/about/about-leader.scss */
.about-leader__text .arrow-right {
    left: 200%;
}

@media screen and (max-width: 990px) {
    /* line 158, dev/sass/modules/about/about-leader.scss */
    .about-leader__text .arrow-right {
        right: 0;
        left: auto;
    }
}

/* line 166, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item {
    padding: 0 25px;
    position: relative;
}

@media screen and (max-width: 1600px) {
    /* line 166, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 166, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item {
        padding: 20px 0;
    }
}

/* line 175, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 125.5%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 6px;
}

@media screen and (max-width: 600px) {
    /* line 175, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .name {
        margin: 0 30px;
        width: calc(100% - 60px);
        text-align: center;
    }
}

/* line 188, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item .status {
    font-size: 18px;
    padding-bottom: 11px;
    line-height: 125.5%;
    color: #BDBDBD;
    border-bottom: 1px solid #74BB20;
    display: inline-block;
}

@media screen and (max-width: 1600px) {
    /* line 188, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .status {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    /* line 188, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .status {
        margin: 0 30px;
        width: calc(100% - 60px);
        text-align: center;
    }
}

/* line 204, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    max-height: 70%;
    height: 100%;
    padding: 0 35px;
}

@media screen and (max-width: 1600px) {
    /* line 204, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .text {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 204, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .text {
        position: initial;
        max-height: 100%;
        left: auto;
        bottom: auto;
        padding: 30px 0;
    }
}

/* line 222, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item .text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 140.5%;
    color: #4D4D4F;
}

@media screen and (max-width: 1600px) {
    /* line 222, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .text p {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    /* line 222, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .text p {
        text-align: center;
    }
}

/* line 233, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item .text p b {
    font-weight: normal;
}

/* line 241, dev/sass/modules/about/about-leader.scss */
.about-leader__link {
    text-align: center;
}

/* line 1, dev/sass/modules/about/about-values.scss */
.about-values {
    padding: 65px 70px 0;
    position: relative;
}

@media screen and (max-width: 1600px) {
    /* line 1, dev/sass/modules/about/about-values.scss */
    .about-values {
        padding: 45px 0px 0;
    }
}

/* line 7, dev/sass/modules/about/about-values.scss */
.about-values::before {
    content: '';
    width: calc(100% + 150px);
    height: 100%;
    background-color: #FAFAFA;
    position: absolute;
    left: -50px;
    top: 0;
    pointer-events: none;
}

/* line 17, dev/sass/modules/about/about-values.scss */
.about-values__zag {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 125.5%;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #55555B;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1600px) {
    /* line 17, dev/sass/modules/about/about-values.scss */
    .about-values__zag {
        margin-bottom: 45px;
    }
}

/* line 34, dev/sass/modules/about/about-values.scss */
.about-values__list {
    padding-bottom: 104px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1600px) {
    /* line 34, dev/sass/modules/about/about-values.scss */
    .about-values__list {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 34, dev/sass/modules/about/about-values.scss */
    .about-values__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 49, dev/sass/modules/about/about-values.scss */
.about-values__item {
    width: calc(33.33% - 15px);
    margin-right: 15px;
    padding: 20px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: -1px;
    background-color: #fff;
    position: relative;
    z-index: 20;
}

/* line 61, dev/sass/modules/about/about-values.scss */
.about-values__item.w100 {
    width: 100% !important;
}

@media screen and (max-width: 1600px) {
    /* line 49, dev/sass/modules/about/about-values.scss */
    .about-values__item {
        width: calc(33.33% - 10px);
        margin-right: 10px;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 49, dev/sass/modules/about/about-values.scss */
    .about-values__item {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 600px) {
    /* line 49, dev/sass/modules/about/about-values.scss */
    .about-values__item {
        width: 100%;
        margin-right: 0;
    }
}

/* line 77, dev/sass/modules/about/about-values.scss */
.about-values__item::before, .about-values__item::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #74BB20;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 85, dev/sass/modules/about/about-values.scss */
.about-values__item::before {
    top: -0.5px;
    right: 0;
}

/* line 89, dev/sass/modules/about/about-values.scss */
.about-values__item::after {
    bottom: -0.5px;
    left: 0;
}

/* line 93, dev/sass/modules/about/about-values.scss */
.about-values__item:hover {
    background-color: #fff;
}

/* line 95, dev/sass/modules/about/about-values.scss */
.about-values__item:hover::before, .about-values__item:hover::after {
    width: 100%;
}

/* line 99, dev/sass/modules/about/about-values.scss */
.about-values__item-img {
    width: 70px;
    border-right: 1px solid #E0E0E0;
}

@media screen and (max-width: 1600px) {
    /* line 99, dev/sass/modules/about/about-values.scss */
    .about-values__item-img {
        width: 60px;
    }
}

/* line 105, dev/sass/modules/about/about-values.scss */
.about-values__item-img .icon {
    fill: #55555B;
    width: 38px;
    height: 38px;
}

@media screen and (max-width: 1600px) {
    /* line 105, dev/sass/modules/about/about-values.scss */
    .about-values__item-img .icon {
        width: 30px;
        height: 30px;
    }
}

/* line 115, dev/sass/modules/about/about-values.scss */
.about-values__item-text {
    width: calc(100% - 70px);
    padding-left: 30px;
}

@media screen and (max-width: 1600px) {
    /* line 115, dev/sass/modules/about/about-values.scss */
    .about-values__item-text {
        width: calc(100% - 60px);
        padding-left: 20px;
    }
}

/* line 122, dev/sass/modules/about/about-values.scss */
.about-values__item-text p {
    font-size: 15px;
    line-height: 140.5%;
    color: #4D4D4F;
    margin-bottom: 14px;
}

@media screen and (max-width: 1600px) {
    /* line 122, dev/sass/modules/about/about-values.scss */
    .about-values__item-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* line 132, dev/sass/modules/about/about-values.scss */
.about-values__item-text p:last-child {
    margin-bottom: 0;
}

/* line 135, dev/sass/modules/about/about-values.scss */
.about-values__item-text p b {
    font-weight: 600;
}

/* line 2, dev/sass/pages/arenda.scss */
.arenda-map {
    padding: 40px;
    background-color: #fff;
}

@media screen and (max-width: 990px) {
    /* line 2, dev/sass/pages/arenda.scss */
    .arenda-map {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 2, dev/sass/pages/arenda.scss */
    .arenda-map {
        padding: 10px;
    }
}

/* line 11, dev/sass/pages/arenda.scss */
.arenda-map__zag {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 40px;
    padding-right: 20px;
}

@media screen and (max-width: 990px) {
    /* line 11, dev/sass/pages/arenda.scss */
    .arenda-map__zag {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

/* line 25, dev/sass/pages/arenda.scss */
.arenda-map__popup .mfp-content {
    max-width: 1230px;
    margin: 0 auto;
}

/* line 29, dev/sass/pages/arenda.scss */
.arenda-map__popup button.mfp-close {
    background-image: url(/local/templates/a-100art/css/../img/svg/close-green.svg);
    width: 60px;
    height: 60px;
    right: 30px;
    top: 25px;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}

@media screen and (max-width: 990px) {
    /* line 29, dev/sass/pages/arenda.scss */
    .arenda-map__popup button.mfp-close {
        width: 40px;
        height: 40px;
        -webkit-background-size: 20px 20px;
        background-size: 20px;
        top: 0;
        right: 0;
    }
}

/* line 49, dev/sass/pages/arenda.scss */
.arenda-map__popup .ymaps-2-1-76-balloon__close-button {
    -webkit-background-size: 20px 20px;
    background-size: 20px;
}

/* line 52, dev/sass/pages/arenda.scss */
.arenda-map__popup .ymaps-2-1-76-balloon__content {
    width: 600px;
    padding: 0 !important;
}

@media screen and (max-width: 990px) {
    /* line 52, dev/sass/pages/arenda.scss */
    .arenda-map__popup .ymaps-2-1-76-balloon__content {
        width: 500px;
    }
}

@media screen and (max-width: 600px) {
    /* line 52, dev/sass/pages/arenda.scss */
    .arenda-map__popup .ymaps-2-1-76-balloon__content {
        width: 100%;
        min-width: 250px;
        padding-right: 50px;
    }
}

/* line 64, dev/sass/pages/arenda.scss */
.arenda-map__popup .ymaps-2-1-76-balloon__content > ymaps {
    width: 100% !important;
    height: auto !important;
}

/* line 71, dev/sass/pages/arenda.scss */
.arenda-map__container {
    width: 100%;
    height: 650px;
}

@media screen and (max-width: 990px) {
    /* line 71, dev/sass/pages/arenda.scss */
    .arenda-map__container {
        height: 400px;
    }
}

@media screen and (max-width: 800px) {
    /* line 81, dev/sass/pages/arenda.scss */
    .project-sl--arenda {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 85, dev/sass/pages/arenda.scss */
    .project-sl--arenda .project-sl__info {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 92, dev/sass/pages/arenda.scss */
    .project-sl__container--arenda::before {
        content: none;
    }
}

/* line 100, dev/sass/pages/arenda.scss */
.templateBaloon {
    padding: 40px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 990px) {
    /* line 100, dev/sass/pages/arenda.scss */
    .templateBaloon {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 100, dev/sass/pages/arenda.scss */
    .templateBaloon {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }
}

/* line 111, dev/sass/pages/arenda.scss */
.templateBaloon__text {
    width: 50%;
    padding-right: 50px;
}

@media screen and (max-width: 990px) {
    /* line 111, dev/sass/pages/arenda.scss */
    .templateBaloon__text {
        padding-right: 10px;
    }
}

@media screen and (max-width: 600px) {
    /* line 111, dev/sass/pages/arenda.scss */
    .templateBaloon__text {
        padding-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* line 122, dev/sass/pages/arenda.scss */
.templateBaloon__text .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 143.69%;
    color: #55555B;
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    /* line 122, dev/sass/pages/arenda.scss */
    .templateBaloon__text .name {
        margin-bottom: 10px;
        font-size: 14px;
        padding-right: 20px;
    }
}

/* line 134, dev/sass/pages/arenda.scss */
.templateBaloon__text .desc {
    font-size: 14px;
    line-height: 143.69%;
    color: #55555B;
    margin-bottom: 35px;
}

@media screen and (max-width: 600px) {
    /* line 134, dev/sass/pages/arenda.scss */
    .templateBaloon__text .desc {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

/* line 144, dev/sass/pages/arenda.scss */
.templateBaloon__text a {
    text-transform: uppercase;
}

/* line 148, dev/sass/pages/arenda.scss */
.templateBaloon__img {
    width: 50%;
    text-align: right;
}

@media screen and (max-width: 600px) {
    /* line 148, dev/sass/pages/arenda.scss */
    .templateBaloon__img {
        width: 100%;
    }
}

/* line 154, dev/sass/pages/arenda.scss */
.templateBaloon__img img {
    max-width: 100%;
    max-height: 100%;
}

/* line 1, dev/sass/pages/contact.scss */
.contact {
    width: 100%;
}

/* line 4, dev/sass/pages/contact.scss */
.contact .project-sl__container.hidden {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1600px) {
    /* line 4, dev/sass/pages/contact.scss */
    .contact .project-sl__container.hidden {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/* line 12, dev/sass/pages/contact.scss */
.contact .project-sl__container::after {
    content: none;
}

@media screen and (max-width: 1600px) {
    /* line 12, dev/sass/pages/contact.scss */
    .contact .project-sl__container::after {
        content: '';
    }
}

/* line 23, dev/sass/pages/contact.scss */
.contact .project-sl__item-content {
    height: 300px;
}

@media screen and (max-width: 600px) {
    /* line 23, dev/sass/pages/contact.scss */
    .contact .project-sl__item-content {
        height: 200px;
    }
}

/* line 30, dev/sass/pages/contact.scss */
.contact-sl {
    padding-right: 50px;
    margin-bottom: 120px;
}

@media screen and (max-width: 990px) {
    /* line 30, dev/sass/pages/contact.scss */
    .contact-sl {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    /* line 30, dev/sass/pages/contact.scss */
    .contact-sl {
        padding-right: 15px;
        margin-bottom: 20px;
    }
}

/* line 40, dev/sass/pages/contact.scss */
.contact-sl .project-sl__info {
    z-index: 120;
    padding-right: 50px;
}

@media screen and (max-width: 600px) {
    /* line 40, dev/sass/pages/contact.scss */
    .contact-sl .project-sl__info {
        padding-right: 15px;
    }
}

/* line 50, dev/sass/pages/contact.scss */
.contact-map__container {
    height: 900px;
    width: 100%;
    position: relative;
}

/* line 54, dev/sass/pages/contact.scss */
.contact-map__container--small {
    height: 550px;
}

@media screen and (max-width: 600px) {
    /* line 54, dev/sass/pages/contact.scss */
    .contact-map__container--small {
        height: 80vh;
    }
}

@media screen and (max-width: 600px) {
    /* line 50, dev/sass/pages/contact.scss */
    .contact-map__container {
        height: 80vh;
    }
}

/* line 63, dev/sass/pages/contact.scss */
.contact-map__container .ymaps-2-1-75-image {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 67, dev/sass/pages/contact.scss */
.contact-map__container ymaps {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 71, dev/sass/pages/contact.scss */
.contact-map__container [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale") !important;
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%) !important;
    /* Chrome 19+ & Safari 6+ */
}

@media screen and (max-width: 1440px) {
    /* line 78, dev/sass/pages/contact.scss */
    .contact-map__container .templateBaloon--small {
        padding: 10px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 83, dev/sass/pages/contact.scss */
    .contact-map__container .templateBaloon--small .templateBaloon__text .name {
        margin-bottom: 15px;
    }
}

/* line 88, dev/sass/pages/contact.scss */
.contact-map__container .templateBaloon--small .templateBaloon__text .desc {
    margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
    /* line 82, dev/sass/pages/contact.scss */
    .contact-map__container .templateBaloon--small .templateBaloon__text {
        padding-right: 15px;
    }
}

/* line 97, dev/sass/pages/contact.scss */
.contact-map__container .ymaps-2-1-76-balloon__content > ymaps {
    width: 550px !important;
    height: auto !important;
}

@media screen and (max-width: 1440px) {
    /* line 97, dev/sass/pages/contact.scss */
    .contact-map__container .ymaps-2-1-76-balloon__content > ymaps {
        width: 400px !important;
    }
}

@media screen and (max-width: 600px) {
    /* line 97, dev/sass/pages/contact.scss */
    .contact-map__container .ymaps-2-1-76-balloon__content > ymaps {
        width: 200px !important;
    }
}

/* line 109, dev/sass/pages/contact.scss */
.contact-map__container.no--ballon .ymaps-2-1-76-balloon__layout {
    display: none !important;
}

/* line 112, dev/sass/pages/contact.scss */
.contact-map__container.no--ballon .templateBaloon--small {
    display: none !important;
}

/* line 118, dev/sass/pages/contact.scss */
.contact-map__info {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    z-index: 500;
    background-color: #fff;
    padding: 30px 140px 20px 90px;
    width: 815px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1700px) {
    /* line 118, dev/sass/pages/contact.scss */
    .contact-map__info {
        width: 700px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 118, dev/sass/pages/contact.scss */
    .contact-map__info {
        width: 600px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 990px) {
    /* line 118, dev/sass/pages/contact.scss */
    .contact-map__info {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 118, dev/sass/pages/contact.scss */
    .contact-map__info {
        padding: 15px;
        padding-left: 70px;
    }
}

/* line 147, dev/sass/pages/contact.scss */
.contact-map__info.visible {
    left: calc(100% - 55px);
    opacity: 1;
    visibility: visible;
}

/* line 152, dev/sass/pages/contact.scss */
.contact-map__info.visible .contact-map__info-button svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* line 157, dev/sass/pages/contact.scss */
.contact-map__info.open {
    left: calc(100% - 815px);
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1700px) {
    /* line 157, dev/sass/pages/contact.scss */
    .contact-map__info.open {
        left: calc(100% - 700px);
    }
}

@media screen and (max-width: 990px) {
    /* line 157, dev/sass/pages/contact.scss */
    .contact-map__info.open {
        left: 0;
    }
}

/* line 171, dev/sass/pages/contact.scss */
.contact-map__info.open .contact-map__info-button svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 176, dev/sass/pages/contact.scss */
.contact-map__info-button {
    position: absolute;
    width: 55px;
    height: 100%;
    border-right: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    cursor: pointer;
}

/* line 188, dev/sass/pages/contact.scss */
.contact-map__info-button svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 194, dev/sass/pages/contact.scss */
.contact-map__info-zag {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    /* line 194, dev/sass/pages/contact.scss */
    .contact-map__info-zag {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

/* line 209, dev/sass/pages/contact.scss */
.contact-map__info-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}

@media screen and (max-width: 1440px) {
    /* line 209, dev/sass/pages/contact.scss */
    .contact-map__info-list {
        padding-bottom: 20px;
    }
}

/* line 216, dev/sass/pages/contact.scss */
.contact-map__info-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
    /* line 216, dev/sass/pages/contact.scss */
    .contact-map__info-list li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}

/* line 223, dev/sass/pages/contact.scss */
.contact-map__info-list li .name {
    width: 130px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
}

@media screen and (max-width: 600px) {
    /* line 223, dev/sass/pages/contact.scss */
    .contact-map__info-list li .name {
        width: 100%;
    }
}

/* line 236, dev/sass/pages/contact.scss */
.contact-map__info-list li .link {
    width: calc((100% - 130px) / 2);
}

@media screen and (max-width: 600px) {
    /* line 236, dev/sass/pages/contact.scss */
    .contact-map__info-list li .link {
        width: 100%;
    }
}

/* line 241, dev/sass/pages/contact.scss */
.contact-map__info-list li .link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #55555B;
    opacity: 0.8;
    display: block;
}

@media screen and (max-width: 1440px) {
    /* line 241, dev/sass/pages/contact.scss */
    .contact-map__info-list li .link a {
        font-size: 14px;
    }
}

/* line 253, dev/sass/pages/contact.scss */
.contact-map__info-list li .link a:hover {
    text-decoration: none;
}

/* line 259, dev/sass/pages/contact.scss */
.contact-map__info-list li .address {
    width: calc((100% - 130px) / 2);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
    padding: 0 15px;
}

@media screen and (max-width: 1440px) {
    /* line 259, dev/sass/pages/contact.scss */
    .contact-map__info-list li .address {
        font-size: 14px;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 259, dev/sass/pages/contact.scss */
    .contact-map__info-list li .address {
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }
}

/* line 281, dev/sass/pages/contact.scss */
.contact-map__info .mob-form {
    display: none;
}

@media screen and (max-width: 600px) {
    /* line 281, dev/sass/pages/contact.scss */
    .contact-map__info .mob-form {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    /* line 287, dev/sass/pages/contact.scss */
    .contact-map__info-form {
        display: none;
    }
}

/* line 291, dev/sass/pages/contact.scss */
.contact-map__info-form .zag {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 11px;
}

@media screen and (max-width: 1440px) {
    /* line 291, dev/sass/pages/contact.scss */
    .contact-map__info-form .zag {
        margin-bottom: 5px;
        font-size: 14px;
    }
}

/* line 306, dev/sass/pages/contact.scss */
.contact-map__info-form p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
    /* line 306, dev/sass/pages/contact.scss */
    .contact-map__info-form p {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

/* line 318, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block {
    width: 100%;
    margin-right: 0;
}

/* line 321, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #828282;
    margin-bottom: 19px;
    display: block;
}

@media screen and (max-width: 1440px) {
    /* line 321, dev/sass/pages/contact.scss */
    .contact-map__info-form .form-block label {
        margin-bottom: 10px;
    }
}

/* line 331, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block label span {
    color: #74BB20;
}

/* line 335, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block textarea {
    height: 120px;
    resize: none;
    width: 100%;
    border: 1px solid #55555B;
    padding: 15px 27px;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
}

/* line 345, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block textarea.error, .contact-map__info-form .form-block textarea.error-online {
    border-color: #EB5757 !important;
}

/* line 348, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block textarea.success {
    border-color: #74BB20 !important;
}

/* line 356, dev/sass/pages/contact.scss */
.contact-map--single {
    position: relative;
    width: 100%;
}

/* line 359, dev/sass/pages/contact.scss */
.contact-map--single .contact-map__info {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("/local/templates/a-100art/css/./../img/svg/map-marker.svg");
    background-repeat: no-repeat;
    background-position: right 30% top 15%;
}

/* line 1, dev/sass/pages/vacancy.scss */
.vacancy {
    width: 100%;
}

/* line 4, dev/sass/pages/vacancy.scss */
.vacancy .contact-sl {
    margin-bottom: 0;
}

/* line 9, dev/sass/pages/vacancy.scss */
.vacancy .project-sl__container.hidden {
    opacity: 0;
}

/* line 14, dev/sass/pages/vacancy.scss */
.vacancy-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #F2F2F2;
    padding: 0 50px;
}

@media screen and (max-width: 1440px) {
    /* line 14, dev/sass/pages/vacancy.scss */
    .vacancy-list {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 14, dev/sass/pages/vacancy.scss */
    .vacancy-list {
        padding: 0 15px;
    }
}

/* line 26, dev/sass/pages/vacancy.scss */
.vacancy-list .pagination {
    margin-top: 70px;
}

@media screen and (max-width: 1440px) {
    /* line 26, dev/sass/pages/vacancy.scss */
    .vacancy-list .pagination {
        margin-top: 30px;
    }
}

/* line 33, dev/sass/pages/vacancy.scss */
.vacancy-list__item {
    width: 50%;
    position: relative;
    padding: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 1440px) {
    /* line 33, dev/sass/pages/vacancy.scss */
    .vacancy-list__item {
        padding: 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 33, dev/sass/pages/vacancy.scss */
    .vacancy-list__item {
        width: 100%;
        padding: 15px;
    }
}

/* line 49, dev/sass/pages/vacancy.scss */
.vacancy-list__item:nth-child(odd) {
    border-right: 0;
}

@media screen and (max-width: 990px) {
    /* line 49, dev/sass/pages/vacancy.scss */
    .vacancy-list__item:nth-child(odd) {
        border-right: 1px solid #F2F2F2;
    }
}

/* line 55, dev/sass/pages/vacancy.scss */
.vacancy-list__item:nth-child(odd)::after {
    right: -1px;
}

/* line 64, dev/sass/pages/vacancy.scss */
.vacancy-list__item:hover {
    background-color: #FAFAFA;
}

/* line 67, dev/sass/pages/vacancy.scss */
.vacancy-list__item:hover::before, .vacancy-list__item:hover::after {
    height: 100%;
}

/* line 71, dev/sass/pages/vacancy.scss */
.vacancy-list__item:hover .vacancy-list__item-top .btn::before {
    width: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 77, dev/sass/pages/vacancy.scss */
.vacancy-list__item::before, .vacancy-list__item::after {
    content: '';
    width: 1px;
    height: 0px;
    background-color: #74BB20;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 5;
}

/* line 87, dev/sass/pages/vacancy.scss */
.vacancy-list__item::before {
    left: 0;
    bottom: 0;
}

/* line 92, dev/sass/pages/vacancy.scss */
.vacancy-list__item::after {
    right: 0;
    top: 0;
}

/* line 97, dev/sass/pages/vacancy.scss */
.vacancy-list__item-top {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #55555B;
}

@media screen and (max-width: 1440px) {
    /* line 97, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-top {
        padding-bottom: 20px;
    }
}

/* line 105, dev/sass/pages/vacancy.scss */
.vacancy-list__item-top .btn {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 600px) {
    /* line 105, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-top .btn {
        position: relative;
    }
}

/* line 113, dev/sass/pages/vacancy.scss */
.vacancy-list__item-top .btn::before {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    right: -2px;
    top: -2px;
    /*background-color: #fff;*/
    z-index: 2;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

@media screen and (max-width: 1180px) {
    /* line 113, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-top .btn::before {
        content: none;
    }
}

/* line 130, dev/sass/pages/vacancy.scss */
.vacancy-list__item-name {
    width: calc(100% - 200px);
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #4D4D4F;
}

@media screen and (max-width: 600px) {
    /* line 130, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-name {
        font-size: 18px;
        width: 100%;
        margin-bottom: 5px;
        height: auto !important;
    }
}

/* line 144, dev/sass/pages/vacancy.scss */
.vacancy-list__item-price {
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 112%;
    color: #78BE20;
}

@media screen and (max-width: 600px) {
    /* line 144, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-price {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* line 154, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #828282;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 14px;
    margin-top: 10px;
    width: calc(100% - 200px);
}

@media screen and (max-width: 600px) {
    /* line 154, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-type {
        width: 100%;
    }
}

/* line 167, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 1px;
}

/* line 174, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type i.gray {
    background-color: #828282;
}

/* line 178, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type i.blue {
    background-color: #99D6EA;
}

/* line 182, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type i.green {
    background-color: #78BE20;
}

/* line 186, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type i.orange {
    background-color: #D6A461;
}

/* line 192, dev/sass/pages/vacancy.scss */
.vacancy-list__item-text {
    padding-top: 25px;
}

/* line 195, dev/sass/pages/vacancy.scss */
.vacancy-list__item-text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #4D4D4F;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    /* line 195, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-text p {
        font-size: 14px;
    }
}

/* line 204, dev/sass/pages/vacancy.scss */
.vacancy-list__item-text p:last-child {
    margin-bottom: 0;
}

/* line 208, dev/sass/pages/vacancy.scss */
.vacancy-list__item-text p b {
    font-weight: normal;
}

/* line 1, dev/sass/pages/404.scss */
.page-404 {
    width: 100%;
    height: 480px;
    margin-bottom: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 990px) {
    /* line 1, dev/sass/pages/404.scss */
    .page-404 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/pages/404.scss */
    .page-404 {
        margin-bottom: 0px;
    }
}

/* line 16, dev/sass/pages/404.scss */
.page-404__container {
    text-align: center;
    padding: 0 20px;
}

/* line 20, dev/sass/pages/404.scss */
.page-404__name {
    font-weight: 600;
    font-size: 144px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 140%;
}

@media screen and (max-width: 600px) {
    /* line 20, dev/sass/pages/404.scss */
    .page-404__name {
        font-size: 60px;
    }
}

/* line 30, dev/sass/pages/404.scss */
.page-404 p {
    font-weight: 500;
    font-size: 22px;
    text-transform: lowercase;
    color: #FFFFFF;
    margin-bottom: 55px;
}

@media screen and (max-width: 600px) {
    /* line 30, dev/sass/pages/404.scss */
    .page-404 p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/* line 3, dev/sass/pages/search.scss */
.search-info .tender-form {
    border-top: 0;
}

/* line 6, dev/sass/pages/search.scss */
.search-info.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    padding-bottom: 50px;
}

/* line 12, dev/sass/pages/search.scss */
.search-list {
    width: 100%;
}

/* line 14, dev/sass/pages/search.scss */
.search-list-mh {
    min-height: 60vh;
}

/* line 17, dev/sass/pages/search.scss */
.search-list__item {
    width: 100%;
    padding: 30px 20px;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 990px) {
    /* line 17, dev/sass/pages/search.scss */
    .search-list__item {
        padding: 30px 15px;
    }
}

/* line 26, dev/sass/pages/search.scss */
.search-list__item::before, .search-list__item::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #74BB20;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

/* line 34, dev/sass/pages/search.scss */
.search-list__item::before {
    left: 0;
    top: 0;
}

/* line 38, dev/sass/pages/search.scss */
.search-list__item::after {
    right: 0;
    bottom: -1px;
}

/* line 42, dev/sass/pages/search.scss */
.search-list__item:hover {
    background-color: #FAFAFA;
}

/* line 44, dev/sass/pages/search.scss */
.search-list__item:hover:before, .search-list__item:hover:after {
    width: 100%;
}

/* line 47, dev/sass/pages/search.scss */
.search-list__item:hover * {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

/* line 51, dev/sass/pages/search.scss */
.search-list__item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4D4D4F;
    margin-bottom: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 60, dev/sass/pages/search.scss */
.search-list__item-type {
    font-weight: 300;
    font-size: 12px;
    line-height: 143.69%;
    text-transform: uppercase;
    color: #696869;
    margin-bottom: 14px;
}

/* line 68, dev/sass/pages/search.scss */
.search-list__item-p {
    font-size: 15px;
    line-height: 143.69%;
    color: #55555B;
    margin-bottom: 15px;
    min-height: 80px;
}

/* line 75, dev/sass/pages/search.scss */
.search-list__item-link {
    font-weight: 300;
    font-size: 13px;
    line-height: 143.69%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #55555B;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 84, dev/sass/pages/search.scss */
.search-list .pagination {
    margin-top: 90px;
}

@media screen and (max-width: 990px) {
    /* line 84, dev/sass/pages/search.scss */
    .search-list .pagination {
        margin-top: 30px;
        padding-bottom: 30px;
    }
}

/* line 93, dev/sass/pages/search.scss */
.search-header {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding: 30px 0;
}

@media screen and (max-width: 990px) {
    /* line 93, dev/sass/pages/search.scss */
    .search-header {
        padding: 30px 0;
    }
}

/* line 101, dev/sass/pages/search.scss */
.search-header::before {
    content: '';
    background-color: #FAFAFA;
    width: calc(100% + 100px);
    height: 100%;
    left: -50px;
    top: 0;
    position: absolute;
    z-index: -1;
}

/* line 111, dev/sass/pages/search.scss */
.search-header p {
    font-size: 15px;
    line-height: 143.69%;
    color: #55555B;
    margin-top: 40px;
    margin-bottom: 0;
}

@media screen and (max-width: 990px) {
    /* line 111, dev/sass/pages/search.scss */
    .search-header p {
        margin-top: 20px;
    }
}

/* line 122, dev/sass/pages/search.scss */
.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

/* line 126, dev/sass/pages/search.scss */
.search-form__img {
    position: absolute;
    top: 5px;
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #74BB20;
}

/* line 135, dev/sass/pages/search.scss */
.search-form__img .icon {
    width: 21px;
    height: 21px;
}

/* line 140, dev/sass/pages/search.scss */
.search-form__input {
    width: 402px;
    height: 50px;
    border: 1px solid #55555B;
    padding: 10px;
    padding-left: 70px;
    font-size: 14px;
    color: rgba(85, 85, 91, 0.81);
}

/* line 148, dev/sass/pages/search.scss */
.search-form__input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(85, 85, 91, 0.81);
}
.search-form__input::-moz-placeholder {
    font-size: 14px;
    color: rgba(85, 85, 91, 0.81);
}
.search-form__input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(85, 85, 91, 0.81);
}
.search-form__input::placeholder {
    font-size: 14px;
    color: rgba(85, 85, 91, 0.81);
}

/* line 153, dev/sass/pages/search.scss */
.search-form .btn {
    margin-left: 12px;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    /* line 153, dev/sass/pages/search.scss */
    .search-form .btn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

/* line 2, dev/sass/pages/press.scss */
.press-calendar {
    padding: 30px 0 40px;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 12, dev/sass/pages/press.scss */
.press-calendar__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* line 12, dev/sass/pages/press.scss */
    .press-calendar__input {
        width: 100%;
    }
}

/* line 20, dev/sass/pages/press.scss */
.press-calendar__input input {
    border: 1px solid #55555B;
    padding: 14px 18px;
    color: #828282;
    opacity: 0.8;
    width: 380px;
    font-size: 15px;
    height: 50px;
}

@media screen and (max-width: 600px) {
    /* line 20, dev/sass/pages/press.scss */
    .press-calendar__input input {
        width: 100%;
    }
}

/* line 32, dev/sass/pages/press.scss */
.press-calendar__input img {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #74BB20;
    padding: 5px 0 5px 15px;
}

/* line 42, dev/sass/pages/press.scss */
.press-calendar p {
    font-size: 16px;
    color: #333333;
    width: 100%;
}

/* line 49, dev/sass/pages/press.scss */
.press-info .h4, .press-info h4 {
    font-weight: 600;
    font-size: 22px;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 20px;
}

/* line 56, dev/sass/pages/press.scss */
.press-info p {
    color: #4F4F4F;
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 10px;
}

/* line 62, dev/sass/pages/press.scss */
.press-info__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 26px;
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    margin: 20px 0 40px;
}

/* line 69, dev/sass/pages/press.scss */
.press-info__link a {
    font-weight: 600;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4F4F4F;
    opacity: 0.8;
    margin-right: 10px;
    margin-top: 10px;
}

/* line 77, dev/sass/pages/press.scss */
.press-info__link a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

/* line 83, dev/sass/pages/press.scss */
.press-info__subs {
    margin: 35px 0 70px;
}

@media screen and (max-width: 600px) {
    /* line 83, dev/sass/pages/press.scss */
    .press-info__subs {
        margin: 20px 0;
    }
}

/* line 88, dev/sass/pages/press.scss */
.press-info__subs label {
    display: block;
    margin-bottom: 19px;
    color: #3c3c3c;
}

/* line 92, dev/sass/pages/press.scss */
.press-info__subs label span {
    color: #74BB20;
}

/* line 96, dev/sass/pages/press.scss */
.press-info__subs .btn {
    text-transform: uppercase;
    font-size: 15px;
}

@media screen and (max-width: 1600px) {
    /* line 96, dev/sass/pages/press.scss */
    .press-info__subs .btn {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 990px) {
    /* line 96, dev/sass/pages/press.scss */
    .press-info__subs .btn {
        margin-top: 0;
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    /* line 96, dev/sass/pages/press.scss */
    .press-info__subs .btn {
        width: 100%;
        margin-top: 10px;
        min-height: 50px;
    }
}

/* line 113, dev/sass/pages/press.scss */
.press-info__subs-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1600px) {
    /* line 113, dev/sass/pages/press.scss */
    .press-info__subs-input {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 990px) {
    /* line 113, dev/sass/pages/press.scss */
    .press-info__subs-input {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 600px) {
    /* line 113, dev/sass/pages/press.scss */
    .press-info__subs-input {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 124, dev/sass/pages/press.scss */
.press-info__subs-input input {
    border: 1px solid #55555B;
    width: 100%;
    padding: 10px 20px;
    color: rgba(130, 130, 130, 0.8);
    font-size: 15px;
    border-right: 0;
    min-height: 50px;
}

@media screen and (max-width: 1600px) {
    /* line 124, dev/sass/pages/press.scss */
    .press-info__subs-input input {
        border-right: 1px solid #55555B;
    }
}

/* line 135, dev/sass/pages/press.scss */
.press-info__subs-input input.error, .press-info__subs-input input.error-online {
    border-color: #EB5757;
}

/* line 138, dev/sass/pages/press.scss */
.press-info__subs-input input.success {
    border-color: #74BB20;
}

/* line 141, dev/sass/pages/press.scss */
.press-info__subs-input input::-webkit-input-placeholder {
    color: rgba(130, 130, 130, 0.8);
}
.press-info__subs-input input::-moz-placeholder {
    color: rgba(130, 130, 130, 0.8);
}
.press-info__subs-input input::-ms-input-placeholder {
    color: rgba(130, 130, 130, 0.8);
}
.press-info__subs-input input::placeholder {
    color: rgba(130, 130, 130, 0.8);
}

/* line 149, dev/sass/pages/press.scss */
.press-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 152, dev/sass/pages/press.scss */
.press-download__lg {
    width: 130px;
    border: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 600px) {
    /* line 152, dev/sass/pages/press.scss */
    .press-download__lg {
        width: 100%;
    }
}

/* line 163, dev/sass/pages/press.scss */
.press-download__lg .icon {
    margin: 0 auto;
    width: 35.04px;
    height: 43.49px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 600px) {
    /* line 163, dev/sass/pages/press.scss */
    .press-download__lg .icon {
        margin: 30px auto;
    }
}

/* line 172, dev/sass/pages/press.scss */
.press-download__lg .name {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #4D4D4F;
    border-top: 1px solid #E0E0E0;
    padding: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 181, dev/sass/pages/press.scss */
.press-download__lg:hover {
    border-color: #74BB20;
}

/* line 183, dev/sass/pages/press.scss */
.press-download__lg:hover .name {
    border-color: #74BB20;
}

/* line 188, dev/sass/pages/press.scss */
.press-download__content {
    width: calc(100% - 130px);
    padding-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1600px) {
    /* line 188, dev/sass/pages/press.scss */
    .press-download__content {
        padding-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 188, dev/sass/pages/press.scss */
    .press-download__content {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }
}

/* line 201, dev/sass/pages/press.scss */
.press-download__content .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 140.5%;
    text-transform: uppercase;
    color: #4D4D4F;
    padding-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000000;
    width: 100%;
}

/* line 213, dev/sass/pages/press.scss */
.press-download__a {
    border: 1px solid #E0E0E0;
    text-align: center;
    color: #4D4D4F;
    font-size: 14px;
    padding: 5px 10px;
    width: calc(33.33% - 7px);
    margin-right: 7px;
    margin-bottom: 7px;
    text-transform: uppercase;
    min-height: 33px;
}

@media screen and (max-width: 1600px) {
    /* line 213, dev/sass/pages/press.scss */
    .press-download__a {
        width: calc(50% - 7px);
    }
}

@media screen and (max-width: 990px) {
    /* line 213, dev/sass/pages/press.scss */
    .press-download__a {
        width: calc(33.33% - 7px);
    }
}

/* line 230, dev/sass/pages/press.scss */
.press-download__a:hover {
    border-color: #74BB20;
}

/* line 240, dev/sass/pages/press.scss */
.ui-widget-header {
    background-color: #74BB20;
}

/* line 243, dev/sass/pages/press.scss */
#ui-datepicker-div {
    z-index: 100 !important;
}

/* line 246, dev/sass/pages/press.scss */
.ui-widget-content {
    border-color: #74BB20;
    background-color: #fff;
    z-index: 20;
}

/* line 251, dev/sass/pages/press.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border-color: #74BB20;
    text-align: center;
}

/* line 256, dev/sass/pages/press.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-state-active, .ui-widget-content .ui-state-active {
    background: #74BB20;
    color: #fff;
}

/* line 261, dev/sass/pages/press.scss */
.ui-datepicker .ui-datepicker-prev span {
    background-image: url(/local/templates/a-100art/css/../img/svg/ar-l-long.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

/* line 266, dev/sass/pages/press.scss */
.ui-datepicker .ui-datepicker-next span {
    background-image: url(/local/templates/a-100art/css/../img/svg/ar-r-long.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

/* line 273, dev/sass/pages/press.scss */
.date-picker--simple {
    width: 380px;
    min-width: 300px;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 10px;
    border-color: #E0E0E0;
}

@media screen and (max-width: 600px) {
    /* line 273, dev/sass/pages/press.scss */
    .date-picker--simple {
        width: calc(100% - 30px);
        left: 15px !important;
        padding: 10px;
    }
}

@media screen and (max-width: 600px) {
    /* line 285, dev/sass/pages/press.scss */
    .date-picker--simple .jq-selectbox__select-text {
        font-size: 14px;
    }
}

/* line 290, dev/sass/pages/press.scss */
.date-picker--simple .ui-datepicker-buttonpane {
    width: 30%;
    margin: 0;
    float: left;
    border: 0;
    padding: 0;
    padding-left: 10px;
}

/* line 298, dev/sass/pages/press.scss */
.date-picker--simple [data-handler="today"] {
    display: none;
}

/* line 301, dev/sass/pages/press.scss */
.date-picker--simple .ui-datepicker-buttonpane button {
    height: 100%;
    float: none;
    background-color: #74BB20;
    color: #fff;
    font-size: 15px;
    padding: 15px;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
}

/* line 314, dev/sass/pages/press.scss */
.date-picker--simple * {
    line-height: 100%;
}

/* line 317, dev/sass/pages/press.scss */
.date-picker--simple .jq-selectbox__select {
    height: 50px;
    padding-left: 15px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 324, dev/sass/pages/press.scss */
.date-picker--simple .ui-widget-header {
    background-color: #fff;
    padding: 0;
    border: 0;
    width: 70%;
    float: left;
}

/* line 331, dev/sass/pages/press.scss */
.date-picker--simple .ui-datepicker-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

/* line 335, dev/sass/pages/press.scss */
.date-picker--simple .ui-datepicker-title .jq-selectbox {
    width: 49%;
}

/* line 339, dev/sass/pages/press.scss */
.date-picker--simple .ui-datepicker-prev,
.date-picker--simple .ui-datepicker-next {
    display: none;
}

/* line 1, dev/sass/pages/ie.scss */
.page-ie {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(/local/templates/a-100art/css/../img/ie-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
}

/* line 10, dev/sass/pages/ie.scss */
.page-ie__zag {
    max-width: 600px;
    color: #fff;
    margin: 40px auto 20px;
}

/* line 14, dev/sass/pages/ie.scss */
.page-ie__zag p {
    font-weight: 300;
    font-size: 28px;
    line-height: 138%;
    text-transform: lowercase;
    color: rgba(250, 250, 250, 0.5);
}

/* line 20, dev/sass/pages/ie.scss */
.page-ie__zag p b {
    display: block;
    font-weight: 500;
    font-size: 49px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px;
}

/* line 30, dev/sass/pages/ie.scss */
.page-ie__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 138%;
    text-align: center;
    text-transform: lowercase;
    color: #FAFAFA;
    opacity: 0.6;
    max-width: 600px;
    margin: 0 auto;
}

/* line 41, dev/sass/pages/ie.scss */
.page-ie__browser {
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
    max-width: 950px;
    margin: 40px auto 0;
}

/* line 47, dev/sass/pages/ie.scss */
.page-ie__browser-item {
    width: 25%;
    padding: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #74BB20;
}

/* line 55, dev/sass/pages/ie.scss */
.page-ie__browser-item:hover div {
    background-color: white;
    color: black;
}

/* line 60, dev/sass/pages/ie.scss */
.page-ie__browser-item:last-child {
    border-right: 0;
}

/* line 63, dev/sass/pages/ie.scss */
.page-ie__browser-item img {
    margin-bottom: 30px;
}

/* line 66, dev/sass/pages/ie.scss */
.page-ie__browser-item div {
    width: 100%;
    padding: 8px 10px;
    text-align: center;
    font-size: 17px;
    line-height: 138%;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 1, dev/sass/pages/tender-request.scss */
main.no-scroll {
    height: 100vh;
    overflow: hidden;
}

/* line 5, dev/sass/pages/tender-request.scss */
body.no-scroll {
    height: 100vh;
    overflow: hidden;
}

/* line 10, dev/sass/pages/tender-request.scss */
.show-request .request {
    right: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
}

/* line 18, dev/sass/pages/tender-request.scss */
.hide-request .request {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 5;
    top: 46px;
}

/* line 25, dev/sass/pages/tender-request.scss */
.hide-request .request.hide-block {
    top: 46px;
    left: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: white;
    z-index: 5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 36, dev/sass/pages/tender-request.scss */
.tender.hide {
    display: none;
}

/* line 39, dev/sass/pages/tender-request.scss */
.request {
    position: absolute;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 60px;
    top: 46px;
    left: 100%;
    background-color: white;
}

@media screen and (max-width: 990px) {
    /* line 39, dev/sass/pages/tender-request.scss */
    .request {
        padding: 30px 15px;
    }
}

/* line 49, dev/sass/pages/tender-request.scss */
.request.show-block {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    background-color: white;
    z-index: 5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* line 57, dev/sass/pages/tender-request.scss */
.request .anketa {
    max-width: 1045px;
}

/* line 60, dev/sass/pages/tender-request.scss */
.request .anketa-item._table {
    width: 100%;
    padding-right: 0;
}

/* line 63, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .input--text {
    border: none;
    padding: 0;
    opacity: 1;
}

@media screen and (max-width: 990px) {
    /* line 60, dev/sass/pages/tender-request.scss */
    .request .anketa-item._table {
        overflow: auto;
        max-width: calc(100vw - 30px);
    }
}

/* line 72, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .more-table {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}

/* line 77, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .more-table a {
    color: #74BB20;
    text-decoration: underline;
    font-size: 16px;
}

/* line 81, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .more-table a:hover {
    text-decoration: none;
}

/* line 87, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table {
    width: 100%;
    border-collapse: collapse;
}

@media screen and (max-width: 990px) {
    /* line 87, dev/sass/pages/tender-request.scss */
    .request .anketa-item._table table {
        width: 990px;
    }
}

/* line 93, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input {
    width: 100%;
    height: 100%;
}

/* line 96, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input input {
    padding: 28px 26px;
}

/* line 99, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input.error {
    border: 1px solid #EB5757;
}

/* line 102, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input.succes {
    border: 1px solid #74BB20;
}

/* line 107, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table tr:first-child td {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #55555B;
    padding: 16px 26px;
}

/* line 117, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .press-calendar__input input {
    border: none;
}

/* line 120, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .press-calendar__input img {
    border: none;
}

/* line 125, dev/sass/pages/tender-request.scss */
.request .anketa-item._table td {
    border: 1px solid #55555B;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #55555B;
}

/* line 134, dev/sass/pages/tender-request.scss */
.request .anketa-item._table td.name {
    padding: 16px 26px;
}

/* line 140, dev/sass/pages/tender-request.scss */
.request .anketa .anketa-sbmt {
    background-color: transparent;
    padding: 0;
    min-width: auto;
    margin-left: 0;
}

/* line 147, dev/sass/pages/tender-request.scss */
.request-close {
    position: absolute;
    right: 60px;
    top: 65px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 990px) {
    /* line 147, dev/sass/pages/tender-request.scss */
    .request-close {
        top: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 147, dev/sass/pages/tender-request.scss */
    .request-close {
        right: 30px;
    }
}

/* line 161, dev/sass/pages/tender-request.scss */
.request-close:before, .request-close:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 1px;
    background-color: #74BB20;
    top: 18px;
}

/* line 169, dev/sass/pages/tender-request.scss */
.request-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 172, dev/sass/pages/tender-request.scss */
.request-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 175, dev/sass/pages/tender-request.scss */
.request-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 179, dev/sass/pages/tender-request.scss */
.request-zag {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    padding-bottom: 5px;
    padding-right: 100px;
}

@media screen and (max-width: 600px) {
    /* line 179, dev/sass/pages/tender-request.scss */
    .request-zag {
        padding-right: 70px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 191, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    /* line 191, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 199, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file-zag {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 199, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file-zag {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 208, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file {
        width: 100%;
        padding: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 208, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {
    /* line 216, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .jq-file {
        height: auto;
        width: 90%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 1440px) {
    /* line 223, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .jq-file__name {
        top: 60px;
    }
}

@media screen and (max-width: 600px) {
    /* line 223, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .jq-file__name {
        top: auto;
        bottom: -8px;
        right: 10px;
        left: auto;
        padding-right: 0;
    }
}

@media screen and (max-width: 1440px) {
    /* line 235, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .photo {
        margin-left: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 235, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .photo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 247, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .text {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 90%;
        margin-bottom: 15px;
    }
}

/* line 258, dev/sass/pages/tender-request.scss */
._document .error {
    color: #EB5757;
    font-size: 13px;
}

/* line 262, dev/sass/pages/tender-request.scss */
._document .percent {
    color: #74BB20;
    font-size: 13px;
}

/* line 2, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-item .scroll__container {
    height: 450px;
}

/* line 5, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name {
    border: 1px solid #F2F2F2;
    padding: 0;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

@media screen and (max-width: 800px) {
    /* line 5, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-name {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 12, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text {
    padding: 17px 30px 17px 30px;
}

@media screen and (max-width: 800px) {
    /* line 12, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-name .tender__list-name__text {
        width: calc(100% - 81px);
        padding: 17px 5px 17px 30px;
    }
}

/* line 19, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text .zag span {
    font-weight: 500;
    font-size: 16px;
    line-height: 140.5%;
    color: #4D4D4F;
}

/* line 26, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text .desc {
    padding-top: 18px;
}

/* line 28, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text .desc span {
    font-weight: normal;
    font-size: 16px;
    line-height: 140.5%;
    color: #4D4D4F;
}

/* line 36, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status {
    padding: 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    min-width: 210px;
    width: 210px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 46, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status span {
    font-size: 18px;
    line-height: 140.5%;
    text-transform: uppercase;
    color: #55555B;
    width: auto;
    min-height: auto;
    padding: 0;
    border: none;
}

/* line 58, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status._succes span {
    color: #74BB20;
}

/* line 64, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status._reject span {
    color: #D6A461;
}

@media screen and (max-width: 800px) {
    /* line 36, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-name .tender__list-name__status {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding: 15px 40px;
        border: none;
        border-top: 1px solid #F2F2F2;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 78, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__arr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 800px) {
    /* line 78, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-name .tender__list-name__arr {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        border-left: 1px solid #F2F2F2;
    }
}

/* line 88, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .check {
    pointer-events: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* line 92, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .check span {
    font-weight: normal;
    font-size: 16px;
    line-height: 140.5%;
    color: #4D4D4F;
}

/* line 100, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file.styler {
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 104, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file__name {
    visibility: hidden;
}

/* line 107, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file__browse {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background: none;
    padding: 16px 20px;
    margin-left: 35px;
    text-transform: uppercase;
    border: 1px solid #74BB20;
    background-color: #74BB20;
    color: #fff;
    font-size: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

/* line 122, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file__browse:hover {
    background-color: white;
    color: #74BB20;
}

/* line 131, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

/* line 135, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table table {
    width: 100%;
    border-collapse: collapse;
}

@media screen and (max-width: 600px) {
    /* line 135, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-val_table table {
        width: 500px;
    }
}

/* line 141, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table table td {
    border: 1px solid #55555B;
    padding: 16px 26px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #55555B;
}

@media screen and (max-width: 800px) {
    /* line 141, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-val_table table td {
        padding: 15px;
    }
}

/* line 154, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table._big-table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

/* line 158, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table._big-table table {
    width: 700px;
}

/* line 164, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .h3 {
    margin-top: 35px;
}

/* line 168, dev/sass/pages/tender-lc-bid.scss */
.tender__list-val.anketa {
    padding-bottom: 0;
}

/* line 3, dev/sass/pages/popup.scss */
.mfp-wrap.w600 .mfp-content {
    max-width: 600px;
}

/* line 9, dev/sass/pages/popup.scss */
.mfp-wrap.w460 .mfp-content {
    max-width: 460px;
}

/* line 11, dev/sass/pages/popup.scss */
.mfp-wrap.w460 .mfp-content .popup {
    padding: 50px 73px 60px;
}

@media screen and (max-width: 600px) {
    /* line 11, dev/sass/pages/popup.scss */
    .mfp-wrap.w460 .mfp-content .popup {
        padding: 50px 20px 60px;
    }
}

/* line 22, dev/sass/pages/popup.scss */
.mfp-content .popup {
    padding: 45px 90px 50px 40px;
}

@media screen and (max-width: 600px) {
    /* line 22, dev/sass/pages/popup.scss */
    .mfp-content .popup {
        padding: 45px 50px 50px 20px;
    }
}

/* line 27, dev/sass/pages/popup.scss */
.mfp-content .popup-wrp {
    width: 100%;
}

/* line 30, dev/sass/pages/popup.scss */
.mfp-content .popup__zag {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 14px;
}

/* line 38, dev/sass/pages/popup.scss */
.mfp-content .popup__desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #55555B;
}

/* line 44, dev/sass/pages/popup.scss */
.mfp-content .popup .btn {
    margin-top: 30px;
}

/* line 46, dev/sass/pages/popup.scss */
.mfp-content .popup .btn-full {
    width: 100%;
    margin-top: 10px;
    padding: 16px 0;
}

/* line 52, dev/sass/pages/popup.scss */
.mfp-content .popup .mfp-close {
    top: 50px;
    right: 40px;
}

@media screen and (max-width: 600px) {
    /* line 52, dev/sass/pages/popup.scss */
    .mfp-content .popup .mfp-close {
        right: 15px;
        top: 30px;
    }
}

/* line 60, dev/sass/pages/popup.scss */
.mfp-content .popup__form {
    width: 100%;
    border-top: 1px solid #E0E0E0;
    margin-top: 25px;
    padding-top: 35px;
}

/* line 65, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item {
    width: 100%;
}

/* line 67, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item .anketa-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
}

/* line 71, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item .anketa-item label {
    font-size: 16px;
    line-height: 130%;
    color: #55555B;
}

/* line 77, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item .anketa-item .check span {
    font-size: 16px;
    color: #55555B;
    margin-left: 20px;
}

/* line 88, dev/sass/pages/popup.scss */
body .mfp-bg.mfp-ready + .tender.hide {
    display: block;
}

/* line 92, dev/sass/pages/popup.scss */
.popup__form.anketa {
    padding-bottom: 0;
    width: 100%;
    max-width: none;
}

/* line 96, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file-zag {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
}

/* line 101, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file {
    width: 100%;
    background-position-y: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
    /* line 101, dev/sass/pages/popup.scss */
    .popup__form.anketa .form-block--file {
        background-image: none;
    }
}

/* line 109, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file .jq-file .jq-file__name {
    position: static;
    padding-right: 0;
}

/* line 113, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file .jq-file {
    width: auto;
    margin-right: 35px;
}

/* line 117, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file .photo {
    padding-left: 0;
}

/* line 126, dev/sass/pages/popup.scss */
.tender__list-item .tender__list-val .popup__form.anketa {
    padding-left: 35px;
    padding-bottom: 0;
    margin-top: 0;
}

/* line 130, dev/sass/pages/popup.scss */
.tender__list-item .tender__list-val .popup__form.anketa .btn {
    margin-left: 0;
}

@media screen and (max-width: 600px) {
    /* line 126, dev/sass/pages/popup.scss */
    .tender__list-item .tender__list-val .popup__form.anketa {
        padding-left: 15px;
    }
}

/* line 1, dev/sass/pages/anketa.scss */
.anketa {
    width: 100%;
    margin-top: 40px;
}

/* line 5, dev/sass/pages/anketa.scss */
.anketa .check span {
    font-size: 16px;
    line-height: 1.3px;
    letter-spacing: -0.01em;
    color: #333333;
    margin-left: 20px;
}

/* line 11, dev/sass/pages/anketa.scss */
.anketa .check span span {
    color: #74BB20;
    margin-left: 5px;
}

/* line 17, dev/sass/pages/anketa.scss */
.anketa .form-block--file {
    background-image: url(/local/templates/a-100art/css/./../img/svg/clip.svg);
    background-position-x: 95%;
    height: 115px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}

@media screen and (max-width: 600px) {
    /* line 17, dev/sass/pages/anketa.scss */
    .anketa .form-block--file {
        height: 150px;
    }
}

/* line 28, dev/sass/pages/anketa.scss */
.anketa .form-block--file .text .desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    opacity: 0.7;
}

/* line 36, dev/sass/pages/anketa.scss */
.anketa .form-block--file .form-file-field {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    opacity: 1;
    font-weight: normal;
}

/* line 44, dev/sass/pages/anketa.scss */
.anketa .form-block--file {
    background-color: #FAFAFA;
}

/* line 46, dev/sass/pages/anketa.scss */
.anketa .form-block--file .photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
}

/* line 50, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file__browse {
    color: white;
    background: #74BB20;
    padding: 12px 40px;
    border: 1px solid #74BB20;
    text-shadow: none;
    position: static;
    font-size: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 600px) {
    /* line 50, dev/sass/pages/anketa.scss */
    .anketa .form-block--file .jq-file__browse {
        left: 10px;
        padding: 12px;
    }
}

/* line 66, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file__browse:hover {
    color: #74BB20;
    background-color: white;
}

/* line 71, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
}

@media screen and (max-width: 600px) {
    /* line 71, dev/sass/pages/anketa.scss */
    .anketa .form-block--file .jq-file {
        height: 120px;
    }
}

/* line 77, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file .jq-file__name {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #828282;
    background: none;
    font-family: "Proxima Nova";
    position: absolute;
    bottom: 0px;
    left: 0;
    padding-left: 0;
}

@media screen and (max-width: 600px) {
    /* line 77, dev/sass/pages/anketa.scss */
    .anketa .form-block--file .jq-file .jq-file__name {
        left: 0px;
        top: 95px;
    }
}

/* line 98, dev/sass/pages/anketa.scss */
.anketa .form-block--file .text {
    right: 100px;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #333333;
    font-family: "Proxima Nova";
    top: 37px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (max-width: 600px) {
    /* line 98, dev/sass/pages/anketa.scss */
    .anketa .form-block--file .text {
        left: 10px;
        top: 90px;
    }
}

/* line 113, dev/sass/pages/anketa.scss */
.anketa--p {
    min-width: calc(100% + 150px);
    background-color: #FAFAFA;
    padding: 30px 0 30px 50px;
    margin-left: -50px;
}

@media screen and (max-width: 1440px) {
    /* line 113, dev/sass/pages/anketa.scss */
    .anketa--p {
        width: 100%;
        min-width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 113, dev/sass/pages/anketa.scss */
    .anketa--p {
        padding-right: 15px;
        padding-left: 15px;
        min-width: calc(100% + 30px);
        margin-left: -15px;
    }
}

/* line 131, dev/sass/pages/anketa.scss */
.anketa--p p {
    width: calc(70% - 50px);
    color: #55555B;
    font-size: 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    /* line 131, dev/sass/pages/anketa.scss */
    .anketa--p p {
        width: 100%;
    }
}

/* line 142, dev/sass/pages/anketa.scss */
.anketa-section {
    border-top: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 45px 0 15px;
}

/* line 148, dev/sass/pages/anketa.scss */
.anketa-section:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 1440px) {
    /* line 142, dev/sass/pages/anketa.scss */
    .anketa-section {
        width: 100%;
    }
}

/* line 155, dev/sass/pages/anketa.scss */
.anketa-section .h3 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    opacity: 0.8;
}

/* line 166, dev/sass/pages/anketa.scss */
.anketa-copy {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

/* line 172, dev/sass/pages/anketa.scss */
.anketa-copy .close {
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/a-100art/css/../img/svg/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 172, dev/sass/pages/anketa.scss */
    .anketa-copy .close {
        width: 25px;
        height: 25px;
    }
}

/* line 190, dev/sass/pages/anketa.scss */
.anketa-copy .close:hover {
    -webkit-transform: rotate(180deg) scale(0.6);
    -ms-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
}

/* line 195, dev/sass/pages/anketa.scss */
.anketa-copy__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

/* line 201, dev/sass/pages/anketa.scss */
.anketa-copy-btn {
    width: calc(100% - 40px);
    padding: 30px 0 30px;
    margin-bottom: 45px;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* line 201, dev/sass/pages/anketa.scss */
    .anketa-copy-btn {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* line 214, dev/sass/pages/anketa.scss */
.anketa-copy-btn::before {
    content: '';
    width: 66.66%;
    height: 1px;
    background-color: #E0E0E0;
    position: absolute;
    right: 0;
    top: 50%;
}

@media screen and (max-width: 1440px) {
    /* line 214, dev/sass/pages/anketa.scss */
    .anketa-copy-btn::before {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 214, dev/sass/pages/anketa.scss */
    .anketa-copy-btn::before {
        content: none;
    }
}

/* line 230, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #74BB20;
    background-color: #fff;
    border: 1px solid #74BB20;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: calc(33.33% - 40px);
}

@media screen and (max-width: 1440px) {
    /* line 230, dev/sass/pages/anketa.scss */
    .anketa-copy-btn .btn {
        width: 40%;
    }
}

@media screen and (max-width: 600px) {
    /* line 230, dev/sass/pages/anketa.scss */
    .anketa-copy-btn .btn {
        width: 100%;
    }
}

/* line 250, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn:hover {
    background-color: #74BB20;
    color: #fff;
}

/* line 254, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn:hover .icon {
    stroke: #fff;
}

/* line 259, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn .icon {
    width: 23px;
    height: 23px;
    fill: transparent;
    stroke: #74BB20;
    margin-right: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 272, dev/sass/pages/anketa.scss */
.anketa-zag {
    padding: 45px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #55555B;
    width: calc(100% - 40px);
}

@media screen and (max-width: 600px) {
    /* line 272, dev/sass/pages/anketa.scss */
    .anketa-zag {
        width: 100%;
        padding: 20px 0;
        margin-bottom: 25px;
    }
}

/* line 283, dev/sass/pages/anketa.scss */
.anketa-zag .h2, .anketa-zag h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin: 0;
}

@media screen and (max-width: 600px) {
    /* line 283, dev/sass/pages/anketa.scss */
    .anketa-zag .h2, .anketa-zag h2 {
        font-size: 18px;
    }
}

/* line 296, dev/sass/pages/anketa.scss */
.anketa .hr {
    width: calc(100% - 40px);
    background-color: #E0E0E0;
    height: 1px;
    margin: 0 0 45px;
}

/* line 304, dev/sass/pages/anketa.scss */
.anketa .error input, .anketa .error textarea,
.anketa .error-online input,
.anketa .error-online textarea {
    border-color: #EB5757 !important;
}

/* line 310, dev/sass/pages/anketa.scss */
.anketa .not-equally input, .anketa .not-equally textarea {
    border-color: #EB5757 !important;
}

/* line 315, dev/sass/pages/anketa.scss */
.anketa .succes input, .anketa .succes textarea {
    border-color: #74BB20 !important;
}

/* line 321, dev/sass/pages/anketa.scss */
.anketa-item {
    width: 33.33%;
    padding-right: 40px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1440px) {
    /* line 321, dev/sass/pages/anketa.scss */
    .anketa-item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 321, dev/sass/pages/anketa.scss */
    .anketa-item {
        padding-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

/* line 338, dev/sass/pages/anketa.scss */
.anketa-item.error input, .anketa-item.error textarea, .anketa-item.error-online input, .anketa-item.error-online textarea {
    border-color: #EB5757 !important;
}

/* line 344, dev/sass/pages/anketa.scss */
.anketa-item.not-equally input, .anketa-item.not-equally textarea {
    border-color: #EB5757 !important;
}

/* line 350, dev/sass/pages/anketa.scss */
.anketa-item.succes input, .anketa-item.succes textarea {
    border-color: #74BB20 !important;
}

/* line 355, dev/sass/pages/anketa.scss */
.anketa-item.w100 {
    width: 100%;
}

/* line 358, dev/sass/pages/anketa.scss */
.anketa-item.mb20 {
    margin-bottom: 20px;
}

/* line 361, dev/sass/pages/anketa.scss */
.anketa-item .w100 {
    width: 100%;
}

/* line 365, dev/sass/pages/anketa.scss */
.anketa-item .form-block--file {
    width: 100%;
}

/* line 368, dev/sass/pages/anketa.scss */
.anketa-item .check {
    cursor: pointer;
}

/* line 370, dev/sass/pages/anketa.scss */
.anketa-item .check label {
    cursor: pointer;
}

/* line 375, dev/sass/pages/anketa.scss */
.anketa-item.empty {
    margin-bottom: 0;
}

/* line 378, dev/sass/pages/anketa.scss */
.anketa-item._document {
    height: auto;
    position: relative;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

/* line 384, dev/sass/pages/anketa.scss */
.anketa-item._document.error .form-block--file-zag, .anketa-item._document.error-online .form-block--file-zag {
    color: #EB5757;
}

/* line 390, dev/sass/pages/anketa.scss */
.anketa-item .form-block--file-zag {
    width: 35%;
    font-weight: 500;
    font-size: 18px;
    line-height: 143.69%;
    color: #333333;
    padding-right: 25px;
    padding-bottom: 40px;
}

/* line 399, dev/sass/pages/anketa.scss */
.anketa-item .form-block--file {
    width: 65%;
    height: auto;
    padding: 30px 0;
}

/* line 405, dev/sass/pages/anketa.scss */
.anketa-item p {
    color: #55555B;
}

/* line 408, dev/sass/pages/anketa.scss */
.anketa-item p span {
    color: #74BB20;
    margin-left: 5px;
}

/* line 415, dev/sass/pages/anketa.scss */
.anketa-item input + .dl--input {
    margin-top: 35px;
}

/* line 420, dev/sass/pages/anketa.scss */
.anketa-item .dl--input {
    width: 100%;
}

/* line 421, dev/sass/pages/anketa.scss */
.anketa-item .dl--input input {
    width: 50%;
    text-align: center;
}

/* line 429, dev/sass/pages/anketa.scss */
.anketa-item.w66 {
    width: 66.66%;
    margin-right: 10px;
}

@media screen and (max-width: 1440px) {
    /* line 429, dev/sass/pages/anketa.scss */
    .anketa-item.w66 {
        width: 100%;
    }
}

/* line 437, dev/sass/pages/anketa.scss */
.anketa-item.single-in-line {
    width: 100%;
    padding-right: calc(66.66% + 40px);
}

@media screen and (max-width: 600px) {
    /* line 437, dev/sass/pages/anketa.scss */
    .anketa-item.single-in-line {
        padding-right: 0;
    }
}

/* line 445, dev/sass/pages/anketa.scss */
.anketa-item > label {
    font-size: 15px;
    display: block;
    letter-spacing: -0.01em;
    margin-bottom: 19px;
    width: 100%;
    color: #828282;
}

@media screen and (max-width: 600px) {
    /* line 445, dev/sass/pages/anketa.scss */
    .anketa-item > label {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* line 457, dev/sass/pages/anketa.scss */
.anketa-item > label b {
    font-weight: 500;
    color: #55555B;
}

/* line 462, dev/sass/pages/anketa.scss */
.anketa-item > label.minHeigth {
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* line 468, dev/sass/pages/anketa.scss */
.anketa-item > label.minHeigth span {
    display: inline-block;
}

/* line 473, dev/sass/pages/anketa.scss */
.anketa-item > label span {
    color: #74BB20;
    margin-left: 5px;
}

/* line 479, dev/sass/pages/anketa.scss */
.anketa-item .press-calendar__input {
    width: 100%;
}

/* line 482, dev/sass/pages/anketa.scss */
.anketa-item .press-calendar__input input {
    width: 100%;
}

/* line 488, dev/sass/pages/anketa.scss */
.anketa-sbmt {
    padding: 55px 0 120px 50px;
    min-width: calc(100% + 150px);
    margin-left: -50px;
    background-color: #FAFAFA;
}

/* line 493, dev/sass/pages/anketa.scss */
.anketa-sbmt._no-bg {
    background-color: transparent;
}

@media screen and (max-width: 600px) {
    /* line 488, dev/sass/pages/anketa.scss */
    .anketa-sbmt {
        padding: 30px 0px;
        margin-left: 0;
        min-width: 100%;
    }
}

/* line 502, dev/sass/pages/anketa.scss */
.anketa-sbmt button {
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    /* line 502, dev/sass/pages/anketa.scss */
    .anketa-sbmt button {
        width: 240px;
    }
}

/* line 510, dev/sass/pages/anketa.scss */
.anketa.__w-small .anketa-item {
    width: 50%;
}

@media screen and (max-width: 600px) {
    /* line 510, dev/sass/pages/anketa.scss */
    .anketa.__w-small .anketa-item {
        padding-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

/* line 517, dev/sass/pages/anketa.scss */
.anketa.__w-small .anketa-item.w66 {
    width: 100%;
}

/* line 520, dev/sass/pages/anketa.scss */
.anketa.__w-small .anketa-item.w100 {
    width: 100%;
}

/* line 527, dev/sass/pages/anketa.scss */
.tr--input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

/* line 531, dev/sass/pages/anketa.scss */
.tr--input::before, .tr--input::after {
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    top: 15%;
    background-color: #74BB20;
    z-index: 20;
}

/* line 541, dev/sass/pages/anketa.scss */
.tr--input::before {
    left: 33.33%;
}

/* line 545, dev/sass/pages/anketa.scss */
.tr--input::after {
    right: 33.33%;
}

/* line 549, dev/sass/pages/anketa.scss */
.tr--input input {
    width: calc(100% / 3);
    border-left: 0;
    border-right: 0;
}

/* line 554, dev/sass/pages/anketa.scss */
.tr--input input:first-child {
    border-left: 1px solid #55555B;
}

/* line 558, dev/sass/pages/anketa.scss */
.tr--input input:last-child {
    border-right: 1px solid #55555B;
}

/* line 564, dev/sass/pages/anketa.scss */
.radio--container {
    width: 100%;
}

/* line 567, dev/sass/pages/anketa.scss */
.radio--container label {
    font-size: 16px;
    color: #55555B;
    width: 100%;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 575, dev/sass/pages/anketa.scss */
.radio--container label span {
    margin-left: 15px;
}

/* line 582, dev/sass/pages/anketa.scss */
.passport--input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}

/* line 587, dev/sass/pages/anketa.scss */
.passport--input::before {
    content: '';
    width: 1px;
    height: 70%;
    background-color: #74BB20;
    position: absolute;
    left: 56px;
    top: 15%;
    z-index: 9;
}

/* line 598, dev/sass/pages/anketa.scss */
.passport--input input {
    padding-left: 15px;
    padding-right: 15px;
}

/* line 602, dev/sass/pages/anketa.scss */
.passport--input input:first-child {
    width: 55px;
    text-transform: uppercase;
    border-right: 0;
}

/* line 608, dev/sass/pages/anketa.scss */
.passport--input input:last-child {
    width: calc(100% - 55px);
    border-left: 0;
}

/* line 615, dev/sass/pages/anketa.scss */
.check--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

/* line 620, dev/sass/pages/anketa.scss */
.check--container label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 25px;
    color: #55555B;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    /* line 620, dev/sass/pages/anketa.scss */
    .check--container label {
        margin-bottom: 15px;
    }
}

/* line 631, dev/sass/pages/anketa.scss */
.check--container label span {
    padding-left: 25px;
    max-width: calc(100% - 25px);
}

@media screen and (max-width: 600px) {
    /* line 631, dev/sass/pages/anketa.scss */
    .check--container label span {
        padding-left: 10px;
        max-width: calc(100% - 10px);
    }
}

/* line 645, dev/sass/pages/anketa.scss */
.press-calendar__input input.error, .press-calendar__input input.error-online {
    border-color: #EB5757 !important;
}

/* line 650, dev/sass/pages/anketa.scss */
.press-calendar__input input.success {
    border-color: #74BB20 !important;
}

/* line 656, dev/sass/pages/anketa.scss */
.input-country {
    position: relative;
    width: 100%;
}

/* line 659, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox {
    position: absolute;
    width: 110px;
    height: 100%;
    border: 0;
}

/* line 665, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__select {
    height: 100%;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: 1px solid #dbdbdb;
}

/* line 676, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__select-text {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-right: 50px;
}

/* line 685, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__select-text[style="background-image: none;"] {
    padding-left: 20px;
}

/* line 691, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}

/* line 697, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__trigger-arrow {
    position: static;
    top: auto;
    left: auto;
    right: auto;
}

/* line 705, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__dropdown {
    margin: 0;
    padding: 0;
}

/* line 708, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__dropdown ul {
    margin-bottom: 0;
}

/* line 711, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__dropdown li:not(.no-mask) {
    padding-left: 39px;
}

/* line 716, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox li {
    padding-left: 40px;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}

/* line 724, dev/sass/pages/anketa.scss */
.input-country input[type="tel"] {
    width: 100%;
    padding-left: 120px;
}

/* line 727, dev/sass/pages/anketa.scss */
.input-country input[type="tel"].input--hidden {
    display: none;
}

/* line 2, dev/sass/pages/tender.scss */
.tender .popup ul:not(.pagination-list) li::before, .tender .text__container ul:not(.pagination-list) li::before {
    display: none;
}

/* line 5, dev/sass/pages/tender.scss */
.tender .tender__container {
    width: 100%;
    border: 1px solid #F2F2F2;
}

/* line 11, dev/sass/pages/tender.scss */
.tender .text-page__double .tender-text__container {
    display: block;
    max-width: 950px;
    width: 65%;
    padding-bottom: 50px;
}

@media screen and (max-width: 990px) {
    /* line 11, dev/sass/pages/tender.scss */
    .tender .text-page__double .tender-text__container {
        width: 100%;
        max-width: 100%;
    }
}

/* line 19, dev/sass/pages/tender.scss */
.tender .text-page__double .tender-text__container h1 {
    text-transform: none;
}

/* line 25, dev/sass/pages/tender.scss */
.tender .top-zag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

/* line 30, dev/sass/pages/tender.scss */
.tender .top-zag h1 {
    width: auto;
    margin-bottom: 15px;
}

/* line 34, dev/sass/pages/tender.scss */
.tender .top-zag .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 450px) {
    /* line 34, dev/sass/pages/tender.scss */
    .tender .top-zag .btns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 40, dev/sass/pages/tender.scss */
.tender .top-zag .btns a {
    position: relative;
    color: rgba(130, 130, 130, 0.5);
    text-decoration: none;
}

/* line 44, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:first-child {
    margin-right: 35px;
}

/* line 47, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:before {
    position: absolute;
    content: '';
    bottom: -4px;
    width: 50%;
    height: 1px;
    left: 0;
    background-color: rgba(130, 130, 130, 0.5);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 57, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:after {
    position: absolute;
    content: '';
    bottom: -4px;
    width: 50%;
    height: 1px;
    right: 0;
    background-color: rgba(130, 130, 130, 0.5);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 67, dev/sass/pages/tender.scss */
.tender .top-zag .btns a.green {
    color: #74BB20;
}

/* line 69, dev/sass/pages/tender.scss */
.tender .top-zag .btns a.green:before {
    background-color: #74BB20;
}

/* line 72, dev/sass/pages/tender.scss */
.tender .top-zag .btns a.green:after {
    background-color: #74BB20;
}

/* line 76, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:hover {
    text-decoration: none;
}

/* line 78, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:hover:before {
    width: 0%;
    left: 50%;
}

/* line 82, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:hover:after {
    width: 0%;
    right: 50%;
}

@media screen and (max-width: 450px) {
    /* line 40, dev/sass/pages/tender.scss */
    .tender .top-zag .btns a {
        margin-bottom: 15px;
    }
}

/* line 93, dev/sass/pages/tender.scss */
.tender .info {
    margin-top: -15px;
}

/* line 96, dev/sass/pages/tender.scss */
.tender .tender-text__container {
    display: block;
    width: 100%;
    max-width: 1160px;
    border-right: none;
    padding-bottom: 0;
}

/* line 104, dev/sass/pages/tender.scss */
.tender .text-sidebar {
    padding: 0;
    max-width: 550px;
}

@media screen and (max-width: 1600px) {
    /* line 104, dev/sass/pages/tender.scss */
    .tender .text-sidebar {
        width: 35%;
    }
}

@media screen and (max-width: 990px) {
    /* line 104, dev/sass/pages/tender.scss */
    .tender .text-sidebar {
        max-width: none;
        width: 100%;
    }
}

/* line 115, dev/sass/pages/tender.scss */
.tender .tender-info {
    padding: 50px 50px 50px 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 118, dev/sass/pages/tender.scss */
.tender .tender-info .h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4F4F4F;
    opacity: 0.8;
}

@media screen and (max-width: 990px) {
    /* line 118, dev/sass/pages/tender.scss */
    .tender .tender-info .h3 {
        margin-bottom: 25px;
    }
}

/* line 130, dev/sass/pages/tender.scss */
.tender .tender-info.__lc:hover {
    background-color: #FAFAFA;
}

/* line 134, dev/sass/pages/tender.scss */
.tender .tender-info .hr {
    width: 100%;
    height: 1px;
    background-color: #F2F2F2;
    margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
    /* line 134, dev/sass/pages/tender.scss */
    .tender .tender-info .hr {
        margin-bottom: 25px;
    }
}

/* line 144, dev/sass/pages/tender.scss */
.tender .tender-info__callback {
    padding-bottom: 20px;
}

@media screen and (max-width: 990px) {
    /* line 144, dev/sass/pages/tender.scss */
    .tender .tender-info__callback {
        padding-bottom: 20px;
    }
}

/* line 150, dev/sass/pages/tender.scss */
.tender .tender-info__callback p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 15px;
}

/* line 159, dev/sass/pages/tender.scss */
.tender .tender-info__callback a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    text-decoration: underline;
    color: #74BB20;
    opacity: 0.8;
}

/* line 167, dev/sass/pages/tender.scss */
.tender .tender-info__callback a:hover {
    text-decoration: none;
}

/* line 173, dev/sass/pages/tender.scss */
.tender .tender-info .btn-black {
    background-color: #55555B;
    color: white;
}

/* line 176, dev/sass/pages/tender.scss */
.tender .tender-info .btn-black:hover {
    color: #55555B;
    background-color: #E5E5E5;
}

/* line 187, dev/sass/pages/tender.scss */
.tender__list-item.open .tender__list-name .icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* line 192, dev/sass/pages/tender.scss */
.tender__list-item .anketa.close {
    display: none;
}

/* line 196, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section {
    margin: 35px;
    padding: 0;
    border-bottom: 1px solid #F2F2F2;
    width: calc(100% - 70px);
}

/* line 201, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section:last-child {
    border: none;
}

/* line 211, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-selectbox__dropdown ul li::before {
    display: none;
}

/* line 220, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .btn-dark.btn {
    padding: 15px 40px;
    background: #55555B;
    color: white;
    border: none;
    margin-right: 15px;
}

/* line 228, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section label.photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 233, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .anketa-zag {
    border-bottom: none;
    padding: 25px 0px;
    margin-bottom: 0px;
}

/* line 238, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .anketa-zag .h2 {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    color: #55555B;
}

/* line 246, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-checkbox {
    vertical-align: 0;
    margin-right: 20px;
}

/* line 252, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* line 254, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check label span {
    margin-top: -1px;
}

/* line 259, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check span {
    font-size: 16px;
    color: #55555B;
    font-family: "Proxima Nova";
}

/* line 265, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check .jq-checkbox.styler {
    border: none;
}

/* line 268, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check .jq-checkbox.styler .jq-checkbox.styler {
    border: 1px solid #C3C3C3;
}

/* line 274, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .anketa-sbmt {
    min-width: auto;
    background-color: white;
    text-align: center;
    width: calc(100% - 70px);
    padding: 0;
    margin-left: 0;
}

/* line 283, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler {
    width: 100%;
    padding: 0;
}

/* line 287, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__field {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 291, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__field .styler {
    padding: 15px;
}

/* line 296, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 300, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.minus {
    background-image: url(/local/templates/a-100art/css/../img/svg/ar-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 5px;
}

/* line 307, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.minus:after {
    display: none;
}

/* line 312, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.plus {
    background-image: url(/local/templates/a-100art/css/../img/svg/ar-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px;
    margin-right: 1px;
}

/* line 319, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.plus:after {
    display: none;
}

/* line 326, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .h3 {
    font-size: 15px;
    font-weight: bold;
}

/* line 332, dev/sass/pages/tender.scss */
.tender__list-item p.val {
    padding: 25px 35px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 143.69%;
    color: #696869;
}

/* line 339, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-val {
    background-color: #FAFAFA;
    padding: 35px 0 35px;
}

/* line 342, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-val .btn {
    padding: 16px 20px;
    margin-left: 35px;
}

/* line 345, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-val .btn.hide {
    display: none;
}

/* line 351, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container {
    height: 360px;
    overflow-y: auto;
    padding: 0 35px 35px;
}

@media screen and (max-width: 600px) {
    /* line 351, dev/sass/pages/tender.scss */
    .tender__list-item .scroll__container {
        padding: 10px 15px 25px;
    }
}

/* line 359, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .btn {
    margin-top: 20px;
}

/* line 363, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .zag {
    font-weight: 500;
    font-size: 14px;
    color: #55555B;
    padding: 0 0 12px 0;
}

/* line 370, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container p {
    font-size: 14px;
    line-height: 143.69%;
    color: #55555B;
    margin-bottom: 0;
}

/* line 377, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container ol {
    margin-top: 0;
}

/* line 381, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .scroll-item {
    padding-right: 110px;
    padding-bottom: 35px;
}

@media screen and (max-width: 600px) {
    /* line 381, dev/sass/pages/tender.scss */
    .tender__list-item .scroll__container .scroll-item {
        padding-right: 5px;
    }
}

/* line 389, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #74BB20;
}

/* line 393, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #EAEAEA;
}

/* line 398, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-name {
    padding: 18px 0 18px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #F2F2F2;
    margin-bottom: -1px;
    cursor: pointer;
}

/* line 407, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-name span {
    font-weight: 500;
    font-size: 19px;
    color: #4D4D4F;
    width: calc(100% - 70px);
    min-height: 57px;
    border-right: 1px solid #F2F2F2;
    line-height: 140.5%;
    padding-top: 10px;
}

@media screen and (max-width: 600px) {
    /* line 407, dev/sass/pages/tender.scss */
    .tender__list-item .tender__list-name span {
        font-size: 18px;
    }
}

/* line 421, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-name .icon {
    stroke: #74BB20;
    stroke-width: 2px;
    fill: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 20px;
    margin: 0 30px;
}

/* line 431, dev/sass/pages/tender.scss */
.tender .tender__list-val__info {
    font-weight: 600;
    color: #4F4F4F;
    opacity: 0.8;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding: 25px 0px;
    margin: 0px 150px 0 35px;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    text-align: center;
}

/* line 448, dev/sass/pages/tender.scss */
.tender .input-btn .input--text {
    width: calc(100% - 155px);
}

@media screen and (max-width: 600px) {
    /* line 448, dev/sass/pages/tender.scss */
    .tender .input-btn .input--text {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* line 456, dev/sass/pages/tender.scss */
.tender .input-btn .btn-green {
    text-transform: uppercase;
    padding: 15.5px;
}

/* line 462, dev/sass/pages/tender.scss */
.tender .input--text {
    padding: 15px;
}

/* line 465, dev/sass/pages/tender.scss */
.tender .anketa {
    padding-bottom: 226px;
}

/* line 467, dev/sass/pages/tender.scss */
.tender .anketa._disable {
    padding-bottom: 0;
}

@media screen and (max-width: 990px) {
    /* line 465, dev/sass/pages/tender.scss */
    .tender .anketa {
        padding-bottom: 0;
    }
}

/* line 473, dev/sass/pages/tender.scss */
.tender .anketa .anketa-sbmt {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 990px) {
    /* line 473, dev/sass/pages/tender.scss */
    .tender .anketa .anketa-sbmt {
        position: static;
    }
}

/* line 481, dev/sass/pages/tender.scss */
.tender .anketa._disable .anketa-sbmt {
    display: none;
}

/* line 484, dev/sass/pages/tender.scss */
.tender .anketa._disable input {
    pointer-events: none;
}

/* line 487, dev/sass/pages/tender.scss */
.tender .anketa._disable .input--text {
    color: #333333;
    font-size: 15px;
}

/* line 493, dev/sass/pages/tender.scss */
.tender .anketa._edit .input--text {
    color: rgba(130, 130, 130, 0.8);
    font-size: 15px;
}

/* line 500, dev/sass/pages/tender.scss */
.tender .anketa-item > label {
    margin-bottom: 19px;
    font-family: "Proxima Nova";
    font-size: 16px;
    line-height: 147%;
    letter-spacing: -0.01em;
    color: #333333;
}

/* line 510, dev/sass/pages/tender.scss */
.tender-form {
    padding-top: 40px;
    border-top: 1px solid #55555B;
}

@media screen and (max-width: 990px) {
    /* line 510, dev/sass/pages/tender.scss */
    .tender-form {
        padding-top: 25px;
    }
}

/* line 517, dev/sass/pages/tender.scss */
.tender-form p {
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 20px;
}

/* line 524, dev/sass/pages/tender.scss */
.tender-form--noStyle {
    border-top: 0;
}

/* line 527, dev/sass/pages/tender.scss */
.tender-form--noStyle .h3, .tender-form--noStyle h3 {
    font-weight: 500;
    font-size: 22px;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 20px;
}

/* line 535, dev/sass/pages/tender.scss */
.tender-form--noStyle p {
    font-size: 16px;
    color: #4F4F4F;
    opacity: 0.8;
}

/* line 542, dev/sass/pages/tender.scss */
.tender .multiple-styler {
    width: 100% !important;
    height: auto;
    padding: 0 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #55555B;
    border-bottom-color: #55555B;
    color: #4F4F4F;
    font-size: 16px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* line 554, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-drop input[type="checkbox"] {
    margin-top: 0.2rem;
    opacity: 0;
}

/* line 558, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-choice > span {
    padding: 11px 40px 11px 27px;
}

/* line 561, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-choice {
    height: 47px;
    padding: 0;
    border: 0;
}

/* line 566, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-choice .icon-caret {
    border: 0;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/a-100art/css/../img/svg/ar-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 40%;
}

/* line 581, dev/sass/pages/tender.scss */
.tender .multiple-styler li label {
    padding: 5px 18px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 143.69%;
    color: #55555B;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 581, dev/sass/pages/tender.scss */
    .tender .multiple-styler li label {
        padding: 5px 5px 5px 0;
    }
}

/* line 594, dev/sass/pages/tender.scss */
.tender .multiple-styler li label::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 8px;
    border: 1px solid #6B7581;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 600px) {
    /* line 594, dev/sass/pages/tender.scss */
    .tender .multiple-styler li label::before {
        left: 0;
    }
}

/* line 611, dev/sass/pages/tender.scss */
.tender .multiple-styler li label::after {
    content: '';
    opacity: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 8px;
    border: 1px solid #74BB20;
    background-color: #74BB20;
    background-image: url(/local/templates/a-100art/css/../img/svg/checked.svg);
    background-position: center;
    -webkit-background-size: 7px 7px;
    background-size: 7px;
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 600px) {
    /* line 611, dev/sass/pages/tender.scss */
    .tender .multiple-styler li label::after {
        left: 0;
    }
}

/* line 632, dev/sass/pages/tender.scss */
.tender .multiple-styler li label span {
    margin-left: 10px;
    font-size: 16px;
    line-height: 143.69%;
    color: #55555B;
    text-transform: none;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* line 645, dev/sass/pages/tender.scss */
.tender .multiple-styler li.selected label::before {
    opacity: 0;
}

/* line 649, dev/sass/pages/tender.scss */
.tender .multiple-styler li.selected label::after {
    opacity: 1;
}

/* line 656, dev/sass/pages/tender.scss */
.tender .scroll-item__descr {
    font-size: 14px;
    color: #55555B;
}

/* line 663, dev/sass/pages/tender.scss */
.required--check .jq-checkbox {
    pointer-events: none;
}

/* line 668, dev/sass/pages/tender.scss */
.tr--input::before, .tr--input::after {
    z-index: 1;
}

/* line 673, dev/sass/pages/tender.scss */
.required--select.error .jq-selectbox__select {
    border-color: #EB5757 !important;
}

/* line 678, dev/sass/pages/tender.scss */
.required--select.succes .jq-selectbox__select {
    border-color: #74BB20 !important;
}

/* line 687, dev/sass/pages/tender.scss */
table .tr--input.error::before, table .tr--input.error::after, table .tr--input.error-online::before, table .tr--input.error-online::after {
    background-color: #EB5757 !important;
}

/* line 690, dev/sass/pages/tender.scss */
table .tr--input.error input::-webkit-input-placeholder, table .tr--input.error-online input::-webkit-input-placeholder {
    color: #EB5757 !important;
}
table .tr--input.error input::-moz-placeholder, table .tr--input.error-online input::-moz-placeholder {
    color: #EB5757 !important;
}
table .tr--input.error input::-ms-input-placeholder, table .tr--input.error-online input::-ms-input-placeholder {
    color: #EB5757 !important;
}
table .tr--input.error input::placeholder, table .tr--input.error-online input::placeholder {
    color: #EB5757 !important;
}

/* line 695, dev/sass/pages/tender.scss */
table .tr--input.succes::before, table .tr--input.succes::after {
    background-color: #74BB20 !important;
}

/* line 703, dev/sass/pages/tender.scss */
.anketa-item.password-first, .anketa-item.password-second {
    margin-bottom: 0;
}

/* line 706, dev/sass/pages/tender.scss */
.anketa-item img {
    margin-top: 0;
}

/* line 709, dev/sass/pages/tender.scss */
.anketa-item input {
    padding: 13px 17px 13px 17px;
}


/* line 14, dev/sass/modules/header.scss */
/*.header__container {*/
/*    position: relative;*/
/*    padding-bottom: 120px;*/
/*    height: 100%;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 14, dev/sass/modules/header.scss *!*/
/*    .header__container {*/
/*        display: -webkit-box;*/
/*        display: -webkit-flex;*/
/*        display: -ms-flexbox;*/
/*        display: flex;*/
/*        -webkit-box-pack: end;*/
/*        -webkit-justify-content: flex-end;*/
/*        -ms-flex-pack: end;*/
/*        justify-content: flex-end;*/
/*        padding-bottom: 0;*/
/*        position: relative;*/
/*    }*/
/*}*/

/*!* line 26, dev/sass/modules/header.scss *!*/
/*.header__logo {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    padding: 50px 10px;*/
/*}*/

/*@media screen and (max-width: 1600px) {*/
/*    !* line 26, dev/sass/modules/header.scss *!*/
/*    .header__logo {*/
/*        padding: 15px 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 26, dev/sass/modules/header.scss *!*/
/*    .header__logo {*/
/*        padding: 5px 20px;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        height: 100%;*/
/*        -webkit-box-align: center;*/
/*        -webkit-align-items: center;*/
/*        -ms-flex-align: center;*/
/*        align-items: center;*/
/*    }*/
/*}*/

/*!* line 41, dev/sass/modules/header.scss *!*/
/*.header__logo a {*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 46, dev/sass/modules/header.scss *!*/
/*    .header__logo img {*/
/*        max-width: 90px;*/
/*    }*/
/*}*/

/*!* line 53, dev/sass/modules/header.scss *!*/
/*.header__phone {*/
/*    text-align: center;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 53, dev/sass/modules/header.scss *!*/
/*    .header__phone {*/
/*        text-align: right;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 53, dev/sass/modules/header.scss *!*/
/*    .header__phone {*/
/*        font-size: 14px;*/
/*        margin-top: 18px;*/
/*    }*/
/*}*/

/*!* line 64, dev/sass/modules/header.scss *!*/
/*.header__phone a {*/
/*    display: block;*/
/*}*/

/*!* line 68, dev/sass/modules/header.scss *!*/
/*.header__phone a[href^=tel]:hover {*/
/*    color: #74BB20;*/
/*}*/

/*!* line 72, dev/sass/modules/header.scss *!*/
/*.header__phone a[href^=tel] span {*/
/*    color: #74BB20;*/
/*}*/

/*!* line 77, dev/sass/modules/header.scss *!*/
/*.header__phone a[href^='/'] {*/
/*    font-weight: 300;*/
/*    font-size: 13px;*/
/*    color: #74BB20;*/
/*    text-decoration: underline;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 77, dev/sass/modules/header.scss *!*/
/*    .header__phone a[href^='/'] {*/
/*        display: none;*/
/*    }*/
/*}*/

/*!* line 86, dev/sass/modules/header.scss *!*/
/*.header__phone a[href^='/']:hover {*/
/*    text-decoration: none;*/
/*}*/

/*!* line 93, dev/sass/modules/header.scss *!*/
/*.header__lang {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    width: 50%;*/
/*    padding: 5px 0;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 93, dev/sass/modules/header.scss *!*/
/*    .header__lang {*/
/*        border-right: 1px solid #EEEEEE;*/
/*        border-bottom: 0;*/
/*        padding: 0;*/
/*        margin-bottom: 0;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 93, dev/sass/modules/header.scss *!*/
/*    .header__lang {*/
/*        border-right: 0;*/
/*        position: absolute;*/
/*        right: -3px;*/
/*        top: 19px;*/
/*        width: auto;*/
/*    }*/
/*}*/

/*!* line 113, dev/sass/modules/header.scss *!*/
/*.header__lang a {*/
/*    text-transform: uppercase;*/
/*    padding: 5px 20px;*/
/*    color: #55555B;*/
/*    font-size: 16px;*/
/*}*/

/*@media screen and (max-width: 1440px) {*/
/*    !* line 113, dev/sass/modules/header.scss *!*/
/*    .header__lang a {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 113, dev/sass/modules/header.scss *!*/
/*    .header__lang a {*/
/*        font-size: 12px;*/
/*        padding: 0 5px;*/
/*    }*/
/*}*/

/*!* line 126, dev/sass/modules/header.scss *!*/
/*.header__lang a.active {*/
/*    color: #74BB20;*/
/*    pointer-events: none;*/
/*}*/

/*!* line 131, dev/sass/modules/header.scss *!*/
/*.header__lang a:hover {*/
/*    color: #74BB20;*/
/*}*/

/*!* line 135, dev/sass/modules/header.scss *!*/
/*.header__lang a:last-child {*/
/*    border-left: 1px solid #282929;*/
/*}*/

/*!* line 141, dev/sass/modules/header.scss *!*/
/*.header-menu {*/
/*    padding: 10px 35px 0px;*/
/*}*/

/*@media screen and (max-width: 1600px) {*/
/*    !* line 141, dev/sass/modules/header.scss *!*/
/*    .header-menu {*/
/*        padding-bottom: 50px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1440px) {*/
/*    !* line 141, dev/sass/modules/header.scss *!*/
/*    .header-menu {*/
/*        padding-bottom: 30px;*/
/*    }*/
/*}*/

/*!* line 152, dev/sass/modules/header.scss *!*/
/*.header-menu__li a {*/
/*    font-weight: 300;*/
/*    color: #4F4F4F;*/
/*    padding: 12px 0;*/
/*    width: 100%;*/
/*}*/

/*@media screen and (max-width: 1600px) {*/
/*    !* line 152, dev/sass/modules/header.scss *!*/
/*    .header-menu__li a {*/
/*        padding: 8px 0;*/
/*    }*/
/*}*/

/*!* line 163, dev/sass/modules/header.scss *!*/
/*.header-menu__li:hover:not(.active) a {*/
/*    color: #74BB20;*/
/*}*/

/*!* line 168, dev/sass/modules/header.scss *!*/
/*.header-menu__li.active {*/
/*    pointer-events: none;*/
/*}*/

/*!* line 171, dev/sass/modules/header.scss *!*/
/*.header-menu__li.active a {*/
/*    font-weight: 600;*/
/*}*/

/*!* line 178, dev/sass/modules/header.scss *!*/
/*.header-links {*/
/*    border-top: 1px solid #EEEEEE;*/
/*    padding: 44px 20px 10px;*/
/*}*/

/*@media screen and (max-width: 1600px) {*/
/*    !* line 178, dev/sass/modules/header.scss *!*/
/*    .header-links {*/
/*        padding-top: 15px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 178, dev/sass/modules/header.scss *!*/
/*    .header-links {*/
/*        padding: 0;*/
/*        border: 0;*/
/*        display: -webkit-box;*/
/*        display: -webkit-flex;*/
/*        display: -ms-flexbox;*/
/*        display: flex;*/
/*        -webkit-box-align: center;*/
/*        -webkit-align-items: center;*/
/*        -ms-flex-align: center;*/
/*        align-items: center;*/
/*        padding-right: 50px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 178, dev/sass/modules/header.scss *!*/
/*    .header-links {*/
/*        width: 100%;*/
/*        padding-right: 0;*/
/*        display: -webkit-box;*/
/*        display: -webkit-flex;*/
/*        display: -ms-flexbox;*/
/*        display: flex;*/
/*        -webkit-box-pack: end;*/
/*        -webkit-justify-content: flex-end;*/
/*        -ms-flex-pack: end;*/
/*        justify-content: flex-end;*/
/*    }*/
/*}*/

/*!* line 203, dev/sass/modules/header.scss *!*/
/*.header-links .btn {*/
/*    margin-bottom: 20px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*@media screen and (max-width: 1440px) {*/
/*    !* line 203, dev/sass/modules/header.scss *!*/
/*    .header-links .btn {*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

/*!* line 214, dev/sass/modules/header.scss *!*/
/*.header-bottom {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    padding: 10px 0;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-flex-wrap: wrap;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    -webkit-box-align: end;*/
/*    -webkit-align-items: flex-end;*/
/*    -ms-flex-align: end;*/
/*    align-items: flex-end;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 214, dev/sass/modules/header.scss *!*/
/*    .header-bottom {*/
/*        position: relative;*/
/*        width: auto;*/
/*        padding: 0;*/
/*        display: -webkit-box;*/
/*        display: -webkit-flex;*/
/*        display: -ms-flexbox;*/
/*        display: flex;*/
/*        -webkit-flex-wrap: wrap;*/
/*        -ms-flex-wrap: wrap;*/
/*        flex-wrap: wrap;*/
/*        -webkit-box-align: center;*/
/*        -webkit-align-items: center;*/
/*        -ms-flex-align: center;*/
/*        align-items: center;*/
/*    }*/
/*}*/

/*!* line 235, dev/sass/modules/header.scss *!*/
/*.header-bottom .social-links {*/
/*    width: 50%;*/
/*}*/

/*!* line 244, dev/sass/modules/header.scss *!*/
/*.header-search {*/
/*    margin-bottom: 15px;*/
/*    padding: 0 15px 15px;*/
/*    width: 100%;*/
/*    border-bottom: 1px solid #EEEEEE;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 244, dev/sass/modules/header.scss *!*/
/*    .header-search {*/
/*        display: none;*/
/*    }*/
/*}*/

/*!* line 253, dev/sass/modules/header.scss *!*/
/*.header-search form {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    position: relative;*/
/*    height: 42px;*/
/*    width: 100%;*/
/*}*/

/*!* line 260, dev/sass/modules/header.scss *!*/
/*.header-search input[type='text'] {*/
/*    padding: 10px;*/
/*    padding-left: 50px;*/
/*    border: 1px solid #F2F2F2;*/
/*    width: 100%;*/
/*}*/

/*!* line 267, dev/sass/modules/header.scss *!*/
/*.header-search input[type='submit'] {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    font-size: 0;*/
/*    border: 0;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: none;*/
/*    background-image: url(/local/templates/a-100art/css/../img/svg/search.svg);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    cursor: pointer;*/
/*    -webkit-transition: .3s;*/
/*    -o-transition: .3s;*/
/*    transition: .3s;*/
/*}*/

/*!* line 282, dev/sass/modules/header.scss *!*/
/*.header-search input[type='submit']:hover {*/
/*    opacity: 0.7;*/
/*}*/

/*!* line 288, dev/sass/modules/header.scss *!*/
/*.header-burger {*/
/*    padding: 25px;*/
/*}*/

/*!* line 292, dev/sass/modules/header.scss *!*/
/*.header-mob {*/
/*    display: none;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 292, dev/sass/modules/header.scss *!*/
/*    .header-mob {*/
/*        display: block;*/
/*    }*/
/*}*/

/*!* line 298, dev/sass/modules/header.scss *!*/
/*.header-mob__container {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-flex-wrap: wrap;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 100%;*/
/*    width: 100%;*/
/*    z-index: 50;*/
/*    background-color: #fff;*/
/*    border-top: 1px solid #EEEEEE;*/
/*    -webkit-box-shadow: 0px 10px 7px 2px rgba(0, 0, 0, 0.25);*/
/*    box-shadow: 0px 10px 7px 2px rgba(0, 0, 0, 0.25);*/
/*    -webkit-transition: .3s;*/
/*    -o-transition: .3s;*/
/*    transition: .3s;*/
/*}*/

/*!* line 311, dev/sass/modules/header.scss *!*/
/*.header-mob__container.open {*/
/*    left: 0;*/
/*}*/

/*!* line 316, dev/sass/modules/header.scss *!*/
/*.header-mob__container .header-menu {*/
/*    border-bottom: 1px solid #EEEEEE;*/
/*    width: 100%;*/
/*}*/

/*!* line 321, dev/sass/modules/header.scss *!*/
/*.header-mob__container .btn {*/
/*    margin: 40px auto 50px;*/
/*    display: table;*/
/*    -webkit-box-ordinal-group: 3;*/
/*    -webkit-order: 2;*/
/*    -ms-flex-order: 2;*/
/*    order: 2;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 321, dev/sass/modules/header.scss *!*/
/*    .header-mob__container .btn {*/
/*        margin-bottom: 15px;*/
/*        margin-top: 15px;*/
/*    }*/
/*}*/

/*!* line 331, dev/sass/modules/header.scss *!*/
/*.header-mob__container .social-links {*/
/*    -webkit-box-ordinal-group: 4;*/
/*    -webkit-order: 3;*/
/*    -ms-flex-order: 3;*/
/*    order: 3;*/
/*    width: 100%;*/
/*    padding: 10px 0;*/
/*    border-top: 1px solid #EEEEEE;*/
/*}*/

/*!* line 337, dev/sass/modules/header.scss *!*/
/*.header-mob__container .social-links a {*/
/*    margin-right: 10px;*/
/*    border: 1px solid #EEEEEE;*/
/*    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);*/
/*    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);*/
/*    -webkit-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*}*/

/*!* line 343, dev/sass/modules/header.scss *!*/
/*.header-mob__container .social-links a:last-child {*/
/*    margin-right: 0;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 349, dev/sass/modules/header.scss *!*/
/*    .header-mob__container .header-search {*/
/*        display: block;*/
/*        padding-top: 15px;*/
/*    }*/
/*}*/



/* line 2, dev/sass/modules/footer.scss */
.footer__container {
    padding: 50px 46px;
    width: calc(100% - var(--headerWidth));
    margin-left: auto;
    background-color: #53565A;
    font-size: 15px;
    color: #FFFFFF;
}

@media screen and (max-width: 1180px) {
    /* line 2, dev/sass/modules/footer.scss */
    .footer__container {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 2, dev/sass/modules/footer.scss */
    .footer__container {
        padding: 50px 15px;
        font-size: 14px;
    }
}

/* line 16, dev/sass/modules/footer.scss */
.footer__container p {
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 120%;
}

/* line 22, dev/sass/modules/footer.scss */
.footer .medialine {
    opacity: 0.8;
    color: #FFFFFF;
    font-weight: 300;
}

/* line 26, dev/sass/modules/footer.scss */
.footer .medialine span {
    color: #74BB20;
    text-decoration: underline;
}

/* line 31, dev/sass/modules/footer.scss */
.footer .medialine:hover span {
    text-decoration: none;
}

/* line 1, dev/sass/modules/breadcrums.scss */
.breadcrumbs {
    width: 100%;
}

/* line 4, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 50px;
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
}

@media screen and (max-width: 1440px) {
    /* line 4, dev/sass/modules/breadcrums.scss */
    .bx-breadcrumb {
        padding: 16px 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 4, dev/sass/modules/breadcrums.scss */
    .bx-breadcrumb {
        padding: 15px;
    }
}

/* line 18, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* line 20, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item span {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #74BB20;
}

/* line 26, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item a {
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
    border-right: 1px solid #BDBDBD;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #55555B;
}

/* line 34, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item a * {
    color: #55555B;
}

/* line 37, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item a:hover {
    color: #74BB20;
}

/* line 39, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item a:hover * {
    color: #74BB20;
}

/* line 1, dev/sass/modules/burger.scss */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 29px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

/* line 10, dev/sass/modules/burger.scss */
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #55555B;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */
/* line 24, dev/sass/modules/burger.scss */
#nav-icon3 span:nth-child(1) {
    top: 0px;
}

/* line 28, dev/sass/modules/burger.scss */
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 12px;
}

/* line 33, dev/sass/modules/burger.scss */
#nav-icon3 span:nth-child(4) {
    top: 23px;
}

/* line 37, dev/sass/modules/burger.scss */
#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* line 43, dev/sass/modules/burger.scss */
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 50, dev/sass/modules/burger.scss */
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 57, dev/sass/modules/burger.scss */
#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* line 1, dev/sass/modules/styler.scss */
.jq-selectbox {
    width: 100%;
}

/* line 3, dev/sass/modules/styler.scss */
.jq-selectbox.error .jq-selectbox__select {
    border-color: #EB5757;
}

/* line 6, dev/sass/modules/styler.scss */
.jq-selectbox.success .jq-selectbox__select {
    border-color: #74BB20;
}

/* line 10, dev/sass/modules/styler.scss */
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* line 14, dev/sass/modules/styler.scss */
.jq-selectbox__select {
    height: auto;
    padding: 11px 40px 11px 27px;
    border: 1px solid #55555B;
    border-bottom-color: #55555B;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4F4F4F;
    text-shadow: none;
    font-size: 16px;
}

/* line 25, dev/sass/modules/styler.scss */
.jq-selectbox__select-text {
    color: #4F4F4F;
    opacity: 0.8;
}

/* line 30, dev/sass/modules/styler.scss */
.jq-selectbox__trigger {
    border-left: 0;
}

/* line 32, dev/sass/modules/styler.scss */
.jq-selectbox__trigger-arrow {
    border: 0;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/a-100art/css/../img/svg/ar-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 44, dev/sass/modules/styler.scss */
.jq-selectbox__dropdown {
    margin: 0;
    border: 1px solid #55555B;
    border-top: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px 0;
}

/* line 53, dev/sass/modules/styler.scss */
.jq-selectbox__dropdown li {
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
    padding: 7px 27px;
}

/* line 59, dev/sass/modules/styler.scss */
.jq-selectbox__dropdown li:hover {
    background-color: #74BB20;
}

/* line 66, dev/sass/modules/styler.scss */
.jq-checkbox {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 72, dev/sass/modules/styler.scss */
.jq-checkbox.error {
    border-color: #EB5757;
}

/* line 75, dev/sass/modules/styler.scss */
.jq-checkbox.checked {
    background-color: #74BB20;
    border-color: #74BB20 !important;
}

/* line 78, dev/sass/modules/styler.scss */
.jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 7px;
    margin: 4px 0 0 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

/* line 88, dev/sass/modules/styler.scss */
body .jq-radio {
    width: 15px;
    height: 15px;
    border: 1px solid #74BB20;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 96, dev/sass/modules/styler.scss */
body .jq-radio.error {
    border-color: #EB5757 !important;
}

/* line 100, dev/sass/modules/styler.scss */
body .jq-radio.checked .jq-radio__div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 9px;
    height: 9px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #74BB20;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0;
}

/* line 111, dev/sass/modules/styler.scss */
body .jq-radio .jq-radio__div {
    width: 9px;
    height: 9px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #74BB20;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0;
}

/* line 1, dev/sass/modules/form.scss */
.form--style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 50px 50px 100px;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
}

@media screen and (max-width: 1440px) {
    /* line 1, dev/sass/modules/form.scss */
    .form--style {
        padding: 25px 25px 25px 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/form.scss */
    .form--style {
        padding: 20px 15px;
    }
}

/* line 13, dev/sass/modules/form.scss */
.form--style__bottom {
    width: 100%;
    padding-top: 35px;
    margin-top: 15px;
    border-top: 1px solid #E0E0E0;
}

/* line 18, dev/sass/modules/form.scss */
.form--style__bottom .btn {
    margin-right: 50px;
}

@media screen and (max-width: 600px) {
    /* line 18, dev/sass/modules/form.scss */
    .form--style__bottom .btn {
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;
    }
}

/* line 29, dev/sass/modules/form.scss */
.form-block {
    width: calc(25% - 50px);
    margin-right: 50px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
    /* line 29, dev/sass/modules/form.scss */
    .form-block {
        width: calc(25% - 15px);
        margin-right: 15px;
    }
}

@media screen and (max-width: 990px) {
    /* line 29, dev/sass/modules/form.scss */
    .form-block {
        width: calc(33% - 15px);
    }
}

@media screen and (max-width: 600px) {
    /* line 29, dev/sass/modules/form.scss */
    .form-block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* line 45, dev/sass/modules/form.scss */
.form-block.w100 {
    width: 100%;
    margin-right: 0;
}

/* line 49, dev/sass/modules/form.scss */
.form-block label {
    letter-spacing: -0.01em;
    color: #828282;
    margin-bottom: 19px;
    display: block;
}

/* line 54, dev/sass/modules/form.scss */
.form-block label span {
    color: #74BB20;
}

/* line 59, dev/sass/modules/form.scss */
.form-block--checkbox label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 63, dev/sass/modules/form.scss */
.form-block--checkbox label span {
    width: calc(100% - 50px);
    margin-left: 10px;
    color: #4F4F4F;
    opacity: 0.8;
    font-size: 16px;
    line-height: 140%;
}

/* line 73, dev/sass/modules/form.scss */
.form-block-att {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 30px 0;
}

/* line 78, dev/sass/modules/form.scss */
.form-block-att__left {
    width: 250px;
    margin: 0 100px 0 0;
    padding: 32px 0 0;
}

@media screen and (max-width: 990px) {
    /* line 78, dev/sass/modules/form.scss */
    .form-block-att__left {
        width: 100%;
        margin: 0 0 20px;
    }
}

/* line 87, dev/sass/modules/form.scss */
.form-block-att__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 350px);
    background-color: #fafafa;
    padding: 32px 100px 32px 40px;
    background-image: url("/local/templates/a-100art/css/./../img/svg/attachment.svg");
    background-position: right 32px center;
    background-repeat: no-repeat;
    -webkit-background-size: 48px 53px;
    background-size: 48px 53px;
}

@media screen and (max-width: 1180px) {
    /* line 87, dev/sass/modules/form.scss */
    .form-block-att__right {
        padding: 15px 62px 15px 15px;
        background-position: right 15px top 15px;
    }
}

@media screen and (max-width: 990px) {
    /* line 87, dev/sass/modules/form.scss */
    .form-block-att__right {
        width: 100%;
        padding: 15px;
    }
}

/* line 106, dev/sass/modules/form.scss */
.form-block-att__right-alt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 350px);
    padding: 32px 40px;
}

@media screen and (max-width: 1180px) {
    /* line 106, dev/sass/modules/form.scss */
    .form-block-att__right-alt {
        padding: 15px;
    }
}

@media screen and (max-width: 990px) {
    /* line 106, dev/sass/modules/form.scss */
    .form-block-att__right-alt {
        width: 100%;
        padding: 0;
    }
}

/* line 119, dev/sass/modules/form.scss */
.form-block-att__right-alt .input--text {
    width: calc(100% - 245px);
    max-width: 367px;
}

@media screen and (max-width: 990px) {
    /* line 119, dev/sass/modules/form.scss */
    .form-block-att__right-alt .input--text {
        width: calc(100% - 180px);
        max-width: inherit;
    }
}

@media screen and (max-width: 600px) {
    /* line 119, dev/sass/modules/form.scss */
    .form-block-att__right-alt .input--text {
        width: 100%;
    }
}

/* line 132, dev/sass/modules/form.scss */
.form-block-att .att-name {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 144%;
    color: #333;
}

/* line 139, dev/sass/modules/form.scss */
.form-block-att .att-filename {
    color: #828282;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.01em;
}

/* line 145, dev/sass/modules/form.scss */
.form-block-att .att-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    height: 48px;
    margin: 0 30px 0 0;
    background-color: #74BB20;
    border: 1px solid #74BB20;
    color: #fff;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: -0.01em;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1180px) {
    /* line 145, dev/sass/modules/form.scss */
    .form-block-att .att-file {
        width: 150px;
    }
}

@media screen and (max-width: 600px) {
    /* line 145, dev/sass/modules/form.scss */
    .form-block-att .att-file {
        width: 100%;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

/* line 169, dev/sass/modules/form.scss */
.form-block-att .att-file:hover {
    background-color: #fff;
    color: #74BB20;
}

/* line 173, dev/sass/modules/form.scss */
.form-block-att .att-file--grafit {
    border-color: #55555B;
    background-color: #55555B;
}

/* line 176, dev/sass/modules/form.scss */
.form-block-att .att-file--grafit:hover {
    color: #55555B;
}

/* line 180, dev/sass/modules/form.scss */
.form-block-att .att-file input[type="file"] {
    display: none;
}

/* line 184, dev/sass/modules/form.scss */
.form-block-att .att-text {
    width: calc(100% - 280px);
}

@media screen and (max-width: 1180px) {
    /* line 184, dev/sass/modules/form.scss */
    .form-block-att .att-text {
        width: calc(100% - 180px);
    }
}

@media screen and (max-width: 600px) {
    /* line 184, dev/sass/modules/form.scss */
    .form-block-att .att-text {
        width: 100%;
        margin: 0 0 15px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

/* line 194, dev/sass/modules/form.scss */
.form-block-att .att-text__main {
    margin: 0 0 5px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

@media screen and (max-width: 600px) {
    /* line 194, dev/sass/modules/form.scss */
    .form-block-att .att-text__main {
        display: none;
    }
}

/* line 204, dev/sass/modules/form.scss */
.form-block-att .att-text__sec {
    color: #333;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: -0.01em;
    opacity: 0.7;
}

/* line 213, dev/sass/modules/form.scss */
.form-block--file {
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-image: url("/local/templates/a-100art/css/./../img/svg/file.svg");
    background-repeat: no-repeat;
    background-position: right center;
}

/* line 220, dev/sass/modules/form.scss */
.form-block--file label {
    margin: 0;
    cursor: pointer;
}

/* line 224, dev/sass/modules/form.scss */
.form-block--file label:hover .form-file-field {
    color: #74BB20;
}

/* line 229, dev/sass/modules/form.scss */
.form-block--file input[type="file"] {
    display: none;
}

/* line 232, dev/sass/modules/form.scss */
.form-block--file .form-file-field {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    color: #4d4d4d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 241, dev/sass/modules/form.scss */
.form-block--file .form-file-name {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #4d4d4d;
}

/* line 248, dev/sass/modules/form.scss */
.form-block--file .allowed-formats {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #bdbdbd;
}

/* line 257, dev/sass/modules/form.scss */
.input--text {
    border: 1px solid #55555B;
    padding: 15px 27px;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
}

/* line 266, dev/sass/modules/form.scss */
.input--text.error, .input--text.error-online {
    border-color: #EB5757 !important;
}

/* line 270, dev/sass/modules/form.scss */
.input--text.success {
    border-color: #74BB20 !important;
}

/* line 273, dev/sass/modules/form.scss */
.input--text.disabled {
    border-color: #BDBDBD;
    background-color: #FAFAFA;
    pointer-events: none;
}

/* line 278, dev/sass/modules/form.scss */
.input--text::-webkit-input-placeholder {
    color: #828282;
}
.input--text::-moz-placeholder {
    color: #828282;
}
.input--text::-ms-input-placeholder {
    color: #828282;
}
.input--text::placeholder {
    color: #828282;
}

/* line 281, dev/sass/modules/form.scss */
.input--text:focus {
    color: #4F4F4F;
}

/* line 284, dev/sass/modules/form.scss */
.input--text:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px white;
    -webkit-text-fill-color: #4F4F4F;
    font-size: 16px !important;
    line-height: 120% !important;
}

/* line 290, dev/sass/modules/form.scss */
.input--text:-internal-autofill-selected {
    color: #4F4F4F !important;
    background-color: #fff !important;
    font-size: 16px !important;
}

/* line 296, dev/sass/modules/form.scss */
textarea.input--text {
    height: 120px;
    resize: none;
}

/* line 300, dev/sass/modules/form.scss */
.a100-captcha {
    width: 185px;
    height: 50px;
    margin: 0 60px 0 0;
}

@media screen and (max-width: 1180px) {
    /* line 300, dev/sass/modules/form.scss */
    .a100-captcha {
        width: 150px;
        margin: 0 30px 0 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 300, dev/sass/modules/form.scss */
    .a100-captcha {
        width: 100%;
        margin: 0 0 20px;
    }
}

/* line 312, dev/sass/modules/form.scss */
.a100-captcha img {
    margin: 0;
}

/* line 1, dev/sass/modules/pagination.scss */
.pagination {
    width: 100%;
    padding: 25px 0 75px;
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/pagination.scss */
    .pagination {
        padding: 0px 0 30px;
    }
}

/* line 7, dev/sass/modules/pagination.scss */
.pagination__container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 13, dev/sass/modules/pagination.scss */
.pagination-link {
    width: 50px;
    height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    /* line 13, dev/sass/modules/pagination.scss */
    .pagination-link {
        width: 35px;
    }
}

/* line 23, dev/sass/modules/pagination.scss */
.pagination-link .icon {
    stroke: #55555B;
    stroke-width: 2px;
    fill: transparent;
    opacity: 0.8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 5px;
    height: 10px;
}

/* line 32, dev/sass/modules/pagination.scss */
.pagination-link.disabled {
    opacity: 0.3;
}

/* line 35, dev/sass/modules/pagination.scss */
.pagination-link:hover:not(.disabled) {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

/* line 37, dev/sass/modules/pagination.scss */
.pagination-link:hover:not(.disabled) .icon {
    opacity: 1;
}

/* line 48, dev/sass/modules/pagination.scss */
.pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    /* line 48, dev/sass/modules/pagination.scss */
    .pagination-list {
        margin: 0 5px;
    }
}

/* line 55, dev/sass/modules/pagination.scss */
.pagination-list li {
    padding: 12px 0;
}

/* line 57, dev/sass/modules/pagination.scss */
.pagination-list li.active {
    border-top: 1px solid #55555B;
    border-bottom: 1px solid #55555B;
    pointer-events: none;
}

/* line 63, dev/sass/modules/pagination.scss */
.pagination-list li:hover a {
    border-color: #55555B;
}

/* line 67, dev/sass/modules/pagination.scss */
.pagination-list li a {
    min-width: 50px;
    border-left: 1px solid  #F2F2F2;
    border-right: 1px solid  #F2F2F2;
    font-weight: 300;
    font-size: 15px;
    color: #55555B;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 600px) {
    /* line 67, dev/sass/modules/pagination.scss */
    .pagination-list li a {
        min-width: 30px;
    }
}

/* line 85, dev/sass/modules/pagination.scss */
.pagination-left .pagination__container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* line 1, dev/sass/modules/inform-blck.scss */
.inform-blck {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-bottom: 25%;
    min-height: 300px;
    margin-bottom: 25px;
    background-attachment: fixed;
}

@media screen and (max-width: 1180px) {
    /* line 1, dev/sass/modules/inform-blck.scss */
    .inform-blck {
        background-attachment: initial;
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/inform-blck.scss */
    .inform-blck {
        min-height: 300px;
        padding-bottom: 0;
        margin-bottom: 20px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

/* line 22, dev/sass/modules/inform-blck.scss */
.inform-blck::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

/* line 35, dev/sass/modules/inform-blck.scss */
.inform-blck:hover:before {
    opacity: 0.65;
}

/* line 39, dev/sass/modules/inform-blck.scss */
.inform-blck__content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    z-index: 2;
    width: 100%;
    padding: 20px;
}

@media screen and (max-width: 600px) {
    /* line 39, dev/sass/modules/inform-blck.scss */
    .inform-blck__content {
        position: relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        width: 100%;
        left: auto;
        top: auto;
    }
}

/* line 57, dev/sass/modules/inform-blck.scss */
.inform-blck__zag {
    font-weight: bold;
    font-size: 22px;
    line-height: 138%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    /* line 57, dev/sass/modules/inform-blck.scss */
    .inform-blck__zag {
        margin-bottom: 15px;
        font-size: 18px;
    }
}

/* line 70, dev/sass/modules/inform-blck.scss */
.inform-blck p {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
    /* line 70, dev/sass/modules/inform-blck.scss */
    .inform-blck p {
        font-size: 14px;
    }
}

/* line 78, dev/sass/modules/inform-blck.scss */
.inform-blck p:last-child {
    margin-bottom: 0;
}

/* line 83, dev/sass/modules/inform-blck.scss */
.inform-blck--sm {
    padding-bottom: 0;
    height: 390px;
}

@media screen and (max-width: 600px) {
    /* line 83, dev/sass/modules/inform-blck.scss */
    .inform-blck--sm {
        height: auto;
    }
}

/* line 89, dev/sass/modules/inform-blck.scss */
.inform-blck--sm .inform-blck__zag {
    font-weight: 500;
    font-size: 22px;
}

/* line 93, dev/sass/modules/inform-blck.scss */
.inform-blck--sm .inform-blck__content {
    max-width: 815px;
}

/* line 97, dev/sass/modules/inform-blck.scss */
.inform-blck--sm p {
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    /* line 97, dev/sass/modules/inform-blck.scss */
    .inform-blck--sm p {
        font-size: 14px;
        line-height: 140%;
    }
}

/* line 1, dev/sass/modules/popup.scss */
.mfp-image-holder .mfp-close {
    right: 0;
    background-color: #fff;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    opacity: 1;
    padding: 0;
    background-position: center;
    top: 41px;
}

/* line 11, dev/sass/modules/popup.scss */
body .mfp-bg {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 14, dev/sass/modules/popup.scss */
body .mfp-bg.mfp-ready {
    opacity: 0.5;
}

/* line 17, dev/sass/modules/popup.scss */
body .mfp-bg.mfp-removing {
    opacity: 0;
}

/* line 21, dev/sass/modules/popup.scss */
body .mfp-wrap {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 24, dev/sass/modules/popup.scss */
body .mfp-wrap.mfp-ready {
    opacity: 1;
}

/* line 27, dev/sass/modules/popup.scss */
body .mfp-wrap.mfp-removing {
    opacity: 0;
}

/* line 31, dev/sass/modules/popup.scss */
body .mfp-close {
    top: 74px;
    right: 30px;
    width: 31px !important;
    height: 31px !important;
    font-size: 0;
    background-image: url("/local/templates/a-100art/css/../img/svg/close-green.svg") !important;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: contain;
    background-size: contain;
}

@media screen and (max-width: 990px) {
    /* line 31, dev/sass/modules/popup.scss */
    body .mfp-close {
        width: 15px;
        height: 15px;
        top: 10px;
        right: 10px;
    }
}

/* line 57, dev/sass/modules/popup.scss */
.mfp-ready .mfp-content {
    max-width: 1240px;
}

/* line 61, dev/sass/modules/popup.scss */
.popup {
    width: 100%;
    max-width: 1240px;
    position: relative;
    padding: 45px 40px 60px;
    background-color: #fff;
    margin: 50px auto;
}

@media screen and (max-width: 1180px) {
    /* line 61, dev/sass/modules/popup.scss */
    .popup {
        padding: 30px 30px 40px;
    }
}

@media screen and (max-width: 600px) {
    /* line 61, dev/sass/modules/popup.scss */
    .popup {
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 74, dev/sass/modules/popup.scss */
    .popup h2 {
        font-size: 16px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 81, dev/sass/modules/popup.scss */
    .popup p {
        text-align: center;
    }
}

/* line 86, dev/sass/modules/popup.scss */
.popup .form--style {
    width: 100%;
    margin: 40px 0 0;
    padding: 45px 0 0;
    border-left: none;
}

@media screen and (max-width: 1180px) {
    /* line 86, dev/sass/modules/popup.scss */
    .popup .form--style {
        margin: 12px 0 0;
        padding: 30px 0 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 86, dev/sass/modules/popup.scss */
    .popup .form--style {
        padding: 20px 0 0;
    }
}

/* line 99, dev/sass/modules/popup.scss */
.popup .form-block {
    width: calc(33.33% - 50px);
}

@media screen and (max-width: 1180px) {
    /* line 99, dev/sass/modules/popup.scss */
    .popup .form-block {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 600px) {
    /* line 99, dev/sass/modules/popup.scss */
    .popup .form-block {
        width: 100%;
        margin: 0 0 16px;
    }
}

/* line 108, dev/sass/modules/popup.scss */
.popup .form-block.w66 {
    width: calc(66.66% - 50px);
}

@media screen and (max-width: 1180px) {
    /* line 108, dev/sass/modules/popup.scss */
    .popup .form-block.w66 {
        width: calc(100% - 15px);
    }
}

@media screen and (max-width: 600px) {
    /* line 108, dev/sass/modules/popup.scss */
    .popup .form-block.w66 {
        width: 100%;
    }
}

/* line 117, dev/sass/modules/popup.scss */
.popup .form-block.w100 {
    width: 100%;
}

/* line 120, dev/sass/modules/popup.scss */
.popup .form-block label {
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    /* line 120, dev/sass/modules/popup.scss */
    .popup .form-block label {
        font-size: 13px;
        margin: 0 0 12px;
    }
}

/* line 128, dev/sass/modules/popup.scss */
.popup .input--text {
    font-size: 15px;
}

/* line 131, dev/sass/modules/popup.scss */
.popup .hr {
    width: 100%;
    height: 1px;
    margin: 32px 0 56px;
    background-color: #e0e0e0;
}

@media screen and (max-width: 1180px) {
    /* line 131, dev/sass/modules/popup.scss */
    .popup .hr {
        margin: 10px 0 25px;
    }
}

/* line 139, dev/sass/modules/popup.scss */
.popup .hr--hidden {
    width: 100%;
    margin: 15px 0 0;
}

/* line 144, dev/sass/modules/popup.scss */
.popup input[type="submit"] {
    padding: 16px 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

/* line 150, dev/sass/modules/popup.scss */
.popup-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* line 154, dev/sass/modules/popup.scss */
.popup-btn .btn-lg {
    padding: 16px 30px;
}

/* line 160, dev/sass/modules/popup.scss */
.popup--small--width .mfp-content {
    max-width: 600px;
}

/* line 163, dev/sass/modules/popup.scss */
.popup--small {
    max-width: 600px;
    padding: 30px;
}

/* line 166, dev/sass/modules/popup.scss */
.popup--small .mfp-close {
    top: 20px;
    right: 20px;
}

/* line 170, dev/sass/modules/popup.scss */
.popup--small .hr {
    margin: 10px 0 20px;
}

/* line 173, dev/sass/modules/popup.scss */
.popup--small .form-block {
    margin-bottom: 15px;
}

/* line 175, dev/sass/modules/popup.scss */
.popup--small .form-block label {
    margin-bottom: 10px;
}

/* line 179, dev/sass/modules/popup.scss */
.popup--small .form--style {
    margin: 20px 0 0;
    padding: 20px 0 0;
}

/* line 184, dev/sass/modules/popup.scss */
.popup--small p {
    margin-bottom: 0;
}

/* line 191, dev/sass/modules/popup.scss */
.mfp-container .contact-map__info-form {
    display: block;
    background-color: #fff;
    padding: 20px;
}

/* line 1, dev/sass/modules/plan.scss */
.plan {
    margin-top: 40px;
    background-color: #FAFAFA;
}

/* line 4, dev/sass/modules/plan.scss */
.plan-zag {
    text-align: center;
    padding: 40px 20px;
}

@media screen and (max-width: 600px) {
    /* line 4, dev/sass/modules/plan.scss */
    .plan-zag {
        padding: 30px 10px;
    }
}

/* line 10, dev/sass/modules/plan.scss */
.plan-zag .h3, .plan-zag h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    color: #55555B;
}

@media screen and (max-width: 600px) {
    /* line 10, dev/sass/modules/plan.scss */
    .plan-zag .h3, .plan-zag h3 {
        font-size: 20px;
    }
}

/* line 21, dev/sass/modules/plan.scss */
.plan-filter {
    padding: 0 50px;
    margin-bottom: 40px;
}

@media screen and (max-width: 990px) {
    /* line 21, dev/sass/modules/plan.scss */
    .plan-filter {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 21, dev/sass/modules/plan.scss */
    .plan-filter {
        padding: 0 10px;
    }
}

/* line 30, dev/sass/modules/plan.scss */
.plan-filter__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 20px;
    background-color: #fff;
}

@media screen and (max-width: 1600px) {
    /* line 30, dev/sass/modules/plan.scss */
    .plan-filter__form {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 990px) {
    /* line 30, dev/sass/modules/plan.scss */
    .plan-filter__form {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* line 43, dev/sass/modules/plan.scss */
.plan-filter__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5px;
}

@media screen and (max-width: 1600px) {
    /* line 43, dev/sass/modules/plan.scss */
    .plan-filter__item {
        padding-right: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 990px) {
    /* line 43, dev/sass/modules/plan.scss */
    .plan-filter__item {
        width: calc(50% - 15px);
        padding-right: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 43, dev/sass/modules/plan.scss */
    .plan-filter__item {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 59, dev/sass/modules/plan.scss */
.plan-filter__item:last-child {
    padding-right: 0;
}

/* line 62, dev/sass/modules/plan.scss */
.plan-filter__item label {
    font-size: 16px;
    display: block;
    padding-right: 25px;
}

@media screen and (max-width: 990px) {
    /* line 62, dev/sass/modules/plan.scss */
    .plan-filter__item label {
        font-size: 14px;
        min-width: 110px;
    }
}

@media screen and (max-width: 600px) {
    /* line 62, dev/sass/modules/plan.scss */
    .plan-filter__item label {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
}

/* line 77, dev/sass/modules/plan.scss */
.plan-filter__item--select .jq-selectbox__select {
    padding-right: 60px;
    padding-left: 20px;
}

/* line 81, dev/sass/modules/plan.scss */
.plan-filter__item--select .jq-selectbox__dropdown {
    top: 49px !important;
    bottom: auto !important;
}

@media screen and (max-width: 990px) {
    /* line 91, dev/sass/modules/plan.scss */
    .plan-filter__item--dlInput .dl--input {
        width: calc(100% - 110px);
    }
    /* line 97, dev/sass/modules/plan.scss */
    .plan-filter__item--dlInput .dl--input input {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 91, dev/sass/modules/plan.scss */
    .plan-filter__item--dlInput .dl--input {
        width: 100%;
    }
}

/* line 111, dev/sass/modules/plan.scss */
.plan-filter__item--check label {
    cursor: pointer;
}

/* line 114, dev/sass/modules/plan.scss */
.plan-filter__item--check span {
    margin-left: 15px;
}

@media screen and (max-width: 990px) {
    /* line 118, dev/sass/modules/plan.scss */
    .plan-filter__item--sbmt {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 127, dev/sass/modules/plan.scss */
.plan-genplan {
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    min-height: 670px;
}

@media screen and (max-width: 990px) {
    /* line 127, dev/sass/modules/plan.scss */
    .plan-genplan {
        padding-left: 0;
        min-height: 1px;
        padding-bottom: 60px;
        overflow: visible;
        padding-top: 80px;
    }
}

/* line 142, dev/sass/modules/plan.scss */
.plan-genplan__img {
    width: calc(100% - 490px);
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 115px 90px 55px 55px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 1440px) {
    /* line 142, dev/sass/modules/plan.scss */
    .plan-genplan__img {
        width: calc(100% - 350px);
        padding: 30px;
    }
}

@media screen and (max-width: 990px) {
    /* line 142, dev/sass/modules/plan.scss */
    .plan-genplan__img {
        padding: 0px;
        width: 100%;
        padding-right: 35px;
    }
}

/* line 159, dev/sass/modules/plan.scss */
.plan-genplan__img.open {
    width: calc(100% - 55px);
    max-height: 100%;
}

/* line 164, dev/sass/modules/plan.scss */
.plan-genplan__img[data-zoom-val='1'] .mCSB_scrollTools_horizontal, .plan-genplan__img[data-zoom-val='1'] .mCSB_scrollTools_vertical {
    opacity: 0 !important;
}

/* line 169, dev/sass/modules/plan.scss */
.plan-genplan__img[data-zoom='off'] .plan-genplan__img-zoom {
    display: none;
}

/* line 173, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #55555B;
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 99;
}

@media screen and (max-width: 990px) {
    /* line 173, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0;
        left: auto;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* line 188, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom .value {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 140.5%;
    color: #828282;
    min-width: 290px;
}

@media screen and (max-width: 990px) {
    /* line 188, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom .value {
        min-width: 1px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 990px) {
    /* line 188, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom .value {
        width: 27.64px;
        padding: 10px 2px;
        text-align: center;
        font-size: 12px;
        border-left: 1px solid rgba(85, 85, 91, 0.4);
        border-right: 1px solid rgba(85, 85, 91, 0.4);
        background-color: #fff;
    }
}

/* line 210, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom .plus, .plan-genplan__img-zoom .minus {
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #55555B;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 990px) {
    /* line 210, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom .plus, .plan-genplan__img-zoom .minus {
        width: 27.64px;
        height: 27.64px;
        border: 1px solid #55555B;
    }
}

/* line 223, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom .plus:hover, .plan-genplan__img-zoom .minus:hover {
    background-color: #74BB20;
}

/* line 225, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom .plus:hover .icon, .plan-genplan__img-zoom .minus:hover .icon {
    stroke: #fff;
}

/* line 229, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom .plus .icon, .plan-genplan__img-zoom .minus .icon {
    stroke: #74BB20;
    width: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 990px) {
    /* line 235, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom .minus {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 990px) {
    /* line 240, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom .plus {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

/* line 249, dev/sass/modules/plan.scss */
.plan-genplan__list {
    width: 490px;
    background-color: #fff;
    padding-left: 55px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    left: calc(100% - 490px);
    height: 100%;
}

@media screen and (max-width: 1440px) {
    /* line 249, dev/sass/modules/plan.scss */
    .plan-genplan__list {
        width: 350px;
        left: calc(100% - 350px);
    }
}

@media screen and (max-width: 990px) {
    /* line 249, dev/sass/modules/plan.scss */
    .plan-genplan__list {
        display: none;
    }
}

/* line 264, dev/sass/modules/plan.scss */
.plan-genplan__list.open {
    left: calc(100% - 55px);
}

/* line 267, dev/sass/modules/plan.scss */
.plan-genplan__list-toggle {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
}

/* line 280, dev/sass/modules/plan.scss */
.plan-genplan__list-toggle.open .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* line 284, dev/sass/modules/plan.scss */
.plan-genplan__list-toggle .icon {
    fill: #74BB20;
    width: 30px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 294, dev/sass/modules/plan.scss */
.plan-genplan__category {
    background-color: #55555B;
    position: relative;
}

/* line 298, dev/sass/modules/plan.scss */
.plan-genplan__category-item {
    padding: 20px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 1440px) {
    /* line 298, dev/sass/modules/plan.scss */
    .plan-genplan__category-item {
        padding: 15px;
    }
}

/* line 310, dev/sass/modules/plan.scss */
.plan-genplan__category-item::before, .plan-genplan__category-item:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #74BB20;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
}

/* line 318, dev/sass/modules/plan.scss */
.plan-genplan__category-item::before {
    left: 0;
    top: 0;
}

/* line 322, dev/sass/modules/plan.scss */
.plan-genplan__category-item::after {
    bottom: -1px;
    right: 0;
}

/* line 326, dev/sass/modules/plan.scss */
.plan-genplan__category-item:hover {
    background-color: #5e5e63;
}

/* line 328, dev/sass/modules/plan.scss */
.plan-genplan__category-item:hover:before, .plan-genplan__category-item:hover:after {
    width: 100%;
}

/* line 332, dev/sass/modules/plan.scss */
.plan-genplan__category-item .icon {
    fill: #FAFAFA;
    width: 39px;
    height: 39px;
}

@media screen and (max-width: 1440px) {
    /* line 332, dev/sass/modules/plan.scss */
    .plan-genplan__category-item .icon {
        width: 25px;
        height: 25px;
    }
}

/* line 341, dev/sass/modules/plan.scss */
.plan-genplan__category-item .text {
    max-width: calc(100% - 39px);
    padding-left: 25px;
}

@media screen and (max-width: 1440px) {
    /* line 341, dev/sass/modules/plan.scss */
    .plan-genplan__category-item .text {
        max-width: calc(100% - 25px);
        padding-left: 15px;
    }
}

/* line 348, dev/sass/modules/plan.scss */
.plan-genplan__category-item .text .name {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    line-height: 120%;
    margin-bottom: 5px;
}

@media screen and (max-width: 1440px) {
    /* line 348, dev/sass/modules/plan.scss */
    .plan-genplan__category-item .text .name {
        font-size: 12px;
    }
}

/* line 360, dev/sass/modules/plan.scss */
.plan-genplan__category-item .text .desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 120%;
}

/* line 368, dev/sass/modules/plan.scss */
.plan-genplan__category-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #55555B;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 373, dev/sass/modules/plan.scss */
.plan-genplan__category-active .plan-genplan__category-item {
    width: calc(100% - 80px);
    border-bottom: 0;
}

@media screen and (max-width: 1440px) {
    /* line 373, dev/sass/modules/plan.scss */
    .plan-genplan__category-active .plan-genplan__category-item {
        width: calc(100% - 50px);
    }
}

/* line 382, dev/sass/modules/plan.scss */
.plan-genplan__category-arrow {
    width: 80px;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #fff;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    /* line 382, dev/sass/modules/plan.scss */
    .plan-genplan__category-arrow {
        width: 50px;
        height: 35px;
    }
}

/* line 396, dev/sass/modules/plan.scss */
.plan-genplan__category-arrow.open .icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* line 400, dev/sass/modules/plan.scss */
.plan-genplan__category-arrow .icon {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #74BB20;
}

@media screen and (max-width: 1440px) {
    /* line 400, dev/sass/modules/plan.scss */
    .plan-genplan__category-arrow .icon {
        width: 20px;
    }
}

/* line 410, dev/sass/modules/plan.scss */
.plan-genplan__category-drop {
    display: none;
    height: calc((91px * 3) + 40px);
    overflow: hidden;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #55555B;
    z-index: 100;
}

/* line 421, dev/sass/modules/plan.scss */
.plan-genplan__category-drop .mCSB_inside > .mCSB_container {
    margin-right: 80px;
}

@media screen and (max-width: 1440px) {
    /* line 421, dev/sass/modules/plan.scss */
    .plan-genplan__category-drop .mCSB_inside > .mCSB_container {
        margin-right: 50px;
    }
}

/* line 427, dev/sass/modules/plan.scss */
.plan-genplan__category-drop .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #74BB20;
    width: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* line 432, dev/sass/modules/plan.scss */
.plan-genplan__category-drop .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #474751;
}

/* line 436, dev/sass/modules/plan.scss */
.plan-genplan__category-drop .mCSB_scrollTools {
    opacity: 1;
    width: 80px;
}

@media screen and (max-width: 1440px) {
    /* line 436, dev/sass/modules/plan.scss */
    .plan-genplan__category-drop .mCSB_scrollTools {
        width: 50px;
    }
}

/* line 446, dev/sass/modules/plan.scss */
.plan-genplan__category-mob {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 25px;
}

/* line 451, dev/sass/modules/plan.scss */
.plan-genplan__category-mob .name {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* line 456, dev/sass/modules/plan.scss */
.plan-genplan__category-mob .close {
    cursor: pointer;
}

/* line 458, dev/sass/modules/plan.scss */
.plan-genplan__category-mob .close .icon {
    width: 21.5px;
    height: 21.5px;
    stroke: #74BB20;
}

/* line 468, dev/sass/modules/plan.scss */
.plan-genplan__rooms {
    padding: 20px 0 20px 40px;
    max-height: calc(670px - 87px);
    height: 100%;
}

@media screen and (max-width: 1440px) {
    /* line 468, dev/sass/modules/plan.scss */
    .plan-genplan__rooms {
        padding: 10px;
    }
}

/* line 475, dev/sass/modules/plan.scss */
.plan-genplan__rooms .mCSB_inside > .mCSB_container {
    margin-right: 24px;
}

/* line 478, dev/sass/modules/plan.scss */
.plan-genplan__rooms .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #74BB20;
    width: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    margin-left: auto;
}

/* line 485, dev/sass/modules/plan.scss */
.plan-genplan__rooms .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #F2F2F2;
    margin: 0;
    margin-left: auto;
}

/* line 491, dev/sass/modules/plan.scss */
.plan-genplan__rooms .mCSB_scrollTools {
    opacity: 1;
    width: 24px;
}

/* line 495, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item {
    padding: 25px 0 25px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

@media screen and (max-width: 1600px) {
    /* line 495, dev/sass/modules/plan.scss */
    .plan-genplan__rooms-item {
        padding: 15px 0 15px 10px;
    }
}

/* line 506, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item::before, .plan-genplan__rooms-item:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #74BB20;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
}

/* line 514, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item::before {
    left: 0;
    top: 0;
}

/* line 518, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item::after {
    bottom: -1px;
    right: 0;
}

/* line 522, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item:hover {
    background-color: rgba(242, 242, 242, 0.45);
}

/* line 524, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item:hover:before, .plan-genplan__rooms-item:hover:after {
    width: 100%;
}

/* line 528, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item .img {
    width: 77px;
    height: 77px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #F2F2F2;
    margin-right: 25px;
}

@media screen and (max-width: 1440px) {
    /* line 528, dev/sass/modules/plan.scss */
    .plan-genplan__rooms-item .img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
}

/* line 541, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item .img img {
    max-height: 100%;
    max-width: 100%;
}

/* line 546, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item .text {
    font-weight: 300;
    font-size: 14px;
    color: #4D4D4F;
    max-width: calc(100% - 102px);
}

@media screen and (max-width: 1440px) {
    /* line 546, dev/sass/modules/plan.scss */
    .plan-genplan__rooms-item .text {
        max-width: calc(100% - 65px);
    }
}

/* line 554, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item .text b {
    font-weight: 500;
    font-size: 15px;
}

/* line 568, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo {
    position: absolute;
    width: 50%;
    top: 0;
    left: 100%;
    background-color: #55555B;
    z-index: 150;
    height: 100%;
    padding: 45px 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-height: 670px;
}

@media screen and (max-width: 1440px) {
    /* line 568, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo {
        padding: 25px;
        min-width: 450px;
    }
}

@media screen and (max-width: 990px) {
    /* line 568, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo {
        width: 100%;
        height: auto;
        padding: 15px;
        min-width: 1px;
        left: calc(100% + 30px);
    }
}

/* line 590, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo.open {
    left: 50%;
}

@media screen and (max-width: 990px) {
    /* line 590, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo.open {
        left: 0;
    }
}

/* line 596, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
    /* line 596, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-head {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

/* line 606, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-head .name {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: calc(100% - 20px);
}

/* line 613, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-head .close {
    cursor: pointer;
}

/* line 615, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-head .close .icon {
    stroke: #74BB20;
    width: 18px;
    height: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 620, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-head .close .icon:hover {
    opacity: 0.8;
}

/* line 626, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body {
    height: calc(100% - 193px);
}

@media screen and (max-width: 990px) {
    /* line 626, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-body {
        height: 300px;
        overflow: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {
    /* line 626, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-body {
        height: 200px;
    }
}

/* line 638, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_inside::before {
    content: '';
    width: calc(100% - 10px);
    height: 130px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(21%, rgba(85, 85, 91, 0.2)), color-stop(51%, rgba(85, 85, 91, 0.4)), color-stop(71%, rgba(85, 85, 91, 0.8)), to(#55555B));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(85, 85, 91, 0.2) 21%, rgba(85, 85, 91, 0.4) 51%, rgba(85, 85, 91, 0.8) 71%, #55555B 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(85, 85, 91, 0.2) 21%, rgba(85, 85, 91, 0.4) 51%, rgba(85, 85, 91, 0.8) 71%, #55555B 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(85, 85, 91, 0.2) 21%, rgba(85, 85, 91, 0.4) 51%, rgba(85, 85, 91, 0.8) 71%, #55555B 100%);
    z-index: 10;
}

/* line 654, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_container_wrapper {
    margin: 0;
}

/* line 657, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_inside > .mCSB_container {
    padding: 0;
    margin-right: 150px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1440px) {
    /* line 657, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-body .mCSB_inside > .mCSB_container {
        margin-right: 50px;
    }
}

/* line 665, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #74BB20;
    margin-right: 0;
}

/* line 670, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.plan-genplan__roomInfo-body .mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* line 674, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
    width: 4px;
}

/* line 678, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
    background: #F2F2F2;
    opacity: 0.5;
    margin-right: 0;
}

/* line 684, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body p {
    font-size: 15px;
    line-height: 152.69%;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width: 990px) {
    /* line 684, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-body p {
        font-size: 13px;
        margin-bottom: 7px;
    }
}

/* line 695, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body img {
    max-width: 30%;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 25px;
}

@media screen and (max-width: 990px) {
    /* line 695, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-body img {
        margin-right: 2.5%;
    }
}

/* line 705, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-footer {
    padding-top: 50px;
    position: absolute;
    bottom: 55px;
    left: 50px;
    z-index: 5;
}

@media screen and (max-width: 990px) {
    /* line 705, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-footer {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 20px 0;
    }
}

/* line 723, dev/sass/modules/plan.scss */
.svg-card__overflow {
    overflow: auto;
}

/* line 725, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_container_wrapper {
    margin: 0;
}

/* line 728, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_container_wrapper > .mCSB_container {
    padding: 0;
}

/* line 731, dev/sass/modules/plan.scss */
.svg-card__overflow .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #74BB20;
}

/* line 734, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
}

/* line 737, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.svg-card__overflow .mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* line 741, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 0;
}

/* line 745, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 4px;
}

/* line 748, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

/* line 751, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
    width: 4px;
}

/* line 755, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

/* line 758, dev/sass/modules/plan.scss */
.svg-card__overflow .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #F2F2F2;
}

/* line 762, dev/sass/modules/plan.scss */
.svg-card__img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

/* line 767, dev/sass/modules/plan.scss */
.svg-card__img .svg-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* line 774, dev/sass/modules/plan.scss */
.svg-card__img .svg-map a path {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    fill: #74BB20;
}

/* line 781, dev/sass/modules/plan.scss */
.svg-card__img .svg-map a:hover path {
    opacity: 0.5;
}

/* line 788, dev/sass/modules/plan.scss */
.svg-card__img .svg-map a[data-busy='1'].show path {
    opacity: 0.5;
    fill: red;
}

/* line 793, dev/sass/modules/plan.scss */
.svg-card__img .svg-map a[data-busy='1'].show.active path {
    opacity: 0.8;
}

/* line 799, dev/sass/modules/plan.scss */
.svg-card__img .svg-map a.active path {
    opacity: 0.5;
}

/* line 807, dev/sass/modules/plan.scss */
.svg-card__img img {
    width: 100%;
}

/* line 813, dev/sass/modules/plan.scss */
.dl--input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

/* line 816, dev/sass/modules/plan.scss */
.dl--input::before {
    content: '';
    width: 1px;
    height: 60%;
    position: absolute;
    left: 50%;
    top: 20%;
    background-color: #74BB20;
    z-index: 2;
}

/* line 826, dev/sass/modules/plan.scss */
.dl--input input {
    width: 130px;
    font-size: 15px;
}

@media screen and (max-width: 1600px) {
    /* line 826, dev/sass/modules/plan.scss */
    .dl--input input {
        width: 85px;
    }
}

/* line 832, dev/sass/modules/plan.scss */
.dl--input input:first-child {
    border-right: 0;
}

/* line 835, dev/sass/modules/plan.scss */
.dl--input input:last-child {
    border-left: 0;
}

/* line 842, dev/sass/modules/plan.scss */
.plan-genplan__list--mob {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 842, dev/sass/modules/plan.scss */
    .plan-genplan__list--mob {
        left: 0px;
        width: 100%;
    }
}

/* line 853, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__rooms, .plan-genplan__list--mob .plan-genplan__category {
    display: none;
}

/* line 858, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 150;
    background-color: #FAFAFA;
    padding-bottom: 20px;
    -webkit-box-shadow: 7px 12px 8px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 12px 8px 7px rgba(0, 0, 0, 0.15);
}

/* line 867, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

/* line 871, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-mob .name {
    color: #55555B;
    max-width: calc(100% - 30px);
}

/* line 877, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-drop {
    display: block;
    position: relative;
    top: auto;
    overflow: auto;
    height: 310px;
    padding: 0;
    background-color: #FAFAFA;
    padding-right: 65px;
}

/* line 887, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-item {
    padding: 25px;
    border-bottom: 1px solid #E0E0E0;
}

/* line 890, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-item:hover {
    background-color: #fafafa;
}

/* line 893, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-item .icon {
    fill: #55555B;
}

/* line 896, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-item .name {
    font-weight: 500;
    font-size: 13px;
    line-height: 140.5%;
    text-transform: uppercase;
    color: #55555B;
}

/* line 903, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-item .desc {
    font-size: 14px;
    line-height: 140.5%;
    color: #55555B;
}

/* line 911, dev/sass/modules/plan.scss */
.plan-genplan__category--mob,
.plan-genplan__rooms--mob {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

/* line 916, dev/sass/modules/plan.scss */
.plan-genplan__category--mob .img,
.plan-genplan__rooms--mob .img {
    width: 35px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 922, dev/sass/modules/plan.scss */
.plan-genplan__category--mob .img .icon,
.plan-genplan__rooms--mob .img .icon {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 929, dev/sass/modules/plan.scss */
.plan-genplan__category--mob span,
.plan-genplan__rooms--mob span {
    font-size: 12px;
    line-height: 120.5%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: calc(100% - 35px);
    padding: 12px 5px;
}

/* line 939, dev/sass/modules/plan.scss */
.plan-genplan__category--mob {
    background-color: #55555B;
}

/* line 941, dev/sass/modules/plan.scss */
.plan-genplan__category--mob .img {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 943, dev/sass/modules/plan.scss */
.plan-genplan__category--mob .img .icon {
    fill: #74BB20;
}

/* line 948, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob {
    background-color: #74BB20;
    color: #fff;
}

/* line 951, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob .img {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 953, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob .img .icon {
    fill: #fff;
}

/* line 960, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__rooms {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 150;
    background-color: #FAFAFA;
    padding: 0;
    padding-bottom: 20px;
    z-index: 150;
    height: auto;
    -webkit-box-shadow: 7px 12px 8px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 12px 8px 7px rgba(0, 0, 0, 0.15);
}

/* line 972, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__rooms .plan-genplan__rooms-list {
    height: 310px;
    overflow: auto;
    padding: 0 65px 0 15px;
}

/* line 978, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__rooms .plan-genplan__category-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

/* line 982, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__rooms .plan-genplan__category-mob .name {
    color: #55555B;
    max-width: calc(100% - 30px);
}

/* line 989, dev/sass/modules/plan.scss */
.plan-genplan__category--mob {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 991, dev/sass/modules/plan.scss */
.plan-genplan__category--mob.open {
    background-color: #474751;
}

/* line 993, dev/sass/modules/plan.scss */
.plan-genplan__category--mob.open .icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* line 998, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 1000, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob.open {
    background-color: #61A70E;
}

/* line 1002, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob.open .icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* line 1009, dev/sass/modules/plan.scss */
.plan-genplan__list--mob {
    display: none;
}

@media screen and (max-width: 990px) {
    /* line 1009, dev/sass/modules/plan.scss */
    .plan-genplan__list--mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/* line 1, dev/sass/modules/request-arenda.scss */
.request-arenda {
    margin-bottom: 50px;
}

/* line 6, dev/sass/modules/request-arenda.scss */
.request-arenda__zag {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    /* line 6, dev/sass/modules/request-arenda.scss */
    .request-arenda__zag {
        font-size: 22px;
    }
}

/* line 16, dev/sass/modules/request-arenda.scss */
.request-arenda__head {
    background-color: #74BB20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 35px 95px 35px 45px;
}

@media screen and (max-width: 1440px) {
    /* line 16, dev/sass/modules/request-arenda.scss */
    .request-arenda__head {
        padding: 35px 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 16, dev/sass/modules/request-arenda.scss */
    .request-arenda__head {
        padding: 20px 15px;
    }
}

/* line 28, dev/sass/modules/request-arenda.scss */
.request-arenda__head-content {
    width: calc(100% - 300px);
}

@media screen and (max-width: 600px) {
    /* line 28, dev/sass/modules/request-arenda.scss */
    .request-arenda__head-content {
        width: 100%;
    }
}

/* line 34, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
}

@media screen and (max-width: 600px) {
    /* line 34, dev/sass/modules/request-arenda.scss */
    .request-arenda__head-select {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 40, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox {
    width: auto;
    margin-right: 40px;
}

@media screen and (max-width: 600px) {
    /* line 40, dev/sass/modules/request-arenda.scss */
    .request-arenda__head-select .jq-selectbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* line 48, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__select {
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0 30px 5px 0;
}

/* line 52, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__select-text {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    opacity: 1;
}

/* line 60, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__dropdown {
    background-color: #74BB20;
    border: 1px solid rgba(255, 255, 255, 0.51);
    margin-top: 5px;
    padding: 0;
    width: auto;
}

/* line 66, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__dropdown li {
    color: #fff;
    opacity: 1;
}

/* line 69, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__dropdown li:hover {
    background-color: #8cdc2c;
}

/* line 72, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__dropdown li.selected {
    background-color: #80ce24;
}

/* line 78, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__trigger {
    width: 15px;
}

/* line 80, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__trigger-arrow {
    top: 6px;
    right: 0;
    -webkit-background-size: 12px 12px;
    background-size: 12px;
    background-image: url(/local/templates/a-100art/css/../img/svg/ar-down--w.svg);
}

/* line 88, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* line 91, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox.disabled .jq-selectbox__select {
    background-color: transparent;
    border-color: #fff;
}

/* line 98, dev/sass/modules/request-arenda.scss */
.request-arenda__head-text {
    font-size: 16px;
    color: #FFFFFF;
    max-width: 815px;
}

@media screen and (max-width: 600px) {
    /* line 98, dev/sass/modules/request-arenda.scss */
    .request-arenda__head-text {
        font-size: 14px;
    }
}

/* line 106, dev/sass/modules/request-arenda.scss */
.request-arenda__head-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 300px;
}

@media screen and (max-width: 600px) {
    /* line 106, dev/sass/modules/request-arenda.scss */
    .request-arenda__head-count {
        width: 100%;
        margin-top: 30px;
    }
}

/* line 115, dev/sass/modules/request-arenda.scss */
.request-arenda__head-count .step {
    width: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
}

/* line 125, dev/sass/modules/request-arenda.scss */
.request-arenda__head-count .line {
    width: calc(100% - 100px);
    height: 1px;
    background-color: #fff;
}

/* line 130, dev/sass/modules/request-arenda.scss */
.request-arenda__head-count .all-step {
    width: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
}

/* line 142, dev/sass/modules/request-arenda.scss */
.request-arenda__body {
    display: none;
    background-color: #55555B;
    padding: 55px 50px 80px;
}

@media screen and (max-width: 1440px) {
    /* line 142, dev/sass/modules/request-arenda.scss */
    .request-arenda__body {
        padding: 35px 30px 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 142, dev/sass/modules/request-arenda.scss */
    .request-arenda__body {
        padding: 20px 15px;
    }
}

/* line 152, dev/sass/modules/request-arenda.scss */
.request-arenda__body.first {
    display: block;
}

/* line 159, dev/sass/modules/request-arenda.scss */
.request-arenda__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 162, dev/sass/modules/request-arenda.scss */
.request-arenda__form-zag {
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

/* line 169, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item {
    margin-right: 40px;
    width: calc(25% - 40px);
    margin-bottom: 45px;
}

@media screen and (max-width: 1440px) {
    /* line 169, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item {
        width: calc(33.33% - 40px);
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 990px) {
    /* line 169, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item {
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 600px) {
    /* line 169, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* line 185, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item .input--text {
    background-color: #fff;
    opacity: 1;
    font-size: 15px;
}

/* line 191, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item .jq-selectbox__select {
    background-color: #fff;
    font-size: 15px;
}

/* line 195, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item label {
    font-size: 16px;
    color: #FAFAFA;
    display: block;
    margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
    /* line 195, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item label {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    /* line 195, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item label {
        font-size: 14px;
    }
}

/* line 206, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item label span {
    color: #74BB20;
}

/* line 210, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item textarea {
    background-color: #FFFFFF;
    border: 1px solid #55555B;
    height: 107px;
    padding: 14px 17px;
    font-size: 15px;
    color: #828282;
    width: 100%;
    resize: none;
}

/* line 219, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item textarea.error, .request-arenda__form-item textarea .error-online {
    border-color: #EB5757;
}

/* line 222, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item textarea.success {
    border-color: #74BB20;
}

/* line 226, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item .dl--input {
    width: 100%;
}

/* line 228, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item .dl--input input {
    width: 50%;
}

/* line 233, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item__check label {
    cursor: pointer;
}

/* line 235, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item__check label .jq-checkbox {
    background-color: #fff;
}

/* line 237, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item__check label .jq-checkbox.checked {
    background-color: #74BB20;
}

/* line 241, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item__check label span {
    font-size: 16px;
    color: #FAFAFA;
    margin-left: 25px;
}

@media screen and (max-width: 600px) {
    /* line 241, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item__check label span {
        font-size: 14px;
    }
}

/* line 253, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3 {
    width: 33.33%;
    padding: 0 38px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    /* line 253, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3 {
        width: 50%;
    }
}

@media screen and (max-width: 990px) {
    /* line 253, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3 {
        width: 100%;
        padding: 0;
    }
}

/* line 264, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3::before {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.1;
}

/* line 274, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3:first-child {
    padding-left: 0;
}

/* line 277, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3:last-child {
    padding-right: 0;
}

/* line 279, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3:last-child:before {
    content: none;
}

@media screen and (max-width: 1440px) {
    /* line 283, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(odd) {
        padding-left: 0;
        padding-right: 38px;
    }
}

@media screen and (max-width: 990px) {
    /* line 283, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(odd) {
        padding-right: 0;
    }
}

@media screen and (max-width: 1440px) {
    /* line 292, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(odd):before {
        content: '';
    }
}

@media screen and (max-width: 990px) {
    /* line 292, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(odd):before {
        content: none;
    }
}

@media screen and (max-width: 1440px) {
    /* line 301, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(even) {
        padding-right: 0;
    }
    /* line 304, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(even):before {
        content: none;
    }
}

/* line 309, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3 .request-arenda__form-item {
    width: 100%;
}

/* line 313, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4 {
    width: 25%;
    padding: 0 38px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    /* line 313, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--4 {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 313, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--4 {
        padding: 0;
        width: 100%;
    }
    /* line 323, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--4:before {
        content: none !important;
    }
}

/* line 327, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4::before {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.1;
}

/* line 337, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4:first-child {
    padding-left: 0;
}

/* line 340, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4:last-child {
    padding-right: 0;
}

/* line 342, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4:last-child:before {
    content: none;
}

@media screen and (max-width: 1440px) {
    /* line 346, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--4:nth-child(even) {
        padding-left: 0;
    }
}

@media screen and (max-width: 1440px) {
    /* line 353, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--4:nth-child(odd):before {
        content: none;
    }
}

/* line 358, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4 .request-arenda__form-item {
    width: 100%;
}

/* line 365, dev/sass/modules/request-arenda.scss */
.request-arenda__footer {
    padding: 20px 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 990px) {
    /* line 365, dev/sass/modules/request-arenda.scss */
    .request-arenda__footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 372, dev/sass/modules/request-arenda.scss */
.request-arenda__footer .btn {
    margin-right: 15px;
}

@media screen and (max-width: 990px) {
    /* line 372, dev/sass/modules/request-arenda.scss */
    .request-arenda__footer .btn {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

/* line 378, dev/sass/modules/request-arenda.scss */
.request-arenda__footer .btn-img {
    text-transform: none;
    padding: 17px 27px;
}

/* line 382, dev/sass/modules/request-arenda.scss */
.request-arenda__footer .btn-img:hover .icon {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

/* line 386, dev/sass/modules/request-arenda.scss */
.request-arenda__footer .btn-img .icon {
    margin-left: 15px;
    margin-right: 0;
    width: 13px;
    height: 10px;
}

/* line 393, dev/sass/modules/request-arenda.scss */
.request-arenda__footer-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

/* line 398, dev/sass/modules/request-arenda.scss */
.request-arenda__footer-check label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 990px) {
    /* line 393, dev/sass/modules/request-arenda.scss */
    .request-arenda__footer-check {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        width: 100%;
    }
}

/* line 407, dev/sass/modules/request-arenda.scss */
.request-arenda__footer-check span {
    margin-left: 10px;
    width: calc(100% - 30px);
}

@media screen and (max-width: 600px) {
    /* line 416, dev/sass/modules/request-arenda.scss */
    #select-form-wrap {
        width: 100%;
    }
}

/* line 1, dev/sass/modules/list-worker.scss */
.list-worker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 130px;
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/list-worker.scss */
    .list-worker {
        width: 100%;
        min-width: 100%;
    }
}

/* line 12, dev/sass/modules/list-worker.scss */
.list-worker__zag {
    padding-bottom: 50px;
    width: 100%;
}

/* line 15, dev/sass/modules/list-worker.scss */
.list-worker__zag h3, .list-worker__zag .h3 {
    font-size: 18px;
    line-height: 138%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 15px;
}

/* line 23, dev/sass/modules/list-worker.scss */
.list-worker__zag p {
    max-width: 1000px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #55555B;
    margin: 0 auto;
    opacity: 0.8;
}

/* line 33, dev/sass/modules/list-worker.scss */
.list-worker__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 38, dev/sass/modules/list-worker.scss */
.worker-item {
    width: 33.33%;
    padding: 22px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    min-height: 210px;
}

@media screen and (max-width: 1600px) {
    /* line 38, dev/sass/modules/list-worker.scss */
    .worker-item {
        width: 50%;
    }
}

@media screen and (max-width: 990px) {
    /* line 38, dev/sass/modules/list-worker.scss */
    .worker-item {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 38, dev/sass/modules/list-worker.scss */
    .worker-item {
        padding: 15px;
    }
}

/* line 54, dev/sass/modules/list-worker.scss */
.worker-item::before, .worker-item::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #74BB20;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

/* line 64, dev/sass/modules/list-worker.scss */
.worker-item::after {
    top: auto;
    bottom: 0;
}

/* line 68, dev/sass/modules/list-worker.scss */
.worker-item:nth-child(even) {
    background-color: #FAFAFA;
}

@media screen and (max-width: 1440px) {
    /* line 68, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(even) {
        background-color: initial;
    }
}

@media screen and (max-width: 800px) {
    /* line 68, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(even) {
        background-color: #FAFAFA !important;
    }
}

@media screen and (max-width: 1440px) {
    /* line 77, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(4n+2) {
        background-color: #FAFAFA;
    }
}

@media screen and (max-width: 800px) {
    /* line 77, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(4n+2) {
        background-color: initial;
    }
}

@media screen and (max-width: 1440px) {
    /* line 86, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(4n+3) {
        background-color: #FAFAFA;
    }
}

@media screen and (max-width: 800px) {
    /* line 86, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(4n+3) {
        background-color: initial;
    }
}

/* line 95, dev/sass/modules/list-worker.scss */
.worker-item:hover .worker-item__img {
    padding: 0;
}

@media screen and (max-width: 600px) {
    /* line 97, dev/sass/modules/list-worker.scss */
    .worker-item:hover .worker-item__img .img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/* line 103, dev/sass/modules/list-worker.scss */
.worker-item:hover .link-transform {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

/* line 107, dev/sass/modules/list-worker.scss */
.worker-item:hover:before, .worker-item:hover:after {
    width: 100%;
}

/* line 111, dev/sass/modules/list-worker.scss */
.worker-item__img {
    overflow: hidden;
    width: 175px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 22px 0 22px 35px;
    height: 100%;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

@media screen and (max-width: 600px) {
    /* line 111, dev/sass/modules/list-worker.scss */
    .worker-item__img {
        width: 100%;
        position: relative;
        height: auto;
        padding: 0;
        margin-bottom: 15px;
    }
}

/* line 127, dev/sass/modules/list-worker.scss */
.worker-item__img .img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 600px) {
    /* line 127, dev/sass/modules/list-worker.scss */
    .worker-item__img .img {
        padding-bottom: 125%;
    }
}

/* line 139, dev/sass/modules/list-worker.scss */
.worker-item__text {
    width: 100%;
    padding-left: 175px;
    position: relative;
    padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
    /* line 139, dev/sass/modules/list-worker.scss */
    .worker-item__text {
        padding-bottom: 0;
    }
}

/* line 147, dev/sass/modules/list-worker.scss */
.worker-item__text .link-transform {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    left: 175px;
    bottom: 0;
    white-space: nowrap;
    opacity: 0;
}

@media screen and (max-width: 990px) {
    /* line 147, dev/sass/modules/list-worker.scss */
    .worker-item__text .link-transform {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media screen and (max-width: 600px) {
    /* line 147, dev/sass/modules/list-worker.scss */
    .worker-item__text .link-transform {
        padding: 10px 15px;
        position: relative;
        left: auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 139, dev/sass/modules/list-worker.scss */
    .worker-item__text {
        padding-left: 0;
    }
}

/* line 173, dev/sass/modules/list-worker.scss */
.worker-item__name {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 20px;
}

/* line 182, dev/sass/modules/list-worker.scss */
.worker-item__position {
    font-size: 15px;
    color: #828282;
    line-height: 125%;
}

/* line 189, dev/sass/modules/list-worker.scss */
.worker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
    /* line 189, dev/sass/modules/list-worker.scss */
    .worker {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 195, dev/sass/modules/list-worker.scss */
.worker__img {
    width: 36%;
}

@media screen and (max-width: 600px) {
    /* line 195, dev/sass/modules/list-worker.scss */
    .worker__img {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* line 201, dev/sass/modules/list-worker.scss */
.worker__img img {
    margin: 0;
    width: 100%;
}

/* line 206, dev/sass/modules/list-worker.scss */
.worker__text {
    padding-left: 40px;
    width: 64%;
}

@media screen and (max-width: 600px) {
    /* line 206, dev/sass/modules/list-worker.scss */
    .worker__text {
        width: 100%;
        padding-left: 0;
    }
}

/* line 213, dev/sass/modules/list-worker.scss */
.worker__text .name {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 15px;
}

/* line 220, dev/sass/modules/list-worker.scss */
.worker__text .position {
    font-size: 16px;
    color: #828282;
    border-bottom: 1px solid #74BB20;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
    /* line 220, dev/sass/modules/list-worker.scss */
    .worker__text .position {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/* line 1, dev/sass/modules/history.scss */
.history-list {
    padding-left: 60px;
    position: relative;
}

/* line 4, dev/sass/modules/history.scss */
.history-list::before {
    content: '';
    width: 1px;
    height: calc(100% - 300px);
    position: absolute;
    left: 15px;
    top: 75px;
    background-color: #74BB20;
}

/* line 13, dev/sass/modules/history.scss */
.history-list__item {
    margin-bottom: 35px;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* line 13, dev/sass/modules/history.scss */
    .history-list__item {
        margin-bottom: 20px;
    }
}

/* line 20, dev/sass/modules/history.scss */
.history-list__item:hover:before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

/* line 25, dev/sass/modules/history.scss */
.history-list__item:last-child:after {
    content: '';
    width: 6px;
    background-color: #fff;
    position: absolute;
    left: -47px;
    height: calc(100% - 83px);
    bottom: 0;
}

/* line 35, dev/sass/modules/history.scss */
.history-list__item::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #74BB20;
    position: absolute;
    top: 67px;
    left: -52.5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 10;
}

/* line 47, dev/sass/modules/history.scss */
.history-list__item-date {
    font-weight: bold;
    font-size: 96px;
    text-transform: uppercase;
    color: #F2F2F2;
    line-height: 1.5;
}

@media screen and (max-width: 600px) {
    /* line 47, dev/sass/modules/history.scss */
    .history-list__item-date {
        font-size: 50px;
    }
}

/* line 57, dev/sass/modules/history.scss */
.history-list__item-name {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 35px;
    line-height: 1.4;
}

@media screen and (max-width: 600px) {
    /* line 57, dev/sass/modules/history.scss */
    .history-list__item-name {
        margin-bottom: 15px;
    }
}

/* line 68, dev/sass/modules/history.scss */
.history-list__item-p {
    font-weight: 300;
    font-size: 15px;
    color: #4D4D4F;
    line-height: 1.4;
}

.bx-text h3{
    color: white;
}

/* End */


/* Start:/local/templates/a-100art/libs/swiper-bundle.min.css?174233337813872*/
/**
 * Swiper 6.7.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2021
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/a-100art/libs/lightbox.min.css?17423333792395*/
.lb-loader,.lightbox{text-align:center;line-height:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/local/templates/a-100art/libs/../img/general/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/local/templates/a-100art/libs/../img/general/prev.png) left 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/local/templates/a-100art/libs/../img/general/next.png) right 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/local/templates/a-100art/libs/../img/general/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}
/* End */


/* Start:/local/templates/a-100art/libs/venobox.min.css?174233337815369*/
.vbox-overlay{--vbox-tools-color:#fff;--vbox-title-background:#101010;--vbox-title-width:'auto';--vbox-title-radius:0;--vbox-share-background:#101010;--vbox-share-width:'auto';--vbox-share-radius:0;--vbox-padding:0;--vbox-max-width:100%}.vbox-overlay *,.vbox-overlay :after,.vbox-overlay :before{-webkit-backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vbox-overlay *{-webkit-backface-visibility:visible;backface-visibility:visible}.vbox-overlay{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999}.vbox-share,.vbox-title{line-height:1;position:fixed;z-index:98;text-align:center;margin:0 auto;color:var(--vbox-tools-color)}.vbox-title{font-size:12px;background-color:var(--vbox-title-background);width:var(--vbox-title-width);border-radius:var(--vbox-title-radius);padding:12px 54px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.vbox-share{font-size:24px;padding:0 .35em;background-color:var(--vbox-share-background);width:var(--vbox-share-width);border-radius:var(--vbox-share-radius)}.vbox-link-btn,button.vbox-link-btn,button.vbox-link-btn:active,button.vbox-link-btn:focus,button.vbox-link-btn:hover{border:none!important;background:0 0!important;box-shadow:none!important;color:inherit!important;padding:6px 12px;outline:0;display:inline-block;cursor:pointer}.vbox-share a{color:inherit!important;padding:6px 12px;display:inline-block}.vbox-share svg{z-index:10;vertical-align:middle}.vbox-close{cursor:pointer;position:fixed;top:0;right:0;z-index:99;padding:6px 15px;color:#000;color:var(--vbox-tools-color);border:0;font-size:24px;display:flex;align-items:center;opacity:.8;transition:opacity .2s}.vbox-close:hover{opacity:1}.vbox-left-corner{cursor:pointer;position:fixed;left:0;top:0;overflow:hidden;line-height:1;font-size:12px;z-index:99;display:flex;align-items:center;color:var(--vbox-tools-color)}.vbox-num{display:inline-block;padding:12px 15px}.vbox-left{left:0}.vbox-right{right:0}.vbox-top{top:0}.vbox-bottom{bottom:0}.vbox-next,.vbox-prev{position:fixed;top:50%;margin-top:-15px;overflow:hidden;cursor:pointer;display:block;width:45px;height:45px;z-index:99;opacity:.8;transition:opacity .2s}.vbox-next:hover,.vbox-prev:hover{opacity:1}.vbox-next span,.vbox-prev span{position:relative;width:20px;height:20px;border:2px solid transparent;border-top-color:var(--vbox-tools-color);border-right-color:var(--vbox-tools-color);text-indent:-100px;position:absolute;top:8px;display:block}.vbox-prev{left:15px}.vbox-next{right:15px}.vbox-prev span{left:10px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vbox-next span{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);right:10px}.vbox-inline,.venoratio{position:relative;width:100%;margin:0 auto}.venoratio::before{display:block;padding-top:var(--vb-aspect-ratio);content:""}.venoratio>*{position:absolute;top:0;left:0;width:100%;height:100%;padding:var(--vbox-padding)}.venoratio-1x1{--vb-aspect-ratio:100%;max-width:calc(min(var(--vbox-max-width),(100vh - 60px)))}.venoratio-4x3.vbox-child.venoratio{--vb-aspect-ratio:calc(3 / 4 * 100%);max-width:calc(min(var(--vbox-max-width),(100vh - 60px) * 4 / 3))}.venoratio-16x9.vbox-child.venoratio{--vb-aspect-ratio:calc(9 / 16 * 100%);max-width:calc(min(var(--vbox-max-width),(100vh - 60px) * 16 / 9))}.venoratio-21x9.vbox-child.venoratio{--vb-aspect-ratio:calc(9 / 21 * 100%);max-width:calc(min(var(--vbox-max-width),(100vh - 60px) * 21 / 9))}.venoratio-full{--vb-aspect-ratio:calc(100vh - 60px)}.vbox-child.vbox-inline,.vbox-child.venoratio{max-width:100%}.vbox-open{overflow:hidden}.vbox-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:scroll;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;z-index:20;max-height:100%;padding:30px 0}.vbox-content{opacity:0;text-align:center;width:100%;position:relative;overflow:hidden;padding:0 4%;display:flex;align-items:center;justify-content:center;min-height:100%}.vbox-container img{max-width:100%;height:auto}.vbox-child{box-shadow:0 0 12px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);max-width:var(--vbox-max-width);text-align:initial;padding:var(--vbox-padding)}.vbox-child img{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:block}.vbox-fit .vbox-child img,.vbox-fit .vbox-child.venoratio{max-height:calc(100vh - 60px)}.vbox-grab .vbox-child img{cursor:grab}.vbox-child>iframe{border:none!important}.vbox-content.swipe-left{margin-left:-200px!important}.vbox-content.swipe-right{margin-left:200px!important}.vbox-preloader{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.vbox-preloader .vbox-preloader-inner{opacity:1;transition:opacity .2s}.vbox-hidden{display:none}.vbox-preloader.vbox-hidden .vbox-preloader-inner{opacity:0}.vbox-backdrop{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:translateZ(-1px);-moz-transform:translateZ(-1px);-o-transform:translateZ(-1px);transform:translateZ(-1px);z-index:0}.vbox-tooltip{position:relative;display:inline-block}.vbox-tooltip .vbox-tooltip-text{visibility:hidden;color:#fff;text-align:center;padding:0;position:absolute;z-index:1;bottom:100%;left:0;opacity:0;transition:opacity .3s;margin-bottom:2px;font-family:sans-serif}.vbox-top .vbox-tooltip .vbox-tooltip-text{bottom:auto;top:100%;margin-bottom:0;margin-top:2px}.vbox-tooltip-inner{padding:5px 10px;background-color:rgba(0,0,0,.9);border-radius:6px;font-size:10px}.vbox-tooltip:hover .vbox-tooltip-text{visibility:visible;opacity:1}.vbox-overlay{--sk-size:40px;--sk-color:#333}.sk-center{margin:auto}.sk-plane{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);animation:sk-plane 1.2s infinite ease-in-out}@keyframes sk-plane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-chase{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-chase 2.5s infinite linear both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}.sk-chase-dot:before{content:'';display:block;width:25%;height:25%;background-color:var(--sk-color);border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}.sk-chase-dot:nth-child(1){animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:nth-child(1):before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{100%{transform:rotate(360deg)}}@keyframes sk-chase-dot{100%,80%{transform:rotate(360deg)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,100%{transform:scale(1)}}.sk-bounce{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-bounce-dot{width:100%;height:100%;border-radius:50%;background-color:var(--sk-color);opacity:.6;position:absolute;top:0;left:0;animation:sk-bounce 2s infinite cubic-bezier(.455,.03,.515,.955)}.sk-bounce-dot:nth-child(2){animation-delay:-1s}@keyframes sk-bounce{0%,100%{transform:scale(0)}45%,55%{transform:scale(1)}}.sk-wave{width:var(--sk-size);height:var(--sk-size);display:flex;justify-content:space-between}.sk-wave-rect{background-color:var(--sk-color);height:100%;width:15%;animation:sk-wave 1.2s infinite ease-in-out}.sk-wave-rect:nth-child(1){animation-delay:-1.2s}.sk-wave-rect:nth-child(2){animation-delay:-1.1s}.sk-wave-rect:nth-child(3){animation-delay:-1s}.sk-wave-rect:nth-child(4){animation-delay:-.9s}.sk-wave-rect:nth-child(5){animation-delay:-.8s}@keyframes sk-wave{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}.sk-pulse{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);border-radius:100%;animation:sk-pulse 1.2s infinite cubic-bezier(.455,.03,.515,.955)}@keyframes sk-pulse{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.sk-flow{width:calc(var(--sk-size) * 1.3);height:calc(var(--sk-size) * 1.3);display:flex;justify-content:space-between}.sk-flow-dot{width:25%;height:25%;background-color:var(--sk-color);border-radius:50%;animation:sk-flow 1.4s cubic-bezier(.455,.03,.515,.955) 0s infinite both}.sk-flow-dot:nth-child(1){animation-delay:-.3s}.sk-flow-dot:nth-child(2){animation-delay:-.15s}@keyframes sk-flow{0%,100%,80%{transform:scale(.3)}40%{transform:scale(1)}}.sk-swing{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-swing 1.8s infinite linear}.sk-swing-dot{width:45%;height:45%;position:absolute;top:0;left:0;right:0;margin:auto;background-color:var(--sk-color);border-radius:100%;animation:sk-swing-dot 2s infinite ease-in-out}.sk-swing-dot:nth-child(2){top:auto;bottom:0;animation-delay:-1s}@keyframes sk-swing{100%{transform:rotate(360deg)}}@keyframes sk-swing-dot{0%,100%{transform:scale(.2)}50%{transform:scale(1)}}.sk-circle{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-dot:before{content:'';display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle 1.2s infinite ease-in-out both}.sk-circle-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.sk-circle-fade{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-fade-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-fade-dot:before{content:'';display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle-fade 1.2s infinite ease-in-out both}.sk-circle-fade-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-fade-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-fade-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-fade-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-fade-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-fade-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-fade-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-fade-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-fade-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-fade-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-fade-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-fade-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-fade-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-fade-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-fade-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-fade-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-fade-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-fade-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-fade-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-fade-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-fade-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-fade-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle-fade{0%,100%,39%{opacity:0;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.sk-grid{width:var(--sk-size);height:var(--sk-size)}.sk-grid-cube{width:33.33%;height:33.33%;background-color:var(--sk-color);float:left;animation:sk-grid 1.3s infinite ease-in-out}.sk-grid-cube:nth-child(1){animation-delay:.2s}.sk-grid-cube:nth-child(2){animation-delay:.3s}.sk-grid-cube:nth-child(3){animation-delay:.4s}.sk-grid-cube:nth-child(4){animation-delay:.1s}.sk-grid-cube:nth-child(5){animation-delay:.2s}.sk-grid-cube:nth-child(6){animation-delay:.3s}.sk-grid-cube:nth-child(7){animation-delay:0s}.sk-grid-cube:nth-child(8){animation-delay:.1s}.sk-grid-cube:nth-child(9){animation-delay:.2s}@keyframes sk-grid{0%,100%,70%{transform:scale3D(1,1,1)}35%{transform:scale3D(0,0,1)}}.sk-fold{width:var(--sk-size);height:var(--sk-size);position:relative;transform:rotateZ(45deg)}.sk-fold-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.sk-fold-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--sk-color);animation:sk-fold 2.4s infinite linear both;transform-origin:100% 100%}.sk-fold-cube:nth-child(2){transform:scale(1.1) rotateZ(90deg)}.sk-fold-cube:nth-child(4){transform:scale(1.1) rotateZ(180deg)}.sk-fold-cube:nth-child(3){transform:scale(1.1) rotateZ(270deg)}.sk-fold-cube:nth-child(2):before{animation-delay:.3s}.sk-fold-cube:nth-child(4):before{animation-delay:.6s}.sk-fold-cube:nth-child(3):before{animation-delay:.9s}@keyframes sk-fold{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}100%,90%{transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-wander{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-wander-cube{background-color:var(--sk-color);width:20%;height:20%;position:absolute;top:0;left:0;--sk-wander-distance:calc(var(--sk-size) * 0.75);animation:sk-wander 2s ease-in-out -2s infinite both}.sk-wander-cube:nth-child(2){animation-delay:-.5s}.sk-wander-cube:nth-child(3){animation-delay:-1s}@keyframes sk-wander{0%{transform:rotate(0)}25%{transform:translateX(var(--sk-wander-distance)) rotate(-90deg) scale(.6)}50%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)}50.1%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)}75%{transform:translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(.6)}100%{transform:rotate(-360deg)}}

/* End */


/* Start:/local/templates/a-100art/css/critical.css?178058168655585*/
@charset "UTF-8";
@font-face {
  font-family: "Clear Sans";
  src: url("/local/templates/a-100art/css/./../files/ClearSans-Bold.woff2") format("woff2"), url("/local/templates/a-100art/css/./../files/ClearSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Clear Sans";
  src: url("/local/templates/a-100art/css/./../files/ClearSans-Regular.woff2") format("woff2"), url("/local/templates/a-100art/css/./../files/ClearSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gabarito;
  src: url("/local/templates/a-100art/css/./../files/Gabarito-ExtraBold.woff") format("woff"), url("/local/templates/a-100art/css/./../files/Gabarito-ExtraBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
:root {
  --dark: #232425;
  --light: #F6F5F8;
  --orange: #C06802;
  --yellow: #FFBA6A;
  --color-black-text-icon-primary: #F6F5F8;
  --p:max(32px, calc(50vw - 760rem));
}
@media (min-width: 1025px) {
  :root {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --p: 32px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --p: 24px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --p: 20px;
  }
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  display: inline-block;
  background-color: transparent; /* 1 */
  text-decoration: none;
  -webkit-text-decoration-skip: objects; /* 2 */
}

span {
  display: inline-block;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  background: initial;
  border: 0;
  border-radius: 0;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}
ol li,
ul li {
  list-style: none;
}

p {
  margin: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

.auto-slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(80px, 4.2vw);
  padding: min(150px, 8vw) 0;
}
@media screen and (max-width: 1024px) {
  .auto-slider {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .auto-slider {
    gap: 32px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .auto-slider {
    padding-bottom: 80px;
  }
}
.auto-slider.tight {
  gap: min(64px, 3.4vw);
}
@media screen and (max-width: 600px) {
  .auto-slider.tight {
    gap: 12px;
  }
}
.auto-slider.tight .swiper-slide {
  width: min(800px, 42vw);
}
@media screen and (max-width: 600px) {
  .auto-slider.tight .swiper-slide {
    width: 78vw;
  }
}
@media screen and (max-width: 600px) {
  .auto-slider.tight .swiper-slide img {
    height: 68vw;
  }
}
.auto-slider.tight .auto-slider__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding: 0 var(--p);
}
@media screen and (max-width: 1024px) {
  .auto-slider.tight .auto-slider__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .auto-slider.tight .auto-slider__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .auto-slider.tight .auto-slider__title {
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0.42px;
  }
}
.auto-slider .auto-slider__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(60px, 4vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .auto-slider .auto-slider__title {
    text-align: left;
    width: 100%;
    font-size: 28px;
    letter-spacing: 0.42px;
    padding: 0 var(--p);
  }
}
.auto-slider .auto-slider__wrap {
  width: 100%;
  overflow: hidden;
}
.auto-slider .swiper-slide {
  width: min(1000px, 53vw);
}
@media screen and (max-width: 600px) {
  .auto-slider .swiper-slide {
    width: 78vw;
  }
}
.auto-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  height: 36vw;
  min-height: 196px;
}
@media screen and (max-width: 600px) {
  .auto-slider .swiper-slide img {
    height: 55vw;
  }
}
.auto-slider .swiper-slide .auto-slider__text {
  margin-top: 12px;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

html {
  font-family: "Clear Sans";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.moz {
  scrollbar-width: none;
}
.moz body,
.moz .vbox-container {
  scrollbar-width: none;
}

#canvas {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #canvas {
    display: none;
  }
}

body {
  min-height: 100vh;
  overflow-x: clip;
  display: flex;
  font-family: "Clear Sans";
  flex-direction: column;
  align-items: stretch;
  background: var(--dark);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0%;
  background: transparent;
}
body::-webkit-scrollbar-corner {
  background: transparent;
}

.main {
  flex-grow: 1;
}

.visually-hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 0;
  height: 0;
  position: absolute;
}

.container {
  padding-left: var(--p);
  padding-right: var(--p);
}

.container-sm {
  padding-left: min(350px, 18.5vw);
  padding-right: min(350px, 18.5vw);
}
@media screen and (max-width: 1600px) {
  .container-sm {
    padding-left: var(--p);
    padding-right: var(--p);
  }
}

.title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  margin-top: 80px;
  font-size: min(85px, 4.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .title {
    line-height: 130%;
    letter-spacing: 0.525px;
    margin-top: 50px;
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .title {
    margin-top: 40px;
    font-size: 35px;
  }
}

.bx-text {
  margin-top: 32px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 600px) {
  .bx-text {
    font-size: 18px;
  }
}
.bx-text p {
  margin-bottom: 16px;
}
.bx-text b {
  font-weight: 700;
}
.bx-text h1 {
  margin-bottom: 40px;
  font-size: min(85px, 4.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bx-text h1 {
    line-height: 130%;
    letter-spacing: 0.525px;
    margin-top: 50px;
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .bx-text h1 {
    margin-top: 40px;
    font-size: 35px;
  }
}
.bx-text h2 {
  margin-bottom: 32px;
  font-size: min(60px, 3.2vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bx-text h2 {
    font-size: 28px;
    letter-spacing: 0.42px;
  }
}
.bx-text h3 {
  margin-bottom: 32px;
  font-size: min(50px, 2.8vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bx-text h3 {
    font-size: 26px;
    letter-spacing: 0.26px;
  }
}
.bx-text h4 {
  margin-bottom: 24px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(40px, 2.1vw);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bx-text h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.24px;
  }
}
.bx-text h5 {
  margin-bottom: 16px;
  font-size: min(28px, 1.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bx-text h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }
}
.bx-text h6 {
  margin-bottom: 16px;
  font-size: min(24px, 1.3vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.bx-text a {
  color: var(--orange);
  text-decoration: underline;
}
@media screen and (hover: hover) {
  .bx-text a:hover {
    color: var(--yellow);
  }
}
.bx-text ol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  counter-reset: counter;
  margin: 8px 0;
}
.bx-text ol li {
  position: relative;
  padding-left: 26px;
}
.bx-text ol li::before {
  counter-increment: counter;
  content: counters(counter, ".") " ";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.bx-text ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 0;
}
.bx-text ul li {
  position: relative;
  padding-left: 26px;
}
.bx-text ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 14px;
  width: 10px;
  height: 2px;
  background: var(--orange);
}
.bx-text iframe, .bx-text video {
  width: 100%;
  display: block;
  aspect-ratio: 1/0.66;
  height: unset;
}
.bx-text img {
  display: block;
  max-width: 100%;
  margin-bottom: 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bx-text img {
    margin-bottom: 40px;
  }
}
.bx-text table {
  margin-top: 32px;
  border-collapse: collapse;
}
.bx-text table tr:nth-child(1) td {
  background: var(--Color-Black-Primary-Dissabled, #543615);
  padding: 16px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  border-bottom: unset;
}
@media screen and (max-width: 600px) {
  .bx-text table tr:nth-child(1) td {
    font-size: 18px;
  }
}
.bx-text table tr:nth-last-child(1) td {
  border-bottom: unset;
}
.bx-text table td {
  padding: 16px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  min-width: 240px;
  border-bottom: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
}
@media screen and (max-width: 600px) {
  .bx-text table td {
    font-size: 18px;
  }
}
.bx-text .table-wrap {
  width: 100%;
  overflow-x: auto;
}
.bx-text .table-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: var(--color-black-stroke-line-secondary, #383838);
}
.bx-text .table-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--Color-Black-Primary-Main, #C06802);
}
.bx-text .table-wrap::-webkit-scrollbar-corner {
  background: transparent;
}
.bx-text .events-p__control_inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: var(--color-black-stroke-line-secondary, #383838);
}
.bx-text .events-p__control_inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--Color-Black-Primary-Main, #C06802);
}
.bx-text .events-p__control_inner::-webkit-scrollbar-corner {
  background: transparent;
}

.moz .table-wrap,
.moz .events-p__control_inner,
.moz .calendar-wrap__years {
  scrollbar-width: thin;
  scrollbar-color: #C06802 #383838;
}

a,
button,
input,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

.swiper-notification {
  position: absolute;
}

.pagination {
  margin-top: 40px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: stretch;
  gap: 4px;
}
.pagination .pagination__next,
.pagination .pagination__prev {
  width: min(45px, 12vw);
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (hover: hover) {
  .pagination .pagination__next:hover .icon,
  .pagination .pagination__prev:hover .icon {
    stroke: var(--yellow);
  }
}
.pagination .pagination__next.disabled,
.pagination .pagination__prev.disabled {
  opacity: 0;
  pointer-events: none;
}
.pagination .pagination__next .icon,
.pagination .pagination__prev .icon {
  width: 45px;
  height: 24px;
  fill: none;
  stroke: var(--light);
  transition: stroke 0.3s;
}
.pagination .pagination__pages {
  display: flex;
  align-items: stretch;
  gap: min(4px, 1vw);
}
.pagination .pagination__page {
  padding: 0 6px;
  min-width: min(40px, 10.9vw);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(24px, 6.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .pagination .pagination__page:hover {
    color: var(--yellow);
  }
}
.pagination .pagination__page.current {
  color: var(--orange);
}

.mb {
  display: block;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  .mb {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mb {
    height: 80px;
  }
}

.btn {
  padding: 14rem 32rem;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  border-radius: 1000px;
  border: 1px solid var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s, border 0.3s;
}
@media screen and (max-width: 1280px) {
  .btn {
    padding: 20rem 40rem;
    font-size: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    padding: 14px 32px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 8px 20px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
.btn path {
  transition: 0.3s;
}
@media screen and (hover: hover) {
  .btn:hover {
    color: #FFBA6A;
    border-color: #FFBA6A;
  }
}
.btn.orange {
  color: #C06802;
  border-color: #C06802;
}
@media screen and (hover: hover) {
  .btn.orange:hover {
    color: #FFBA6A;
    border-color: #FFBA6A;
  }
  .btn.orange:hover path {
    stroke: var(--yellow);
  }
}
.btn.fill {
  background: var(--orange);
  color: var(--light);
  border: unset;
  transition: background 0.3s;
}
@media screen and (hover: hover) {
  .btn.fill:hover {
    color: var(--light);
    background-color: var(--yellow);
  }
}

.breadcrumbs {
  padding-top: 24px;
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 450px) {
  .breadcrumbs {
    padding-top: 16px;
  }
}
.breadcrumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
  display: none;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  border-radius: 100%;
  background: transparent;
}
.breadcrumbs::-webkit-scrollbar-corner {
  background: transparent;
}
.breadcrumbs .breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs .breadcrumbs__item {
  position: relative;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: color 0.3s;
  white-space: nowrap;
}
@media screen and (hover: hover) {
  .breadcrumbs .breadcrumbs__item:hover {
    color: var(--yellow);
  }
}
.breadcrumbs .breadcrumbs__item:nth-last-child(1)::after {
  content: none;
}
.breadcrumbs .breadcrumbs__item::after {
  content: "/";
  margin-left: 8px;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
}

.btn-text {
  padding: 14px 0;
  color: var(--orange);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (max-width: 600px) {
  .btn-text {
    font-size: 18px;
    padding: 8px 0 10px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
@media screen and (hover: hover) {
  .btn-text:hover {
    color: #FFBA6A;
  }
}
.btn-text.white {
  color: var(--light);
}
@media screen and (hover: hover) {
  .btn-text.white:hover {
    color: #FFBA6A;
  }
}

.link {
  color: var(--light);
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .link:hover {
    color: var(--yellow);
  }
}

.swiper-navigation {
  display: none;
  position: relative;
  margin-top: 32px;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  .swiper-navigation {
    display: flex;
  }
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  width: 45px;
  height: 24px;
  position: static;
  margin: 0;
  transform: unset;
}
.swiper-navigation .swiper-button-next .icon,
.swiper-navigation .swiper-button-prev .icon {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  fill: none;
  stroke: var(--light);
}
.swiper-navigation .swiper-button-next::after,
.swiper-navigation .swiper-button-prev::after {
  content: none;
}

.swiper-pagination {
  display: none;
  position: static;
  max-width: max-content;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .swiper-pagination {
    display: flex;
  }
}

.p404 {
  position: relative;
  padding-top: 115rem;
  padding: 115px min(260px, 13.6vw) 124px;
}
@media (min-width: 601px) {
  .p404 {
    background-image: unset !important;
  }
}
@media screen and (max-width: 1024px) {
  .p404 {
    padding: 75px 32px 80px;
  }
}
@media screen and (max-width: 768px) {
  .p404 {
    padding: 75px 20px 80px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p404 {
    background-position: 50%;
  }
}
.p404 .p404__vector-left {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 115px;
  height: calc(100% - 115px);
}
@media screen and (max-width: 1024px) {
  .p404 .p404__vector-left {
    top: 75px;
    height: calc(100% - 75px);
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__vector-left {
    display: none;
  }
}
.p404 .p404__vector-left img {
  height: 100%;
  display: block;
  object-position: left;
  width: auto;
  object-fit: contain;
}
.p404 .p404__vector-right {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 115px;
  height: calc(100% - 115px);
}
@media screen and (max-width: 1024px) {
  .p404 .p404__vector-right {
    top: 75px;
    height: calc(100% - 75px);
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__vector-right {
    display: none;
  }
}
.p404 .p404__vector-right img {
  height: 100%;
  display: block;
  width: auto;
  object-fit: contain;
  object-position: right;
}
.p404 .p404__content {
  position: relative;
  z-index: 2;
  grid-gap: min(100px, 6.25vw);
  display: grid;
  grid-template-columns: 40% 1fr;
  padding: min(125px, 6.7vw) 0;
}
@media screen and (max-width: 768px) {
  .p404 .p404__content {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
}
.p404 .p404__content img {
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1.21;
  width: 100%;
}
.p404 .p404__content_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .p404 .p404__content_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p404 .p404__content_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__content_text {
    align-items: center;
    gap: 16px;
    text-align: center;
    font-size: 18px;
  }
}
.p404 .p404__content_type {
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p404 .p404__content_type {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__content_type {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.p404 .p404__content_title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(60px, 3.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p404 .p404__content_title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__content_title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.42px;
    margin: 0;
  }
}
.p404 .btn {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p404 .btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p404 .btn {
    margin-top: 16px;
  }
}

.lightboxOverlay {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

.lightbox {
  position: fixed;
  height: 100%;
  top: 50% !important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lightbox.zoomed .lb-zoom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7.875 11.375H13.875M16.4438 16.9438L21.0001 21.5001M18.75 11.375C18.75 15.7242 15.2242 19.25 10.875 19.25C6.52576 19.25 3 15.7242 3 11.375C3 7.02576 6.52576 3.5 10.875 3.5C15.2242 3.5 18.75 7.02576 18.75 11.375Z' stroke='%23F6F5F8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (hover: hover) {
  .lightbox.zoomed .lb-zoom:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7.875 11.375H13.875M16.4438 16.9438L21.0001 21.5001M18.75 11.375C18.75 15.7242 15.2242 19.25 10.875 19.25C6.52576 19.25 3 15.7242 3 11.375C3 7.02576 6.52576 3.5 10.875 3.5C15.2242 3.5 18.75 7.02576 18.75 11.375Z' stroke='%23FFBA6A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.lightbox.zoomed .lb-details {
  opacity: 0;
  pointer-events: none;
}
.lightbox.zoomed .lb-nav {
  opacity: 0;
  pointer-events: none;
}
.lightbox.zoomed .lb-image {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100% !important;
  height: var(--h, 100vh) !important;
  max-height: unset;
}
.lightbox .lb-container {
  max-height: 100%;
}
.lightbox .lb-closeContainer {
  position: fixed;
  top: 100px;
  right: 100px;
  display: flex;
  align-items: center;
  gap: 32px;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .lightbox .lb-closeContainer {
    right: 20px;
    top: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .lightbox .lb-closeContainer {
    max-height: calc(var(--h, 100vh) - 140px);
  }
}
@media screen and (max-width: 600px) {
  .lightbox .lb-closeContainer {
    top: 32px;
    right: 32px;
  }
}
.lightbox .lb-outerContainer {
  background: unset;
  border-radius: 0;
  max-height: 86vh;
}
.lightbox .lb-image {
  border: unset;
  border-radius: 0;
  object-position: center;
  object-fit: cover;
  max-height: calc(var(--h, 100vh) - 60px);
}
@media screen and (max-width: 600px) {
  .lightbox .lb-image {
    max-width: calc(100vw - 130px);
    margin: 0 auto;
  }
}
.lightbox .lb-data .lb-caption {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
  display: block !important;
}
@media screen and (max-width: 768px) {
  .lightbox .lb-data .lb-caption {
    font-size: 14px;
    line-height: 140%;
    margin-top: 8px;
  }
}
.lightbox .lb-number {
  display: none !important;
}
.lightbox .lb-zoom {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7.875 11.375H13.875M10.875 8.375V14.375M16.4438 16.9438L21.0001 21.5001M18.75 11.375C18.75 15.7242 15.2242 19.25 10.875 19.25C6.52576 19.25 3 15.7242 3 11.375C3 7.02576 6.52576 3.5 10.875 3.5C15.2242 3.5 18.75 7.02576 18.75 11.375Z' stroke='%23F6F5F8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
}
@media screen and (hover: hover) {
  .lightbox .lb-zoom:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7.875 11.375H13.875M10.875 8.375V14.375M16.4438 16.9438L21.0001 21.5001M18.75 11.375C18.75 15.7242 15.2242 19.25 10.875 19.25C6.52576 19.25 3 15.7242 3 11.375C3 7.02576 6.52576 3.5 10.875 3.5C15.2242 3.5 18.75 7.02576 18.75 11.375Z' stroke='%23FFBA6A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
@media screen and (max-width: 1280px) {
  .lightbox .lb-zoom {
    display: none;
  }
}
.lightbox .lb-close {
  width: unset;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: unset;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .lightbox .lb-close {
    font-size: 18px;
    padding: 6px 0;
    height: 24px;
  }
}
@media screen and (hover: hover) {
  .lightbox .lb-close:hover {
    color: #FFBA6A;
  }
  .lightbox .lb-close:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 5.75L5.25 19.25M18.75 19.25L5.25 5.75' stroke='%23FFBA6A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.lightbox .lb-close::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 5.75L5.25 19.25M18.75 19.25L5.25 5.75' stroke='%23F6F5F8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.lightbox .lb-nav a.lb-next {
  margin-right: -122px;
  width: 76px;
  opacity: 1 !important;
  transition: filter 0.2s;
}
@media screen and (max-width: 1280px) {
  .lightbox .lb-nav a.lb-next {
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .lightbox .lb-nav a.lb-next {
    margin-right: -56px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='26' viewBox='0 0 45 26' fill='none'%3E%3Cpath d='M45 13.0005C45 13.0005 33.0871 12.8297 27.3066 19.0126C24.0518 22.4939 23.25 25 23.25 25' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3Cpath d='M45 12.9995C45 12.9995 33.0871 13.1703 27.3066 6.98742C24.0518 3.50607 23.25 1 23.25 1' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3Cpath d='M45 13L0 13' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3C/svg%3E");
  }
}
@media screen and (hover: hover) {
  .lightbox .lb-nav a.lb-next:hover {
    filter: invert(65%) sepia(83%) saturate(286%) hue-rotate(345deg) brightness(102%) contrast(101%);
  }
}
.lightbox .lb-nav a.lb-prev {
  margin-left: -122px;
  width: 76px;
  opacity: 1 !important;
  transition: filter 0.2s;
}
@media screen and (max-width: 1280px) {
  .lightbox .lb-nav a.lb-prev {
    margin-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .lightbox .lb-nav a.lb-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='26' viewBox='0 0 45 26' fill='none'%3E%3Cpath d='M0 13.0005C0 13.0005 11.9129 12.8297 17.6934 19.0126C20.9482 22.4939 21.75 25 21.75 25' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3Cpath d='M0 12.9995C0 12.9995 11.9129 13.1703 17.6934 6.98742C20.9482 3.50607 21.75 1 21.75 1' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3Cpath d='M0 13L45 13' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3C/svg%3E");
    margin-left: -56px;
  }
}
@media screen and (hover: hover) {
  .lightbox .lb-nav a.lb-prev:hover {
    filter: invert(65%) sepia(83%) saturate(286%) hue-rotate(345deg) brightness(102%) contrast(101%);
  }
}
.lightbox .lb-dataContainer {
  padding: 0;
}

.moz {
  /*.dropdown__inner {
      scrollbar-width: thin;
      scrollbar-color:  rgba(11, 30, 94, 0.5) transparent;
  }*/
}

.open-burger .header.colored {
  border-color: transparent;
  background: transparent;
}
@media screen and (max-width: 1600px) {
  .open-burger .header.colored {
    background: var(--dark);
  }
}
.open-burger .header.hide {
  transform: translateY(0);
}
.open-burger .burger {
  transform: translateY(0);
}
.open-burger .header__burger::after {
  content: attr(data-close);
}
@media screen and (hover: hover) {
  .open-burger .header__burger:hover line:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
  }
}
.open-burger .header__burger svg line:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}
.open-burger .header__burger svg line:nth-child(2) {
  transform: translateY(0px) rotate(-45deg);
}
.open-burger .header__search {
  opacity: 0;
  pointer-events: none;
}

.open-form .header.colored {
  border-color: transparent;
  background: transparent;
}
@media screen and (max-width: 1600px) {
  .open-form .header.colored {
    background: var(--dark);
  }
}
.open-form .search__form {
  transform: translateY(0);
}
.open-form .header__burger {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 450px) {
  .open-form .header__burger {
    display: none;
  }
}
@media screen and (hover: hover) {
  .open-form .header__search:hover .header__search_ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 5.75L5.25 19.25M18.75 19.25L5.25 5.75' stroke='%23FFBA6A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.open-form .header__search::after {
  content: attr(data-close);
}
.open-form .header__search .header__search_ico {
  width: 24rem;
  height: 24rem;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 5.75L5.25 19.25M18.75 19.25L5.25 5.75' stroke='%23F6F5F8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1024px) {
  .open-form .header__search .header__search_ico {
    width: 24px;
    height: 24px;
  }
}
.open-form .header__search .header__search_ico svg {
  opacity: 0;
}

.search__form {
  position: fixed;
  left: 0;
  top: 0;
  height: 50vh;
  min-height: max-content;
  width: 100%;
  z-index: 100;
  transition: transform 0.5s ease-in-out;
  background: var(--dark);
  transform: translateY(-100%);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24rem;
  border-bottom: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
}
@media screen and (max-width: 1024px) {
  .search__form {
    padding: 115px var(--p) 40px;
  }
}
@media screen and (max-width: 600px) {
  .search__form {
    align-items: flex-start;
  }
}
.search__form input {
  width: 830rem;
  max-width: 100%;
  border-bottom: 2px solid #737374;
  color: var(--light);
  font-size: 32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: border 0.3s;
}
@media screen and (max-width: 1280px) {
  .search__form input {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .search__form input {
    font-size: 24px;
    width: 830px;
  }
}
@media screen and (max-width: 600px) {
  .search__form input {
    font-size: 20px;
  }
}
@media screen and (hover: hover) {
  .search__form input:hover {
    border-color: var(--light);
  }
}
.search__form input:focus {
  border-color: var(--orange);
}
.search__form input::placeholder {
  color: var(--color-black-text-icon-tetriary, #737374);
}

.burger {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  min-height: max-content;
  width: 100%;
  z-index: 100;
  transition: transform 0.5s ease-in-out;
  background: var(--dark);
  transform: translateY(-100%);
  overflow: auto;
}
.burger.hovered .burger__main_img.active {
  opacity: 1;
}
.burger.hovered .burger__main_img.default {
  opacity: 0;
}
.burger .burger__inner {
  padding-top: 190rem;
  padding-bottom: 56rem;
  min-height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: min(1066px, 60%) auto;
  background-position: right center;
}
@media screen and (max-width: 1280px) {
  .burger .burger__inner {
    padding: 160rem var(--p) 56rem;
  }
}
@media screen and (max-width: 1024px) {
  .burger .burger__inner {
    padding: 160px var(--p) 56px;
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__inner {
    padding: 120px var(--p) 56px;
  }
}
.burger .burger__main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 160rem;
}
@media screen and (max-width: 1280px) {
  .burger .burger__main {
    gap: 140rem;
  }
}
@media screen and (max-width: 1024px) {
  .burger .burger__main {
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__main {
    gap: 80px;
  }
}
.burger .burger__main_imgs {
  position: relative;
  width: 430rem;
  height: 540rem;
}
@media screen and (max-width: 1600px) {
  .burger .burger__main_imgs {
    max-height: 63vh;
  }
}
@media screen and (max-width: 1280px) {
  .burger .burger__main_imgs {
    width: 40vw;
    height: 48vw;
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__main_imgs {
    display: none;
  }
}
.burger .burger__main_img {
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.9s;
}
.burger .burger__main_img.default {
  opacity: 1;
}
.burger .burger__main_links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .burger .burger__main_links {
    align-items: center;
  }
}
.burger .burger__main_links .burger__main_link {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 50rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  transition: color 0.3s;
  padding: 12rem 0;
}
@media screen and (max-width: 1024px) {
  .burger .burger__main_links .burger__main_link {
    font-size: 32px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__main_links .burger__main_link {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .burger .burger__main_links .burger__main_link {
    font-size: 26px;
    letter-spacing: 0.26px;
  }
}
@media screen and (hover: hover) {
  .burger .burger__main_links .burger__main_link:hover {
    color: var(--yellow);
  }
}
.burger .burger__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 24rem 47rem;
  padding: 0 var(--p);
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .burger .burger__bottom {
    gap: 24px 47px;
  }
}
@media screen and (max-width: 600px) {
  .burger .burger__bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.burger .burger__bottom a {
  transition: color 0.3s;
}
@media screen and (max-width: 450px) {
  .burger .burger__bottom a {
    text-align: center;
  }
}
@media screen and (hover: hover) {
  .burger .burger__bottom a:hover {
    color: var(--yellow);
  }
}
.burger .burger__socials {
  display: flex;
  gap: 32rem;
}
@media screen and (max-width: 1024px) {
  .burger .burger__socials {
    gap: 32px;
  }
}
.burger .burger__socials .burger__social {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .burger .burger__socials .burger__social {
    width: 40px;
    height: 40px;
  }
}
@media screen and (hover: hover) {
  .burger .burger__socials .burger__social:hover .icon,
  .burger .burger__socials .burger__social:hover svg {
    fill: var(--yellow);
  }
}
.burger .burger__socials .burger__social .icon,
.burger .burger__socials .burger__social svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  fill: white;
  transition: fill 0.3s;
}

.header {
  padding: 32rem var(--p);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 115rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  transition: background 0.3s, border 0.3s, transform 0.5s;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-family: "Clear Sans";
  font-size: 24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1280px) {
  .header {
    font-size: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 12px var(--p);
    height: 75px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    background: #232425;
    border-color: #7B7C7C;
    gap: 32px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
.header.colored {
  background: #232425;
  border-color: #7B7C7C;
}
.header.hide {
  transform: translateY(-110%);
}
.header__search, .header__burger {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .header__search:hover, .header__burger:hover {
    color: #FFBA6A;
  }
  .header__search:hover svg, .header__burger:hover svg {
    stroke: #FFBA6A;
  }
}
@media screen and (max-width: 450px) {
  .header__logo {
    flex-grow: 1;
  }
}
@media screen and (hover: hover) {
  .header__logo:hover .icon {
    fill: var(--yellow);
  }
}
.header__logo a {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.header__logo .icon,
.header__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  fill: var(--light);
  transition: fill 0.3s;
  width: 116rem;
  height: 45rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header__logo .icon,
  .header__logo img {
    width: 84px;
    height: 38px;
  }
}
@media screen and (max-width: 450px) {
  .header__logo .icon,
  .header__logo img {
    width: 76px;
    height: 34px;
  }
}
.header__search {
  min-width: 149rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__search {
    min-width: 132px;
  }
}
@media screen and (max-width: 600px) {
  .header__search {
    min-width: 119px;
  }
}
@media screen and (max-width: 450px) {
  .header__search {
    min-width: unset;
  }
}
.header__search::after {
  content: attr(data-default);
}
@media screen and (max-width: 600px) {
  .header__search::after {
    content: none;
  }
}
@media screen and (max-width: 450px) {
  .header__search span {
    display: none;
  }
  .header__search .header__search_ico {
    display: block;
  }
}
.header__burger {
  min-width: 149rem;
}
@media screen and (max-width: 1024px) {
  .header__burger {
    min-width: 132px;
  }
}
@media screen and (max-width: 600px) {
  .header__burger {
    min-width: 119px;
  }
}
@media screen and (max-width: 450px) {
  .header__burger {
    order: 3;
    min-width: unset;
  }
}
.header__burger::after {
  content: attr(data-default);
}
@media screen and (hover: hover) {
  .header__burger:hover line {
    stroke: #FFBA6A;
  }
  .header__burger:hover line:nth-child(1) {
    transform: translate(-5px, -3px);
  }
}
.header__burger svg {
  display: block;
  object-fit: contain;
  width: 24px;
  height: 24px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .header__burger svg {
    width: 24px;
    height: 24px;
  }
}
.header__burger svg line {
  transition: stroke 0.3s, transform 0.3s;
  transform-origin: center;
}
.header__burger svg line:nth-child(1) {
  transform: translateY(-3px);
}
.header__burger svg line:nth-child(2) {
  transform: translateY(3px);
}
.header .icon-search {
  display: block;
  object-fit: contain;
  width: 24rem;
  height: 24rem;
  fill: none;
  stroke: var(--light);
  stroke-width: 1.5;
  transition: stroke 0.3s;
}
@media screen and (max-width: 1024px) {
  .header .icon-search {
    width: 24px;
    height: 24px;
  }
}

.footer {
  padding: 60px var(--p);
  display: flex;
  flex-direction: column;
  gap: 150px;
  align-items: stretch;
  border-top: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
}
@media screen and (max-width: 1280px) {
  .footer {
    gap: 120px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 32px var(--p) 48px;
    gap: 16px;
  }
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 32px;
}

.footer__top_nav {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1280px) {
  .footer__top_nav {
    gap: 4px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__top_nav {
    flex-wrap: wrap;
  }
}

.footer__top_socials-text {
  display: none;
}
@media screen and (max-width: 600px) {
  .footer__top_socials-text {
    display: block;
    color: var(--color-black-text-icon-secondary, #B4B3B6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    margin-right: 8px;
  }
}

.footer__top_socials {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  .footer__top_socials {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
}
.footer__top_socials .footer__top_social {
  width: 40px;
  height: 40px;
}
@media screen and (hover: hover) {
  .footer__top_socials .footer__top_social:hover .icon,
  .footer__top_socials .footer__top_social:hover svg {
    fill: var(--yellow);
  }
}
.footer__top_socials .footer__top_social .icon,
.footer__top_socials .footer__top_social svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  fill: white;
  transition: fill 0.3s;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  color: var(--color-black-text-icon-tetriary, #737374);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 600px) {
  .footer__bottom {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    color: var(--color-black-text-icon-tetriary, #737374);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}
.footer__bottom a {
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .footer__bottom a:hover {
    color: var(--yellow);
  }
}

.vbox-content {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .vbox-content {
    padding: 70px 0 40px;
  }
}

.vbox-container {
  padding: 0;
}
.vbox-container::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background: transparent;
}
.vbox-container::-webkit-scrollbar-thumb {
  border-radius: 0%;
  background: transparent;
}
.vbox-container::-webkit-scrollbar-corner {
  background: transparent;
}

.vbox-backdrop {
  background: rgba(35, 36, 37, 0.6) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.vbox-inline {
  background: unset !important;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: static;
}

.vbox-close {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  top: 100px;
  right: 100px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
}
@media screen and (max-width: 1600px) {
  .vbox-close {
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .vbox-close {
    top: 20px;
    right: 20px;
    padding: 0;
  }
}
@media screen and (hover: hover) {
  .vbox-close:hover {
    color: var(--yellow);
  }
}
.vbox-close svg {
  width: 19px;
  height: 19px;
  display: block;
  transition: 0.3s;
  transform: translateY(2px);
}
.vbox-close::after {
  content: "Закрыть";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .vbox-close::after {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .vbox-close::after {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}

.modal__close {
  position: absolute;
  right: 0;
  top: 0;
}

.vbox-child {
  box-shadow: unset;
  width: max-content;
}

.vbox-open {
  padding-right: var(--scr);
}
.vbox-open .header {
  padding-right: var(--scr);
}
.vbox-open .header__green {
  padding-right: calc(var(--scr) + 14px);
}

.modal__close {
  position: absolute;
  right: 16px;
  top: 16px;
}
@media screen and (max-width: 600px) {
  .modal__close {
    right: 10px;
    top: 10px;
  }
}
.modal__close path {
  stroke: rgb(137, 137, 137);
}

.moz {
  scrollbar-width: thin;
  scrollbar-color: var(--green-hover-pressed) transparent;
}
.moz .modal {
  scrollbar-width: thin;
  scrollbar-color: #C06802 #2B2C2E;
}

.modal {
  position: relative;
  padding: 60px;
  border: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
  background: var(--Color-Black-Background-Primary, #232425);
  width: min(700px, 100vw - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .modal {
    max-height: calc(var(--h) - 110px);
    overflow-y: auto;
  }
}
@media screen and (max-width: 600px) {
  .modal {
    padding: 40px var(--p);
    gap: 24px;
  }
}
.modal::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #2B2C2E;
}
.modal::-webkit-scrollbar-thumb {
  background: #C06802;
  border-radius: 6px;
}
.modal::-webkit-scrollbar-corner {
  background: transparent;
}
.modal.modal-text {
  width: min(1000px, 100vw - 40px);
}
.modal.modal-text .modal__content {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 600px) {
  .modal .captcha-form-input {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 450px) {
  .modal .captcha-form-input {
    width: calc(100vw - 64px);
  }
}
@media screen and (max-width: 450px) {
  .modal .captcha-form-input input {
    width: 100%;
  }
}
.modal > .btn {
  margin-top: 20px;
}

.modal__ico {
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .modal__ico {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
}
.modal__ico img, .modal__ico svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.modal__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .modal__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .modal__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .modal__title {
    font-size: 26px;
  }
}

.modal__text {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal__text a {
  color: var(--orange);
  text-decoration: underline;
  display: inline;
}
@media screen and (hover: hover) {
  .modal__text a:hover {
    color: var(--yellow);
  }
}
.modal__text a[href*=tel] {
  white-space: nowrap;
}

.modal__form {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.modal__form .input-wrap {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .modal__form .input-wrap {
    margin-bottom: 24px;
  }
}
.modal__form .input-wrap input {
  color: var(--light);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 5px;
  border: unset;
  border-bottom: 1px solid #737374;
  transition: border 0.3s;
}
@media screen and (hover: hover) {
  .modal__form .input-wrap input:hover {
    border-color: var(--light);
  }
}
.modal__form .input-wrap input:focus {
  border-color: var(--orange);
}
.modal__form .input-wrap input::placeholder {
  color: var(--color-black-text-icon-tetriary, #737374);
}
.modal__form .input-wrap textarea {
  height: 120px;
  color: var(--light);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 5px;
  border-bottom: 1px solid #737374;
  transition: border 0.3s;
  resize: unset;
}
@media screen and (hover: hover) {
  .modal__form .input-wrap textarea:hover {
    border-color: var(--light);
  }
}
.modal__form .input-wrap textarea:focus {
  border-color: var(--orange);
}
.modal__form .input-wrap textarea::placeholder {
  color: var(--color-black-text-icon-tetriary, #737374);
}
.modal__form .checkbox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.modal__form .checkbox__sq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #BABABA;
  transform: translateY(4px);
}
.modal__form .checkbox__sq::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M0.363636 0H7.63636C7.83719 0 8 0.162806 8 0.363636V7.63636C8 7.83719 7.83719 8 7.63636 8H0.363636C0.162806 8 0 7.83719 0 7.63636V0.363636C0 0.162806 0.162806 0 0.363636 0Z' fill='%23C06802'/%3E%3C/svg%3E");
  opacity: 0;
  transition: opacity 0.3s;
}
.modal__form .checkbox__text {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal__form .checkbox__text a {
  color: var(--orange);
  text-decoration: underline;
  display: inline;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .modal__form .checkbox__text a:hover {
    color: var(--yellow);
  }
}
.modal__form .form__btn {
  margin-top: 56px;
}
@media screen and (max-width: 600px) {
  .modal__form .form__btn {
    margin-top: 32px;
  }
}
.modal__form input[data-type=tel] {
  color: rgb(145, 145, 145);
}
.modal__form ._err input {
  box-shadow: unset;
  border-color: #E02D3C;
}
.modal__form ._err .checkbox__sq {
  border-color: #E02D3C;
}
.modal__form .checkbox input:checked ~ .checkbox__sq::before {
  opacity: 1;
}
.modal__form input {
  border: 1px solid #E2E2E2;
  transition: border 0.3s;
}
@media screen and (hover: hover) {
  .modal__form input:hover {
    border-color: var(--Primary-Dark-Hover, #134216);
  }
}
.modal__form input:focus {
  border-color: var(--Primary-Main, #315E34);
}
.modal__form input::placeholder {
  color: rgb(145, 145, 145);
}

.news-video{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
}
/* End */


/* Start:/local/templates/a-100art/css/cookies.css?174305851511220*/
.cookies,
.cookies-start {
  --coockie-dark: #58585B;
}

.cookies-start {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  bottom: 32px;
  right: 50px;
  z-index: 100;
  width: 390px;
  height: auto;
  max-width: calc(100% - 40px);
  border-radius: 20px;
  border: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
  background: var(--Color-Black-Background-Primary, #232425);
}
@media screen and (max-width: 600px) {
  .cookies-start {
    right: 20px;
    bottom: 20px;
  }
}
.cookies-start .btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5px;
  padding: 8px 20px 10px;
}
.cookies-start .btn-cookies {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5px;
  padding: 8px 0 10px;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .cookies-start .btn-cookies:hover {
    color: var(--yellow);
  }
  .cookies-start .btn-cookies:hover path {
    stroke: var(--yellow);
  }
}
.cookies-start .btn-cookies svg {
  pointer-events: none;
}
.cookies-start .btn-cookies path {
  transition: 0.3s;
}
.cookies-start .btn-cookies span {
  pointer-events: none;
}

.cookies-start.show-modal {
  opacity: 1;
}

.cookies-start .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 20px;
  width: 100%;
  text-align: left;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.cookies-start .popup-text-info__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  justify-content: center;
}

.btn-cookies::before {
  content: "";
  position: absolute;
  background: var(--theme-color3);
  width: 100%;
  max-width: 0px;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.cookies-start .popup-text-info__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cookies-start .popup-text-info__text {
  padding: 0;
  margin: 0;
}

.cookies-start .popup-text-info__text a {
  color: var(--orange);
  text-decoration: underline;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline;
}

.cookies-start .popup-text-info__text a:hover {
  transition: color 0.3s;
  color: var(--yellow);
}

.cookies {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: rgba(35, 36, 37, 0.6) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: 0.3s;
}

.show-modal {
  opacity: 1;
}

.cookies__inner {
  background: var(--dark);
  border: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
  position: relative;
  padding: 60px;
  padding-right: 30px;
  width: 1000px;
  max-width: calc(100% - 32px);
}

.cookies__wrapper {
  max-height: min(800px, 66dvh);
  overflow-y: auto;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .cookies__wrapper {
    max-height: min(800px, 74dvh);
  }
}

.cookies__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer-btn-cookies {
  line-height: 1.23;
  display: inline-block;
  margin-top: 10px;
  color: #bebec2 !important;
  font-weight: 400 !important;
}

.footer-btn-cookies:hover {
  color: white !important;
}

.cookies-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookies-text,
.cookies-text p {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .cookies-text,
  .cookies-text p {
    font-size: 16px;
  }
}

.cookies__inner .cookies-text a {
  color: var(--orange);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline;
}
@media screen and (hover: hover) {
  .cookies__inner .cookies-text a:hover {
    color: var(--yellow);
    text-decoration: underline;
  }
}

.cookies-text p:nth-last-child(1) {
  margin-bottom: 0;
}

.cookies__checkboxes {
  margin-top: 32px;
}

.cookies__check {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cookies__check label {
  display: flex;
  align-items: center;
}

.cookies__check input {
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
  position: absolute;
}

.cookies__check_sq {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 3px;
  display: block;
  border-radius: 4px;
  transition: all ease 0.3s;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  background: transparent;
  background-position: center;
  background-size: 14px 11px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: 2px solid var(--coockie-dark);
  transform: translateY(1px);
}

.cookies input:checked ~ .cookies__check_sq {
  box-sizing: border-box;
  border-color: var(--orange);
  background-color: var(--orange);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M12.9864 0.719067C13.2785 1.01116 13.2785 1.48473 12.9864 1.77682L4.51527 10.2479L0.919345 6.65202C0.627146 6.35982 0.627145 5.88607 0.919345 5.59387C1.21129 5.30192 1.68454 5.30163 1.97684 5.59322L4.51527 8.12544L11.9289 0.718817C12.221 0.426963 12.6944 0.427075 12.9864 0.719067Z' fill='white'/%3E%3C/svg%3E");
}

.cookies input:disabled ~ .cookies__check_sq {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.cookies input:checked ~ .cookies__check_title {
  color: var(--orange);
}

.cookies input:disabled ~ .cookies__check_title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.cookies__check_title {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.24px;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
}

.cookies__check_text {
  margin-bottom: 0;
  width: 100%;
  margin-top: 12px;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .cookies__check_text {
    font-size: 16px;
  }
}
.cookies__check_text a {
  color: var(--orange);
  transition: color 0.3s;
  text-decoration: underline;
}
@media screen and (hover: hover) {
  .cookies__check_text a:hover {
    color: var(--yellow);
  }
}

.cookies__check-wrap {
  margin-bottom: 40px;
}
.cookies__check-wrap:nth-child(1) {
  margin-top: 32px;
}

.cookies__checkboxes .cookies__check-wrap:nth-child(1) {
  border-top: unset;
  padding-top: 0;
}

.cookies-close {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  top: 100px;
  right: 100px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
  position: fixed;
}
@media screen and (max-width: 1600px) {
  .cookies-close {
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .cookies-close {
    top: 20px;
    right: 20px;
    font-size: 22px;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .cookies-close {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
@media screen and (hover: hover) {
  .cookies-close:hover {
    color: var(--yellow);
  }
  .cookies-close:hover path {
    stroke: var(--yellow);
  }
}
.cookies-close span {
  pointer-events: none;
}
.cookies-close svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  pointer-events: none;
}
.cookies-close svg path {
  transition: 0.3s;
}

.cookies__bottom {
  margin-top: 16px;
  color: var(--coockie-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
}

.cookies .cookies__bottom p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #58585B;
}

.cookies .cookies__bottom a {
  color: var(--orange);
  text-decoration: underline;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.cookies__bottom a:hover {
  color: var(--orange);
  text-decoration: unset;
}

.cookies-close:hover::before,
.cookies-close:hover::after {
  background: var(--orange);
}

.cookies-text a {
  color: var(--orange);
  text-decoration: underline;
  position: relative;
  max-width: max-content;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.cookies-text a:hover {
  color: var(--orange);
  text-decoration: unset;
}

.cookies--hidden {
  opacity: 0;
  pointer-events: none;
}

.cookies__notification {
  display: flex;
  align-items: flex-start;
  padding: 16px 10px;
  border-radius: 10px;
  background: #fbeff1;
}

.cookies__notification p {
  margin-bottom: 0;
}

.cookies__notification::before {
  content: "";
  display: block;
  min-width: 18px;
  margin-right: 12px;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FFF' stroke-linecap='square' stroke-width='1.3' d='M6 12l4 4 8-8'/%3E%3Ccircle cx='16' cy='16' r='16' fill='%23E02020'/%3E%3Cpath d='M14 7h5l-1 12h-3zm1 15h3v3h-3z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.cookies ol li, .cookies ul li {
  position: relative;
  padding-left: 25px;
  font-size: 1.125rem;
  color: #404040;
  letter-spacing: 0.02em;
  width: 100%;
  text-align: left;
}

.cookies ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
  .cookies__wrapper {
    padding-right: 20px;
  }
  .cookies-start .form {
    flex-direction: column;
  }
  .cookies__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
  }
  .cookies__inner {
    padding: 24px 16px;
  }
  .cookies__check_sq {
    margin-right: 8px;
  }
  .cookies__check_text {
    margin-top: 12px;
  }
  .cookies__checkboxes {
    margin-top: 4px;
  }
  .cookies__bottom {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .cookies-start .popup-text-info__btn {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
  }
  .cookies__check_title {
    font-size: 18px;
  }
}
/* End */


/* Start:/local/templates/a-100art/css/custom.css?1743063209170*/
.show-modal{
    display: flex;
}

.sm48{
    font-size: 48px!important;
}
.sm44{
    font-size: 44px!important;
}
.sm38{
    font-size: 38px!important;
}


/* End */
/* /local/modules/ml.cookie/css/styles.css?17427977199499 */
/* /local/templates/a-100art/components/bitrix/menu/art_top_menu/style.min.css?17423822902111 */
/* /local/templates/a-100art/components/bitrix/menu/art_bottom_menu/style.min.css?17423822902111 */
/* /local/templates/a-100art/css/template_main.css?1742819075435953 */
/* /local/templates/a-100art/libs/swiper-bundle.min.css?174233337813872 */
/* /local/templates/a-100art/libs/lightbox.min.css?17423333792395 */
/* /local/templates/a-100art/libs/venobox.min.css?174233337815369 */
/* /local/templates/a-100art/css/critical.css?178058168655585 */
/* /local/templates/a-100art/css/cookies.css?174305851511220 */
/* /local/templates/a-100art/css/custom.css?1743063209170 */
