* {
    margin: 0;
    padding: 0;
    border: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Roboto';
    font-size: 14px;
}
input {
    font-family: 'Roboto';
}

#about-us p {
    margin: 1em 0;
}

.clearfix {
    clear: both;
}
.header {
    background-color: #fff;
    padding: 40px 60px;
}
.logo {
    position: fixed;
    top: 15px;
    left: 50px;
}
.header-contact {
    float: right;
    text-align: center;
    margin-left: 85px;
}
.header-contact a {
    display: block;
}
.phone-top {
    font-size: 24px;
    color: #010101;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 5px;
}
.phone-top:hover {
    opacity: 0.8;
}
.mail-top {
    color: #32738e;
    font-weight: 700;
    text-transform: uppercase;
}
.mail-top:hover {
    text-decoration: none;
}
.header-mode {
    float: right;
    text-transform: uppercase;
    color: #010101;
}
.header-mode div {
    margin: 6px 0;
}
.left-panel {
    width: 220px;
    position: fixed;
    height: 100%;
    margin-top: 100px;
    z-index: 99;
    background-color: #fff;
}
.left-panel-list {
    list-style: none;
    text-transform: uppercase;
}
.left-panel-list a {
    display: block;
    padding: 10px 0 10px 60px;
    text-decoration: none;
    font-weight: 700;
    color: #010101;
}
.left-panel-list a:hover {
    opacity: 0.8;
}
.left-panel-list .active a {
    background-color: #32738e;
    color: #fff;
}
.left-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 220px;
    background-color: #32738e;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 22px 0 21px 0;
    text-align: center;
    text-decoration: none;
}
.content {
    position: relative;
    margin-left: 220px;
    overflow: hidden;
}
.general-information {
    background: top center url(../img/bg-01.jpg);
    background-size: cover;
}
.general-information-blocks {
    position: relative;
    height: 575px;
}
.general-information-blocks-left {
    float: left;
    width: 50%;
}
.general-information-blocks-left-text {
    margin: 60px 0 0 40px;
}
.general-information-blocks-title {
    color: #fff;
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.general-information-blocks-right {
    float: left;
    width: 50%;
    background-color: rgba(50, 115, 142, 0.22);
    height: 100%;
}
.general-information-blocks-form {
    margin: 60px 0 0 120px;
}

.general-information-blocks-form form {
  max-width: 330px;
}

.general-information-form-input {
    background-color: #eceff4;
    border-radius: 5px;
    padding: 10px 13px;
    width: 330px;
    color: #8493a8;
    font-size: 15px;
    font-weight: 100;
    display: block;
    margin-bottom: 15px;
}
.general-information-form-input::-webkit-input-placeholder {
   color: #8493a8;
}
.general-information-form-input:-moz-placeholder {
   color: #8493a8;  
}
.general-information-form-input::-moz-placeholder {
   color: #8493a8;  
}
.general-information-form-input:-ms-input-placeholder {  
   color: #8493a8;  
}
.dropcontainer {
    position: absolute;
    z-index: 11;
}
.trigger {
    font-size: 15px;
    background: #eceff4 url(../img/arr-dropdown.png) 98% center no-repeat;
    display: block;
    border-radius: 5px;
    padding: 10px 13px;
    width: 330px;
    color: #8493a8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 38px;
    font-weight: 300;
    text-decoration: none;
}
.trigger:hover {
    color: #777;
    background: #eceff4 url(../img/arr-dropdown.png) 98% center no-repeat;
}
.activetrigger {
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    padding: 10px 13px;
    width: 330px;
    color: #8493a8;
    background: #eceff4 url(../img/arr-dropdown-close.png) 98% center no-repeat;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 38px;
    font-weight: 300;
    text-decoration: none;
}
.activetrigger:hover {
    background: #eceff4 url(../img/arr-dropdown-close.png) 98% center no-repeat;
    color: #777;
}
.activetrigger:active {
    background: #eceff4 url(../img/arr-dropdown-close.png) 98% center no-repeat;
    color: #777;
}
.dropcontainer ul {
    font-size: 16px;
    border-top: none;
    background: #eceff4;
    list-style-type: none;
    width: 330px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
}
.dropcontainer ul li {
    -webkit-transition: all 0.5s ease; 
    -moz-transition: all 0.5s ease; 
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease;
}
.dropcontainer ul li:hover {
    outline: none;
}
.dropcontainer ul li:first-child {
    display: none;
}
.dropcontainer ul li:last-child {
    border-bottom: none;
}
.dropcontainer li a {
    padding: 10px 13px;
    text-decoration: none;
    display: block;
    color: #8493a8;
}
.dropcontainer li a:hover {
    background-color: #c5d4da;
}
.dropdownhidden {
    display: none;
}
.dropdownvisible {
    height: auto;
    border-radius: 0 0 5px 5px;
}
.general-information-form-send-button {
    position: relative;
    width: 330px;
    height: 76px;
    line-height: 76px;
    border-radius: 7px;
    background-color: #d50000;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    padding-left: 20px;
    margin-top: 15px;
    outline: none;
}
.general-information-form-send-button:after {
    width: 14px;
    height: 25px;
    position: absolute;
    top: 24px;
    right: 20px;
    content: "";
    background: url(../img/arr-form.png);
}
.general-information-form-send-button:hover {
    color: rgba(255, 255, 255, 0.8);
}
.general-information-form-send-button:hover:after  {
    opacity: 0.8;
}
.general-information-blocks-list {
    color: #fff;
    font-size: 34px;
    line-height: 54px;
    font-weight: 100;
    padding-left: 30px;
}
.general-information-blocks-list li {
    list-style: none;
    position: relative;
}
.general-information-blocks-list li:before {
    color: rgb(255, 255, 255);
    content: "•";
    position: absolute;
    left: -30px;
}
.list-our-offers {
    position: absolute;
    bottom: 10px;
    left: 40px;
    right: 40px;
    color: #fff;
}
.list-our-offers-item {
    position: relative;
    display: inline-block;
}
.list-our-offers-item-big {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 5px;
}
.list-our-offers-item-big span {
    font-size: 26px;
}
.list-our-offers-item-small {
    font-size: 16px;
}
.list-our-offers-item-1 {
    width: 200px;
    margin-right: 70px;
}
.list-our-offers-item-1 .list-our-offers-item-big {
    padding-left: 45px;
}
.list-our-offers-item-1 .list-our-offers-item-big:before {
    width: 32px;
    height: 42px;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    background: url(../img/icon-01.png);
}
.list-our-offers-item-2 {
    width: 190px;
    margin-right: 70px;
}
.list-our-offers-item-2 .list-our-offers-item-big {
    padding-left: 60px;
}
.list-our-offers-item-2 .list-our-offers-item-big:before {
    width: 38px;
    height: 52px;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../img/icon-02.png);
}
.list-our-offers-item-3 {
    width: 180px;
    margin-right: 90px;
}
.list-our-offers-item-3 .list-our-offers-item-big {
    padding-left: 60px;
}
.list-our-offers-item-3 .list-our-offers-item-big:before {
    width: 48px;
    height: 48px;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/icon-03.png);
}
.list-our-offers-item-4 {
    width: 160px;
    margin-right: 90px;
}
.list-our-offers-item-4 .list-our-offers-item-big {
    padding-left: 60px;
}
.list-our-offers-item-4 .list-our-offers-item-big:before {
    width: 48px;
    height: 48px;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/icon-04.png);
}
.list-our-offers-item-5 .list-our-offers-item-big {
    padding-left: 63px;
}
.list-our-offers-item-5 .list-our-offers-item-big:before {
    width: 50px;
    height: 44px;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/icon-05.png);
}
.list-our-offers-item-5 .list-our-offers-item-small {
    width: 240px;
}
#advantages {
    background: top center url(../img/two-tone-line.png) repeat-y;
}
.advantages-half {
    width: 50%;
    float: left;
}
.advantages-half-title {
    padding: 70px 0 60px 16%;
    font-size: 26px;
    font-weight: 700;
}
.advantages-half-minus .advantages-half-title {
    color: #e0001b;
}
.advantages-half-plus .advantages-half-title {
    color: #32738e;
    text-transform: uppercase;
}
.advantages-half ul {
    list-style: none;
    padding-bottom: 60px;
}
.advantages-half li {
    display: block;
    padding: 21px 0 21px 14%;
    border-bottom: 1px solid rgba(42, 42, 42, 0.5);
    font-size: 21px;
}
.advantages-half li:last-child {
    border: 0;
}
.advantages-half span {
    padding-left: 90px;
    position: relative;
}
.advantages-half span:before {
    width: 43px;
    height: 38px;
    content: "";
    position: absolute;
    left: 0;
}
.advantages-half-minus span:before {
    top: -4px;
    background: url(../img/verdict-minus.png);
}
.advantages-half-plus span:before {
    top: -8px;
    background: url(../img/verdict-plus.png);
}
#about-us {
    padding: 60px 50px;
}
.about-us-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.img-lines {
    display: block;
    width: 1300px;
    margin: 0 auto 35px auto;
}
.about-us-bl-one {
    width: 21%;
    margin: 0 2%;
    float: left;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
}
.about-us-bl-one img {
    max-width: 70%;
}
.about-us-bl-one div {
    margin-top: 40px;
}
#work-order {
    padding: 60px 50px;
    background: top center url(../img/bg-02.jpg);
    background-size: cover;
}
.work-order-bl-one {
    position: relative;
    width: 21%;
    margin: 0 2%;
    float: left;
    font-size: 21px;
    text-transform: uppercase;
}
.work-order-bl-one .pos-text {
    position: absolute;
    left: 60px;
}
.work-order-bl-one-bottom .pos-text {
    bottom: 5px;
}
.work-order-bl-one-top .pos-text {
    top: 5px;
}
.dot-line {
    margin-left: 35px;
}
.pos-text-grey {
    font-size: 17px;
    line-height: 26px;
    color: #666;
    text-transform: none;
}
#price {
    background: top center url(../img/bg-03.jpg);
    background-size: cover;
}
.bl-price {
    width: 1060px;
    float: right;
    background-color: rgba(50, 115, 142, 0.7);
    padding: 100px 0;
}
.bl-price-one {
    width: 27%;
    margin: 70px 2% 70px 4%;
    float: left;
    text-align: center;
    color: #fff;
}
.bl-price-one-title {
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.bl-price-one-cost {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bl-price-one-btn {
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 17px 0;
    background-color: #aa0000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.bl-price-one-btn:hover {
    color: rgba(255, 255, 255, 0.8);
}
.price-name {
    float: left;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    margin: 40px;
}
#document {
    padding: 50px;
}
.document-name {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}
.bl-document {
    width: 1300px;
    margin: 0;
    float: right;
}
.bl-document-list {
    list-style: none;
    text-align: right;
}
.bl-document-list li {
    display: inline-block;
    margin: 0 10px;
}
.document-person-link {
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding-bottom: 3px;
}
.document-person-link.selected {
    font-weight: 700;
    border-bottom: 3px solid #32738e;
}
.document-person-content {
    margin-top: 25px;
    display: none;
}
.document-person-one {
    width: 16%;
    margin: 0 2%;
    float: left;
}
.document-person-title {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
}
#application {
    padding: 30px 50px 140px 50px;
    background: top center url(../img/bg-04.jpg);
    background-size: cover;
}
.application-name {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.application-form {
    position: relative;
    margin: 100px 20px 20px 60px;
    display: inline-block;
    max-width: 780px;
}
.application-desc {
    display: inline-block;
    margin: 0 50px;
    max-width: 600px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}
.application-desc ul {
    margin: 30px 20px;
}
.application-form-input {
    background-color: #eceff4;
    border-radius: 5px;
    padding: 10px 13px;
    width: 330px;
    color: #8493a8;
    font-size: 15px;
    font-weight: 100;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 35px;
}
.application-form-send-button {
    position: relative;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    background-color: #d50000;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    margin-top: -50px;
    outline: none;
}
.application-form-send-button:after {
    width: 10px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 10px;
    content: "";
    background: url(../img/arr-form-mini.png);
}
.application-form-send-button:hover {
    color: rgba(255, 255, 255, 0.8);
}
.application-form-send-button:hover:after  {
    opacity: 0.8;
}
.application-form .trigger, .application-form .activetrigger {
    display: inline-block;
    margin-right: 35px;
}
.application-form-textarea {
    font-family: 'Roboto';
    background-color: #eceff4;
    border-radius: 5px;
    padding: 10px 13px;
    width: 330px;
    height: 110px;
    color: #8493a8;
    font-size: 15px;
    font-weight: 100;
    display: inline-block;
    vertical-align: top;
}
.application-form .dropcontainer {
    display: inline-block;
    left: 0;
    margin-top: 38px;
}
.application-form-input::-webkit-input-placeholder, 
.application-form-textarea::-webkit-input-placeholder {
   color: #8493a8;
}
.application-form-input:-moz-placeholder, 
.application-form-textarea:-moz-placeholder {
   color: #8493a8;  
}
.application-form-input::-moz-placeholder, 
.application-form-textarea::-moz-placeholder {
   color: #8493a8;  
}
.application-form-input:-ms-input-placeholder, 
.application-form-textarea:-ms-input-placeholder {  
   color: #8493a8;  
}
#review {
    padding: 40px 50px;
    background-color: #f0eeee;
}
.review-name {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}
.swiper-container {
    width: 1300px;
    margin: 0;
    float: right;
    padding-bottom: 80px;
}
.swiper-wrapper, .swiper-slide {
    height: auto;
}
.swiper-button-next, .swiper-button-prev {
    top: auto;
    bottom: 0;
}
.swiper-button-next {
    width: 38px;
    height: 38px;
    background: 13px 7px #cccccc url(../img/arr-next.png) no-repeat;
    right: 50%;
    margin-right: -38px;
}
.swiper-button-prev {
    width: 38px;
    height: 38px;
    background: 11px 7px #cccccc url(../img/arr-prev.png) no-repeat;
    left: 50%;
    margin-left: -38px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #32738e;
}
.swiper-slide {
    text-align: center;
}
.review-text {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    min-height: 240px;
}
.review-photo {
    margin: 20px 0;
}
.review-author {
    color: #666;
    font-size: 18px;
}
.footer {
    position: relative;
    padding: 22px 45px 21px 45px;
    background-color: #32738e;
    color: #fff;
    font-weight: 500;
}
.footer-copyright {
    float: right;
    margin-left: 230px
}
.footer-contact {
    float: right;
}
.footer-contact div {
    display: inline-block;
    margin-left: 20px;
}
.footer-contact .footer-contact-dop {
    margin: 0;
}
.footer-contact a {
    color: #fff;
}
.footer-phone {
    text-decoration: none;
}
.footer-phone:hover {
    opacity: 0.9;
}
.footer-mail:hover {
    text-decoration: none;
}
#sidebar-toggle.right-menu-hidden {
    left: -61px;
    -webkit-transition:  left 0.2s ease-in-out;
    -moz-transition:  left 0.2s ease-in-out;
    -ms-transition:  left 0.2s ease-in-out;
    -o-transition:  left 0.2s ease-in-out;
    transition:  left 0.2s ease-in-out;
}
#sidebar-toggle {
    background: #32738e;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 61px;
    height: 62px;
    z-index: 99;
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.3s ease-in-out;
    outline: none;
}
.burger:after, .burger:before, .burger {
    position: absolute;
    display: block;
    width: 25px;
    margin: 4px 0;
    height: 2px;
    background-color: #fff;
    content: "";
}
.burger {
    top: 45%;
    right: 18px;
    opacity: 1;
}
.burger:before {
    top: 2px;
    right: 0;
}
.burger:after {
    bottom: 2px;
    right: 0;
}
.burger:after, .burger:before, .burger {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#sidebar-toggle.menu-on .burger:after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    bottom: 0px;
}
#sidebar-toggle.menu-on .burger:before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: -8px;
}
#sidebar-toggle.menu-on .burger{
    background: rgba(111,111,111,.0);
}
.mess_active {
    width: 300px;
    height: 70px;
    font-size: 22px;
    line-height: 70px;
    color: #fff;
    background-color: #32738e;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: opacityToggle 7s;
    z-index: 99999;
}
@keyframes opacityToggle{
    0%{
        opacity: 1;
    }
    70%{
        opacity: 0.8;
    }
    100%{
        opacity: 0;
    }
}
#gift {
    padding: 40px 45px 20px 45px;
    background-color: rgba(50, 115, 142, 0.84);
    border-radius: 3px;
}
.gift-title {
    font-size: 46px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.gift-name {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.modal-form-input {
    display: block;
    background-color: #eceff4;
    border-radius: 5px;
    padding: 10px 13px;
    width: 335px;
    color: #8493a8;
    font-size: 15px;
    font-weight: 100;
    display: block;
    margin-bottom: 15px;
}
.modal-form-send-button {
    width: 335px;
    height: 76px;
    line-height: 76px;
    border-radius: 7px;
    background-color: #d50000;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    margin-top: 15px;
    outline: none;
}
.gift-form-send-button:hover {
    color: rgba(255, 255, 255, 0.8);
}
.fancybox-close {
    width: 29px;
    height: 29px;
    background: url(../img/modal-close.png);
    top: 8px;
    right: 8px;
}
#modal-form {
    padding: 40px 45px 20px 45px;
    background-color: rgba(50, 115, 142, 0.84);
    border-radius: 3px;
}

.general-information-blocks .form-check-label,
.general-information-blocks .form-check-label a {
	color: #fff;
}
.form-check-label {
	font-weight: 300;
	font-size: 11px;
}

.modal-form-send-button:disabled,
.general-information-form-send-button:disabled,
.application-form-send-button.disabled,
.application-form-send-button:disabled {
    color: #9f1115;
	background-color: #d24a43;
    cursor: no-drop !important;
}

/* start quiz */

.quiz {
	padding: 25px 0;
	background-color: #e3ebed;
}

.quiz__title {
	margin-bottom: 24px;
	text-align: center;
}

.quiz-progress {
	margin-bottom: 32px;
}

.quiz-progress__text {
	display: block;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #0F303F;
}

.quiz-progress__line {
	position: relative;
	display: block;
	height: 8px;
	background: #D0DADD;
	border-radius: 10px;
}

.quiz-progress__runner {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 10px;
	background: #58A9C7;
	transition: linear .2s;
}

.quiz__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 32px;
}

.quiz__question {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #0F303F;
}

.quiz-discount {
	display: flex;
    justify-content: center;
    flex-direction: column;
	gap: 10px;
	min-width: 120px;
	padding: 25px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
    background: #32738E;
    border-radius: 5px;
    box-sizing: border-box;
}

.quiz-discount__sum {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.quiz__btns {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
    width: 100%;
	margin-bottom: 32px;
}

.quiz__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	margin-bottom: 0;
	padding: 4px 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #636B6F;
	background: #FFFFFF;
	border: 2px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	transition: ease .2s;
	cursor: pointer;
}

input.quiz__btn {
	width: 100%;
	cursor: initial;
}

.quiz__wrap-input._error .quiz__btn {
	border-color: #D24A43;
}

.quiz__wrap-input._error .quiz__text-error {
	display: block;
}

.quiz__btn._active {
	border-color: #58A9C7;
}

.quiz__text-error {
	display: none;
	margin-top: 8px;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #D24A43;
}

.quiz__footer {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 30px;
}

.quiz__footer._jcsb {
	justify-content: space-between;
}

.quiz__btn-back {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #636B6F;
}

.quiz__btn-primary {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	min-width: 90px;
	height: 46px;
	border-radius: 4px;
}

.quiz__text {
	max-width: 440px;
	width: 100%;
	margin: 0 auto 24px;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #0F303F;
}

.quiz__check {
	max-width: 530px;
	width: 100%;
}

.quiz-sec {
    padding: 30px 20px;
	background-color: #fff;
}

.quiz-sec__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
	padding: 20px;
	background: #ECEFF4;
}

.quiz-sec__info {
    width: 100%;
}

.quiz-sec__btns {
	margin: 0 0 20px;
}

.quiz-sec__title {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
}

.quiz-slider__text {
	color: #666666;
	text-align: left;
}

.quiz-slider__line {
	height: 1px;
	background: #000;
}

.quiz-slider__runner {
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
}

.quiz-slider__round {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #000000;
	border-radius: 50%;
	transition: linear .2s;
}

.quiz-sec__info {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000000;
}

.quiz-sec__btn {
	justify-content: flex-start;
	min-height: 42px;
    height: auto;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #666666;
	text-align: left;
	border-color: #8493A8;
	background: transparent;
    box-sizing: border-box;
}

.quiz-sec__btn._active {
	border: 2px solid #000000;
}

.quiz-sec__btn-red {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 10px 15px;
    max-width: 194px;
    min-width: 86px;
    height: 50px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #D24A43;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.quiz-sec__btn-red:hover {
    color: inherit;
    text-decoration: none;
}

.quiz-sec__btn-host {
    display: flex;
    align-items: center;
    justify-content: center;
	min-height: 42px;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #666666;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
}

.quiz-var .quiz-discount {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    max-width: 286px;
    width: 100%;
    padding: 6px 40px;
}

.quiz-var .quiz__footer {
    flex-direction: column-reverse;
}

.quiz-var .form-check-label {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    max-width: 530px;
    font-size: 14px;
    line-height: 20px;
}

.quiz-var .form-check-label input {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    border-radius: 4px;
}

.quiz-var .form-check-label a {
    color: rgba(50, 115, 142, 1);
    text-decoration: none;
}

.quiz__wrap-input._error .quiz__btn {
	border-color: #D24A43;
}

.quiz__wrap-input._error .quiz__text-error {
	display: block;
}

.quiz__text-error {
	display: none;
	margin-top: 8px;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #D24A43;
}

.modal-form {
    padding: 40px 12px;
    background: #538AA0;
    border-radius: 4px;
    box-sizing: border-box;
}

.modal-form__inner {
    max-width: 400px;
    width: 100%;
}

.modal-form__title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.modal-form__text {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}

.modal-form__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.modal-form .quiz__btn {
    background: #fff;
}

.modal-form .quiz__wrap-input {
    width: 100%;
}

.modal-form .quiz-sec__btn-red {
    display: table;
    max-width: 100%;
    margin: 20px auto 0;
    font-size: 14px;
    text-transform: uppercase;
}


.modal-form .form-check-label {
    max-width: 100%;
    color: #fff;
}

.modal-form .form-check-label a {
    color: #072633;
}

.deshevle {
    padding: 20px;
    background: #D6EAF1;
    border-radius: 10px;
}

.deshevle .container {
    max-width: 660px;
    font-family: 'Roboto', arial;
}

.deshevle__title {
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto', arial;
}

.deshevle h5 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    font-family: 'Roboto', arial;
}

.deshevle__item {
    position: relative;
    padding-left: 10px;
    font-weight: 400;
}

.deshevle__item:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
}

.deshevle-box {
    display: grid;
    gap: 12px;
    max-width: 590px;
    margin: 0 auto 30px;
    padding: 12px;
    background: #fff;
}

.deshevle-box__time {
    text-transform: uppercase;
}

.deshevle-box__phone {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 26px;
    line-height: 27px;
    color: #000;
}

.deshevle-box__mail {
  text-decoration: underline;
}

.deshevle .quiz-sec__btn-red {
    display: table;
    max-width: 100%;
    margin: 0 auto;
    background: #D24A43;
    border-radius: 10px;
}

.quiz-help {
    padding-top: 30px;
}

.fancybox-lock body {
    padding-right: 17px;
    box-sizing: border-box;
}

.footer-contact .fa-whatsapp {
    transform: scale(1.5);
}

.header._var {
    font-family: 'Roboto', arial;
}

@media (max-width: 767px ) {
    .footer-contact .fa-whatsapp {
        margin-bottom: 12px;
        margin-left: 20px;
    }
}


@media (min-width: 768px ) {

    .header._var {
        min-height: 191px;
    }

    .deshevle {
        padding: 70px;
        font-family: 'Roboto';
    }

    .deshevle__row {
        font-size: 16px;
        line-height: 19px;
    }

    .deshevle-box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 65px;
        padding: 24px;
    }

    .deshevle__title {
        margin-bottom: 28px;
    }

    .deshevle__items {
        margin: 24px 0;
    }

    .deshevle .quiz-sec__btn-red {
        display: flex;
        max-width: 464px;
        width: 100%;
        font-size: 16px;
        line-height: 19px;
    }

    .deshevle-box__time {
        max-width: 230px;
    }

    .deshevle-box__info {
        max-width: 230px;
    }

}

@media (min-width: 1024px ) {

    .quiz-sec__btns {
        grid-template-columns: 1fr 1fr;
    }

    .quiz-var .quiz__footer {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 50px;
    }

    .modal-form {
        padding: 70px;
    }

    .modal-form__inner {
        max-width: 790px;
        margin: 0 auto;
    }

    .modal-form__title {
        font-size: 46px;
        line-height: 54px;
    }

    .modal-form__text {
        margin-bottom: 50px;
        font-size: 26px;
        line-height: 30px;
    }

    .modal-form__btns {
        flex-wrap: nowrap;
        gap: 40px;
        margin-bottom: 50px;
    }


}

@media (min-width: 1440px ) {

    .quiz-sec {
        padding: 50px 40px;
    }

    .quiz-sec__box {
        padding: 50px;
    }

    .quiz-sec__btns {
        width: calc(100% - 220px - 50px);
        margin-bottom: 0;
    }

    .quiz-discount {
        width: 220px;
        height: 104px;
    }

    .quiz-var .quiz-discount {
       height: auto;
    }

    .quiz-var .quiz__btns {
        width: calc(100% - 286px - 50px);
       gap: 40px;
    }

    .quiz-var .quiz__btn {
        padding-left: 40px;
    }

    .modal-form {
        width: 1110px;
    }

    .modal-form input {
        padding-left: 40px;
    }

    .deshevle__title {
        font-size: 32px;
        line-height: 38px;
    }

    .deshevle__item {
        font-size: 16px;
    }

}

.d-none {
  display: none;
}

/* end quiz-sec */

#manager-block {
  padding: 10px;
  text-align: center;
}
#manager-block img {
  margin-top: 5px;
  max-width: 120px;
  border: 2px solid #32738e;
}

@media (max-width: 1100px) {
    #manager-block { 
      display: none;
    }
}