﻿body {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  min-width: 375px!important;
}

body * {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: normal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  border: none;
  opacity: 1;
  transition: 0.4s;
}

header {
  position: fixed;
  z-index: 100;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 105px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 35px 30px 35px;
}

.menu_open {
  display: none;
}


header .logo {
  min-width: 166.97px;
  min-height: 28px;
}

header .logo div {
  transition: 0.3s;
  top: 0px;
  position: absolute;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

header .logo .black_logo {
  opacity: 0;
}

.black .logo .black_logo {
  opacity: 1;
}

.black .logo .white_logo {
 opacity: 0;
}

.logo img {
  object-fit: cover;
  height: 100%;
}

.pointer_events_none {
  pointer-events: none;
}

.menu_header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.menu_header li, .menu_header div {
  margin-left: 40px;
}

.menu_header a {
  font-family: 'CircularStd-Book';
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.500211px;
  color: #FFFFFF;
  border-bottom: 1px solid;
  border-color: rgba(255,255,255,0);
  transition: 0.3s;
  white-space: fit-content;
  padding-bottom: 5px;
}

.menu_header a:hover {
  border-color:rgba(255,255,255,1);
}

.active_point_menu a {
  border-color:rgba(255,255,255,1);
}

.black  a{
  border-color: rgba(25,25,27,0);
  color: #19191B;
}

.black .active_point_menu a {
  border-color:rgba(0,0,0,1);
}

.black a:hover {
  border-color:rgba(25,25,27,1);
}

.button_start {
 padding: 0px 30px 0px 30px;
 height: 45px;
 line-height: 45px;
 border: 1px solid #FFFFFF;
 box-sizing: border-box;
 border-radius: 5px;
 text-align: center;
 transition: 0.3s;
 font-family: 'CircularStd-Book';
 font-weight: 450;
 font-size: 16px;
 letter-spacing: -0.500211px;
 color: #FFFFFF;
 cursor: pointer;
}

.black .button_start {
  color: #19191B;
  border-color: #19191B;
}

.button_start:hover {
 border: 1px solid #EF3841;
 background-color: #EF3841;
 color: #FFFFFF;
}

.logo {
  position: relative;
}

.line_scrollbar {
  transition: 0.3s;
  position: fixed;
  bottom: 0px;
  left: 59px;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  height: 484px;
  z-index: 100;
  background-color: rgba(255,255,255,0.3);
}


.line_grey {
  transition: 0.3s;
  height: 100%;
  width: 1px;
  height: 330px;
  overflow: hidden;
}

.line_current_slide {
  transition: 0.3s;
  opacity: 0;
  height: 20%;
  width: 1px;
  background-color: #ffffff;
}

.line_scrollbar_active .line_current_slide {
  opacity: 1;
  margin-top: 0;
}

.scrollbar_down_fixed {
  height: 556px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.scrollbar_down_fixed .line_current_slide {
  position: absolute;
  bottom: 0;
}

.scrollbar_down_fixed {
  padding-bottom: 67px;
}

.scrollbar_down_fixed .line_grey {
  height: 100%;
  position: relative;
}

.black_progress {
  background-color: #E1E1E1;
}

.black_progress .line_current_slide {
  background-color: #333333;
}

.pagepiling {
  width: 100vw;
  height: 100%;
  min-height: 100%;
  position: relative;
  background-color: #FFF;
}

.section {
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}

.section_container {
  height: 100vh;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 110px;  
}

.section_container {
  position: relative;
  width: 100%;
  padding-left: 118px;
  padding-right: 118px;
  display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.section .section_container {
  position: relative;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main_page .section_container {
  padding-bottom: 135px;
}

.main_page .text_container {
  z-index: 10;
}

.pp-tableCell {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}


.red_circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #EF3841;
  position: fixed;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  right: 0px;
  top: 50%;
  margin-top: -175vw;
  margin-right: -175vw;
  width: 350vw;
  height: 350vw;
  -webkit-transition: 1.4s;
  -moz-transition: 1.4s;
  -ms-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  z-index: 5;
}

.red_circle_active {
  transform: scale(0);
}







.left_content_container .header_main_block {
  font-family: 'DINpro_bold';
  font-size: 110px;
  line-height: 90px;
  letter-spacing: -4px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 10;
  transform: translateY(-10px);
}

.typingString .ti-cursor{
  color: #EF3841!important;
  font-size: 50px;
}

.typingString {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.red_text {
  color: #EF3841;
}



.main_page {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/main_bg.jpg);
}

.main_page .left_content_container {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.main_page .left_content_container {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.main_page .right_content_container {
  width: 296px;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

.main_page .right_content_container p{
  font-family: 'CircularStd-Book';
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  letter-spacing: -0.500211px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.video_block {
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

video[poster]{
  height:inherit;
  width:inherit;
  object-fit: cover;
}

.video_block_active:hover video{
  filter: brightness(40%)
}

.stop_video_button {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}

.video_block_active:hover .stop_video_button{
  opacity: 1;
}

.video_block_active .play_video_button {
  opacity: 0;
}


.play_video_button {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background: rgba(51, 51, 51, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}



.play_video {
  z-index: 1;
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}



video {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.menu_right {
  position: fixed;
  top: 50%;
  margin-top: -150px;
  right: 20px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 10;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.menu_right li {
  margin-bottom: 30px;
}

.menu_right li a {
  height: 20px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: none;
}

.menu_right li a span {
  height: 1px;
  width: 20px;
  background-color: #BDBDBD;
  transition: 0.3s;
}

.menu_right .active_point a span {
  width: 40px;
  background-color: #333333;

}


.active_menu_right {
 opacity: 1;
 pointer-events: all;
}

footer {
  position: fixed;
  bottom: 67px;
  width: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 118px;
  padding-right: 118px;
}



.content_footer {
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.3);
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  transition: 0.3s;
}


footer .hidden_links a {
  font-family: 'CircularStd-Book';
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.500211px;
  color: #fff;
  margin-right: 40px;
  transition: 0.3s;
  opacity: 0;
}




.scroll {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-left: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 14px;
  width: 110px;
  height: 20px;
}


.scroll div {
  cursor: pointer;
  font-family: 'CircularStd-Book';
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.500211px;
  transition: 0.3s;
  color: #FFF;
}

.scroll_up {
  z-index: -5;
  opacity: 0;
  position: absolute;
  height: 100%;
  left: 16px;
}

.scroll_down {
  height: 100%;
  position: absolute;
  left: 16px;
  opacity: 0.7;
}

.scroll_down:hover {
  opacity: 1;
} 

.scroll_active .scroll_up {
  opacity: 0.7;
  z-index: 1;
}

.scroll_active .scroll_down {
  opacity: 0;
  z-index: -5;
}

.scroll_active .scroll_up:hover {
  opacity: 1;
}


.black .scroll a{
 color: #19191B;
 opacity: 0.7;
}

.black .scroll div{
 color: #19191B;
}

.black .scroll {
  border-left: 2px solid #19191B;
}


.linkedIn {
  font-family: 'CircularStd-Book';
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  letter-spacing: -0.500211px;
  transition: 0.3s;
  color: #fff;
}

.linkedIn span {
  margin-right: 20px;
  transition: 0.3s;
  color: #fff;
}

.linkedIn .linkedIn_in {
  margin-right: 0;
}

footer .linkedIn svg {
  fill: #fff;
  transition: 0.3s;
  margin-right: 16px;
}


footer  .active_link a {
 color: #fff;
 opacity: 0.4;
}

.black  .active_link a {
 color:  #19191B;
 opacity: 0.4;
}

.black  .active_link a:hover {
 opacity: 1;
}

footer a:hover {
  opacity: 1;
}

.black  a:hover {
  opacity: 1;
}

.black {
  border: none;
}

.black .content_footer {
  border-top: 1px solid rgba(0,0,0,0);
}

.black .linkedIn .linkedIn_in{
  color: #333333;
  opacity: 0.7;
}

.black .linkedIn svg {
  fill: #19191B;
}

.black .linkedIn span {
  color: #19191B;
  opacity: 0.4;
}

.linkedIn:hover span, .linkedIn:hover .linkedIn_in {
  opacity: 1;
}


.section .right_content_container {
  position: absolute;
  right: 0px;
}


.separator {
  position: absolute;
  width: 512px;
  height: 1px;
  bottom: 0px;
  opacity: 0.15;
  background-color: #333333;
}

.left_section .header_title {
 margin-top: 24px;
 font-family: 'CircularStd-Book';
 font-weight: bold;
 font-size: 45px;
 line-height: 55px;
 letter-spacing: -1.87579px;
 color: #19191B;
 width: 511px;
}

.left_section p {
  color: #717171;
  font-family: 'CircularStd-Book';
  font-size: 16px;
  line-height: 28px;
  width: 511px;
  letter-spacing: -0.500211px;
}

.left_section .subtitle_header {
  color: #717171;
  margin-top: 16px;
  font-family: 'CircularStd-Book';
  font-size: 16px;
  line-height: 28px;
  width: 511px;
  letter-spacing: -0.500211px;
}


.left_section .text_container {
  margin-top: 39px; 
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; 
}

.red_bubble_header {
  letter-spacing: auto;
  padding: 8.5px 18px 8.5px 18px;
  background: #EF3841;
  border-radius: 90px;
  font-family: 'DINpro_bold';
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF
}

.left_section {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: center;
}

.right_section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  max-height: 100%;
  width: 444px;
  overflow: hidden;
  object-fit: contain
}

.right_section img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.black_section {
  background-color: #19191B;
}

.black_section .header_title {
  color: #FFF;
  width: 410px;
}

.black_section .subtitle_header {
  color: #BABABA;
  width: 423px;
}

.black_section .button_start {
  margin-top: 30px;
}

.black_section .right_section {
  width: 514px;
  background-color: rgba(0,0,0,0);
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.slider {
  margin-top: 52px;
  width: 435px;
  height: 1px;
  background-color: #5E5E5F;
  position: relative;
  z-index: 5;
  margin-left: -1px;
}

.slider:before {
  content:'';
  position: absolute;
  left: -29px;
  width: 29px;
  height: 1px;
  top: 0px;
  background: linear-gradient(to left, rgba(239,56,49,1), rgba(239,56,49,0));
}

.slider:after {
  content:'';
  position: absolute;
  right: -29px;
  width: 29px;
  height: 1px;
  top: 0px;
  background: linear-gradient(to left, rgba(94,94,95,0), rgba(94,94,95,1));
}

.slider_after_active:after {
  height: 1px;
  top: 0px;
  background: linear-gradient(to left, rgba(239,56,49,0), rgba(239,56,49,1));
}

.red_circle_slider {
  position: relative;
  width: 9px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  transition: 0.3s;
}

.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5E5E5F;
  border: 0px solid #EF3841;
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -5px;
  z-index: 10;
  pointer-events: none;
}

.red_circle_slider_active_small .circle{
  background-color: #EF3841;
  
}


.red_circle_slider_active .circle{
  border: 7px solid #EF3841;
  width: 10px;
  height: 10px;
  background-color: #000;
  margin-left: -12px;
  top: -12px;
  position: absolute;
}

.circle_block {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ui-slider .ui-slider-range {
  height: 1px;
}

.red_circle_slider .bottomText {
  width: 69px;
  margin-top: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.red_circle_slider .bottomText  span {
  opacity: 0;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  pointer-events: none;
  position: absolute;
  bottom: -20px;
  width: 100%;
  left: 0;
}

.bottomText p {
  margin-top: 0;
  transition: 0.3s;
  color: #5E5E5F;
  width: 100%;
  text-align: center;
  line-height: auto;
  position: relative;
}

.red_circle_slider_active .bottomText p {
  color: #FFF;
  font-size: 21px;
}

.red_circle_slider_active .bottomText  span {
  opacity: 1;
  pointer-events: all;
}

.slider_block {
  flex-direction: column;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-top: 98px;
}

.price_block_counter {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.price_block_counter h3 {
  font-family: 'CircularStd-Bold';
  font-size: 34px;
  line-height: 43px;
  letter-spacing: -0.750316px;
  color: #FFFFFF;
}

.price_block_counter p {
  margin-top: 0;
  font-family: 'CircularStd-Book';
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.500211px;
  color: #BABABA;
  width: 100%;
}


.price_right {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.buttons_block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 57px;
}

.active_choose_button {
  border: 1px solid #EF3841;
  background-color: #EF3841;
}

.black_section .button_choose {
  margin-top: 0;
}



.mobile_attention {
  display: none;
}

.desktop_attention {
  width: 100%;
  padding-left: 10px;
  margin-top: 22px;
}

.black_section .desktop_attention p {
  margin-top: 0;
  position: relative;
  width: 100%;
}

.desktop_attention p span {
  position: absolute;
  left: -7px;
  top: 0;
}

.video_block_about_us {
  overflow: hidden;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  width: 541px;
  height: 444px;
  position: absolute;
  right: 0px;
}

.video_block_about_us video {
  height: 100%;
}


.video_image {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.video_image img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.mobile {
  display: none;
}

.answer_page .subtitle_header {
  width: 430px;
  margin-top: 7px;
}

.answer_page .subtitle {
  margin-top: 21px;
  color: #EF3841;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(51,51,51,0.15);
}


.answer_page .header_title {
  width: 430px;
}

.answer_page .right_section {
  background: none;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.answer_page .right_section .video_block {
  width: 442px;
  height: 233px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.answer_page video {
  height: auto;  
}

.answer_page .text_container {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.back_button {
  margin-top: 22px;
  font-family: 'DINpro_medium';
  cursor: pointer;
  color: #EF3841;
  height: 27px;
  font-size: 14px;
  line-height: 27px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #EF3841;
  border-radius: 90px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.back_button svg {
  width: 7.4px;
  height: 12px;
  margin-top: 1px;
  margin-right: 10px;
}

.back_button svg path {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.back_button:hover {
  color: #FFF;
  background-color: #EF3841;
}

.back_button:hover svg path {
  fill: #fff;
}

.back_button span {
  display: block;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.search_block_input {
  position: relative;
  margin-left: 22px;
}

.search_container {
  display: flex;
  width: 430px;
  height: 100%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.search {
  cursor: pointer;
  height: 33px;
  font-family: 'CircularStd-Book';
  font-size: 16px;
  letter-spacing: -0.500211px;
  border: 1px solid #19191B;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 38px 6px 38px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search:placeholder {
  color: #A3A3A4;
}

.search:hover:placeholder {
  color: #19191B;
}

.search:hover {
  -webkit-box-shadow: 1px 0px 20px rgba(0,0,0,0.05);
  box-shadow: 1px 0px 20px rgba(0,0,0,0.05);
}

.search:focus {
  border: 1px solid #EF3841;
}

.search_block_input label {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 8px;
  display: block;
}

.ToggleSectionBlock {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.ToggleButton {
  padding: 5.8px 18.14px 5.8px 18.14px;
  border: 1.2963px solid rgba(51, 51, 51, 0.15);
  box-sizing: border-box;
  border-radius: 116.667px;
  font-family: 'DINpro_bold';
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #19191B;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 13px;
}

.ToggleButton:hover {
  color: #FFF;
  border: 1.2963px solid #19191B;
  background-color: #19191B;
}

.ToggleButton_active {
  color: #FFF;
  border: 1.2963px solid #19191B;
  background-color: #19191B;
}


.question_block {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
  overflow: hidden;
  margin-bottom: 72px;
  padding-top: 1px;
}

.question_block li {
  width: 430px;
  height: 44px;
  border: 1px solid #E1E1E1;
  border-right: none;
  border-left: none;
  margin-top: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
}

.question_block .active_question {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}

.question_block li:nth-child(odd) {
}

.question_block li a {
  display: block;
  width: 100%;
  line-height: 15px;
  display: block;
  font-family: 'DINpro_bold';
  font-size: 16px;
  letter-spacing: -0.500211px;
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.question_block li a:hover {
  color: #EF3841;
}

.hidden_list_block {
  margin-top: 45px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 100%;
  position: absolute;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0;
  background-color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 6px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -ms-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  box-shadow: 1px 0px 10px rgba(0,0,0,0.1);
  pointer-events: none!important;
  z-index: 100;

}

.hidden_list {
  max-height: 200px;
  overflow: auto;
  padding-right: 6px;
}

.hidden_list_active {
 pointer-events: auto!important;
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 -ms-transform: translateY(0px);
 -o-transform: translateY(0px);
 transform: translateY(0px);
 z-index: 100;
}

.hidden_list::-webkit-scrollbar { width: 2px; }
.hidden_list::-webkit-scrollbar-track {
 background-color: none;
 margin-top: 10px;
 margin-bottom: 10px;
}
.hidden_list::-webkit-scrollbar-thumb { background-color: #242E45; }




.hidden_list li {
  border-bottom: 1px solid rgba(51,51,51,0.15);
}

.hidden_list li a {
  width: 100%;
  height: 100%;
  display: block;
  font-family: 'CircularStd-Book';
  font-size: 14px;
  letter-spacing: -0.500211px;
  color: #333333;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hidden_list li a:hover {
  color: #EF3841;
}

.hidden_list li:last-child {
  border: none;
}


.pagination_block {
  position: absolute;
  bottom: 61px;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.pagination_numbers {
  height: 27px;
  width: 28px;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.15;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 90px;
  font-family: 'DINpro_medium';
  font-size: 14px;
  text-transform: uppercase;
  color: #19191B;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 25px;
}

.hide_pagination {
  display: none;
}

.pagination_numbers:hover {
  opacity: 1;
}

.active_pagination {
  background-color: #EF3841;
  border: 1px solid #EF3841;
  color: #fff;
  opacity: 1;
}

.more_pagination {
  cursor: pointer;
  height: 27px;
  border: 1px solid #EF3841;
  box-sizing: border-box;
  border-radius: 90px; 
  text-transform: uppercase;
  font-family: 'DINpro_medium';
  font-size: 14px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #EF3841;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-left: 10px;
  padding-right: 10px;
}

.more_pagination:hover {
  color: #fff;
  background-color: #EF3841;
}

.hide_pagination {
  display: none;
}

.main_page .line_scrollbar {
  display: none;
}

.hide {
  display: none;
}

.pagepiling {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100vw;
  min-height: 100vh;
  background-color: #FFF;
}
.hidden_element {
  display: none;
}





@font-face {
  font-family: 'DINpro_bold';
  src: url(../fonts/DINpro_bold.otf);
}

@font-face {
  font-family: 'CircularStd-Book';
  src: url(../fonts/CircularStd-Book.otf);
}

@font-face {
  font-family: 'CircularStd-Bold';
  src: url(../fonts/CircularStd-Bold.otf);
}
@font-face {
  font-family: 'DINpro_medium';
  src: url(../fonts/DINpro_medium.otf);
}






