/* Generated by less 2.5.1 */
@font-face {
  font-family: MyriadPro-Bold;
  src: url('../fonts/MyriadPro-Bold.ttf');
}
@font-face {
  font-family: MyriadPro-Regular;
  src: url('../fonts/MyriadPro-Regular.ttf');
}
@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Bold.ttf');
}
@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Regular.ttf');
}
@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Next.ttf');
}
@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf');
}
* {
  margin: 0;
  padding: 0;
  outline: none!important;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
}
@keyframes updown {
  0% {
    transform: rotate(-90deg) translateX(0);
  }
  100% {
    transform: rotate(-90deg) translateX(15px);
  }
}
html,
body {
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  outline: none !important;
  overflow-x: hidden;
}
.section-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 85px;
}
.section-title .title {
  margin: 0 auto;
  padding: 0 50px;
  border-right: 25px solid #315aff;
  border-left: 25px solid #315aff;
  position: relative;
}
.section-title .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1001%;
  width: 1000%;
  height: 7px;
  background-color: #315aff;
}
.section-title .title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1000%;
  width: 1000%;
  height: 7px;
  background-color: #315aff;
}
.section-title .title span {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: -0.161212px;
  color: #000000;
}
.section-title .title span:nth-child(2) {
  font-weight: 600;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -1.245px;
  color: #121212;
}
header {
  width: 100%;
  height: 90px;
  background: transparent;
  display: flex;
  align-items: flex-end;
  position: absolute;
  z-index: 5;
  padding-left: 160px;
  padding-right: 45px;
  box-sizing: border-box;
  pointer-events: all;
  top: 0;
}
header .holder {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  height: 40px;
  max-height: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
header .holder a.logo {
  display: block;
  width: 116px;
  height: 100%;
  height: 72px;
}
header .holder a.logo img {
  width: 100%;
}
header .holder nav ul li {
  display: inline-block;
}
header .holder nav ul li a {
  display: block;
  color: #ffffff;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.2s ease-in;
  padding: 18px;
  padding-top: 62px;
  margin-top: -44px;
}
header .holder nav ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.5s ease-in;
}
header .holder nav ul li a:hover {
  background-color: #ffffff;
  color: #315AFF;
}
header .holder nav ul li a:hover:after {
  transform: translateY(13px);
  opacity: 1;
}
header .holder .search_box {
  width: 176px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .holder .search_box > a {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 1px solid #fe7865;
  white-space: nowrap;
}
header .holder .search_box .search_input img {
  cursor: pointer;
}
.page-title {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 365px;
  display: flex;
}
.page-title .left_bar {
  width: 75px;
  min-width: 75px;
  height: 100%;
  border-right: 1px solid #D7D8DA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
.page-title .left_bar .burger {
  position: absolute;
  top: 60px;
  left: 25px;
  cursor: pointer;
  z-index: 5;
}
.page-title .left_bar > span {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FFFFFF;
  transform: rotate(-90deg);
  position: relative;
  animation: updown 0.7s infinite ease-out;
  animation-direction: alternate-reverse;
}
.page-title .left_bar > span img {
  margin-right: 30px;
  transform: rotate(90deg);
}
.page-title .title {
  padding-left: 88px;
  padding-top: 145px;
}
.page-title .title h1 {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 96px;
  line-height: 135px;
  letter-spacing: -1.66px;
  color: #FFFFFF;
  display: block;
}
.page-title .title span {
  font-family: Avenir, Arial, sans-serif;
  font-size: 23px;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
}


.modal_form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  transition: all 0.3s ease-in-out;
  padding: 0 15px;
}
.modal_form.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.modal_form .holder {
  width: 100%;
  max-width: 400px;
  padding: 60px 40px 40px 40px;
  background-color: #315aff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 0px 19px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 0px 19px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 0px 19px -2px rgba(0, 0, 0, 0.5);
  position: relative;
}
.modal_form .holder .closer {
  position: absolute;
  top: 25px;
  right: 45px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: all .2s ease;
}
.modal_form .holder .closer:hover {
  transform: scale(1.1);
}
.modal_form .holder .closer span {
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
}
.modal_form .holder .closer span:nth-child(1) {
  transform: rotate(-45deg);
}
.modal_form .holder .closer span:nth-child(2) {
  transform: rotate(45deg);
}
.modal_form .holder form {
  width: 100%;
  min-width: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal_form .holder form div {
  width: 100%;
  min-width: 200px;
}
.modal_form .holder form div input {
  display: block;
  width: 100%;
  min-width: 200px;
  border: none;
  background: #ffffff;
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #315AFF;
  margin-bottom: 17px;
  padding: 20px 25px;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}

.modal_form .holder form div textarea {
  display: block;
  width: 100%;
  min-width: 200px;
  border: none;
  background: #ffffff;
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #315AFF;
  margin-bottom: 17px;
  padding: 20px 25px;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  resize: none;
}

.modal_form .holder form div input[placeholder] {
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #315AFF;
}

.modal_form .holder form div textarea[placeholder] {
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #315AFF;
}

.modal_form .holder form > input[type=submit] {
  cursor: pointer;
  margin-top: 40px;
  border: none;
  padding: 17px;
  box-sizing: border-box;
  width: 100%;
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: lowercase;
  color: #FFFFFF;
  background-color: #1D3161;
}

.modal_form iframe {
  width: 100%;
  border: 0;
  height: 248px;
}


.nav_mobile_shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in;
}
.nav_mobile_shadow.active {
  opacity: 1;
  visibility: visible;
  text-align: right;
  color: #fff;
  padding: 15px;
  font-size: 30px;
  cursor: pointer;
}
nav.mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px;
  z-index: 1000;
  background: rgba(49, 90, 255, 0.7);
  transition: all 0.3s ease-in-out;
  transform: translateX(-100%);
}
nav.mobile.active {
  transform: translateX(0);
}
nav.mobile a.logo {
  display: block;
  width: 116px;
  height: 100%;
  height: 72px;
}
nav.mobile a.logo img {
  width: 100%;
}
nav.mobile a.login {
  display: block;
  color: #ffffff;
  font-family: Avenir, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21.99px;
  letter-spacing: 2.8px;
  position: relative;
}
nav.mobile ul li {
  display: block;
  margin-bottom: 15px;
}
nav.mobile ul li a {
  text-align: center;
  display: block;
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 21.99px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  position: relative;
}
.pagination {
  width: 100%;
  max-width: 410px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.pagination a.pagination_btn {
  background: #315AFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 37px;
  transition: all .2s ease;
}
.pagination a.pagination_btn:hover {
  box-shadow: none;
}
.pagination .page_nums {
  display: flex;
  align-items: flex-end;
  padding: 0 15px;
}
.pagination .page_nums a.page_num {
  font-family: Avenir, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -1.245px;
  color: #D7D8DA;
  display: block;
  margin-right: 15px;
  display: inline-block;
}
.pagination .page_nums a.page_num.active {
  margin-right: 25px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 35px;
  color: #000000;
  position: relative;
  line-height: 30px;
}
.pagination .page_nums a.page_num.active:after {
  content: '/';
  font-family: Avenir, Arial, sans-serif;
  line-height: 90px;
  letter-spacing: -1.245px;
  font-size: 35px;
  color: #000000;
  display: block;
  margin-right: 7px;
  position: absolute;
  top: -30px;
  right: -25px;
}
.burger_layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 6;
}
.burger_layer .holder {
  width: inherit;
  height: inherit;
}
.burger_layer .holder .burger {
  position: absolute;
  top: 60px;
  left: 25px;
  cursor: pointer;
  z-index: 4;
  pointer-events: all;
}
main.main_banner {
  width: 100%;
}
main.main_banner .main_banner_slider {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
main.main_banner .main_banner_slider .main_banner_slide {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
main.main_banner .main_banner_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  /* background: #1d36997a; */
}
main.main_banner .main_banner_content .holder {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  box-sizing: border-box;
}
main.main_banner .main_banner_content .holder .content {
  margin-left: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 76%;
  margin-top: 12%;
}
main.main_banner .main_banner_content .holder .content .left {
  margin-right: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
}
main.main_banner .main_banner_content .holder .content .left h1 {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 100px;
  letter-spacing: -1.66px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
main.main_banner .main_banner_content .holder .content .left a.main_btn {
  width: 315px;
  height: 51px;
  min-height: 51px;
  border: 1px solid #FBFBFB;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  color: #FBFBFB;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  padding-left: 60px;
  height: 45px;
  border-radius: 25px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
main.main_banner .main_banner_content .holder .content .left a.main_btn:hover {
  background-color: #fe7865;
  border: 1px solid #fe7865;
}
main.main_banner .main_banner_content .holder .content .left .links {
  display: flex;
  margin-right: 10px;
  margin-top:-30px;
}
main.main_banner .main_banner_content .holder .content .left .links div.catalog_link {
  margin-right: 30px;
}
main.main_banner .main_banner_content .holder .content .left .links div a {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 45px;
  letter-spacing: -0.184242px;
  color: #FFFFFF;
  display: block;
}
main.main_banner .main_banner_content .holder .content .left .links div span {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.184242px;
  color: #FFFFFF;
}
main.main_banner .main_banner_content .holder .content .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
main.main_banner .main_banner_content .holder .content .right .main_banner_slider_counter {
  margin-right: 30px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 135px;
  letter-spacing: -1.66px;
  color: #FFFFFF;
  display: flex;
}
main.main_banner .main_banner_content .holder .content .right .main_banner_slider_counter span {
  white-space: nowrap;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -1.66px;
  color: #FFFFFF;
  vertical-align: top;
}
main.main_banner .main_banner_content .holder .content .right .main_banner_slider_counter span:first-child {
  font-weight: 600;
  font-size: 96px;
  letter-spacing: -1.66px;
  margin-right: 5px;
}
main.main_banner .main_banner_content .holder .content .right .main_banner_video {
  width: 100%;
  max-width: 920px;
  height: 228px;
  background: rgba(49, 90, 255, 0.6);
  opacity: 1;
  backdrop-filter: blur(90px);
  display: flex;
}
main.main_banner .main_banner_content .holder .content .right .main_banner_video .name {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main.main_banner .main_banner_content .holder .content .right .main_banner_video .name div span {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.184242px;
  color: #FFFFFF;
  display: block;
}
main.main_banner .main_banner_content .holder .content .right .main_banner_video .name div a {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: -0.184242px;
  color: #FFFFFF;
}
main.main_banner .main_banner_content .holder .content .right .main_banner_video .video {
  width: 50%;
  background-image: url(../img/video.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main.main_banner .main_banner_content .left_bar {
  width: 75px;
  height: 100%;
  border-right: 1px solid #D7D8DA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
main.main_banner .main_banner_content .left_bar .burger {
  position: absolute;
  top: 60px;
  left: 25px;
  cursor: pointer;
  z-index: 4;
}
main.main_banner .main_banner_content .left_bar .main_banner_slider_nav {
  width: 10px;
}
main.main_banner .main_banner_content .left_bar .main_banner_slider_nav ul.slick-dots li.slick-active button {
  background-color: #FE7865;
  box-shadow: 0 0 0 5px #000A2C, 0 0 0 6px #FE7865;
  transition: all .2s ease;
}
main.main_banner .main_banner_content .left_bar .main_banner_slider_nav ul.slick-dots li button {
  cursor: pointer;
  border: none;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background-color: #d8d8d8;
  font-size: 0 !important;
  transition: all .2s ease;
  margin-bottom: 12px;
}
main.main_banner .main_banner_content .left_bar .main_banner_slider_nav ul.slick-dots li button:hover {
  background-color: #FE7865;
}
main.main_banner .main_banner_content .left_bar .clearbox {
  width: 10px;
  height: 10px;
  display: block;
}
main.main_banner .main_banner_content .left_bar > span {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FFFFFF;
  transform: rotate(-90deg);
  position: relative;
  animation: updown 0.7s infinite ease-out;
  animation-direction: alternate-reverse;
}
main.main_banner .main_banner_content .left_bar > span img {
  margin-right: 30px;
  transform: rotate(90deg);
}
section.main_about {
  margin-top: 100vh;
}
section.main_about .holder {
  max-width: 1575px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
}
section.main_about .holder .info {
  width: 100%;
  max-width: 376px;
  margin-right: 30px;
  min-width: 132px;
}
section.main_about .holder .info .title span {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: -0.161212px;
  color: #000000;
}
section.main_about .holder .info .title span:nth-child(2) {
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -1.245px;
  color: #121212;
  margin-left: -5px;
}
section.main_about .holder .info hr {
  margin-top: 75px;
  max-width: 240px;
  height: 4px;
  background-color: #FE7865;
  margin-bottom: 52px;
}
section.main_about .holder .info p {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: -0.41px;
  color: #121212;
}
section.main_about .holder .info a {
  margin-top: 60px;
  width: 100%;
  max-width: 370px;
  height: 96px;
  display: block;
  padding: 40px 50px;
  white-space: nowrap;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #315AFF;
}
section.main_about .holder .info a img {
  margin-left: 50px;
}
section.main_about .holder .photos {
  width: 100%;
  max-width: 985px;
  height: inherit;
  position: relative;
}
section.main_about .holder .photos .main_about_arrows {
  position: absolute;
  top: 20%;
  right: -10px;
  width: 96px;
  height: 55%;
  background-color: #315aff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.main_about .holder .photos .main_about_arrows a:first-child {
  margin-bottom: 48px;
}
section.main_about .holder .photos .main_about_slider {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
section.main_about .holder .photos .main_about_slider img {
  width: inherit;
}
section.main_catalog {
  margin-top: 90px;
  width: 100%;
  padding: 0 15px;
}
section.main_catalog .section-title .title span:first-child {
  display: inline-block;
  margin-right: 22px;
}
section.main_catalog .section-title .title span:nth-child(3) {
  font-size: 72px;
  margin-top: 27px;
  line-height: 50px;
}
section.main_catalog .section-title .title a {
  display: inline-block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FE7865;
  padding: 4px 32px;
  white-space: nowrap;
  border: 1px solid #FE7865;
  box-sizing: border-box;
  border-radius: 50px;
  transition: all .2s ease;
}

section.main_catalog .section-title .title a img {
  margin-left: 48px;
  transition: all .2s ease;
}



section.main_catalog .section-title .title a:hover img{
  
  transform: rotate(-180deg) translateX(10px);
  
}



section.main_catalog .holder {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.main_catalog .holder >a{
  cursor:pointer;
  padding: 0 10px;
}
section.main_catalog .holder .main_catalog_card_slider {
  overflow: hidden;
  min-width: 260px;
  max-width: 1400px;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card {
  /* min-width: 207px; */
  margin-right: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 100%;
  max-width: 430px; */
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card .img {
  margin-bottom: 16px;
  width: 100%;
  min-height: 240px;
  display: flex;
  align-items: center;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card .img img {
  width: 100%;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card a.name {
  display: block;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #121212;
  position: relative;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card a.name:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 64px;
  height: 1px;
  background-color: #FE7865;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card .prices {
  margin: 30px auto;
  width: 100%;
  max-width: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card .prices .price span {
  display: block;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A5A5A5;
  padding: 0 10px;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card .prices .price span:nth-child(2) {
  color: #000000;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card .prices .name {
  margin-right: 15px;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card .prices .name span {
  display: block;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A5A5A5;
  padding: 0 10px;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card .prices .name span:nth-child(2) {
  color: #000000;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card a.btn {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FE7865;
  padding: 4px 32px;
  white-space: nowrap;
  border: 1px solid #FE7865;
  box-sizing: border-box;
  border-radius: 50px;
  width: 200px;
  text-align: center!important;
  transition: all 0.2s ease-in-out;
  margin-top: 10px!important;
}
.btn {
  border: 0;
}
section.main_catalog .holder .main_catalog_card_slider .main_catalog_card a.btn:hover {
  background-color: #FE7865;
  color: #ffffff;
}
section.main_buy_form {
  margin-top: 85px;
  width: 100%;
  background-image: url(../img/bg-form.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding: 0 15px;
  padding-top: 40px;
}
section.main_buy_form h1 {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  letter-spacing: -0.184242px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
section.main_buy_form .holder {
  width: 100%;
  max-width: 715px;
  margin: 0 auto;
  margin-top: 40px;
}
section.main_buy_form .holder > form {
  width: 100%;
  min-width: 280px;
  text-align: center;
}
section.main_buy_form .holder > form .range_holder {
  width: 100%;
  max-width: 715px;
  position: relative;
  height: 5px;
  margin-bottom: 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}
section.main_buy_form .holder > form .range_holder .rangeValues {
  display: block;
  position: absolute;
  z-index: 100;
  top: -20px;
}
section.main_buy_form .holder > form .range_holder .right_value {
  position: absolute;
  top: 30px;
  left: calc(90%);
  color: #ffffff;
  font-family: MyriadPro-Regular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.8px;
}
section.main_buy_form .holder > form .range_holder .left_value {
  position: absolute;
  top: 30px;
  left: -20px;
  color: #ffffff;
  font-family: MyriadPro-Regular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.8px;
}
section.main_buy_form .holder > form .range_holder input[type="range"] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #ffffff;
  left: 0;
  top: 50%;
  width: 100%;
  outline: none;
  height: 7px;
  margin: 0;
  padding: 0;
}
section.main_buy_form .holder > form .range_holder input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 14px;
  background-color: #ffffff;
  /* W3C */
}
section.main_buy_form .holder > form .range_holder input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 14px;
  background-color: #ffffff;
  /* W3C */
}
section.main_buy_form .holder > form .range_holder input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 0;
  background-color: #ffffff;
}
section.main_buy_form .holder > form .range_holder input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}
section.main_buy_form .holder > form .range_holder input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
section.main_buy_form .holder > form .range_holder input[type=range]::-moz-focus-outer {
  border: 0;
}
section.main_buy_form .holder > form .holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
section.main_buy_form .holder > form .holder div {
  width: 49%;
  min-width: 300px;
}
section.main_buy_form .holder > form .holder div input {
  display: block;
  width: 100%;
  min-width: 280px;
  border: none;
  background: #ffffff;
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #315AFF;
  margin-bottom: 17px;
  padding: 20px 25px;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}
section.main_buy_form .holder > form .holder div input[placeholder] {
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #315AFF;
}
section.main_buy_form .holder > form > input[type=submit] {
  margin-top: 40px;
  border: none;
  padding: 17px;
  box-sizing: border-box;
  width: 100%;
  max-width: 346px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: lowercase;
  color: #FFFFFF;
  background-color: #1D3161;
}
.main_buy_form iframe {
  width: calc(100% + 10px);
  border: 0;
  height: 315px;
}
@media(max-width: 674px) {
  .main_buy_form iframe {
    width: 100%;
    height: 465px;
  }
}
section.main_buy_form .img {
  width: 100%;
  text-align: right;
  padding-right: 70px;
  padding-left: 70px;
}
section.main_buy_form .img img {
  width: 100%;
  max-width: 1445px;
}
section.main_advantages {
  margin-top: 85px;
  width: 100%;
  padding-top: 40px;
}
section.main_advantages .holder {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}
section.main_advantages .holder .adv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.main_advantages .holder .adv_list .card {
  text-align: left;
  width: 150px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 20px;
}
/* section.main_advantages .holder .adv_list .card:last-child {
  margin-right: 0;
} */
section.main_advantages .holder .adv_list .card:last-child:after {
  display: none;
}
section.main_advantages .holder .adv_list .card:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background-color: #FE7865;
  top: 0;
  right: 0;
}
section.main_advantages .holder .adv_list .card span.num {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 45px;
  letter-spacing: -0.184242px;
  color: #315AFF;
  margin-bottom: 10px;
}
section.main_advantages .holder .adv_list .card span:nth-child(2) {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #121212;
}
section.main_advantages .holder .main_advantages_lists {
  width: 100%;
  height: 100%;
  min-height: 700px;
  background-image: url(../img/ellipse-car.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.main_advantages .holder .main_advantages_lists .list-left {
  width: 305px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 30px;
}
section.main_advantages .holder .main_advantages_lists .list-left .item {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
section.main_advantages .holder .main_advantages_lists .list-left .item img {
  margin-left: 15px;
  width: 39px;
  height: 39px;
}
section.main_advantages .holder .main_advantages_lists .list-left .item span {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  letter-spacing: -0.415px;
  color: #121212;
}
section.main_advantages .holder .main_advantages_lists .list-right {
  width: 305px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.main_advantages .holder .main_advantages_lists .list-right .item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 28px;
}
section.main_advantages .holder .main_advantages_lists .list-right .item img {
  margin-right: 15px;
  width: 39px;
  height: 39px;
}
section.main_advantages .holder .main_advantages_lists .list-right .item span {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  letter-spacing: -0.415px;
  color: #121212;
}
section.main_reviews {
  margin-top: 85px;
  width: 100%;
  padding-top: 40px;
}
section.main_reviews .holder {
  margin: 0 auto;
  width: 100%;
  max-width: 1530px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
section.main_reviews .holder .main_reviews_slider_nav {
  width: 10px;
  margin-right: 100px;
}
section.main_reviews .holder .main_reviews_slider_nav ul.slick-dots li.slick-active button {
  background-color: #FE7865;
  box-shadow: 0 0 0 5px #ffffff, 0 0 0 6px #FE7865;
  transition: all .2s ease;
}
section.main_reviews .holder .main_reviews_slider_nav ul.slick-dots li button {
  cursor: pointer;
  border: none;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background-color: #d8d8d8;
  font-size: 0 !important;
  transition: all .2s ease;
  margin-bottom: 12px;
}
section.main_reviews .holder .main_reviews_slider_nav ul.slick-dots li button:hover {
  background-color: #FE7865;
}
section.main_reviews .holder .main_reviews_slider {
  width: 100%;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .left {
  width: 45%;
  max-width: 650px;
  margin-right: 100px;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .left .main_reviews_slider_photos {
  width: 100%;
  /* height: 375px; */
  display: flex;
  align-items: center;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .left .main_reviews_slider_photos img {
  width: 100%;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .left .review-slider-nav {
  margin-top: 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .left .review-slider-nav img {
  margin-right: 25px;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .left .review-slider-nav img:last-child {
  margin-right: 0;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .left .review-slider-nav .slick-list {
  padding: 0 !important;
  width: 100%;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .left .review-slider-nav .slick-list .slick-track {
  width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .left a.btn {
  text-align: left;
  margin-top: 45px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 386px;
  height: 62px;
  white-space: nowrap;
  background-color: #fe7865;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FBFBFB;
  transition: all 0.3s ease-in-out;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .left a.btn:hover {
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .right {
  width: 45%;
  max-width: 785px;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .right .video {
  width: 100%;
  /* height: 375px; */
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; */
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .right .video a.btn {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
  width: 512px;
  height: 163px;
  background-color: #315aff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-top: 0!important;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .right .info {
  margin-top: 40px;
  width: 100%;
  padding: 16px 36px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .right .info .title {
  display: block;
  margin-bottom: 35px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #121212;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .right .info .item {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
  margin-bottom: 7px;
  min-height: 45px;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .right .info .item:last-child {
  border-bottom: none;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .right .info .item span.name {
  display: flex;
  align-items: flex-end;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .right .info .item span.name img {
  margin-right: 17px;
}
section.main_reviews .holder .main_reviews_slider .main_reviews_slide .right .info .item span.val {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.main_reviews .partners {
  padding: 0 15px;
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  margin-top: 110px;
}
section.main_reviews .partners .title {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.184242px;
  margin-bottom: 50px;
  color: #315AFF;
}
section.main_reviews .partners .holder {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.main_reviews .partners .holder a {
  max-width: 198px;
  margin: 0 20px;
  width: 198px;
}
section.main_reviews .partners .holder a img {
  width: 100%;
}
section.check_list {
  height: 292px;
  background-color: #315aff;
  width: 100%;
  overflow-x: visible;
  margin-top: 200px;
}
section.check_list .holder {
  max-width: 1215px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
section.check_list .holder .left_img {
  width: 700px;
  min-width: 320px;
  position: relative;
  height: 100%;
  margin-right: 50px;
}
section.check_list .holder .left_img img {
  position: absolute;
  width: 120%;
  top: -150px;
  left: -75px;
}
section.check_list .holder .center_text {
  max-width: 500px;
  width: 100%;
  min-width: 300px;
}
section.check_list .holder .center_text h3 {
  font-family: Rubik, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #ffffff;
  letter-spacing: 0.82px;
  margin-bottom: 35px;
}
section.check_list .holder .center_text a.btn {
  width: 315px;
  border: 1px solid #FBFBFB;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  color: #FBFBFB;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  padding-left: 60px;
  height: 45px;
  border-radius: 25px;
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}

section.check_list .holder .center_text a.btn img {
margin-left: 30px;
}
section.check_list .holder .center_text a.btn:hover {
  background-color: #fe7865;
  border: 1px solid #fe7865;
}
section.telegram_links {
  margin-top: 200px;
}
section.telegram_links .holder {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section.telegram_links .holder .img {
  width: 100%;
  max-width: 920px;
  display: flex;
  align-items: flex-start;
}
section.telegram_links .holder .img img {
  width: 100%;
}
section.telegram_links .holder .text {
  width: 100%;
  max-width: 505px;
  padding: 0 15px;
}
section.telegram_links .holder .text span.title {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.691667px;
  color: #2C2E3F;
  margin-bottom: 94px;
  position: relative;
}
section.telegram_links .holder .text span.title:after {
  position: absolute;
  content: '';
  bottom: -40px;
  left: 0;
  width: 65px;
  height: 1px;
  background-color: #fe7865;
}
section.telegram_links .holder .text p {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  /* or 200% */
  letter-spacing: -0.408333px;
  color: rgba(44, 46, 63, 0.697549);
}
section.telegram_links .holder .text a.btn {
  text-align: left;
  margin-top: 45px;
  border-radius: 50px;
  border: 1px solid #fe7865;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 47px;
  white-space: nowrap;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 28px;
  /* or 233% */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FE7865;
  transition: all 0.3s ease-in-out;
}
section.telegram_links .holder .text a.btn:hover {
  background-color: #fe7865;
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
section.telegram_links .box {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
section.telegram_links .box .card {
  width: 100%;
  max-width: 720px;
  min-width: 300px;
  min-height: 337px;
  border: 1px solid #E5E5E5;
  padding: 100px;
  box-sizing: border-box;
  vertical-align: top;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease-in-out;
}
section.telegram_links .box .card:hover {
  -webkit-box-shadow: 0px 2px 52px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 52px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 52px -1px rgba(0, 0, 0, 0.15);
  border: none;
  border: 1px solid transparent;
}
section.telegram_links .box .card img {
  display: block;
  margin-right: 10px;
}
section.telegram_links .box .card .text {
  max-width: 370px;
}
section.telegram_links .box .card .text span.title {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.415px;
  color: #2C2E3F;
}
section.telegram_links .box .card .text p {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  /* or 200% */
  letter-spacing: -0.408333px;
  color: rgba(44, 46, 63, 0.697549);
}
section.main_form_request {
  display: flex;
  min-height: 645px;
  width: 100%;
  margin-top: 133px;
}
section.main_form_request .img {
  width: 60%;
  min-width: 300px;
  height: inherit;
  background-image: url(../img/main-form-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.main_form_request .form {
  width: 40%;
  min-width: 290px;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 15px;
  box-sizing: border-box;
  background-color: #315aff;
}
section.main_form_request .form .title {
  border-bottom: 4px solid #ffffff;
  margin-bottom: 40px;
  max-width: 230px;
}
section.main_form_request .form .title h1 {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -1.245px;
  color: #FFFFFF;
  max-width: 350px;
}
section.main_form_request .form p {
  max-width: 350px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.466667px;
  color: #FFFFFF;
}
section.main_form_request .form form {
  width: 100%;
  max-width: 473px;
  margin-top: 36px;
}
section.main_form_request .form form input[type=text] {
  display: block;
  width: 100%;
  height: 62px;
  border: 1px solid #ffffff;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: transparent;
  font-size: 14px;
  color: #FFFFFF;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
section.main_form_request .form form input[type=text]::placeholder {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  /* identical to box height, or 143% */
  color: #FFFFFF!important;
}
section.main_form_request .form form input[type=text]::-moz-placeholder {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  /* identical to box height, or 143% */
  color: #FFFFFF!important;
}

section.main_form_request .form form input[type=text]:-moz-placeholder {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  /* identical to box height, or 143% */
  color: #FFFFFF!important;
}
section.main_form_request .form form input[type=text]:-ms-input-placeholder {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  /* identical to box height, or 143% */
  color: #FFFFFF!important;
}

section.main_form_request .form form input[type=text]::-ms-placeholder {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  /* identical to box height, or 143% */
  color: #FFFFFF!important;
}

section.main_form_request .form form input[type=text]:-webkit-input-placeholder {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  /* identical to box height, or 143% */
  color: #FFFFFF!important;
}
section.main_form_request .form form input[type=submit] {
  display: block;
  width: 100%;
  height: 62px;
  border: 1px solid #ffffff;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: lowercase;
  color: #FFFFFF;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 8px;
  border: none;
  background-color: #1d3161;
}
section.main_form_request .form form .radio {
  width: 100%;
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  margin-top: 40px;
}
section.main_form_request .form form .radio input[type="radio"] {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 100%;
  border: 1px solid #9da2a9;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.38);
  cursor: pointer;
  position: static!important;
  box-sizing: border-box;
  transition: border 0.2s ease;
  margin-right: 20px!important;
  margin-left: 0!important;
}
section.main_form_request .form form .radio input[type="radio"]:checked {
  border: 7px solid #ffffff;
  box-shadow: none;
  background-color: #fea82d;
}
section.main_form_request .form form .radio span {

  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.4375px;
  color: #FFFFFF;
}
section.main_form_request iframe {
  border: 0;
  width: 100%;
  height: 325px;
}
section.main_faq {
  width: 100%;
  margin-top: 62px;
  padding: 0 20px 0 15px;
  overflow-x: hidden;
}
section.main_faq .holder {
  width: 100%;
  max-width: 1535px;
  margin: 0 auto;
}
section.main_faq .holder h1 {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.691667px;
  color: #2C2E3F;
  position: relative;
}
section.main_faq .holder h1:after {
  position: absolute;
  content: '';
  bottom: -40px;
  left: 0;
  width: 65px;
  height: 1px;
  background-color: #fe7865;
}
section.main_faq .holder .questions {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
section.main_faq .holder .questions .question {
  width: calc(85%);
  margin: 0 auto;
  margin-bottom: 37px;
}
section.main_faq .holder .questions .question .question_title {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 20px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
section.main_faq .holder .questions .question .question_title span {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  max-width: 600px;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  /* or 137% */
  letter-spacing: -0.415px;
  padding-bottom: 5px;
  color: #2C2E3F;
  min-height: 71px;
}
section.main_faq .holder .questions .question .question_title svg {
  position: absolute;
  top: 25%;
  right: -15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
section.main_faq .holder .questions .question .question_title svg.active {
  transform: rotate(225deg);
}
section.main_faq .holder .questions .question .question_title svg.active rect {
  fill: #fe7865;
}
section.main_faq .holder .questions .question p {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  /* or 165% */
  letter-spacing: -0.415px;
  color: #6C6D79;
  display: none;
}
section.main_faq .holder .questions .left {
  width: 100%;
  max-width: 685px;
  min-width: 280px;
  margin-right: 20px;
}
section.main_faq .holder .questions .right {
  width: 100%;
  max-width: 685px;
  min-width: 280px;
}
section.main_faq .holder a.btn {
  text-align: center;
  margin: 0 auto;
  margin-top: 45px;
  border-radius: 50px;
  border: 1px solid #fe7865;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 47px;
  white-space: nowrap;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  /* or 233% */
  letter-spacing: 2px;
  color: #FE7865;
  transition: all 0.3s ease-in-out;
}
section.main_faq .holder a.btn:hover {
  background-color: #fe7865;
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
section.about_information {
  margin-top: 100px;
}
section.about_information .holder {
  max-width: 1575px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section.about_information .holder .info {
  width: 100%;
  max-width: 376px;
  margin-right: 30px;
}
section.about_information .holder .info .title span {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: -0.161212px;
  color: #000000;
}
section.about_information .holder .info .title span:nth-child(2) {
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -1.245px;
  color: #121212;
  margin-left: -5px;
}
section.about_information .holder .info hr {
  margin-top: 75px;
  max-width: 240px;
  height: 4px;
  background-color: #FE7865;
  margin-bottom: 52px;
}
section.about_information .holder .info p {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: -0.41px;
  color: #121212;
}
section.about_information .holder .info ul {
  margin-top: 42px;
}
section.about_information .holder .info ul li {
  list-style: none;
  display: block;
  margin-bottom: 25px;
}
section.about_information .holder .info ul li span {
  display: flex;
  align-items: center;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1D262C;
}
section.about_information .holder .info ul li span img {
  margin-right: 15px;
}
section.about_information .holder .photos {
  width: 100%;
  max-width: 985px;
  height: 100%;
  min-height: 600px;
  position: relative;
}
section.about_information .holder .photos .main_about_arrows {
  position: absolute;
  top: 20%;
  right: -10px;
  width: 96px;
  height: 375px;
  background-color: #315aff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.about_information .holder .photos .main_about_arrows a:first-child {
  margin-bottom: 48px;
}
section.about_information .holder .photos .main_about_slider {
  width: 100%;
  height: 100%;
}
section.about_information .holder .photos .main_about_slider img {
  width: inherit;
}
section.about_info {
  width: 100%;
  padding: 0 15px;
  margin-top: 80px;
  overflow-x: hidden;
}
section.about_info .holder {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1515px;
  margin: 0 auto;
}
section.about_info .holder .slider {
  width: 100%;
  max-width: 514px;
  height: 470px;
  background-color: #315aff;
  margin-right: 120px;
  position: relative;
}
section.about_info .holder .slider .about_info_slider {
  position: absolute;
  top: 10%;
  right: -100px;
  width: 100%;
  max-width: 506px;
  height: 370px;
  padding: 20px;
  overflow: hidden;
}
section.about_info .holder .slider .about_info_slider .about_info_slide {
  width: 95%;
  height: 370px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.about_info .holder .slider .about_info_slider .about_info_slide .slick-slide {
  height: 370px !important;
}
section.about_info .holder .slider .about_info_slider .about_info_slide .slick-current,
section.about_info .holder .slider .about_info_slider .about_info_slide .slick-active,
section.about_info .holder .slider .about_info_slider .about_info_slide .slick-center {
  margin: 0 -100px !important;
}
section.about_info .holder .slider .about_info_slider .about_info_slide .text {
  width: 240px;
}
section.about_info .holder .slider .about_info_slider .about_info_slide .text h3 {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.161212px;
  color: #000000;
  margin-bottom: 15px;
}
section.about_info .holder .slider .about_info_slider .about_info_slide .text p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #6C6D79;
}
section.about_info .holder .slider .about_info_slider .about_info_slide .text .box {
  display: flex;
  justify-content: space-between;
}
section.about_info .holder .slider .about_info_slider .about_info_slide .text .box div {
  width: 108px;
}
section.about_info .holder .slider .about_info_slider .about_info_slide .text .box div span {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 10px;
  line-height: 20px;
  color: #6C6D79;
}
section.about_info .holder .slider .about_info_slider .about_info_slide .text .box div span:nth-child(2) {
  color: #121212;
}
section.about_info .holder .slider .about_info_slider_arrows {
  position: absolute;
  top: 20%;
  left: 40px;
  width: 20px;
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


section.about_info .holder .slider .about_info_slider_arrows a:first-child {
  margin-bottom: 48px;
}
section.about_info .holder .text {
  width: 100%;
  max-width: 765px;
}
section.about_info .holder .text > h2 {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: -0.161212px;
  color: #315AFF;
  display: block;
  margin-bottom: 90px;
  position: relative;
}
section.about_info .holder .text > h2:before {
  position: absolute;
  content: '';
  width: 106px;
  height: 2px;
  background-color: #fe7865;
  bottom: -33px;
  left: 0;
}
section.about_info .holder .text p {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #121212;
  display: block;
  margin-bottom: 40px;
}
section.command {
  text-align: center;
  padding: 50px 0;
  background-color: #315aff;
  margin-top: 140px;
}
section.command h1 {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #FBFBFB;
}
section.command hr {
  height: 2px;
  max-width: 106px;
  background-color: #FBFBFB;
  margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 31px;
  border: none;
  box-shadow: none;
}
section.command span {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FBFBFB;
  max-width: 600px;
  margin: 0 auto;
}
section.command .holder {
  width: 100%;
  max-width: 1430px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 35px;
}
section.command .holder .command_pers {
  width: 258px;
  margin: 0 5px;
}
section.command .holder .command_pers .img {
  width: 258px;
  height: 258px;
  border-radius: 50%;
  position: relative;
}
section.command .holder .command_pers .img img {
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border: 19px solid #FBFBFB;
  box-shadow: inset 0 0 0px 20px #fff;
}
section.command .holder .command_pers .img:before {
  content: '';
  position: absolute;
  top: 40%;
  left: -100px;
  width: 1000%;
  height: 13px;
  background-color: #315aff;
  border-top: 15px solid #ffffff;
  border-bottom: 15px solid #ffffff;
  z-index: 1;
}
section.command .holder .command_pers .img:after {
  content: '';
  position: absolute;
  top: 40%;
  right: -100px;
  width: 1000%;
  height: 13px;
  background-color: #315aff;
  border-top: 15px solid #ffffff;
  border-bottom: 15px solid #ffffff;
  z-index: 1;
}
section.command .holder .command_pers span.name {
  margin-top: 37px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #FBFBFB;
}
section.command .holder .command_pers p {
  margin-top: 30px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
section.feedback {
  margin-top: 77px;
  padding: 0 15px;
  width: 100%;
}
section.feedback h1 {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 900px;
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #315AFF;
}
section.feedback p {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #71828A;
}
section.feedback form .input {
  display: flex;
  height: 46px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  margin-top: 25px;
}
section.feedback form .input input[type=text] {
  width: 100%;
  max-width: 310px;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  border: 1px solid #71828A;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 0 20px;
}
section.feedback form .input input[type=text]:placeholder {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #71828A;
}
section.feedback form .input input[type=submit] {
  width: 150px;
  height: 100%;
  background-color: #315aff;
  border: none;
  box-shadow: none;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
section.catalog {
  margin-top: 45px;
  padding: 0 15px;
}
section.catalog > .holder {
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: space-between;
}
section.catalog > .holder .filter_btn {
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-color: #315aff;
  border-radius: 5px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.catalog > .holder .filter_btn img {
  width: 20px;
}
section.catalog > .holder .filter {
  width: 320px;
  min-width: 320px;
  margin-right: 20px;
  border: 1px solid #F0EDED;
  border-radius: 8px;
  overflow: hidden;
}
section.catalog > .holder .filter.active {
  display: block;
}
section.catalog > .holder .filter span.filter_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 77px;
  background-color: #315aff;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 39px;
  /* identical to box height, or 156% */
  letter-spacing: -0.161212px;
  margin-bottom: 27px;
  color: #FFFFFF;
}
section.catalog > .holder .filter .car_state {
  padding: 0 28px;
  margin-bottom: 60px;
}
section.catalog > .holder .filter .car_state span.title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-family: Avenir, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #303030;
}
section.catalog > .holder .filter .car_state .radio {
  display: flex;
  align-items: center;
}
section.catalog > .holder .filter .car_state .radio input[type="radio"] {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 100%;
  border: 1px solid #9da2a9;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 20px;
  transition: all .2s ease;
}
section.catalog > .holder .filter .car_state .radio input[type="radio"]:checked {
  background-color: #FE7865;
  border: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #FE7865;
}
section.catalog > .holder .filter .car_state .radio label {
  font-family: Avenir, Arial, sans-serif;
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.5px;
  color: #303030;
}
section.catalog > .holder .filter .filter_categories {
  width: 300px;
  margin: 0 auto;
}
section.catalog > .holder .filter .filter_categories .item {
  border-bottom: 1px solid #F0EDED;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section.catalog > .holder .filter .filter_categories .item .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
section.catalog > .holder .filter .filter_categories .item .title img {
  transition: .4s ease;
  transform: rotate(180deg);
}
section.catalog > .holder .filter .filter_categories .item .title.active img {
  transform: rotate(0deg);
}
section.catalog > .holder .filter .filter_categories .item .title span {
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  color: #303030;
}
section.catalog > .holder .filter .filter_categories .item .radio-box {
  display: none;
  width: 100%;
  margin-top: 25px;
  padding: 0 7px;
}
section.catalog > .holder .filter .filter_categories .item .radio-box .radio {
  display: flex;
  align-items: center;
}
section.catalog > .holder .filter .filter_categories .item .radio-box .radio input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
section.catalog > .holder .filter .filter_categories .item .radio-box .radio input[type="checkbox"]:checked {
  border-color: #315aff;
}
section.catalog > .holder .filter .filter_categories .item .radio-box .radio input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 16px;
  background-image: url(../img/icons/checked.png);
  background-position: center;
  background-size: contain;
  top: -4px;
  right: -8px;
}
section.catalog > .holder .filter .filter_categories .item .radio-box .radio label {
  font-family: Avenir, Arial, sans-serif;
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.5px;
  color: #303030;
}
section.catalog > .holder .right {
  width: 100%;
  max-width: 1200px;
}
section.catalog > .holder .right .sort_bar {
  width: 100%;
  min-height: 90px;
  background-color: #fbfbfb;
  padding: 0 88px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}
section.catalog > .holder .right .sort_bar .select1 {
  width: 320px;
  height: 50px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.catalog > .holder .right .sort_bar .select1 select {
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-size: 14px;
  -webkit-appearance: none;
  padding: 10px 15px;
  border: 0.5px solid #A3A3A3;
  box-sizing: border-box;
  border-radius: 2px;
  background: url(../img/icons/shape-black.png) no-repeat 95% 50% #fbfbfb;
  font-family: Avenir, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #303030;
}
section.catalog > .holder .right .sort_bar .select1:before {
  content: 'сортировать';
  position: absolute;
  font-family: Avenir, Arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.42px;
  text-transform: lowercase;
  color: #7C7C7C;
  background-color: #fbfbfb;
  padding: 2px;
  top: -8px;
  left: 15px;
}
section.catalog > .holder .right .sort_bar .select2 {
  width: 320px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
section.catalog > .holder .right .sort_bar .select2 span {
  font-family: Avenir, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #303030;
}
section.catalog > .holder .right .sort_bar .select2 select {
  border-radius: 0;
  margin-right: 7px;
  width: 130px;
  height: 50px;
  font-size: 14px;
  -webkit-appearance: none;
  padding: 10px 15px;
  border: 0.5px solid #A3A3A3;
  box-sizing: border-box;
  border-radius: 2px;
  background: url(../img/icons/shape-black.png) no-repeat 95% 50% #fbfbfb;
  font-family: Avenir, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #303030;
}
section.catalog > .holder .right .sort_bar .select2:before {
  content: 'показать';
  position: absolute;
  font-family: Avenir, Arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.42px;
  text-transform: lowercase;
  color: #7C7C7C;
  background-color: #fbfbfb;
  padding: 2px;
  top: -8px;
  left: 15px;
}
section.catalog > .holder .right .find_bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
}
section.catalog > .holder .right .find_bar span.finded {
  font-family: Avenir, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 60px;
  letter-spacing: 0.5px;
  color: #303030;
}
section.catalog > .holder .right .find_bar .sortby {
  display: flex;
  align-items: center;
}
section.catalog > .holder .right .find_bar .sortby span {
  font-family: Avenir, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #303030;
  display: block;
  margin-right: 14px;
  white-space: nowrap;
}
section.catalog > .holder .right .find_bar .sortby select {
  border-radius: 0;
  margin-right: 7px;
  width: 274px;
  height: 35px;
  font-size: 14px;
  -webkit-appearance: none;
  padding: 10px 15px;
  border: 0.5px solid #A3A3A3;
  box-sizing: border-box;
  border-radius: 2px;
  background: url(../img/icons/shape-black.png) no-repeat 95% 50% #ffffff;
  font-family: Avenir, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #303030;
}
section.catalog > .holder .right .products {
  margin-bottom: 50px;
}
section.catalog > .holder .right .products .prod_card {
  margin-top: 55px;
  width: 100%;
  background: #FFFFFF;
  border: 0.5px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 276px;
  height: 276px;
}
section.catalog > .holder .right .products .prod_card .img {
  width: 313px;
  min-width: 313px;
  display: flex;
  align-items: center;
  position: relative;
}
section.catalog > .holder .right .products .prod_card .img:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 220px;
  background-color: #315aff;
  top: 27px;
  left: -10px;
}
section.catalog > .holder .right .products .prod_card .img img {
  width: 100%;
}
section.catalog > .holder .right .products .prod_card .settings {
  width: 100%;
  max-width: 483px;
  border-right: 1px solid #eeeeee;
  min-height: 207px;
  padding: 0 20px;
  box-sizing: border-box;
}
section.catalog > .holder .right .products .prod_card .settings span.vin {
  display: block;
  margin-bottom: 33px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #121212;
}
section.catalog > .holder .right .products .prod_card .settings span.vin span.vin-num {
  color: #7c7c7c;
}
section.catalog > .holder .right .products .prod_card .settings > .settings_container {
  min-width: 230px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: inherit;
}
section.catalog > .holder .right .products .prod_card .settings > .settings_container span {
  display: flex;
  align-items: center;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  width: 106px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: -0.408333px;
  color: #121212;
  border-left: 1px solid #EEEEEE;
  padding-left: 15px;
  margin-right: 10px!important;
  margin-bottom: 15px;
}
section.catalog > .holder .right .products .prod_card .settings > .settings_container span:first-child {
  padding-left: 0;
  border-left: none;
}
section.catalog > .holder .right .products .prod_card .settings > .settings_container span:last-child {
  padding-left: 0;
  border-left: none;
}
section.catalog > .holder .right .products .prod_card .settings > .settings_container span:nth-child(4) {
  padding-left: 0;
  border-left: none;
}
section.catalog > .holder .right .products .prod_card .settings > .settings_container span img {
  margin-right: 17px;
}
section.catalog > .holder .right .products .prod_card .info {
  width: 100%;
  max-width: 405px;
}
section.catalog > .holder .right .products .prod_card .info span.carname {
  text-align: center;
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #121212;
  margin: 0 auto;
  position: relative;
  max-width: 200px;
}
section.catalog > .holder .right .products .prod_card .info span.carname:after {
  content: '';
  position: absolute;
  width: 64px;
  height: 1px;
  background-color: #fe7865;
  bottom: -15px;
  left: 0;
}
section.catalog > .holder .right .products .prod_card .info .prices {
  margin: 30px auto;
  width: 100%;
  max-width: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.catalog > .holder .right .products .prod_card .info .prices .price span {
  display: block;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A5A5A5;
  padding: 0;
}
section.catalog > .holder .right .products .prod_card .info .prices .price span:nth-child(2) {
  color: #315aff;
}
section.catalog > .holder .right .products .prod_card .info .prices .name {
  margin-right: 15px;
}
section.catalog > .holder .right .products .prod_card .info .prices .name span {
  display: block;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A5A5A5;
  padding: 0;
}
section.catalog > .holder .right .products .prod_card .info .prices .name span:nth-child(2) {
  color: #000000;
}
section.catalog > .holder .right .products .prod_card .info a.btn {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #ffffff;
  height: 32px;
  padding: 4px 32px;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 50px;
  width: 200px;
  text-align: center;
  background-color: #FE7865;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}
section.catalog > .holder .right .products .prod_card .info a.btn:hover {
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
}
section.reviews {
  width: 100%;
  margin-top: 130px;
  padding: 0 15px;
}
section.reviews .holder {
  max-width: 1535px;
  width: 100%;
  margin: 0 auto;
}
section.reviews .holder .review_type1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
  /* overflow: hidden; */
}
section.reviews .holder .review_type1 .left {
  width: 50%;
  max-width: 650px;
  margin-right: 20px;
}
section.reviews .holder .review_type1 .left .main_reviews_slider_photos {
  width: 100%;
  /* height: 475px; */
  display: flex;
  align-items: center;
}
section.reviews .holder .review_type1 .left .main_reviews_slider_photos img {
  width: 100%;
}
section.reviews .holder .review_type1 .left .review-slider-nav {
  margin-top: 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.reviews .holder .review_type1 .left .review-slider-nav img {
  margin-right: 25px;
}
section.reviews .holder .review_type1 .left .review-slider-nav img:last-child {
  margin-right: 0;
}
section.reviews .holder .review_type1 .left .review-slider-nav .slick-list {
  padding: 0 !important;
  width: 100%;
}
section.reviews .holder .review_type1 .left .review-slider-nav .slick-list .slick-track {
  width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.reviews .holder .review_type1 .left a.btn {
  text-align: left;
  margin-top: 45px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 386px;
  height: 62px;
  white-space: nowrap;
  background-color: #fe7865;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FBFBFB;
  transition: all 0.3s ease-in-out;
}
section.reviews .holder .review_type1 .left a.btn:hover {
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
}
section.reviews .holder .review_type1 .right {
  width: 100%;
  max-width: 785px;
}
section.reviews .holder .review_type1 .right .video {
  width: 100%;
  /* height: 475px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; */
}
section.reviews .holder .review_type1 .right .video a.btn {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
  width: 512px;
  height: 163px;
  background-color: #315aff;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.reviews .holder .review_type1 .right .info {
  margin-top: 40px;
  width: 100%;
  padding: 16px 36px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
}
section.reviews .holder .review_type1 .right .info .title {
  display: block;
  margin-bottom: 35px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #121212;
}
section.reviews .holder .review_type1 .right .info .item {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
  margin-bottom: 7px;
  min-height: 45px;
}
section.reviews .holder .review_type1 .right .info .item:last-child {
  border-bottom: none;
}
section.reviews .holder .review_type1 .right .info .item span.name {
  display: flex;
  align-items: flex-end;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.reviews .holder .review_type1 .right .info .item span.name img {
  margin-right: 17px;
}
section.reviews .holder .review_type1 .right .info .item span.val {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.reviews .holder .review_type2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
section.reviews .holder .review_type2 .left {
  width: 100%;
  max-width: 650px;
  margin-right: 20px;
}
section.reviews .holder .review_type2 .left .main_reviews_slider_photos {
  width: 100%;
  height: 475px;
  display: flex;
  align-items: center;
}
section.reviews .holder .review_type2 .left .main_reviews_slider_photos img {
  width: 100%;
}
section.reviews .holder .review_type2 .left .review-slider-nav {
  margin-top: 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.reviews .holder .review_type2 .left .review-slider-nav img {
  margin-right: 25px;
}
section.reviews .holder .review_type2 .left .review-slider-nav img:last-child {
  margin-right: 0;
}
section.reviews .holder .review_type2 .left .review-slider-nav .slick-list {
  padding: 0 !important;
  width: 100%;
}
section.reviews .holder .review_type2 .left .review-slider-nav .slick-list .slick-track {
  width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.reviews .holder .review_type2 .left a.btn {
  text-align: left;
  margin-top: 45px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 386px;
  height: 62px;
  white-space: nowrap;
  background-color: #fe7865;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FBFBFB;
  transition: all 0.3s ease-in-out;
}
section.reviews .holder .review_type2 .left a.btn:hover {
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
}
section.reviews .holder .review_type2 .right {
  width: 100%;
  max-width: 785px;
}
section.reviews .holder .review_type2 .right .video {
  width: 100%;
  height: 475px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section.reviews .holder .review_type2 .right .video a.btn {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
  width: 512px;
  height: 163px;
  background-color: #315aff;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.reviews .holder .review_type2 .right .info {
  width: 100%;
  padding: 16px 36px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
}
section.reviews .holder .review_type2 .right .info .title {
  display: block;
  margin-bottom: 35px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #121212;
}
section.reviews .holder .review_type2 .right .info .item {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
  margin-bottom: 7px;
  min-height: 45px;
}
section.reviews .holder .review_type2 .right .info .item:last-child {
  border-bottom: none;
}
section.reviews .holder .review_type2 .right .info .item span.name {
  display: flex;
  align-items: flex-end;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.reviews .holder .review_type2 .right .info .item span.name img {
  margin-right: 17px;
}
section.reviews .holder .review_type2 .right .info .item span.val {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.reviews .holder .review_type2 .right .text {
  width: 100%;
  margin-top: 40px;
}
section.reviews .holder .review_type2 .right .text p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.415px;
  color: #6C6D79;
}
section.reviews .holder .review_type2 .right .text .name_data {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
section.reviews .holder .review_type2 .right .text .name_data span {
  font-family: Avenir, Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.415px;
  color: #6C6D79;
}
section.reviews .holder .review_type3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
section.reviews .holder .review_type3 .left {
  width: 100%;
  max-width: 650px;
  margin-right: 20px;
}
section.reviews .holder .review_type3 .left .text {
  width: 100%;
}
section.reviews .holder .review_type3 .left .text p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.415px;
  color: #6C6D79;
}
section.reviews .holder .review_type3 .left .text .name_data {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
section.reviews .holder .review_type3 .left .text .name_data span {
  font-family: Avenir, Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.415px;
  color: #6C6D79;
}
section.reviews .holder .review_type3 .right {
  width: 100%;
  max-width: 785px;
}
section.reviews .holder .review_type3 .right .video {
  width: 100%;
  height: 475px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section.reviews .holder .review_type3 .right .video a.btn {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
  width: 512px;
  height: 163px;
  background-color: #315aff;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.reviews .holder .review_type3 .right .info {
  margin-top: 40px;
  width: 100%;
  padding: 16px 36px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
}
section.reviews .holder .review_type3 .right .info .title {
  display: block;
  margin-bottom: 35px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #121212;
}
section.reviews .holder .review_type3 .right .info .item {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
  margin-bottom: 7px;
  min-height: 45px;
}
section.reviews .holder .review_type3 .right .info .item:last-child {
  border-bottom: none;
}
section.reviews .holder .review_type3 .right .info .item span.name {
  display: flex;
  align-items: flex-end;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.reviews .holder .review_type3 .right .info .item span.name img {
  margin-right: 17px;
}
section.reviews .holder .review_type3 .right .info .item span.val {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.reviews .holder .review_type3 .right .text {
  width: 100%;
  margin-top: 40px;
}
section.reviews .holder .review_type3 .right .text p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.415px;
  color: #6C6D79;
}
section.reviews .holder .review_type3 .right .text .name_data {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
section.reviews .holder .review_type3 .right .text .name_data span {
  font-family: Avenir, Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.415px;
  color: #6C6D79;
}
section.reviews .holder .review_type4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
section.reviews .holder .review_type4 .left {
  width: 100%;
  max-width: 650px;
  margin-right: 20px;
}
section.reviews .holder .review_type4 .left .main_reviews_slider_photos {
  width: 100%;
  height: 475px;
  display: flex;
  align-items: center;
}
section.reviews .holder .review_type4 .left .main_reviews_slider_photos img {
  width: 100%;
}
section.reviews .holder .review_type4 .left .review-slider-nav {
  margin-top: 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.reviews .holder .review_type4 .left .review-slider-nav img {
  margin-right: 25px;
}
section.reviews .holder .review_type4 .left .review-slider-nav img:last-child {
  margin-right: 0;
}
section.reviews .holder .review_type4 .left .review-slider-nav .slick-list {
  padding: 0 !important;
  width: 100%;
}
section.reviews .holder .review_type4 .left .review-slider-nav .slick-list .slick-track {
  width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.reviews .holder .review_type4 .left a.btn {
  text-align: left;
  margin-top: 45px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 386px;
  height: 62px;
  white-space: nowrap;
  background-color: #fe7865;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FBFBFB;
  transition: all 0.3s ease-in-out;
}
section.reviews .holder .review_type4 .left a.btn:hover {
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
}
section.reviews .holder .review_type4 .right {
  width: 100%;
  max-width: 785px;
}
section.reviews .holder .review_type4 .right .video {
  width: 100%;
  height: 475px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section.reviews .holder .review_type4 .right .video a.btn {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
  width: 512px;
  height: 163px;
  background-color: #315aff;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.reviews .holder .review_type4 .right .info {
  margin-top: 40px;
  width: 100%;
  padding: 16px 36px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
}
section.reviews .holder .review_type4 .right .info .title {
  display: block;
  margin-bottom: 35px;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #121212;
}
section.reviews .holder .review_type4 .right .info .item {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
  margin-bottom: 7px;
  min-height: 45px;
}
section.reviews .holder .review_type4 .right .info .item:last-child {
  border-bottom: none;
}
section.reviews .holder .review_type4 .right .info .item span.name {
  display: flex;
  align-items: flex-end;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.reviews .holder .review_type4 .right .info .item span.name img {
  margin-right: 17px;
}
section.reviews .holder .review_type4 .right .info .item span.val {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.blog {
  width: 100%;
  padding: 0 15px;
}
section.blog h1 {
  display: block;
  margin: 0 auto;
  margin-top: 73px;
  margin-bottom: 90px;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
section.blog .holder {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
}
section.blog .holder .card_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.blog .holder .card_box .blog_card {
  width: 370px;
  margin: 0 5px;
  margin-bottom: 110px;
}
section.blog .holder .card_box .blog_card > a {
  font-family: Avenir, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.184242px;
  color: #121212;
  margin-top: 29px;
  display: block;
}
section.blog .holder .card_box .blog_card .img {
  width: 100%;
  height: 500px;
  position: relative;
  background-position: center;
  background-size: 110% 110%;
  background-repeat: no-repeat;
}
section.blog .holder .card_box .blog_card .img:hover .img_layer {
  background: rgba(49, 90, 255, 0.7);
}
section.blog .holder .card_box .blog_card .img:hover .img_layer .nums {
  color: #fff;
}
section.blog .holder .card_box .blog_card .img .img_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s ease;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 22px;
  box-sizing: border-box;
}
section.blog .holder .card_box .blog_card .img .img_layer .nums {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -1.66px;
  color: #315AFF;
  display: flex;
  align-items: center;
}
section.blog .holder .card_box .blog_card .img .img_layer .nums span:first-child {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.66px;
}
section.month_news {
  width: 100%;
  margin-top: 150px;
  padding: 0 15px;
}
section.month_news .holder {
  width: 100%;
  max-width: 1600px;
  display: flex;
  min-height: 492px;
  margin: 0 auto;
}
section.month_news .holder .info {
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 67px 30px;
}
section.month_news .holder .info .box {
  width: 100%;
  max-width: 440px;
  min-width: 320px;
}
section.month_news .holder .info .box span {
  font-family: Avenir, Arial, sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  letter-spacing: 3px;
  text-transform: lowercase;
  color: #6C6D79;
}
section.month_news .holder .info .box h3 {
  font-family: Avenir, Arial, sans-serif;
  font-size: 30px;
  line-height: 47px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
section.month_news .holder .info .box p {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.408333px;
  color: #6C6D79;
  text-align: center;
  max-width: 380px;
  display: block;
  margin: 0 auto;
}
section.month_news .holder .info .box a.btn {
  max-width: 108px;
  width: 108px;
  display: block;
  text-align: left;
  border: none;
  border-bottom: 1px solid #fe7865;
  box-shadow: none;
  border-radius: 0px;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
  margin-left: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 7px;
  color: rgba(0, 0, 0, 0.85);
  transition: all .2s ease;
  outline: none!important;
}
section.month_news .holder .info .box a.btn:hover {
  color: #fe7865;
  width: 85px;
}
section.month_news .holder .img {
  width: 50%;
  height: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.read_more {
  width: 100%;
  margin-top: 150px;
  padding: 0 15px;
}
section.read_more h1.title {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
section.read_more .holder {
  width: 100%;
  max-width: 1475px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
section.read_more .holder > a {
  display: inline-block;
  transition: all 0.3s ease-in;
  margin: 0 10px;
  cursor: pointer;
}
section.read_more .holder .read_more_slider {
  overflow: hidden;
  min-width: 300px;
  max-width: 1200px;
}
section.read_more .holder .read_more_slider .slick-list {
  padding: 10px 0 !important;
}
section.read_more .holder .read_more_slider .read_more_slide {
  text-align: left;
  margin-right: 30px;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
}
section.read_more .holder .read_more_slider .read_more_slide a.image {
  display: block;
  width: 100%;
  height: 270px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
section.read_more .holder .read_more_slider .read_more_slide a.image img {
  width: 100%;
  height: 100%;
}
section.read_more .holder .read_more_slider .read_more_slide a.newsname {
  display: block;
  margin-bottom: 14px;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
}
section.read_more .holder .read_more_slider .read_more_slide span {
  display: block;
  margin-bottom: 14px;
}
section.read_more .holder .read_more_slider .read_more_slide span.name {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
}
section.read_more .holder .read_more_slider .read_more_slide span.price {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
section.registration {
  padding: 0 15px;
  margin-top: 100px;
  margin-bottom: 100px;
}
section.registration .holder {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  min-height: 700px;
}
section.registration .holder .form {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.registration .holder .form form {
  width: 310px;
  padding: 0 15px;
}
section.registration .holder .form form .input {
  width: 100%;
  position: relative;
}
section.registration .holder .form form .input .showhide {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
}
section.registration .holder .form form .input input[type=text],
section.registration .holder .form form .input input[type=password] {
  background-color: #ffffff;
  border: 1px solid #E0E3E5;
  box-sizing: border-box;
  border-radius: 8px;
  padding-left: 65px;
  padding-right: 15px;
  width: inherit;
  height: 52px;
  position: relative;
  margin-bottom: 12px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
section.registration .holder .form form .input input[type=text]:placeholder,
section.registration .holder .form form .input input[type=password]:placeholder {
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #929699;
}
section.registration .holder .form form .input .icon {
  position: absolute;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% 30%;
  border-right: 1px solid #E0E3E5;
  z-index: 2;
}
section.registration .holder .form form .box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
section.registration .holder .form form .box .radio {
  display: flex;
  align-items: center;
}
section.registration .holder .form form .box .radio input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
section.registration .holder .form form .box .radio input[type="checkbox"]:checked {
  border-color: #315aff;
}
section.registration .holder .form form .box .radio input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 16px;
  background-image: url(../img/icons/checked.png);
  background-position: center;
  background-size: contain;
  top: 0;
  right: -4px;
}
section.registration .holder .form form .box .radio label {
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #929699;
}
section.registration .holder .form form .box a.btn {
  display: inline-block;
  padding: 5px 40px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FE7865;
  border: 1px solid #FE7865;
  border-radius: 50px;
  transition: all .2s ease;
}
section.registration .holder .form form .box a.btn:hover {
  background-color: #FE7865;
  color: #ffffff;
}
section.registration .holder .form form .links {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
section.registration .holder .form form .links a {
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  display: block;
  color: #929699;
}
section.registration .holder .img {
  width: 50%;
  height: inherit;
  background-image: url(../img/authroz-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  box-sizing: border-box;
}
section.registration .holder .img a {
  display: block;
  width: 190px;
}
section.registration .holder .img a img {
  width: 100%;
}
section.registration .holder .img .text h1 {
  display: block;
  margin-bottom: 30px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 50px;
  letter-spacing: -1.66px;
  color: #FFFFFF;
}
section.registration .holder .img .text p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  /* or 112% */
  color: #FFFFFF;
}
section.catalog_page {
  margin-top: 73px;
  padding: 0 25px 0 15px;
}
section.catalog_page .holder {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
section.catalog_page .holder .left {
  width: 50%;
  max-width: 780px;
  margin-right: 20px;
  position: relative;
}
section.catalog_page .holder .left .catalog_page_slider_arrows {
  position: absolute;
  top: 45px;
  left: -10px;
  width: 96px;
  height: 320px;
  background-color: #315aff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.catalog_page .holder .left .catalog_page_slider_arrows a:first-child {
  margin-bottom: 48px;
}
section.catalog_page .holder .left .catalog_page_slider_photos {
  width: 100%;
  height: 475px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
section.catalog_page .holder .left .catalog_page_slider_photos img {
  width: 100%;
}
section.catalog_page .holder .left .catalog_page_slider_photo_nav {
  margin-top: 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.catalog_page .holder .left .catalog_page_slider_photo_nav img {
  margin-right: 25px;
}
section.catalog_page .holder .left .catalog_page_slider_photo_nav img:last-child {
  margin-right: 0;
}
section.catalog_page .holder .left .catalog_page_slider_photo_nav .slick-list {
  padding: 0 !important;
  width: 100%;
}
section.catalog_page .holder .left .catalog_page_slider_photo_nav .slick-list .slick-track {
  width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.catalog_page .holder .left a.btn {
  text-align: left;
  margin-top: 45px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 386px;
  height: 62px;
  white-space: nowrap;
  background-color: #fe7865;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FBFBFB;
  transition: all 0.3s ease-in-out;
}
section.catalog_page .holder .left a.btn:hover {
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
}
section.catalog_page .holder .left .info {
  width: 100%;
  padding: 16px 36px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  position: relative;
  padding-top: 70px;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 50px;
  margin-top: 50px;
}
section.catalog_page .holder .left .info .title {
  position: absolute;
  padding: 10px 40px;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px 5px 0px 0px;
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 25px;
  letter-spacing: -0.161212px;
  color: #FFFFFF;
  background-color: #1D3161;
}
section.catalog_page .holder .left .info span.carname {
  display: block;
    font-family: Avenir, Arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #121212;
    margin-bottom: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
}
section.catalog_page .holder .left .info .item {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
  margin-bottom: 7px;
  min-height: 45px;
}
section.catalog_page .holder .left .info .item:last-child {
  border-bottom: none;
}
section.catalog_page .holder .left .info .item span.name {
  display: flex;
  align-items: flex-end;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.catalog_page .holder .left .info .item span.name img {
  margin-right: 17px;
}
section.catalog_page .holder .left .info .item span.name span {
  width: 50px;
}
section.catalog_page .holder .left .info .item span.val {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.catalog_page .holder .right {
  width: 50%;
}
section.catalog_page .holder .right .info {
  width: 100%;
  padding: 16px 36px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  position: relative;
  padding-top: 70px;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 50px;
}
section.catalog_page .holder .right .info .title {
  position: absolute;
  padding: 10px 40px;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px 5px 0px 0px;
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 25px;
  letter-spacing: -0.161212px;
  color: #FFFFFF;
  background-color: #1D3161;
}
section.catalog_page .holder .right .info .item {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
  min-height: 45px;
}
section.catalog_page .holder .right .info .item:last-child {
  border-bottom: none;
}
section.catalog_page .holder .right .info .item.result-price {
  position: absolute;
  left: -1px;
  bottom: -63px;
  background: #f6f6f6;
  padding: 20px 36px;
  width: calc(100% + 2px);
  padding-bottom: 40px;
}
section.catalog_page .holder .right .info .item.result-price span {
  color: #315afb !important;
  font-weight: bold !important;
}
section.catalog_page .holder .right .info .item span.name {
  display: flex;
  align-items: flex-end;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.catalog_page .holder .right .info .item span.name img {
  margin-right: 17px;
}
section.catalog_page .holder .right .info .item span.val {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.408333px;
  color: #121212;
}
section.catalog_page .holder .right .text {
  width: 100%;
  margin-top: 50px;
}
section.catalog_page .holder .right .text h2 {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: -0.161212px;
  color: #000000;
  margin-bottom: 30px;
}
section.catalog_page .holder .right .text p {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #121212;
}
section.catalog_page .holder .right .text a.btn {
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FFFFFF;
  width: 100%;
  max-width: 500px;
  height: 58px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #fe7865;
  transition: all .2s ease;
}
section.catalog_page .holder .right .text a.btn:hover {
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
}
section.blog_page {
  width: 100%;
  padding: 0 15px;
  margin-top: 133px;
}
section.blog_page .holder {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section.blog_page .holder .img {
  margin-right: 10px;
  width: 50%;
  max-width: 550px;
  height: 700px;
  position: relative;
  background-position: center;
  background-size: 110% 110%;
  background-repeat: no-repeat;
}
section.blog_page .holder .img:before {
  content: '';
  position: absolute;
  top: 15%;
  left: -10px;
  width: 100px;
  height: 500px;
  background-color: #315aff;
}
section.blog_page .holder .img:hover .img_layer {
  background: rgba(49, 90, 255, 0.7);
}
section.blog_page .holder .img:hover .img_layer .nums {
  color: #fff;
}
section.blog_page .holder .img .img_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s ease;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 22px;
  box-sizing: border-box;
}
section.blog_page .holder .img .img_layer .nums {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -1.66px;
  color: #315AFF;
  display: flex;
  align-items: center;
}
section.blog_page .holder .img .img_layer .nums span:first-child {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.66px;
}
section.blog_page .holder .text {
  width: 50%;
  max-width: 480px;
}
section.blog_page .holder .text h2 {
  font-family: Avenir, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.184242px;
  color: #1E1E1E;
  display: block;
  margin-bottom: 40px;
}
section.blog_page .holder .text p {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  /* or 200% */
  text-align: justify;
  letter-spacing: -0.408333px;
  display: block;
  margin-bottom: 20px;
  color: #4A4A4A;
}
section.infobanner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 50px;
  min-height: 235px;
  background-color: #FAFAFA;
}
section.infobanner span {
  display: block;
  width: 100%;
  max-width: 1000px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
section.contacts {
  width: 100%;
  margin-top: 170px;
}
section.contacts .holder {
  display: flex;
  width: 100%;
  max-width: 1530px;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 15px;
}
section.contacts .holder .info {
  max-width: 500px;
}
section.contacts .holder .info .item {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
section.contacts .holder .info .item:last-child {
  margin-bottom: 0;
}
section.contacts .holder .info .item img {
  margin-right: 60px;
  width: 69px;
}
section.contacts .holder .info .item .text span {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
}
section.contacts .holder .info .item .text a {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
}
section.contacts .holder .map {
  width: 50%;
  max-width: 820px;
  height: inherit;
  background-color: #315aff;
  position: relative;
  margin-right: 115px;
}
section.contacts .holder .map iframe {
  position: absolute;
  top: 7.5%;
  width: 100%;
  height: 100%;
  max-height: 510px;
  max-width: 800px;
  right: -100px;
}


section.stages {
  margin-top: 100px;
  width: 100%;
  padding: 0 15px;
}
section.stages .holder {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
section.stages .holder .slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.stages .holder .slider .about_info_slider_arrows {
  width: 180px;
  min-width: 40px;
  height: 315px;
  display: flex;
  background-color: #315aff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.stages .holder .slider .about_info_slider_arrows > a{
  cursor:pointer;
}
section.stages .holder .slider .about_info_slider_arrows a:first-child {
  margin-bottom: 48px;
}
section.stages .holder .slider .about_info_slider {
  width: 100%;
  max-width: 860px;
  margin: 0 -8px;
}
section.stages .holder .slider .about_info_slider .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}
section.stages .holder .slider .about_info_slider .slick-list {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}
section.stages .holder .slider .about_info_slider .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.stages .holder .slider .about_info_slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
section.stages .holder .slider .about_info_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
section.stages .holder .slider .about_info_slider .slick-snext,
section.stages .holder .slider .about_info_slider .slick-sprev {
  display: block;
}
section.stages .holder .slider .about_info_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}
section.stages .holder .slider .about_info_slider .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}
section.stages .holder .slider .about_info_slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}
section.stages .holder .slider .about_info_slider .about_info_slide {
  width: 95%;
  height: 370px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 6px 19px -6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 6px 19px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 6px 19px -6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
}
section.stages .holder .slider .about_info_slider .about_info_slide .slick-slide {
  height: 370px !important;
}
section.stages .holder .slider .about_info_slider .about_info_slide .slick-current,
section.stages .holder .slider .about_info_slider .about_info_slide .slick-active,
section.stages .holder .slider .about_info_slider .about_info_slide .slick-center {
  margin: 0 -100px !important;
}
section.stages .holder .slider .about_info_slider .about_info_slide .text {
  max-width: 530px;
  margin: 0 auto;
}
section.stages .holder .slider .about_info_slider .about_info_slide .text h3 {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.161212px;
  color: #000000;
  margin-bottom: 15px;
}
section.stages .holder .slider .about_info_slider .about_info_slide .text p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #6C6D79;
}
section.stages .holder .slider .about_info_slider .about_info_slide .text .box {
  display: flex;
  justify-content: space-between;
}
section.stages .holder .slider .about_info_slider .about_info_slide .text .box div {
  width: 108px;
}
section.stages .holder .slider .about_info_slider .about_info_slide .text .box div span {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 10px;
  line-height: 20px;
  color: #6C6D79;
}
section.stages .holder .slider .about_info_slider .about_info_slide .text .box div span:nth-child(2) {
  color: #121212;
}
section.stages .holder .slider .img_slider_secondary {
  width: 180px;
  height: 315px;
  display: flex;
  align-items: center;
}
section.stages .holder .slider .img_slider_secondary img {
  width: 100%;
}


.btn {
  margin-top: 50px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center!important;
}
.btn a.btn {
  width: 100%;
  max-width: 310px;
  height: 45px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  /* or 187% */
  padding: 0 40px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #fe7865;
  color: #FE7865;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn a.btn img {
  margin-right: 20px;
}
footer {
  margin-top: 95px;
  padding-top: 0;
  border: 0;
  width: 100%;
  background-color: #121212;
  height: 420px;
  display: flex;
}
#scrollTop img {
  transition: all .3s ease;
}
#content {
  min-height: auto;
}
.btn.btn-primary {
  background: #315afb;
  border: 0;
  border-radius: 0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 2px;
  padding: 15px 30px;
  cursor: pointer;
}
#scrollTop:hover img {
  transform: translateY(-3px);
}
@media(max-width:768px) {
  footer {
    overflow-x: hidden;
  }
}
footer .left_social_bar {
  width: 90px;
  height: inherit;
  border-right: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  padding-top: 26px;
  box-sizing: border-box;
}
footer .left_social_bar a {
  display: block;
  margin-bottom: 15px;
}
footer .content {
  width: 100%;
  height: 100%;
  padding-top: 65px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .content .holder {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  padding: 0 15px;
}
footer .content .holder .info {
  width: 100%;
  max-width: 885px;
  margin-right: 80px;
}
footer .content .holder .info .info_top_bar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #D7D8DA;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
footer .content .holder .info .info_top_bar span {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.379167px;
  color: #315AFF;
}
footer .content .holder .info .info_top_bar a {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  white-space: nowrap;
}
footer .content .holder .info .info_text {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
footer .content .holder .info .info_text div {
  max-width: 385px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .holder .info .info_text div:first-child {
  margin-right: 10px;
}
footer .content .holder .info .info_text div ul {
  margin-right: 25px;
}
footer .content .holder .info .info_text div ul li {
  list-style: none;
  display: block;
}
footer .content .holder .info .info_text div ul li a {
  white-space: nowrap;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FFFFFF;
}
footer .content .holder .btns {
  width: 213px;
}
@media(min-width: 768px) {
  .common-home footer .content .holder .btns .dwnld {
    width: 210px;
    position: fixed;
    right: 15px;
    bottom: 65px;
  }
}
footer .content .holder .btns .dwnld a {
  /* margin-bottom: 36px; */
  width: 100%;
  height: 58px;
  background-color: #315aff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.dwnld {
  margin-bottom: 10px;
  position: relative;
}
footer .content .holder .btns .dwnld a img {
  margin-left: 16px;
}
footer .content .holder .btns .btm {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .holder .btns .btm a:first-child {
  width: 151px;
  height: 53px;
  background-color: #315aff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-right: 10px;
}
footer .content .holder .btns .btm a:nth-child(2) {
  width: 54px;
  height: 53px;
  background-color: #315aff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 17px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
footer .content .bottom_bar {
  height: 95px;
  display: flex;
}
footer .content .bottom_bar .logo {
  width: 100px;
  height: inherit;
  max-height: 95;
  background-color: #315aff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .content .bottom_bar .logo a {
  width: 68px;
  display: block;
}
footer .content .bottom_bar .logo a img {
  width: 100%;
}
footer .content .bottom_bar .lang {
  width: 271px;
  height: 100%;
  max-height: 95;
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
footer .content .bottom_bar .lang select {
  width: 30px;
  height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/icons/Vector.png) no-repeat 95% 50% transparent;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.379167px;
  color: #121212;
  border: none;
}
footer .content .bottom_bar .helps {
  width: 100%;
  background-color: #ffffff;
  padding: 0 45px;
}
footer .content .bottom_bar .helps .links {
  width: 100%;
  height: 100%;
  max-width: 930px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .content .bottom_bar .helps .links a {
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: -0.379167px;
  color: rgba(44, 46, 63, 0.697549);
  margin: 0 20px;
}
.main_reviews,
.main_advantages,
.main_catalog,
.command {
  overflow: hidden;
}

.doclist {
  position: absolute;
  background: #121212;
  top: -174px;
  padding: 5px;
  display: none;
}
.doclist.active {
  display: block;
}
#dwld-opener {
  cursor: pointer;
}
#dwld-opener img {
  transition: all .3s ease;
}
#dwld-opener.active img {
  transform: rotate(-270deg);
}
.doclist a {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 10px;
  height: auto !important;
  background: transparent !important;
  justify-content: flex-start !important;
}
.doclist a svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.doclist span {
  width: 165px;
  height: auto;
}
.close-nav,
.close-nav:hover {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  font-family: monospace;
  cursor: pointer;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0;
  box-shadow: none;
  padding: 15px;
  height: auto;
}
.alert-danger {
  color: #fb3131;
  background-color: #fb313129;
  border-color: #fb31315e;
  border-radius: 0;
}
[data-modal-opener] {
  cursor: pointer;
}
.product-filter-button {
  display: none !important;
}
.art6-filter {
  position: unset !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.art6-filter__mobile-close {
  display: none !important;
}

#amoforms_iframe_495298 {
  height: 267px !important;
}
#amoforms_iframe_495298 .amoforms__fields__submit.amoforms__submit-button {
  background-color: #FE7865 !important;
  border-radius: 5px !important;
}
#amoforms_iframe_495475 {
  position: unset !important;
  margin: 0 !important;
}

.amo-button-holder {
  right: 15px !important;
  bottom: 0 !important;
}

#amofroms_main_wrapper {
  font-family: Poppins, Arial, sans-serif !important;
  color: #fff !important;
  background: transparent !important;
}
#amofroms_main_wrapper.amoforms__fields__editor-withoutborders {
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.amoforms-footer-copyright {
  opacity: 0 !important;
}
.amoforms__field__required-inside {
  opacity: 0 !important;
}
#amoforms_iframe_495475 #button_submit, .amoforms-sended-message_wrapper {
  font-family: Roboto !important;
  display: block !important;
  width: 100% !important;
  height: 62px !important;
  border: 1px solid #ffffff !important;
  font-family: Poppins, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 12px !important;
  text-align: center !important;
  letter-spacing: 2px !important;
  text-transform: lowercase !important;
  color: #FFFFFF !important;
  padding: 20px 30px !important;
  box-sizing: border-box !important;
  margin-bottom: 8px !important;
  border: none !important;
  background-color: #1d3161 !important;
}
.amoforms__field__control {
  min-height: 53px;
  background-color: transparent !important;
  color: #fff !important;
}
#amoforms_iframe_495475 {
  height: 227px !important;
}
#amofroms_main_wrapper {
  background: #315aff !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#amoforms_iframe_495478 {
  height: 225px !important;
}
#amofroms_main_wrapper {
  background: #315aff !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.page-title .title h1.catalog2-title {
  font-size: 60px;
}
@media(max-width: 927px) {
  .page-title .title h1.catalog2-title {
    font-size: 30px;
  }
}

#amoforms_iframe_495298 div {
  width: 100% !important;
}

.art6-filter__form-box__title::after,
.art6-filter__form-box__title::before {
  display: none;
}
.art6-filter__form-box:first-child {
  display: none;
}
.art6-filter__form-box {
  border: 0;
  border-bottom: 1px solid #F0EDED;
}
section.catalog > .holder .filter .filter_categories .item {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding: 4px 0;
}
.art6-filter__form-box__title {
  background-color: #fff;
  border-bottom: 0;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item:not(.horizontal) .art6-filter__form-box__params-item__title {
    padding-left: 34px;
    margin-left: -34px;
    line-height: 15px;
    font-family: Avenir, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #303030;
    position: relative;
    z-index: 999;
}
.art6-filter__form-box--check input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
}
.art6-filter__form-box--check input:checked:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    background-image: url(../img/icons/checked.png);
    background-position: center;
    background-size: contain;
    top: -4px;
    right: -8px;
}
.art6-filter__form-box--check input:checked {
    border-color: #315afb;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item:not(.horizontal) .art6-filter__form-box__params-item__title:before {
    display: none;
}
.art6-filter__form-box__params-item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}