@charset "UTF-8";
/*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:'Poppins';font-size: 25px;text-align: center;margin-right: 15px;}
input::-ms-clear{display:none;}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
ul li{list-style:none;}
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
/*--------------------*/
p{margin: 10px 0;}
strong, b {font-weight: 700;}
textarea,input[type="email"],input[type="password"],input[type="text"] {border-radius: 0;}
.img-adaptive{display: block;max-width: 100%;height: auto; max-height: 100%;}
audio::-internal-media-controls-download-button {
    display:none;
}
audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}
audio::-webkit-media-controls-panel {
    width: calc(100% + 33px);
}  
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;800&display=swap');
@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url(fonts/MuseoSansCyrl-500.eot);
    src: local("MuseoSansCyrl-500"), url(fonts/MuseoSansCyrl-500.eot?#iefix) format("embedded-opentype"), url(fonts/MuseoSansCyrl-500.woff) format("woff"), url(onts/MuseoSansCyrl-500.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url(fonts/MuseoSansCyrl-900.eot);
    src: local("MuseoSansCyrl-900"), url(fonts/MuseoSansCyrl-900.eot?#iefix) format("embedded-opentype"), url(fonts/MuseoSansCyrl-900.woff) format("woff"), url(fonts/MuseoSansCyrl-900.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #333;
  font-display: swap;
  -webkit-overflow-scrolling: touch;
}
body.overflow {
  overflow: hidden;
}
a {
  color: #333;
  display: inline-block;
}
.hide {
  opacity: 0;
}
.wrap_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  padding: 10px 50px;
}
.header__logo img {
  max-width: 200px;
}
.header__phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
}
.header__phone a {
  font-size: 30px;
  font-weight: 700;
}
.under_phone {
  font-size: 12px;
  text-align: center;
}
.wrap_main {
  width: 100%;
  height: calc(100vh - 180px);
  position: relative;
  display: flex;
  justify-content: space-between;
}
.main_left, .main_right {
  width: 50%;
}
.main_right {
  text-align: right;
  padding: 50px;
  position: relative;
}
.social_life {
  position: absolute;
  bottom: 40%;
  width: 50px;
  right: 50px;
  z-index: 10;
}
.social_life ul li:not(:last-child) {
  margin-bottom: 15px;
}
.main_title {
  position: relative;
  padding: 50px 50px 30px;
}
.bordered {
  position: relative;
}
.bordered::after {
  transform: translateZ(-1px);
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 14px;
  background: rgb(78 156 255 / 40%);
  border-radius: 24px;
}
.title__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'Museo Sans Cyrl', Arial, Helvetica, sans-serif;
  transform-style: preserve-3d;
}
.title__subtitle {
  font-size: 25px;
  margin-top: 30px;
  color: #4e9cff;
  font-weight: 700;
}
.main_bonus {
  margin: 0 50px;
}
.main_bonus ul li {
  position: relative;
  padding-left: 50px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
}
.main_bonus ul li::after {
  content: attr(data-block);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4e9cff;
  color: #fff;
}
.title_li {
  font-weight: 700;
}
.social_life a img {
  max-width: 40px;
  width: 30px;
}
.main_bottom_img {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 620px;
}
.main_button {
  margin-left: 50px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.main_button #start_test, .goto a, .main_button #my_account {
  background: #ffdf81;
  padding: 21px 40px;
  border-radius: 20px;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  text-align: center;
  letter-spacing: 3px;
}
.main_button #my_account {
	background: #4e9cff;
	color: #fff;
}
.goto {
  margin: 10px;
}
.location_li {
  position: relative;
}
.hover_location {
  display: none;
  opacity: 0;
  height: 0;
  position: absolute;
  transition: all .5s ease;
  right: 0;
  width: 300px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 15px;
  box-shadow: 0 16px 35px rgb(34 38 45 / 16%);
}
.location_li:hover > .hover_location, .location_mobile:hover > .hover_location {
  display: block;
  opacity: 1;
  height: auto;
}
.block_we {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  margin: 0 100px;
  padding: 20px 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 15px;
  box-shadow: 0 16px 35px rgb(34 38 45 / 16%);
}
.block__item {
  display: flex;
  align-items: center;
  padding: 10px;
}
.item__icon img {
  max-width: 40px;
  margin-right: 15px;
}
.item__title {
  font-family: 'Museo Sans Cyrl';
  font-size: 25px;
  font-weight: 500;
}
section#test {
  margin-top: 150px;
}
.wrap_test {
  padding: 50px;    
  background: #f0f7ff;
}
.test_block {
  text-align: center;
  font-size: 24px;
  margin-bottom: 80px;
}
.test__title {
  font-size: 90px;
  margin-bottom: 20px;
  animation: rotate 1s linear infinite;
}
.blue-check{
  filter: hue-rotate(90deg) saturate(1.5);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.test__subtitle {
  max-width: 800px;
  margin: 0 auto;
}
.choose_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.choose__item {
  width: 80%;
  margin: 5%;
  padding: 30px;
  border-radius: 15px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.choose__item:nth-child(1) {
  background-color: #9676e3;
  box-shadow: 4px 4px 24px rgb(150 118 227 / 80%);
}
.choose__item:nth-child(2) {
  background-color: #5db160;
  box-shadow: 4px 4px 24px rgb(93 177 96 / 80%);
}
.choose__item:nth-child(3) {
  background-color: #ffbe00;
  box-shadow: 4px 4px 24px rgb(255 200 0 / 80%);
}

.choose__title {
  font-family: 'Museo Sans Cyrl';
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.choose__about {
  text-align: center;
  margin-top: 40px;
}
.choose_img {
  position: absolute;
  font-size: 80px;
  bottom: 0;
  left: -40px;
}
.choose_img img {
  width: 80px;
  height: 80px;
}
.choose__about a, .send_btn{
  padding: 10px 15px;
  background: #fff;
  border-radius: 8px;
  margin-top: 40px;
  cursor: pointer;
}
.thanks {
  margin-top: 30px;
  max-width: 300px;
  text-align: center;
}
section#courses {
  background: #f3f2f0;
}
.card {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 26%);
  border-radius: 20px;
  border: none;
  padding: 40px 35px;
  height: 420px;
  min-width: 100%;
}
.card:hover {
  box-shadow: 0 1px 16px 0 rgb(0 0 0 / 26%);
}
.wrap_courses {
  padding: 50px;
}
.courses_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.courses_block {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  display: flex;
  justify-content: center;
}
.card__title {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'Museo Sans Cyrl', Arial, Helvetica, sans-serif;
}
.card__subtitle {
  font-size: 20px;
  color: #888;
}
.courses_card {
  height: 100%;
  position: relative;
  min-width: 100%;
}
.card__about {
  margin: 30px 0;
}
.card_link {
  text-align: center;
  margin-bottom: 80px;
}
.card_link span {
  border-bottom: 3px dashed #4E9CFF;
  font-weight: 700;
  font-size: 16px;
}
.card_img {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: calc(50% - 50px);
}
.card__desc {
  font-size: 18px;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
}
.card__desc::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/icons/check.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 8px;
}
/*МОДАЛЬНОЕ ОКНО*/
.block_modalka_zvonok {
  padding: 20px;
}
.form_title {
  font-size: 30px;
  font-weight: 700;
  padding: 30px;
  font-family: 'Museo Sans Cyrl', Arial, Helvetica, sans-serif;
  background: #f3f2f0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
#input_1, #input_2, #input_3, #input_4, #input_5  {
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#input_tel, #input_name, #input_city, #input_new, #input_tel_2, #input_name_2, #input_city_2, #input_new_2, #input_tel_3, #input_name_3, #input_city_3, #input_new_3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding: 5px 10px;
  margin-bottom: 0;
}
.modal_div {
  width: 85%;
  max-width: 550px; 
  background: #fff;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -150px;
  margin-left: -275px;
  display: none;
  opacity: 0;
  z-index: 9999;
  border-radius: 20px;
  overflow: hidden;
}
.modal_div .modal_close {
  width: 25px;
  height: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #e73300;
}
.modal_content{
  text-align: center;
}
/* Пoдлoжкa */
#overlay {
  z-index:3;
  position:fixed;
  background-color:rgba(7,7,7,.54);
  width:100%; 
  height:100%;
  top:0;
  left:0;
  cursor:pointer;
  display:none;
}
#hidden {
  background: #6AACFF;
}

#hidden_error {
  background: #FF7B7B;
}

#hidden, #hidden_error {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 0px;
  text-align: center;
  vertical-align: middle;
  line-height: 67px;
  font-weight: 700;
  color: #fbfcfd;
  text-transform: uppercase;
  font-size: 20px;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#hidden.show, #hidden_error.show {
  height: 70px;
  visibility: visible;
}

.text_hidden.hidden {
  display: none;
}
.modal__about.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 26%);
  border-radius: 10px;
  padding: 20px;
  max-width: 80%;
  margin: 20px auto;
}
.price .title_modal {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888;
}
.price_more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.price_more_block {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 5%;
  justify-content: center;
  align-items: center;
}
.vid {
  display: block;
  font-size: 12px;
  text-align: center;
}
.price_more_item {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Museo Sans Cyrl';
  text-align: center;
}
.sublitle_price {
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}
.little {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
}
.check_zakaz {
  background: #4E9CFF;
  padding: 21px 40px;
  border-radius: 20px;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  text-align: center;
  color: white;
}
.modal__about {
  line-height: 26px;
}
.title_modal {
  font-weight: 700;
}
.zakaz_kursa {
  text-align: center;
}
section#faq {
  background: #65abff;
}
.faq-title {
  text-align: center;
}
.faq-question {
  margin-bottom: 25px;
  padding: 20px 10px 20px 80px;
  background-color: white;
  box-shadow: 0 5px 11px 2px rgb(90 105 142 / 33%);
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  border-radius: 20px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.faq-link {
  font-size: 22px;
  position: relative;
}
.faq-link::before {
  position: absolute;
  content: "+";
  font-size: 40px;
  color: #4e9cff;
  width: 16px;
  height: 16px;
  left: -45px;
  bottom: 80%;
  transition: all .5s linear;
}
.faq-question.active .faq-link::before {
  content: "-";
}
.faq-text {
  margin: 30px 10px;
  line-height: 26px;
}
.faq-text ul {
  margin-top: 10px;
}
.faq-text ul li {
  list-style: disc;
}
.contact_block {
  display: flex;
  justify-content: space-between;
}
.map, .adress {
  width: 50%;
  padding: 0 50px;
}
.adress {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 11px 2px rgb(90 105 142 / 33%);
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 20px;
}
.adress_block img {
  width: 18px;
  height: 18px;
}
.modal_video {
  border-bottom: 3px dashed #4e9cff;
}
footer {
  background-color: #4a4f5f;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 40px 50px;
  color: #c8cbcf;
}
.footer_link > a {
  color: #c8cbcf;
}
.footer_link > a:hover {
  opacity: 80%;
}
.footer_link {
  line-height: normal;
  padding: 10px;
}
.hidden {
  display: none;
}
#questions {
  width: 90%;
  max-width: 800px;
}
.result_wrap  {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 16px 35px rgb(34 38 45 / 16%);
  overflow: hidden;
}
.result_left {
  width: 50%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 25px;
}
.result_right {
  position: relative;
  background: #4e9cff;
  border-radius: 200px 0 0 200px;
  width: 50%;
  height: 400px;
  padding: 50px;
  color: #fff;
}
.result_right::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: right;
  width: 300px;
  height: 300px;
  background-size: contain;
  bottom: 0;
  right: 0;
}
.result_right.secondary::after {
  background-image: url(../img/result_bg.png);
}
.result_right.primary::after {
  background-image: url(../img/result_bg_pr.png);
}
.result_title {
  font-family: 'Museo Sans Cyrl', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.res_text {
  margin-left: 50px;
}
.location_mobile {
  display: none;
}
.form_group {
  margin: 10px 0;
  position: relative;
}
.form_group input:not(:placeholder-shown) + label, .form_group input:focus:not([readonly]) + label {
    font-size: 11px;
    color: #444;
    transform: translateY(-170%);
}
.form_group input {
    text-rendering: auto;
    color: #fff;
    font-weight: 700;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    cursor: text;
    overflow: visible;
    width: 50%;
    font-size: 18px;
    line-height: 1.5;
    height: auto;
    padding: 11px 0px;
    margin: 0px 0px 10px;
    background-image: none;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 2px solid rgb(200, 199, 199);
    transition: border-color 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    outline: 0px;
    font-weight: 400;
    position: relative;
}
.form_group label {
  position: absolute;
  top: 20px;
  left: 0px;
  transition: all 0.2s ease-out 0s;
  cursor: text;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
}

.test_online {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 200px;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 16px 35px rgb(34 38 45 / 16%);
}
#progress {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.container {
  width: 100%;
  background-color: white;
  display: block;
  overflow: hidden;
}

.answer {
    margin-right: 100px;
    text-align: right;
}

.hl {
    border: 2px solid #979797;
    width: 17%;   
}
.number {
    background-color: black;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.answers {
    width: 100%;
    padding: 0 8px;
    border: 1px solid #8b8b8b;
    margin-bottom: 10px;
    border-radius: 12px!important;
    cursor: pointer;
}
.answers:hover{
    border: 1px solid #4CCBFA;
}
.button_next {
  display: block;
  text-decoration: none;
  background: #EB6250!important;
  color: #ffffff;
  border: 0px solid #006089;
  border-radius: 52px;
  font-size: 18px;
  padding: 18px 60px!important; 
  transition: all 0.4s ease;
  margin-right: 0px;
  margin-left: auto;
  cursor: pointer;
}
.button_blue {
  cursor: pointer;
  padding: 10px;
  border: 2px solid #B8D7FF;
  background: transparent;
  border-radius: 10px!important;
  font-size: 14px;
}
.border-grey {
  border-radius: 20px;
  box-shadow: 0 5px 11px 2px rgb(90 105 142 / 33%);
}
.border20 {
   border-radius: 20px;
}
.answers.active {
  border-color: #0091ea;
  color: #0091ea;
  font-weight: 700;
  border: 2px solid #0091ea;
}
.circle {
  width: 100px;
  height: 100px;
  border: 4px solid #ddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  margin: 0 auto;
}
.about_p {
  width: 100%;
  display: block;
  font-size: 12px;
}
.animate__delay-1 {
  animation-delay: 0.5s;
}
.animate__delay-2 {
  animation-delay: 1s;
}
.animate__delay-3 {
  animation-delay: 1.5s;
}
.subtitle_li {
    color: #888;
}

@media (max-width: 991px) {
  .block_we {
    padding: 10px;
    margin: 0 20px;
  }
  .item__title {
    font-size: 20px;
  }
  .header__logo img {
    max-width: 160px;
  }
  .header__phone a {
    font-size: 23px;
    line-height: 30px;
  }
  .header__logo, .header__phone {
    padding: 10px;
  }
  .wrap_main {
    height: calc(100vh - 90px);
    overflow: hidden;
  }
  .main_left {
    width: 99%;
    z-index: 10;
  }
  .main_right {
    width: 1%;
    padding: 0;
  }
  .main_title {
    padding: 15px 25px;
  }
  .social_life {
    width: 30px;
    right: 30px;
  }
  .title__title {
    font-size: 28px;
    line-height: 120%;
  }
  .main_bottom_img {
    width: 70%;
    /* right: -20px; */
    z-index: 0;
  }
  .title__subtitle {
    font-size: 18px;
    margin-top: 21px;
  }
  .main_bonus {
    margin: 0 10px;
  }
  .main_bonus ul li {
    height: 40px;
    font-size: 16px;
  }
  .main_bonus ul li::after {
    width: 25px;
    height: 25px;
  }
  .main_button {
  	margin-left: 20px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
  }
  .main_button #start_test,
  .main_button #my_account {
    padding: 15px 20px;
    min-width: unset;
  }
  .test__subtitle {
    font-size: 20px;
  }
  .choose_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .location_li:last-child {
    display: none;
  }
  section#test {
    margin-top: 50px
  }
  .wrap_test {
    padding: 40px 20px;
  }
  .hover_location {
    top: -20px;
    right: unset;
    left: 50px;
  }
  .location_mobile {
    position: absolute;
    bottom: 35px;
    left: 30px;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 100;
  }
  .location_mobile::before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #5dbaff;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
            animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }
  .location_mobile:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/icons/pin.svg) no-repeat;
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
            animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    z-index: 10;
  }
  @-webkit-keyframes pulse-ring {
    0% {
      transform: scale(0.33);
    }
    80%, 100% {
      opacity: 0;
    }
  }

  @keyframes pulse-ring {
    0% {
      transform: scale(0.33);
    }
    80%, 100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes pulse-dot {
    0% {
      transform: scale(0.8);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  @keyframes pulse-dot {
    0% {
      transform: scale(0.8);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  .choose__about a, .send_btn, .choose__about {
    margin-top: 20px;
  }
  .test_online {
    padding: 20px;
  }
  #questions {
    width: 100%;
  }
  .answer {
    text-align: center;
    margin-right: 0;
  }
  .number {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .container div {
    margin-bottom: 30px;
  }
  .container div.answers {
    margin-bottom: 10px;
  }
  .hidden_mob {
    display: none;
  }
  .choose__item {
    width: 75%;
  }
  .test_block {
    margin-bottom: 45px;
  }
  .button_next {
    margin-top: 30px;
    margin-right: auto;
  }
  .button_blue {
    margin-right: 0;
  }
  audio {
    max-width: 100%;
  }
  .result_wrap {
    flex-direction: column;
  }
  .result_right, .result_left {
    width: 100%;
    padding: 30px;
  }
  .result_right::after {
    width: 150px;
    height: 150px;
  }
  .res_text {
    margin-left: 80px;
  }
  footer {
    font-size: 16px;
    flex-direction: column;
  }
  .footer_link { 
    text-align: center;
  }
  .card {
    width: 500px;
    min-width: auto;
  }
  .contact_block {
    flex-wrap: wrap;
  }
  .adress {
    margin-top: 30px;
    padding: 15px;
    width: 100%;
  }
  .map {
    padding: 0px;
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1370px) {
  .main_title {
    padding: 20px 50px 30px;
  }
  .title__title {
    font-size: 35px;
    line-height: 40px;
  }
  .choose__item {
    height: 290px;
  }
  .main_button {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .card {
    width: 500px;
  }

}
/* Малые девайсы («ландшафтные», < 768px) */
@media (max-width: 767.98px) {
  .modal_div {
    margin-left: -42%;
  }
  .card {
    height: auto;
  }
  .bordered::after {
    height: 9px;
  }
  .courses_col {
    flex-direction: column;
  }
}

/* Экстрамалые девайсы («телефоны», < 576px) */
@media (max-width: 575.98px) {
  .main_button {
    align-items: center;
  }
  .courses_block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
	.wrap_courses {
		padding: 50px 10px;
	}
	.sublitle_price {
		font-size: 11px;
     line-height: 15px;
	}
  .result_left {
    text-align: center;
  }
  .block_modalka_zvonok, .form_title {
    padding: 20px;
  }
  .modal__about.price {
    padding: 10px;
    max-width: 100%;
    margin: 10px auto;
  }
  .price_more_block {
    width: 50%;
  }
  .faq-question {
    padding: 20px 10px 20px 40px
  }
  .faq-link::before {
    left: -30px;
  }
  .header__logo img {
    max-width: 120px;
  }
  .title__title {
    font-size: 22px;
  }
  .wrap_main {
    height: 760px;
  }
  .main_bottom_img {
    right:15%;
  }
  .form_title {
    font-size: 24px;
  }
  .modal__about {
    font-size: 16px;
  }
  .check_zakaz {
    margin-right: 0;
  }
  .card__title {
    line-height: 120%;
    font-size: 23px;
  }
  .modal_div .modal_close {
    right: 0px;
  }
  .card__subtitle {
    font-size: 17px;
  }
  .card {
    width: 100%;
  }
}
@media (max-width: 375.98px) {
  .wrap_courses {
    padding: 50px 15px;
  }
  .result_right::after {
    display: none;
  }
  .text_hide {
    display: none;
  }
  .mob_new {
    display: inline-block;
  }
  .title__subtitle {
    margin-top: 15px;
  }
  .header__logo, .header__phone {
    padding: 5px;
  }
  .header__phone a {
    font-size: 21px;
    line-height: 27px;
  }
  .main_bonus ul li {
    height: 35px;
    font-size: 14px;
  }
  .main_button {
    margin-top: 10px;
    align-items: center;
  }
  .block_modalka_zvonok, .form_title {
    padding: 20px;
  }
  .modal_div {
    overflow: scroll;
  }
  .main_bottom_img {
    width: 100%;
    right: 0;
  }
  .main_title {
    padding: 10px;
  }
  .hover_location {
    width: 280px;
  }
  .price_more_item {
    font-size: 18px;
  }
  .little {
    text-align: center;
    font-size: 10px;
    margin-top: 2px;
  }
  .check_zakaz {
    min-width: 100%;
  }
}