@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Montserrat:wght@300;700&family=Raleway:wght@700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

@font-face {
  font-family: 'OpenSans-Light';
  src: local("OpenSans-Light"), url("https://nomail.com.ua/files/woff/1bf71be111189e76987a4bb9b3115cb7.woff") format("woff"); }

@font-face {
  font-family: 'OpenSans-Semibold';
  src: local("OpenSans-Semibold"), url("https://nomail.com.ua/files/woff/33f225b8f5f7d6b34a0926f58f96c1e9.woff") format("woff"); }

@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans"), url("https://nomail.com.ua/files/woff/629a55a7e793da068dc580d184cc0e31.woff") format("woff"); }

@font-face {
  font-family: 'OpenSans-Bold';
  src: local("OpenSans-Bold"), url("https://nomail.com.ua/files/woff/50145685042b4df07a1fd19957275b81.woff") format("woff"); }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

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

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.lock {
        width: 100%;
        position: fixed;
        overflow: hidden; } }

input, button, textarea {
  font-family: ""; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit; }

body.lock {
  overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.container {
  max-width: 1160px;
  padding: 0px 15px;
  margin: 0 auto; }

.page {
  flex: 1 1 auto; }

.main-screen {
  margin: 75px 0px 0px 0px;
  flex: 1 0 100%;
  position: relative;
  padding: 130px 0px; }

.main-screen__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover; }

header {
  position: fixed;
  width: 100%;
  z-index: 150;
  top: 0;
  left: 0px;
  background-color: #fff;
  padding: 42px 0px; }

.header__row {
  display: flex;
  justify-content: center;
  align-items: center; }

.icon-menu {
  display: none; }

@media (max-width: 767px) {
  body.lock {
    overflow: hidden; }
  .icon-menu {
    display: block;
    width: 30px;
    height: 18px;
    position: absolute;
    z-index: 150;
    top: 30px;
    right: 10px;
    cursor: pointer; }
  .icon-menu span {
    position: absolute;
    background-color: #373a39;
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    transition: all 0.3s ease 0s; }
  .icon-menu:before,
  .icon-menu:after {
    content: '';
    position: absolute;
    z-index: 150;
    background-color: #373a39;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s; }
  .icon-menu:before {
    top: 0; }
  .icon-menu:after {
    bottom: 0; }
  .icon-menu.active span {
    transform: scale(0); }
  .icon-menu.active:before {
    transform: rotate(44deg);
    top: 7px;
    background-color: #373a39; }
  .icon-menu.active:after {
    transform: rotate(-45deg);
    bottom: 10px;
    background-color: #373a39; } }

.menu__icon {
  position: fixed;
  left: 40px;
  top: 20px;
  z-index: 150;
  display: block; }

.menu__list {
  position: absolute;
  max-height: 100%;
  width: 100%;
  z-index: 150;
  top: 30px;
  right: 56px;
  display: flex;
  justify-content: flex-end; }

.menu__list li {
  padding: 0px 0px 0px 52px; }

.menu__link {
  font-family: 'Raleway';
  font-size: 12px;
  font-weight: 700;
  color: #373a39; }
  .menu__link:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fcbb08;
    opacity: 0;
    position: relative;
    margin: 10px 0px 0px 0px;
    transition: all 0.9s ease 0s; }
  .menu__link:hover:after {
    opacity: 0.6;
    transition: all 1s ease 0s; }

@media (max-width: 767px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    overflow: auto;
    background-color: #fff;
    padding: 30px 0px 20px 0px;
    transition: all 0.3s ease 0s;
    z-index: 70; }
  .menu__body.active {
    top: 0; }
  .menu__list {
    position: relative;
    top: 60px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .menu__list li {
      padding: 0px 0px 45px 0px; }
  .menu__link {
    color: #373a39;
    font-size: 20px; }
    .menu__link:after {
      top: 80%; } }

.main-screen__content {
  text-align: center; }

.main-screen__title {
  font-family: 'Montserrat';
  font-size: 100px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 50;
  top: 30%;
  left: 0px;
  display: block;
  margin: 300px 0px 0px 0px;
  transform: translate3d(0px, -150px, 0px); }

.main-screen__subtitle {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  color: #fcbb08;
  position: relative;
  z-index: 50;
  top: 0%;
  left: 0;
  display: block;
  letter-spacing: 2.74px;
  margin: 30px 0px 0px 0px;
  transform: translate3d(0px, -150px, 0px); }

.main-screen__btn:before {
  content: '';
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  z-index: 50;
  top: 86.4%;
  left: 50.7%; }

.main-screen__btn:after {
  content: '';
  border: 2px solid #fff;
  border-radius: 40%;
  width: 26px;
  height: 43px;
  position: absolute;
  z-index: 50;
  top: 85%;
  left: 50%; }

@media (max-width: 767px) {
  .main-screen__btn:before {
    left: 53%; }
  .main-screen__title {
    font-size: 70px; } }

.about {
  position: relative;
  background-color: #f6f8fa;
  padding: 159px 0px 173px 0px;
  z-index: 50; }

.about__title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 28%;
  left: 10%;
  font-size: 48px; }

.title {
  line-height: 1.56;
  font-family: 'Montserrat';
  font-weight: 700; }
  .title:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    height: 4px;
    width: 60px;
    background-color: #fcbb08;
    display: block; }

.about__text {
  display: block;
  font-family: 'OpenSans-Light';
  color: #373a39;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  text-align: left;
  position: relative;
  max-width: 775px;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0px 0px 0px 350px; }

@media (max-width: 1280px) {
  .about__text {
    width: 100%;
    margin: 200px 0px 0px 0px; } }

@media (max-width: 915px) {
  .about__content {
    padding: 90px 0px; } }

@media (max-width: 900px) {
  .about__content {
    padding: 80px 0px; } }

@media (max-width: 767px) {
  .about__title {
    margin: -40px 0px 0px  -15px; } }

@media (max-width: 600px) {
  .about__content {
    padding: 30px 0px; } }

.expertise {
  padding: 154px 0px 166px 0px;
  position: relative;
  background-color: #ffffff;
  z-index: 50; }

.expertise__title-one {
  position: relative;
  top: 20%;
  left: 0;
  font-size: 60px;
  display: block;
  margin: 0px 0px 98px -10px; }

.expertise__content {
  display: flex;
  position: relative; }

.expertise__content--items {
  margin: 0px 0px 30px 0px; }

.expertise__content--item {
  position: relative;
  font-family: 'OpenSans';
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  color: #1d1d1d;
  margin: 0px 0px 30px 0px; }
  .expertise__content--item:nth-child(1):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 2px;
    background-color: #f0f0f0;
    display: block; }
  .expertise__content--item:nth-child(1):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 333px;
    height: 2px;
    background-color: #1d1d1d;
    display: block; }
  .expertise__content--item:nth-child(2):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 2px;
    background-color: #f0f0f0;
    display: block; }
  .expertise__content--item:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 296px;
    height: 2px;
    background-color: #1d1d1d;
    display: block; }
  .expertise__content--item:nth-child(3):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 2px;
    background-color: #f0f0f0;
    display: block; }
  .expertise__content--item:nth-child(3):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 314px;
    height: 2px;
    background-color: #1d1d1d;
    display: block; }

.expertise__content--item span {
  display: inline-block;
  padding: 5px 0px 0px 230px; }

.expertise__content--item:first-child span {
  padding: 5px 0px 0px 265px; }

.expertise__content--item:nth-child(2) span {
  padding: 5px 0px 0px 245px; }

.expertise__content--text {
  font-family: 'OpenSans';
  font-weight: 300;
  color: #373a39;
  line-height: 24px;
  font-size: 14px;
  height: 87px;
  text-align: left;
  display: block;
  position: absolute;
  top: -10px;
  left: 400px; }

.expertise__content--text p {
  margin: 0px 0px 10px 0px; }

.expertise__body {
  position: relative; }

.expertise__row {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.expertise__column {
  display: inline-block; }

.expertise__item {
  margin: 0px 40px; }

.expertise__icon {
  display: inline-block;
  position: relative;
  top: 70px;
  left: -29%;
  margin: 0px 30px 0px 0px; }

.expertise__title {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 14px;
  margin: 30px 30px 15px 0px;
  letter-spacing: 4.29px; }

.expertise__line-one {
  padding: 5px 0px 0px 0px; }

.expertise__line-two {
  margin: 0px 0px 0px -5px; }

.expertise__text {
  font-family: 'OpenSans-Light';
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #777777;
  line-height: 24px;
  max-width: 259px; }

@media (max-width: 1230px) {
  .expertise__item {
    margin: 0px 0px 0px 70px; } }

@media (max-width: 767px) {
  .expertise__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .expertise__content--text {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px 0px 150px 0px; }
  .expertise__row {
    flex-direction: column; } }

@media (max-width: 320px) {
  .expertise__icon {
    left: -30%; } }

.magic__row {
  display: flex; }

.magic__column {
  flex: 0 1 100%; }

.magic__column_b {
  flex: 0 1 100%; }

.magic__img {
  padding: 0px 0px 840px 0px;
  position: relative;
  z-index: 50; }

.magic__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50; }

.magic__content {
  position: relative;
  background-color: #f6f8fa;
  padding: 230px 0px;
  z-index: 50; }

.magic__title {
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: 700;
  max-width: 534px;
  font-size: 60px;
  color: #242121;
  text-align: left;
  line-height: 1.25;
  position: absolute;
  top: 10%;
  left: 20%; }

.magic__text {
  font-family: 'OpenSans-Light';
  font-size: 14px;
  max-width: 470px;
  text-align: left;
  color: #373a39;
  line-height: 24px;
  display: block;
  position: relative;
  top: 0;
  left: 20%;
  margin: 50px 0px 0px 0px; }
  .magic__text p {
    padding: 10px 0px 0px 0px; }

@media (max-width: 1120px) {
  .magic__row {
    display: flex;
    flex-direction: column; } }

@media (max-width: 767px) {
  .magic__text {
    margin: 160px 0px 0px 0px;
    padding: 0px 90px 0px 0px; } }

.portfolio {
  position: relative;
  background-color: #ffffff;
  z-index: 50; }

.portfolio__header {
  display: flex;
  position: relative;
  padding: 139px 0px 121px 0px; }

.portfolio__title {
  position: absolute;
  top: 30%;
  left: 10%;
  font-family: 'Montserrat';
  font-size: 60px;
  font-weight: 700;
  display: block; }

.portfolio__info {
  display: block;
  position: absolute;
  top: 45%;
  left: 55%; }

@media (max-width: 1220px) {
  .portfolio__info {
    left: 45%; } }

@media (max-width: 990px) {
  .portfolio__info {
    left: 41%; } }

.info__list {
  margin: 0px -25px;
  display: flex;
  flex-direction: row; }

@media (max-width: 768px) {
  .info__list {
    display: flex;
    flex-wrap: wrap; } }

@media (max-width: 767px) {
  .portfolio__title {
    top: 30px; }
  .portfolio__info {
    top: 150px;
    left: 30px; }
  .info__list {
    display: flex;
    flex-wrap: wrap; } }

.info__item {
  line-height: 24px;
  padding: 0px 25px;
  font-family: 'OpenSans-Bold';
  display: inline;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer; }
  .info__item:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fcbb08;
    margin: 10px 0px 0px 0px;
    opacity: 0;
    transition: all 0.5s ease 0s; }
  .info__item:hover:after {
    opacity: 1; }

@media (max-width: 767px) {
  .info__item {
    font-size: 15px; } }

.portfolio__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 72px 0px; }

.portfolio__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  flex-wrap: wrap;
  margin: 0px -11.3px; }

.portfolio__item-img {
  padding: 15px 11.3px; }

.portfolio__item-content {
  position: relative; }

.portfolio__item-title {
  font-family: 'OpenSans-Semibold';
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 45%;
  left: 33%;
  color: #ffffff;
  letter-spacing: 1.4px; }

.portfolio__item-subtitle {
  font-family: 'OpenSans-Light';
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 55%;
  left: 47%;
  opacity: 0.5;
  z-index: 100;
  color: #ffffff; }

.portfolio__footer {
  padding: 50px 0px;
  background-color: #f6f8fa; }

.portfolio__btn {
  display: block;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  color: #242121; }
  .portfolio__btn:hover {
    text-decoration: underline; }

.information {
  position: relative;
  padding: 140px 0px;
  background-color: #fff;
  z-index: 50; }

.information__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.information__text {
  max-width: 591px;
  font-family: 'Merriweather';
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #242121;
  line-height: 36px;
  display: block;
  margin-bottom: 51px; }

.information__author {
  font-family: 'Merriweather';
  font-size: 14px;
  font-weight: 300; }

.movie {
  position: relative;
  padding: 200px 0px; }

.movie iframe {
  position: absolute;
  width: 100%;
  min-height: 400px;
  top: 0;
  left: 0;
  z-index: 50; }

.facts {
  padding: 180px 0px;
  position: relative;
  z-index: 50;
  background-color: #fff; }

.facts__row {
  margin: 0px -96.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }

.facts__column {
  padding: 0px 96.5px;
  text-align: center; }

.facts__number {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 60px; }

.facts__title {
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: 400;
  padding: 27px 0px 0px 0px;
  color: #00b2a0;
  margin-bottom: 30px; }

.list {
  position: relative;
  background-color: #f6f8fa;
  padding: 307px 0px 325px 0px;
  z-index: 50; }

.list__content {
  padding: 0px 62px;
  position: relative; }
  .list__content .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 100;
    font-size: 0;
    width: 30px;
    height: 35px; }
  .list__content .slick-arrow.slick-prev {
    left: 0px;
    display: block;
    background: url("../img/list/arrow_l.png") 0 0/100% no-repeat; }
  .list__content .slick-arrow.slick-next {
    right: 0px;
    background: url("../img/list/arrow_r.png") 0 0/100% no-repeat; }
  .list__content .slick-dots {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  .list__content .slick-dots li {
    position: relative;
    top: 200px;
    left: -100px;
    list-style: none;
    margin: 0px 7px; }
  .list__content .slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    background-color: #808080;
    border-radius: 50%; }
  .list__content .slick-dots li.slick-active button {
    background-color: #242121;
    width: 10px;
    height: 10px; }

.list__title {
  display: inline-block;
  max-width: 700px;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px; }

.list__text {
  display: inline-block;
  font-family: 'OpenSans-Light';
  font-size: 14px;
  color: #777777;
  max-width: 554px;
  line-height: 1.71; }

/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden; }

/* Лента слайдов */
.slick-track {
  display: flex;
  align-items: flex-start; }

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
.team {
  padding: 315px 0px 164px 0px;
  position: relative;
  background-color: #fff;
  z-index: 50; }

.team__title {
  font-family: 'Montserrat';
  font-size: 60px;
  font-weight: 700;
  color: #242121;
  position: absolute;
  top: 10%;
  left: 10%; }

.team__columns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px -15px; }

.team__item {
  padding: 0px 15px; }

.team__name {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 39px 0px 18px 0px; }

.team__profession {
  font-family: 'OpenSans-Light';
  font-size: 12px;
  font-weight: 300;
  color: #c2c2c2;
  text-align: center; }

@media (max-width: 1170px) {
  .team__title {
    top: 5%; }
  .team__columns {
    flex-direction: column; }
  .team__profession {
    margin-bottom: 30px; } }

.prising {
  padding: 150px 0px 160px 0px;
  background-color: #f6f8fa;
  z-index: 50;
  position: relative; }

.prising__title {
  font-family: 'Montserrat';
  font-size: 60px;
  font-weight: 700;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0px 0px 100px 0px; }

.prising__row {
  margin: 0px -15px;
  display: flex;
  align-items: center;
  justify-content: center; }

.prising__column {
  padding: 0px 15px;
  min-width: 388px; }

.prising__item {
  background-color: #fff;
  position: relative; }

.prising__status {
  font-family: 'OpenSans-Bold';
  font-size: 16px;
  color: #242121;
  padding: 28px 0px 0px 26px; }

.prising__dollor {
  font-family: 'OpenSans-Light';
  font-size: 40px;
  position: relative;
  top: 0;
  left: 29%;
  margin: 50px 0px -70px 0px; }

.prising__price {
  font-family: 'OpenSans-Light';
  font-size: 80px;
  text-align: center;
  margin: 26px 0px 0px 0px; }

.prising__month {
  font-family: 'OpenSans-Light';
  font-size: 20px;
  position: relative;
  font-weight: 300;
  color: #242121;
  opacity: 0.5;
  top: 0;
  left: 63%;
  margin: -30px 0px 80px 0px; }

.prising__info {
  font-family: 'OpenSans-Light';
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 0px 44px 0px; }

.prising__info p {
  padding: 0px 0px 35px 0px; }

.prising__info p:nth-child(4) {
  padding: 0px 0px 39px 0px; }

.prising__btn {
  padding: 0px 0px 55px 0px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer; }
  .prising__btn:hover {
    text-decoration: underline; }

@media (max-width: 767px) {
  .prising__row {
    flex-direction: column; }
  .prising__column {
    min-width: 300px;
    padding: 0px 0px 30px 0px; } }

.contacnt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 135px;
  z-index: 50;
  background-color: #fff; }

.contacnt__title {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 60px;
  position: absolute;
  top: 15%;
  left: 10%; }

.contacnt__content {
  position: relative;
  padding: 210px 100px 50px 0px; }

.contacnt__content p:after {
  content: '';
  width: 569px;
  height: 2px;
  background-color: #373a39;
  display: block;
  margin: 0px 0px 30px 0px; }

.contacnt__form {
  margin: 150px 0px 0px 0px;
  display: flex;
  flex-direction: column; }

.contacnt__form-input {
  font-family: 'OpenSans';
  font-size: 12px;
  margin: 0px 0px 20px 0px;
  line-height: 20px;
  letter-spacing: 3.71px; }

.contacnt__form-textarea {
  font-family: 'OpenSans';
  font-size: 12px;
  width: 565px;
  height: 100px;
  margin: 20px 0px 0px 0px;
  line-height: 20px;
  letter-spacing: 3.71px;
  resize: vertical; }

.contacnt__form-btn {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 11px;
  background-color: #242121;
  color: #ffffff;
  width: 230px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 0px 0px;
  transition: all 0.5s ease 0s; }
  .contacnt__form-btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000; }

.contacnt__map {
  flex: 0 1 100%;
  position: relative;
  padding: 400px 0px; }

.contacnt__map-google {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

@media (max-width: 1024px) {
  .contacnt {
    flex-wrap: wrap;
    padding: 0; }
  .contacnt__title {
    top: 10%; } }

@media (max-width: 767px) {
  .contacnt__title {
    top: 5%; }
  .contacnt__content p:after {
    width: 300px; }
  .contacnt__form-textarea {
    width: 300px; } }

.footer {
  position: relative;
  background-color: #373a39;
  padding: 110px 0px 0px 0px;
  z-index: 50; }

.footer__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px 0px 0px 0px; }
  .footer__icon:after {
    content: '';
    width: 150px;
    height: 2px;
    background-color: #fcbb08;
    display: block;
    position: relative;
    top: 25px;
    left: 0;
    opacity: 0.7;
    margin-bottom: 73px; }

.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px -14; }

.footer__social-link {
  padding: 0px 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #ffffff;
  font-size: 12px;
  opacity: 0.5;
  letter-spacing: 4px;
  margin: 20px 0px 65px 0px; }
  .footer__social-link:hover {
    text-decoration: underline; }

.footer__info {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 20px 0px; }

.footer__info-link {
  padding: 10px;
  font-family: 'OpenSans';
  font-size: 14px;
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 1px; }
  .footer__info-link:hover {
    text-decoration: underline; }

.footer__arrow {
  margin: 66px 0px 59px 0px;
  display: flex;
  justify-content: center;
  align-items: center; }

.footer__date {
  background-color: #2a2c2b;
  font-family: 'OpenSans';
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #cccccc;
  padding: 46px 0px 41px 0px; }

.row:after {
  display: block;
  content: '';
  clear: both; }

.rub:after {
  content: '₽'; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ol.counter {
  list-style-type: none;
  counter-reset: item; }
  ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px; }
    ol.counter li:before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      color: #818181;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 26px;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      border: 1px solid #4274bb; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.moretext {
  overflow: hidden; }

.moretext__more {
  cursor: pointer; }
  .moretext__more i {
    font-style: normal; }
    .moretext__more i:first-child {
      display: block; }
    .moretext__more i:last-child {
      display: none; }
  .moretext__more.active i {
    font-style: normal; }
    .moretext__more.active i:first-child {
      display: none; }
    .moretext__more.active i:last-child {
      display: block; }

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1); }

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0); }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: flex; }

.mirror {
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.gm-style-iw-t {
  opacity: 0; }

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important; }
  .baloon button {
    display: none !important; }
  .baloon:after {
    display: none !important; }

.baloon-style {
  display: none; }

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important; }
  .baloon-content.gm-style-iw:after {
    display: none !important; }

.baloon-close {
  top: 18px !important; }

.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }

.form__column {
  padding: 0px 15px; }

.btn {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  display: inline-block;
  padding: 0px 33px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: 'Bebas Neue'; }
  .btn--w {
    background-color: #fff;
    color: #000; }

.select-block {
  position: relative; }

.select__label {
  z-index: 2;
  position: absolute;
  top: -8px;
  background-color: #f7f7f7;
  padding: 0 5px;
  color: #979797;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  left: 20px; }

.select {
  position: relative;
  cursor: pointer; }
  .select .select-title {
    z-index: 1;
    width: 100%;
    height: 55px;
    border: 1px solid #dedede;
    position: relative;
    background-color: #fff; }
  .select .select-title__arrow {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 100%;
    background: url("../img/icons/select-arrow.svg") center no-repeat; }
  .select .select-title__value {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 53px;
    display: block;
    overflow: hidden;
    padding: 0 45px 0 25px;
    white-space: nowrap;
    text-transform: none;
    text-overflow: ellipsis; }
  .select .select-options {
    position: absolute;
    z-index: 10;
    top: 54px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 10px 20px 10px 25px; }
  .select .select-options-scroll {
    max-height: 80px;
    overflow: auto; }
  .select .select-options-list {
    padding: 0px 0px 0px 0px; }
  .select .select-options__value {
    color: #000;
    font-size: 20px;
    margin: 0px 0px 15px 0px; }
    .select .select-options__value:last-child {
      margin: 0px 0px 0px 0px; }
    .select .select-options__value:hover {
      color: #000; }

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px; }

textarea.input {
  resize: none;
  padding: 0px 0px; }

.check {
  position: relative;
  padding-left: 25px;
  color: #5f5f5f;
  line-height: 18px;
  cursor: pointer; }
  .check input {
    display: none; }
  .check:before {
    content: '';
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a3a3a3;
    position: absolute; }
  .check.active:before {
    background: url("../img/icons/check.png") center no-repeat; }

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300; }
  .option:last-child {
    margin-bottom: 0px; }
  .option input {
    display: none; }
  .option:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #7f7f7f;
    border-radius: 50%; }
  .option.active:before {
    background: url("../img/icons/option.png") center no-repeat; }

.rating-block {
  display: table;
  font-size: 0; }

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%; }

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%; }

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle; }

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff; }

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300; }

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer; }
  .quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
  .quantity__btn:hover:before {
    color: #da0005; }
  .quantity__btn.dwn {
    top: 25px; }

.category-params-item-price-table {
  margin-bottom: 25px; }
  .category-params-item-price-table .cell:first-child {
    padding-right: 15px;
    position: relative; }
    .category-params-item-price-table .cell:first-child:after {
      content: '-';
      position: absolute;
      right: -4px;
      top: 8px;
      font-size: 20px; }
  .category-params-item-price-table .cell:last-child {
    padding-left: 15px; }
  .category-params-item-price-table .cell input {
    height: 37px;
    border: 2px solid #393939;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    width: 100%; }

.category-params-item-price-range {
  margin: 0 12px 40px 12px;
  background-color: #c9cecf;
  height: 2px;
  position: relative; }
  .category-params-item-price-range .ui-slider-range {
    background-color: #000;
    height: 2px;
    position: relative; }
  .category-params-item-price-range .ui-slider-handle {
    width: 23px;
    height: 28px;
    border: 3px solid #fbfbfb;
    background-color: #ea5922;
    display: block;
    position: absolute;
    top: -14px;
    margin-left: -12px;
    cursor: pointer; }
    .category-params-item-price-range .ui-slider-handle span {
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 50px;
      text-align: center;
      font-size: 10px;
      margin-left: -25px;
      font-weight: 500;
      color: #94a6aa; }

.form__info {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  line-height: 60px;
  text-align: center;
  color: #888;
  z-index: 2;
  font-size: 14px; }
  @media (max-width: 767.98px) {
    .form__info {
      width: 50px;
      height: 50px;
      line-height: 50px; } }

.form-range-line {
  position: relative;
  height: 5px;
  border-radius: 0 0 4px 4px;
  background-color: #e0e0e0;
  margin: -2px 0px 0px 0px; }
  .form-range-line .ui-slider-range {
    background-color: #093454;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 4px 4px; }
  .form-range-line .ui-slider-handle {
    background: url("../img/icons/range.svg") 0 0 no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    margin: -9px 0px 0px -14px;
    top: 0;
    left: 0;
    cursor: pointer; }
  .form-range-line .ui-state-hover {
    background: url("../img/icons/range_a.svg") 0 0 no-repeat; }

.form-range-values {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  justify-content: space-between;
  padding: 14px 0px 0px 0px; }

.form-range-values__item {
  font-size: 12px;
  color: #888; }
