 
html {line-height: 1;}

.table-wrap table {border-collapse: collapse; border-spacing: 0;}

caption,
.table-wrap td,
.table-wrap th {text-align: left; font-weight: 400; vertical-align: middle;}

a img {border: none;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {display: block;}

#tbl2 {background: #f2f5fd;}

.dialogue-wrap {position: fixed; left: 50%; margin: 0 0 0 620px; bottom: 50px; z-index: 9; cursor: pointer;}
.dialogue-wrap img {height: 70px;}

@media (max-width: 1500px) {

.dialogue-wrap {left: auto; right: 30px; margin: 0;}

}

body.postid-207 #tbl2 .tr-sum td,
body.postid-207 #tbl2 td {text-align: center;}

body.postid-207 #tbl2 .tr-sum td:firs-of-type,
body.postid-207 #tbl2 td:firs-of-type {text-align: left;}


* {margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box;}

:after,
:before {-webkit-box-sizing: border-box; box-sizing: border-box;}

:active,
:focus,
:hover {outline: 0; outline-offset: 0;}

img {vertical-align: middle;}

hr {margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee;}

.text-left {text-align: left;}

.text-right {text-align: right;}

.text-center {text-align: center;}

b {font-weight: 700 !important;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {clear: both;}



body,
button,
input,
textarea {font-family: "Montserrat", serif;}

body {font-size: 16px; line-height: 1.47; background: #fff;}

a {transition: 0.2s; text-decoration: none;}

p {font-size: 16px; line-height: 1.625; color: #0d2563;}

.gradient {color: #FFF; background: #0f2764; background: linear-gradient(196deg, #0f2764 35%, #3b5abf 100%);}
.gradient p,
.gradient .title {color: #FFF;}


.title {font-weight: 900; color: #0d2563;}

.title_36 {font-size: 36px;}
.title_26 {font-size: 26px; line-height: 1.3;}
.title_20 {font-size: 20px;}

.main_layout {position: relative; overflow: hidden;}

.container {max-width: 1200px; width: 100%; position: relative; padding: 0 15px; margin: 0 auto;}

.btn {background: #db0032; color: #fff; font-size: 17px; width: 232px; height: 60px; transition: 0.2s; border: none; cursor: pointer; display: inline-flex; justify-content: center; align-items: center;}
.btn:hover {background: #9f0024;}

.nav {position: absolute; left: 0; top: 0; width: 100%; z-index: 100; transition: 0.2s;}
.nav-top {background: #253c77;}
.nav-top-inner {display: flex; align-items: center; justify-content: space-between; padding: 7px 0;}
.nav-top-inner__logo:hover {opacity: 0.7;}
.nav-top-inner__logo img {width: 235px;}
.nav-top-inner__about {font-size: 12px; color: #fff; line-height: 2.5; text-transform: uppercase;}
.nav-top-inner__contacts {display: flex; align-items: flex-end; flex-direction: column;}
.nav-top-inner__contacts a:hover {color: #db0032;}
.nav-top-inner__contacts .tel {position: relative; font-size: 18px; color: #fff; font-weight: bold;}
.nav-top-inner__contacts .tel img {position: absolute; top: 1px; left: -19px; width: 17px;}
.nav-top-inner__contacts .mail {font-size: 14px; color: #fff;}
.nav-bottom {background-color: #ffffff;}
.nav-bottom-inner {display: flex; align-items: center; justify-content: space-between; padding: 14px 0 15px;}

.nav .menu {display: flex; align-items: center; justify-content: space-between; list-style-type: none;}
.nav .menu ul {list-style-type: none;} 

.nav .menu-item {cursor: pointer; font-size: 13px; text-transform: uppercase; margin-right: 37px;}
.nav .menu-item a {color: #000;}
.nav .menu-item a:hover {color: #db0032;}

.nav .menu-item.menu-item-has-children {margin-right: 52px;}

.nav .menu > .menu-item:last-child {margin-right: 0;}
 
.nav-bottom-inner .btn {width: 253px; height: 51px; font-size: 13px; margin-right: 30px; margin-left: auto;}
.nav-bottom-inner .lang {cursor: pointer; margin-right: 11px;}
.nav-bottom-inner .lang img {width: 29px; height: 22px; margin-right: 2px;}
.nav-bottom-inner .lang span {font-size: 13px;}

.nav .menu-item-has-children,
.dropdown {display: inline-block; position: relative;}

.nav .menu-item-has-children .sub-menu,
.dropdown-menu {transition: 0.2s; display: none; flex-direction: column; align-items: flex-start; position: absolute;}

.nav .menu-item-has-children .sub-menu a,
.dropdown-menu a {text-transform: initial; font-size: 16px; margin-bottom: 15px; color: #3d3d3d;}

.nav .menu-item-has-children .sub-menu a:hover,
.dropdown-menu a:hover {color: #db0032;}

.nav .menu-item-has-children .sub-menu li {margin-bottom: 15px;}

.nav .menu-item-has-children .sub-menu li:last-child,
.dropdown-menu a:last-child {margin-bottom: 0;}

.nav .menu-item-has-children:after,
.dropdown:after {content: ""; width: 13px; height: 8px; position: absolute; top: 5px; right: -17px; background-image: url("../img/dropdown.png"); background-repeat: no-repeat; background-size: cover; transition: 0.2s;}

.nav .menu-item-has-children:hover .sub-menu,
.dropdown:hover .dropdown-menu {display: flex; background: #fff; width: 424px; padding: 30px 20px 30px 20px; top: 18px; left: 0;}

.nav .menu-item-has-children:hover:after,
.dropdown:hover:after {transform: rotate(180deg);}

ul.slick-dots {position: absolute; bottom: 45px; left: calc(50% - 62px); display: flex; align-items: center;}
ul.slick-dots li.slick-active {background: #db0032; width: 16px; height: 16px;}
ul.slick-dots li {cursor: pointer; border: none; border-radius: 100%; background: #fff; width: 10px; height: 10px; margin: 0 8px;}
ul.slick-dots li::marker {display: none; font-size: 0;}
ul.slick-dots li button {font-size: 0; display: none;}

.main_layout { padding: 140px 0 0 0 }
.header {background-image: linear-gradient(to right, #0a1020, #131f3e); position: relative; background-size: cover; background-position: 50% 50%;}
.header a:hover {opacity: 0.8;}

.header .soc-wrap {position: absolute; top: 39px; right: 117px; z-index: 1; display: flex; align-items: center; flex-direction: column;}
.header .soc-wrap a {margin-bottom: 13px;}
.header .soc-wrap a img {width: 32px; height: 32px;}
.header-slider {position: relative;}
.header-slider-item {padding: 92px 57px 154px; background-size: cover; background-repeat: no-repeat;}
.header-slider-item__inner-title {font-size: 36px; line-height: 1.18; font-weight: bold; color: #fff; position: relative;}
.header-slider-item__inner-title:before {content: ""; height: 5px; width: 458px; background: #db0032; position: absolute; top: -17px; left: 0;}
.header-slider-item__inner-subtitle {font-size: 18.4px; font-weight: 300; color: #fff; margin-top: 14px;}

.underheader {padding: 50px 0 42px; background: #f2f5fd;}
.underheader-wrap {display: flex; flex-wrap: wrap; justify-content: space-between;}
.underheader-wrap__item:nth-child(1) {margin-right: 82px;}
.underheader-wrap__item:nth-child(2) {margin-right: 30px;}
.underheader-wrap__item {display: flex; align-items: center; max-width: 400px; margin-right: 30px;}
.underheader-wrap__item .img {position: relative; height: 70px; max-width: 90px; margin-right: 20px; top: 50%; transform: translateY(-50%); display: flex; align-items: center;}
.underheader-wrap__item .img img {max-height: 100%; position: relative; max-width: 100%;}
.underheader-wrap__item p {font-size: 17px; font-weight: bold; line-height: 1.425;}

@media (max-width: 1559px) {

.header.rm-header .soc-wrap {right: calc(14% - 13px);} 

.underheader-wrap__item:nth-child(2) {margin-right: 65px;}

}


.useful-block {padding: 68px 0 71px;}
.useful-block-wrap {margin-top: 25px; margin-left: 109px; display: flex; justify-content: center; align-items: flex-start;}
.useful-block-wrap-video {margin-top: 5px; margin-right: 30px;}
.useful-block-wrap-video .video {width: 470px; height: 309px; position: relative; background-repeat: no-repeat; background-size: auto; background-position: center;}
.useful-block-wrap-video .video #video.active {visibility: visible; opacity: 1; pointer-events: auto;}
.useful-block-wrap-video .video #video {width: 100%; height: 100%; visibility: hidden; opacity: 0; transition: 0.3s; pointer-events: none; z-index: 5; position: relative;}
.useful-block-wrap-video .video-title {position: absolute; bottom: 18px; left: 27px; font-size: 22px; color: white; font-weight: 800; line-height: 1.2;}
.useful-block-wrap-video .video-play {cursor: pointer; width: 71px; height: 71px; border: 2px solid #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; transition: 0.3s;}
.video:hover {cursor: pointer;}
.video:hover .video-play {background: #fff;}
.video:hover .video-play:before {border-color: transparent transparent transparent #0d2563;}
.video .video-play:before {content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 13.5px 0 13.5px 21px; border-color: transparent transparent transparent #ffffff; position: absolute; left: 56%; top: 50%; transform: translate(-50%, -50%); transition: 0.3s;}
.useful-block-wrap-info p {max-width: 570px; margin-bottom: 26px;}
.useful-block-wrap-info p:last-child {margin-bottom: 0px;}

.fix-price-block {padding: 67px 0 79px; background: #f2f5fd;}
.fix-price-block-wrap {display: flex; justify-content: center; flex-wrap: wrap; padding-top: 43px; margin: -15px;}
.fix-price-block-wrap__item {margin: 15px; width: 470px; min-height: 336px; padding: 48px 30px 30px 35px; background: #fff;}
.fix-price-block-wrap__item .img {position: relative; height: 70px; margin-bottom: 20px; display: flex; align-items: center; justify-content: flex-start;}
.fix-price-block-wrap__item .img img {max-width: 90px; max-height: 100%;}
.fix-price-block-wrap__item .title {margin-bottom: 7px; font-weight: 800;}
.fix-price-block-wrap__item a {color: #db0032;}
.fix-price-block-wrap__item a:hover {color: #9f0024;}

.audit-block {padding: 78px 0 93px; background-image: url("../img/audit-bg.png"); background-size: cover; background-repeat: no-repeat;}
.audit-block-wrap {display: flex; justify-content: center;}
.audit-block-wrap-titles {width: 50%; margin-right: 30px; padding-left: 107px;}
.audit-block-wrap-titles .title {color: #fff; font-size: 39px; line-height: 1.33; font-weight: 800; margin-bottom: 46px;}
.audit-block-wrap-titles .subtitle {font-size: 20px; color: #fff; font-weight: 600; line-height: 1.3;}
.audit-block-wrap-info {width: 50%; padding-left: 30px; position: relative;}
.audit-block-wrap-info:before {content: ""; width: 29px; height: 34px; position: absolute; top: 9px; left: -16px; background-image: url("../img/audit.svg"); background-repeat: no-repeat; background-size: cover;}
.audit-block-wrap-info p {color: #fff; margin-bottom: 26px; line-height: 1.7;}
.audit-block-wrap-info p:last-child {margin-bottom: 0px;}


.items-wrap__item {margin-bottom: 68px;}
.items-wrap__item:last-of-type {margin-bottom: 0;}
.items-wrap__item {display: flex; align-items: flex-start; justify-content: space-between; flex-flow: row wrap;}
.items-wrap__item-left {width: calc((100% - 50px)/2); order: 1;}
.items-wrap__item-right {width: calc((100% - 50px)/2); order: 2;}
.items-wrap__item-bottom {width: 100%; order: 3;} 
.items-wrap__item .img-wrap {width: 100%; padding: 0 0 64.168%; position: relative; overflow: hidden;}
.items-wrap__item .img-wrap__label {background-color: #db0032; color: #fff; padding: 6px 30px 8px 25px; position: absolute; top: 16px; left: -6px; z-index: 1;}
.items-wrap__item .img-wrap__title {font-size: 22px; font-weight: 800; color: #fff; position: absolute; bottom: 20px; left: 28px; right: 10px; line-height: 1.2; z-index: 1;}
.items-wrap__item .img-wrap img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-position: center; object-fit: cover;}
.items-wrap__item .text-wrap .title-theme {font-size: 26px; font-weight: 800; margin-bottom: 16px; line-height: 1.2; color: #0d2563;}
.items-wrap__item .text-wrap__item {margin-bottom: 30px;}
.items-wrap__item .text-wrap__item p {margin-bottom: 30px;} 
.items-wrap__item .text-wrap__item p br {display: none;}
.items-wrap__item .text-wrap__item :last-child {margin-bottom: 0;}
.items-wrap__item .text-wrap :last-child {margin-bottom: 0;}
.items-wrap__item .text-wrap .title {letter-spacing: -0.5px; margin-top: -5px;}
.items-wrap__item .text-wrap ul.ul_square li {padding-left: 13px;}
.items-wrap__item .text-wrap ul li {padding-left: 24px; list-style-type: none; color: #0d2563; margin-bottom: 2px; position: relative; line-height: 1.67;}
.items-wrap__item .text-wrap ul li:last-child {margin-bottom: 0;}
.items-wrap__item .text-wrap p {line-height: 1.76;}
.items-wrap__item .text-wrap p a {color: #db0032;}
.items-wrap__item .text-wrap p a:hover {color: #9f0024;}
  
.items-wrap__item-bottom {padding: 30px 0 0 0; position: relative;}
.items-wrap__item-bottom p:last-of-type {margin: 0;}
.items-wrap__item-bottom .btn-wrap {display: flex; justify-content: center; align-items: center;}

.text-wrap__item.no_bottom_m p {margin-bottom: 0;}
.items-wrap__item-left.no_bottom_m {margin-bottom: 0;}

.items-wrap__item:nth-child(2n) .items-wrap__item-left {order: 2;}
.items-wrap__item:nth-child(2n) .items-wrap__item-right {order: 1;}


.examples-block {padding: 61px 0 80px;}
.examples-block .title_36 {margin-bottom: 43px;}
.examples-block .container-inner {max-width: 1000px; margin: 0 auto;} 
.examples-block .text-wrap__item {margin-bottom: 30px;} 


.ul_stripes li {padding-left: 24px; list-style-type: none; color: #0d2563; margin-bottom: 2px; position: relative; line-height: 1.67;}
.ul_stripes li:before {content: ""; background: #db0032; position: absolute; top: 12px; left: -1px; width: 16px; height: 1px;}

.ul_square li {padding-left: 13px; list-style-type: none; color: #0d2563; margin-bottom: 2px; position: relative; line-height: 1.67;}
.ul_square li:before {content: ""; background: #db0032; position: absolute; top: 9px; left: -1px; width: 6px; height: 6px;}

.link-arrow {color: #db0032; font-weight: 600; letter-spacing: 0.5px; position: relative; white-space: nowrap;}
.link-arrow:after {content: ""; background-image: url("../img/arrow.svg"); background-repeat: no-repeat; background-size: cover; width: 30px; height: 11px; position: absolute; top: 50%; transform: translateY(-50%); right: -38px;}
.link-arrow:hover {opacity: 0.8;}

.btn-top {position: absolute; top: -122px; right: 18px; transition: 0.2s;}
.btn-top svg {width: 57px; height: 57px;}
.btn-top:hover {opacity: 0.8;}

label.error {  color: red; display: block;}

input.error {  border: 1px solid red;   position: relative;}

.consult-form-right .time-wrap {  position: relative; justify-content: space-between;}

.consult-form-right .time-wrap .inp-wrap {width: calc((100% - 15px)/2);}
.consult-form-right .time-wrap input {width: 100%;}

.uslugi-block {padding: 70px 0 80px; background: #f2f5fd;}

.uslugi-block .ul_stripes,
.uslugi-block p {margin-bottom: 36px;}

.uslugi-block .title_36 {margin-bottom: 56px;} 

.uslugi-block .text-wrap__item p br {display: none;}

.fz_17 {font-size: 17px;}

.text-wrap_closer {margin-left: 107px;}

.partners-block {padding: 90px 0 75px;}
.partners-block .title {margin-bottom: 6px;}
.partners-block p {font-size: 19px; font-weight: 600; margin-bottom: 32px;}
.partners-block-logo-wrap {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: -15px -20px;}
.partners-block-logo-wrap .img-con {margin: 15px 20px; width: 14%; display: flex; align-items: center; justify-content: center;}
.partners-block-logo-wrap__item .img-fix {margin-top: -30px;}

.blog-block {padding: 69px 0 81px; background: #f2f5fd;}
.blog-block .title_36 {margin-bottom: 37px;}
.blog-block-wrap {display: flex; flex-wrap: wrap; margin: -15px;}
.blog-block-wrap__item {width: 30.83%; margin: 15px; display: flex; flex-direction: column;}
.blog-block-wrap__item-top {display: block; width: 100%;}
.blog-block-wrap__item .img {width: 369px; height: 272px; position: relative;}
.blog-block-wrap__item .img img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-position: center; object-fit: cover;}
.blog-block-wrap__item-bottom {background: #fff; display: flex; flex-direction: column; padding: 25px 20px 45px; width: 100%;}
.blog-block-wrap__item-bottom .title {line-height: 1.4; font-size: 22px; margin-bottom: 3px;}
.blog-block-wrap__item-bottom p {line-height: 1.725; padding-bottom: 28px;}
.blog-block-wrap__item-bottom .link-wrap {margin-top: auto;}

.about-block {padding: 69px 0 50px;}
.about-block .title_36 {margin-bottom: 55px;}

.about-block .items-wrap__item {margin-bottom: 40px;}

.about-block .items-wrap .items-wrap__item-left, .about-block .items-wrap .items-wrap__item-right {width: 47.95%;}
.about-block p {margin-bottom: 30px;}
.about-block p:last-of-type {margin: 0;}

.about-block .items-wrap .items-wrap__item .img-wrap {width: 579px; height: 326px; position: relative;}
.about-block .items-wrap .items-wrap__item .text-wrap p {margin-top: -5px; line-height: 1.66;}
.about-block .items-wrap .items-wrap__item .text-wrap__item {margin-bottom: 30px;}

.footer {padding: 36px 0 45px; background: #0d2563;}

.footer .menu,
.footer .menu ul {list-style-type: none;}

.footer .menu a {transition: 0.2s;}

.footer .footer-wrap-middle .bottom-columns a:hover {color: #9f0024;}

.footer .footer-wrap {display: flex; flex-direction: column;}
.footer .footer-wrap-top {display: flex; justify-content: space-between; align-items: center; padding-bottom: 34px; border-bottom: 1px solid #3757a8;}
.footer .footer-wrap-top .nav-top-inner__contacts .tel {margin-bottom: 2px;}
.footer .footer-wrap-top .nav-top-inner__contacts .tel img {left: -35px;}
.footer .footer-wrap-top .nav-top-inner__contacts .mail {font-size: 15px; position: relative;}
.footer .footer-wrap-top .nav-top-inner__contacts .mail img {position: absolute; top: 4px; left: -30px; width: 19px;}
.footer .footer-wrap-middle {padding-top: 30px; display: flex; flex-direction: column;}
.footer .footer-wrap-middle .bottom-columns {display: flex; flex-direction: row; flex-wrap: wrap;}
.footer .footer-wrap-middle .bottom-columns a {color: #fff; font-size: 15px;}
.footer .footer-wrap-middle .bottom-columns__item:nth-child(1) {padding-left: 40px; margin-right: 4%;}
.footer .footer-wrap-middle .bottom-columns__item:nth-child(1) .title {margin-bottom: 3px;}
.footer .footer-wrap-middle .bottom-columns__item:nth-child(2) {margin-right: 3%;}
.footer .footer-wrap-middle .bottom-columns__item:nth-child(2) .title {margin-bottom: 28px;}
.footer .footer-wrap-middle .bottom-columns__item:nth-child(3) .title {margin-bottom: 28px;}
.footer .footer-wrap-middle .bottom-columns .bottom-columns__item.bottom-columns__item_wide {width: 50%;}
.footer .footer-wrap-middle .bottom-columns .bottom-columns__item.bottom-columns__item_wide .subcol-wrap {display: flex; flex-direction: row;}
.footer .footer-wrap-middle .bottom-columns .bottom-columns__item.bottom-columns__item_wide .subcol-wrap__item {margin-right: 9%; display: flex; flex-direction: column; width: 48%;}
.footer .footer-wrap-middle .bottom-columns .bottom-columns__item.bottom-columns__item_wide .subcol-wrap__item:last-child {margin-right: 0;}
.footer .footer-wrap-middle .bottom-columns__item {display: flex; flex-direction: column;}
.footer .menu-item, 
.footer .footer-wrap-middle .bottom-columns__item .bottom-link {margin-bottom: 25px;}
.footer .footer-wrap-middle .bottom-columns__item .bottom-link:hover {color: #9f0024;}
.footer .menu-item:last-child,
.footer .footer-wrap-middle .bottom-columns__item .bottom-link:last-child {margin-bottom: 0px;}
.footer .footer-wrap-middle .bottom-columns__item .marker {position: relative;}
.footer .footer-wrap-middle .bottom-columns__item .marker:before {content: ""; width: 14px; height: 19px; position: absolute; top: 1px; left: -28px; background-image: url("../img/marker.svg"); background-repeat: no-repeat; background-size: cover;}
.footer .footer-wrap-middle .bottom-columns__item .time {position: relative;}
.footer .footer-wrap-middle .bottom-columns__item .time:before {content: ""; width: 19px; height: 19px; position: absolute; top: 4px; left: -31px; background-image: url("../img/time.svg"); background-repeat: no-repeat; background-size: cover;}
.footer .footer-wrap-middle .bottom-columns__item .whats {position: relative; margin-top: 3px; display: inline-block;}
.footer .footer-wrap-middle .bottom-columns__item .whats:hover {color: #9f0024;}
.footer .footer-wrap-middle .bottom-columns__item .whats:before {content: ""; width: 20px; height: 19px; position: absolute; top: 0; left: -31px; background-image: url("../img/whats.svg"); background-repeat: no-repeat; background-size: cover;}
.footer .footer-wrap-middle .bottom-columns__item .mail {position: relative; margin-top: 3px; display: block;}
.footer .footer-wrap-middle .bottom-columns__item .mail:hover {color: #9f0024;}
.footer .footer-wrap-middle .bottom-columns__item .mail:before {content: ""; width: 17px; height: 14px; position: absolute; top: 6px; left: -30px; background-image: url("../img/mail.svg"); background-repeat: no-repeat; background-size: cover;}
.footer .footer-wrap-middle .bottom-columns__item span {display: block; line-height: 1.7;}
.footer .footer-wrap-middle .bottom-columns__item .title {font-weight: bold; text-transform: uppercase; color: #fff;}
.footer .footer-wrap-middle .bottom-columns__item .info-block {margin-bottom: 26px; color: #fff;}
.footer .footer-wrap-middle .consult-wrap {margin-top: 41px; margin-bottom: 34px; display: flex; align-items: center;}
.footer .footer-wrap-middle .consult-wrap .title {font-size: 24px; margin-right: 30px; color: #fff; display: inline-block;}
.footer .footer-wrap-middle .consult-wrap .btn {width: 275px;}
.footer .footer-wrap-bottom {padding-top: 27px; border-top: 1px solid #3757a8; display: flex; justify-content: space-between; align-items: center;}
.footer .footer-wrap-bottom .credits {color: #fff;}
.footer .footer-wrap-bottom a {color: #fff;}
.footer .footer-wrap-bottom a:hover {color: #9f0024;}

.xs-vid {display: none;}

.breadcrumbs {padding-top: 30px;}
.breadcrumbs .breadcrumbs_wrap {max-width: 600px;}
.breadcrumbs a {position: relative; font-size: 14px; line-height: 1.857; color: #253c77; margin-right: 33px;}
.breadcrumbs a:hover {color: #db0032;}
.breadcrumbs a:after {content: ""; position: absolute; top: 5px; right: -30px; background-image: url(../img/arrow2.svg); background-repeat: no-repeat; background-size: cover; width: 22px; height: 8px;}
.breadcrumbs a:last-child {margin-right: 0px;}
.breadcrumbs a:last-child:after {display: none;}

.breadcrumbs a.active {color: #db0032;}

.about-info-block {padding: 42px 0 78px;}
.about-info-block .items-wrap__item .img-wrap {width: 572px; height: 349px;}
.about-info-block .items-wrap__item .text-wrap .title-theme {font-size: 30px;}
.about-info-block .items-wrap__item-left, .about-info-block .items-wrap__item-right {width: 48.65%;}
.about-info-block .items-wrap__item .text-wrap p {line-height: 1.66;}

.fix-price-block.spec-company-block .fix-price-block-wrap {padding-top: 36px;}
.fix-price-block.spec-company-block .fix-price-block-wrap__item {min-height: 418px; padding: 48px 26px 30px 35px; position: relative;}
.fix-price-block.spec-company-block .fix-price-block-wrap__item .link-arrow {position: absolute; bottom: 43px; left: 35px; font-size: 15px;}
.fix-price-block.spec-company-block .fix-price-block-wrap__item .img {margin-bottom: 15px;}
.fix-price-block.spec-company-block .fix-price-block-wrap__item:nth-child(1) .img {width: 124px; height: 72px;}
.fix-price-block.spec-company-block .fix-price-block-wrap__item:nth-child(2) .img {width: 67px; height: 57px; margin-top: 13px;}
.fix-price-block.spec-company-block .fix-price-block-wrap__item:nth-child(3) .img {width: 86px; height: 66px; margin-top: 13px;}
.fix-price-block.spec-company-block .fix-price-block-wrap__item:nth-child(4) .img {width: 95px; height: 82px; margin-top: -3px;}

.blockquote-block_1 {background-image: url(../img/blsq1.png);}

.blockquote-block {padding: 95px 0 67px; background-position: center; background-size: cover; background-repeat: no-repeat;}

.blockquote-block .title_36 {line-height: 1.2; margin-bottom: 33px;}
.blockquote-block h2.title.text-left {margin-left: 100px;}


.blockquote-block .blockquote-wrap {padding-left: 100px; display: flex; align-items: flex-start;}
.blockquote-block .blockquote-wrap img {max-width: 100%; width: auto !important; height: auto !important;}
.blockquote-block .blockquote-wrap-left {width: 43.95%; margin-right: 30px; position: relative;}
.blockquote-block .blockquote-wrap-left :last-child {margin-bottom: 0px;}
.blockquote-block .blockquote-wrap-right {width: 49.95%; color: #0d2563;}
.blockquote-block .blockquote-wrap-right :last-child {margin-bottom: 0px;}
.blockquote-block .blockquote-wrap .title {font-size: 22px; line-height: 1.4; margin-bottom: 15px; position: relative;}
.blockquote-block .blockquote-wrap .title:last-child {margin-bottom: 0px;}
.blockquote-block .blockquote-wrap p {font-size: 17px; line-height: 1.53; margin-bottom: 15px;}
.blockquote-block .blockquote-wrap p:last-child {margin-bottom: 0px;}

.blockquote-block .blockquote-wrap blockquote {color: #253c77; margin-bottom: 27px; color: #fff; font-size: 22px; line-height: 1.4; position: relative; font-weight: 900;}
.blockquote-block .blockquote-wrap blockquote:before {top: -8px; left: -55px; width: 46px; height: 35px; content: ""; z-index: 5; background-image: url(../img/quotes.svg); background-repeat: no-repeat; background-size: cover; background-position: center; position: absolute;} 
.blockquote-block .blockquote-wrap blockquote p {margin: 0; padding: 0; display: inline; font-size: 22px; line-height: 1.4;}

.blockquote-block .blockquote-wrap a {color: #db0032;}

.blockquote-block .btn-wrap .btn {margin-top: 40px; width: 330px; font-size: 14px;}


.about__blockquote-block .blockquote-wrap .title,
.about__blockquote-block .blockquote-wrap p {color: #FFF;}


.about-situations-block {padding: 67px 0 43px;}
.about-situations-block-wrap {display: flex; flex-wrap: wrap; margin-top: 55px;}
.about-situations-block-wrap__item:nth-child(2) .img {margin-top: -5px;}
.about-situations-block-wrap__item:nth-child(3) .img {max-width: 54px;}
.about-situations-block-wrap__item:last-child {margin-right: 0;}
.about-situations-block-wrap__item {margin-right: 68px; margin-bottom: 30px;}
.about-situations-block-wrap__item .img {max-width: 100px; max-height: 70px; margin-bottom: 22px; position: relative;}
.about-situations-block-wrap__item .img img {width: 100%; height: 100%;}

.blockquote-block.blockquote-block_2 {background-image: url(../img/blsq2.png); padding: 75px 0 64px;}
.blockquote-block.blockquote-block_2 .blockquote-wrap .title:before {content: ""; background-image: url(../img/quotes.svg); background-repeat: no-repeat; background-size: cover; background-position: center; position: absolute; top: -9px; left: -55px; width: 45px; height: 33px;}

.about-cooperation-block {padding: 67px 0 50px; background: #f1f4fc; margin-bottom: 15px;}
.about-cooperation-block .title {margin-bottom: 17px;}
.about-cooperation-block .part-wrap {margin-bottom: 12px;}
.about-cooperation-block .part-wrap .red-title {display: inline-block; padding: 12px 27px 13px 26px; background: #db0032; font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 30px; margin-left: 100px;}
.about-cooperation-block .part-wrap .part-deploy-wrap {padding-left: 100px; display: flex; flex-wrap: wrap; align-items: flex-start;}
.about-cooperation-block .part-wrap .part-deploy-wrap__item:nth-child(2n) {margin-right: 0px;}
.about-cooperation-block .part-wrap .part-deploy-wrap__item {width: 400px; margin-bottom: 50px; margin-right: 100px;}
.about-cooperation-block .part-wrap .part-deploy-wrap__item .img {width: 371px; height: 371px; position: relative; margin-bottom: 26px;}
.about-cooperation-block .part-wrap .part-deploy-wrap__item .img img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-position: center; object-fit: cover;}
.about-cooperation-block .part-wrap .part-deploy-wrap__item .name {color: #0d2563; font-size: 24px; font-weight: 800; line-height: 1.1; margin-bottom: -1px;}
.about-cooperation-block .part-wrap .part-deploy-wrap__item .state {color: #0d2563; margin-bottom: 28px;}

.blockquote-block_3 {background-image: url(../img/blsq3.png); padding: 95px 0 84px;}

.about-coop-block {padding: 80px 0 80px;}
.about-coop-block .items-wrap__item .text-wrap .title-theme {font-size: 36px;}
.about-coop-block .items-wrap__item .img-wrap {width: 570px; height: 393px;}
.about-coop-block .items-wrap__item .text-wrap p {margin-bottom: 27px; line-height: 1.46; font-size: 18px;}

.blockquote-block_4 {background-image: url(../img/blsq4.png); padding: 75px 0 217px;}
.blockquote-block_4 .blockquote-wrap .title:before {top: -9px; left: -56px; width: 46px; height: 35px;}
.blockquote-block_4 .blockquote-wrap-left {width: 45.95%;}

.about-help-block {padding: 46px 0 80px;}
.about-help-block .items-wrap__item .img-wrap {width: 570px; height: 336px; position: relative;}
.about-help-block .items-wrap__item .text-wrap .title-theme {font-size: 32px; margin-bottom: 16px;}
.about-help-block .items-wrap__item .text-wrap p {margin-bottom: 28px; font-size: 17px; line-height: 1.56;}

.consult-block {padding: 67px 0 78px; background: #f1f4fc;}
.consult-block .title_36 {margin-bottom: 38px;}

.consult-form {padding: 0 70px 0 100px;}
.consult-form .consult-top-wrap {display: flex; align-items: flex-start; justify-content: space-between;}
.consult-form .consult-bottom-wrap {display: flex; align-items: flex-start; justify-content: space-between; margin-top: 26px;}
.consult-form .consult-bottom-wrap .left {width: 49.75%;}
.consult-form .consult-bottom-wrap .right {width: 49.75%;}
.consult-form .consult-bottom-wrap .right .btn {width: 100%;}
.consult-form-left {width: 49.75%;}
.consult-form-left .inp-wrap {margin-bottom: 32px;}
.consult-form-left .inp-wrap:last-child {margin-bottom: 0;}
.consult-form-right {width: 49.75%;}
.consult-form-right .time-wrap {display: flex;}
.consult-form-right input.input_date {width: 240px; display: inline; margin-right: 25px;}
.consult-form-right input.input_time {width: 240px; display: inline;} 

textarea {width: 500px; height: 214px; border: none; background: #fff; resize: none; padding: 16px 10px 10px 18px; font-size: 16px;}

input.input {width: 470px; height: 50px; border: none; padding: 10px 10px 10px 15px; font-size: 16px;}

input.input_date {background: url(../img/calendar.svg) no-repeat 90% #FFF; background-size: auto 20px; cursor: pointer;}

input.input_time {cursor: pointer;}
input.input_time[type="time"] {background: url(../img/dropdown.png) no-repeat 90% #FFF;}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {display: none; -webkit-appearance: none;}

.control {font-style: normal; font-weight: normal; font-size: 14px; line-height: 18px; color: #858c92; position: relative; padding-left: 39px; display: block; cursor: pointer;}

.control a {position: relative; color: #858c92;}
.control a:hover {color: #9f0024;}

.control_input {position: absolute; z-index: -1; opacity: 0;}

.control_indicator {position: absolute; top: 4px; left: 0px; height: 28px; width: 28px; background: #fff; cursor: pointer;}

.control input.control_input:checked ~ .control_indicator {background-repeat: no-repeat;}

.control_indicator:after {box-sizing: unset; content: ""; position: absolute; display: none;}

.control .control_input:checked ~ .control_indicator:after {display: block;}

.control-checkbox .control_indicator:after {left: 5px; top: 6px; width: 23px; height: 23px; background-size: 20px; background-image: url(../img/check2.svg); background-repeat: no-repeat;}

.header.rm-header .soc-wrap {position: absolute; top: 179px; right: calc(20% - 13px);}

.rm-header-slider {position: relative;}
.rm-header-slider .header-slider-item {padding: 92px 0px 154px; background-position: center;}
.rm-header-slider .header-slider-item__inner-subtitle {margin-top: 56px;}
.rm-header-slider ul.slick-dots {left: calc(50% - 72px);}

.underheader.rm-underheader .underheader-wrap__item p {color: #253c77;}
.underheader.rm-underheader .underheader-wrap__item:nth-child(1) .img {width: 69px; height: 69px;}
.underheader.rm-underheader .underheader-wrap__item:nth-child(2) .img {width: 81px; height: 70px; margin-top: 0px;}
.underheader.rm-underheader .underheader-wrap__item:nth-child(3) .img {width: 72px; height: 71px;}
.underheader.rm-underheader .underheader-wrap__item:nth-child(1) {margin-right: 109px;}
.underheader.rm-underheader .underheader-wrap__item:nth-child(2) {margin-right: 128px;}
.underheader.rm-underheader .img {margin-right: 15px;}

.blockquote-block.blockquote-block_blue {padding: 71px 0 46px; background: #fff;}
.blockquote-block.blockquote-block_blue .title_36 {line-height: 1.2; margin-bottom: 33px;}
.blockquote-block.blockquote-block_blue .blockquote-wrap-left .title,
.blockquote-block.blockquote-block_blue .blockquote-wrap-right .title,
.blockquote-block.blockquote-block_blue .blockquote-wrap-right p,
.blockquote-block.blockquote-block_blue .blockquote-wrap-left p {color: #253c77; margin-bottom: 27px;}
.blockquote-block.blockquote-block_blue .blockquote-wrap .title:before {top: -8px; left: -55px; width: 46px; height: 35px;}

.blockquote-block.noq .blockquote-wrap .title {margin-bottom: 0;}
.blockquote-block.noq .blockquote-wrap .title:before {display: none;}

.table-wrap table {border-collapse: collapse; width: 100%; margin: 20px 0 0;}
.table-wrap table thead {background: #fff; border-bottom: 2px solid #dd0c3c;}
.table-wrap table thead th {font-size: 16px; font-weight: 700; color: #0d2563; padding: 30px 3px 3px 31px; height: 109px; line-height: 1.2; vertical-align: top;}

.table-wrap table thead th p,
.table-wrap table thead td p {padding: 0; margin: 0; font-size: 16px; line-height: 1.2;}

.table-wrap table tbody {background: #fff;}
.table-wrap table tbody td {font-size: 16px; color: #0d2563; padding: 24px 3px 31px 31px;} 

.table-wrap tr:nth-child(even) {background-color: #f7f8fa;}

.table-wrap td h3,
.table-wrap td p {display: inline;}

.rm-open-price-block {padding: 72px 0 57px; background: #f2f5fd;}
.rm-open-price-block.no_title {padding-top: 0;}
.rm-open-price-block .title_36 {margin-bottom: 25px; line-height: 1.2;}
.rm-open-price-block .subtitle {font-size: 20px; color: #0d2563; margin-bottom: 48px;}
.rm-open-price-block .table-wrap {padding: 0 70px;}

.rm-open-price-block .dop-info {padding: 50px 70px 0;}
.rm-open-price-block .dop-info p {margin-bottom: 14px;}

.rm-open-price-block .dop-info .title {font-weight: bold; margin-bottom: 2px;}
.rm-open-price-block .dop-info p .red {color: #db0032; font-size: 18px; margin-right: 6px;}
.rm-open-price-block .dop-info p a {color: #db0032;}
.rm-open-price-block .dop-info p a:hover {color: #9f0024;}

.table-wrap-title {color: #303f71; font-size: 22px; margin-bottom: 20px;}

.table-wrap-title strong {font-weight: bold;}


.rm-difference-block {padding: 87px 0 78px;}
.rm-difference-block .title_36 {color: #fff; margin-bottom: 55px;}
.rm-difference-block .subtitle {color: #fff; font-size: 19px; font-weight: 500; margin-bottom: 30px;}
.rm-difference-block-wrap {padding: 0 165px 0 70px;}
.rm-difference-block-wrap__item:last-child {margin-bottom: 0px;}
.rm-difference-block-wrap__item {display: flex; align-items: flex-start; margin-bottom: 61px;}
.rm-difference-block-wrap__item .img {margin-right: 30px; width: 100px; height: 88px; position: relative;}
.rm-difference-block-wrap__item .img img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-position: center; object-fit: cover; object-fit: contain;}
.rm-difference-block-wrap__item .info .title {color: #fff; letter-spacing: 0.5px;}
.rm-difference-block-wrap__item .info p {color: #fff; line-height: 1.7;}

.rm-choose-info-block {padding: 80px 0 79px; background-size: cover; background-position: center; background-repeat: no-repeat;}
.rm-choose-info-block-wrap {-webkit-box-shadow: 0px 0px 14px 9px rgba(34, 60, 80, 0.2); -moz-box-shadow: 0px 0px 14px 9px rgba(34, 60, 80, 0.2); box-shadow: 0px 0px 14px 9px rgba(34, 60, 80, 0.2); background: #fff; padding: 59px 30px 60px 66px; margin-left: auto; width: 700px;}
.rm-choose-info-block-wrap .title {font-weight: bold; font-size: 24.5px; line-height: 1.2; color: #0d2563; margin-bottom: 26px;}
.rm-choose-info-block-wrap p {font-size: 17px; line-height: 1.725; margin-bottom: 35px;}
.rm-choose-info-block-wrap p:last-child {margin-bottom: 0px;}

.rm-choose-info-block-wrap ol {margin: 0; position: relative; top: -15px;}
.rm-choose-info-block-wrap ol li {position: relative; padding: 0; margin: 0 0 6px; list-style-type: none; font-size: 17px; line-height: 1.725; color: #0d2563;}
.rm-choose-info-block-wrap ol li:before {content:""; position: absolute; left: -36px; top: 6px; width: 22px; height: 17px; background: url('/img/check2.svg') 0 0 no-repeat; background-size:100% auto;}



.blockquote-block_blue.blockquote-block_blue2 {padding: 93px 0 94px;}
.blockquote-block_blue.blockquote-block_blue2 .blockquote-wrap-left .title,
.blockquote-block_blue.blockquote-block_blue2 .blockquote-wrap-right p {color: #0d2563;}
.blockquote-block_blue.blockquote-block_blue2 .blockquote-wrap-left .title {font-size: 23.4px;}
.blockquote-block_blue.blockquote-block_blue2 .blockquote-wrap-right p {line-height: 1.43; margin-bottom: 24px;}
.blockquote-block_blue.blockquote-block_blue2 .subtitle {font-weight: bold; color: #0d2563; font-size: 17px;}

.rm-secure-block {padding: 80px 0 73px;}
.rm-secure-block .title_36 {margin: 0 0 40px;}

.rm-secure-block-wrap {padding-left: 100px; display: flex; align-items: flex-start; justify-content: space-between;}
.rm-secure-block-wrap .img {width: 270px; position: relative;}
.rm-secure-block-wrap .img_item {position: relative; padding: 0 0 100%; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;}
.rm-secure-block-wrap .img p {padding: 20px 0 0 0; margin: 0; line-height: 1.3;}
.rm-secure-block-wrap .info {width: calc(100% - 270px - 100px);}
.rm-secure-block-wrap .info__title {margin-bottom: 17px; font-size: 30px; line-height: 1.28; position: relative;}

.rm-secure-block-wrap .info__title:before {
    top: -8px;
    left: -55px;
    width: 46px;
    height: 35px;
    content: "";
    background-image: url(../img/quotes.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;}

.rm-secure-block-wrap .info p {line-height: 1.76; margin-bottom: 25px;}
.rm-secure-block-wrap .info__deploy .name {font-weight: bold; letter-spacing: -0.7px; font-size: 17px; text-transform: uppercase;}

.rm-secure-block.centered .info {width: calc(100% - 270px - 30px);}

.fix-price-block.rm-offer-block {padding: 72px 0 69px;}
.fix-price-block.rm-offer-block .title_36 {line-height: 1.22;}
.fix-price-block.rm-offer-block .fix-price-block-wrap {padding-top: 35px;}
.fix-price-block.rm-offer-block .fix-price-block-wrap__item {padding: 48px 30px 30px 27px;}
.fix-price-block.rm-offer-block .fix-price-block-wrap__item .img img {object-fit: contain;}

.rm-about-price {background: #0d2563; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%;}
.rm-about-price-wrap {padding: 92px 0 101px; background-repeat: no-repeat; background-size: cover; background-position: center;}
.rm-about-price-wrap__inner {width: 702px; margin-left: auto; padding-right: 70px;}



.rm-about-price.centered .rm-about-price-wrap__inner {padding: 0; width: auto; text-align: center;}

.rm-about-price-wrap__inner .title {font-size: 26px; color: #fff; line-height: 1.4; margin-bottom: 25px;}
.rm-about-price-wrap__inner p {line-height: 1.755; margin-bottom: 35px; color: #fff;}
.rm-about-price-wrap__inner .btn {font-size: 14.1px; text-transform: uppercase; width: auto; padding-left: 50px; padding-right: 50px;}

.rm-open-company-block {padding: 76px 0 61px; background: #f2f5fd;}
.rm-open-company-block .title {font-size: 30px; margin-bottom: 15px; line-height: 1.2;}
.rm-open-company-block .subtitle {color: #0d2563; font-size: 19px; margin-bottom: 60px;}
.rm-open-company-block .table-wrap {padding: 0 70px;}
.rm-open-company-block .table-wrap table thead th {padding: 27px 3px 0 31px; height: 53px;}
.rm-open-company-block .table-wrap table thead th:first-child {width: 46%;}
.rm-open-company-block .table-wrap table thead th:nth-child(2) {width: 18.2%;}
.rm-open-company-block .table-wrap table thead th:nth-child(3) {width: 19.2%;}
.rm-open-company-block a {color: #db0032;}
.rm-open-company-block a:hover {color: #9f0024;}
.rm-open-company-block tr:nth-child(even) {background: #fff;}
.rm-open-company-block table tbody td {padding: 16px 3px 13px 28px;}
.rm-open-company-block table tbody td:not(:first-child) {padding: 16px 3px 13px 58px; font-weight: bold; color: #db0032;}
.rm-open-company-block .bold {font-weight: 800; letter-spacing: 0.5px; color: #0d2563;}
.rm-open-company-block table tbody .info {border-top: 1px solid #cbcbcb;}
.rm-open-company-block table tbody .info td {padding: 2px 3px 43px 28px;}
.rm-open-company-block table tbody .info .red {color: #db0032;}
.rm-open-company-block table tbody .info td:last-child {font-weight: normal; color: #0d2563; padding: 14px 3px 43px 42px; line-height: 1.6;}
.table-wrap table tr.tr-sum {border-top: 1px solid #cbcbcb; border-bottom: 1px solid #cbcbcb;}
.table-wrap table tr.tr-sum td {padding: 12px 3px 15px 28px; line-height: 1.6;}
.table-wrap table tr.tr-sum td:not(:first-child) {color: #0d2563; font-size: 20px; font-weight: normal; padding: 12px 3px 13px 40px;}
.table-wrap table tr.tr-sum .small {font-size: 18px;}

.red {color: #db0032;}

.rm-attention-block {padding: 75px 0 77px; background: #0d2563; background: linear-gradient(135deg, #0d2563 35%, #3b5abf 100%);}
.rm-attention-block .info-block:nth-child(2) {padding-top: 20px;}
.rm-attention-block .info-block:nth-child(2) .subtitle {letter-spacing: 1.6px; margin-bottom: 1px;}
.rm-attention-block .info-block:nth-child(2) p {padding-left: 98px;}
.rm-attention-block .info-block {padding-bottom: 39px; border-bottom: 1px solid #69a3ff;} 
.rm-attention-block .info-block-title {margin: 0; padding: 0; margin-bottom: 35px; padding-left: 98px; font-size: 30px; color: #fff; line-height: 1.3;}

#blbimp .info-block-title p {line-height: 1.3 !important; margin-bottom: 35px !important;}

.rm-attention-block .info-block-title .bold,
.rm-attention-block .info-block-title strong {font-weight: bold;}
.rm-attention-block .info-block .subtitle {padding-left: 98px; color: #fff; font-weight: bold;}
.rm-attention-block .info-block p {line-height: 1.725; color: #fff; margin-bottom: 33px;}
.rm-attention-block .info-block p:last-child {margin-bottom: 0;}
.rm-attention-block .info-block .ul-title {font-weight: bold; line-height: 1.5; color: #fff; font-size: 18px; margin-bottom: 3px;}
.rm-attention-block .info-block ul li {font-size: 16px; color: #fff; padding-left: 27px;}
.rm-attention-block .info-block-wrap {padding-left: 98px; display: flex; justify-content: space-between;}
.rm-attention-block .info-block-wrap .left {width: 46.75%;}
.rm-attention-block .info-block-wrap .right {width: 53.45%;}
.rm-attention-block .btn-wrap {display: flex; justify-content: center; margin-top: 50px;}
.rm-attention-block .btn-wrap .title {color: #fff; font-weight: bold; text-align: right; font-size: 22px; margin-right: 30px;}
.rm-attention-block .btn-wrap .btn {width: 272px;}

.rm-contacts-block {padding: 78px 0 108px; background: #f2f5fd;}
.rm-contacts-block .title_36 {margin-bottom: 5px; font-size: 32px; line-height: 1;}
.rm-contacts-block .subtitle {font-size: 30px; color: #0d2563; line-height: 1;}
.rm-contacts-block-wrap {display: flex; flex-wrap: wrap; margin-top: 41px;}
.rm-contacts-block-wrap__files {width: 50%;}
.rm-contacts-block-wrap__files .links-wrap {margin-top: 5px; display: flex; flex-wrap: wrap;}
.rm-contacts-block-wrap__files .links-wrap a:nth-child(2n) {margin-right: 0px;}
.rm-contacts-block-wrap__files .links-wrap a {display: inline-flex; width: 48%; align-items: flex-start; color: #db0032; margin-right: 15px; margin-bottom: 15px;}
.rm-contacts-block-wrap__files .links-wrap a:hover {color: #9f0024;}
.rm-contacts-block-wrap__files .links-wrap a img {display: inline-block; margin-right: 8px;}
.rm-contacts-block-wrap__item {width: 25%;}
.rm-contacts-block-wrap__item a {color: #0d2563;}
.rm-contacts-block-wrap__item a:hover {color: #9f0024;}

.header .container {max-width: none; padding: 0;}

.header-slider-item__inner {box-sizing: border-box; max-width: 1200px; margin: 0 auto;}

.header.l-header .soc-wrap {right: 17px; top: -40px;}
.header.l-header .header-slider-item {padding: 79px 57px 145px; background-position: center;}
.header.l-header .header-slider-item .header-slider-item__inner-subtitle {margin-top: 15px;}
.header.l-header .header-slider-item .header-slider-item__inner-title {margin-top: 36px;}

.header-slider.single_slide .slick-dots {display: none;}

.rm-underheader.l-underehader .underheader-wrap__item:nth-child(2) {margin-right: 52px;}
.rm-underheader.l-underehader .underheader-wrap__item:nth-child(1) {margin-right: 78px;}
.rm-underheader.l-underehader .underheader-wrap__item:nth-child(3) .img {width: 96px; height: 63px;}

.title.title_noquote:before {display: none;}

.rm-difference-block.l-difference-block .title_36 {margin-bottom: 15px;}

.blockquote-block.l-blockquote .blockquote-wrap-right {width: 52.95%;}

.rm-choose-info-block.l-choose-info-block .rm-choose-info-block-wrap {padding: 75px 30px 45px 66px;}
.rm-choose-info-block.l-choose-info-block .title {font-size: 30px; font-weight: 800; margin-bottom: 18px;}
.rm-choose-info-block.l-choose-info-block ul.ul_square li {padding-left: 16px; margin-bottom: 32px; letter-spacing: 0.6px;}
.rm-choose-info-block.l-choose-info-block ul.ul_square li:before {width: 4px; height: 4px; border-radius: 100%; top: 11px;}

.l-info {padding: 97px 0 93px; background: #fff; background-image: url(../img/stars-blue-bg.png); background-position: center; background-repeat: no-repeat; background-size: cover;}
.l-info .subtitle {font-size: 20px; font-weight: bold; color: #253c77; margin-bottom: 35px;}
.l-info .subtitle:last-child {margin-bottom: 0;}

.l-info.text-left h2.title {padding: 0 0 20px; margin: 0 0 20px 100px; position: relative; display: inline-block; vertical-align: top;}
.l-info.text-left h2.title:before {content: ""; position: absolute; left: 0; bottom: 0; height: 4px; right: 0; background: #da0032;}

.rm-about-price.l-about-price {padding: 92px 0 101px; background-image: url(../img/lap-bg.png); background-repeat: no-repeat; background-position: center; background-size: cover;}
.rm-about-price.l-about-price .rm-about-price-wrap {padding: 0px; background-image: none;}

.l-steps-block {padding: 96px 0 90px; background: #0d2563; background: linear-gradient(225deg, #0d2563 35%, #3b5abf 100%); color: #fff;}
.l-steps-block-wrap {padding: 0 198px;}
.l-steps-block p {color: #fff; line-height: 1.75; margin-bottom: 28px;}
.l-steps-block p:nth-of-type(2) {margin-bottom: 60px;}
.l-steps-block p:last-of-type {margin-bottom: 0;}
.l-steps-block .title {color: #fff; line-height: 1; margin-bottom: 30px;}
.l-steps-block .subtitle {color: #fff; font-size: 19px; font-weight: 500; line-height: 1.6; margin-bottom: 30px;}
.l-steps-block .section-title {font-weight: bold; font-size: 22px; line-height: 1;}
.l-steps-block ol,
.l-steps-block ul {margin-top: 5px;}

.blockquote-block ul li {padding-left: 25px;}

.l-steps-block ol li,
.l-steps-block ul li {padding-left: 25px; color: #fff;}


.l-steps-block ol li:before.
.l-steps-block ul li:before {background: #fff; top: 11px; left: 3px; width: 4px; height: 4px; border-radius: 100%;}

.l-liq-price-block {padding: 100px 0 100px; background: #f2f5fd;}
.l-liq-price-block .title_36 {margin-bottom: 30px; line-height: 1.1;}
.l-liq-price-block-wrap {display: flex; flex-direction: row;}
.l-liq-price-block-wrap .img-wrap {width: 47%; padding-left: 70px; margin-right: 60px;}
.l-liq-price-block-wrap .info-wrap {width: 47%;}
.l-liq-price-block-wrap .info-wrap ul {margin-top: 17px; letter-spacing: 0.6px; margin-bottom: 26px;}
.l-liq-price-block-wrap .info-wrap ul.ul_square li:before {top: 10px; left: -9px; width: 4px; height: 4px; border-radius: 100%;}
.l-liq-price-block-wrap .info-wrap .subtitle {font-size: 20px; font-weight: 900; line-height: 1.2; margin-bottom: 2px;}
.l-liq-price-block-wrap .info-wrap p {margin-bottom: 29px;}
.l-liq-price-block-wrap .info-wrap .btn {width: 312px; text-transform: uppercase; font-size: 14px;}

.header.oa-header .soc-wrap {right: 17px; top: -40px;}
.header.oa-header .header-slider-item {padding: 109px 57px 153px; background-position: center; background-image: url(../img/oa-header-bg.png);}
.header.oa-header .header-slider-item .header-slider-item__inner-title {margin-top: 36px;}
.header.oa-header .header-slider-item .header-slider-item__inner-subtitle {margin-top: 0;}

.rm-underheader.oa-underheader .underheader-wrap__item:nth-child(3) .img {width: 104px; height: 68px;}

.blockquote-block .bold {font-size: 17px; font-weight: bold;}

.l-steps-block.oa-steps-block .l-steps-block-wrap {display: flex; flex-wrap: wrap; padding: 0 100px;}
.l-steps-block.oa-steps-block .l-steps-block-wrap .left {width: 50%;}
.l-steps-block.oa-steps-block .l-steps-block-wrap .right {width: 50%;}

.l-steps-block-wrap ol,
.l-steps-block-wrap li {list-style-type: none; color: #FFF;}

.l-steps-block.oa-steps-block .l-steps-block-wrap ol li,
.l-steps-block.oa-steps-block .l-steps-block-wrap ul li {margin-bottom: 30px;}

.blockquote-block ul li::before,
.l-steps-block.l-steps-single .l-steps-block-wrap ol li::before,
.l-steps-block.l-steps-single .l-steps-block-wrap ul li::before,
.l-steps-block.oa-steps-block .l-steps-block-wrap ol li::before,
.l-steps-block.oa-steps-block .l-steps-block-wrap ul li::before {background: #fff; top: 10px; left: 7px; width: 4px; height: 4px; border-radius: 100%;}

.rm-open-price-block.oa-open-price-block {background: #fff;}
.rm-open-price-block.oa-open-price-block .subtitle {margin-bottom: 40px;}
.rm-open-price-block.oa-open-price-block .bold {font-weight: bold;}

.rm-open-price-block.white_block table {border: 1px solid #f7f8fa;}

.rm-open-price-block.oa-open-price-block table thead th {width: 49%; padding: 27px 54px 3px 31px; height: 71px;}
.rm-open-price-block.oa-open-price-block table td {padding: 18px 3px 14px 31px;}

.rm-open-price-block .btn-wrap {display: flex; align-items: flex-start; padding-left: 70px;}
.rm-open-price-block .btn-wrap .btn {width: 330px; margin-left: 25px; margin-top: 5px; font-size: 14px;}
.rm-open-price-block .btn-wrap p {display: inline-block;}

.rm-offer-block.oa-offer-block .fix-price-block-wrap__item:nth-child(1) .img,
.rm-offer-block.oa-offer-block .fix-price-block-wrap__item:nth-child(2) .img {width: 98px;}
.rm-offer-block.oa-offer-block .info {padding-left: 100px; margin-top: 15px;}

.rm-difference-block-wrap__item .img {flex-shrink: 0;}
.rm-difference-block-wrap__item .subtitle {font-weight: bold; padding-left: 130px;}

.oa-header.s-header .header-slider-item {background-image: url(../img/s-header-bg.png);}

.rm-underheader.s-underheader .underheader-wrap__item:nth-child(2) .img {width: 70px; height: 70px;}

.oa-steps-block.s-steps-block .section-title.section-title_s {font-size: 16px; line-height: 1.5;}
.oa-steps-block.s-steps-block .l-steps-block-wrap ul li {margin-bottom: 2px;}

.l-steps-block.steps-block_white {background: #f2f5fd;}
.l-steps-block.steps-block_white .title,
.l-steps-block.steps-block_white .section-title,
.l-steps-block.steps-block_white .subtitle,
.l-steps-block.steps-block_white ul li,
.l-steps-block.steps-block_white p {color: #0d2563;}

.blockquote-block ul li::before,
.l-steps-block.steps-block_white .l-steps-block-wrap ul li::before {background: #0d2563;}

.blockquote-block .btn-wrap,
.l-steps-block.steps-block_white .btn-wrap {display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 40px;}

.blockquote-block .btn-wrap {text-align: center; padding: 0 0 40px;}

.blockquote-block .btn-wrap p,
.l-steps-block.steps-block_white .btn-wrap p {font-size: 19px; font-weight: 500;}

.blockquote-block .btn-wrap .btn,
.l-steps-block.steps-block_white .btn-wrap .btn {margin-top: 40px; width: 330px; font-size: 14px;}

.oa-open-price-block.s-open-price-block tr:nth-child(even) {background-color: #fff;}
.oa-open-price-block.s-open-price-block table tbody td:first-child {width: 33%;}
.oa-open-price-block.s-open-price-block table thead th {width: 33%; height: 110px;}

table.first_td_large tr th:first-of-type,
table.first_td_large tr td:first-of-type {width: 48.4%;}

.l-about-price.s-about-price .rm-about-price-wrap__inner {width: 100%; text-align: center;}

.l-steps-block .title-wrap {margin-top: 50px; font-size: 18px; font-weight: bold; color: #fff; line-height: 1.5; padding-top: 35px; position: relative;}
.l-steps-block .title-wrap:before {content: ""; width: 370px; height: 1px; background: #db0032; position: absolute; top: 0; left: calc(50% - 185px);}
 
.l-about-price.b-about-price .rm-about-price-wrap__inner {width: 100%; text-align: center;}
.l-about-price.b-about-price .btn {width: 230px;}

.l-liq-price-block .subtitle {font-size: 19px; font-weight: 500; margin-bottom: 30px;}
.l-liq-price-block .title-section {font-weight: bold; font-size: 17px; margin-bottom: -10px; color: #0d2563;}

.l-liq-price-block.b-liq-price-block .btn {width: auto; padding-left: 50px; padding-right: 50px;}

.user_block {position: absolute; z-index: 301; left: 0; right: 0; margin: auto; top: 0; display: none; background-color: #f2f5fd; width: 1060px; padding: 50px;}
.user_block .consult-form {padding: 0;}
.user_block .consult-form input.input,
.user_block .consult-form textarea {width: 100%;}
.user_block .consult-form-left {margin-right: 15px;}

.overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 300; background: rgba(13, 37, 99, 0.75); cursor: pointer; display: none;}

.pop-title {font-weight: 900; color: #0d2563; font-size: 30px; margin-bottom: 30px;}

.btn_close {width: 35px; height: 35px; background-size: 17px; position: absolute; cursor: pointer; background-image: url(../img/close_icon.png); background-position: center; background-repeat: no-repeat; top: 15px; right: 15px; opacity: 1; transition: 0.3s;}

input[type="time"]::-webkit-calendar-picker-indicator {  background: none;}


.leftimg_block {padding: 30px 0 50px;}
.leftimg_block .l-liq-price-block-wrap .img-wrap {padding-left: 100px;}
.leftimg_block img {width: 100%;}
.leftimg_block h3:first-of-type {position: relative; top: -18px;}
.leftimg_block .info-wrap .subtitle {font-weight: bold;}



.back_img {position: absolute; left: 0; top: 0; width: 100%; bottom: 0; z-index: 1;}
.back_img img,
.back_img source {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; z-index: 1;}


.ui-datepicker {background: #FFF; text-align: center; padding: 10px 8px 6px; font-size: 14px; box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1); display: none;}
.ui-datepicker td a,
.ui-datepicker td span {display: block; padding: 5px 7px; color: #0d2563; font-weight: 600; transition: 0.2s;}
.ui-datepicker td a:hover {background: #db0032; color: #FFF;}
.ui-datepicker td.ui-state-disabled span,
.ui-datepicker td.ui-state-disabled a {opacity: 0.6; color: #000; display: block; padding: 6px 7px; font-weight: 400;}
.ui-datepicker td.ui-datepicker-today a {color: #db0032;}
.ui-datepicker td.ui-datepicker-current-day a {background: #db0032; color: #FFF;}

.ui-datepicker th,
.ui-datepicker th a,
.ui-datepicker th span {font-size: 13px; font-weight: 400;}

.ui-datepicker-title {padding: 6px 0 10px; font-weight: 600;}

.ui-datepicker-header {position: relative;}

.ui-datepicker-prev {position: absolute; left: 10px; top: 4px; display: inline-block;}
.ui-datepicker-next {position: absolute; right: 10px; top: 4px; display: inline-block;}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {content: ""; width: 13px; height: 8px; position: relative; background-image: url(/img/dropdown.png); background-repeat: no-repeat; background-size: cover; transform: rotate(90deg); display: inline-block;}
.ui-datepicker-next:before {transform: rotate(-90deg);}
.ui-datepicker-prev span,
.ui-datepicker-next span {display: none;}


#thx-popup {max-width: 500px; text-align: center;}
#thx-popup .pop-title {margin: 0;}


.load_more_temp {display: none;}
.load_more_wrap {text-align: center; position: relative;}
.loader {width: 100px; height: 100px; position: absolute; left: 50%; margin: 0 0 0 -50px; bottom: -20px; display: none;}


/* БЛОГ */


.blog_container {position: relative;}
.blog_container .blog_block {max-width: 1170px; position: relative; padding: 30px 0 80px; margin: 0 auto;}
.blog_container h1 {font-size: 36px; line-height: 1.1; color: #0d2563; margin: 0 0 40px; font-weight: 800;}

.blog_container .blog_categories {position: relative; margin: 0 0 31px;}

.blog_container .cat_nav_item {display: inline-block; vertical-align: top; box-sizing: border-box; min-width: 95px; padding: 0 24px; border: 1px solid #9a9a9a; background: #FFF; transition: 0.2s; height: 50px; font-size: 17px; margin: 0 18px 18px 0; color: #7d7d7d; border-radius: 100px;}
.blog_container .cat_nav_item:hover {cursor: pointer; border: 1px solid #253c77; background: #253c77; color: #FFF;}
.blog_container .cat_nav_item.active,
.blog_container .cat_nav_item.active:hover {border: 1px solid #db0032; background: #db0032; color: #FFF;}

.blog_container .blog_items {display: flex; flex-flow: row wrap; justify-content: space-between;}

.blog_container .blog-block-wrap__item {width: calc((100% - 30px * 2)/3); box-sizing: border-box; margin: 0 0 50px; height: 100%; border: 1px solid #bebebe; box-sizing: border-box;}
.blog_container .blog-block-wrap__item .img {width: auto; margin: -1px -1px 0 -1px; box-sizing: border-box;} 

.blog_container .load_more {font-weight: 600; font-size: 17px; height: 60px; border: 2px solid #253c77; color: #253c77; text-transform: uppercase; width: 230px; background: #FFF; transition: 0.2s; border-radius: 100px;}
.blog_container .load_more:hover {cursor: pointer; border: 2px solid #253c77; color: #FFF; background: #253c77;}


/* БЛОГ - СТАТЬЯ */


.article_container {position: relative;}
.article_container .article_block {max-width: 1170px; position: relative; padding: 30px 0 32px; margin: 0 auto; color: #0d2563;}

.article_container .article_flex {position: relative; display: flex; flex-flow: row wrap; justify-content: space-between;}

.article_container .article_main {width: calc(100% - 240px - 30px); position: relative;}
.article_container .article_main.full_width {width: 100%;}

.article_container h1 {font-size: 36px; line-height: 1.1; color: #0d2563; margin: 0 0 40px; font-weight: 800;}

.article_container .article_meta {position: relative; margin: 0 0 38px;}
.article_container .article_cats {margin: 0 8px 0 0; display: inline-block; vertical-align: top;}
.article_container .article_category {display: inline-block; vertical-align: top; padding: 8px 18px 8px; color: #FFF; font-size: 15px; background: #db0032; margin: 0 10px 0 0;}
.article_container .article_date {font-size: 15px; color: #8d8d8d; position: relative; top: 7px;}

.article_container .article_author {margin: 0 0 20px; display: flex; justify-content: center; line-height: 1.2; padding: 0 0 0 108px; min-height: 92px; position: relative; text-align: left; flex-flow: column wrap;}
.article_container .article_author .author_img {width: 92px; height: 92px; border-radius: 50%; position: absolute; left: 0; top: 0; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;}
.article_container .article_author .author_name {font-size: 16px; font-weight: bold; margin: 0;}
.article_container .article_author .author_title {font-size: 16px;}

.article_container .article_first {position: relative; font-weight: bold; font-size: 20px; line-height: 1.43; margin: 0 0 32px;}

.article_content {position: relative; font-size: 17px; line-height: 1.4; max-width: 1080px; padding: 0 0 12px;}
.article_content h2 {padding: 0 0 30px; font-weight: 800; font-size: 28px; line-height: 1.3;}
.article_content strong {font-weight: bold;}
.article_content p {margin: 0; padding: 0 0 30px;}
.article_content ul {margin: 0; padding: 0 0 10px; position: relative; top: -20px;}
.article_content ul li {position: relative; margin: 0 0 6px; padding: 0 0 0 20px; list-style-type: none;}
.article_content ul li:before {content:""; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; border-radius: 50%; background: #db0032;}
.article_content img {max-width: 100%; width: auto; height: auto; margin: 0 0 10px; padding: 0; border: 0; display: block;}
.article_content a {color: #db0032;}
.article_content a:hover {text-decoration: underline;}

.article_container .article_side {width: 240px; position: relative;}
.article_container .article_side img {width: 100%; margin: 0 0 30px; padding: 0; border: 0; display: block; transition: 0.2s;}
.article_container .article_side img:hover {cursor: pointer; transform: scale(1.05);}
.article_container .article_side img:last-of-type {margin: 0;}

.article_container .article_related {position: relative; padding: 35px 0 0 0; border-top: 1px solid #0d2563;}
.article_container .article_related_title {font-size: 36px; line-height: 1.1; color: #0d2563; margin: 0 0 25px; font-weight: 800;}
.article_container .article_related_items {display: flex; flex-flow: row wrap; justify-content: space-between;}

.article_container .blog-block-wrap__item {width: calc((100% - 30px * 2)/3); box-sizing: border-box; margin: 0 0 50px;}
.article_container .blog-block-wrap__item .img {width: 100%; box-sizing: border-box;}
.article_container .blog-block-wrap__item-bottom {border: 1px solid #bebebe; box-sizing: border-box; border-top: 0;}

.article_container .blog-block-wrap__item:nth-child(4) {display: none;}

.article_container .article_mobbanners {display: none;}


@media (max-width: 1230px) {

.blog_container .blog_block,
.article_container .article_block {margin: 0 15px;}

.article_first br {display: none;}

}



.sv_rates_container {}
.sv_rates_block {position: relative; padding: 80px 0 50px;}

.sv_rates_container h2 {line-height: 1.2; margin: 0 0 40px;}

.sv_rates_items {position: relative; margin: 0 -15px; display: flex; justify-content: center; flex-flow: row wrap;}

.sv_rate {position: relative; width: calc((100% - 30px * 3)/3); margin: 0 15px 30px; background: #FFF;}
.sv_rate_head {position: relative; padding: 40px 40px 20px;}
.sv_rate_title {font-weight: 800; font-size: 26px; margin: 0 0 1px; line-height: 1.0;}
.sv_rate_subtitle {font-size: 14px; text-transform: uppercase; color: #8e9bbb;}

.sv_rate_body {position: relative; padding: 22px 40px 0;}
.sv_rate_body p {margin: 0; padding: 0 0 20px;}
.sv_rate_body ul {padding: 0 0 20px; font-size: 16px; line-height: 1.625; color: #0d2563;}
.sv_rate_body ul li {position: relative; padding: 0 0 0 14px; margin: 0; list-style-type: none;}
.sv_rate_body ul li:before {content:""; position: absolute; left: 0; top: 11px; width: 4px; height: 4px; background: #db0032; border-radius: 50%;}

.sv_rate_bottom {position: relative; padding: 0 40px 40px;}
.sv_rate_bottom button {display: block; width: 100%; margin: 0;}
.sv_rate_price {font-weight: 800; padding: 20px 0 22px;}
.sv_rate_price p {margin: 0; padding: 0; font-size: 24px; line-height: 1.0;}
.sv_rate_price strong {font-size: 36px;}



.sv_tabs_container {}
.sv_tabs_block {position: relative; padding: 80px 0 70px;}

.sv_tabs_container h2 {line-height: 1.2; margin: 0 0 30px;}

.sv_tabs_box {margin: 0 100px; position: relative; display: flex; justify-content: space-between; flex-flow: row wrap;} 

.sv_tabs_nav {width: 260px; position: relative;}

.sv_tabs_navitem {position: relative; padding: 0 0 14px; margin: 0 0 12px; list-style-type: none; font-size: 17px; line-height: 1.3; transition: 0.2s; cursor: pointer;}
.sv_tabs_navitem span {display: none;}
.sv_tabs_navitem:before {content:""; position: absolute; left: 0; bottom: 0; right: 0; height: 4px; background: #db0032; opacity: 0; transition: 0.2s;}

.sv_tabs_navitem.active {font-weight: bold; font-size: 20px;}
.sv_tabs_navitem.active:before {opacity: 1;}

.sv_tabs_nav_out {display: none; position: relative; width: calc(100% - 260px - 40px); padding: 0 0 25px;}
.sv_tabs_nav_out p {margin: 0; padding: 0 0 15px; line-height: 1.9; font-size: 16px;}
.sv_tabs_nav_out_title {display: none;}

.sv_tabs_bottom {position: relative; padding: 48px 0 0 0; text-align: center; border-top: 1px solid #69a3ff;}
.sv_tabs_bottom_text {display: inline-block; font-size: 22px; line-height: 1.3; font-weight: bold; text-align: right; margin: 0 30px 0 0;}
.sv_tabs_bottom button {display: inline-block; width: 280px; position: relative; top: -14px;}


.sv_tabs_container.sv_tabs_top .sv_tabs_block {padding: 80px 0 35px;}
.sv_tabs_container.sv_tabs_top h2 {margin: 0 0 40px;}
.sv_tabs_container.sv_tabs_top .sv_tabs_box {margin: 0;}

.sv_tabs_container.sv_tabs_top .sv_tabs_nav {width: auto; position: relative; width: 100%; border-bottom: 1px solid #69a3ff; display: flex; justify-content: space-between; flex-flow: row wrap;}
.sv_tabs_container.sv_tabs_top .sv_tabs_navitem {white-space: nowrap; margin: 0; line-height: 1.2;}
.sv_tabs_container.sv_tabs_top .sv_tabs_navitem span {float:left; display: block; margin: 0 10px 0 0; position: relative; top: -3px; font-size: 50px; line-height: 1.0; font-weight: 800; color: #2b7dff; transition: 0.2s;}
.sv_tabs_container.sv_tabs_top .sv_tabs_navitem.active span {color: #db0032;}

.sv_tabs_container.sv_tabs_top .sv_tabs_nav_out {width: 100%; padding: 0;}

.sv_tabs_container.sv_tabs_top .sv_tabs_cols {display: flex; justify-content: space-between; flex-flow: row wrap;}

.sv_tabs_container.sv_tabs_top .sv_tabs_col_left ul,
.sv_tabs_container.sv_tabs_top .sv_tabs_col_right ul {margin: 0 0 30px; color: #FFF;}

.sv_tabs_container.sv_tabs_top .sv_tabs_col_left,
.sv_tabs_container.sv_tabs_top .sv_tabs_col_right {width: 48%;}

.sv_tabs_container.sv_tabs_top .sv_tabs_col_left a,
.sv_tabs_container.sv_tabs_top .sv_tabs_col_right a {color: #FFF; text-decoration: underline;}

.sv_tabs_container.sv_tabs_top .sv_tabs_col_left a:hover,
.sv_tabs_container.sv_tabs_top .sv_tabs_col_right a:hover {text-decoration: none;}

.sv_tabs_container.sv_tabs_top .sv_tabs_nav_out {padding: 35px 0 10px;}
.sv_tabs_container.sv_tabs_top .sv_tabs_nav_out p {margin: 0; padding: 0 0 25px; line-height: 1.5; font-size: 16px;}


.sv_tabs_container.gradient .ul_square li {color: #FFF;}


body.postid-416 .gradient {background-color: linear-gradient(180deg, #0f2764 35%, #3b5abf 100%);}
body.postid-416 .blockquote-block .blockquote-wrap blockquote p {font-size: 30px;}
body.postid-416 .blockquote-wrap-left strong {font-size: 19px;}

.blockquote-wrap-right ol {position: relative; margin: 0 0 30px;}
.blockquote-wrap-right ol li {position: relative; padding: 0 0 0 26px; margin: 0 0 2px; font-size: 16px; line-height: 1.4; list-style-type: none;}
.blockquote-wrap-right ol li:before {content:""; position: absolute; left: 0; top: 11px; width: 16px; height: 1px; background: #db0032;}

.blockquote-block .pres_over_text {position: absolute; left: 30px; bottom: 15px; color: #FFF;}
.blockquote-block .pres_over_text strong {font-size: 22px; font-weight: 800; color: #FFF;}
.blockquote-block .pres_over_text p {color: #FFF; margin: 0; padding: 0;}

.blockquote-block.presentation {padding: 80px 0;}
.blockquote-block.presentation ul li {position: relative; padding: 0 0 0 36px; margin: 0; list-style-type: none; font-size: 17px; line-height: 1.725; color: #0d2563;}
.blockquote-block.presentation ul li:before {content:""; position: absolute; left: 0; top: 6px; width: 22px; height: 17px; background: url('/img/check2.svg') 0 0 no-repeat; background-size:100% auto;}

.download_pres {display: inline-block; margin: 40px 0 0 0; font-weight: bold;}
.download_pres img {position: relative; top: -6px; margin: 0 6px 0 0;}


.rm-secure-block ul {position: relative; margin: 0 0 20px;}
.rm-secure-block ul li {position: relative; padding: 0 0 0 15px; list-style-type: none; font-size: 18px; line-height: 1.5;}
.rm-secure-block ul li:before {content:""; position: absolute; left: 0; top: 11px; width: 5px; height: 5px; background: #db0032;}

.sv_imgtile_container {}
.sv_imgtile_block {padding: 80px 0 50px;}

.sv_imgtile_container h2 {line-height: 1.1; margin: 0 0 45px;}

.sv_imgtile_items {display: flex; justify-content: space-between; flex-flow: row wrap;}

.sv_imgtile {position: relative; width: calc((100% - 30px * 2)/3); box-sizing: border-box; background: #FFF; margin: 0 0 30px; color: #0d2563;}
.sv_imgtile_img {height: 190px; position: relative; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;}
.sv_imgtile_title {font-size: 22px; line-height: 1.3; font-weight: 800; padding: 25px 20px 14px;}
.sv_imgtile_text {font-size: 16px; line-height: 1.6; padding: 0 20px 30px;}


.sc_list_container .container {max-width: 1030px;}
.sc_list_container .title_36 {margin: 0 0 40px;}

.sc_list_container .sc_list {position: relative; border-top: 1px solid #e2e2e2;}
.sc_list_container .sc_list li {list-style-type: none; position: relative; display: flex; flex-flow: row wrap; justify-content: space-between; border-bottom: 1px solid #e2e2e2; padding: 22px 0; margin: 0;}
.sc_list_container .sc_list li:before {display: none;}
.sc_list_container .sc_list_left {position: relative; width: calc(100% - 240px); box-sizing: border-box; padding: 0 30px;}
.sc_list_container .sc_list_right {position: relative; width: 200px;}

.sc_list_container.left_text {padding: 60px 0;}
.sc_list_container.left_text .container {max-width: 1200px;}  
.sc_list_container.left_text .sc_list {border: 0;}
.sc_list_container.left_text .sc_list li {padding: 0; border: 0; margin: 0 0 26px;}
.sc_list_container.left_text .sc_list li:last-of-type {margin: 0;}
.sc_list_container.left_text .sc_list_left {width: calc(100% - 200px); box-sizing: border-box; padding: 0;}
.sc_list_container.left_text .sc_list_right {width: 170px;}


.blockquote-block.imgright {padding: 0;}
.blockquote-block.imgright .blockquote-wrap-left {padding: 0; display: flex; align-content: center; align-items: center; flex-flow: row wrap; padding: 20px 0;}
.blockquote-block.imgright blockquote {width: 100%; margin-bottom: 10px;}
.blockquote-block.imgright .blockquote-wrap-right img {max-width: 100%; width: auto !important; height: auto !important;}


.blockquote-block .simpleitems {position: relative;}
.blockquote-block .simpleitems .simpleitem {margin: 0 0 25px; position: relative; padding: 0 0 0 45px; font-size: 17px; line-height: 1.5; list-style-type: none;}
.blockquote-block .simpleitems .simpleitem img {position: absolute; left: 0; top: 5px; width: 30px !important;}
.blockquote-block .simpleitems .simpleitem strong {font-weight: bold;}


.contacts_container {}
.contacts_container .contacts_block {padding: 70px 0 150px; display: flex; flex-flow: row wrap; justify-content: space-between;}

.contacts_container .contacts_left {width: calc(100% - 570px - 30px); color: #57586e; font-size: 17px; line-height: 1.6;}
.contacts_container .contacts_title {font-size: 36px; margin: 0 0 10px; font-weight: 800; color: #253c77;}
.contacts_container .contacts_subtitle {font-size: 22px; font-weight: bold; line-height: 1.4; margin: 0 0 20px; color: #253c77;}
.contacts_container .contacts_list {position: relative; margin: 0 0 24px;}
.contacts_container .contacts_list li {margin: 0 0 2px; list-style-type: none; padding: 0 0 0 28px; position: relative;}
.contacts_container .contacts_list li:last-of-type {margin: 0;}
.contacts_container .contacts_list a {color: #57586e;}

.contacts_container .contacts_list .phone {font-weight: bold;}
.contacts_container .contacts_list .phone:before {content: ""; width: 16px; height: 22px; position: absolute; top: 2px; left: 0; background-image: url("../img/phone_icon.svg"); background-repeat: no-repeat; background-size: 100% auto;}
.contacts_container .contacts_list .mail:before {content: ""; width: 17px; height: 14px; position: absolute; top: 5px; left: 0; background-image: url("../img/mail.svg"); background-repeat: no-repeat; background-size: 100% auto;}

.contacts_container .contacts_worktime {position: relative; margin: 0 0 24px;}
.contacts_container .contacts_worktime strong {font-weight: bold; display: block;}
.contacts_container .contacts_manager strong {font-weight: bold; display: block;}

.contacts_container .contacts_right {width: 570px; padding: 30px 0 0 0;}
.contacts_container .contacts_box {position: relative;}
.contacts_container .contacts_box:before {content:""; position: absolute; left: 0; top: 40px; bottom: 40px; box-shadow: 0 0 25px 2px rgba(0,0,0,0.8); z-index: 1;}
.contacts_container .contacts_box:after {content:""; position: absolute; right: 0; top: 40px; bottom: 40px; box-shadow: 0 0 25px 2px rgba(0,0,0,0.8); z-index: 1;}
.contacts_container form {position: relative; z-index: 2; background: #FFF; padding: 32px 40px 0;}
.contacts_container .inp-wrap {margin: 0 0 25px;}
.contacts_container .inp-label {position: relative; font-size: 14px; color: #57586e; margin: 0 0 15px; text-transform: uppercase;}
.contacts_container label.error {display: none !important}
.contacts_container input.input {border: 1px solid #b7b7b7; padding: 0 25px; height: 64px; border-radius: 3px; width: 100%;}
.contacts_container input.input.error {border-color: #db0032; color: #db0032;}
.contacts_container .btn {display: block; height: 64px; width: 100%; padding: 0; border-radius: 3px; box-sizing: border-box;}
.contacts_container .control {font-size: 15px; padding: 3px 0 0 50px; margin: 0 0 22px; min-height: 34px; position: relative; top: -12px;}
.contacts_container .control.error {display: block !important;}
.contacts_container .control a {color: #2f77e8;}
.contacts_container .control_indicator {border: 1px solid #b7b7b7; border-radius: 3px; width: 34px; height: 34px; box-sizing: border-box;}
.contacts_container .control_indicator:after {left: 5px; top: 8px;}

.contacts_container .inp-wrap.error  ::-webkit-input-placeholder {color: #db0032;}
.contacts_container .inp-wrap.error  :-ms-input-placeholder      {color: #db0032;}
.contacts_container .inp-wrap.error  :-moz-placeholder 			 {color: #db0032;}
.contacts_container .inp-wrap.error  ::-moz-placeholder 		 {color: #db0032;}

body.contacts .nav-bottom .container:before {content:""; position: absolute; left: 15px; right: 15px; bottom: 0; height: 1px; background: #ccc;}

.blockquote-block.gradient .blockquote-wrap-right {color: #FFF;}

.btn-wrap {text-align: center;}

.link-file {position: relative;}
.link-file img {position: relative; top: 2px; height: 40px; margin: 0 2px 0 0;}


.page_container {}
.page_container .page_block {padding: 50px 0 50px;}