html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.box-about {
  overflow: hidden;
  margin-bottom: 80px;
}
@media (min-width: 700px) {
  .box-about {
    max-height: 350px;
  }
}
@media (min-width: 700px) {
  .box-about__img {
    float: left;
  }
}
.box-about__content {
  text-align: left;
  background: rgba(255,255,255,0.7);
  font-size: 14px;
  padding: 15px 10px;
  font-weight: 300;
  line-height: 1.3;
  text-align: justify;
}
@media (min-width: 700px) {
  .box-about__content {
    padding: 40px 30px 40px 430px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .box-about__content {
    font-size: 17px;
  }
}
.box-about__content p {
  margin-bottom: 1em;
}
.box-about__content .btn__wrap {
  text-align: right;
}
.box-brands {
  position: absolute;
  bottom: 0;
  right: -300px;
  width: 290px;
  display: none;
}
.box-brands__list {
  list-style: none;
}
.box-brands__item {
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.2;
}
.box-brands__item img {
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  .box-brands {
    display: block;
  }
}
.box-focus {
  background: url("../images/focus-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  margin-bottom: 65px;
  padding-bottom: 90px;
}
.box-focus__title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 25px;
}
.box-focus__list {
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  width: 400px;
}
@media (min-width: 700px) {
  .box-focus__list {
    width: 800px;
  }
}
@media (min-width: 1000px) {
  .box-focus__list {
    width: auto;
  }
}
.box-focus__item {
  display: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 175px 15px 30px;
  font-size: 14px;
  line-height: 1.3;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 15px;
}
.box-focus__item:hover .box-focus__img:before,
.box-focus__item:hover .box-focus__img:after {
  transform: rotate(0);
  bottom: -160px;
}
.box-focus__item--light {
  background: #fff;
  display: block;
}
.box-focus__item--icon {
  background-color: transparent;
  padding: 0;
}
.box-focus__item--icon img {
  margin-top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 700px) {
  .box-focus__item {
    padding: 75px 30px 50px;
    width: 50%;
    margin: 0 0 20px;
    font-size: 15px;
    height: 400px;
  }
  .box-focus__item--light {
    padding: 210px 30px 50px;
  }
  .box-focus__item:nth-of-type(4n+1) {
    border-right: 5px solid #4e4e4e;
  }
  .box-focus__item:nth-of-type(4n+3) {
    border-left: 5px solid #4e4e4e;
  }
  .box-focus__item:last-of-type {
    border: none;
  }
}
@media (min-width: 1000px) {
  .box-focus__item {
    font-size: 17px;
    width: 33.33%;
    height: 429px;
    display: block;
    margin: 0;
    border: none !important;
  }
}
.box-focus__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}
.box-focus__img:before {
  content: '';
  position: absolute;
  display: block;
  bottom: -106px;
  left: -35px;
  width: 216px;
  height: 150px;
  background: #fff;
  transform: rotate(22deg);
  transition: transform 0.4s, bottom 0.4s;
}
.box-focus__img:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -106px;
  right: -35px;
  width: 216px;
  height: 150px;
  background: #fff;
  transform: rotate(-22deg);
  transition: transform 0.4s, bottom 0.4s;
}
.box-focus__item-title {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .box-focus__item-title {
    font-size: 25px;
  }
}
@media (min-width: 1000px) {
  .box-focus__item-title {
    font-size: 30px;
  }
}
.box-footer {
  position: relative;
}
.box-footer:before {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(0,0,0,0.8);
}
.box-footer .footer-bg {
  background: url("../images/footer.png") center top no-repeat;
  height: 117px;
  width: 100%;
  position: absolute;
}
.box-footer__wrap {
  padding-top: 26px;
  position: relative;
}
.box-footer__logo a {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 700px) {
  .box-footer__logo a {
    margin-top: 80px;
  }
}
.box-footer__tel,
.box-footer__mail,
.box-footer__website {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  display: block;
  padding-bottom: 5px;
}
@media (min-width: 700px) {
  .box-footer__tel:before,
  .box-footer__mail:before,
  .box-footer__website:before {
    content: '';
    display: block;
    background-color: #000;
    margin: 55px auto 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 25px;
    height: 25px;
    transition: transform 0.2s;
    transform: translate(0, 0);
  }
  .box-footer__tel:hover:before,
  .box-footer__mail:hover:before,
  .box-footer__website:hover:before {
    transform: translate(0, 5px);
  }
}
@media (min-width: 700px) {
  .box-footer__tel:before {
    background-image: url("../images/tel.png");
  }
  .box-footer__mail:before {
    background-image: url("../images/mail.png");
  }
  .box-footer__website:before {
    background-image: url("../images/website.png");
  }
}
.box-footer__adress {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .box-footer__adress {
    margin-top: 100px;
  }
}
.box-footer__linkedin {
  display: block;
  position: absolute;
  top: 45px;
  right: 20px;
}
.box-footer__linkedin:hover:before {
  transform: translate(0, 5px);
}
.box-footer__linkedin:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 25px;
  height: 25px;
  transition: transform 0.2s;
  transform: translate(0, 0);
  background-image: url("../images/linkedin.png");
}
@media (min-width: 1000px) {
  .box-header {
    height: 432px;
    overflow: hidden;
    background-image: url("../images/header-bg.png");
    background-position: -440px 0;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .box-header {
    background-position: 50% 0;
  }
}
.box-header__wrap {
  position: relative;
  margin-bottom: 65px;
  z-index: 10;
}
@media (min-width: 1000px) {
  .box-header__wrap {
    overflow: hidden;
  }
}
.box-header__wrap .background {
  z-index: -1;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box-header__wrap .background:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../images/header-bg-2.png") 50% 0 no-repeat;
}
.box-header__wrap .background .cycle-bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: top center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.box-header .logo {
  margin: 0 auto;
  padding-top: 20px;
}
@media (min-width: 1000px) {
  .box-header .logo {
    margin: 0;
    float: left;
  }
}
.box-header .logo h2 {
  margin: 0;
}
.box-popup {
  width: 100%;
  max-width: 800px;
  padding: 30px 60px;
  overflow: hidden;
}
.box-popup .inp__wrap {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: left;
}
.box-popup .inp__wrap label {
  display: block;
  text-align: left;
}
.box-popup .inp__wrap input {
  width: 100%;
}
.box-popup .inp__wrap textarea {
  display: block;
  width: 100%;
  height: 100px;
}
.box-popup .form-half {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 15px;
}
.box-popup .btn__wrap {
  width: 100%;
  overflow: hidden;
}
.ui-dialog {
  border: 2px solid #f58020;
  border-radius: 15px;
  background: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  padding: 10px;
  float: right;
  margin: 15px;
}
.ui-dialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-dialog-titlebar-close:after {
  transition: background 0.2s;
}
.ui-dialog .ui-dialog-titlebar-close:hover:before,
.ui-dialog .ui-dialog-titlebar-close:hover:after {
  background: rgba(0,0,0,0.8);
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 5px;
  background: #000;
  transform: rotate(-45deg);
}
.ui-dialog .ui-dialog-titlebar-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 5px;
  transform: rotate(45deg);
  background: #000;
}
.menu-main {
  background: #fff;
  float: right;
  box-shadow: -28px 0px 0px 0px rgba(255,255,255,0.4);
  padding-left: 30px;
  position: fixed;
  top: 0;
  right: calc(50vw - 620px);
  z-index: 99;
}
.menu-main:before {
  content: '';
  position: absolute;
  left: -39px;
  top: 0;
  border-style: solid;
  border-width: 0px 39px 43px 0;
  border-color: transparent #fff transparent transparent;
}
.menu-main:after {
  content: '';
  position: absolute;
  left: -67px;
  top: 0;
  border-style: solid;
  border-width: 0px 39px 43px 0;
  border-color: transparent rgba(255,255,255,0.4) transparent transparent;
}
.menu-main__list {
  float: left;
  list-style: none;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  background: #fff;
}
@media (min-width: 1000px) {
  .menu-main__list {
    display: block;
    position: relative;
    top: 0;
  }
}
.menu-main__mobile-link {
  float: left;
  padding: 10px 0;
  margin-right: 10px;
  height: 44px;
}
.menu-main__mobile-link:before {
  content: '';
  display: block;
  margin-top: 10px;
  width: 25px;
  height: 3px;
  background: #4e4e4e;
  box-shadow: 0px 8px 0px 0px #4e4e4e, 0px -8px 0px 0px #4e4e4e;
  transition: box-shadow 0.2s;
}
.menu-main__mobile-link.active:before {
  box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff;
}
@media (min-width: 1000px) {
  .menu-main__mobile-link {
    display: none;
  }
}
.menu-main__item {
  float: left;
}
.menu-main__item.active .menu-main__link {
  color: #92c145;
}
.menu-main__item.active .menu-main__link:before {
  top: 0;
  background: #4e4e4e;
}
.menu-main__link {
  position: relative;
  line-height: 44px;
  height: 44px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #454545;
  font-size: 15px;
  padding: 0 30px;
  font-weight: 300;
}
@media (min-width: 1000px) {
  .menu-main__link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    height: 5px;
    display: block;
    transition: top 0.2s;
    background: #92c145;
  }
  .menu-main__link:hover:before,
  .menu-main__link:focus:before {
    top: 0;
    background: #92c145;
  }
}
.menu-main .search__link {
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  background: #c4c4c4 url("../images/search.png") 50% 50% no-repeat;
  transition: background-color 0.2s;
}
.menu-main .search__link:hover,
.menu-main .search__link:focus {
  background-color: #fff;
}
.menu-main .search__link.active {
  background: #c4c4c4 url("../images/search-close.png") 50% 50% no-repeat;
}
.menu-main .search__form {
  left: 0;
  right: 44px;
  height: 44px;
  position: absolute;
  display: none;
}
.menu-main .search__form .search-inp {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: none;
  padding: 0 10px;
  font-size: 20px;
}
.menu-main .search__form .search-label {
  position: absolute;
  top: 13px;
  left: 20px;
}
.menu-footer {
  padding: 30px 40px 30px 10px;
  text-align: left;
}
.menu-footer__link {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}
.menu-footer__link:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 17px;
  color: #00abcf;
  margin-right: 5px;
  transition: color 0.2s;
}
.menu-footer__link:hover:before {
  color: #fff;
}
.menu-footer__item {
  margin-bottom: 5px;
}
.carousel-text {
  position: absolute;
  width: 778px;
  height: 105px;
  bottom: 14px;
  left: 0;
  z-index: -1;
  color: #fff;
  box-sizing: border-box;
  display: none;
}
.carousel-text__bg {
  background: rgba(0,0,0,0.6);
  position: absolute;
  left: 17px;
  right: 85px;
  top: 0;
  bottom: 0;
  transform: skewX(38deg);
  z-index: -1;
}
.carousel-text__list {
  text-align: center;
  list-style: none;
}
.carousel-text__item {
  padding: 30px 180px 30px 120px;
  box-sizing: border-box;
  line-height: 1.3;
}
.carousel-text__next-link,
.carousel-text__prev-link {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  text-decoration: none;
  bottom: 15px;
}
.carousel-text__next-link:before,
.carousel-text__prev-link:before {
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}
.carousel-text__next-link {
  left: 630px;
}
.carousel-text__next-link:before {
  content: '\f105';
}
.carousel-text__prev-link {
  left: 70px;
}
.carousel-text__prev-link:before {
  content: '\f104';
}
@media (min-width: 1000px) {
  .carousel-text {
    display: block;
  }
  .carousel-text__next-link,
  .carousel-text__prev-link {
    display: block;
  }
}
.carousel-face {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}
.carousel-face:before {
  content: '';
  position: absolute;
  top: -358px;
  left: -694px;
  width: 280px;
  height: 179px;
  display: block;
  background: url("../images/wecreval.png") 0 0 no-repeat;
}
.carousel-face__list {
  list-style: none;
}
.carousel-face__img {
  position: absolute;
  bottom: 20px;
  max-width: none;
  height: auto;
}
.carousel-face__name {
  position: absolute;
  z-index: 2;
  width: 200px;
}
@media (min-width: 1000px) {
  .carousel-face {
    display: block;
  }
  .carousel-face__img {
    right: -130px;
  }
  .carousel-face__name {
    right: 160px;
    bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .carousel-face__img {
    right: 40px;
  }
  .carousel-face__name {
    right: 350px;
    bottom: 50px;
  }
}
.carousel-people {
  position: relative;
  padding-top: 20px;
  margin-bottom: 80px;
}
.carousel-people__list {
  list-style: none;
  overflow: hidden;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.carousel-people__item {
  position: relative;
  white-space: normal;
  float: left;
  width: calc(100vw - 20px);
  padding: 0 10px;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  .carousel-people__item {
    width: calc(50vw - 20px);
  }
}
@media (min-width: 1200px) {
  .carousel-people__item {
    width: 400px;
  }
}
.carousel-people__wrap {
  position: relative;
  height: 500px;
  width: 100%;
}
.carousel-people__title {
  background: #454545;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
}
.carousel-people__name {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 5px;
}
.carousel-people__title-text {
  font-size: 17px;
  font-weight: 300;
}
.carousel-people__content {
  padding: 30px 40px;
  background: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
}
.carousel-people__next,
.carousel-people__prev {
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  display: none;
}
@media (min-width: 1200px) {
  .carousel-people__next,
  .carousel-people__prev {
    display: block;
  }
}
.carousel-people__next:before,
.carousel-people__prev:before {
  font-family: FontAwesome;
  font-size: 62px;
  color: #92c145;
}
.carousel-people__next {
  right: -30px;
  transition: right 0.2s;
}
.carousel-people__next:hover {
  padding-left: 5px;
  right: -35px;
}
.carousel-people__next:before {
  content: '\f105';
}
.carousel-people__prev {
  left: -30px;
  transition: left 0.2s;
}
.carousel-people__prev:hover {
  padding-right: 5px;
  left: -35px;
}
.carousel-people__prev:before {
  content: '\f104';
}
.crossroad-top {
  margin-bottom: 65px;
}
.crossroad-top__list {
  list-style: none;
  overflow: hidden;
}
.crossroad-top__item {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 80px;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}
.crossroad-top__item:before {
  content: '';
  position: absolute;
  display: block;
  background: url("../images/crossroad-top-sprite.png") no-repeat;
  width: 69px;
  height: 69px;
  left: 50%;
  margin-left: -35px;
  top: 0;
}
.crossroad-top__item--1:before {
  background-position: 0 0;
}
.crossroad-top__item--2:before {
  background-position: -69px 0;
}
.crossroad-top__item--3:before {
  background-position: 0 -69px;
}
@media (min-width: 700px) {
  .crossroad-top__item {
    width: 33.33%;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 90px;
    text-align: left;
  }
  .crossroad-top__item:before {
    left: 0;
    margin: 0;
  }
}
.crossroad-top__title {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .crossroad-top__title {
    font-size: 25px;
    margin-bottom: 18px;
  }
}
.btn {
  border: 2px solid #f58020;
  border-radius: 3px;
  color: #f58020;
  background: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 7px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: color 0.2s;
  z-index: 1;
}
.btn:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  background: #f58020;
  transition: top 0.2s;
  z-index: -1;
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  top: 0;
}
@media (min-width: 700px) {
  .btn {
    padding: 7px 12px;
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  .btn {
    font-size: 17px;
    padding: 10px 15px;
  }
}
.btn[disabled] {
  opacity: 0.5;
}
.inp__text {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  color: #454545;
  border: 1px solid #f3f3f3;
}
.inp__text.error {
  color: #f00;
  background: rgba(255,0,0,0.1);
  border: 1px solid #f00;
}
.subject {
  opacity: 0;
  position: absolute;
  left: -999999px;
  font-size: 0;
}
h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 25px;
}
@media (min-width: 700px) {
  h2 {
    font-size: 25px;
  }
}
@media (min-width: 1000px) {
  h2 {
    font-size: 30px;
  }
}
.crossroad-list {
  margin-bottom: 65px;
}
.crossroad-list__list {
  list-style: none;
  overflow: hidden;
}
.crossroad-list__item {
  overflow: hidden;
  font-size: 12px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 700px) {
  .crossroad-list__item {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
    width: 50%;
    float: left;
  }
}
@media (min-width: 1000px) {
  .crossroad-list__item {
    font-size: 10px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .crossroad-list__item {
    font-size: 17px;
  }
}
.crossroad-list__item:nth-child(odd) {
  background: linear-gradient(90deg, #ebebeb, #fff);
}
@media (min-width: 1000px) {
  .crossroad-list__item:nth-child(odd) {
    padding-right: 40px;
    padding-left: 0;
  }
  .crossroad-list__item:nth-child(odd) .crossroad-list__img {
    float: left;
    margin-right: 40px;
  }
}
.crossroad-list__item:nth-child(even) {
  background: linear-gradient(90deg, #fff, #ebebeb);
}
@media (min-width: 1000px) {
  .crossroad-list__item:nth-child(even) {
    padding-left: 40px;
    padding-right: 0;
  }
  .crossroad-list__item:nth-child(even) .crossroad-list__img {
    float: right;
    margin-left: 40px;
  }
}
.crossroad-list h3 {
  font-size: 15px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .crossroad-list h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media (min-width: 1000px) {
  .crossroad-list h3 {
    font-size: 30px;
    margin-top: 45px;
  }
}
.crossroad-list .btn__wrap {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 700px) {
  .crossroad-list .btn__wrap {
    text-align: right;
    padding-top: 20px;
  }
}
@media (min-width: 1000px) {
  .crossroad-list .btn__wrap {
    padding-top: 20px;
  }
}
.crossroad-list__img {
  margin-bottom: 15px;
  width: 100%;
}
.crossroad-list__img img {
  width: 100%;
}
@media (min-width: 1000px) {
  .crossroad-list__img {
    margin-bottom: 0;
    width: auto;
  }
}
.carousel-group {
  position: relative;
  margin-bottom: 80px;
}
.carousel-group__list {
  list-style: none;
  overflow: hidden;
}
.carousel-group__item {
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  width: calc(100vw - 20px);
}
@media (min-width: 700px) {
  .carousel-group__item {
    width: calc(50vw - 20px);
  }
}
@media (min-width: 1200px) {
  .carousel-group__item {
    width: 400px;
  }
}
.carousel-group__img {
  padding: 20px 0;
  text-align: center;
  background: rgba(255,255,255,0.8);
  vertical-align: bottom;
}
.carousel-group__img img {
  line-height: 56px;
}
.carousel-group__content {
  color: #ebebeb;
  font-size: 17px;
  font-weight: 300;
  padding: 20px 40px;
  background: rgba(0,0,0,0.7);
  line-height: 1.3;
}
.carousel-group__next,
.carousel-group__prev {
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  display: none;
}
@media (min-width: 1200px) {
  .carousel-group__next,
  .carousel-group__prev {
    display: block;
  }
}
.carousel-group__next:before,
.carousel-group__prev:before {
  font-family: FontAwesome;
  font-size: 62px;
  color: #92c145;
}
.carousel-group__next {
  right: -30px;
  transition: right 0.2s;
}
.carousel-group__next:hover {
  padding-left: 5px;
  right: -35px;
}
.carousel-group__next:before {
  content: '\f105';
}
.carousel-group__prev {
  left: -30px;
  transition: left 0.2s;
}
.carousel-group__prev:hover {
  padding-right: 5px;
  left: -35px;
}
.carousel-group__prev:before {
  content: '\f104';
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  width: 100%;
}
body *zoom:1:before,
body *zoom:1:after {
  content: "";
  display: table;
}
body *zoom:1:after {
  clear: both;
}
.row {
  display: table;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}
.col-1 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 3.333333333333334%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 0.364583333333334%;
  *margin: 0 2.447916666666667%;
}
@media (min-width: 581px) and (max-width: 880px) {
  .col-1 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 11.666666666666668%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 5.781250000000001%;
    *margin: 0 2.447916666666667%;
  }
}
@media (max-width: 580px) {
  .col-1 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-2 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 11.666666666666668%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 5.781250000000001%;
  *margin: 0 2.447916666666667%;
}
@media (min-width: 581px) and (max-width: 880px) {
  .col-2 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 28.33333333333334%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 16.614583333333336%;
    *margin: 0 2.447916666666667%;
  }
}
@media (max-width: 580px) {
  .col-2 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-3 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 20%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 11.197916666666666%;
  *margin: 0 2.447916666666667%;
}
@media (min-width: 581px) and (max-width: 880px) {
  .col-3 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 45%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 27.44791666666667%;
    *margin: 0 2.447916666666667%;
  }
}
@media (max-width: 580px) {
  .col-3 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-4 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 28.33333333333334%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 16.614583333333336%;
  *margin: 0 2.447916666666667%;
}
@media (max-width: 580px) {
  .col-4 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-5 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 36.66666666666667%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 22.031250000000004%;
  *margin: 0 2.447916666666667%;
}
@media (max-width: 580px) {
  .col-5 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-6 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 45%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 27.44791666666667%;
  *margin: 0 2.447916666666667%;
}
@media (min-width: 581px) and (max-width: 880px) {
  .col-6 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
@media (max-width: 580px) {
  .col-6 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-7 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 53.333333333333336%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 32.864583333333336%;
  *margin: 0 2.447916666666667%;
}
@media (max-width: 580px) {
  .col-7 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-8 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 61.66666666666667%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 38.28125%;
  *margin: 0 2.447916666666667%;
}
@media (max-width: 580px) {
  .col-8 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-9 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 70%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 43.697916666666664%;
  *margin: 0 2.447916666666667%;
}
@media (max-width: 580px) {
  .col-9 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-10 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 78.33333333333334%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 49.114583333333336%;
  *margin: 0 2.447916666666667%;
}
@media (max-width: 580px) {
  .col-10 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-11 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 86.66666666666667%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 54.53125000000001%;
  *margin: 0 2.447916666666667%;
}
@media (max-width: 580px) {
  .col-11 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.col-12 {
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 0;
  width: 95%;
  margin: 0 2.5%;
  margin-bottom: 0.3em;
  *width: 59.947916666666664%;
  *margin: 0 2.447916666666667%;
}
@media (max-width: 580px) {
  .col-12 {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 0;
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 0.3em;
    *width: 59.947916666666664%;
    *margin: 0 2.447916666666667%;
  }
}
.box-brands {
  position: absolute;
  bottom: 0;
  right: -300px;
  width: 290px;
  display: none;
}
.box-brands__list {
  list-style: none;
}
.box-brands__item {
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.2;
}
.box-brands__item img {
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  .box-brands {
    display: block;
  }
}
body {
  background: #ebebeb url("../images/bg.jpg") center bottom no-repeat;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0;
  background-size: 100% auto;
}
.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 700px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: $destkop) {
  .container {
    padding: 0 20px;
  }
}
.hide {
  font-size: 0;
}
.upper {
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto;
}
