.style_authForm__39fnN{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.style_auth__388FA{
  background: #dfedfd;
  width: 400px;
  border: 1px solid #c0d6ef;
}

.style_dopInfo__34X-_{
  width: 400px;
  margin-top: 50px;
  color: grey;
}

.style_dopInfo__34X-_ ul{

}

.style_dopInfo__34X-_ ul li{
  padding: 10px 0 0;
}

.style_title__36ITu{
  text-align: center;
  padding: 20px 10px 10px;
  color: #326398;
}

.style_input__2ACOa{
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.style_input__2ACOa span{
  display: block;
  width: 18%;
  font-weight: 700;
  color: #326398;
}

.style_input__2ACOa input{
  width: 70%;
  padding: 10px;
  border: 1px solid #bfd5ef;
  outline: none;
}

.style_buttonLayout__leNnp{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.style_button__3a-Y6{
  background: #326398;
  color: white;
  padding: 8px 50px;
  border-radius: 5px;
  cursor: pointer;
}

.style_button__3a-Y6:hover{
  opacity: 0.9;
}

.style_button__3a-Y6:active{
  opacity: 0.8;
}

.style_link__19GJ8{
  padding: 20px;
  display: block;
}

.style_link__19GJ8:hover{
  text-decoration: underline;
}
.Oplata_flex__1Pri-{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.Oplata_info__3Idmt{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #053d6c;
    width: 540px;
}

.Oplata_in__kMreQ{
    background: white;
    border: 1px solid #d8d8d8;
    padding: 40px 20px;
}

.Oplata_dopInfo__2PlZL{
    width: 540px;
}

.Oplata_dopInfo__2PlZL img{
    margin: 20px 0;
    width: 100%;
}

.Oplata_dopInfoTitle__25v7z{
    text-align: center;
    color: #053d6c;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
}

.Oplata_dopInfoSubTitle__30VHQ{
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0;
}

.Oplata_acceptLayout__1MgmR{
    text-align: center;
    margin-top: 40px;
}

.Oplata_acceptButton__3JD0-{
    display: inline-block;
    background: #b32122;
    text-transform: uppercase;
    color: white;
    padding: 15px 80px 13px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #610000;
    cursor: pointer;
}

.Oplata_acceptButton__3JD0-:hover{
    opacity: 0.9;
    color: white;
}

.Oplata_acceptButton__3JD0-:active{
    opacity: 0.8;
    color: white;
}

.Oplata_link__1d0tQ{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 14px;
}

@media screen and (max-width: 1080px) {
    .Oplata_flex__1Pri-{
        display: unset;
    }
    .Oplata_info__3Idmt{
        margin: 20px auto 0;
    }
    .Oplata_dopInfo__2PlZL{
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 600px) {
    .Oplata_info__3Idmt{
        width: 100%;
    }
    .Oplata_dopInfo__2PlZL{
        width: 100%;
    }
    .Oplata_acceptButton__3JD0-{
        font-size: 14px;
        padding: 15px 50px 13px;
    }
}
body, html {
  padding: 0px;
  margin: 0px;
  font-family: -apple-system,
  BlinkMacSystemFont,
  Roboto,
  Open Sans,
  Helvetica Neue,
  sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
}

h1, h2, h3{
  padding: 0;
  margin: 0;
  font-size: 20px;
}

a{
  text-decoration: none;
  color: black;
}

p{
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
}

input, textarea{
  padding: 10px;
  border: 1px solid #d8d8d8;
  outline: none;
  color: black;
  border-radius: 5px;
}

select{
  padding: 14px 10px;
  border: 1px solid #aec4dc;
  outline: none;
  color: black;
  border-radius: 5px;
}

.MainTemplate_root__1p7ds{
  min-height: 100vh;
}

.MainTemplate_centered__fhZzf{
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
}

.MainTemplate_page__3X3An{
  background: #e6eff7;
  box-shadow: 5px 5px 5px #888888;
  padding-bottom: 50px;
}

.MainTemplate_page__3X3An h1{
  text-align: center;
  padding: 40px 20px 20px;
  font-size: 38px;
  color: #505050;
}

.MainTemplate_page__3X3An h2{
  margin-top: 30px;
  margin-bottom: 30px;
  color: #053d6c;
  font-size: 30px;
  font-weight: 700;
}

.MainTemplate_whitePage__14ZYb{
  padding: 20px;
  background: white;
  width: 780px;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  box-shadow: 7px 7px 7px #848484
}

.MainTemplate_button__zv9bL{
  text-align: center;
  background: #0e74ca;
  text-transform: uppercase;
  color: white;
  padding: 10px 50px 8px;
  border-radius: 31px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 2px #053d6c;
  cursor: pointer;
}

.MainTemplate_button__zv9bL:hover{
  opacity: 0.9;
}

.MainTemplate_button__zv9bL:active{
  padding: 11px 50px 7px;
}

.MainTemplate_launchButton__1GrG5{
  background: #FFFFFF;
  text-transform: uppercase;
  color: black;
  padding: 10px 50px 8px;
  border-radius: 31px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 2px #040421;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
}

.MainTemplate_launchButton__1GrG5 img{
  height: 30px;
}

.MainTemplate_launchButton__1GrG5 span{
  color: #525252;
  margin: 2px 0 0px 15px;
}

/* Кастомный чекбокс и радиобутон */
.MainTemplate_checkboxLabel__2xJVd{
  display: flex;
  flex-direction: inherit;
  justify-content: left;
  align-items: center;
  cursor: pointer;
}

.MainTemplate_checkboxLabel__2xJVd:hover .MainTemplate_checkboxCustom__2kVUC::before{
  content: '';
  width: 7px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #cce0f7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate3d(-6px, -2px, 0);
}

.MainTemplate_checkboxNonDisplayd__1UvSE {
  display: none;
}
.MainTemplate_checkboxCustom__2kVUC {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #326398;
  border-radius: 5px;
  margin-right: 10px;
}

.MainTemplate_checkboxNonDisplayd__1UvSE:checked + .MainTemplate_checkboxCustom__2kVUC::before {
  content: '';
  width: 7px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #326398;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate3d(-6px, -2px, 0);
}

.MainTemplate_radioLabel__Ln8mP{
  display: flex;
  flex-direction: inherit;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  margin: 10px 0;
  color: #326398;
}

.MainTemplate_radioLabel__Ln8mP:hover .MainTemplate_radioCustom__JdFsu::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: #cce0f7;
  border-radius: 50%;
}

.MainTemplate_radioNonDisplayd__1bKZP {
  display: none;
}

.MainTemplate_radioCustom__JdFsu {
  width: 20px;
  height: 20px;
  border: 2px solid #326398;
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
}

.MainTemplate_radioNonDisplayd__1bKZP:checked + .MainTemplate_radioCustom__JdFsu::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: #326398;
  border-radius: 50%;
}
/* //Кастомный чекбокс и радиобутон */

@media screen and (max-width: 820px) {
  .MainTemplate_whitePage__14ZYb{
    width: unset;
  }
}
.DocumentiPravila_dogovor__9teIi{
    width: 800px;
    margin: 0 auto;
}

.DocumentiPravila_inDogovor__oZXF5{
    padding: 30px;
    background: white;
    border: 1px solid #d8d8d8;
}

.DocumentiPravila_h2__1vXLu{
    text-align: center;
    color: #053d6c;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
}

@media screen and (max-width: 800px) {
    .DocumentiPravila_h1__3s_yU{
        font-size: 20px!important;
    }
    .DocumentiPravila_dogovor__9teIi{
        width: 100%;
    }
}
.DocumentiPolitikaKonfidencialnosti_dogovor__1fYqV{
    width: 800px;
    margin: 0 auto;
}

.DocumentiPolitikaKonfidencialnosti_inDogovor__1LbV4{
    padding: 30px;
    background: white;
    border: 1px solid #d8d8d8;
}

.DocumentiPolitikaKonfidencialnosti_h2__31GAx{
    text-align: center;
    color: #053d6c;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
}

@media screen and (max-width: 800px) {
    .DocumentiPolitikaKonfidencialnosti_h1__2U3ei{
        font-size: 20px!important;
    }
    .DocumentiPolitikaKonfidencialnosti_dogovor__1fYqV{
        width: 100%;
    }
}
.Dogovor_dogovorPage__2eSw0{

}

.Dogovor_dogovorPage__2eSw0 h1{
    font-size: 30px!important;
    padding: 40px 20px!important;
}

.Dogovor_dogovor__3GvTz{
    width: 800px;
    margin: 0 auto;
}

.Dogovor_inDogovor__2r1XY{
    padding: 30px;
    background: white;
    border: 1px solid #d8d8d8;
}

.Dogovor_flex__1FWwY{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Dogovor_left__3fT5e{

}

.Dogovor_right__whMI6{

}

.Dogovor_h2__3afH-{
    text-align: center;
    color: #053d6c;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
}

.Dogovor_acceptLayout__1YkJP{
    text-align: center;
    margin: 50px 0;
}

.Dogovor_acceptButton__1MYJg{
    display: inline-block;
    background: #b32122;
    text-transform: uppercase;
    color: white;
    padding: 15px 80px 13px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #610000;
    cursor: pointer;
}

.Dogovor_acceptButton__1MYJg:hover{
    opacity: 0.9;
}

.Dogovor_acceptButton__1MYJg:active{
    opacity: 0.8;
}

.Dogovor_table__X2UiG{
    width: 100%;
    border: 1px solid #d8d8d8;
}

.Dogovor_table__X2UiG tr{

}

.Dogovor_table__X2UiG tr td{
    border: 1px solid #d8d8d8;
    width: 50%;
    padding: 10px;
}

.Dogovor_table__X2UiG tr td img{
    height: 142px;
}

.Dogovor_form__3wM5q{
    width: 800px;
    margin: 0 auto;
}

.Dogovor_inForm__18dCj{
    padding: 30px;
    background: white;
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
}

.Dogovor_formField__3AFrS{
    margin-bottom: 30px;
}

.Dogovor_formFieldTitle__3TSgU{
    color: #053d6c;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}

.Dogovor_formField__3AFrS input{
    width: 80%;
}

.Dogovor_formField__3AFrS span{
    padding-left: 10px;
}

@media screen and (max-width: 800px) {
    .Dogovor_dogovorPage__2eSw0 h1{
        font-size: 20px!important;
    }
    .Dogovor_dogovor__3GvTz{
        width: 100%;
    }
    .Dogovor_form__3wM5q{
        width: 100%;
    }
}
.Footer_footer__2ktAY{
    background: #171717;
    color: white;
    padding-bottom: 50px;
}

.Footer_top__1_rO8{
    border-bottom: 1px solid #d8d8d8;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Footer_footerLogo__31_vR{

}

.Footer_footerLogo__31_vR img{
    height: 120px;
    margin-top: -25px;
}

.Footer_phone__34jmt{
    font-size: 14px;
}

.Footer_phone__34jmt a{
    font-size: 28px;
    color: white;
    font-weight: 700;

}

.Footer_links__1OVmR{

}

.Footer_links__1OVmR ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.Footer_links__1OVmR ul li{
    padding: 6px;
}

.Footer_links__1OVmR ul li a{
    color: white;
    font-weight: 700;
}

.Footer_links__1OVmR ul li a:hover{
    text-decoration: underline;
}

.Footer_soc__3ukLD{

}

.Footer_soc__3ukLD img{
    height: 30px;
    padding: 10px 15px 0 0;
}

.Footer_socTitle__3Sukb{
    font-weight: 700;
    margin-top: 7px;
}

.Footer_bottom__2FL_h{
    padding: 40px 0;
    display: flex;
}

.Footer_bottomDescr__3Fa5T{
    width: 45%;
    margin-right: 10%;
}

.Footer_partners__2DW3k{
    width: 45%;
}

.Footer_partners__2DW3k img{
    height: 30px;
    margin: 0 20px;
}

.Footer_partnersTitle__1ns1r{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 1170px) {
    .Footer_top__1_rO8{
        padding: 20px;
    }
    .Footer_bottom__2FL_h{
        padding: 20px;
    }
}

@media screen and (max-width: 1036px) {
    .Footer_top__1_rO8{
        display: block;
        text-align: center;
    }
    .Footer_bottom__2FL_h{
        display: block;
        text-align: center;
    }
    .Footer_bottomDescr__3Fa5T{
        width: unset;
        margin-right: unset;
        margin-bottom: 50px;
    }
    .Footer_partners__2DW3k{
        width: unset;
    }
    .Footer_links__1OVmR{
        padding: 20px 0 40px;
    }
}

.style_list__EUodT{
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 10px;
  z-index: 10001;
}

.style_item__1caUK{
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.85);
  width: 350px;
  /*height: 120px;*/
  border-radius: 10px;
}

.style_itemTitle__14MGX{
  color: rgb(223, 237, 253);
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  font-size: 18px;
  border-bottom: 1px solid #c0d6ef;
}

.style_itemMessage__2txo7{
  color: rgb(223, 237, 253);
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  height: 70px;
  padding: 0 20px;
  font-size: 16px;
}
.Quiz_popupBackground__3aLsT{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000cf;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.Quiz_closePopup__GxbsB{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.Quiz_buttonClosePopup__3CLiF{
    font-size: 30px;
    margin-right: 15px;
    cursor: pointer;
}

.Quiz_buttonClosePopup__3CLiF:hover{
    color: #178fe8;
}

.Quiz_popup__13jP1{
    max-height: 90vh;
    overflow: auto;
    z-index: 1001;
    border-radius: 10px;
    background: white;
    box-shadow: 10px 10px 30px black;
    padding-top: 10px;
}

.Quiz_popupTop__-5m-J{
    display: flex;
}

.Quiz_left__2rSfH{
    width: 293px;
}

.Quiz_cupon__1dtLl{
    background: #d6f9d1;
    border: 2px solid #8ede84;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
}

.Quiz_currentCupon__1_mP2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Quiz_currentCupon__1_mP2 span{
    font-size: 14px;
    font-weight: 700;
}

.Quiz_onEveryAnswerCupon__3t5-i{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.Quiz_onEveryAnswerCupon__3t5-i span{
    color: #00d012;
    font-size: 14px;
    font-weight: 700;
}

.Quiz_step__22Bjj{
    text-align: center;
    font-size: 20px;
    color: #676767;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Quiz_step__22Bjj span{
    color: #178fe8;
    display: block;
    font-weight: 700;
    margin: -2px 5px 0;
}

.Quiz_consultant__36dOQ{

}

.Quiz_rules__30gSm{
    padding: 20px 20px;
    font-size: 12px;
    color: #949494;
    line-height: 25px;
}

.Quiz_rules__30gSm a{
    color: #178fe8;
    text-decoration: underline;
}

.Quiz_rules__30gSm a:hover{
    text-decoration: none;
}

.Quiz_right__23Z9P{
    width: 500px;
}

.Quiz_h1TitleAndCloseButton__1S3iw{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Quiz_h1Title__AC0Ol{
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.Quiz_h2Title__3dz6x{
    color: #525252;
    font-size: 16px;
    margin-bottom: 34px;
    line-height: 20px;
}

.Quiz_questionBlock__qxbAY{

}

.Quiz_stepAndQuestionInQuestionBlock__3ybYg{
    display: flex;
    font-size: 16px;
    font-weight: 700;
}

.Quiz_stepInQuestionBlock__TUnXv{
    color: #178fe8;
    margin-right: 5px;
}

.Quiz_questionInQuestionBlock__1MHk9{

}

.Quiz_answersBlock__3KOZC{
    margin-top: 40px;
    min-height: 396px;
}

.Quiz_answers__3p0Sb{
    display: flex;
    background: #eee;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s linear;
}

.Quiz_answerGalochka__2BxHN{
    background: white;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #a9a9a9;
    font-size: 22px;
    color: #a9a9a9;
    transition: all .2s linear;
}

.Quiz_answerText__2Spkj{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    transition: all .2s linear;
}

.Quiz_answerText__2Spkj span{
    border-bottom: 1px dotted #5a5a5a;
    transition: all .2s linear;
}

.Quiz_answers__3p0Sb:hover {
    box-shadow: 3px 3px 5px #848484;
    background: whitesmoke;
}

.Quiz_answers__3p0Sb:hover .Quiz_answerGalochka__2BxHN{
    border: 2px solid #178fe7;
    color: #178fe8;
}

.Quiz_answers__3p0Sb:hover .Quiz_answerText__2Spkj span{
    color: #178fe8;
    border-bottom: 1px dotted #178fe8;
}

.Quiz_answerGalochka__2BxHN:hover{
    background: #178fe8;
    color: white!important;
    box-shadow: 3px 3px 3px #00406f;
}

.Quiz_answerText__2Spkj span:hover{
    border-bottom: 0!important;
}

.Quiz_thanks__GZjWi{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Quiz_thanksH1Title__3pAFm{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
}

.Quiz_thanksText__3xIQl{
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.Quiz_contact__1auN8{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Quiz_contactH1Title__PoK-F{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    color: black;
    font-weight: 700;
}

.Quiz_contactInput__2acwr{
    margin-top: 20px;
    width: 300px;
}

.Quiz_contactButton__ZvUrt{
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    background: #0e74ca;
    text-transform: uppercase;
    color: white;
    padding: 17px 50px 15px;
    border-radius: 31px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #053d6c;
    cursor: pointer;
}

.Quiz_contactButton__ZvUrt:hover{
    opacity: 0.9;
}

.Quiz_contactButton__ZvUrt:active{
    padding: 19px 50px 13px;
}

.Quiz_openButton__2tbiw {
    z-index: 500;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 30px;
    max-width: 450px;
    width: 100%;
    height: 58px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    background: #0e74ca;
    background: linear-gradient(to top, #0061b3, #0e74ca);
    box-shadow: 0px 0px 10px #000000;
    transition: ease 0.3s;
}
.Quiz_openButton__2tbiw:after, .Quiz_contactButton__ZvUrt:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all 0.1s;
    -webkit-animation-name: Quiz_slideme__1P0C-;
    animation-name: Quiz_slideme__1P0C-;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes Quiz_slideme__1P0C- {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; }
}

.Quiz_openButtonH1Title__2x6fO{
    padding: 10px 21px 0;
    font-weight: 400;
}

.Quiz_openButtonH2Title__3Afru{
    font-size: 14px;
    padding: 5px 0px 0;
    text-align: center;
}

.Quiz_popupFooter__wTm3S{
    background: #171717;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 5px solid #171717;
}

.Quiz_popupFooter__wTm3S img{
    height: 90px;
    margin-right: 20px;
}

@media screen and (max-width: 770px) {
    .Quiz_popup__13jP1{
        max-height: 100vh;
        width: 100%;
        border-radius: 0;
    }
    .Quiz_popupTop__-5m-J{
        display: block;
    }
    .Quiz_left__2rSfH{
        width: 100%;
    }
    .Quiz_right__23Z9P{
        width: 100%;
    }
    .Quiz_consultant__36dOQ{
        display: none;
    }
    .Quiz_popupFooter__wTm3S{
        display: none;
    }
    .Quiz_h1Title__AC0Ol{
        padding-left: 20px;
        padding-top: 20px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 22px;
    }
    .Quiz_h2Title__3dz6x{
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .Quiz_step__22Bjj{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        padding: 20px;
        justify-content: left;
        box-shadow: 0 0 3px #949494;
    }
    .Quiz_stepAndQuestionInQuestionBlock__3ybYg{
        padding: 20px 20px 0;
    }
    .Quiz_questionBlock__qxbAY{
        margin-bottom: 90px;
    }
    .Quiz_contactButton__ZvUrt{
        margin-bottom: 20px;
        background: #ca0e0e;
    }
}

@media screen and (max-width: 470px) {
    .Quiz_openButton__2tbiw{
        bottom: 0;
        left: 0;
        right: 0;
        max-width: unset;
        border-radius: 0;
        height: 75px;
    }
    .Quiz_openButtonH2Title__3Afru{
        text-align: left;
        padding: 5px 18px 0;
    }
    .Quiz_contactButton__ZvUrt {
        font-size: 13px;
        padding: 15px;
    }
}
.style_loadingTemplate__1LWbe{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.style_loading__1wmJM{
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.style_empty__1blg2{
  padding: 20px 20px 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.style_image__T2HL7 img{
  height: 45px;
  width: 45px;
  margin-right: 20px;
}

.style_text__czZII{
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 700;
}
.Uslugi_title__1_yx-{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #053d6c;
    margin-top: 10px;
}

.Uslugi_block__2dfT6{
    width: 70%;
    margin: 40px auto;
}

.Uslugi_block__2dfT6 span{
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 15px;
}

.Uslugi_block__2dfT6 input{
    width: 90%;
}

.Uslugi_buttonBlock__LisuB{
    text-align: center;
    margin: 30px 0 10px;
}

.Uslugi_button__CcbQM{
    display: inline-block;
    background: #0e74ca;
    text-transform: uppercase;
    color: white;
    padding: 10px 50px 8px;
    border-radius: 31px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #053d6c;
    cursor: pointer;
}

.Uslugi_button__CcbQM:hover{
    background: #0e74ca;
}

.Uslugi_button__CcbQM:active{
    padding: 11px 50px 7px;
}

.Uslugi_result__9zokE{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.Uslugi_resultList__1HUlA{
    background: white;
    border: 1px solid #d8d8d8;
    width: 360px;
    margin: 0 9px;
    padding: 20px;
    box-shadow: 7px 7px 7px #848484
}

.Uslugi_resultTitle__3iIxH{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #053d6c;
    margin: 10px;
}

.Uslugi_resulBlock__HYhFl{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 16px;
}

.Uslugi_resultBlockTitle__1mZbR{

}

.Uslugi_resultBlockDesc__3yht9{
    font-weight: 700;
}

.Uslugi_extra__17XEP{
    color: grey;
    text-align: center;
    margin-top: 20px;
}

.Uslugi_aftermath__2vxKW{
    margin-top: 30px;
    font-size: 16px;
}

.Uslugi_aftermath__2vxKW ul{

}

.Uslugi_aftermath__2vxKW ul li{
    margin-top: 20px;
    font-size: 14px;
}

@media screen and (max-width: 620px) {
    .Uslugi_result__9zokE{
        display: block;
    }
    .Uslugi_resultList__1HUlA{
        width: 85%;
        margin: 0 auto;
    }
}
.Resheniya_resheniya__3lHv2 {
    padding-top: 20px;
}

.Resheniya_resheniya__3lHv2 a{
    font-size: 18px;
    color: #3f8600;
}

.Resheniya_resheniya__3lHv2 a:hover{
    text-decoration: underline;
}

.Resheniya_resheniya__3lHv2 a span{
    color: black;
    font-weight: 700;
}
.Dogovor_dogovorPage__2Ht-0{

}

.Dogovor_dogovorPage__2Ht-0 h1{
    font-size: 30px!important;
    padding: 40px 20px!important;
}

.Dogovor_dogovor__7blED{
    width: 800px;
    margin: 0 auto;
}

.Dogovor_inDogovor__HvU91{
    padding: 30px;
    background: white;
    border: 1px solid #d8d8d8;
}

.Dogovor_flex__2hjGp{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Dogovor_left__2zbv9{

}

.Dogovor_right__370LF{

}

.Dogovor_h2__EXZl_{
    text-align: center;
    color: #053d6c;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
}

.Dogovor_acceptLayout__39MxX{
    text-align: center;
    margin: 50px 0;
}

.Dogovor_acceptButton__ecHJN{
    display: inline-block;
    background: #b32122;
    text-transform: uppercase;
    color: white;
    padding: 15px 80px 13px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #610000;
    cursor: pointer;
}

.Dogovor_acceptButton__ecHJN:hover{
    opacity: 0.9;
}

.Dogovor_acceptButton__ecHJN:active{
    opacity: 0.8;
}

.Dogovor_table__8WzPZ{
    width: 100%;
    border: 1px solid #d8d8d8;
}

.Dogovor_table__8WzPZ tr{

}

.Dogovor_table__8WzPZ tr td{
    border: 1px solid #d8d8d8;
    width: 50%;
    padding: 10px;
}

.Dogovor_table__8WzPZ tr td img{
    height: 142px;
}

.Dogovor_form__1kvH0{
    width: 800px;
    margin: 0 auto;
}

.Dogovor_inForm__OSCHV{
    padding: 30px;
    background: white;
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
}

.Dogovor_formField__1IBew{
    margin-bottom: 30px;
}

.Dogovor_formFieldTitle__3C0_1{
    color: #053d6c;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}

.Dogovor_formField__1IBew input{
    width: 80%;
}

.Dogovor_formField__1IBew span{
    padding-left: 10px;
}

@media screen and (max-width: 800px) {
    .Dogovor_dogovorPage__2Ht-0 h1{
        font-size: 20px!important;
    }
    .Dogovor_dogovor__7blED{
        width: 100%;
    }
    .Dogovor_form__1kvH0{
        width: 100%;
    }
}

/*# sourceMappingURL=main.a2705e2a.chunk.css.map*/