body {
    font-family: 'Ubuntu';
    font-size: 15px;
    color: #3C4653;
    font-weight: 500;
    line-height: 21px;
}

h1 {
    font-family: 'Ubuntu';
}

h2, .h2 {
    font-family: 'Ubuntu';
    line-height: 39px;
}

h3 {
    font-family: 'Ubuntu';
}

.breadcrumb {
    font-size: 12px !important;
}

@media (max-width:600px) {
    br.sm-hide {
        display: none;
    }
}

.main {
    padding: 0 !important;
}

.body.index {
    margin: 0 !important;
}

footer#footer {
    margin: 0 !important;
}

#main-page {
    overflow: hidden;
}

.main-page .container {
    width: 100%;
    max-width: 1175px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.main-page .container {
    width: 100%;
    max-width: 1175px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.flex-wrapper {
    display: flex;
}

.gradient-btn {
    position: relative;
    background: linear-gradient(94.53deg, #FFA800 -2.31%, #FEA501 16.72%, #F98906 101.32%);
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 55px;
    border: none;
    border-radius: 30px;
    transition: 0.3s;
    z-index: 1;
}

span.btn-hover-helper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(94.53deg, #F09000 -2.31%, #E15100 101.32%);
    z-index: 5;
    opacity: 0;
    padding: 15px 55px;
    border: none;
    border-radius: 30px;
    transition: 0.3s;
}

span.btn-text {
    z-index: 10;
    position: relative;
}

.gradient-btn:hover .btn-hover-helper {
    opacity: 1;
}

.thin-text {
    font-weight: 300;
}

.normal-text {
    font-weight: 500;
}

.bold-text {
    font-weight: 700;
}

.bolder-text {
    font-weight: 800;
}

.dark-text {
    color: #445165;

}

.white-text {
    color: #FFFFFF;
}

.blue-text {
    color: #0668A2;
}

.orange-text {
    color: #FFA800;
}

.dark_grey-text {
    color: #576375;
}

.grey-text {
    color: #B9C0C7;
}

.uppercase-text {
    text-transform: uppercase;
}

.dark_grey-block {
    background-color: #B9C0C7;
}

.light_grey-block {
    background-color: #F4F5F7;
}

.grey-block,
.grey-model-block {
    background-color: #F4F5F7;
    ;
}

.grey-section {
    background-color: #F4F5F7;
}

.white-block {
    background-color: #FFFFFF;
}

.procent_background-block {
    background-image: url('/images/main_page/proc-icon.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50%;
}

.smoke-bridge {
    background-image: url('/images/main_page/smoke-bridge.jpg'), url('/images/main_page/bottom-smoke.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 117px 0 120px;
}

.map-section {
    background-image: url('/images/main_page/smoke-van.jpg'), url('/images/main_page/top-smoke.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 105px 0 127px;
}

.truck-section {
    background-image: url('/images/main_page/main_page_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 70%;
}

.form-section {
    background-image: url('/images/main_page/top-smoke_small.png'), url('/images/main_page/dotted_world_map.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 135px 0 145px;
    display: flex;
    place-items: center;
}

.bottom-smoke-section {
    background-image: url('/images/main_page/bottom-smoke.png');
    background-position: bottom;
    background-size: cover;
}

.top-smoke-section {
    background-image: url('/images/main_page/top-smoke.png');
    background-position: top;
    background-size: cover;
}

.bigest-headline-text {
    font-size: 45px;
}

.big-number {
    font-size: 43px;
}

.big-headline-text {
    font-size: 42px;
}

h1.big-headline-text {
    font-size: 40px;
}

.warranty-text {
    font-size: 35px;
}

.medium-headline-text {
    font-size: 34px;
}

.low-headline-text {
    font-size: 28px;
}

.warranty-low-text {
    font-size: 25px;
}

.telephone-text {
    font-size: 23px;
}

.big-headline_par-text {
    font-size: 22px;
}

.medium-headline_par-text {
    font-size: 20px;
}

.low-headline_par-text {
    font-size: 18px;
}

.lowest-headline_par-text {
    font-size: 17px;
}

.big-par-text {
    font-size: 16px;
}

.medium-par-text {
    font-size: 15px;
}

.low-par-text {
    font-size: 14px;
}

.lowest-par-text {
    font-size: 13px;
}

.dignity-list-banner {
    padding: 53px 30px 55px 60px;
    margin: -65px 0 75px;
}

.menu-row.row .maxwidth-theme tr {
    display: flex;
    justify-content: space-between;
}

.mega-menu table td {
    display: inline-table;
}

.mega-menu table td > .wrap > a .fa.fa-angle-down::before {
    padding-left: 3px;
}

.truck-section .dignity-list-banner {
    margin: -65px 65px 65px 0;
}

.dark_grey-block.dignity-list-banner .flex-wrapper .text-block {
    padding-bottom: 35px;
    border-bottom: 1px solid #A0ACB8;
    max-width: 320px;
    width: 70%;
}

.van-section .dignity-list-banner .flex-wrapper .text-block p {
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
    max-width: 360px;
    align-self: center;
}

.van-section .dignity-list-banner .flex-wrapper .text-block {
    display: flex;
}

.dignity-list-banner .flex-wrapper {
    margin-top: 20px;
}

.dignity-list-banner .flex-wrapper .icon-block {
    margin-right: 40px;
    margin-bottom: 40px;
    align-self: center;
}

.truck-section h2, .truck-section .h2,
.proud-hedline-banner h2, .proud-hedline-banner .h2 {
    line-height: 50px;
    margin: 15px 0 35px;
}

.text-block.main-headline-banner {
    margin: 60px 0 160px;
    max-width: 550px;
}

.truck-section .flex-wrapper {
    justify-content: space-between;
}

.text-block.main-headline-banner h1 {
    margin-bottom: 10px;
    line-height: 48px;
}

.text-block.main-headline-banner p.bolder-text {
    margin-bottom: 40px;
    line-height: 24px;
}

.text-block.main-headline-banner p.normal-text {
    margin-bottom: 15px;
}

.text-block.bottom-banner-block {
    margin-bottom: 100px;
    border-left: 8px solid #445165;
    padding: 20px;
    line-height: 24px;
    max-width: 65%;
}

.text-block.bottom-phone-block {
    margin: 0 auto;
}

.text-block.proud-hedline-banner {
    padding: 95px 0 200px 0;
    width: 49%;
}

.text-block.model-hedline-banner {
    text-align: center;
}

.text-block.model-hedline-banner h2, .text-block.model-hedline-banner .h2 {
    margin-bottom: 10px;
}

.text-block.model-hedline-banner p {
    margin-bottom: 50px;
}

.text-block.model-hedline-banner h2, .text-block.model-hedline-banner .h2 {
    margin-bottom: 22px;
}

.text-block.model-hedline-banner p {
    margin-bottom: 50px;
}

.grey-model-block {
    padding: 45px 35px 90px 30px;
    max-width: calc(100%/3 - 20px);
}

.grey-model-block:nth-child(2) {
    margin: 0px 15px;
}

.grey-model-block p.bold-text.blue-text.medium-headline_par-text {
    line-height: 26px;
    margin-bottom: 10px;
}

.grey-model-block.full-width-block {
    max-width: 70%;
    margin: 0 auto 85px;
    padding: 40px 40px 0;
    max-height: 160px;
}

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

.truck-section .btn-block {
    text-align: start;
}

.model-section {
    padding-bottom: 140px;
}

.route-map-section h2.bold-text.medium-headline-text, .route-map-section .h2.bold-text.medium-headline-text {
    text-align: center;
    margin-bottom: 80px;
}

.route-map-section .route-map-block {
    text-align: center;
    width: calc(100%/5 - 20px);
    padding: 0 20px;
    border-right: 1px solid #E8EBF1;
    margin-bottom: 60px;
}

.route-map-section .route-map-block:last-child {
    border-right: none;
}

.route-map-section .route-map-block p.bold-text.low-headline_par-text {
    margin-bottom: 15px;
}

.route-map-section .route-map-block .number-block {
    margin: 0 auto 30px;
    border: 1px solid #0668A2;
    width: 100%;
    max-width: 70px;
    max-height: 70px;
    padding: 10px 0;
    border-radius: 50%;
    line-height: 1;
}

.text-block.white-block {
    padding: 25px 50px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0 auto 45px;
    width: fit-content;
}

.flex-wrapper.route-map-block-wrapper {
    margin-bottom: 15px;
    justify-content: space-between;
}

.grey-section.route-map-section span.blue-text.warranty-text.bold-text.uppercase-text {
    margin-right: 10px;
}

section.route-map-section {
    padding-bottom: 120px;
}

.van-section {
    padding: 110px 0;
}

.van-section h2, .van-section .h2 {
    margin-bottom: 20px;
}

.van-section .dignity-list-banner {
    padding: 30px 40px 0 20px;
    margin: 0;
}

.van-section .text-block.dark_grey-block {
    padding: 20px 25px;
    width: 519px;
    height: fit-content;
    margin-left: -145px;
    align-self: center;
}

.advntage-section .text-block {
    text-align: center;
}

.advntage-section h2.medium-headline-text.bold-text, .advntage-section .h2.medium-headline-text.bold-text {
    margin-bottom: 5px;
}

.advntage-section p.blue-text.normal-text.lowest-headline_par-text {
    margin-bottom: 20px;
}

.advntage-section p.dark_grey-text.low-headline_par-text.normal-text {
    margin: 20px 0 30px;
}

.advntage-section .advantage-block {
    width: calc(100%/3 - 55px);
    margin: 12px;
    padding: 45px 45px 20px;
    text-align: center;
    box-sizing: border-box;
    max-width: 275px;
    min-height: 260px;
}

.advntage-section .flex-wrapper.advantages-banner {
    flex-wrap: wrap;
    justify-content: center;
}

.map-section .list-right_border-item {
    margin: 40px 0 45px;
}

.map-section h2.bold-text.medium-headline-text, .map-section .h2.bold-text.medium-headline-text {
    margin-bottom: 10px;
}

.map-section .btn-block {
    text-align: left;
}

.map-section .text-block.list-right_border {
    max-width: 460px;
    line-height: 21px;
    margin-bottom: 55px;
}

.map-section .flex-wrapper {
    position: relative;
    justify-content: space-between;
}

section.advntage-section {
    padding: 120px 0;
}

.form-section .form-block {
    padding: 50px;
    margin-right: 45px;
}

#form {
    display: flex;
    flex-direction: column;
}

#form input {
    margin: 40px 0 0;
    border: none;
    border-bottom: 1px solid #B9C0C7;
    outline: none;
    width: 250px;
}

#form input::placeholder {
    font-size: 15px;
    line-height: 21px;
    color: #B9C0C7;
}

.form-section .text-block.main-footer-text-block {
    max-width: 500px;
    padding: 85px 40px 0;
}

.form-section .flex-wrapper {
    justify-content: space-around;
}

.form-section p.grey-text.text-size__24.bold-text {
    margin: 27px 0 20px;
    line-height: 28px;
}

.form-section .btn-block {
    margin-top: 35px;
}

.smoke-bridge .flex-wrapper {
    justify-content: space-between;
}

.programm-block-item {
    text-align: center;
    width: 280px;
}

.smoke-bridge .text-block.headline-text-block {
    text-align: center;
}

.smoke-bridge .text-block.headline-text-block p {
    margin: 12px 0 65px;
}

.smoke-bridge .btn-block {
    margin-top: 95px;
}

.programm-block-item p.bold-text.white-text.low-headline_par-text {
    margin-bottom: 13px;
}

.van-section .dignity-list-banner .flex-wrapper .text-block:before {
    content: '\2022';
    width: 10px;
    font-size: 50px;
    height: 10px;
    color: #0668A2;
    margin-right: 40px;
}

.text-block .list-right_border p.medium-par-text.normal-text.white-text {
    border-left: 8px solid #3C4653;
    padding-left: 22px;
}

.point-programm-block {
    position: relative;
    width: 10px;
    height: 10px;
    background: #576375;
    border-radius: 50%;
    border: 4px solid #F4F5F7;
    margin: 5px auto 20px;
    box-sizing: content-box;
}

.point-programm-block::before {
    content: '';
    background: #F4F5F7;
    width: 275px;
    height: 3px;
    position: absolute;
    top: 3px;
    right: -275px;
}

.programm-block-item:last-child .point-programm-block:before {
    display: none;
}

.advantage-block-item_wrpapper .image-block {
    margin-bottom: 15px;
}

.text-block.model-link-block {
    display: flex;
    border-left: 8px solid #FFFFFF;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-left: 18px;
    height: fit-content;
}

.text-block.model-link-block p {
    width: calc(100%/3);
    margin: 5px 0;
}

.text-block.bottom-phone-block .text-block {
    margin-left: 25px;
    line-height: 35px;
}

.map-section .image-block {
    position: absolute;
    right: 0;
}

/* Slider */

.slider {
    margin: 50px 0 60px 0;
}

.slider-image {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.slider-image div {
    margin: 0 15px;
    max-height: 400px;
}

.slider-image img {
    width: 100%;
    height: 340px;
    border: 1px solid #DFDFDF;
}

.siema-calculator-container {
    max-height: 400px;
    margin: 0 auto 30px;
    position: relative;
    width: 100%;
    max-width: 500px;
}

.siema__arrow-block.prev-siema-block {
    position: absolute;
    top: 40%;
    z-index: 10;
    left: -60px;
    cursor: pointer;
}

.siema__arrow-block.next-siema-block {
    position: absolute;
    top: 40%;
    z-index: 10;
    right: -60px;
    cursor: pointer;
}

.siema__arrow-block {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #B9C0C7;
}

.siema__prev img {
    width: 35px;
}

.siema__next img {
    width: 35px;
    transform: rotate(180deg);
}

.pagination {
    display: flex;
    justify-content: center;
    align-content: center;
    border: none;
}

.pagination button {
    border-radius: 50%;
    border: none;
}

.pagination__item {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 6px;
    padding: 0;
    min-height: auto;
    background-color: #cbcbcb;
}

.pagination__item.pagination__item--active {
    background-color: #FFA800;
}

.model-image-block.image-block {
    margin: 30px 0 -220px 0;
}

.grey-model-block.full-width-block .model-image-block.image-block {
    margin: -25px 0px 0 0;
}

.grey-model-block.full-width-block .flex-wrapper {
    justify-content: space-between;
}

.menu-row.row {
    max-height: 50px;
    background: #0668A2;
}

.dignity-list-banner .flex-wrapper:first-child {
    margin-top: 0;
}

.smoke-bridge .btn-block button.gradient-btn {
    padding: 15px 75px;
}

.advantage-block.procent_background-block .text-block {
    text-align: initial;
    line-height: 34px;
}

.advantage-block.procent_background-block {
    padding: 70px 20px 20px 85px;
}

.form-section h2.dark_grey-text.bigest-headline-text.bolder-text, .form-section .h2.dark_grey-text.bigest-headline-text.bolder-text {
    line-height: 48px;
}

.programm-block .programm-block-item .image-block {
    height: 70px;
    width: 50px;
    margin: 0 auto;
}

.image-block.certificate-image-block img {
    width: 100%;
}

.image-block.van-image-block {
    width: 50%;
    margin-right: 15px;
}

.map-section .btn-block button.gradient-btn {
    padding: 15px 45px;
}

.form-section .text-block.bottom-phone-block {
    margin: 0;
}

.text-block.bottom-phone-block .flex-wrapper {
    justify-content: flex-start;
}

.route-map-section .route-map-block:nth-child(2) {
    width: calc(100%/5 + 20px);
}

.dark_grey-block.dignity-list-banner .flex-wrapper:last-child .text-block {
    border: none;
}

.row.maxwidth-theme {
    display: flex;
    width: 100%;
    max-width: 1175px;
    margin: 0 auto 10px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.logo img {
    max-height: 57px;
}

footer#footer {
    padding: 20px 0;
    background: #576375;
    box-shadow: none;
}

#footer .image-block.logo {
    margin-bottom: 25px;
}

#footer .footer-logo-block .soc_net-block .text-block {
    align-self: center;
    color: #363F4B;
}

.soc_net-block {
    margin: 20px 0;
}

.soc_net-icon-block {
    background: #363F4B;
    border-radius: 50%;
    width: 36px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    height: 36px;
}

.soc_net-icon-block img {
    width: fit-content;
    padding: 8px;
}


#footer .footer-logo-block {
    margin-right: 75px;
}

#footer .nav-link-block .flex-wrapper {
    border-bottom: 1px solid #48586F;
    justify-content: space-between;
    padding-bottom: 20px;
}

#footer .nav-link-block a.nav-link {
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    color: #B9C0C7;
}

#footer p.headline-info-footer-block.bolder-text {
    font-weight: 800;
    line-height: 18px;
    margin: 15px 0 5px;
    color: #363F4B;
}

#footer p.headline-footer-add_block {
    font-weight: bold;
    margin-bottom: 5px;
    color: #B9C0C7;
}

#footer p.text-adress-block.text-footer-add_block {
    font-weight: 500;
    margin-bottom: 15px;
    color: #B9C0C7;
}

p.email-footer-text {
    margin-bottom: 25px;
}

.info-footer-block-item {
    width: calc(100%/3 - 20px);
}

.info-footer-block .flex-wrapper {
    justify-content: space-between;
}

.logo-row.row .text-left.logo.colored img {
    border-right: 1px solid #B9C0C7;
    padding-right: 35px;
}

.row.maxwidth-theme .top-description.col-md-3 p {
    text-align: start;
    font-size: 13px;
    line-height: 16px;
    color: #445165;
}
.col-sm-4.col-md-4.col-lg-3.header-text {
    padding-left: 0;
}
p.headline-phone-text {
    font-weight: bold;
    font-size: 15px;
    color: #445165;
    margin-bottom: 4px;
}

.logo-row .top-callback .phone .phone-number .header-phone-block p a {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #0668A2;
}

.row.maxwidth-theme .top-description.col-md-3 p:first-child {
    font-weight: bold;
}

.phone-number.col-sm-4.sol-md-5.col-lg-4.hidden-xs {
    max-width: calc(100%/4);
    padding: 0;
}

.header-adress-block p.opentime-top {
    font-size: 11px;
    line-height: 12px;
}

.logo-row .top-callback .phone .phone-number.header-adress-block a {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #0668A2;
    display: flex;
}

.phone-number.col-sm-4.sol-md-5.col-lg-4.hidden-xs.header-adress-block {
    padding: 0;
}

.van-section .dignity-list-banner .flex-wrapper:last-child .text-block p {
    border: none;
}

.topmenu-LIGHT.canfixed .logo_and_menu-row {
    height: auto;
}

#scrollToTop {
    background-color: #576375;
    opacity: 0.5;
}

.menu-row.row .maxwidth-theme {
    width: 100%;
    max-width: 1175px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.text-block.van-main-text-wrapper {
    width: 50%;
}

.image-block.van-image-block img {
    width: 100%;
}

.info-footer-block-item:last-child {
    width: fit-content;
}

.image-block.van-image-block_mob {
    display: none;
}

.advntage-section .text-block p.dark-text.normal-text.low-headline_par-text {
    margin-bottom: 20px;
}

.topmenu-LIGHT .mega-menu table .tail {
    border: none;
}

.topmenu-LIGHT .mega-menu table .dropdown-menu a {
    background: #fff;
    color: #0668A2;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

.topmenu-LIGHT .mega-menu table .dropdown-menu li:hover>a,
.topmenu-LIGHT .mega-menu table .dropdown-menu li.active>a,
.topmenu-LIGHT .mega-menu table .dropdown-menu li>a:active,
.topmenu-LIGHT .mega-menu table .dropdown-menu li>a:hover,
.topmenu-LIGHT .mega-menu table .dropdown-menu li>a:focus {
    background: #FFA800;
    color: #ffffff;
}

.mega-menu table td.dropdown:hover .wrap>a {
    color: #FFA800 !important;
}

.text-block.bottom-banner-block p.big-par-text.normal-text {
    color: #B9C0C7;
    margin-top: 7px;
}

.header-info-banner.flex-wrapper {
    justify-content: center;
    padding: 8px 0;
}

.header-info-banner.flex-wrapper p {
    margin: 0 7px;
}

.header-info-banner.flex-wrapper p span {
    margin: 0 5px;
}

.headline-info-text {
    font-size: 14px;
}

.low-info-text {
    font-size: 11px;
}

.link-info-text {
    font-size: 13px;
}

.header-info-banner.flex-wrapper.grey-block {
    display: none;
}

.slider-section h2, .slider-section .h2 {
    text-align: center;
}

.slider-section {
    margin-top: 120px;
}

.telephone_burger-block {
    display: none;
}

.nav-main-collapse.collapse.active {
    display: block;
}

div#copy {
    padding: 10px 0 0;
    margin-top: 0px;
    border-top: 1px solid #48586F;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: #363F4B;
}

.soc_net-block-item {
    margin: 10px 0;
}

.model-image-block.image-block img {
    width: 100%;
}

a#scrollToTop {
    bottom: 95px !important;
}

a:hover {
    color: #F77400;
}

.flex-wrapper.main-model {
    margin-bottom: 180px;
}

.instagram-section h2, .instagram-section .h2 {
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

div#eapps-instagram-feed-1 {
    margin: 0 auto 40px;
}

.model-section .grey-model-block:nth-child(2) .model-image-block.image-block {
    margin: 70px 0 -220px 0;
}

.text-block.main-footer-text-block p.headline-footer-text {
    font-size: 24px;
    margin: 25px 0;
    line-height: 28px;
}

p.medium-par-text.bold-text.email-text {
    color: #B9C0C7;
}

p.text-footer-add_block {
    color: #B9C0C7;
}

p.text-footer-add_block br {
    display: none;
}

.route-map-section .route-map-block p.medium-par-text {
    line-height: 19px;
}

.logo-row .top-callback .phone .phone-number .header-phone-block p:hover a {
    color: #FFA800;
}

.logo-row .top-callback .phone .phone-number.header-adress-block a:hover {
    color: #FFA800;
}

.topmenu-LIGHT .mega-menu table td.active .wrap>a,
.topmenu-LIGHT .mega-menu table td:not(.search-item):hover .wrap>a {
    color: #FFA800;
}

.topmenu-LIGHT .mega-menu table td.search-item .wrap>a.search-icon:hover {
    color: #FFA800;
}


.siema__arrow {
    position: absolute;
    border: solid #B9C0C7;
    border-width: 0 4px 4px 0px;
    display: inline-block;
    padding: 6px;
    top: 7px;
    left: 5px;
}

.siema__next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.siema__prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 9px;
}

.siema__arrow-block:hover .siema__arrow {
    border: solid #FFA800;
    border-width: 0 4px 4px 0px;
}

.siema__arrow-block:hover {
    border: solid #FFA800;
}

img.map-point-icon {
    padding-left: 5px;
}

.bottom-smoke-section.advan_model-section .text-block.proud-hedline-banner {
    margin-right: 80px;
}

.bottom-smoke-section.advan_model-section .text-block.proud-hedline-banner p {
    font-size: 26px;
    line-height: 30px;
}

.advan_model-section h2.big-headline-text.blue-text.bold-text, .advan_model-section .h2.big-headline-text.blue-text.bold-text {
    font-size: 50px;
    line-height: 50px;
}

.popup {
    display: flex;
    justify-content: center;
}

.openPopup {
    padding: 20px 150px;
    border: outset;
    margin: 20px;
}

.openPopup:hover {
    transition-duration: 0.4s;
    background-color: silver;
    border: inset;
}

.popup-overlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
    z-index: 99999;
}

.popup-banner {
    top: 50%;
    display: none;
    z-index: 100000;
    position: fixed;
    transform: translateY(-50%);
    background: #fff;
    background: #F4F5F7;
}

.popup-banner .popup-tips {
    position: absolute;
    right: 10%;
    color: #332200;
    z-index: 200000;
    top: 4%;
    font-size: 20px;
    font-weight: bold;
    background: #ffcf4c;
    padding: 8px 32px;
    text-decoration: none;
    box-shadow: 8px 8px 5px 0px rgba(104, 69, 0, 0.64);
}

.popup-image {
    border-radius: 5%;
}

.CloseBtn {
    background: transparent;
    margin: 24px 24px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    z-index: 10;
    border: none;
}

.CloseBtn:hover {
    opacity: 1;

}

.CloseBtn:before,
.CloseBtn:after {
    position: absolute;
    top: 0;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;
}

.CloseBtn:before {
    transform: rotate(45deg);
}

.CloseBtn:after {
    transform: rotate(-45deg);
}

@media only screen and (max-device-width: 1024px) {
    .popup-banner {
        margin-left: 0%;
    }
}

@media (max-width: 767px) {
    .popup-banner .popup-tips {
        position: relative;
        color: #332200;
        z-index: 200000;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        background: #ffcf4c;
        padding: 8px 32px;
        top: 0;
        right: 0;
        display: block;
        margin: 18px auto;
        max-width: 160px;
    }

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

/* My Forms */

.my_forms .styled-block {
    background: #F4F5F7 !important;
}

.my_forms .form-control {
    border: none;
    border-bottom: 1px solid #B9C0C7;
    background: #F4F5F7;
    text-align: center;
}

.my_forms .pull-left.required-fileds {
    display: none;
}

.my_forms .row {
    margin: 0;
}

.banner-readme {
    width: 100%;
    padding: 75px 75px 65px;
    text-align: center;
    max-width: 450px;
    max-height: 100vh;
    overflow: auto;
}

.my_forms .form-control:focus {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #B9C0C7;
}

.my_forms .styled-block .row>div {
    padding: 0;
}

.my_forms .form label {
    display: none;
}

.my_forms input.form-control::placeholder {
    color: #B9C0C7;
    text-align: center;
}

.my_forms p {
    margin-top: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}

.my_forms button.btn-lg.btn.btn-default.gradient-btn {
    margin-top: 35px;
    text-transform: none;
}

.my_forms .row .pull-right {
    text-align: center;
    float: none !important;
}

.my_forms .maxwidth-theme {
    padding: 0;
}

.my_forms .col-md-12 {
    padding: 0;
}

.my_forms .form-group {
    margin-bottom: 30px;
}

.my_forms .form-section .styled-block {
    background: #fff !important;
}

.my_forms .form-section .form-control {
    background: #fff;
    text-align: start;
    width: 250px;
}

.my_forms .form-section .form-control::placeholder {
    text-align: start;
}

.my_forms .form-section .form-block p {
    margin-bottom: 25px;
}

.my_forms.main-footer-form .styled-block {
    background: #fff !important;
}

.my_forms.main-footer-form .form-control {
    background: #fff;
}

.my_forms.main-footer-form {
    margin-top: 25px;
}

.my_forms.main-footer-form .form-control {
    text-align: start;
    font-size: 15px;
}



.my_forms.main-footer-form .form-control::placeholder {
    text-align: start;
}

footer .copy,
footer .info {
    border-top: 1px solid #48586F;
    text-align: center;
    padding: 12px 0 0;
    max-width: 1100px;
    margin: 21px auto 0;
}

.body header.topmenu-LIGHT .logo_and_menu-row {
    border: none;
}

a#scrollToTop.scroll-to-top {
    display: block !important;
}

.menu-row.row table>tbody>tr>td:nth-child(2) {
    padding: 0;

}

ul#mainMenu {
    padding: 20px 30px 20px 0;
    display: none;
    background: #0668A2;
    text-align: start;
}

.confirmation_message-block {
    background: linear-gradient(94.53deg, #F09000 -2.31%, #E15100 101.32%);
    text-align: center;
    color: #fff;
    padding: 5px;
    display: none;
}

.confirmation_message-block.active {
    display: block;
}

.row.processing-block .form-group .col-md-6.col-sm-6.col-xs-12 {
    width: 100%;
    text-align: start;
    padding: 0;
    white-space: nowrap;
}

ul#mainMenu.active {
    padding: 0;
    display: block !important;
}

.section__items.product-list {
    display: flex;
    flex-wrap: wrap;
    border: none;
    justify-content: center;
}

.product_card.main_block_product_card {

    margin: 8px;
    padding: 15px 20px 30px 35px;
    border: 1px solid #E7E7E7;
    transition: 0.3s;
    max-width: 260px;
    position: relative;
}

p.product_section-description {
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #3C4653;
}

.product_section-mobile-banner {
    position: relative;
    display: none;
    padding: 20px 20px 20px 5px;
    max-width: 350px;
    margin: 0 auto;
}

.product_section-mobile-banner.emergency-banner {
    background: #576375;
    margin-bottom: 50px;
}

.product_section-mobile-banner.guide-banner {
    background: #F4F5F7;
    margin-bottom: 40px;
}

.product_section-mobile-banner img {
    position: absolute;
    top: -10px;
}

.product_section-mobile-banner-image-block {
    width: 50%;
}

.product_section-mobile-banner.emergency-banner .product_section-mobile-banner-image-block {
    padding-left: 15px;
}

p.product_section-mobile-banner-description-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 5px;
}

.product_section-mobile-banner-description-block {
    width: 50%;
}

p.product_section-mobile-banner-description-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.emergency-banner .product_section-mobile-banner-description-block {
    color: #FFA800;
}

.guide-banner .product_section-mobile-banner-description-block {
    color: #576375;
}

.product_section-mobile-banner.emergency-banner img {
    top: -10px;
}

.product_section-mobile-banner.guide-banner img {
    bottom: 0;
    top: auto;
}

.product_card-product_parameters_item_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #B9C0C7;
}

.product_card-product_parameters_index {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #445165;
}

.product_card-product_parameters_item {
    margin-bottom: 10px;
}

.product_card-product_name_block {
    margin-bottom: 12px;
    padding-bottom: 13px;
    border-bottom: 2px solid #F4F5F7;
    display: flex;
}

.product_card-product_name a {
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #0668A2;
    text-transform: uppercase;
}

.product_card.main_block_product_card:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.product_card-product_name_btn {
    background: linear-gradient(94.53deg, #FFA800 -2.31%, #FEA501 16.72%, #F98906 101.32%);
    border-radius: 32px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    margin: auto 0 0;
}

.product_card-product_name_btn a {
    display: flex;
    justify-content: center;
}

.product_card-product_name_btn a img {
    max-width: 10px;
}

.side-menu>li>a:before {
    color: #FFA800;
}

.side-menu>li:not(.active)>a {
    color: #3C4653;
}

.side-menu .submenu>li>a {
    color: #576375;
}

.side-menu>li.active>a {
    background-color: #FFA800;
    border: none;
}

.side-menu .submenu>li.active>a {
    color: #FFA800;
}

.side-menu .submenu>li>a:hover {
    color: #000;
}

.side-menu>li>a:hover {
    color: #000;
}


h1#pagetitle {
    font-weight: bold;
    font-size: 28px;
    line-height: 24px;
    color: #3C4653;
}

.breadcrumb li>a:first-child {
    font-weight: bold;
    font-size: 12px;
    line-height: 10px;
    color: #B9C0C7;
}

.breadcrumb li+li:before {
    color: #B9C0C7;
}

.breadcrumb>li,
.breadcrumb .active,
.breadcrumb a,
.breadcrumb>* {
    color: #FFA800;
}

.side-menu>li>a:hover:before {
    color: #0668A2;
}

#js_catalog_section .desc-section p a {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #0668A2 !important;
}

#js_catalog_section .desc-section .col-sm-6 {
    display: flex;
    flex-direction: column-reverse;
}

#js_catalog_section .desc-section .col-sm-6:hover p a {
    color: #F67400 !important;
}

.maxwidth-theme {
    max-width: 1175px;
}

.pagination>li>a,
.pagination .active span,
.pagination li:last-of-type a,
.pagination li:first-of-type a {
    border: none !important;
    background: linear-gradient(94.53deg, #FFA800 -2.31%, #FEA501 16.72%, #F98906 101.32%) !important;
    color: #fff !important;
    border-radius: 40px !important;
    margin: 0 10px;
    cursor: pointer !important;
    width: 100%;
}

.pagination li {
    margin: 0 5px;
}

.pagination>li:hover>a,
.pagination .active span {
    background: linear-gradient(94.53deg, #F09000 -2.31%, #E15100 101.32%) !important;
}

i.fa.fa-chevron-right {
    color: #fff !important;
}

i.fa.fa-chevron-left {
    color: #fff !important;
}

.pagination .next a:hover,
.pagination .prev a:hover {
    background: linear-gradient(94.53deg, #F09000 -2.31%, #E15100 101.32%) !important;
    border: none !important;
    color: #FFF !important;
}

img.section__item_img {
    width: 165px;
    object-fit: cover;
    height: 90px;
    margin: 0 0 10px 0;
}

.product_card-product_name_btn.adaptive {
    width: auto;
    height: auto;
    max-width: 125px;
    padding: 5px 15px;
/*     display: none; */
}

.product_card-product_name_btn.adaptive a {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}

.product_card-product_name_btn.adaptive a img {
    margin-left: 8px;
}

.product_card-product_availability {
    /* display: none; */
    background: #75B7DE;
    border-radius: 7px;
    width: fit-content;
    padding: 2px 7px;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-transform: lowercase;
    position: absolute;
    top: 10px;
    right: 10px;
}

.desc-section {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #3C4653;
    margin-bottom: 35px;
}

.section.product-section {
    margin-top: 35px;
}

p.product_section-description {
    display: none;
}

/* Aside banner */
.aside-banner {
    display: none;
}

.aside-banner .product_section-mobile-banner {
    display: flex;
}

.aside-banner p.product_section-mobile-banner-description-title {
    font-size: 18px;
    line-height: 18px;
}

.aside-banner .guide-banner p.product_section-mobile-banner-description-title {
    font-size: 16px;
    font-weight: 800;
}

.aside-banner p.product_section-mobile-banner-description-text {
    font-size: 18px;
    line-height: 21px;
}

.aside-banner .product_section-mobile-banner {
    padding: 10px 10px 10px 0;
}

.aside-banner .product_section-mobile-banner .product_section-mobile-banner-image-block {
    margin-right: 30px;
    min-width: 35%;
    width: auto;
}

.aside-banner .product_section-mobile-banner-description-block {
    width: auto;
}

/* Category */
.catalog__wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
}

.catalog__col.col-xs-12.col-sm-12.col-md-12.col-lg-12 a.catalog__link.site__color {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #0668A2 !important;
    margin: 0;
}

.productSlider-wrapper .siema-calculator-container {
  margin: 0 auto 10px;
}
.productSlider-wrapper .siema__arrow-block.prev-siema-block {
  left: -17px;
  z-index: 5;
}
.productSlider-wrapper .siema__arrow-block.next-siema-block {
  right: -17px;
  z-index: 5;
}
.productSlider-wrapper .slider-image img {
  border: 0;
  height: auto;
}
.productSlider {
  touch-action: pan-y;
}
.pagination .page-item.active .page-link{
    background: linear-gradient(94.53deg, #F09000 -2.31%, #E15100 101.32%) !important;
}
//* custom-conten *//
._cc {
    color: inherit;
}
._cc>._heading,._cc>h1,._cc>h2,._cc>h3,._cc>h4,._cc>h5,._cc>h6 {
    text-transform: none;
    font-weight: 600;
    line-height: 1;
}
._cc>._h1,._cc>h1{
    font-size: 22px;
    margin-bottom: 0.5em;
}

._cc>._h2,._cc>h2 {
    font-size: 20px;
    margin-bottom: 0.5582em;
}
._cc>._h3,._cc>h3 {
    font-size: 18px;
    margin-bottom: 0.6667em;
}

._cc>._h4,._cc>h4 {
    font-size: 16px;
    margin-bottom: 0.7692em;
}

._cc>._h5,._cc>h5 {
    font-size: 14px;
    margin-bottom: 0.9091em;
}
._cc>*+._h1,._cc>*+h1{
    margin-top: 1em
}

._cc>*+._h2,._cc>*+h2 {
    margin-top: 1.1765em
}

._cc>*+._h3,._cc>*+h3 {
    margin-top: 1.3333em
}

._cc>*+._h4,._cc>*+h4 {
    margin-top: 1.5385em
}

._cc>*+._h5,._cc>*+h5 {
    margin-top: 1.8182em
}

._cc ol,._cc ul {
    list-style: none
}

._cc>*+ol,._cc>*+ul {
    margin-top: 1.25em
}

._cc ul {
    padding-left: 0
}

._cc ul>li {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: .9em
}

._cc ul>li:before {
    top: calc(1.5 * 1em / 1.8);
    left: 0;
    width: .461em;
    height: .461em;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: currentColor
}

._cc ul>li:nth-last-child(n+2) {
    margin-bottom: .5em
}


._cc ul._check>li {
    padding-left: 2.5em
}
._cc ol {
    padding-left: 0;
    counter-reset: ordered
}

._cc ol>li {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 1.5em
}

._cc ol>li:before {
    top: calc(1.5 * 1em / 1.8);
    left: 0;
    content: counter(ordered) ") ";
    position: absolute;
    transform: translateY(-50%);
    counter-increment: ordered
}

._cc ol>li:nth-last-child(n+2) {
    margin-bottom: .5em
}

._cc a:not([class]) {
    line-height: 1.2;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

._cc br {
    font-size: 0
}

._cc br+p {
    margin-top: 0
}

._cc i,._cc span {
    font-style: normal
}

._cc>* {
    max-width: 100%
}

._cc>*+* {
    margin-top: 1.25em
}
.logo-row .top-callback .phone .socials .soc_net-block{
    display: flex;
    margin: 0;
    gap: 5px;
}
.socials .soc_net-icon-block{
    width: 28px;
    height: 28px;
}
@media (max-width: 650px) {
    .socials .soc_net-block {
        margin: 0px; 
    }
}
.product_card-buttons{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product_card-buttons .gradient-btn{
    width: 100%;
    padding: 10px;
}
.product_card-buttons .product_card-product_name_btn.adaptive{
    max-width: 100%;
    padding: 10px;
}
.product_card-product_name_btn.adaptive a{
    font-size: 16px;
}
@media(max-width:767.98px){
    .product_card-buttons .gradient-btn,
    .product_card-buttons .product_card-product_name_btn.adaptive{
        padding: 6px;
    }
}