@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600&subset=cyrillic");
@font-face {
  font-family: "Awesome";
  src: url("../fonts/fontawesome.eot");
  src: url("../fonts/fontawesome?#iefix") format("embedded-opentype"), url("../fonts/fontawesome.woff2") format("woff2"), url("../fonts/fontawesome.woff") format("woff"), url("../fonts/fontawesome.svg#museo900") format("svg");
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: none;
  outline: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html, body {
  height: 100%;
  font-size: 100%;
}

ul, li {
  list-style: none;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

strong {
  font-weight: 600;
}

input {
  -webkit-appearance: none;
}

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

input[type="submit"] {
  cursor: pointer;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  overflow: hidden;
}

button {
  cursor: pointer;
}

body {
  min-width: 1170px;
  color: #333;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

::-moz-selection {
  background-color: #e4007b;
  color: #fff;
}

::selection {
  background-color: #e4007b;
  color: #fff;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

p {
  line-height: 25px;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.container-sm {
  width: 800px;
  margin: 0 auto;
}

.section-bg {
  background-color: #fafafa;
}

.section-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#3b8da4), to(#5dc4cd));
  background: -webkit-linear-gradient(left, #3b8da4 0%, #5dc4cd 100%);
  background: linear-gradient(to right, #3b8da4 0%, #5dc4cd 100%);
}

.section-gradient .title-lg {
  color: #fff;
  text-shadow: 5px 5px 5px rgba(51, 51, 51, 0.1);
}

.section-inside {
  position: relative;
  z-index: 10;
}

.section-inside .title-lg {
  color: #fff;
}

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

section {
  padding: 70px 0;
  position: relative;
}

.header-inside {
  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;
}

.header-top {
  background-color: #fafafa;
  border-bottom: 1px solid #ededed;
}

.header-middle {
  padding: 30px 0;
}

.header-bottom {
  border-top: 1px solid #f5f5f5;
}

.header .login {
  display: block;
  padding: 15px 30px 15px 45px;
  background-color: #e4007b;
  position: relative;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.header .login:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 15px;
  height: 13px;
  margin-top: -6.5px;
  background: url("../img/sprite.png") no-repeat -5px -5px;
}

.header .login:hover {
  background-color: #cb006d;
}

.header .login:focus {
  background-color: #b1005f;
}

.header .logo img {
  width: 100%;
}

.header .select-city {
  position: relative;
}

.header .select-city__title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.header .select-city__title:hover {
  color: #5ac0c5;
}

.header .select-city__caption {
  display: block;
  margin: 10px 0 0;
  font-size: 13px;
}

.header .select-city__hint {
  position: absolute;
  top: 100%;
  left: 0;
  width: 305px;
  margin: 10px 0 0;
  padding: 20px 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px -15px rgba(51, 51, 51, 0.4);
          box-shadow: 0 10px 60px -15px rgba(51, 51, 51, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.header .select-city__hint.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.header .select-city__hint_inside {
  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: 15px 0;
  font-size: 13px;
}

.header .select-city__hint_caption {
  color: #8f8f8f;
  font-size: 13px;
  line-height: 20px;
}

.header .select-city__hint .btn {
  padding: 10px 15px;
}

.header .select-city__hint .choose {
  display: inline-block;
  padding: 10px 25px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border: 1px solid #e4007b;
  color: #e4007b;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.header .select-city__hint .choose:hover {
  background-color: #e4007b;
  color: #fff;
}

.header .relations-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .relations-item {
  margin: 0 15px 0 0;
}

.header .relations-item:first-child .relations-link {
  background-image: url("../img/i1.png");
}

.header .relations-item:nth-child(2) .relations-link {
  background-image: url("../img/i2.png");
}

.header .relations-item:last-child {
  margin: 0;
}

.header .relations-item:last-child .relations-link {
  background-image: url("../img/i3.png");
}

.header .relations-link {
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.header .phone-num {
  display: block;
  margin: 0 0 5px;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.header .phone-num:hover {
  color: #5ac0c5;
}

.header .phone-text {
  font-size: 13px;
}

.header .stock {
  display: block;
  padding: 30px 25px;
  background-color: #e4007b;
  color: #fff;
  font-size: 15px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.header .stock:hover {
  background-color: #5ac0c5;
}

.header .stock:focus {
  background-color: #3da9af;
}

.header .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .nav-link {
  display: block;
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
  color: #333;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.header .nav-link:hover, .header .nav-link.active {
  background-color: #ededed;
}

.header .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header .menu-item {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu-item:first-child:before {
  width: 13px;
  height: 20px;
  background-position: -337px -121px;
}

.header .menu-item:nth-child(2):before {
  width: 22px;
  height: 20px;
  background-position: -30px -5px;
}

.header .menu-item:nth-child(3):before {
  width: 24px;
  height: 20px;
  background-position: -94px -5px;
}

.header .menu-item:nth-child(4):before {
  width: 20px;
  height: 19px;
  background-position: -162px -5px;
}

.header .menu-item:nth-child(5):before {
  width: 24px;
  height: 20px;
  background-position: -222px -5px;
}

.header .menu-item:nth-child(6):before {
  width: 20px;
  height: 20px;
  background-position: -5px -35px;
}

.header .menu-item:last-child:before {
  width: 20px;
  height: 20px;
  background-position: -107px -35px;
}

.header .menu-item:before {
  content: "";
  display: block;
  position: relative;
  top: 10px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}

.header .menu-item:hover:first-child:before {
  background-position: -328px -197px;
}

.header .menu-item:hover:nth-child(2):before {
  background-position: -62px -5px;
}

.header .menu-item:hover:nth-child(3):before {
  background-position: -128px -5px;
}

.header .menu-item:hover:nth-child(4):before {
  background-position: -192px -5px;
}

.header .menu-item:hover:nth-child(5):before {
  background-position: -256px -5px;
}

.header .menu-item:hover:nth-child(6):before {
  background-position: -35px -35px;
}

.header .menu-item:hover:last-child:before {
  background-position: -137px -35px;
}

.header .menu-item:hover .menu-link {
  color: #e4007b;
}

.header .menu-item:hover .menu-dropdown {
  opacity: 1;
  visibility: visible;
}

.header .menu-item.active .menu-link {
  color: #e4007b;
}

.header .menu-link {
  display: block;
  padding: 20px;
  color: #333;
  font-weight: 600;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.header .menu-dropdown {
  position: absolute;
  top: 100%;
  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: 1170px;
  padding: 20px;
  border-top: 1px solid #e4007b;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  background-color: #fff;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 20px 60px -20px rgba(51, 51, 51, 0.4);
          box-shadow: 0 20px 60px -20px rgba(51, 51, 51, 0.4);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.header .menu-dropdown__item {
  width: 280px;
}

.header .menu-dropdown__link {
  display: block;
  padding: 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #333;
  font-size: 13px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.header .menu-dropdown__link:hover {
  background-color: #f5f5f5;
  color: #e4007b;
}

.slider-wrapper {
  height: 550px;
  background-color: #5ac0c5;
  position: relative;
}

.slider-inside {
  position: absolute;
  top: 0;
  left: 50%;
  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;
  height: 100%;
  margin-left: -585px;
  z-index: 10;
}

.slider-title {
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: 300;
}

.filter {
  width: 350px;
  padding: 35px 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 80px 0 rgba(51, 51, 51, 0.4);
          box-shadow: 0 20px 80px 0 rgba(51, 51, 51, 0.4);
  text-align: center;
}

.filter-title {
  margin: 0 0 25px;
  font-size: 22px;
  text-align: left;
}

.filter .dropdown {
  margin: 0 0 15px;
}

.filter .dropdown .select {
  border-color: #ededed;
  background-color: #f8f8f8;
}

.filter .slider-price {
  margin: 20px 0 35px;
}

.filter .link {
  display: inline-block;
  margin: 30px 0 0;
}

.feedback-title {
  margin: 0 0 40px;
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  text-shadow: 5px 5px 5px rgba(51, 51, 51, 0.1);
  font-weight: 300;
}

.feedback-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.feedback-form {
  width: 300px;
}

.feedback-document {
  width: 300px;
  height: 100%;
  margin: 0 0 0 60px;
  padding: 30px 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 10;
  text-align: center;
}

.feedback-document__caption {
  display: block;
  margin: 0 0 15px;
  padding: 65px 0 0;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.feedback-document__caption:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 55px;
  margin-left: -22px;
  background: url("../img/sprite.png") no-repeat -189px -158px;
}

.feedback-document__caption span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border-bottom-color 0.2s ease-in-out;
  transition: border-bottom-color 0.2s ease-in-out;
}

.feedback-document__caption:hover span {
  border-bottom-color: transparent;
}

.feedback-document__text {
  color: #fff;
}

.feedback .dropdown {
  margin: 0 0 15px;
}

.feedback .dropdown .select {
  border-color: #fff;
  color: #fff;
}

.feedback .dropdown .select:before {
  background-position: -149px -65px;
}

.feedback .input {
  border-color: #fff;
  color: #fff;
  width: 100%;
  margin: 0 0 15px;
  background-color: transparent;
  color: #fff;
}

.feedback .input:focus {
  border-color: #e4007b;
  background-color: rgba(228, 0, 123, 0.2);
}

.feedback .input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.feedback .input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.feedback .input:-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.feedback .input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.feedback .input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.feedback .input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.feedback .input:-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.feedback .input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.feedback .btn {
  width: 100%;
}

.call-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;
  width: 600px;
  margin: 0 auto;
}

.call-form .input {
  border-color: #fff;
  color: #fff;
  width: 290px;
  margin: 0 0 15px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.call-form .input:focus {
  border-color: #e4007b;
  background-color: rgba(228, 0, 123, 0.2);
}

.call-form .input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.call-form .input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.call-form .input:-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.call-form .input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.call-form .input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.call-form .input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.call-form .input:-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.call-form .input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.call-form .input:last-of-type {
  margin: 0;
}

.call-form .dropdown {
  margin: 0 0 15px;
}

.call-form .dropdown .select {
  border-color: #fff;
  color: #fff;
}

.call-form .dropdown .select {
  background-color: rgba(255, 255, 255, 0.3);
}

.call-form .dropdown .select:before {
  background-position: -149px -65px;
}

.call-form .dropdown,
.call-form .btn {
  width: 290px;
}

.subscription-form {
  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;
}

.subscription-form .input {
  border-color: #fff;
  color: #fff;
  width: 250px;
  margin: 0 15px 0 0;
  background-color: transparent;
  color: #fff;
}

.subscription-form .input:focus {
  border-color: #e4007b;
  background-color: rgba(228, 0, 123, 0.2);
}

.subscription-form .input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.subscription-form .input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.subscription-form .input:-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.subscription-form .input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.subscription-form .input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.subscription-form .input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.subscription-form .input:-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.subscription-form .input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.institution-bg {
  background: url("../img/1.jpg") no-repeat center center;
}

.artists-bg {
  background: url("../img/2.jpg") no-repeat center center;
}

.man-bg {
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 468px;
  height: 528px;
  background: url("../img/man.png") no-repeat center center;
}

.girl-bg {
  position: absolute;
  right: 20px;
  bottom: -167px;
  width: 590px;
  height: 537px;
  background: url("../img/girl.png") no-repeat center center;
}

.genre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.genre-title {
  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;
  margin: 0 0 25px;
  padding: 0 0 0 34px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.genre-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}

.genre-slide {
  max-height: 116px;
  overflow-y: hidden;
}

.genre-slide.active {
  max-height: 100%;
}

.genre-slide__more {
  display: block;
  margin: 20px 0 0;
  cursor: pointer;
  color: #5ac0c5;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.genre-slide__more:before {
  content: "Посмотреть все";
}

.genre-slide__more:hover {
  color: #e4007b;
}

.genre-slide__more.active:before {
  content: "Скрыть";
}

.genre-list {
  width: 320px;
  margin: 0 105px 60px 0;
}

.genre-list:nth-child(3n+3) {
  margin: 0 0 60px;
}

.genre-list:nth-child(n+7) {
  margin: 0 70px 0 0;
}

.genre-list:first-child .genre-title:before {
  width: 13px;
  height: 20px;
  margin-top: -10px;
  background-position: -328px -197px;
}

.genre-list:nth-child(2) .genre-title:before {
  width: 22px;
  height: 20px;
  margin-top: -10px;
  background-position: -62px -5px;
}

.genre-list:nth-child(3) .genre-title:before {
  width: 24px;
  height: 20px;
  margin-top: -10px;
  background-position: -128px -5px;
}

.genre-list:nth-child(4) .genre-title:before {
  width: 24px;
  height: 19px;
  margin-top: -9.5px;
  background-position: -256px -5px;
}

.genre-list:nth-child(5) .genre-title:before {
  width: 24px;
  height: 20px;
  margin-top: -10px;
  background-position: -192px -5px;
}

.genre-list:nth-child(6) .genre-title:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-position: -35px -35px;
}

.genre-list:last-child .genre-title:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-position: -137px -35px;
}

.genre-item {
  margin: 0 0 20px;
}

.genre-item:last-child {
  margin: 0;
}

.genre-link, .sidebar-nav__link {
  padding: 0 0 0 20px;
  position: relative;
  color: #333;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.genre-link:hover, .sidebar-nav__link:hover {
  color: #5ac0c5;
}

.genre-link:hover:before, .sidebar-nav__link:hover:before {
  border-color: #5ac0c5;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.genre-link:before, .sidebar-nav__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #e4007b;
  -webkit-transition: border-color 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: border-color 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: border-color 0.2s ease-in-out, transform 0.4s ease-in-out;
  transition: border-color 0.2s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.popular .popular-item {
  width: 218px;
  margin: 0 20px 40px 0;
}

.popular .popular-item:nth-child(5n+5) {
  margin: 0 0 40px;
}

.popular-carousel {
  margin: 0 0 30px;
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #ededed;
}

.popular-carousel .slick-next, .popular-carousel .slick-prev {
  margin-top: -70px;
}

.popular-carousel .slick-track {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.popular-item {
  display: block;
  text-align: center;
}

.popular-item:hover .star {
  -webkit-transform: rotate(90deg) scale(0) translateX(-50px);
      -ms-transform: rotate(90deg) scale(0) translateX(-50px);
          transform: rotate(90deg) scale(0) translateX(-50px);
}

.popular-item:hover .overlay {
  opacity: 1;
}

.popular-item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.popular-item__img {
  height: 200px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.popular-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.popular-item__name {
  display: block;
  margin: 20px 0 15px;
  color: #333;
  font-size: 16px;
}

.popular-item__position {
  color: #e4007b;
}

.popular-item .overlay {
  opacity: 0;
}

.offers {
  padding: 0 30px;
}

.offers-item {
  margin: 0 8px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
}

.offers-item:hover .offers-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0) scale(1);
      -ms-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}

.offers-item:hover .overlay {
  opacity: 1;
}

.offers-item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.offers-item__img {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.offers-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.offers-item__discount {
  position: absolute;
  top: 15px;
  right: 15px;
  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;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #e4007b;
  z-index: 10;
  color: #fff;
  font-size: 13px;
}

.offers-item__description {
  padding: 20px 30px;
  background-color: #fff;
}

.offers-item__name {
  display: block;
  font-size: 16px;
}

.offers-item__position {
  display: block;
  margin: 15px 0 20px;
  color: #e4007b;
}

.offers-item__price {
  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;
  margin: 25px 0 30px;
}

.offers-item__price_old {
  color: #b3b3b3;
  text-decoration: line-through;
}

.offers-item__price_new {
  font-size: 18px;
}

.offers-item__date {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #5ac0c5;
}

.offers-item__date:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("../img/sprite.png") no-repeat -195px -35px;
}

.offers-item .overlay {
  opacity: 0;
}

.offers-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translateX(100px) scale(0.5);
      -ms-transform: translateX(100px) scale(0.5);
          transform: translateX(100px) scale(0.5);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.advantages {
  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;
}

.advantages-item {
  padding: 48px 0 0;
  position: relative;
  text-align: center;
}

.advantages-item:first-child:before {
  width: 49px;
  height: 49px;
  margin-left: -24.5px;
  background-position: -225px -35px;
}

.advantages-item:nth-child(2):before {
  width: 50px;
  height: 54px;
  margin-left: -25px;
  background-position: -5px -94px;
}

.advantages-item:nth-child(3):before {
  width: 49px;
  height: 49px;
  margin-left: -24.5px;
  background-position: -65px -94px;
}

.advantages-item:nth-child(4):before {
  width: 55px;
  height: 61px;
  margin-left: -27.5px;
  background-position: -124px -94px;
}

.advantages-item:nth-child(5):before {
  width: 54px;
  height: 54px;
  margin-left: -27px;
  background-position: -189px -94px;
}

.advantages-item:last-child:before {
  width: 59px;
  height: 59px;
  margin-left: -29.5px;
  background-position: -5px -158px;
}

.advantages-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}

.advantages-item__name {
  display: block;
  margin: 25px 0 0;
  line-height: 23px;
}

.reports-text {
  margin: 45px 0 0;
  text-align: center;
}

.reports .video-item {
  margin: 0 10px 20px 10px;
}

.reports .gallery-item {
  height: 170px;
  margin: 0 10px;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.video-slider {
  padding: 0 30px;
}

.video-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.video-item:hover .overlay {
  opacity: 1;
}

.video-item img {
  width: 100%;
}

.video-item__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 15;
}

.video-item__play_round {
  position: absolute;
  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;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #e4007b;
  z-index: 10;
}

.video-item__play_round:before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  margin-left: 5px;
  background: url("../img/sprite.png") no-repeat -284px -35px;
}

.video-item__play_animate:before, .video-item__play_animate:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border: 1px solid #fff;
  opacity: 0;
  z-index: 5;
}

.video-item__play_animate:before {
  -webkit-animation: pulse 2s 0.2s infinite;
          animation: pulse 2s 0.2s infinite;
}

.video-item__play_animate:after {
  -webkit-animation: pulse 2s 0.4s infinite;
          animation: pulse 2s 0.4s infinite;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.video-item .overlay {
  opacity: 0;
}

.gallery-carousel {
  padding: 0 30px;
}

.gallery-item {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.gallery-item:hover .ico {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.gallery-item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.gallery-item .overlay {
  opacity: 0;
}

.gallery-item .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  -webkit-transform: translateY(-50px) scale(0);
      -ms-transform: translateY(-50px) scale(0);
          transform: translateY(-50px) scale(0);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.reviews-carousel {
  padding: 0 50px;
}

.reviews-item {
  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;
}

.reviews-item__img {
  min-width: 170px;
  max-width: 170px;
  height: 170px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}

.reviews-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-item__info {
  width: 675px;
  margin: 0 0 0 25px;
}

.reviews-item__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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}

.reviews-item__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
}

.reviews-item__name .link {
  margin: 0 0 0 10px;
}

.reviews-controls {
  width: 150px;
  margin: 40px auto 0;
  padding: 15px 0;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: #e4007b;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.social-list {
  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;
}

.social-list__lg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-list__lg .social-item {
  margin: 0 30px 0 0;
}

.social-list__lg .social-link {
  width: 60px;
  height: 60px;
}

.social-list__lg .social-link__vk:before {
  width: 33px;
  height: 19px;
  background-position: -270px -249px;
}

.social-list__lg .social-link__vk:hover:before {
  background-position: -270px -278px;
}

.social-list__lg .social-link__facebook::before {
  width: 16px;
  height: 33px;
  background-position: -5px -249px;
}

.social-list__lg .social-link__facebook:hover:before {
  background-position: -31px -249px;
}

.social-list__lg .social-link__twitter:before {
  width: 27px;
  height: 27px;
  background-image: url("../img/ok2.png") !important;
  background-size: contain;
}

.social-list__lg .social-link__twitter:hover:before {
  background-image: url("../img/ok.png") !important;
}

.social-list__lg .social-link__instagram:before {
  width: 33px;
  height: 33px;
  background-position: -184px -249px;
}

.social-list__lg .social-link__instagram:hover:before {
  background-position: -227px -249px;
}

.social-list__sm {
  margin: 20px 0 0;
}

.social-list__sm .social-item {
  margin: 0 15px 0 0;
}

.social-list__sm .social-link {
  width: 40px;
  height: 40px;
}

.social-list__sm .social-link__vk:before {
  width: 18px;
  height: 10px;
  background-position: -284px -65px;
}

.social-list__sm .social-link__vk:hover:before {
  background-position: -314px -5px;
}

.social-list__sm .social-link__facebook:before {
  width: 10px;
  height: 18px;
  background-position: -297px -127px;
}

.social-list__sm .social-link__facebook:hover:before {
  background-position: -317px -127px;
}

.social-list__sm .social-link__twitter:before {
  width: 20px;
  height: 20px;
  background-image: url("../img/ok2.png") !important;
  background-size: contain;
}

.social-list__sm .social-link__twitter:hover:before {
  background-image: url("../img/ok.png") !important;
}

.social-list__sm .social-link__instagram:before {
  width: 18px;
  height: 18px;
  background-position: -314px -25px;
}

.social-list__sm .social-link__instagram:hover:before {
  background-position: -312px -53px;
}

.social-list__caption {
  display: block;
  margin: 20px 0;
  font-size: 15px;
  font-weight: 600;
}

.social-item:last-child {
  margin: 0;
}

.social-link {
  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-border-radius: 50px;
          border-radius: 50px;
  border: 1px solid #ededed;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: border-color 0.2s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.social-link:before {
  content: "";
  display: block;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}

.social-link:hover {
  border-color: transparent;
  -webkit-box-shadow: 10px 15px 45px -5px rgba(51, 51, 51, 0.1);
          box-shadow: 10px 15px 45px -5px rgba(51, 51, 51, 0.1);
}

.communications {
  border-top: 1px solid #ededed;
}

.communications-list {
  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;
}

.communications-item {
  margin: 0 100px 0 0;
  padding: 0 0 0 60px;
  position: relative;
}

.communications-item:first-child:after {
  top: 14px;
  left: 11px;
  width: 28px;
  height: 25px;
  background-position: -259px -132px;
}

.communications-item:nth-child(2):after {
  top: 12px;
  left: 9px;
  width: 30px;
  height: 29px;
  background-position: -74px -167px;
}

.communications-item:last-child:after {
  top: 11px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-position: -114px -167px;
}

.communications-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #5ac0c5;
}

.communications-item:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}

.communications-item:last-child {
  margin: 0;
}

.communications-item__caption {
  display: block;
  margin: 0 0 10px;
  color: darkgray;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
}

.communications-link {
  color: #333;
  font-size: 28px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.communications-link:hover {
  color: #e4007b;
}

.sidebar {
  width: 260px;
}

.sidebar-title {
  display: block;
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 600;
}

.sidebar-nav {
  width: 260px;
  padding: 30px 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #f5f5f5;
}

.sidebar-nav__item {
  margin: 0 0 20px;
}

.sidebar-nav__item:last-child {
  margin: 0;
}

.sidebar-nav__link {
  display: block;
  line-height: 23px;
}

.sidebar-nav__link.active {
  color: #e4007b;
}

.sidebar-nav__link.active:before {
  border-color: #e4007b;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.sidebar .dropdown {
  margin: 0 0 15px;
}

.sidebar .dropdown .select {
  border-color: #ededed;
  background-color: #f8f8f8;
}

.sidebar .slider-price {
  margin: 20px 0 35px;
}

.sidebar .btn {
  margin: 0 0 30px;
}

.banner {
  height: 420px;
  margin: 40px 0 0;
  padding: 30px 25px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#3b8da4), to(#5dc4cd));
  background: -webkit-linear-gradient(left, #3b8da4 0%, #5dc4cd 100%);
  background: linear-gradient(to right, #3b8da4 0%, #5dc4cd 100%);
  position: relative;
}

.banner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 254px;
  height: 286px;
  background: url("../img/man-2.png") no-repeat bottom right;
  background-size: 80%;
}

.banner-title {
  display: block;
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-shadow: 5px 5px 5px rgba(51, 51, 51, 0.1);
}

.content {
  width: 870px;
}

.content-wrapper {
  padding: 40px 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.content-wrapper p {
  margin: 0 0 20px;
}

.content-wrapper p:last-of-type {
  margin: 0;
}

.content-inside {
  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;
}

.content-text {
  width: 100%;
  margin: 50px 0 0;
}

.content-img {
  margin: 30px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}

.content-img img {
  width: 100%;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 35px;
}

.breadcrumbs-item {
  margin: 0 10px 0 0;
  position: relative;
  font-size: 13px;
}

.breadcrumbs-item:after {
  content: "/";
  display: inline-block;
  margin: 0 0 0 10px;
  color: #e4007b;
}

.breadcrumbs-item:last-child {
  margin: 0;
}

.breadcrumbs-item:last-child:after {
  display: none;
}

.breadcrumbs .link {
  font-size: 13px;
}

.pagination {
  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;
}

.pagination-wrapper {
  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;
}

.pagination-item {
  margin: 0 10px 0 0;
}

.pagination-item:last-child {
  margin: 0;
}

.pagination-link {
  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;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #ededed;
  color: #333;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.pagination-link:hover {
  border-color: #e4007b;
  color: #e4007b;
}

.pagination-link.active {
  border-color: #e4007b;
  background-color: #e4007b;
  color: #fff;
}

.list {
  margin: 30px 0;
  padding: 0 0 0 60px;
}

.list-item {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 25px;
}

.list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #e4007b;
}

.list-item:last-child {
  margin: 0;
}

.sorting {
  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: 0 0 40px;
  font-size: 13px;
}

.sorting-title {
  margin: 0 15px 0 0;
  font-weight: 600;
}

.sorting-item {
  margin: 0 20px 0 0;
}

.sorting-item:last-child {
  margin: 0;
}

.sorting .link.active {
  color: #333;
}

.sorting .link.active span {
  border-bottom-color: transparent;
}

.catalog-item {
  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 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ededed;
}

.catalog-item__img {
  display: block;
  min-width: 180px;
  max-width: 180px;
  height: 160px;
  margin: 0 25px 0 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.catalog-item__img:hover .star {
  -webkit-transform: rotate(90deg) scale(0) translateX(-50px);
      -ms-transform: rotate(90deg) scale(0) translateX(-50px);
          transform: rotate(90deg) scale(0) translateX(-50px);
}

.catalog-item__img:hover .overlay {
  opacity: 1;
}

.catalog-item__img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.catalog-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.catalog-item__img .overlay {
  opacity: 0;
}

.catalog-item__inside {
  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;
}

.catalog-item__description {
  width: 460px;
}

.catalog-item__name {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.catalog-item__name:hover {
  color: #5ac0c5;
}

.catalog-item__position {
  display: block;
  margin: 15px 0 25px;
  color: #e4007b;
}

.catalog-item__city_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 20px;
}

.catalog-item__city_list-item {
  margin: 0 10px 20px 0;
  padding: 0 12px 0 0;
  position: relative;
}

.catalog-item__city_list-item:last-child {
  margin: 0;
}

.catalog-item__city_list-item:last-child:before {
  display: none;
}

.catalog-item__city_list-item:before {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.catalog-item__extra {
  min-width: 180px;
  margin: 0 0 0 25px;
}

.catalog-item__price {
  font-size: 16px;
  text-align: center;
}

.catalog-item__price span {
  font-size: 25px;
  font-weight: 600;
}

.catalog-item__contacts {
  margin: 20px 0 0;
  padding: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #f5f5f5;
}

.catalog-item__list_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;
  margin: 0 0 20px;
}

.catalog-item__list_item:last-child {
  margin: 0;
}

.catalog-item .rating {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ededed;
}

.catalog-item .btn {
  margin: 20px 0 0;
}

.ico {
  display: block;
  margin: 0 7px 0 0;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}

.ico-person {
  width: 14px;
  height: 16px;
  background-position: -290px -5px;
}

.ico-phone {
  width: 16px;
  height: 16px;
  background-position: -31px -65px;
}

.ico-views {
  width: 16px;
  height: 11px;
  background-position: -195px -65px;
}

.ico-mail {
  width: 16px;
  height: 13px;
  background-position: -107px -65px;
}

.ico-magnifier {
  width: 20px;
  height: 20px;
  background-position: -74px -209px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-menu__wrapper {
  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 0 50px;
}

.tabs-menu__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;
  height: 48px;
  margin: 0 15px 0 0;
  padding: 0 35px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.tabs-menu__item_num {
  display: block;
  margin: -5px 0 0 10px;
  font-size: 13px;
  font-weight: 600;
}

.tabs-menu__item:last-child {
  margin: 0;
}

.tabs-menu__item:hover {
  background-color: #ededed;
}

.tabs-menu__item.active {
  background-color: #e4007b;
  color: #fff;
}

.add {
  margin: 50px 0 0;
  padding: 40px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 2px dashed #e4007b;
  text-align: center;
}

.add-caption {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 15px;
  padding: 45px 0 0;
  border-bottom: 1px dotted #e4007b;
  position: relative;
  color: #e4007b;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: border-bottom-color 0.2s ease-in-out;
  transition: border-bottom-color 0.2s ease-in-out;
}

.add-caption:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  background: url("../img/sprite.png") no-repeat -259px -209px;
}

.add-caption:hover {
  border-bottom-color: transparent;
}

.artist-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #5ac0c5;
  font-size: 30px;
  font-weight: 300;
}

.artist-caption {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 25px;
  padding: 0 0 10px;
  border-bottom: 1px solid #5ac0c5;
  font-size: 18px;
  font-weight: 600;
}

.artist-position {
  display: block;
  margin: 0 0 30px;
  color: #e4007b;
}

.artist-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}

.artist-img {
  min-width: 170px;
  max-width: 170px;
  height: 170px;
  margin: 0 25px 0 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}

.artist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.artist-description {
  width: 675px;
}

.artist-description__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;
  margin: 0 0 20px;
}

.artist-description__panel {
  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: 20px 0 0;
}

.artist-description__panel_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.artist-description__panel .btn {
  margin: 0 10px 0 0;
  padding: 0 30px 0 50px;
  position: relative;
}

.artist-description__panel .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}

.artist-description__panel .btn:first-child:before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-position: -5px -65px;
}

.artist-description__panel .btn:last-child {
  margin: 0;
}

.artist-description__panel .btn:last-child:before {
  width: 16px;
  height: 13px;
  margin-top: -6.5px;
  background-position: -300px -205px;
}

.artist-description__caption {
  display: block;
  margin: 0 0 10px;
  color: #b3b3b3;
  font-size: 13px;
}

.artist-person {
  display: block;
  margin: 15px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}

.artist-person:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 16px;
  margin-top: -8px;
  background: url("../img/sprite.png") no-repeat -290px -5px;
}

.artist-city {
  display: block;
  padding: 0 0 0 25px;
  position: relative;
}

.artist-city:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 20px;
  margin-top: -10px;
  background: url("../img/sprite.png") no-repeat -154px -167px;
}

.artist-city__boxing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 20px;
}

.artist-price span {
  font-size: 18px;
  font-weight: 600;
}

.artist .video-item {
  height: 350px;
  margin: 0 0 25px;
}

.artist .tabs-menu {
  margin: 50px 0 30px;
}

.artist .gallery {
  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 45px;
}

.artist .gallery-item {
  width: 202.5px;
  height: 202.5px;
  margin: 0 20px 20px 0;
}

.artist .gallery-item:nth-child(4n+4) {
  margin: 0 0 20px;
}

.artist .popular-item {
  margin: 0 10px;
}

.artist .reviews-item {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ededed;
}

.artist .social-list__sm {
  margin: 0;
}

.albums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.albums-item {
  display: block;
  width: 270px;
  margin: 0 20px 0 0;
}

.albums-item:hover .albums-item__img, .albums-item.active .albums-item__img {
  border-color: #e4007b;
}

.albums-item:hover .albums-item__name, .albums-item.active .albums-item__name {
  color: #e4007b;
}

.albums-item:hover .albums-item__name span, .albums-item.active .albums-item__name span {
  border-bottom-color: rgba(228, 0, 123, 0.5);
}

.albums-item:last-child {
  margin: 0;
}

.albums-item__img {
  height: 200px;
  margin: 0 0 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 5px solid #f5f5f5;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.albums-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.albums-item__name {
  color: #333;
  line-height: 25px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.albums-item__name span {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  -webkit-transition: border-bottom-color 0.2s ease-in-out;
  transition: border-bottom-color 0.2s ease-in-out;
}

.contacts {
  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;
}

.contacts-sidebar {
  width: 370px;
  border-right: 1px solid #f5f5f5;
}

.contacts-list__item {
  margin: 0 0 30px;
  padding: 0 0 0 35px;
  position: relative;
  font-size: 16px;
}

.contacts-list__item:first-child:before {
  width: 18px;
  height: 22px;
  margin-top: -11px;
  background-position: -104px -209px;
}

.contacts-list__item:nth-child(2):before {
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background-position: -132px -209px;
}

.contacts-list__item:last-child:before {
  width: 20px;
  height: 16px;
  margin-top: -8px;
  background-position: -165px -65px;
}

.contacts-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}

.contacts-list__item:last-child {
  margin: 0 0 45px;
}

.contacts-list__item_caption {
  display: block;
  margin: 8px 0 0;
  font-size: 13px;
}

.contacts-list__link {
  color: #333;
  font-size: 21px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.contacts-list__link:hover {
  color: #5ac0c5;
}

.contacts-caption {
  display: block;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
}

.contacts-content {
  width: 760px;
}

.cabinet-caption {
  display: block;
  margin: 30px 0 20px;
  font-size: 15px;
  font-weight: 600;
}

.cabinet-box {
  margin: 0 0 35px;
  padding: 0 0 30px;
  border-bottom: 1px solid #f5f5f5;
}

.cabinet .input {
  border-color: #e1e1e1;
}

.cabinet .input:focus {
  border-color: #333;
}

.cabinet .input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.cabinet .input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.cabinet .input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.cabinet .input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.cabinet textarea {
  margin: 0 0 30px;
}

.cabinet textarea:last-of-type {
  margin: 0;
}

.cabinet .checkbox {
  width: 250px;
  margin: 0 0 15px;
}

.cabinet .checkbox:nth-child(n+13) {
  margin: 0;
}

.cabinet .dropdown .select {
  border-color: #ededed;
  background-color: #f8f8f8;
}

.cabinet .btn {
  width: 250px;
}

.files {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.files-item {
  width: 200px;
  height: 150px;
  margin: 0 15px 15px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.files-item:nth-child(n+9) {
  margin: 0 15px 0 0;
}

.files-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.files-item .cross {
  position: absolute;
  top: 5px;
  right: 5px;
}

.files-item .cross:before, .files-item .cross:after {
  background-color: #fff;
}

.files-load {
  width: 200px;
  height: 150px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 2px dashed #e4007b;
  position: relative;
  cursor: pointer;
}

.files-load:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 52px;
  margin-top: -26px;
  margin-left: -30px;
  background: url("../img/sprite.png") no-repeat -5px -307px;
}

.files-load input[type="file"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.video-control {
  margin: 0 0 25px;
}

.video-control .input-wrapper:first-child .del-video:before, .video-control .input-wrapper:first-child .del-video:after {
  background-color: #e1e1e1;
}

.add-video {
  padding: 0 0 0 45px;
  position: relative;
  cursor: pointer;
  color: #e4007b;
  font-weight: 600;
}

.add-video:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url("../img/sprite.png") no-repeat -335px -81px;
}

.del-video:before, .del-video:after {
  background-color: #333;
}

.cross {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.cross:before, .cross:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.cross:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}

.cross:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 8px;
}

.cross:hover {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.cross:hover:before, .cross:hover:after {
  background-color: #e4007b;
}

.modal {
  padding: 25px;
  margin: 0 0 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 3px solid #e4007b;
}

.modal-text {
  font-size: 15px;
  line-height: 30px;
}

.modal-form {
  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: 20px 0 0;
}

.modal .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px 0 0;
  border-color: #e1e1e1;
}

.modal .input:focus {
  border-color: #333;
}

.modal .input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.modal .input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.modal .input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.modal .input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.modal a {
  color: #e4007b;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 300;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup.active .popup-inner {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.popup-lg .popup-inner {
  width: 800px;
}

.popup-lg .popup-inner .input {
  margin: 0 0 15px;
}

.popup-lg .popup-inner .input,
.popup-lg .popup-inner .btn {
  width: 100%;
}

.popup-md .popup-inner {
  width: 530px;
}

.popup-md .popup-inner .input {
  width: 215px;
  margin: 0 0 15px;
}

.popup-md .popup-inner .input:nth-of-type(5) {
  margin: 0;
}

.popup-md .popup-inner .dropdown,
.popup-md .popup-inner .btn {
  width: 215px;
}

.popup-md .popup-inner .btn {
  margin: 0 auto;
}

.popup-sm .popup-inner {
  width: 500px;
  padding: 30px 0 0;
}

.popup-sm .popup-inner__inside {
  border-top: 1px solid #ededed;
}

.popup-sm .popup-inner .popup-title {
  margin: 0 0 31px;
}

.popup-sm .popup-inner .popup-box {
  padding: 10px 0;
}

.popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 80px 0 rgba(51, 51, 51, 0.4);
          box-shadow: 0 20px 80px 0 rgba(51, 51, 51, 0.4);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.popup-inner__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popup-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 40px;
}

.popup-box:last-child {
  border-left: 1px solid #ededed;
}

.popup-title {
  margin: 0 0 25px;
  font-size: 30px;
  text-align: center;
}

.popup-text {
  margin: -10px 0 30px;
  color: #8f8f8f;
  text-align: center;
}

.popup-caption {
  margin: 0 0 25px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.popup-close {
  position: absolute;
  top: -30px;
  right: -30px;
}

.popup-close:before, .popup-close:after {
  background-color: #fff;
}

.popup-form__inside {
  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;
  margin: 0 0 35px;
}

.popup-form__inside .radio-wrapper {
  width: 215px;
}

.popup-question {
  width: 400px;
  margin: 0 auto 25px;
}

.popup-list__division .popup-list__item:hover, .popup-list__division .popup-list__item.active {
  background-color: #e4007b;
  color: #fff;
}

.popup-list__item {
  padding: 15px 20px;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.popup-list__item:hover, .popup-list__item.active {
  color: #e4007b;
}

.popup-phone {
  display: block;
  margin: 30px 0;
  color: #333;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.popup-phone__list {
  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;
}

.popup-phone__list_item {
  margin: 0 30px 0 0;
}

.popup-phone__list_item:first-child .popup-phone__list_link {
  background: url("../img/i1.png") no-repeat;
}

.popup-phone__list_item:nth-child(2) .popup-phone__list_link {
  background: url("../img/i2.png") no-repeat;
}

.popup-phone__list_item:first-child .popup-phone__list_link, .popup-phone__list_item:nth-child(2) .popup-phone__list_link {
  width: 70px;
}

.popup-phone__list_item:last-child {
  margin: 0;
}

.popup-phone__list_item:last-child .popup-phone__list_link {
  width: 64px;
  background: url("../img/i3.png") no-repeat;
}

.popup-phone__list_link {
  display: block;
  height: 70px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.popup-phone__list_link:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.popup .search {
  margin: 0 auto 31px;
}

.popup .input {
  border-color: #e1e1e1;
}

.popup .input:focus {
  border-color: #333;
}

.popup .input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.popup .input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.popup .input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.popup .input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.popup .dropdown {
  margin: 0 0 15px;
}

.popup .dropdown .select {
  border-color: #e1e1e1;
  color: #b3b3b3;
}

.scroll-list {
  height: 264px;
  position: relative;
}

.scroll-list__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;
  height: 43px;
  padding: 0 20px;
}

.role {
  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 0 25px;
  padding: 0 30px;
}

.role-item {
  display: block;
  text-align: center;
}

.role-item:first-child .role-item__img {
  background-image: url("../img/4.jpg");
}

.role-item:last-child .role-item__img {
  background-image: url("../img/5.jpg");
}

.role-item:hover .role-item__img, .role-item.active .role-item__img {
  border-color: #e4007b;
}

.role-item:hover .role-item__name, .role-item.active .role-item__name {
  color: #e4007b;
}

.role-item__img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 3px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.role-item__name {
  display: block;
  margin: 8px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.page-error {
  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: 100px 0;
  border-top: 1px solid #ededed;
  position: relative;
}

.page-error:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 299px;
  height: 477px;
  margin-top: -238.5px;
  background: url("../img/404.jpg");
}

.page-error__title {
  color: #333;
  font-size: 200px;
  font-weight: 600;
}

.page-error__caption {
  margin: 10px 0 30px;
  color: #333;
  font-size: 40px;
  font-weight: 300;
}

.page-error__text {
  margin: 0 0 30px;
}

.page-error__inside {
  width: 500px;
  text-align: center;
}

.page-error .btn {
  width: 300px;
  margin: 0 auto;
}

.success-letter {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-box-shadow: 0 15px 25px 0 rgba(228, 0, 123, 0.1);
          box-shadow: 0 15px 25px 0 rgba(228, 0, 123, 0.1);
  -webkit-transform: translate(-50%, 20%) scale(0.5);
      -ms-transform: translate(-50%, 20%) scale(0.5);
          transform: translate(-50%, 20%) scale(0.5);
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.success-letter.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.search {
  width: 350px;
  position: relative;
}

.search:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../img/sprite.png") no-repeat -340px -55px;
}

.search .input {
  width: 100%;
  padding: 0 50px 0 25px;
  border-color: #5ac0c5;
  color: #333;
  font-size: 14px;
}

.search .input:focus {
  border-color: #3da9af;
  background-color: rgba(90, 192, 197, 0.05);
}

.search .input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.search .input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.search .input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 1;
}

.search .input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.material-click {
  position: relative;
  overflow: hidden;
}

.material-click__circle {
  position: absolute;
  display: block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 100;
}

.material-click__circle_animate {
  -webkit-animation: circle 0.5s linear;
          animation: circle 0.5s linear;
}

@-webkit-keyframes circle {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes circle {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rating .rating-item {
  color: #5ac0c5;
  font-size: 18px;
}

.rating .rating-item:last-child:before {
  margin: 0;
}

.rating .rating-item:before {
  content: "\f005";
  display: block;
  margin: 0 5px 0 0;
  font-family: "Awesome";
}

.rating .rating-item:nth-child(2n+1):before {
  content: "\f089";
  position: absolute;
}

.rating .rating-item.active ~ .rating-item {
  color: #e1e1e1;
}

.rating-title {
  color: #b3b3b3;
  font-size: 13px;
}

.star {
  position: absolute;
  top: 15px;
  right: 15px;
  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;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #5ac0c5;
  z-index: 10;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.star:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: -2px 0 0 2px;
  background: url("../img/sprite.png") no-repeat -167px -35px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.input {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.input:-moz-read-only {
  pointer-events: none;
}

.input:read-only {
  pointer-events: none;
}

.input.error {
  border-color: #d32f2f;
}

.input-lg {
  width: 500px;
}

.input-wrapper {
  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;
  margin: 0 0 15px;
}

.input-wrapper:last-of-type {
  margin: 0;
}

.input-caption {
  width: 150px;
}

textarea {
  display: block;
  width: 500px;
  min-height: 150px;
  padding: 15px 25px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #e1e1e1;
  resize: none;
  color: #333;
  font-size: 14px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

textarea:focus {
  border-color: #333;
}

.link {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.link span {
  border-bottom: 1px;
  -webkit-transition: border-bottom-color 0.2s ease-in-out;
  transition: border-bottom-color 0.2s ease-in-out;
}

.link-ref {
  color: #e4007b;
}

.link-ref span {
  border-bottom-color: rgba(228, 0, 123, 0.5);
  border-bottom-style: solid;
}

.link-ref:hover span, .link-pseudo:hover span {
  border-bottom-color: transparent;
}

.link-pseudo {
  color: #e4007b;
}

.link-pseudo span {
  border-bottom-color: rgba(228, 0, 123, 0.5);
  border-bottom-style: dotted;
}

.btn {
  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-border-radius: 50px;
          border-radius: 50px;
  background-color: #e4007b;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.btn-lg {
  height: 55px;
  padding: 0 60px;
  font-size: 15px;
}

.btn-sm {
  height: 48px;
  padding: 0 40px;
  font-size: 14px;
}

.btn-shadow {
  -webkit-box-shadow: 0 20px 60px 0 rgba(228, 0, 123, 0.4);
          box-shadow: 0 20px 60px 0 rgba(228, 0, 123, 0.4);
}

.btn-shadow:hover {
  -webkit-box-shadow: 0 20px 80px 0 rgba(228, 0, 123, 0.5);
          box-shadow: 0 20px 80px 0 rgba(228, 0, 123, 0.5);
}

.btn-center {
  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;
  margin: 60px 0 0;
}

.btn-cabinet {
  margin: 25px 0 0;
}

.btn-box {
  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: -90px 0 40px;
}

.btn:hover {
  background-color: #cb006d;
}

.btn:focus {
  background-color: #b1005f;
}

.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.radio:hover {
  color: #e4007b;
}

.radio:hover .radio-checkbox {
  border-color: #e4007b;
}

.radio input {
  display: none;
}

.radio input:checked ~ .radio-checkbox {
  border-color: #e4007b;
}

.radio input:checked ~ .radio-checkbox:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.radio-checkbox {
  position: relative;
  width: 26px;
  height: 26px;
  margin: 0 7px 0 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #e1e1e1;
  background: #fff;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.radio-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #e4007b;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.radio-wrapper {
  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;
}

.checkbox .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;
  position: relative;
  cursor: pointer;
}

.checkbox .check:hover:before {
  border-color: #e4007b;
}

.checkbox .check:hover .check-caption {
  color: #e4007b;
}

.checkbox .check:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.checkbox .check:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: border-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.checkbox .check-input:checked + .check:before {
  border-color: #e4007b;
  background-color: transparent;
}

.checkbox .check-input:checked + .check:after {
  background-color: #e4007b;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.checkbox .check-caption {
  margin: 0 0 0 10px;
  font-size: 13px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.checkbox input {
  display: none;
}

.title-lg {
  margin: 0 0 60px;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  font-weight: 300;
}

.title-md {
  margin: 0 0 35px;
  padding: 0 0 5px;
  position: relative;
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
}

.title-md:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  border-bottom: 1px solid #5ac0c5;
}

.title-sm {
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: 600;
}

.slider-price__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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}

.slider-price__caption {
  font-weight: 600;
}

.slider-price__num {
  display: block;
  width: 50%;
  padding: 12px 20px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
}

.slider-price__num:last-child {
  margin: 0 0 0 10px;
}

.slider-price__wrapper {
  width: 260px;
}

.dropdown {
  display: block;
  position: relative;
  text-align: left;
}

.dropdown .select {
  display: block;
  height: 48px;
  line-height: 46px;
  padding: 0 50px 0 30px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown .select:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 11px;
  margin-top: -4px;
  background: url("../img/sprite.png") no-repeat -133px -65px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.dropdown .select:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.dropdown .select:hover:before {
  background-position: -149px -65px;
}

.dropdown-group {
  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;
}

.dropdown-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dropdown-wrapper:last-child {
  margin: 0 0 0 30px;
}

.popup-city {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.popup-city.active {
  opacity: 1;
  visibility: visible;
}

.popup-city__inside {
  width: 1170px;
  padding: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(51, 51, 51, 0.9);
}

.popup-city__title {
  margin: 0 0 35px;
  color: #fff;
  font-size: 30px;
}

.popup-city__title input {
  height: 50px;
  margin: 0 0 0 20px;
  padding: 0 20px;
  font-size: 18px;
}

.popup-city__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 350px;
  overflow: hidden;
  overflow-y: scroll;
}

.popup-city .city-list {
  width: 150px;
}

.popup-city .city-list__item {
  margin: 0 0 10px;
  padding: 0 0 0 35px;
  position: relative;
  cursor: pointer;
  color: #fff;
  line-height: 25px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.popup-city .city-list__item_russia:before {
  background: url("../img/flag1.png");
}

.popup-city .city-list__item_ukraine:before {
  background: url("../img/flag2.png");
}

.popup-city .city-list__item_belarus:before {
  background: url("../img/flag3.png");
}

.popup-city .city-list__item_kazakhstan:before {
  background: url("../img/flag4.png");
}

.popup-city .city-list__item_china:before {
  background: url("../img/flag5.png");
}

.popup-city .city-list__item_turkey:before {
  background: url("../img/flag6.png");
}

.popup-city .city-list__item_thailand:before {
  background: url("../img/flag7.png");
}

.popup-city .city-list__item_egypt:before {
  background: url("../img/flag8.png");
}

.popup-city .city-list__item_italy:before {
  background: url("../img/flag9.png");
}

.popup-city .city-list__item_spain:before {
  background: url("../img/flag10.png");
}

.popup-city .city-list__item_france:before {
  background: url("../img/flag11.png");
}

.popup-city .city-list__item_kingdom:before {
  background: url("../img/flag12.png");
}

.popup-city .city-list__item_cyprus:before {
  background: url("../img/flag13.png");
}

.popup-city .city-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 17px;
  margin-top: -8.5px;
}

.popup-city .city-list__item:hover, .popup-city .city-list__item.active {
  color: #e4007b;
}

.footer {
  background-color: #262626;
}

.footer-menu {
  border-bottom: 1px solid #1f1f1f;
}

.footer-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu__item {
  width: 234px;
  border-right: 1px solid #1f1f1f;
}

.footer-menu__item:first-child {
  border-left: 1px solid #1f1f1f;
}

.footer-menu__link {
  display: block;
  padding: 20px 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.footer-menu__link:hover {
  background-color: #242424;
}

.footer-menu__link.active {
  background-color: #1f1f1f;
}

.footer-inside {
  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: 30px 0;
}

.footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  line-height: 25px;
}

.footer .site-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .site-links__item {
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.footer .site-links__item:last-child {
  margin: 0 0 0 20px;
}

.footer .site-links__item:hover {
  color: #fff;
}

.slick-slider {
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  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;
}

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

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

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

.slick-slide {
  min-height: 1px;
  overflow: hidden;
}

.slick-slide img {
  display: inline-block;
}

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

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

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

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

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

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

.slick-next.slick-disabled, .slick-prev.slick-disabled {
  cursor: default;
}

.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 40px;
  margin-top: -20px;
  background: url("../img/sprite.png") no-repeat -342px -5px;
  z-index: 50;
  cursor: pointer;
  font-size: 0;
}

.slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
  color: red;
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
  opacity: 0.5;
}

.slick-next:before, .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-dots {
  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;
  margin: 40px 0 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 15px 0 0;
  cursor: pointer;
}

.slick-dots li:last-child {
  margin: 0;
}

.slick-dots li:hover span, .slick-dots li.slick-active span {
  background-color: #e4007b;
}

.slick-dots li:hover span:before, .slick-dots li.slick-active span:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.slick-dots li span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #5ac0c5;
  position: relative;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.slick-dots li span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(228, 0, 123, 0.2);
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: right 0.4s ease, left 0.4s ease;
  transition: right 0.4s ease, left 0.4s ease;
}

.noUi-target {
  width: 100%;
  height: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #f8f8f8;
  position: relative;
  direction: ltr;
}

.noUi-connect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #5ac0c5;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  top: -7px;
  left: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #5ac0c5;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.noUi-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(90, 192, 197, 0.4);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.noUi-active {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.mCustomScrollBox {
  max-width: 100%;
  height: 100%;
  margin: 0 10px 0 0;
  padding: 0 5px 0 0;
  position: relative;
  overflow: hidden;
  outline: none;
  direction: ltr;
}

.mCSB_scrollTools {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 5px;
  height: auto;
  background-color: rgba(51, 51, 51, 0.1);
  z-index: 99;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
  width: 100%;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_dragger:active.mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #5ac0c5;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 10px;
  height: 100%;
  margin: 0 auto;
  background-color: #b3b3b3;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.mCSB_outside + .mCSB_scrollTools_vertical {
  right: 0;
  margin: 10px 0;
}

.pluso {
  width: 100%;
  margin: 0 0 20px;
}
