@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400&display=swap');

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none;
}

:root {
	--dark: #000;
	--orange: #E98C00;
}

html {
	margin: 0;
	height: 100%;
}

body {
	height: 100%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: var(--dark);
	line-height: 22px;
	padding: 0;
	margin: 0;
	position: relative;
	background: #fff;
	-webkit-text-size-adjust: none;
}

header,
nav,
section,
article,
aside,
figure,
footer,
main {
	display: block;
	padding: 0;
	margin: 0;
}

/*tags*/

a {
	color: var(--orange);
	text-decoration: none;
}

a:hover {
	color: var(--dark);
	text-decoration: none;
}

p {
	padding: 0 0 30px 0;
	margin: 0;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

img {
	display: block;
	border: none;
}

b {
	font-weight: 600;
}

/*end tags*/

/* Ошибка */

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.55;
    background-color: #000;
    display:none;
    transition: opacity ease 0.3s;
    z-index: 9999;
}

.error_top_text,
.success_top_text  {
    position: fixed;
    display: block;
    top: -110px;
    right: 30px;
    z-index: 104400;
    box-shadow: 6px 6px 13px -3px #000;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.error_top_text.badge_shake,
.success_top_text.badge_shake{
    top: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.custom_close{
    right: -15px;
    position: absolute;
    top: -15px;
}

/* Ошибка */

/*form preloader*/

.feedback_overlay{
    display:none;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    opacity: 0.8;
    background-color: #000;
    transition: opacity ease 0.3s;
    z-index: 9999;
}

.lds-ripple {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ripple div {
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {

    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
    }

}

/*end form preloader*/

/*titles*/

h1 {
    font-weight: bold;
	font-size: 40px;
	line-height: 100%;
	padding: 0 0 15px;
	margin: 0;
}

h2 {
    font-weight: bold;
	font-size: 36px;
	line-height: 120%;
	padding: 0 0 40px;
	margin: 0;
}

h3 {
    font-weight: bold;
	font-size: 30px;
	line-height: 120%;
	padding: 0 0 20px;
	margin: 0;
}

h4 {
    font-weight: bold;
	font-size: 26px;
	line-height: 120%;
	padding: 0 0 20px;
	margin: 0;
}

h5 {
    font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	padding: 0 0 10px;
	margin: 0;
}

/*end titles*/

/* form elements */

input:focus, textarea:focus {
    outline: none;
    -webkit-appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=password],
input[type=number] {
    width: 100%;
    height: 40px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: var(--dark);
    line-height: 40px;
    outline: none;
    padding: 0 25px;
    margin: 0;
    position: relative;
    z-index: 1;
    border: none;
    background: none;
    border-radius: 20px;
    transition: all 0.1s;
}

.callback_form_section input:focus:hover,
.callback_form_section textarea:focus:hover,
.callback_form_section input:focus,
.callback_form_section textarea:focus,
.modal input:focus:hover,
.modal textarea:focus:hover,
.modal input:focus,
.modal textarea:focus {
    border-color: transparent !important;
    box-shadow: inset 2px 2px 5px rgba(0,0,0,.15) !important;
}

.red {
    border: 1px solid red!important;
}

.back-call-section form .btn {
    transition: all 0.2s;
    box-shadow: 2px 2px 1px rgba(0,0,0,.15);
}

.callback_form_section .form-group input:not(:placeholder-shown) ~ label, 
.callback_form_section .form-group textarea:not(:placeholder-shown) ~ label, 
.callback_form_section .form-group select:not(:placeholder-shown) ~ label,
.callback_form_section form .form-group label {
    line-height: 22px;
}

.modal .form-group input:not(:placeholder-shown) ~ label, 
.modal .form-group textarea:not(:placeholder-shown) ~ label, 
.modal .form-group select:not(:placeholder-shown) ~ label,
.modal form .form-group label {
    line-height: 24px;
}

.modal .form-group textarea:not(:placeholder-shown) {
    padding-top: 18px;
}

.modal .form-group textarea:not(:placeholder-shown) label {
    line-height: 26px;
}

input:hover,
textarea:hover {
    box-shadow: 0 0 0 rgba(0,0,0,.15) !important;
}

.back-call-section form {
    position: relative;
    z-index: 1;
}

.back-call-section form .btn:hover {
    box-shadow: 0 0 0 rgba(0,0,0,.15) !important;
}

.back-call-section form textarea {
    height: 116px;
}

textarea::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
    color: #AEAEAE;
}

textarea::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder {
    color: #AEAEAE;
}

textarea:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder {
    color: #AEAEAE;
}

textarea:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
    color: #AEAEAE;
}

select {
    color: #526271;
    padding: 0 15px;
}

select:focus,
textarea:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus {
    margin: 0;
}

button {
    outline: none;
}

.form-group > textarea,
.form-group > textarea + label {
    height: 200px;
}

textarea {
    height: 200px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    resize: vertical;
    border: none !important;
}

.form-holder {
    padding: 0 0 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.form-group {
    position: relative;
    overflow: hidden;
	background: #fff;
	border-radius: 30px;
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.form-group .form-control {
	border: none;
	background: none;
}

.form-control {
	height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #AEAEAE;
	padding: 0 25px;
	border-radius: 20px;
}

.form-control:focus {
	box-shadow: none;
}

.callback_form_section textarea.form-control {
	min-height: 165px;
	padding: 20px 25px;
	line-height: 21px;
}

/* end form elements */

/*buttons*/

.btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	height: 56px;
	font-size: 24px;
	color: #fff;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	padding: 0 40px;
	margin: 0;
	position: relative;
	overflow: hidden;
	border: none;
	background: linear-gradient(270.46deg, #F09E00 7.7%, #EAC500 50%, #F09E00 100%);
    background-size: 200% 100%;
	box-shadow: inset 0px -4px 2px rgba(214, 54, 4, 0.3);
	border-radius: 30px;
	transition: all 0.3s;
}

.btn:hover {
	color: #fff;
    background-position: 100% 0;
}

.btn.focus,
.btn:focus {
	box-shadow: none;
}

.btn-dark {
	color: #FFA902;
	background: var(--dark);
	box-shadow: none;
}

.btn-dark:hover {
	color: #FFA902;
	background: #fff;
}

.btn-light {
    color: #000;
    background: #fff;
    box-shadow: none;
}

.btn-sm {
    height: 34px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    border: 2px solid transparent;
    border-radius: 8px;
}

.btn-outline-light {
    color: #fff;
    border: 2px solid #fff;
    background: none;
    box-shadow: none;
}

.btn-outline-light:hover {
    color: #000;
    background: #fff;
}

.btn-success:not(:disabled):not(.disabled).active:focus, 
.btn-success:not(:disabled):not(.disabled):active:focus, 
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

/*end buttons*/

/*global class*/

.hidden {
	opacity: 0;
}

.visible {
	opacity: 1;
}

.wrapper {
    width: 100%;
    height: auto !important;
    min-height: 100%;
    margin: auto;
    position: relative;
}

/*global class*/

/*header section*/

.header_section {
	padding: 20px 0;
	background: linear-gradient(90deg, #F09E00 30.63%, #EBC500 81.44%);
}

.logo img {
	max-width: 152px;
	width: 100%;
}

.head_menu_box {
	flex-grow: inherit;
}

.navbar-dark .head_menu_box .navbar-nav .nav-item {
	margin-left: 40px;
}

.navbar-dark .head_menu_box .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar-dark .head_menu_box .navbar-nav .nav-link {
	font-size: 18px;
	color: #fff;
	padding: 0;
	transition: all 0.3s;
}

.navbar-dark .head_menu_box .navbar-nav .nav-link:hover {
	color: var(--dark);
}

/*end header section*/

/* top banner section */

.top_banner_section {
	background: linear-gradient(90deg, #F09E00 30.63%, #EBC500 81.44%);
}

.top_banner_section .inner_bg {
	padding: 0 0 70px;
	background: url(../images/top-section-bg.png) no-repeat 50% -100px;
	background-size: 2120px auto;
}

.top_banner_section_tabs .info {
	color: #fff;
}

.top_banner_section_tabs .info .title {
	font-size: 32px;
	font-weight: normal;
    padding-bottom: 15px;
}

.top_banner_section_tabs .info .title::before {
	content: '//';
	display: inline-block;
	margin-right: 10px;
}

.top_banner_section_tabs .info .price {
	font-weight: 800;
	font-size: 70px;
	color: var(--dark);
	line-height: 100%;
	padding-bottom: 15px;
}

.tab-content>.active {
	opacity: 1;
}

.valute_icon {
	width: 42px;
	height: 54px;
	display: inline-flex;
	position: relative;
	top: 5px;
	background: url(../images/valute-icon.svg) no-repeat;
}

.show_tab .valute_icon {
    display: none;
}

.show_tab_1 .valute_icon {
    display: inline-flex;
}

.top_banner_section_tabs .info {
	padding-bottom: 120px;
}

.top_banner_section_tabs .nav {
	margin-top: -100px;
}

.top_banner_section_tabs .nav .nav-item {
	margin-left: 35px;
}

.top_banner_section_tabs .nav .nav-item:first-child {
	margin-left: 0;
}

.top_banner_section_tabs .nav .nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--dark);
	padding: 0;
	transition: all 0.3s;
}

.top_banner_section_tabs .nav .nav-link.active,
.top_banner_section_tabs .nav .nav-link:hover {
	color: #fff;
}

.top_banner_section_tabs .nav .nav-link img {
	width: 62px;
	margin-bottom: 10px;
	filter: invert(0);
	transition: all 0.3s;
}

.top_banner_section_tabs .nav .nav-link.active img,
.top_banner_section_tabs .nav .nav-item:first-child .nav-link img {
	filter: invert(1);
}

.top_banner_section_tabs .nav .nav-item:first-child .nav-link.active img {
	filter: invert(0);
}

/* end top banner section */

/* advantages section */

.advantages_section {
	padding: 90px 0;
	background: url(../images/advantages-section-bg.jpg) no-repeat 50%;
	background-size: 2200px auto;
}

.main-section + script + script + .advantages_section,
.main-section + div + script + script + .advantages_section {
    padding-top: 0;
}

.advantages_section .advantages_info article {
	padding-top: 35px;
}

.advantages_section .advantages_info article:first-child {
	padding-top: 0;
}

.advantages_section .advantages_info article .title {
	font-weight: 800;
	font-size: 30px;
	color: var(--orange);
	line-height: 100%;
	padding-bottom: 5px;
}

.advantages_section .advantages_info article p:last-child {
	padding: 0;
}

/* end advantages section */

/* partners section */

.partners_section {
	padding: 50px 0;
    position: relative;
    z-index: 1;
    border-bottom: 5px solid #fff;
	background: var(--dark);
}

.partners_section .col:nth-child(2) {
	animation-delay: 0.1s;
}

.partners_section .col:nth-child(3) {
	animation-delay: 0.2s;
}

.partners_section .col:nth-child(4) {
	animation-delay: 0.3s;
}

.partners_section .col:nth-child(5) {
	animation-delay: 0.4s;
}

/* end partners section */

/* steps section */

.step_section {
	padding: 50px 0 70px;
	background: linear-gradient(90deg, #F09E00 30.63%, #EBC500 81.44%);
}

.partners_section + .step_section {
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.step_section .inner_bg {
	background: url(../images/steps-section-bg.png) repeat-x 50% -20px;
	background-size: 2000px auto;
}

.step_box {
	color: #fff;
}

.step_box .number-row {
	display: flex;
	align-items: flex-end;
	padding-bottom: 35px;
}

.step_box .number {
	font-weight: 800;
	font-size: 288px;
	color: var(--dark);
	line-height: 220px;
}

.step_box .icon {
	width: 115px;
	margin: 0 0 -3px -80px;
}

.step_box .icon img {
	width: 100%;
}

.step_box p:last-child {
	padding-bottom: 0;
}

.step_box:nth-child(2) {
	animation-delay: 0.1s;
}

.step_box:nth-child(3) {
	animation-delay: 0.2s;
}

.step_box:nth-child(4) {
	animation-delay: 0.3s;
}

/* end steps section */

/* comments section */

.comments_section {
	padding: 50px 0;
	background: url(../images/comments-section-bg.jpg) no-repeat 50% 0;
	background-size: 2200px auto;
}

.comments_list {
	padding: 30px 30px 30px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
}

.comment_box {
	padding: 10px 0 20px 10px;
	background: url(../images/dotted-icon.svg) no-repeat 0 0;
}

.comment_box:first-child {
	margin: 0;
}

.comment_box p {
	padding: 0 0 5px;
}

.comment_box .name {
	font-style: italic;
	text-align: right;
	color: #9F9F9F;
}

.comments_carousel {
    position: relative;
    bottom: 15px;
}

.comments_carousel .slick-track {
    display: flex;
}

.comments_carousel .comment_box {
    height: auto;
    padding: 25px 25px 30px;
    margin: 15px;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 4px 2px rgb(0 0 0 / 25%);
}

.comments_carousel .comment_box::after {
    content: '';
    width: 70px;
    height: 65px;
    display: block;
    position: absolute;
    top: -15px; right: 20px;
	background: url(../images/dotted-icon.svg) no-repeat;
    background-size: 100% auto;
}

.comments_carousel .comment_box footer {
    padding-top: 15px;
}

.comments_carousel .comment_box footer .date {
    font-style: italic;
    color: #9F9F9F;
    padding-right: 15px;
}

/* end comments section */

/* callback form section */

.callback_form_section {
	padding: 110px 0 60px;
	background: #000 url(../images/callback-section-bg.jpg) repeat-x 50% 0;
	background-size: 2600px auto;
}

.partners_section + .callback_form_section {
    margin-top: -50px;
}

.callback_form_section .container {
	max-width: 700px;
} 

.callback_form_section .btn {
	margin-top: 20px;
}

/* end callback form section */

/*contacts section*/

.contacts-section {
    padding-top: 20px;
}

.contacts-section header {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 10px;
}

.contacts-section .map-block {
    padding-bottom: 50px;
    position: relative;
}

.contacts-section .map-block:last-child {
    padding-bottom: 0;
}

.contacts-section .map-block ymaps {
    transform: translateX(-5%);
}

.contacts-section .map-block .contact-info {
    height: 100%;
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    position: absolute;
    top: 50%; right: 0;
    z-index: 100;
    background: #fff;
    transform: translateY(-50%);
}

.contacts-section .title {
    font-weight: bold;
    font-size: 30px;
    color: var(--orange);
    line-height: 34px;
    padding-bottom: 5px;
}

.contacts-section .map-block .contact-info p {
    padding: 0 0 5px;
}

.contacts-section .map-block .contact-info p:last-child {
    padding: 0;
}

.contacts-section .map-block .contact-info b {
    font-weight: 500;
}

.kaskometr_welcome_block .kaskometr_welcome_icon img {
    margin: auto;
}

/*end contacts section*/

/*article section*/

.article_section {
    padding: 0 0 50px;
    font-size: 18px;
    line-height: 28px;
}

.article_section figure {
    margin: 15px 0 25px;
}

.article_section figure img {
    width: 100%;
}

.vertical_products_menu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: sticky;
    top: 20px; left: 0;
}

.vertical_products_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.vertical_products_menu ul li {
    padding: 10px 0 0;
}

.vertical_products_menu ul li:first-child {
    padding: 0;
}

.vertical_products_menu ul li a {
    width: 100%;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #050D18;
    line-height: 18px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
    background: #fff url("../images/bg.png");
    transition: all 0.3s;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}

.vertical_products_menu ul li a:hover {
    color: #BFC0C3;
}

.vertical_products_menu ul li a .image {
    display: block;
    padding-bottom: 5px;
}

.vertical_products_menu ul li a .image img {
    width: 100%;
    max-width: 50px;
    max-height: 50px;
    opacity: 1;
    transition: all 0.3s;
}

.vertical_products_menu ul li a:hover .image img {
    opacity: 0.5;
    filter: grayscale(1);
}

/*end article section*/

/*counts section*/

.counts_section {
    color: #fff;
    padding: 80px 0 40px;
    background: linear-gradient(90deg, #F09E00 30.63%, #EBC500 81.44%);
}

.count_box {
    height: 100%;
    position: relative;
}

.col-xl-6:nth-child(2n+2) .count_box {
    animation-delay: 0.2s;
}

.count_box figure {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.15);
    border-radius: 50px;
}

.count_box figure img {
    width: 100%;
    max-width: 50%;
    height: 100%;
    max-height: 50%;
}

.count_number {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 5px;
    transition: all 0.3s;
}

.counts_section h3 {
    font-weight: bold;
}

.counts_section .col-xl-6:nth-child(2n+2) > .count_box:after,
.counts_section .col-lg-6:nth-child(2n+2) > .count_box:after,
.counts_section .col-md-6:nth-child(2n+2) > .count_box:after,
.counts_section div:last-child > .count_box:after {
    display: none;
}

.count_box h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

/*end counts section*/

/* calc styles */

/* enter section */

.enter_section {
    font-size: 16px;
    padding: 60px 0 0;
    position: relative;
}

.enter_section .enter_section,
.container .container {
    padding: 0;
}

#w_dkp {
    padding: 60px 0;
}

.enter_section p {
    padding-bottom: 0;
}

.btn:focus {
    box-shadow: none !important;
}

.enter_section .btn {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    border-radius: 30px;
}

.enter_section .card_dark .custom-control-label::before {
    top: -2px
}

.enter_section .card_dark .custom-control-label::after {
    top: 4px;
}

.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.enter_section .text-white,
.enter_section .text-dark {
    color: #1E2C28 !important;
}

.enter_section h5 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    color: #808080;
    line-height: 19px;
    padding-bottom: 30px;
}

.enter_section .custom-control .custom-control-label {
    padding-left: 10px !important;
}

.enter_section .card_dark .custom-checkbox .custom-control-label::before,
.enter_section .card_dark .custom-radio .custom-control-label::before {
    width: 24px;
    height: 24px;
    border: none;
    background: #f7f7f7;
}

.enter_section .card_dark .custom-checkbox .custom-control-label::after,
.enter_section .card_dark .custom-radio .custom-control-label::after {
    width: 12px;
    height: 8px;
    top: 5px; left: -18px;
    background: none;
}

.enter_section .card_dark .custom-control-input:checked~.custom-control-label::before {
    background: var(--orange);
}

.enter_section .card_dark .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: url(../images/checkbox-arrow.svg) no-repeat 50%;
}

.enter_section .card_dark .custom-radio .custom-control-input:checked~.custom-control-label::after {
    width: 12px;
    height: 12px;
    top: 4px;
    background: #fff;
    border-radius: 6px;
}

.card_dark_blured_title {
    font-weight: 800;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
}

.card_dark {
    padding: 60px 40px;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.card_dark.active {
    padding: 60px 50px 70px;
    border: none;
    position: relative;
    background: linear-gradient(270.46deg, #EAC500 7.7%, #F09E00 79.93%);
}

.card_dark.active::after {
    display: none;
}

.title_progress {
    border-radius: 3px;
}

.title_progress.active {
    color: #fff;
    background: linear-gradient(270.46deg, #EAC500 7.7%, #F09E00 79.93%);
}

.card_dark .form_inner {
    position: relative;
    z-index: 1;
}

.card_dark .form-check .form-check-label {
    cursor: pointer;
}

.card_dark .custom-control-label::before {
    width: 20px;
    height: 20px;
    top: 0;
}

.card_dark .custom-control-label::after {
    width: 10px;
    height: 10px;
    top: 5px;
    left: -19px;
    background: #fff;
    border-radius: 5px;
}

.card_dark .custom-checkbox .custom-control-label::after {
    border-radius: 2px;
}

.card_dark input:disabled {
    background: rgba(0, 0, 0, 0.35) !important;
}

.card_dark input:disabled + label {
    color: #e6e6e6;
}

/* end enter section */

.error_top_text {
    position: fixed;
    display: block;
    top: -110px;
    right: 30px;
    z-index: 104400;
    display: block;
    box-shadow: 6px 6px 13px -3px #000;
    transition: all 0.5s ease-in-out;
}

.error_top_text.badge_shake {
    top: 30px;
    transition: all 0.5s ease-in-out;
}

/* form elements */

.select2,
.card_dark select,
.card_dark textarea,
.card_dark input[type="tel"],
.card_dark input[type="text"],
.card_dark input[type="email"],
.card_dark input[type="password"],
.card_dark input[type="number"],
.form-control {
    width: 100%;
    height: 60px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #333;
    outline: none;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0;
    position: relative;
    z-index: 1;
    border: none;
    background: none;
    border-radius: 30px;
}

.card_dark select:focus,
.card_dark textarea:focus,
.card_dark input[type="tel"]:focus,
.card_dark input[type="text"]:focus,
.card_dark input[type="email"]:focus,
.card_dark input[type="password"]:focus,
.card_dark input[type="number"]:focus {
    margin: 0;
    box-shadow: none;
}

.card_dark input:-webkit-autofill,
.card_dark input:-webkit-autofill:hover,
.card_dark input:-webkit-autofill:focus,
.card_dark input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.card_dark .form-group input:-webkit-autofill:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #aeaeae;
}

.form-group label {
    font-size: 18px;
    color: #9d9d9d;
    line-height: 44px;
}

.card_dark .form-group label {
    padding-left: 20px;
    padding-right: 20px;
    pointer-events: none;
}

.form-group input:not(:placeholder-shown) ~ label,
.form-group textarea:not(:placeholder-shown) ~ label,
.form-group select:not(:placeholder-shown) ~ label {
    line-height: 26px;
}

.card_dark .input-group .form-group {
    border-radius: 5px 0 0 5px;
}

.card_dark .input-group .input-group-append {
    max-width: 200px;
}

.card_dark .input-group .btn {
    font-size: 14px;
}

.card_dark .form-group {
    background: #f7f7f7;
    border-radius: 30px;
}

.select2-container--bootstrap .select2-selection--single {
    height: 60px;
    padding: 26px 0 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    padding: 25px 33px 0 33px;
    border: none !important;
}

.select2-results__options {
    max-height: 200px;
    overflow-y: scroll;
}

.select2-results__option {
    padding: 10px 33px;
}

.select2-container--bootstrap .select2-dropdown {
    margin-top: -60px !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background: #019edf;
}

.custom-control-label::before {
    /* border: none; */
}

.suggestions-suggestions {
    width: calc(100% - 66px);
    color: #444;
    border-radius: 5px;
}

.suggestions-suggestions div {
    padding: 5px 33px;
    white-space: normal;
    cursor: pointer;
}

.suggestions-suggestions div:first-child {
    font-size: 10px;
    cursor: default;
}

/* end form elements */

#wait_new,
#wait_kurs,
#wait_zno,
#wait {
    position: fixed;
    top: 30%;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 9999;
    display: none;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.55;
    z-index: 2;
    background-color: #000;
    display: none;
    transition: opacity ease 0.3s;
    z-index: 9999;
}
.main_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #000;
    transition: opacity ease 0.3s;
    z-index: 9999;
}
.main_overlay .fa_block {
    position: fixed;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 9999;
}

#overlay_error {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.55;
    z-index: 2;
    background-color: #000;
    display: none;
    transition: opacity ease 0.3s;
    z-index: 9999;
}

/* form result */

.form_results .result_img {
    max-width: 300px;
}

.form_results .result_img img {
    max-width: 100%;
    border-radius: 5px;
}

.result_row {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%)
}

.form_results .btn {
    height: 50px;
    font-size: 16px;
    color: #fff;
    border: none;
    line-height: 50px;
    background: linear-gradient(270.46deg, #F09E00 7.7%, #EAC500 50%, #F09E00 100%);
    background-size: 200% 100%;
    animation: btnShake 7s infinite ease-in-out;
    animation-delay: 3s;
    transition: all 0.3s;
}

.form_results .btn:hover {
    color: #fff;
    background-position: 100% 0;
}

.form_results .btn:after {
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    bottom: -100px;
    left: -200px;
    background: rgba(255, 255, 255, 0.6);
    animation: btnShine 7s infinite ease-in-out;
    animation-delay: 3s;
    border-radius: 50%;
}

@keyframes btnShine {
    0% {
        transform: scale(0, 0);
    }
    15% {
        transform: scale(5, 5);
        opacity: 0;
    }
    100% {
        transform: scale(5, 5);
        opacity: 0;
    }
}

@keyframes btnShaker {
    0% {
        transform: translateX(0) scale(1);
    }
    5% {
        transform: translateX(0) scale(1);
    }
    6% {
        transform: translateX(0) scale(1.005);
    }
    7% {
        transform: translateX(0) scale(1.01);
    }
    8% {
        transform: translateX(0) scale(1.02);
    }
    9% {
        transform: translateX(0) scale(1.01);
    }
    10% {
        transform: translateX(0) scale(1.005);
    }
    11% {
        transform: translateX(0) scale(1);
    }
    100% {
        transform: translateX(0) scale(1);
    }
}

.sub_title,
.place_for_shtraf_no,
.place_for_shtraf_yes {
    font-size: 12px;
    color: #aeaeae;
}

.error_text {
    color: #e51515;
    font-size: 12px;
    line-height: 16px;
    padding: 0px;
}

.tariff {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.result_title {
    font-weight: bold;
    font-size: 16px;
    color: #444;
    line-height: 24px;
}

/*preloader*/

@keyframes Scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%,
    100% {
        opacity: 0;
    }
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 11px;
}

.preloader_block .sub_title {
    width: 100%;
    font-size: 14px;
    color: #aeaeae;
    text-align: center;
    padding-top: 0;
    position: relative;
    top: 0;
}

.preloader_circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.preloader_circle:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 0.5;
    animation: Scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
}

.preloader_circle:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: inset -1px -1px 2px rgba(166, 166, 166, 0.5);
}

.preloader_circle {
    background-color: #ddd;
}

.preloader_circle:before {
    background-color: #afafaf;
    animation-delay: 200ms;
}

.preloader_circle-1:before {
    animation-delay: 200ms;
}

.preloader_circle-2:before {
    animation-delay: 400ms;
}

.preloader_circle-3:before {
    animation-delay: 600ms;
}

.preloader_circle-4:before {
    animation-delay: 800ms;
}

.preloader_circle-5:before {
    animation-delay: 1000ms;
}

/*end preloader*/

/*colors of insurance*/

.bg-alfa {
    background: #e51515;
    color: #fff;
}
.border-alfa {
    border: 1px solid #e51515;
}
.text-alfa {
    color: #e51515;
}

.bg-osk {
    background: #003f72;
    color: #fff;
}
.border-osk {
    border: 1px solid #003f72;
}
.text-osk {
    color: #003f72;
}

.bg-ingos {
    background: #0a3697;
    color: #fff;
}
.border-ingos {
    border: 1px solid #0a3697;
}
.text-ingos {
    color: #0a3697;
}

.bg-maks {
    background: #004a87;
    color: #fff;
}
.border-maks {
    border: 1px solid #004a87;
}
.text-maks {
    color: #004a87;
}

.bg-renis {
    background: #6e0f6d;
    color: #fff;
}
.border-renis {
    border: 1px solid #6e0f6d;
}
.text-renis {
    color: #6e0f6d;
}

.bg-rgs {
    background: #990211;
    color: #fff;
}
.border-rgs {
    border: 1px solid #990211;
}
.text-rgs {
    color: #990211;
}

.bg-astro {
    background: #c7263c;
    color: #fff;
}
.border-astro {
    border: 1px solid #c7263c;
}
.text-astro {
    color: #c7263c;
}

.bg-tinkoff {
    background: #dfc900;
    color: #fff;
}
.border-tinkoff {
    border: 1px solid #dfc900;
}
.text-tinkoff {
    color: #dfc900;
}

.bg-soglasie {
    background: #ef801c;
    color: #fff;
}
.border-soglasie {
    border: 1px solid #ef801c;
}
.text-soglasie {
    color: #ef801c;
}

.bg-sv {
    background: #b42041;
    color: #fff;
}
.border-sv {
    border: 1px solid #b42041;
}
.text-sv {
    color: #b42041;
}

.bg-vsk {
    background: #006fba;
    color: #fff;
}
.border-vsk {
    border: 1px solid #006fba;
}
.text-vsk {
    color: #006fba;
}

.bg-reso {
    background: #086431;
    color: #fff;
}
.border-reso {
    border: 1px solid #086431;
}
.text-reso {
    color: #086431;
}

.bg-mafin {
    background: #ff014f;
    color: #fff;
}
.border-mafin {
    border: 1px solid #ff014f;
}
.text-mafin {
    color: #ff014f;
}

.bg-kapital {
    background: #b7001e;
    color: #fff;
}
.border-kapital {
    border: 1px solid #b7001e;
}
.text-kapital {
    color: #b7001e;
}

.bg-arsenal {
    background: #737576;
    color: #fff;
}
.border-arsenal {
    border: 1px solid #737576;
}
.text-arsenal {
    color: #737576;
}

.bg-gaide {
    background: #374f8f;
    color: #fff;
}
.border-gaide {
    border: 1px solid #374f8f;
}
.text-gaide {
    color: #374f8f;
}

.bg-sogaz {
    background: #232b6a;
    color: #fff;
}
.border-sogaz {
    border: 1px solid #232b6a;
}
.text-sogaz {
    color: #232b6a;
}

.bg-nasko {
    background: #858796;
    color: #fff;
}
.border-nasko {
    border: 1px solid #858796;
}
.text-nasko {
    color: #858796;
}

/*end colors of insurance*/

/* end form result */

/* old calcs */

.main-section #vzr_form {
    overflow: visible;
}

#mortgage_form p {
    padding-bottom: 10px;
}

.vzr_main_block {
    margin-top: 60px !important;
}

.main-section .kbm_form_block,
.main-section .vzr_main_block,
.main-section .dkp_form_block {
    border: none;
    padding: 40px 40px 30px;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.main-section .dkp_form_block {
    margin: 0;
}

.main-section .dkp_inner_box {
    padding: 0;
}

.main-section .kbm_progresbar {
    padding: 0;
    box-shadow: none;
}

.main-section .kbm_form_block {
    overflow: unset;
    border-radius: 0;
}

.main-section .dkp_progresbar {
    padding: 0;
    margin: 0 0 20px;
    border: none;
    overflow: visible;
    box-shadow: none;
}

.main-section .kbm_progresbar .kbm_form_row,
.main-section .dkp_progresbar .dkp_form_row {
    flex-wrap: nowrap;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
}

.main-section .kbm_progresbar .kbm_step,
.main-section .dkp_progresbar .dkp_step {
    width: 33%;
    max-width: 33%;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 15px;
    color: #1E2C28;
    position: relative;
    border: none;
    border-radius: 0;
    background: #fff;
}

.main-section .dkp_progresbar .dkp_step {
    width: 25%;
    max-width: 25%;
}

.main-section .kbm_button_line .kbm_button,
.main-section .kbm_progresbar .kbm_step.active,
.main-section .dkp_progresbar .dkp_step.active {
    color: #fff;
    border: none;
    position: relative;
    background: linear-gradient(90deg, #F09E00 30.63%, #EBC500 81.44%);
}

.main-section .kbm_form_block .kbm_title::after, 
.main-section .kbm_button_line .kbm_button::after,
.main-section .kbm_progresbar .kbm_step.active::after {
     display: none;
 }

 .main-section .vzr_result .vzr_main_block {
     padding: 30px 20px;
 }

 .main-section .main_inner_box.special {
     padding: 0;
 }

 .main-section .vzr_form_fieldset {
     box-shadow: none;
 }

 .main-section .kbm_form_block .kbm_title,
 .main-section .vzr_main_block .vzr_main_title {
    font-weight: 800;
    color: #1E2C28;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 15px;
    background: none;
 }

 .main-section .vzr_main_block .vzr_main_title {
     padding-bottom: 30px;
 }

 .main-section .vzr_form_block .vzr_title,
 .main-section .vzr_result .vzr_main_block .vzr_main_title,
 .main-section .vzr_form_fieldset .vzr_form_fieldset_title,
 .main-section .dkp_form_block .dkp_title {
    font-weight: 800;
    color: #1E2C28;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 15px;
    position: relative;
    top: 0; left: 0;
    background: none;
    box-shadow: none;
 }

 .main-section .vzr_result .vzr_form_fieldset {
     border: none !important;
     margin: 10px 0;
 }

 .main-section .vzr_result .vzr_form_fieldset_title {
     display: none;
 }

 .main-section .vzr_result .vzr_info_field img {
    margin-bottom: 0;
 }

 .main-section .vzr_form_fieldset {
     padding: 0;
     border: none;
 }

 .main-section .vzr_form_fieldset.zst_field .vzr_form_fieldset_title {
     font-weight: normal;
     font-size: 16px;
     text-transform: none;
 }

 .main-section .vzr_list {
     border: none;
     box-shadow: none;
 }

 .main-section .vzr_list li {
     padding: 15px 0 0;
     border: none;
 }

 .main-section .vzr_form_block {
     padding: 0;
     border: none;
     box-shadow: none;
 }

 .main-section .form_inner_box {
     padding: 0;
 }

 .main-section .main_inner_box {
    padding: 0;
}

 .main-section .kbm_animation_label .kbm_input_box .kbm_input,
 .main-section .animation_label .vzr_input_box .vzr_input,
 .main-section .dkp_animation_label .dkp_input_box .dkp_input {
    width: 100%;
    height: 60px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #333;
    outline: none;
    padding: 15px 25px 0;
    margin: 0;
    position: relative;
    z-index: 1;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 30px;
 }

 .vzr_checkbox .vzr_cr, 
 .vzr_radio .vzr_cr {
    top: 2px;
    overflow: hidden;
 }

 .vzr_input_box {
    padding-right: 20px;
 }

 .vzr_checkbox .vzr_cr .vzr_cr-icon:before {
    font-size: 15px !important;
    color: var(--orange) !important;
    -webkit-transform: rotate(-7deg) !important;
    transform: rotate(-7deg) !important;
 }

 .vzr_list li .vzr_popover {
    background: var(--orange) !important;
 }

 .vzr_form_block .close_right_btn:after {
     font-weight: 300;
     font-size: 22px !important;
     line-height: 26px !important;
 }

 .main-section .vzr_input_addon {
    height: 60px;
    line-height: 60px;
    border: none;
    font-size: 18px !important;
    color: #9d9d9d;
 }

 .main-section .kbm_has_float_label label, 
 .main-section .kbm_has_float_label > span,
 .main-section .dkp_has_float_label label, 
 .main-section .dkp_has_float_label > span {
    font-size: 18px !important;
    color: #9d9d9d;
    line-height: 34px;
    border: 1px solid transparent;
    transition: all 0.1s ease-in-out;
    left: 20px;
    overflow: hidden;
    white-space: nowrap;
    z-index: unset;
 }
 
 .main-section .kbm_animation_label .kbm_input_box,
 .main-section .animation_label .vzr_input_box,
 .main-section .dkp_animation_label .dkp_input_box {
    background: #f7f7f7;
    border-radius: 30px;
 }

 .main-section .vzr_has_float_label label::after, 
 .main-section .vzr_has_float_label > span::after,
 .main-section .dkp_has_float_label label::after, 
 .main-section .dkp_has_float_label > span::after {
     display: none;
 }

 .main-section .kbm_has_float_label .kbm_input:placeholder-shown:not(:focus) + *,
 .main-section .dkp_has_float_label .dkp_input:placeholder-shown:not(:focus) + * {
    top: 50%;
    transform: translateY(-50%);
}

.main-section .kbm_animation_label .kbm_input_box .kbm_input:focus ~ span, 
.main-section .kbm_animation_label .kbm_input_box textarea:focus ~ span, 
.main-section .kbm_animation_label .kbm_input_box select:focus ~ span,
.main-section .kbm_has_float_label .kbm_input:not(:placeholder-shown) ~ span,
.main-section .kbm_has_float_label textarea:not(:placeholder-shown) ~ span,
.main-section .kbm_has_float_label select:not(:placeholder-shown) ~ span,
.main-section .dkp_animation_label .dkp_input_box .dkp_input:focus ~ span, 
.main-section .dkp_animation_label .dkp_input_box textarea:focus ~ span, 
.main-section .dkp_animation_label .dkp_input_box select:focus ~ span,
.main-section .dkp_has_float_label .dkp_input:not(:placeholder-shown) ~ span,
.main-section .dkp_has_float_label textarea:not(:placeholder-shown) ~ span,
.main-section .dkp_has_float_label select:not(:placeholder-shown) ~ span {
    font-size: 12px !important;
    color: #aeaeae;
}

.main-section .kbm_has_float_label label, 
.main-section .kbm_has_float_label > span,
.main-section .dkp_has_float_label label, 
.main-section .dkp_has_float_label > span {
    top: -2px;
}

.main-section .vzr_has_float_label label, 
.main-section .vzr_has_float_label > span {
    top: 10px;
    left: 25px;
}

.h_field {
    display: none;
}

.main-section .kbm_button_line .kbm_button, 
.main-section .kbm_button_line .kbm_button_green,
.main-section .kbm_button_line .kbm_button_red,
.main-section .vzr_button,
.main-section .vzr_button_green,
.main-section .vzr_button_red,
.main-section .vzr_button_yellow, 
.main-section .vzr_btn_simple,
.main-section .dkp_button_line a.dkp_button_green {
    height: 48px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    padding: 0 50px;
    margin: 0;
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 8px;
    transition: all 0.3s;
}

.main-section .kbm_button_line .kbm_button_red,
.main-section .vzr_button_line .vzr_button_green,
.main-section .dkp_button_line a.dkp_button_green {
    width: 100%;
    background: linear-gradient(270.46deg, #F09E00 7.7%, #EAC500 50%, #F09E00 100%);
    background-size: 200% 100%;
}

.main-section .kbm_button_line .kbm_button_red:hover,
.main-section .vzr_button_line .vzr_button_green:hover,
.main-section .dkp_button_line a.dkp_button_green:hover {
        background-position: 100% 0;
        box-shadow: none;
}

.main-section .vzr_button,
.main-section .vzr_button_yellow {
    background: #007bff;
}

.main-section .vzr_button:hover,
.main-section .vzr_button_yellow:hover {
    background: #0062cc;
}

.main-section .vzr_button_line {
    display: flex;
}

.main-section .vzr_button_line .vzr_button_green,
.main-section .dkp_button_line a.dkp_button_green,
.vzr_main_block .vzr_main_title, 
.vzr_form_block .vzr_title, 
.vzr_button, 
.vzr_button_line .vzr_button,
.vzr_button_red,
.vzr_button_yellow {
    width: auto;
    border-radius: 30px !important;
}

.main-section .vzr_button_red {
    background: #C7C7C7;
}

.main-section .vzr_button_red:hover {
    background: #868686;
}

.main-section .vzr_main_row {
    margin: 0 -9px;
}

.main-section .vzr_main_box_3 {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 8px;
}

.main-section .vzr_main_box_9 {
    max-width: 75%;
    flex: 0 0 75%;
    padding: 0 8px;
}

.main-section .vzr_form_fieldset.zst_field .vzr_btn_simple {
    min-width: 60px;
    height: 60px;
    text-align: center;
    padding: 0;
    z-index: 1;
    border-radius: 0 30px 30px 0;
}

.main-section .vzr_form_fieldset.zst_field .vzr_btn_simple::after {
    line-height: 60px;
}

.main-section .vzr_form_fieldset.zst_field {
    padding: 10px 30px 0;
    box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
}

.main-section .vzr_form_block {
    margin: 0;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    padding: 15px;
    border: none;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
}

.datepicker.datepicker-dropdown.dropdown-menu>div {
    display: block;
}

.datepicker.datepicker-dropdown.dropdown-menu table tr td, 
.datepicker.datepicker-dropdown.dropdown-menu table tr th {
    font-family: 'Open Sans', sans-serif;
}

.datepicker.datepicker-dropdown.dropdown-menu table tr td.active:active, 
.datepicker.datepicker-dropdown.dropdown-menu table tr td.active.highlighted:active,
.datepicker.datepicker-dropdown.dropdown-menu table tr td.active.active, 
.datepicker.datepicker-dropdown.dropdown-menu table tr td.active.highlighted.active, 
.open>.datepicker.datepicker-dropdown.dropdown-menu table tr td.active, 
.open>.datepicker.datepicker-dropdown.dropdown-menu table tr td.active.highlighted {
    text-shadow: none;
    background: linear-gradient(270.46deg, #EAC500 7.7%, #F09E00 79.93%);
}

.card_dark.driver_card {
    border: none;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.close_driver {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px; right: -15px;
    background: #fff;
    border-radius: 15px;
    transition: all 0.3s;
}

.close_driver:hover {
    transform: scale(1.3);
}

.close_driver::before,
.close_driver::after {
    content: '';
    width: 2px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    background: #333;
    transform: translate(-50%, -50%) rotate(45deg);
}

.close_driver::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.recalc_field {
    padding: 0;
}

.main-section .vzr_button, 
.main-section .vzr_button_yellow {
    width: 100%;
    padding: 0;
}

/* end old calcs */

@-moz-document url-prefix() {
    .card_dark {
        overflow: hidden;
    }
    .title_progress.card_dark::after {
        opacity: 0;
    }
    .card_dark::after {
        opacity: 0.85;
        background: url(../images/terminal/form_bg.png);
    }
    .card_dark .lead,
    .card_dark .card-img-top {
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    .enter_section .bg img {
        object-position: left;
    }
}

@media screen and (max-width: 640px) {
    .card_dark {
        padding: 40px 30px 50px;
    }

    .card_dark_blured_title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 30px;
    }

    .btn {
        font-size: 14px;
    }
}



/* end calc styles */

.modal-header {
    padding: 20px 0;
    border: none;
}

.modal-header .close {
    width: 20px;
    height: 20px;
    margin: 0;
    position: relative;
    padding: 0;
    opacity: 0.6;
    transition: all 0.3s;
}

.modal-header .close:hover {
    transform: scale(1.1);
}

.modal-header .close:before,
.modal-header .close:after {
    content: '';
    width: 2px;
    height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    top: 50%; left: 50%;
    background: #000;
    transform: rotate(-45deg);
}

.modal-header .close:after {
    transform: rotate(45deg);
}

.modal-header .close span {
    display: none;
}

.text-section {
    padding-bottom: 60px;
}

.header-menu {
    margin-bottom: 50px;
    border-top: 1px solid #fff;
    position: relative;
    z-index: 10;
    background: linear-gradient(90deg, #F09E00 30.63%, #EBC500 81.44%);
}

.header-menu .navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 10px;
}

.header-menu .navbar-expand-lg .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.header-menu .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 8px;
}

.dropdown-item.active, 
.dropdown-item:active {
    background: linear-gradient(90deg, #F09E00 30.63%, #EBC500 81.44%);
}

.error {
    font-size: 14px;
    color: #fff;
    padding: 2px 0 3px 21px;
    background: #dc3545;
    border-radius: 0 0 30px 30px;
}

.callback_form_section .error {
    padding: 2px 0 3px 25px;
}

.place_for_sports {
    padding-bottom: 10px;
}

.place_for_sports .alert-warning {
    flex: 0 0 auto;
    font-size: 14px;
    padding: 2px 40px 4px 20px;
    margin: 0 0 15px 15px !important;
    border-radius: 30px;
}

.place_for_sports .alert-warning .close {
    font-size: 20px;
    position: absolute;
    top: 50%; right: 17px;
    transform: translateY(-50%);
}

.place_for_sports {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

#ns_form textarea.form-control {
    padding-left: 21px !important;
    padding-right: 20px !important;
}

.form-group select.form-control {
    width: calc(100% - 15px);
}

.error_top_text {
    border: none;
}

.error_top_text,
.error_top_text .bg-danger {
    background: linear-gradient(90deg, #F09E00 30.63%, #EBC500 81.44%);
    box-shadow: none;
    border-radius: 0;
}

.error_top_text .bg-danger {
    border-color: #fff;
}

.error_top_text .custom_close {
    display: none;
}

.error_top_text .custom_close::before,
.error_top_text .custom_close::after {
    content: '';
    width: 1px;
    height: 14px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}

.error_top_text .custom_close::after {
    transform: rotate(45deg);
}

.error_top_message {
    padding-bottom: 25px;
}

/*footer section*/

.footer_section {
	padding: 15px 0;
	background: linear-gradient(90deg, #F09E00 30.63%, #EBC500 81.44%);
}

/*end footer section*/

/*404 page*/

.page-404 {
    padding: 200px 0 100px;
    position: relative;
}

.notfound {
    width: 560px;
    display: block;
    padding-left: 160px;
    padding-top: 3px;
    margin: auto;
    position: relative;
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url('../images/emoji.png');
    background-size: cover;
}

.notfound .notfound-404:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background: #F0F4F9;
    z-index: -1;
}

.notfound h2 {
    font-size: 65px;
    font-weight: 700;
    padding: 10px 0 13px;
    color: #292C2F;
    text-transform: uppercase;
}

.notfound h3 {
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 10px;
    margin: 0;
    text-transform: uppercase;
    color: #292C2F;
}

.notfound p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #999fa5;
}

.notfound .button {
    font-weight: 700;
    padding: 17px 40px;
    line-height: 20px;
}

/*end 404 page*/

/*responsive style*/

/*tablet */

@media screen and (max-width: 1400px) {

    .phone-circle-block {
        bottom: 20px; right: 20px;
    }

}

@media screen and (max-width: 1199px) {

    .top_banner_section .inner_bg {
		padding: 40px 0 70px;
	}

	.top_banner_section_tabs .nav {
		margin-top: -70px;
	}

	.advantages_section .advantages_info article .title {
		font-size: 24px;
	}

    .contacts-section .map-block:after {
        width: 51%;
    }

}

/*end tablet*/

/*tablet small*/

@media screen and (max-width: 991px) {

    .top_banner_section .inner_bg {
		padding: 20px 0 70px;
	}

	.top_banner_section_tabs .info {
		padding-bottom: 0;
	}

    .top_banner_section_tabs .info .price {
        font-size: 60px;
    }

	.top_banner_section_tabs .nav {
		margin-top: 40px;
		justify-content: space-between;
	}

	.top_banner_section_tabs .nav .nav-item {
		margin: 0;
	}

	.step_box .number {
		font-size: 200px;
		line-height: 150px;
	}

	.step_box .icon {
		width: 75px;
		margin: 0 0 -3px -50px;
	}

	.navbar,
    .header-menu .navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.navbar-dark .navbar-toggler {
		display: none;
	}

	.head_menu_box.collapse:not(.show),
    .header-menu .navbar-expand-lg .collapse:not(.show) {
		display: flex;
		flex-basis: inherit;
	}
	
	.head_menu_box .navbar-nav,
    .header-menu .navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}

    .header-menu .navbar-expand-lg {
        padding: 5px 0;
    }

    .header-menu .navbar-expand-lg .navbar-nav .nav-item {
        margin-left: 15px;
    }

    .header-menu .navbar-expand-lg .navbar-nav .nav-item:first-child {
        margin-left: 0;
    }

	.navbar-dark .head_menu_box .navbar-nav .nav-item {
		margin-left: 30px;
	}

	.navbar-dark .head_menu_box .navbar-nav .nav-item .nav-link {
		font-size: 16px;
	}

    .header-menu .navbar-expand-lg .nav-link {
        font-size: 15px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    
    .contacts-section .map-block .contact-info {
        right: calc(50% - 345px);
    }

    .contacts-section .map-block .contact-info {
        width: 100%;
        text-align: center;
        padding: 0 20px 30px;
        position: inherit;
        top: auto; right: auto;
        transform: translate(0);
    }

    .contacts-section .map-block:after {
        display: none;
    }

    .contacts-section .map-block ymaps {
        transform: translate(0);
    }

    .counts_section .count_box:after {
        display: none;
    }

    .vzr_list li .vzr_popover {
        right: 0 !important;
    }

    .main-section .vzr_input_addon {
        height: auto !important;
        line-height: normal !important;
    }

    .vzr_checkbox .vzr_label, 
    .vzr_radio .vzr_label {
        margin-right: 30px !important;
    }

    .vzr_button_line .vzr_button, 
    .vzr_button_line .vzr_button_green, 
    .vzr_button_line .vzr_button_red,
    .main-section .vzr_button_line .vzr_button_green, 
    .main-section .dkp_button_line a.dkp_button_green {
        width: 100%;
        padding: 0;
    }

    .main-section .vzr_main_box_3 {
        flex: 0 0 35% !important;
        max-width: 35% !important;
    }

    .main-section .vzr_main_box_9 {
        flex: 0 0 65% !important;
        max-width: 65% !important;
    }

    #mortgage_calc + .enter_section .custom-control {
        padding-bottom: 20px;
    }

}

/*end tablet small*/

/*mobile*/

@media screen and (max-width: 767px) {

    body {
        overflow-x: hidden;
    }

    .comments-section {
        padding: 60px 0;
    }

    .signature:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .animate__animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	.hidden {
		opacity: 1;
	}

	.top_banner_section_tabs .image {
		order: 1;
		padding-bottom: 40px;
	}

	.top_banner_section_tabs .info {
		order: 2;
	}

	.top_banner_section_tabs .nav .nav-link {
		transform: scale(0.8);
	}

	.top_banner_section_tabs .info .price {
		font-size: 58px;
	}

	.top_banner_section_tabs .info .price .valute_icon {
		width: 30px;
		height: 40px;
		position: relative;
		top: 2px;
		background-size: 100% auto;
	}

	.advantages_section {
		padding: 50px 0 80px;
	}

	.advantages_section .advantages_image {
		margin-bottom: 30px;
	}

	.step_section {
		padding-bottom: 40px;
	}

	.step_section .inner_bg {
		background-repeat: repeat-y;
		background-position-y: -40px;
	}

	.step_box {
		padding-bottom: 40px;
	}

	.header_section .container,
	.header_section .navbar {
		position: inherit;
	}

	.head_menu_box {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0; left: 0; right: 0; bottom: 0;
		z-index: 10;
		background: #fff;
	}

	.head_menu_box .navbar-nav,
    .header-menu .navbar-expand-lg .navbar-nav {
		flex-direction: column;
	}

    .header-menu .navbar-expand-lg .navbar-nav .nav-item {
        margin-left: 0;
    }

	.navbar-dark .head_menu_box .navbar-nav .nav-item .nav-link {
		color: var(--dark);
	}

	.navbar-dark .head_menu_box {
		display: flex;
		justify-content: center;
		align-items: center;
		transition: 0s;
	}

	.navbar-dark .head_menu_box .navbar-nav {
		justify-content: center;
		align-items: center;
	}

	.navbar-dark .head_menu_box .navbar-nav .nav-item {
		margin: 0 0 20px;
	}

    .header-menu .navbar-expand-lg .navbar-nav .nav-item:last-child {
        padding-bottom: 10px;
    }

	.navbar-dark .head_menu_box .navbar-nav .nav-item .nav-link {
		font-size: 20px;
	}

	.navbar-dark .navbar-toggler {
		width: 30px;
		height: 30px;
		display: block;
		padding: 0;
		border: none;
		background: url(../images/burder-icon.svg) no-repeat;
		background-size: 100% auto;
		border-radius: 0;
	}

	.navbar-dark .navbar-toggler.open {
		position: fixed;
		top: 30px; right: 50px;
		z-index: 100;
		background: url(../images/close-menu.svg) no-repeat 50%;
		background-size: 25px;
	}

	.head_menu_box.collapse:not(.show),
    .header-menu .navbar-expand-lg .collapse:not(.show) {
		display: none;
	}

    .header-menu .navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
    }

    .header-menu .navbar-nav .dropdown-menu {
        position: static;
        border: none;
    }

    .header-menu .navbar-nav .dropdown-menu a {
        font-size: 14px;
        text-align: center;
    }

    .notfound .notfound-404 {
        width: 110px;
        height: 110px;
    }

    .notfound {
        width: auto;
        padding: 130px 15px 0 15px;
    }

    .menu-burger {
        display: block;
    }

    .main-section .vzr_main_box_1,
    .main-section .vzr_main_box_2,
    .main-section .vzr_main_box_3,
    .main-section .vzr_main_box_4,
    .main-section .vzr_main_box_5,
    .main-section .vzr_main_box_6,
    .main-section .vzr_main_box_7,
    .main-section .vzr_main_box_8,
    .main-section .vzr_main_box_9,
    .main-section .vzr_main_box_10,
    .main-section .vzr_main_box_11,
    .main-section .vzr_main_box_12 {
        max-width: 100% !important;
        flex: 100% !important;
    }

    .comments_carousel .comment_box {
        height: 100%;
    }

}

@media screen and (max-width: 575px) {

    h1 {
        font-size: 34px;
        line-height: 40px;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
    }

    h3 {
        font-size: 22px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .step_box {
		max-width: 300px;
	}

    .comment-box .avatar-box {
        margin: 0 auto 20px;
    }

    .comments-section form .form-row {
        display: block;
    }

}

@media screen and (max-width: 459px) {

    .top_banner_section .inner_bg {
		padding: 20px 0 50px;
	}

	.top_banner_section_tabs .image {
		padding-bottom: 30px;
	}

	.top_banner_section_tabs .nav .nav-link {
		width: auto;
		transform: scale(1);
		text-indent: -500px;
		position: relative;
		overflow: hidden;
	}

	.top_banner_section_tabs .info .title {
		font-size: 24px;
	}

	.top_banner_section_tabs .nav .nav-link img {
		width: 45px;
		margin: 0;
	}

	.top_banner_section_tabs .btn {
		width: 100%;
		font-size: 20px;
		padding: 0;
	}

    .navbar-dark .navbar-toggler.open {
		top: 20px; right: 20px;
	}

    .main-section .kbm_form_block, 
    .main-section .vzr_main_block, 
    .main-section .dkp_form_block {
        padding: 30px 20px 20px !important;
    }

}

/*end mobile*/

/*end responsive style*/