/*
Theme Name: Инвест центр
Version: 1
Description: Инвест центр THEME
Author: irsib
Author URI: https://xn--90ana5af.xn--p1ai/
*/

/* FORM */
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 22px 44px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 2px;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
    cursor: pointer;
}
.btn--transparent {
    border: 1px solid #0066CB;
    color: #0066CB;
    background-color: transparent;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--transparent:hover,
.btn--transparent:focus {
    background-color: #0066CB;
    color: #fff;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--transparent-accent {
    border-color: #FFF628;
    color: #FFF628;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--transparent-accent:hover,
.btn--transparent-accent:focus {
    color: #252B42;
    background-color: #FFF628;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--solid {
	border: 1px solid #0066CB;
    background-color: #0066CB;
    color: #fff;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--solid:hover,
.btn--solid:focus {
    color: #252B42;
    background-color: #FFF628;
    border-color: #FFF628;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--solid-accent {
    background-color: #FFF628;
    color: #252B42;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--solid-accent:hover,
.btn--solid-accent:focus {
    background-color: #0066CB;
    color: #fff;
    -webkit-transition: color .2s, background-color .2s;
    -o-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
}
input[type=tel],
input[type=text] {
    padding: 22px 44px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 2px;
    background-color: #fff;
    color: #515871;
}
input::-webkit-input-placeholder {
    font-weight: 400;
}
input::-moz-placeholder {
    font-weight: 400;
}
input:-ms-input-placeholder {
    font-weight: 400;
}
input::-ms-input-placeholder {
    font-weight: 400;
}
input::placeholder {
    font-weight: 400;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
input[type="search"] {
    -webkit-appearance: none;
}
@media (max-width: 1340px) {
}
@media (max-width: 1170px) {
}
@media (max-width: 990px) {
}
@media (max-width: 750px) {
	.btn {
	    padding: 14px 24px;
	}
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
}
/* FORM */

/* HEADER */
header {
    overflow: hidden !important;
    padding-bottom: 2px !important;
    background-color: #fff !important;
    background: -o-linear-gradient(bottom, #E9E8ED, #E9E8ED 2px, #fff 3px) !important;
    background: linear-gradient(to top, #E9E8ED, #E9E8ED 2px, #fff 3px) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.header__content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.header__logoBlock {
    position: relative !important;
    z-index: 2 !important;
    margin-right: 28px !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.header__logoBlock::before {
    content: none !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
    width: 100vw !important;
    z-index: -1 !important;
    background-color: #252B42 !important;
}
.header__logoLink {
    display: block !important;
    padding: 18px 30px 18px 6px !important;
}
.header__logo {
    
}
.header__nav {
    margin-right: 28px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.header__nav ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.header__nav li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    color: #252B42 !important;
}
.header__nav li:not(:last-child) {
    margin-right: 40px !important;
}
.header__nav a {
    height: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    position: relative !important;
}
.header__nav a::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background-color: rgba(37, 43, 66, 0) !important;
    -webkit-transition: background-color .2s !important;
    -o-transition: background-color .2s !important;
    transition: background-color .2s !important;
}
.header__nav .menu-item a:hover::before,
.header__nav .menu-item a:focus::before {
    background-color: rgba(37, 43, 66, .5) !important;
    -webkit-transition: background-color .2s !important;
    -o-transition: background-color .2s !important;
    transition: background-color .2s !important;
}
.header__nav .current-menu-item a::before {
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background-color: rgba(37, 43, 66, 1) !important;
    -webkit-transition: background-color .2s !important;
    -o-transition: background-color .2s !important;
    transition: background-color .2s !important;
}
.header__contactsBlock {
    margin-left: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.header__tel {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-right: 26px !important;
    -webkit-transition: color .2s !important;
    -o-transition: color .2s !important;
    transition: color .2s !important;
    white-space: nowrap !important;
}
.header__tel:hover,
.header__tel:focus {
    color: #0066CB !important;
    -webkit-transition: color .2s !important;
    -o-transition: color .2s !important;
    transition: color .2s !important;
}
.header__callback {
    padding: 12px 22px !important;
    font-weight: 400 !important;
    margin-right: 10px;
}
.header__lk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border: 0;
    background-color: #F1F1F1;
    border-radius: 2px;
    transition: background-color .3s;
}
.header__lk:hover{
    background-color: #FFF628;
    transition: background-color .3s;
}
.header__lkIcon {
    display: block;
    width: 20px;
}
.header__mobileMenu {
	display: none !important;
}
@media (max-width: 1340px) {
	.header__logoBlock {
		width: 200px !important;
	}
	.header__nav li:not(:last-child) {
		margin-right: 20px !important;
	}
}
@media (max-width: 1170px) {
	.header__callback {
		display: none !important;
	}
	.header__tel {
		margin-right: 8px !important;
	}
}
@media (max-width: 990px) {
	.header__nav {
		display: none !important;
	}
	.header__content {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.header__mobileMenu {
		display: block !important;
		height: 100% !important;
		margin-left: 40px !important;
	}
	.header__mobileMenuIcon {
		width: 40px !important;
		height: 40px !important;
	}
}
@media (max-width: 750px) {
	header {
		position: -webkit-sticky !important;
		position: sticky !important;
		top: 0 !important;
		z-index: 110 !important;
	}
	.header__logoBlock {
		width: 150px !important;
		margin-right: 25px !important;
	}
	.header__logoLink {
		padding: 10px 20px 10px 0px !important;
	}
	.header__tel {
		font-size: 16px !important;
	}
	.header__mobileMenu {
		margin-left: 25px !important;
	}
	.header__mobileMenuIcon {
		width: 35px !important;
		height: 35px !important;
	}
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
	.header__logoBlock {
		width: 100px !important;
		margin-right: 10px !important;
	}
	.header__tel {
		font-size: 14px !important;
	}
	.header__mobileMenu {
		margin-left: 15px !important;
	}
	.header__mobileMenuIcon {
		width: 25px !important;
		height: 25px !important;
	}
    .header__lk {
        width: 30px;
        height: 30px;
    }
    .header__lkIcon {
        width: 14px;
    }
}
/* HEADER */

/* MAIN */
main {

}
/* MAIN */

/* BANNER */
.banner {
    background-color: #F3F4F6;
    background-image: url('assets/images/banner.jpg');
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: 85px;
}
.banner__content {
    width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 70px 0 75px 0;
    min-height: 600px;
}
.banner__title {
    font-size: 16px;
    line-height: 1.19;
    color: #ADADAD;
    margin-bottom: 16px;
}
.banner__heading {
    font-size: 35px;
    line-height: 1.23;
    font-weight: 700;
    color: #252B42;
    margin-bottom: 16px;
}
.banner__text {
    line-height: 1.4;
    margin-bottom: 32px;
    width: 90%;
}
.banner__btn {
    margin-top: auto;
    padding: 22px 62px;
}
@media (max-width: 1650px) {
    .banner__content {
        min-height: 500px;
    }
}
@media (max-width: 1400px) {
    .banner__content {
        min-height: 460px;
    }
}
@media (max-width: 1340px) {
	.banner {
		background-position: right -110px center;
	}
}
@media (max-width: 1170px) {
	.banner {
		background-position: right -160px center;
	}
	.banner__content {
	    min-height: auto;
	    width: 520px;
	}
}
@media (max-width: 990px) {
	.banner {
	    background-image: url(assets/images/banner-mobile.png);
	    background-size: 640px auto;
	    background-position: right -140px bottom;
	    background-repeat: no-repeat;
	}
	.banner__content {
	    width: 55%;
	    padding: 30px 0 35px 0;
	}
	.banner__text {
	    width: 70%;
	}
}
@media (max-width: 750px) {
	.banner {
	    background-size: 100% auto;
    	background-position: center bottom;
		margin-bottom: 50px;
	    padding-bottom: 52%;
	}
	.banner__content {
	    padding: 25px 0 0 0;
	    width: 100%;
	}
	.banner__title {
		font-size: 14px;
	    margin-bottom: 8px;
	}
	.banner__heading {
		font-size: 28px;
		margin-bottom: 16px;
    	width: 100%;
	}
	.banner__text {
		margin-bottom: 24px;
	}
	.banner__btn {
		padding: 14px 24px;
	}
}
@media (max-width: 570px) {
	.banner {
		margin-bottom: 25px;
	    padding-bottom: 48%;
	}
	.banner__content {
		padding: 25px 0;
	}
	.banner__heading {
		width: 100%;
	}
	.banner__text {
		width: 100%;
	}
}
@media (max-width: 450px) {
}
/* BANNER */

/* SAVING */
.saving {
    margin-bottom: 85px;
}
.saving__content {

}
.saving__sectionHeading {
    font-size: 35px;
    line-height: 1.23;
    font-weight: 700;
    color: #252B42;
    margin-bottom: 11px;
}
.saving__text {
    width: calc(50% - 28px);
    margin-bottom: 56px;
    line-height: 1.4;
}
.saving__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -28px;
    margin-right: -28px;
    margin-bottom: -37px;
}
.saving__item {
    width: calc(50% - 56px);
    margin-left: 28px;
    margin-right: 28px;
    border: 1px solid #E9E8ED;
    border-radius: 3px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 37px;
}
.saving__header {
    padding: 34px 50px 44px 50px;
    background-color: #EEEFF3;
    overflow: hidden;
    border-radius: 2px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
.saving__item:hover .saving__header,
.saving__item:focus-within .saving__header {
    background-color: #275ACD;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
.saving__heading {
	display: inline-block;
    font-size: 100px;
    line-height: 1.22;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    -o-transition: transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s;
}
.saving__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 38px 50px 45px 50px;
}
.saving__secondHeading {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.21;
    font-weight: 400;
    color: #ADADAD;
    margin-bottom: 21px;
}
.saving__description {
    font-size: 24px;
    line-height: 1.3;
    color: #252B42;
    font-weight: 700;
    width: 90%;
    margin-bottom: 26px;
}
.saving__descriptionList {
    margin-bottom: 37px;
}
.saving__descriptionItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.saving__descriptionItem:not(:last-child) {
    margin-bottom: 15px;
}
.saving__descriptionTerm {
    font-size: 14px;
    line-height: 1.21;
    color: #515871;
    max-width: 35%;
}
.saving__descriptionDefenition {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.21;
    text-align: right;
    max-width: 50%;
}
.saving__btns {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.saving__btn {
    width: calc(50% - 6px);
    padding: 20px 32px;
}
@media (max-width: 1340px) {
	.saving__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.saving__btn {
		width: 100%;
	}
	.saving__btn:not(:first-child) {
		margin-bottom: 10px;
	}
}
@media (max-width: 1170px) {
	.saving__grid {
		margin-left: 0;
    	margin-right: 0;
	}
	.saving__item {
		width: 100%;
		margin-left: 0;
    	margin-right: 0;
	}
	.saving__btns {
	    -webkit-box-align: stretch;
	        -ms-flex-align: stretch;
	            align-items: stretch;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: row;
	            flex-direction: row;
	}
	.saving__btn {
	    width: calc(50% - 6px);
	}
	.saving__btn:not(:first-child) {
		margin-bottom: 0;
	}
}
@media (max-width: 990px) {
	.saving__text {
		width: 90%;
	}
}
@media (max-width: 750px) {
	.saving {
		margin-bottom: 50px;
	}
	.saving__grid {
		margin-bottom: -25px;
	}
	.saving__item {
		margin-bottom: 25px;
	}
	.saving__sectionHeading {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.saving__text {
		margin-bottom: 20px;
	}
	.saving__header {
	    padding: 15px 20px;
	}
	.saving__heading {
		font-size: 50px;
	}
	.saving__body {
	    padding: 20px 30px;
	}
	.saving__secondHeading {
		margin-bottom: 15px;
	}
	.saving__description {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.saving__descriptionList {
		margin-bottom: 25px;
	}
	.saving__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.saving__btn {
		padding: 14px 24px;
		width: 100%;
	}
	.saving__btn:not(:last-child) {
		margin-bottom: 5px;
	}
}
@media (max-width: 570px) {
	.saving__body {
		padding: 20px 15px;
	}
	.saving__text {
		width: 100%;
	}
	.saving__description {
		width: 100%;
	}
}
@media (max-width: 450px) {
}
/* SAVING */

/* CONSULTATION */
.consultation {
    margin-bottom: 85px;
}
.consultation__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #39729B;
    padding: 0 105px;
    border-radius: 2px;
}
.consultation__imgBlock {
    width: calc(50% - 55px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.consultation__img {
    margin-top: -50px;
}
.consultation__formBlock {
    width: calc(50% - 30px);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 70px 0;
}
.consultation__blockHeading {
    font-size: 12px;
    line-height: 1.25;
    color: #E1E1E1;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.consultation__question {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 700;
    margin-bottom: 17px;
}
.consultation__text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 23px;
    width: 65%;
}
.consultation form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 17px;
}
.consultation form span {
    width: calc(50% - 6px);
}
.consultation form .wpcf7-not-valid-tip {
    display: none;
}
.consultation .wpcf7 form.invalid .wpcf7-response-output, .consultation .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #a70000;
    font-weight: 600;
}
.consultation .wpcf7 form .wpcf7-response-output {
    color: #20dc09;
    font-weight: 600;
}
.consultation form input {
    width: 100%;
    font-size: 12px;
    padding: 22px;
}
.consultation form button {
    padding: 22px;
    width: calc(50% - 6px);
    font-size: 12px;
}
.consultation__policyText {
    font-size: 10px;
    line-height: 1.3;
    width: 75%;
}
.consultation__policyLink {
    color: #FFF628;
}
.consultation__policyLink:hover,
.consultation__policyLink:focus {
	text-decoration: underline;
}
@media (max-width: 1340px) {
	.consultation__formBlock {
		padding: 30px 0;
	}
}
@media (max-width: 1170px) {
	.consultation__content {
		padding: 0 70px;
	}
	.consultation__imgBlock {
		display: none;
	}
	.consultation__formBlock {
		width: 100%;
	    padding: 50px 0;
	}
}
@media (max-width: 990px) {
}
@media (max-width: 750px) {
	.consultation {
		margin-bottom: 50px;
	}
	.consultation__content {
		padding: 25px;
	}
	.consultation__formBlock {
		padding: 0;
	}
	.consultation__blockHeading {
		margin-bottom: 3px;
	}
	.consultation__question {
		font-size: 28px;
		margin-bottom: 8px;
	}
	.consultation__text {
		width: 90%;
		margin-bottom: 15px;
	}
	.consultation form input {
	    padding: 14px 22px;
	}
	.consultation form button {
		padding: 14px 22px;
	}
	.consultation__policyText {
		width: 100%;
	}
}
@media (max-width: 570px) {
	.consultation__text {
		width: 100%;
	}
	.consultation form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.consultation form span {
		width: 100%;
	}
	.consultation form input {
		text-align: center;
		margin-bottom: 5px;
	}
	.consultation form button {
		width: 100%;
	}
}
@media (max-width: 450px) {
	.saving__descriptionTerm {
	    max-width: 60%;
	}
	.saving__descriptionDefenition {
	    max-width: 35%;
	}
}
/* CONSULTATION */

/* BANKS */
.banks {
    margin-bottom: 80px;
}
.banks__content {

}
.banks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -22px;
    margin-right: -22px;
}
.banks__item {
    width: calc(33.3333% - 44px);
    margin-left: 22px;
    margin-right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.banks__img {
    max-height: 80px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 45px;
}
.banks__heading {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #252B42;
    margin-bottom: 17px;
}
.banks__description {
    
}
@media (max-width: 1340px) {
}
@media (max-width: 1170px) {
	.banks__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}
	.banks__item {
	    width: 100%;
	    margin-left: 0;
		margin-right: 0;
	}
	.banks__item:not(:last-child) {
		margin-bottom: 55px;
	}
	.banks__img {
		margin-bottom: 15px;
	}
	.banks__heading {
		margin-bottom: 15px;
	}
	.banks__description {
		width: 100%;
	}
}
@media (max-width: 990px) {
}
@media (max-width: 750px) {
	.banks {
		margin-bottom: 50px;
	}
	.banks__item:not(:last-child) {
		margin-bottom: 25px;
	}
	.banks__img {
		max-height: 60px;
		margin-bottom: 10px;
	}
	.banks__heading {
		font-size: 25px;
		margin-bottom: 10px;
	}
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
}
/* BANKS */

/* ADVANTAGES */
.advantages {
    margin-bottom: 85px;
    overflow: hidden;
}
.advantages__content {

}
.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -22px;
    margin-right: -22px;
}
.advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(33.333% - 44px);
    margin-left: 22px;
    margin-right: 22px;
    border: 1px solid #E9E8ED;
    border-radius: 3px;
    padding: 26px 52px;
}
.advantages__imgContainer {
    width: 73px;
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 999999999999px;
    background-color: #EEEFF3;
    margin-right: auto;
    margin-bottom: 22px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.advantages__img {
    max-width: 32px;
    max-height: 32px;
}
.advantages__heading {
    font-size: 18px;
    line-height: 1.3;
    color: #252B42;
    font-weight: 600;
}
@media (max-width: 1340px) {
}
@media (max-width: 1170px) {
	.advantages__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
	.advantages__item {
	    width: 100%;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: row;
	            flex-direction: row;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    margin-left: 0;
		margin-right: 0;
	}
	.advantages__item:not(:last-child) {
		margin-bottom: 22px;
	}
	.advantages__imgContainer {
	    margin-bottom: 0;
	    margin-right: 22px;
	}
}
@media (max-width: 990px) {
}
@media (max-width: 750px) {
	.advantages {
		margin-bottom: 50px;
	}
	.advantages__item:not(:last-child) {
		margin-bottom: 15px;
	}
	.advantages__item {
		padding: 15px 25px;
	}
	.advantages__heading {
		font-size: 16px;
	}
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
	.advantages__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.advantages__imgContainer {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.advantages__heading {
		text-align: center;
	}
}
/* ADVANTAGES */

/* ABOUT */
.about {
    margin-bottom: 85px;
}
.about__content {

}
.about__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.about__imgBlock {
    width: calc(33.3333% - 22px);
    margin-right: 44px;
}
.about__imgWrapper {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.about__imgContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F3F4F6;
    padding: 60px 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about__img {
    max-width: 100%;
    max-height: 100%;
}
.about__textBlock {
    width: calc(66.666666% - 22px);
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.about__text {
    margin-bottom: 36px;
    line-height: 1.5;
}
.about__text > *:not(:last-child) {
    margin-bottom: 23px;
}
.about__btn {
    margin-right: auto;
    padding: 22px 64px;
}
@media (max-width: 1340px) {
}
@media (max-width: 1170px) {
}
@media (max-width: 990px) {
	.about__imgContainer {
		padding: 30px;
	}
}
@media (max-width: 750px) {
	.about {
		margin-bottom: 50px;
	}
	.about__imgBlock {
		display: none;
	}
	.about__textBlock {
		width: 100%;
	}
	.about__text {
		margin-bottom: 25px;
	}
	.about__text > *:not(:last-child) {
		margin-bottom: 16px;
	}
	.about__btn {
		padding: 14px 24px;
	}
}
@media (max-width: 570px) {
	.about__btn {
		margin-left: auto;
	}
}
@media (max-width: 450px) {
}
/* ABOUT */

/* CONTACTS */
.contacts {
    position: relative;
}
.contacts__content {
    width: 100%;
    padding: 150px 0;
}
.contacts__block {
    width: calc(33.3333% - 22px);
    background-color: #515871;
    padding: 60px 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    z-index: 2;
}
.contacts__heading {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 9px;
}
.contacts__heading::after {
    content: ':';
}
.contacts__address {
    line-height: 1.5;
    margin-bottom: 15px;
}
.contacts__hours {
    font-size: 12px;
    line-height: 1.5;
    color: #D6D6D6;
    margin-bottom: 0;
}
.contacts__hours span:not(:last-child) {
    margin-right: 8px;
}
.contacts__tel {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.03em;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.contacts__tel:hover,
.contacts__tel:focus {
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	color: #FFF628;
}
.contacts__mail {
    line-height: 1.5;
    color: #FFF628;
}
.contacts__mail:hover,
.contacts__mail:focus {
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	color: #fff;
}
.contacts__mapContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media (max-width: 1340px) {
}
@media (max-width: 1170px) {
	.contacts__content {
	    padding: 120px 0;
	}
	.contacts__block {
	    width: 50%;
	}
}
@media (max-width: 990px) {
	.contacts__block {
		width: 65%;
	}
}
@media (max-width: 750px) {
	.contacts__content {
		padding: 25px 0;
	}
	.contacts__block {
		width: 100%;
		padding: 30px 20px;
	}
	.contacts__heading {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.contacts__address {
		margin-bottom: 10px;
	}
	.contacts__hours {
		margin-bottom: 5px;
	}
	.contacts__tel {
		font-size: 18px;
		margin-bottom: 2px;
	}
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
}
/* CONTACTS */

/* FOOTER */
footer {
    background-color: #252B42;
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0;
}
.footer__block {

}
.footer__block--logo {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer__block--menu {
    width: 10%;
}
.footer__block--address {
    width: 23%;
}
.footer__block--contants {
    width: 15.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer__logoLink {
    display: block;
    margin-bottom: 23px;
    margin-right: auto;
}
.footer__logo {

}
.footer__copyright {
    font-size: 12px;
    line-height: 1.5;
    color: #D6D6D6;
}
.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    color: #fff;
}
.footer__menu ul li:not(:last-child) {
    margin-bottom: 10px;
}
.footer__menu a {
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.footer__menu a:hover,
.footer__menu a:focus {
	color: #FFF628;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.footer_address {
    color: #D6D6D6;
    line-height: 1.5;
}
.footer__tel {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 15px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.footer__tel:hover,
.footer__tel:focus {
	color: #FFF628;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.footer__callback {
    padding: 11px 24px;
}
.footer__copyrightRow {
    background-color: #1F2538;
}
.footer__copyrightContent {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #D6D6D6;
    font-size: 12px;
    line-height: 1.5;
}
.footer__documents {
    width: 50%;
}
.footer__documentsLink {
    color: #FFF628;
}
.footer__documentsLink:hover,
.footer__documentsLink:focus {
	text-decoration: underline;
}
.footer__irs {
    margin-left: 50px;
}
.footer__irsLink {
    font-weight: 700;
}
.footer__irsLink:hover,
.footer__irsLink:focus {
	color: #FFF628;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
@media (max-width: 1340px) {
	.footer__block--menu {
		width: 15%;
	}
	.footer__block--contants {
	    width: 18%;
	}
}
@media (max-width: 1170px) {
	.footer__content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.footer__block--logo {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: calc(33.3333% - 44px);
		margin-right: 44px;
	}
	.footer__block--menu {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
		width: 100%;
	}
	.footer__block--address {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: calc(33.3333% - 44px);
		margin-right: 44px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: end;
	        -ms-flex-align: end;
	            align-items: flex-end;
	    text-align: right;
	}
	.footer__block--contants {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		width: calc(33.3333%);
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.footer__menu ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-top: 35px;
	}
	.footer__menu ul li:not(:last-child) {
		margin-bottom: 0;
		margin-right: 25px;
	}
	.footer__documents {
		width: 70%;
	}
}
@media (max-width: 990px) {
	.footer__block--logo {
		width: calc(33.3333% - 22px);
		margin-right: 22px;
	}
	.footer__block--address {
		width: calc(33.3333% - 22px);
		margin-right: 22px;
	}
}
@media (max-width: 750px) {
	.footer__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 25px 0;
	}
	.footer__block--logo {
		width: 100%;
		margin-right: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 15px;
	}
	.footer__logoLink {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-bottom: 0;
	}
	.footer__logo {
		width: 130px;
		margin-right: 25px;
	}
	.footer__block--menu {
		display: none;
	}
	.footer__block--address {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.footer_address {
		width: 100%;
		text-align: center;
	}
	.footer__block--contants {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer__tel {
		font-size: 16px;
		margin-bottom: 0;
		margin-right: 15px;
	}
}
@media (max-width: 570px) {
	.footer__copyrightContent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		padding: 20px 0;
	}
	.footer__documents {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer__irs {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
}
@media (max-width: 450px) {
	.footer__block--logo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer__logoLink {
		margin-left: auto;
		margin-bottom: 15px;
	}
	.footer__copyright {
		text-align: center;
	}
	.footer__block--contants {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.footer__tel {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.footer__documents {
		text-align: center;
	}
}
/* FOOTER */

/* INNER */
.inner__header {
    background-color: #F3F4F6;
}
.inner__headerContent {
    padding: 43px 0 66px 0;
}
.inner__breadcrumbs {
    font-size: 12px;
    line-height: 1.25;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: #ADADAD;
	white-space: nowrap;
}
.inner__breadcrumbs:not(:last-child) {
    margin-bottom: 35px;
}
.inner__breadcrumbs a {
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.inner__breadcrumbs a:hover,
.inner__breadcrumbs a:focus {
	color: #0066CB;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.inner__heading {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.23;
    color: #252B42;
    width: 45%;
    margin-bottom: 16px;
}
.inner__excerpt {
    font-size: 16px;
    line-height: 1.4;
    width: 37.5%;
}
.inner__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 45px;
    margin-bottom: 110px;
}
.inner__contentBlock {
	width: 100%;
   /* width: 800px;
    margin-right: 220px;*/
}
.inner__navBlock {
    width: 200px;
}
.inner__nav {

}
.inner__navHeading {
    font-size: 24px;
    line-height: 1.4;
    color: #515871;
    font-weight: 700;
    margin-bottom: 16px;
}
.inner__nav {
    font-weight: 600;
    font-size: 16px;
    color: #515871;
}
.inner__nav li {
    
}
.inner__nav li:not(:last-child) {
    margin-bottom: 16px;
}
.inner__nav a {
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.inner__nav a:hover,
.inner__nav a:focus {
	color: #0066CB;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
@media (max-width: 1340px) {
	.inner__contentBlock {
	    /*margin-right: 50px;*/
	}
}
@media (max-width: 1170px) {
	.inner__contentBlock {
		/*width: 670px;
	    margin-right: 0;*/
	}
}
@media (max-width: 990px) {
	.inner__heading {
		width: 65%;
	}
	.inner__excerpt {
		width: 65%;
	}
	.inner__navBlock {
		display: none;
	}
	.inner__contentBlock {
	/*	width: 100%;*/
	}
}
@media (max-width: 750px) {
	.inner__headerContent {
		padding: 25px 0;
	}
	.inner__breadcrumbs:not(:last-child) {
		margin-bottom: 10px;
	}
	.inner__heading {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.inner__excerpt {
		font-size: 14px;
	}
	.inner__grid {
	    padding-top: 25px;
		margin-bottom: 50px;
	}
}
@media (max-width: 570px) {
	.inner__heading {
		width: 100%;
	}
	.inner__excerpt {
		width: 100%;
	}
}
@media (max-width: 450px) {
}
/* INNER */

/* UC */
.uc {
    font-size: 18px;
    line-height: 1.4;
}
.uc > *:not(:last-child) {
    margin-bottom: 18px;
}
.uc h1:not(:first-child),
.uc h2:not(:first-child),
.uc h3:not(:first-child),
.uc h4:not(:first-child),
.uc h5:not(:first-child),
.uc h6:not(:first-child) {
    margin-top: 36px;
}
.uc h1,
.uc h2,
.uc h3,
.uc h4,
.uc h5,
.uc h6 {
    font-weight: 700;
    color: #252B42;
}
.uc h1 {
    font-size: 35px;
}
.uc h2 {
    font-size: 31px;
}
.uc h3 {
    font-size: 27px;
}
.uc h4 {
    font-size: 22px;
}
.uc h5 {
    font-size: 18px;
}
.uc h6 {
    font-size: 18px;
}
.uc img {
    display: block;
    width: 100%;
    height: auto;
}
.uc ul {
    list-style: disc;
    padding-left: 36px;
}
.uc ul li:not(:last-child) {
    margin-bottom: 8px;
}
.uc ol {
    padding-left: 36px;
}
.uc ol li:not(:last-child) {
    margin-bottom: 8px;
}
.uc a {
    color: #0066CB;
    font-weight: 600;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.uc a:hover,
.uc a:focus {
	color: #FFF628;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.uc table {
    border-collapse: collapse;
}
.uc tr {

}
.uc tr:first-child td {
    background-color: #252B42;
    color: #fff;
    font-weight: 600;
}
.uc td {
    padding: 12px 24px;
    border: 1px solid #252B42;
}
@media (max-width: 1340px) {
}
@media (max-width: 1170px) {
}
@media (max-width: 990px) {
}
@media (max-width: 750px) {
	.uc {
	    font-size: 16px;
	}
	.uc h1 {
    	font-size: 28px;
	}
	.uc h2 {
	    font-size: 25px;
	}
	.uc h3 {
	    font-size: 22px;
	}
	.uc h4 {
	    font-size: 19px;
	}
	.uc h5 {
	    font-size: 16px;
	}
	.uc h6 {
	    font-size: 16px;
	}
	.uc h1:not(:first-child),
	.uc h2:not(:first-child),
	.uc h3:not(:first-child),
	.uc h4:not(:first-child),
	.uc h5:not(:first-child),
	.uc h6:not(:first-child) {
	    margin-top: 25px;
	}
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
}
/* UC */

/* CALLBACK */
.modal {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    margin: 30px auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 505px;
    background: #fff;
    border-radius: 3px;
    padding: 30px 45px;
}
#graphic.modal {
	width: 1200px;
}
#graphModal--simple.modal {
	width: 1200px;
}
.modal .mfp-close {
    color: #2D5E82;
    width: 25px;
    height: 25px;
    font-size: 40px;
    line-height: 20px;
    top: 12px;
    right: 12px;
}
.modal__heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 13px;
    color: #252B42;
}
.modal__text {
    font-size: 16px;
    line-height: 1.5;
    color: #303030;
    margin-bottom: 25px;
	max-height: 500px;
    overflow-y: auto;
}
.modal form {
    margin-bottom: 13px;
}
.modal form input {
    width: 100%;
    background-color: #F9F9F9;
    border-radius: 3px;
    border: 1px solid #E9E8ED;
    padding: 31px 27px;
    text-align: left;
    color: #303030;
    font-weight: 400;
}
.modal form input::-webkit-input-placeholder {
    color: #303030;
    font-weight: 400;
}
.modal form input::-moz-placeholder {
    color: #303030;
    font-weight: 400;
}
.modal form input:-ms-input-placeholder {
    color: #303030;
    font-weight: 400;
}
.modal form input::-ms-input-placeholder {
    color: #303030;
    font-weight: 400;
}
.modal form input::placeholder {
    color: #303030;
    font-weight: 400;
}
.modal form input {
    margin-bottom: 10px;
}
.modal form button {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 31px;
}
.modal__policy {
    font-size: 10px;
    line-height: 1.4;
    color: #515871;
}
.modal__policy a {
    font-weight: 700;
}
.modal__policy a:hover,
.modal__policy a:focus {
	text-decoration: underline;
}

@media (max-width: 1340px) {
}
@media (max-width: 1170px) {
}
@media (max-width: 990px) {
}
@media (max-width: 750px) {
	.modal__heading {
		font-size: 25px;
	}
	.modal form input {
	    padding: 14px 24px;
	}
	.modal form button {
	    padding: 14px 24px;
	}
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
    .modal {
        margin: 0;
        width: 100%;
        /*height: 100%;*/
        border-radius: 0; 
        padding: 35px 27px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .modal__wrapper .mfp-container {
        padding: 0;
        height: 100%;
    }
    .modal__wrapper .mfp-content {
        padding: 0;
        height: 100%;
    }
    .modal .mfp-close {
        top: 15px;
        right: 15px;
    }
}
/* CALLBACK */

/* MOBILE MENU */
.mobile__wrapper .mfp-container {
    padding: 0 !important;
}
.mobile__wrapper .mfp-content {
    height: 100% !important;
}
.mobile__wrapper .mfp-content {
    height: 100% !important;
}
.mobileMenu__wrapper {
    display: table-cell !important;
    padding: 45px 15px 30px 15px !important;
    overflow-y: auto !important;
}
.mobileMenu .container {
	height: 100% !important;
}
.mobileMenu__content {
	position: relative !important;
	height: 100% !important;
}
.mobileMenu {
    position: relative !important;
    background: rgba(255, 255, 255, 1) !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    /* display: table !important; */
    display: table;
    vertical-align: middle !important;
    align: center !important;
}
.mobileMenu__nav {
	height: 100% !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}
.mobileMenu__nav ul {
	height: 100% !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
    flex-direction: column !important;
	display: flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}
.mobileMenu__nav li {
	text-align: center !important;	
}
.mobileMenu__nav li:not(:last-child) {
	margin-bottom: 8px !important;
}
.mobileMenu__nav li a {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #252B42 !important;
	width: 100% !important;
}
.mobileMenu .mfp-close {
	color: #252B42 !important;
	opacity: 1 !important;
	font-size: 44px !important;
}
/* MOBILE MENU */

/* CF7 */
.wpcf7-not-valid-tip {
    color: #f31717;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 15px;
    padding-right: 15px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 12px 0 0 0;
    border: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    padding-top: 13px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #f31717;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
}
.wpcf7 form .wpcf7-response-output {
    color: #3C8AFF;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
}
.wpcf7-not-valid-tip {
    margin-bottom: 10px;
    text-align: left;
}

@media (max-width: 1340px) {
}
@media (max-width: 1170px) {
}
@media (max-width: 990px) {
}
@media (max-width: 750px) {
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
}
/* CF7 */

/* FONTS */
@font-face {
    font-family: 'Proxima Nova';
    src: url("assets/fonts/ProximaNova-Regular.woff2") format('woff2'),
         url("assets/fonts/ProximaNova-Regular.woff") format('woff'),
         url("assets/fonts/ProximaNova-Regular.ttf") format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url("assets/fonts/ProximaNova-Semibold.woff2") format('woff2'),
         url("assets/fonts/ProximaNova-Semibold.woff") format('woff'),
         url("assets/fonts/ProximaNova-Semibold.ttf") format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url("assets/fonts/ProximaNova-Bold.woff2") format('woff2'),
         url("assets/fonts/ProximaNova-Bold.woff") format('woff'),
         url("assets/fonts/ProximaNova-Bold.ttf") format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* FONTS */

/* CONTAINER */
.fullhdContainer {
    width: 100%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    width: 1310px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1340px) {
    .container {
        width: 1140px;
    }
}
@media (max-width: 1170px) {
    .container {
        width: 960px;
    }
}
@media (max-width: 990px) {
    .container {
        width: 720px;
    }
}
@media (max-width: 750px) {
    .container {
        width: 540px;
    }
}
@media (max-width: 570px) {
    .container {
        width: 450px;
    }
}
@media (max-width: 450px) {
    .container {
        width: 100%;
    }
}
/* CONTAINER */

/* MEDIA
@media (max-width: 1340px) {
}
@media (max-width: 1170px) {
}
@media (max-width: 990px) {
}
@media (max-width: 750px) {
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
}
*/




.tariffs{
	font-size: 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tariffs__element{
	width: 100%;
	margin-bottom: 1.5em;
	display: flex;
	flex-direction: column;
}
.tariffs__top{
	position: relative;
	width: 100%;
	padding-bottom: 79.67%;
}
.tariffs__top::after{
	content: "";
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	height: 73.13%;
	/*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);*/
}
.tariffs__image{
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: inherit;
	max-height: inherit;
	left: 0;
	top: 0;
	object-fit: cover;
	transform: translate3d(0,0,0);
}
.tariffs__title{
	position: absolute;
	bottom: 0.4em;
	left: 0.6em;
	right: 0.6em;
	z-index: 1;
	color: #252B42;
	font-weight: 700;
	line-height: 1.225;
	font-size: 1.8em;
}
.tariffs__table{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.25em;
	border-bottom: 0.5px solid rgba(171,173,182,0.6);
}
.tariffs__td{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-top: 0.5px solid rgba(171,173,182,0.6);
	border-left: 0.5px solid rgba(171,173,182,0.6);
	min-height: 3em;
	padding: 0.375em;
	font-weight: 600;
	font-size: 0.875em;
	line-height: 1.3;  
	color: #515871;
}
.tariffs__td:nth-child(odd){
	width: 52.6%;
}
.tariffs__td:nth-child(even){
	width: 47.4%;
	border-right: 0.5px solid rgba(171,173,182,0.6);
}
.btn--tariffs{
	margin: auto auto 0;
    width: 100%;
    max-width: 15em;
}
@media(min-width: 750px){
	.tariffs__element{
		width: 48%;
	}
	.btn--tariffs{
		padding: 1.21875em;
	}
	.tariffs__title{
		font-size: 2.5em;
	}
	.tariffs__td{
		min-height: 3.357em;
	}
}
@media(min-width: 1170px){
	.tariffs__element{
		width: 29%;
		margin-right: 6.5%;
	}
	.tariffs__element:nth-child(3n+3){
		margin-right: 0;
	}
	.tariffs{
		justify-content: flex-start;
	}
}


.slider__block {
    position: relative;
}
.slider__swiper {

}
.slider__swiperWrapper {

}
.slider__swiperSlide {
    position: relative;
    background-color: #F3F4F6;
    overflow: hidden;
}
.slider__bg {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1284px;
    transform: translateX(-420px);
    max-width: none;
    height: auto;
    pointer-events: none;
}
.slider__swiperSlideContainer {
    position: relative;
    z-index: 2;
    min-height: 600px;
    padding-top: 84px;
    padding-bottom: 74px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.slider__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #252B42;
    margin-top: 0;
    margin-bottom: 8px;
}
.slider__advList {

}
.slider__advItem {
    font-weight: 400;
    line-height: 140%;
    color: #515871;
}
.slider__advItem:not(:last-child) {
    margin-bottom: 4px;
}
.slider__btn {
    margin-top: auto;
    width: 300px;
	margin-right:9px;
}
.slider__breadcrumbsBlock {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    z-index: 3;
}
.slider__breadcrumbsContainer {

}
.slider__breadcrumbs {
    font-size: 12px;
    line-height: 140%;
    color: #515871;
}
.slider__breadcrumbs a {
    color: inherit;
}
@media (max-width: 1340px) {
    .slider__bg {
        width: 1024px;
        transform: translateX(-270px);
    }
    .slider__title {
        max-width: 540px;
    }
}
@media (max-width: 990px) {
    .slider__advList {
        margin-bottom: 24px;
        width: 370px;
    }
}
@media (max-width: 750px) {
    .slider__swiperSlideContainer {
        padding-top: 60px;
    }
    .slider__title {
        max-width: 100%;
        font-size: 28px;
    }
    .slider__advList {
        width: 100%;
    }
    .slider__advItem {
        font-size: 14px;
    }
    .slider__btn {
        margin-top: unset;
    }
    .slider__bg {
        width: 594px;
        transform: scale(-1, 1) translateX(340px);
    }
}



.section-simplecalc {
    padding-top: 100px;
    padding-bottom: 100px;
}
.simplecalc__heading {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #0E284A;
    margin-bottom: 18px;
    text-align: center;
}
.simplecalc__grid {
    display: grid;
    grid-template-columns: 37.5% auto;
    column-gap: 28px;
    margin-left: -42px;
    align-items: center;
}

.simplecalc__aboutCell {
    position: relative;
    z-index: 10;
}
.simplecalc__aboutBlock {

}
.simplecalc__aboutBlock > div {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    padding-left: 102px;
    padding-right: 80px;
}
.simplecalc__aboutBlock > div:first-child {
    display: none;
}
.simplecalc__aboutHeading {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.simplecalc__aboutSubheading {

}
.simplecalc__aboutImg {
    display: block;
    width: 100%;
}

.simplecalc__calcCell {

}
.simplecalc__tabs {

}
.simplecalc__tabsNav {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 16px));
    column-gap: 32px;
    padding-left: 24px;
    padding-right: 24px;
}
.simplecalc__tabsBtn {
    border-radius: 10px 10px 0px 0px;
    background-color: #515871;
    padding: 20px;
    border: 0;
    cursor: pointer;
}
.simplecalc__tabsBtn--active {
    background-color: #0066CB;
}
.simplecalc__tabsBtnText {
    display: block;
    color: #fff;
    font-weight: 600;
}

.simplecalc__tabsBlocks {

}
.simplecalc__tab {
    display: none;
}
.simplecalc__tab--active {
    display: block;
}
.simplecalc__inputs {
    padding-left: 14px;
    padding-right: 14px;
}
.simplecalc__inputsContainer {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    column-gap: 10px;
    padding: 10px;
    background-color: #F3F4F6;
    border-radius: 10px 10px 0 0;
}
.simplecalc__inputWrapper {
    position: relative;
}
input.simplecalc__input {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    font-weight: 600;
    font-size: 25px;
    color: #0E284A;
    text-align: center;
}
.simplecalc__inputLabel {
    position: absolute;
    top: 6px;
    left: 8px;
    pointer-events: none;
    font-size: 12px;
    line-height: 100%;
    color: #7C8796;
}
.simplecalc__body {
    position: relative;
    background-color: #F3F4F6;
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 16px;
}
.simplecalc__body::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #F3F4F6;
    border-radius: 10px;
    pointer-events: none;
}
.simplecalc__body > * {
    position: relative;
    z-index: 2;
}
.simplecalc__rangeBlock {
    user-select: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 24px;
}
.simplecalc__rangeInput {
    width: 100%;
    height: 22px;
    background-color: #E4E8F0;
    box-shadow: inset 0px 4px 4px rgb(0 39 117 / 15%);
    border-radius: 5px;
    padding: 3px 4px;
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
}
.simplecalc__rangeInputContiner {
    position: relative;
    width: 100%;
    height: auto;
}
.simplecalc__rangeInputBg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(135deg, rgba(153, 187, 255, .1) 0px, rgba(153, 187, 255, .1) 10px, rgba(153, 187, 255, 0) 10px, rgba(153, 187, 255, 0) 16px), linear-gradient(-90deg, #002775 0%, #42619E 100%);
    background-size: cover, cover;
    background-repeat: repeat, no-repeat;
    border-radius: 3px;
}
.simplecalc__rangeInputParts {
    position: absolute;
    top: -3px;
    left: 0;
    height: calc(100% + 6px);
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.simplecalc__rangeInputPart {
    display: block;
    width: 1px;
    height: auto;
    background-color: #fff;
}
.simplecalc__rangeInputPart:first-child {
    visibility: hidden;
}
.simplecalc__rangeInputPart:last-child {
    visibility: hidden;
}
.simplecalc__rangeHandleBlock {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
}
.simplecalc__rangeHandle {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #0066CB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grabbing;
    user-select: none;
}
.simplecalc__rangeHandleInner {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #0066CB;
}
.simplecalc__rangeLabels {
    position: relative;
    height: 12px;
    width: 100%;
}
.simplecalc__rangeLabel {
    font-size: 12px;
    display: block;
    position: absolute;
    top: 0;
    color: #98A0B9;
}
.simplecalc__rangeLabel:nth-child(1) {
    left: 0%;
}
.simplecalc__rangeLabel:nth-child(2) {
    left: 25%;
}
.simplecalc__rangeLabel:nth-child(3) {
    left: 50%;
}
.simplecalc__rangeLabel:nth-child(4) {
    left: 75%;
}
.simplecalc__rangeLabel:nth-child(5) {
    right: 0;
}

.simplecalc__advantagesBlock {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 24px;
}
.simplecalc__advantagesRow {
    display: grid;
    grid-template-columns: repeat(3, calc(33.333% - 3px));
    column-gap: 10px;
}
.simplecalc__advantage {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.simplecalc__advantageIcon {
    width: 29px;
    margin-bottom: 10px;
}
.simplecalc__advantageText {
    text-align: center;
    font-weight: 600;
    color: #0E284A;
}
.simplecalc__advantageBtns {

}
.simplecalc__advantageBtnsLabel {
    text-align: center;
    font-weight: 600;
    color: #0E284A;
    margin-bottom: 10px;
    display: block;
}
.simplecalc__advantageBtnsRow {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.simplecalc__advantageBtn {
    background-color: #515871;
    cursor: pointer;
    color: #fff;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 2px;
}
.simplecalc__advantageBtn:not(:last-child) {
    margin-right: 6px;
}
.simplecalc__advantageBtn--active {
    background-color: #0066CB;
}
.simplecalc__advantageBtnText {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.simplecalc__graphBtn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
}
.simplecalc__graphBtnText {
    font-weight: 700;
    color: #0E284A;
    text-align: center;
    border-bottom: 1px dashed #0E284A;
    transition: color .3s, border-color .3s;
}
.simplecalc__graphBtn:hover .simplecalc__graphBtnText {
    color: #0066CB;
    border-bottom: 1px dashed #0066CB;
    transition: color .3s, border-color .3s;
}

.simplecalc__btnsBlock {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.simplecalc__graphBtnPlaceholder {
    display: block;
    height: 38px;
}
.simplecalc__getBtn {
    display: block;
    padding: 12px 18px;
    border-radius: 3px;
}
.simplecalc__getBtnMainText {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: -4px;
}
.simplecalc__getBtnSecText {
    display: block;
    font-weight: 600;
    font-size: 12px;
}
.simplecalc__notice {
    font-size: 12px;
    color: #7C8796;
    text-align: center;
}
@media (max-width: 1340px) {
    .simplecalc__grid {
        grid-template-columns: 100%;
        margin-left: 0;
    }
    .simplecalc__aboutCell {
        display: none;
    }
    .simplecalc__body::before {
        content: '';
        display: none;
    }
    .simplecalc__body {
        border-radius: 10px;
    }
}
@media (max-width: 990px) {
    .simplecalc__tabsNav {
        grid-template-columns: 100%;
        row-gap: 6px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 6px;
    }
    .simplecalc__tabsBtn {
        border-radius: 10px;
    }
    .simplecalc__inputs {
        padding-left: 0;
        padding-right: 0;
    }
    .simplecalc__body {
        border-radius: 0 0 10px 10px;
    }
}
@media (max-width: 750px) {
    .simplecalc__heading {
        font-size: 28px;
    }
    .section-simplecalc {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .simplecalc__tabsBtnText {
        font-size: 14px;
    }
    input.simplecalc__input {
        font-size: 16px;
        padding: 20px 10px;
    }
    .simplecalc__inputLabel {
        top: 4px;
        left: 5px;
        font-size: 10px;
    }
    .simplecalc__advantagesRow {
        grid-template-columns: 100%;
        row-gap: 16px;
    }
    .simplecalc__advantageIcon {
        margin-bottom: 6px;
    }
}


.simplecalc__outputTable {

}
.simplecalc__reviewList {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.simplecalc__reviewBlock {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: #252B42;
}
.simplecalc__reviewBlock:not(:last-child) {
    margin-right: 40px;
}
.simplecalc__label {
    font-size: 14px;
    margin-bottom: -4px;
    display: block;
    font-weight: 700;
}
.simplecalc__value {
    display: block;
    font-size: 24px;
}
.simplecalc__tableWrapper {
    width: 100%;
    overflow-x: auto;
}
.simplecalc__table {
    width: 100%;
}
.simplecalc__table tr {

}
.simplecalc__table tr:nth-child(2n - 1) {
    background-color: #F7F7F7;
}
.simplecalc__table th {
    padding: 10px;
}
.simplecalc__table td {
    padding: 10px;
}
@media (max-width: 700px) {
    .simplecalc__reviewList {
        flex-direction: column;
        align-items: stretch;
    }
    .simplecalc__reviewBlock:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 8px;
    }
}
.btns{
	display:flex;
	max-width: 443px;
	margin-top:auto;
}
@media(max-width: 1000px){
	.btns{
		margin-top:unset !important;
	}
}
.btns .btnPrev, .btns .btnNext{
	background-color: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px;
	border-radius: 2px;
	display: flex;
	width:62px;
	cursor:pointer;
	transition: all 0.2s ease-in 0s;
	border: 1px solid transparent;
}
.btns div:hover{
	border: 1px solid #0066CB;
}
.btnPrev{
	background-image: url(assets/images/arrow_prev.svg);
	margin-right:10px;
}
.btnNext{
	background-image: url(assets/images/arrow_next.svg);
}
.insuredHeading{
	display:inline-block;
}
@media(min-width:730px){
	.insuredHeading{
		display:inline-flex;
	}
	.insuredHeading::after{
		margin-left:15px;
		margin-top:0 !important;
	}
}
.insuredHeading::after{
	content:'';
	display:block;
	background-image: url(assets/images/header-logo-movs.svg);
	background-size:contain;
	margin-top:15px;
	background-repeat:no-repeat;
	background-position:center;
	width:120px;
	height:35px;
}
.notification__close{
	position: unset !important;
    width: unset !important;
    height: unset !important;
    font-size: 24px !important;
    width: 100% !important;
    color: #fff !important;
    background-color: #2e6be6 !important;
    opacity: 1 !important;
    padding: 20px 10px !important;
    line-height: 0.1 !important;
}
.footer_addressText{
	color: #fff;
	font-size: 12px;
	text-align: left;
}
.footer_addressText a{
	color: #FFF628;
}
.footer_addressText a:hover{
	text-decoration: underline;
}