@import "../../fonts/gotham/stylesheet.css" all;

/* Standard Tags */
body {
    font-family: 'gotham_proregular';
    color: #000000;
    -webkit-font-smoothing: subpixel-antialiased;
    /* position: relative; */
    /* min-width: 1200px; */
}

a {
    text-decoration: none;
}

/* \Standard Tags */

/* I Elements */

.l-main {
    min-width: 320px;
    overflow: hidden;
}

.i-thin {
    font-weight: 100 !important;
}

.i-clear {
    clear: both;
}

.i-block {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
    position: relative;
    max-width: 960px;
    width: auto;
}

.i-lazyload {
    background: transparent url(images/empty.png) no-repeat center center !important;
    opacity: 0.0 !important;
    visibility: hidden !important;
}

.i-lazyload * {
    background: transparent url(images/empty.png) no-repeat center center !important;
}

.i-show_form {

}

.i-links a {
    color: #000;
    border-bottom: 1px dashed #000;
}

/* \I Elements */

/* Unique Elements */
.b-logo {
    background: transparent url(images/logo.png) no-repeat center center;
    width: 105px;
    height: 39px;
}

.b-logo-i {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.b-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
@media (max-width: 471.98px) {
    .b-contacts {
        justify-content: center;
    }
}

.b-contacts-phone {
    display: block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    opacity: 1.0;
    color: #fff;
    font-family: 'gotham_promedium';
    transition: opacity 0.5s ease;
}
.b-contacts-phone-i {
    color: #fff;
    text-decoration: none;
    outline: none !important;
    transition: all 0.5s ease;
}

.b-contacts-phone:hover .b-contacts-phone-i {
    color: #f9f2e6;
}

.b-contacts-ordercall {
    display: inline-block;
    vertical-align: middle;
    word-wrap: normal;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    font-weight: normal;
    font-family: 'gotham_promedium';
    border-radius: 36px;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.b-contacts-ordercall3 {
    display: inline-block;
    vertical-align: middle;
    background: #25d366 url(images/whatsapp.png) no-repeat 20px center;
    background-size: 24px;
    border: none;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    font-weight: normal;
    font-family: 'gotham_promedium';
    border-radius: 36px;
    margin-left: 15px;
    padding-left: 30px;

}


.b-contacts-ordercall2 {
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.0);
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 65px;
    height: 65px;
    margin-top: 25px;
    width: 265px;
    font-weight: normal;
    font-family: 'gotham_promedium';
    text-align: center;
    border-radius: 65px;
    transition: all 0.5s ease;
}
@media (max-width: 471.98px) {
    .b-contacts-ordercall2 {
        width: 100%;
        height: auto;
        padding: 20px 0;
        line-height: 20px;
        text-align: center;
    }
}

.b-contacts-ordercall2-i {
    display: block;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    color: inherit;
    border-bottom: none;
    outline: none !important;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.b-contacts-ordercall-i {
    display: block;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    color: inherit;
    border-bottom: none;
    outline: none !important;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}


.b-contacts-ordercall3:hover {
    background-size: 24px;
    opacity: .8;
    border: none;
}


.b-contacts-ordercall3:hover .b-contacts-ordercall-i {
    text-decoration: none;
    color: #fff;
    opacity: .8;
}

.b-contacts-ordercall2:hover {
    background: #c4344f; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	border: 1px solid rgba(196, 52, 79, 0.95);
    background: linear-gradient(to bottom, rgba(196, 52, 79, 0.95) 0%, #b50048 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(196, 52, 79, 0.95)', endColorstr='#b50048', GradientType=0); /* IE6-9 */
	-webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    filter: grayscale(20%);
}


.b-contacts-ordercall2:hover .b-contacts-ordercall-i {
    text-decoration: none;
    color: #fff;
}

.b-contacts-ordercall:hover {
    background: rgba(196, 52, 79, 0.95);
    border: 1px solid rgba(196, 52, 79, 0.95);
}

.b-contacts-ordercall:hover {
}

.b-contacts-ordercall:hover .b-contacts-ordercall-i {
    text-decoration: none;
    color: #fff;
}

.b-block_footer .b-contacts-ordercall {
    height: auto;
    border: none;
    background: transparent;
    margin-left: 0;
}

.b-block_footer .b-contacts-ordercall-i {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0px;
    line-height: 16px;
}

.b-block_footer .b-contacts-ordercall-i:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}

.b-form-input {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    margin-bottom: 10px;
    border: 1px solid #c2ceda;
    transition: all 0.5s ease;
}

.b-ordercall-form .b-form-input {
    width: 240px;
}

.b-form-input_focus {
    border: 1px solid #255287;
    background: #fff;
}

.b-form-input_hover {
    background: #fafafa;
}

.b-form-input input {
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 12px;
    line-height: 100%;
    outline: none;
    font-weight: normal;
    font-family: 'gotham_proregular';
    box-sizing: border-box;
}

.b-form-input input::-webkit-input-placeholder {
    line-height: normal;
    color: #7b90a1;
}

.b-form-input input:-moz-placeholder { /* Firefox 18- */
    /*line-height: 100%;*/
    color: #7b90a1;
}

.b-form-input input::-moz-placeholder { /* Firefox 19+ */
    /*line-height: 100%;*/
    color: #7b90a1;
}

.b-form-input input:-ms-input-placeholder {
    line-height: normal;
    color: #7b90a1;
}

.b-button {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all 0.2s ease;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    text-align: center;
}

.b-button-i {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'gotham_promedium';
    font-size: 15px;
    line-height: 65px;
    color: #fff;
    height: 100%;
    border: none;
    background: transparent;
    margin: 0 auto;
    outline: none !important;
    transition: all 0.5s ease;
}


.b-button_active {
}

.b-button_common {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/rgba(196, 52, 79, 0.95)+0,b50048+100 */
    background: #b50048; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(196, 52, 79, 0.95) 0%, #b50048 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(196, 52, 79, 0.95)', endColorstr='#b50048', GradientType=0); /* IE6-9 */
    height: 65px;
    border-radius: 65px;
    box-shadow: inset 0px 3px 0px rgba(255, 73, 120, 0.5), 0px 0px 51px rgba(0, 0, 0, 0.32);
}

.b-button_common.b-button_active {
    box-shadow: inset 0px 3px 0px rgba(255, 73, 120, 0.5), 0px 0px 51px rgba(0, 0, 0, 0.0);
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    filter: grayscale(20%);
}

.b-form-block-body-line_submit .b-button_common {
    width: 242px;
    height: 46px;
    box-shadow: none;
}

.b-form-block-body-line_submit .b-button_common .b-button-i {
    line-height: 46px;
    font-size: 12px;
    padding: 0;
    width: 100%;
}

/* \Unique Elements */

/* Block Styles */

/* Topbar */
.b-block_topbar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #1b1b1b;
    z-index: 999;
}

.b-block_topbar .b-block-i {
    display: flex;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
}
@media (max-width: 991.98px) {
    .b-block_topbar .b-block-i {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .b-block_topbar .b-block-i {
        display: none;
    }
}

.burger-menu {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: #1b1b1b;
    transition: 0.3s;
}
.burger-menu.active {
    left: 0;
}

.burger-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
}
.burger-menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.burger-menu__list a:not(:last-child) {
    font-size: 18px;
    padding: 12px 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
@media (max-width: 471.98px) {
    .burger-menu__list a:not(:last-child) {
        font-size: 14px;
        padding: 8px 16px;
    }
}

.burger-menu__list .b-contacts-phone {
    margin-top: 14px;
}

.b-block_topbar__item {
    flex: 1 1 auto;
    display: inline-block;
    vertical-align: middle;
    background: #1b1b1b;
    text-decoration: none;
    outline: none !important;
    font-family: 'gotham_proregular';
    font-size: 10px;
    line-height: 35px;
    padding: 0 15px;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
    .b-block_topbar__item {
        font-size: 8px;
        line-height: 30px;
        padding: 0 10px;
    }
}

.b-block_topbar__item:hover {
    background: rgba(196, 52, 79, 0.95);
}

.b-block_topbar__burger-block {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
@media (max-width: 767.98px) {
    .b-block_topbar__burger-block {
        display: flex;
    }
}

.b-block_topbar__link {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

.burger-button {
    background-color: transparent;
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
    padding: 0;
}
.burger-button img {
    width: 100%;
    height: 100%;
}

/* \Topbar */

/* Header */
.b-block_header {
    position: relative;
    background: #ffffff url(images/header.jpg) no-repeat center top;
}
@media (max-width: 471.98px) {
    .b-block_header {
        position: relative;
        background-position: center -250px;
    }        
}

.b-block_header .b-block-i {
    height: 1220px;
    z-index: 2;
    padding-top: 60px;
}
@media (max-width: 767.98px) {
    .b-block_header .b-block-i {
        padding-top: 80px;
        height: 1200px;
    }
}
@media (max-width: 471.98px) {
    .b-block_header .b-block-i {
        height: 960px;
    }
}

.b-block_header-top {
    display: flex;
    margin-bottom: 80px;
}
@media (max-width: 767.98px) {
    .b-block_header-top {
        margin-bottom: 60px;
    }
}
@media (max-width: 471.98px) {
    .b-block_header-top {
        display: none;
    }
}

.b-contacts-ordercall2.whats {
    display: none;
    background-color: #25d366;
    border: none;
}
.b-contacts-ordercall2.whats:hover {
    background-color: #1ea650;
}
@media (max-width: 767.98px) {
    .b-contacts-ordercall2.whats {
        display: block;
    }
}

.b-block_header-image {
    position: absolute;
    top: 230px;
    right: 0;
    width: 476px;
    height: 675px;
    background: transparent url(images/header_image.png) no-repeat left center;
}
@media (max-width: 767.98px) {
    .b-block_header-image {
        display: none;
    }
}

.b-block_header .b-logo {
    margin-right: 20px;
}
@media (max-width: 471.98px) {
    .b-block_header .b-logo {
        display: none;
    }   
}
.b-block_header-name {
    font-size: 0;
    max-width: 37%;
}
@media (max-width: 767.98px) {
    .b-block_header-name {
        display: none;
    }
}
.b-block_header-name-l {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.b-block_header-name-c {
    display: block;
    vertical-align: top;
    font-size: 12px;
    line-height: 120%;
    color: #ffffff;
    font-family: 'gotham_proregular';
}


.b-block_header-name-p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 120%;
    color: #ffffff;
    font-family: 'gotham_proregular';
}

.b-block_header .b-contacts {
    flex: 1 1 auto;
}

.b-block_header .b-header {
    max-width: 60%;
    text-align: left;
    z-index: 2;
}
@media (max-width: 991.98px) {
    .b-block_header .b-header {
        max-width: 50%;
    }
}
@media (max-width: 767.98px) {
    .b-block_header .b-header {
        max-width: 100%;
    }
}

.b-block_header .b-header h1, .b-block_header .b-header h2 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 26px;
    line-height: 37px;
    color: #fff;
    font-family: 'gotham_proregular';
    margin-bottom: 25px;
    text-transform: uppercase;
}
@media (max-width: 471.98px) {
    .b-block_header .b-header h1, .b-block_header .b-header h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 14px;
    }
}

.b-block_header .b-header h1 strong, .b-block_header .b-header h2 strong {
    font-weight: normal;
    font-family: 'gotham_probold';
}

.b-block_header .b-header h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-family: 'gotham_proregular';
    margin-bottom: 35px;
    text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
    /* display: inline; /* keep the background color wrapped tight
    background-color:#1b1b1b; */
}
@media (max-width: 471.98px) {
    .b-block_header .b-header h3 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px;
    }
}

::-moz-selection {
    background: #1b1b1b; /* Safari, Chrome, Opera */
    color: #fff;
    text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
}

::selection {
    background: #1b1b1b; /* Safari, Chrome, Opera */
    color: #fff;
    text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
}

::-moz-selection {
    background: #1b1b1b; /* FireFox */
    color: #fff;
    text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
}

.b-block_header .b-header h3 strong {
    font-weight: normal;
    font-family: 'gotham_probold';
}

.b-block_header-partners {
    width: 1012px;
    height: 100px;
    background: transparent url(images/header_logos.png) no-repeat center center;
    text-align: center;
}

/* \Header */

/* Services */
.b-block_services {
    background: transparent;
    position: relative;
    top: -518px;
    margin-bottom: -500px;
    z-index: 100;
}

.b-block_services .b-block-i {
    height: 100%;
}

.b-block_services-header {
    width: 100%;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 55px;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #000;
    font-family: 'gotham_proregular';
    text-transform: uppercase;
}

.b-block_services-header strong {
    font-weight: normal;
    font-family: 'gotham_probold';
}
.b-block_services-header div {
    margin-bottom: 20px;
}

.b-block_services-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 -5px;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
}
@media (max-width: 471.98px) {
    .b-block_services-items {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }   
}
.b-block_services__item {
    display: block;
    width: 310px;
    height: 380px;
    margin: 0 5px 20px 5px;
    transition: all 0.5s ease;
}
@media (max-width: 350px) {
    .b-block_services__item {
        width: 100%;
    }
}
.b-block_services__item:last-child {
    height: 395px;
    margin-bottom: 0;
}

.b-block_services__item_1 {
    background: transparent url(images/innovation/css_sprites.png) -1000px -487px no-repeat;
    transition-duration: 0ms;
}

.b-block_services__item_1:hover, .b-block_services__item_1.b-block_services__item_active {
    background: transparent url(images/innovation/css_sprites.png) -1000px -0px no-repeat;
    transition-duration: 0ms;
}

.b-block_services-items:hover .b-block_services__item_1.b-block_services__item_active {
    background: transparent url(images/innovation/css_sprites.png) -1000px -487px no-repeat;
    transition-duration: 0ms;
}

.b-block_services-items:hover .b-block_services__item_1.b-block_services__item_active:hover {
    background: transparent url(images/innovation/css_sprites.png) -1000px -0px no-repeat;
    transition-duration: 0ms;
}

.b-block_services__item_2 {
    background: transparent url(images/innovation/css_sprites.png) -340px -487px no-repeat;
    transition-duration: 0ms;
}

.b-block_services__item_2:hover, .b-block_services__item_2.b-block_services__item_active {
    background: transparent url(images/innovation/css_sprites.png) -340px -0px no-repeat;
    transition-duration: 0ms;
}

.b-block_services-items:hover .b-block_services__item_2.b-block_services__item_active {
    background: transparent url(images/innovation/css_sprites.png) -340px -487px no-repeat;
    transition-duration: 0ms;
}

.b-block_services-items:hover .b-block_services__item_2.b-block_services__item_active:hover {
    background: transparent url(images/innovation/css_sprites.png) -340px -0px no-repeat;
    transition-duration: 0ms;
}

.b-block_services__item_3 {
    background: transparent url(images/innovation/css_sprites.png) -670px -487px no-repeat;
    transition-duration: 0ms;
}

.b-block_services__item_3:hover, .b-block_services__item_3.b-block_services__item_active {
    background: transparent url(images/innovation/css_sprites.png) -670px -0px no-repeat;
    transition-duration: 0ms;
}

.b-block_services-items:hover .b-block_services__item_3.b-block_services__item_active {
    background: transparent url(images/innovation/css_sprites.png) -670px -487px no-repeat;
    transition-duration: 0ms;
}

.b-block_services-items:hover .b-block_services__item_3.b-block_services__item_active:hover {
    background: transparent url(images/innovation/css_sprites.png) -670px -0px no-repeat;
    transition-duration: 0ms;
}

.b-block_services__item-i {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}

.b-block_services__item-header {
    flex: 1 1 auto;
    padding-top: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    font-family: 'gotham_probold';
    text-transform: uppercase;
    letter-spacing: 0.25px;
}

.b-block_services__item-desc {
    text-align: left;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    font-family: 'gotham_proregular';
}

.b-block_services__item-mid {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
    opacity: 0.0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.b-block_services__item:hover .b-block_services__item-mid, .b-block_services__item_active .b-block_services__item-mid {
    opacity: 1.0;
    visibility: visible;
}

.b-block_services-items:hover .b-block_services__item_active .b-block_services__item-mid {
    opacity: 0.0;
    visibility: hidden;
}

.b-block_services-items:hover .b-block_services__item_active:hover .b-block_services__item-mid {
    opacity: 1.0;
    visibility: visible;
}

.b-block_services__item-mid .b-button {
    background: transparent;
    outline: 1px solid #fff;
    box-shadow: inset 0px 3px 0px rgba(255, 73, 120, 0.0);
    height: 58px;
    border-radius: 58px;
    transition: 0.2s;
}

.b-block_services__item-mid .b-button:hover {
    outline-width: 4px;
}

.b-block_services__item-mid .b-button-i {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 58px;
}
/* \Services */

/* Smart */
.b-block_smart {
    background: #ffffff url(images/smart.jpg) no-repeat center top;
}

.b-block_smart .b-block-i {
    height: 930px;
}

.b-block_smart-header {
    width: 100%;
    padding-top: 120px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #000;
    font-family: 'gotham_proregular';
    background: transparent url(images/cover_header.png) no-repeat center top;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .b-block_smart-header {
        padding-top: 80px;
    }
}
@media (max-width: 767.98px) {
    .b-block_smart-header {
        padding-top: 30px;
        margin-bottom: 10px;
        font-size: 22px;
    }
}
@media (max-width: 471.98px) {
    .b-block_smart-header {
        padding-top: 25px;
        font-size: 18px;
    }
}

.b-block_smart-header strong {
    font-weight: normal;
    font-family: 'gotham_probold';
}
.b-block_smart-header div {
    margin-bottom: 20px;
}

.b-block_smart-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: -5px -5px 50px -5px;
    font-size: 0;
}
@media (max-width: 767.98px) {
    .b-block_smart-menu {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.b-block_smart-menu__item {
    display: inline-block;
    vertical-align: top;
    padding-left: 36px;
    padding-right: 36px;
    height: 38px;
    margin: 5px;
    line-height: 38px;
    font-size: 12px;
    text-align: center;
    color: #23384f;
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    border-radius: 38px;
    border: 1px solid #23384f;
    font-family: 'gotham_promedium';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
    .b-block_smart-menu__item {
        max-width: 150px;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 471.98px) {
    .b-block_smart-menu__item {
        max-width: 100px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

.b-block_smart-menu__item:hover {
    background: rgba(196, 52, 79, 0.75);
    color: #fff;
	border: 1px solid rgba(196, 52, 79, 0.95);
}

.b-block_smart-menu__item_active {
    background: rgba(196, 52, 79, 0.95) !important;
    cursor: default;
    color: #fff;
	border: 1px solid rgba(196, 52, 79, 0.95);
}

.b-block_smart-menu__item_1 {
    margin-left: 0px;
}

.b-block_smart-menu__item_5 {
    margin-right: 0px;
}

.b-block_smart-pages {
    display: flex;
    justify-content: center;
}

.b-block_smart__page {
    position: absolute;
    width: 100%;
    height: 490px;
    opacity: 0.0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.b-block_smart__page_active {
    opacity: 1.0;
    visibility: visible;
}

.b-block_smart__page-i {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%
}
@media (max-width: 991.98px) {
    .b-block_smart__page-i {
        justify-content: center;
    }    
}
.b-block_smart__page-rounds {
    position: relative;
}
@media (max-width: 991.98px) {
    .b-block_smart__page-rounds {
        display: none;
    }
}
.b-block_smart__page-rounds__item {
    position: absolute;
    width: 59px;
    height: 59px;
    cursor: pointer;
    opacity: 1.0;
    transition: all 0.5s ease;
}

.b-block_smart__page_1 .b-block_smart__page-rounds__item_1 {
    background: transparent url(images/smart/1/1.png) no-repeat center center;
    left: 48px;
    top: 176px;
}

.b-block_smart__page_1 .b-block_smart__page-rounds__item_1.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/1/1_a.png) no-repeat center center;
}

.b-block_smart__page_1 .b-block_smart__page-rounds__item_2 {
    background: transparent url(images/smart/1/2.png) no-repeat center center;
    left: 176px;
    top: 176px;
}

.b-block_smart__page_1 .b-block_smart__page-rounds__item_2.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/1/2_a.png) no-repeat center center;
}

.b-block_smart__page_1 .b-block_smart__page-rounds__item_3 {
    background: transparent url(images/smart/1/3.png) no-repeat center center;
    left: 250px;
    top: 45px;
}

.b-block_smart__page_1 .b-block_smart__page-rounds__item_3.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/1/3_a.png) no-repeat center center;
}

.b-block_smart__page_1 .b-block_smart__page-rounds__item_4 {
    background: transparent url(images/smart/1/4.png) no-repeat center center;
    left: 135px;
    top: 84px;
}

.b-block_smart__page_1 .b-block_smart__page-rounds__item_4.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/1/4_a.png) no-repeat center center;
}

.b-block_smart__page_1 .b-block_smart__page-rounds__item_5 {
    background: transparent url(images/smart/1/5.png) no-repeat center center;
    left: 67px;
    top: 16px;
}

.b-block_smart__page_1 .b-block_smart__page-rounds__item_5.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/1/5_a.png) no-repeat center center;
}

.b-block_smart__page_2 .b-block_smart__page-rounds__item_1 {
    background: transparent url(images/smart/2/1.png) no-repeat center center;
}

.b-block_smart__page_2 .b-block_smart__page-rounds__item_1.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/2/1_a.png) no-repeat center center;
}

.b-block_smart__page_2 .b-block_smart__page-rounds__item_2 {
    background: transparent url(images/smart/2/2.png) no-repeat center center;
}

.b-block_smart__page_2 .b-block_smart__page-rounds__item_2.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/2/2_a.png) no-repeat center center;
}

.b-block_smart__page_2 .b-block_smart__page-rounds__item_3 {
    background: transparent url(images/smart/2/3.png) no-repeat center center;
}

.b-block_smart__page_2 .b-block_smart__page-rounds__item_3.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/2/3_a.png) no-repeat center center;
}

.b-block_smart__page_2 .b-block_smart__page-rounds__item_4 {
    background: transparent url(images/smart/2/4.png) no-repeat center center;
}

.b-block_smart__page_2 .b-block_smart__page-rounds__item_4.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/2/4_a.png) no-repeat center center;
}

.b-block_smart__page_2 .b-block_smart__page-rounds__item_5 {
    background: transparent url(images/smart/2/5.png) no-repeat center center;
}

.b-block_smart__page_2 .b-block_smart__page-rounds__item_5.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/2/5_a.png) no-repeat center center;
}

.b-block_smart__page_3 .b-block_smart__page-rounds__item_1 {
    background: transparent url(images/smart/3/1.png) no-repeat center center;
    left: 16px;
    top: 126px;
}

.b-block_smart__page_3 .b-block_smart__page-rounds__item_1.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/3/1_a.png) no-repeat center center;
}

.b-block_smart__page_3 .b-block_smart__page-rounds__item_2 {
    background: transparent url(images/smart/3/2.png) no-repeat center center;
    left: 120px;
    top: 174px;
}

.b-block_smart__page_3 .b-block_smart__page-rounds__item_2.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/3/2_a.png) no-repeat center center;
}

.b-block_smart__page_3 .b-block_smart__page-rounds__item_3 {
    background: transparent url(images/smart/3/3.png) no-repeat center center;
    left: 151px;
    top: 54px;
}

.b-block_smart__page_3 .b-block_smart__page-rounds__item_3.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/3/3_a.png) no-repeat center center;
}

.b-block_smart__page_3 .b-block_smart__page-rounds__item_4 {
    background: transparent url(images/smart/3/4.png) no-repeat center center;
    left: 249px;
    top: 166px;
}

.b-block_smart__page_3 .b-block_smart__page-rounds__item_4.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/3/4_a.png) no-repeat center center;
}

.b-block_smart__page_3 .b-block_smart__page-rounds__item_5 {
    background: transparent url(images/smart/3/5.png) no-repeat center center;
    left: 259px;
    top: 39px;
}

.b-block_smart__page_3 .b-block_smart__page-rounds__item_5.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/3/5_a.png) no-repeat center center;
}

.b-block_smart__page_4 .b-block_smart__page-rounds__item_1 {
    background: transparent url(images/smart/4/1.png) no-repeat center center;
    left: 30px;
    top: 204px;
}

.b-block_smart__page_4 .b-block_smart__page-rounds__item_1.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/4/1_a.png) no-repeat center center;
}

.b-block_smart__page_4 .b-block_smart__page-rounds__item_2 {
    background: transparent url(images/smart/4/2.png) no-repeat center center;
    left: 120px;
    top: 174px;
}

.b-block_smart__page_4 .b-block_smart__page-rounds__item_2.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/4/2_a.png) no-repeat center center;
}

.b-block_smart__page_4 .b-block_smart__page-rounds__item_3 {
    background: transparent url(images/smart/4/3.png) no-repeat center center;
    left: 191px;
    top: 75px;
}

.b-block_smart__page_4 .b-block_smart__page-rounds__item_3.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/4/3_a.png) no-repeat center center;
}

.b-block_smart__page_4 .b-block_smart__page-rounds__item_4 {
    background: transparent url(images/smart/4/4.png) no-repeat center center;
    left: 147px;
    top: 309px;
}

.b-block_smart__page_4 .b-block_smart__page-rounds__item_4.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/4/4_a.png) no-repeat center center;
}

.b-block_smart__page_5 .b-block_smart__page-rounds__item_1 {
    background: transparent url(images/smart/5/1.png) no-repeat center center;
    left: 98px;
    top: 7px;
}

.b-block_smart__page_5 .b-block_smart__page-rounds__item_1.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/5/1_a.png) no-repeat center center;
}

.b-block_smart__page_5 .b-block_smart__page-rounds__item_2 {
    background: transparent url(images/smart/5/2.png) no-repeat center center;
    left: 229px;
    top: 169px;
}

.b-block_smart__page_5 .b-block_smart__page-rounds__item_2.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/5/2_a.png) no-repeat center center;
}

.b-block_smart__page_5 .b-block_smart__page-rounds__item_3 {
    background: transparent url(images/smart/5/3.png) no-repeat center center;
    left: 120px;
    top: 174px;
}

.b-block_smart__page_5 .b-block_smart__page-rounds__item_3.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/5/3_a.png) no-repeat center center;
}

.b-block_smart__page_5 .b-block_smart__page-rounds__item_4 {
    background: transparent url(images/smart/5/4.png) no-repeat center center;
    left: 273px;
    top: 74px;
}

.b-block_smart__page_5 .b-block_smart__page-rounds__item_4.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/5/4_a.png) no-repeat center center;
}

.b-block_smart__page_5 .b-block_smart__page-rounds__item_5 {
    background: transparent url(images/smart/5/5.png) no-repeat center center;
    left: 31px;
    top: 85px;
}

.b-block_smart__page_5 .b-block_smart__page-rounds__item_5.b-block_smart__page-rounds__item_active {
    background: transparent url(images/smart/5/5_a.png) no-repeat center center;
}

.b-block_smart__page-content {
    width: 600px;
    height: auto;
    z-index: 3;
}

.b-block_smart__page-content-header {
    display: flex;
    align-items: center;
    min-height: 71px;
    line-height: 26px;
    background: rgba(196, 52, 79);
    padding: 0 30px 0 70px;
    font-size: 14px;
    color: #fff;
    font-family: 'gotham_probold';
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 471.98px) {
    .b-block_smart__page-content-header {
        padding: 0 20px;
    }
}
.b-block_smart__page-content-items {
    display: flex;
    flex-direction: column;
    position: relative;
	background: rgba(255,255,255,0.5);
}
.b-block_smart__page-content__item {
    padding: 0 70px 15px 70px;
    margin-bottom: 18px;
    min-height: 40px;
    font-size: 14px;
    line-height: 120%;
    color: #23384f;
    font-family: 'gotham_proregular';
    cursor: pointer;
    background: transparent url(images/smart/item.png) no-repeat 35px bottom;
    transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
    .b-block_smart__page-content__item {
        margin-bottom: 10px;
    }
}
@media (max-width: 471.98px) {
    .b-block_smart__page-content__item {
        padding: 0 20px 15px 20px;
    }
}

.b-block_smart__page-content__item:hover {
    opacity: 0.5;
}

.b-block_smart__page-content__item_active {
    background: url(images/smart/item_active.png) no-repeat 35px bottom;
    opacity: 1.0 !important;
    font-family: 'gotham_promedium';
}
@media (max-width: 471.98px) {
    .b-block_smart__page-content__item_active {
        background-position: left bottom;
    }
}

.b-block_smart__page_2 .b-block_smart__page-rounds {
    left: 5px;
    top: 17px;
    width: 315px;
}

.b-block_smart__page_2__item {
    width: 315px;
    height: 26px;
    margin-bottom: 69px;
    background: rgba(38, 62, 87, 0.85);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: all 0.5s ease;
}

.b-block_smart__page_2__item_active {
    background: rgba(49, 89, 130, 0.85);
}

.b-block_smart__page_2__item-i {
    position: relative;
    width: 100%;
    height: 100%;
}

.b-block_smart__page_2__item-name {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    line-height: 26px;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    font-family: 'gotham_proregular';
}

.b-block_smart__page_2__item-desc {
    position: absolute;
    left: 0px;
    top: 36px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-family: 'gotham_proregular';
    text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
}

.b-block_smart__page_2__item-desc .i-rouble {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 14px;
    background: transparent url(images/smart/rouble.png) no-repeat center top;
}

.b-block_smart__page_2__item-label {
    position: absolute;
    right: -30px;
    top: -45px;
    width: 88px;
    height: 94px;
    background: transparent url(images/smart/label.png) no-repeat center top;
    text-align: center;
    opacity: 0.0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.b-block_smart__page_2__item_show .b-block_smart__page_2__item-label {
    opacity: 1.0;
    visibility: visible;
}

.b-block_smart__page_2__item-label-i {
    position: relative;
    width: 100%;
    height: 100%;
}

.b-block_smart__page_2__item-label-top {
    padding-top: 25px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-family: 'gotham_probold';
}

.b-block_smart__page_2__item-label-bottom {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-family: 'gotham_proregular';
}

.b-block_smart__page_2-end {
    position: absolute;
    left: 0px;
    top: 370px;
    z-index: 5;
}
@media (max-width: 991.98px) {
    .b-block_smart__page_2-end {
        display: none;
    }
}

.b-block_smart__page_2-end-text {
    font-size: 12px;
    line-height: 120%;
    color: #fff;
    font-family: 'gotham_proregular';
    text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
    margin-bottom: 10px;
    opacity: 1.0;
    visibility: visible;
    letter-spacing: 0.25px;
    padding-left: 5px;
    transition: all 0.5s ease;
}

.b-block_smart__page_2-end-text_hidden {
    opacity: 0.0;
    visibility: hidden;
}

.b-block_smart__page_2-end .b-button {
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.0);
}

.b-block_smart__page_2-end .b-button-i {
    padding-left: 60px;
    padding-right: 60px;
    line-height: 42px;
    cursor: default;
}

.b-block_smart__page_2-end .b-button:hover {
    border: 1px solid #fff;
    background: transparent !important;
    box-shadow: none;
}

/* \Smart */

/* Idea */
.b-block_idea {
    background: transparent url(images/idea.png) no-repeat center center;
    position: relative;
    top: -282px;
    margin-bottom: -564px;
    z-index: 2;
}

.b-block_idea .b-block-i {
    height: 1293px;
}

.b-block_idea-image {
    position: absolute;
    left: -78px;
    top: 403px;
    width: 1136px;
    height: 570px;
    background: transparent url(images/idea_image.png) no-repeat center center;
}

.b-block_idea-header {
    padding-top: 350px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #000;
    font-family: 'gotham_proregular';
    background: transparent url(images/block_header.png) no-repeat center top;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .b-block_idea-header {
        font-size: 28px;
        padding-top: 330px;
    }
}
@media (max-width: 767.98px) {
    .b-block_idea-header {
        font-size: 24px;
        padding-top: 315px;
    }
}
@media (max-width: 471.98px) {
    .b-block_idea-header {
        font-size: 20px;
        padding-top: 300px;
    }
}

.b-block_idea-header strong {
    font-weight: normal;
    font-family: 'gotham_probold';
}
.b-block_idea-header div {
    margin-bottom: 20px;
}

.b-block_idea__item-block {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-top: 50px;
}
@media (max-width: 991.98px) {
    .b-block_idea__item-block {
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .b-block_idea__item-block {
        flex-direction: column;
        margin-top: 25px;
    }
}
@media (max-width: 471.98px) {
    .b-block_idea__item-block {
        margin-top: 15px;
    }
}

.b-block_idea-items {
    position: relative;
    width: 100%;
    transition: 0.3s;
}
@media (max-width: 991.98px) {
    .b-block_idea-items {
        margin-bottom: 20px;
    }
}
.b-block_idea__item {
    position: absolute;
    left: 0px;
    width: 100%;
    opacity: 0.0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.b-block_idea__item_active {
    position: relative;
    opacity: 1.0;
    visibility: visible;
}

.b-block_idea__item-i {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
@media (max-width: 991.98px) {
    .b-block_idea__item-i {
        flex-direction: column;
        align-items: flex-start;
    }
}

.b-block_idea__item-image {
    max-width: 471px;
    width: 100%;
}

.b-block_idea__item-content {
    margin-left: 20px;
    width: 452px;
    height: 210px;
    background: transparent url(images/idea_content.png) no-repeat left top;
}
@media (max-width: 991.98px) {
    .b-block_idea__item-content {
        background: none;
        max-width: 500px;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0;
    }
}

.b-block_idea__item-content-i {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 35px;
    font-size: 0;
}
@media (max-width: 991.98px) {
    .b-block_idea__item-content-i {
        padding-left: 0;
    }
}

.b-block_idea__item-content-l {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
}

.b-block_idea__item-content-c {
    display: block;
}

.b-block_idea__item-content-header {
    font-size: 20px;
    line-height: 120%;
    color: #000;
    font-family: 'gotham_probold';
    margin-bottom: 14px;
}

.b-block_idea__item-content-text {
    font-size: 14px;
    line-height: 120%;
    color: #000;
    font-family: 'gotham_proregular';
}

.b-block_idea-controls {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    bottom: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    white-space: nowrap;
    font-size: 0;
}
@media (max-width: 991.98px) {
    .b-block_idea-controls {
        position: relative;
        left: 0;
        margin-right: 100px;
    }
}
@media (max-width: 767.98px) {
    .b-block_idea-controls {
        margin: 0 auto;
    }
}

.b-block_idea-controls__item {
    display: inline-block;
    vertical-align: middle;
    opacity: 1.0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s ease;
}

.b-block_idea-controls__item_left {
    width: 28px;
    height: 90px;
    background: transparent url(images/idea/left.png) no-repeat left center;
    cursor: pointer;
}

.b-block_idea-controls__item_left:hover {
    background: transparent url(images/idea/left_a.png) no-repeat left center;
}

.b-block_idea-controls__item_right {
    width: 28px;
    height: 90px;
    background: transparent url(images/idea/right.png) no-repeat right center;
    cursor: pointer;
}

.b-block_idea-controls__item_right:hover {
    background: transparent url(images/idea/right_a.png) no-repeat right center;
}

.b-block_idea-controls__item_numerator {
    font-size: 78px;
    line-height: 1;
    color: #c2ceda;
    font-family: 'gotham_probold';
    margin-right: 18px;
    margin-left: 18px;
}
@media (max-width: 471.98px) {
    .b-block_idea-controls__item_numerator {
        font-size: 62px;
    }
}

/* \Idea */

/* Work */
.b-block_work {
    background: #fff url(images/work.jpg) no-repeat center top;
    position: relative;
}
@media (max-width: 471.98px) {
    .b-block_work {
        background-size: auto 750px;
    }
}

.b-block_work .b-block-i {
    height: 929px;
    padding-top: 150px;
}
@media (max-width: 991.98px) {
    .b-block_work .b-block-i {
        padding-top: 120px;
    }
}
.b-block_work-header {
    width: 100%;
    text-align: center;
    padding-top: 35px;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #000;
    font-family: 'gotham_proregular';
    background: transparent url(images/cover_header.png) no-repeat center top;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .b-block_work-header {
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .b-block_work-header {
        font-size: 24px;
    }
}
@media (max-width: 471.98px) {
    .b-block_work-header {
        font-size: 20px;
    }
}
.b-block_work-header strong {
    font-weight: normal;
    font-family: 'gotham_probold';
}
.b-block_work-header div {
    margin-bottom: 20px;
}

.b-block_work-content {
    width: 553px;
    height: 450px;
}
.b-block_work-content img {
    width: 100%;
}
@media (max-width: 565px) {
    .b-block_work-content {
        width: 100%;
    }
}
/* \Work */

/* Cover */
.b-block_cover {
    background: transparent url(images/cover.png) no-repeat center center;
    position: relative;
    top: -247px;
    margin-bottom: -281px;
    z-index: 2;
}
@media (max-width: 991.98px) {
    .b-block_cover {
        top: -370px;
        background-size: auto 800px;
    }
}
@media (max-width: 767.98px) {
    .b-block_cover {
        top: -370px;
        background-size: auto 800px;
    }
}
@media (max-width: 471.98px) {
    .b-block_cover {
        top: -450px;
        background-size: auto 650px;
    }
}

.b-block_cover .b-block-i {
    height: 1089px;
}
@media (max-width: 471.98px) {
    .b-block_cover .b-block-i {
        height: 800px;
    }
}
.b-block_cover .b-header {
    position: absolute;
    left: 0px;
    top: 265px;
    width: 100%;
    text-align: center;
    padding-top: 60px;
    background: transparent url(images/cover_header.png) no-repeat center top;
}
@media (max-width: 767.98px) {
    .b-block_cover .b-header {
        top: 250px;
    }
}
@media (max-width: 471.98px) {
    .b-block_cover .b-header {
        top: 100px;
    }
}

.b-block_cover .b-header .b-contacts-ordercall2 {
    width: 265px;
}

.b-block_cover .b-header h1, .b-block_cover .b-header h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 31px;
    line-height: 44px;
    color: #fff;
    font-family: 'gotham_proregular';
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .b-block_cover .b-header h1, .b-block_cover .b-header h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

.b-block_cover .b-header h1 strong, .b-block_cover .b-header h2 strong {
    font-weight: normal;
    font-family: 'gotham_probold';
}

.b-block_cover .b-header h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-family: 'gotham_promedium';
    margin-bottom: 35px;
    letter-spacing: 0.25px;
}
@media (max-width: 767.98px) {
    .b-block_cover .b-header h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

.b-block_cover .b-button-i {
    padding-left: 70px;
    padding-right: 70px;
}

/* \Cover */

/* Benefits */
.b-block_benefits {
    background: transparent url(images/benefits.png) no-repeat center top;
    position: relative;
    top: -260px;
    margin-bottom: -350px;
}
@media (max-width: 991.98px) {
    .b-block_benefits {
        top: -460px;
        background-size: auto 1200px;
        margin-bottom: -780px;
    }
}
@media (max-width: 767.98px) {
    .b-block_benefits {
        top: -460px;
        background-size: auto 1000px;
        margin-bottom: -600px;
    }
}
@media (max-width: 679.98px) {
    .b-block_benefits {
        background-size: auto 1400px;
        margin-bottom: -650px;
    }
}
@media (max-width: 471.98px) {
    .b-block_benefits {
        top: -430px;
        margin-bottom: -600px;
    }
}

.b-block_benefits .b-block-i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 915px;
}
@media (max-width: 991.98px) {
    .b-block_benefits .b-block-i {
        height: 1400px;
    }
}
@media (max-width: 767.98px) {
    .b-block_benefits .b-block-i {
        height: 1000px;
    }
}
@media (max-width: 679.98px) {
    .b-block_benefits .b-block-i {
        height: 1400px;
    }
}

.b-block_benefits-header {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #000;
    font-family: 'gotham_proregular';
    background: transparent url(images/cover_header.png) no-repeat center top;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .b-block_benefits-header {
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .b-block_benefits-header {
        font-size: 25px;
    }
}
@media (max-width: 471.98px) {
    .b-block_benefits-header {
        font-size: 22px;
    }
}

.b-block_benefits-header strong {
    font-weight: normal;
    font-family: 'gotham_probold';
}

.b-block_benefits-content-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
}

.b-block_benefits-content {
    width: 320px;
    height: 346px;
    background: url(images/benefits_content.png) center center no-repeat;
}
.b-block_benefits-content_1 {
    background-position: 0px center;
}
.b-block_benefits-content_2 {
    background-position: -325px center;
}
.b-block_benefits-content_3 {
    background-position: right center;
}
.b-block_benefits-sertificates {
    position: absolute;
    left: -3px;
    top: 932px;
    width: 968px;
    padding-bottom: 27px;
    background: transparent url(images/sertificates.png) no-repeat center bottom;
    text-align: center;
}

.b-block_benefits-sertificates-i {
    height: 199px;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.b-block_benefits-sertificates__item {
    display: inline-block;
    vertical-align: top;
    width: 138px;
    height: 199px;
    margin-left: 28px;
    margin-right: 28px;
}

.b-block_benefits-sertificates__item_1 {
    background: transparent url(images/sertificates/1.jpg) no-repeat center center;
    margin-left: 0px;
}

.b-block_benefits-sertificates__item_2 {
    background: transparent url(images/sertificates/2.jpg) no-repeat center center;
}

.b-block_benefits-sertificates__item_3 {
    background: transparent url(images/sertificates/3.jpg) no-repeat center center;
}

.b-block_benefits-sertificates__item_4 {
    background: transparent url(images/sertificates/4.jpg) no-repeat center center;
}

.b-block_benefits-sertificates__item_5 {
    background: transparent url(images/sertificates/5.jpg) no-repeat center center;
    margin-right: 0px;
}

.b-block_benefits-sertificates__item-link {
    text-decoration: none;
    outline: none !important;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0) url(images/zoom_empty.png) no-repeat center center;
    transition: all 0.5s ease;
}

.b-block_benefits-sertificates__item-link:hover {
    background: rgba(0, 0, 0, 0.5) url(images/zoom.png) no-repeat center center;
}

.b-block_benefits-brands {
    position: absolute;
    left: 0px;
    top: 1191px;
    width: 100%;
    height: 100px;
}

.b-block_benefits-brands-i {
    position: relative;
    width: 100%;
    height: 100%;
}

.b-block_benefits-brands-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 11px;
    background: transparent url(images/brands_header.png) no-repeat center top;
}

.b-block_benefits-brands__page {
    position: absolute;
    left: 57px;
    top: 35px;
    width: 859px;
    height: 42px;
    opacity: 0.0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.b-block_benefits-brands__page_active {
    opacity: 1.0;
    visibility: visible;
}

.b-block_benefits-brands__page_1 {
    background: transparent url(images/brands/1.png) no-repeat center center;
}

.b-block_benefits-brands__page_2 {
    background: transparent url(images/brands/2.png) no-repeat center center;
}

.b-block_benefits-brands__page_3 {
    background: transparent url(images/brands/3.png) no-repeat center center;
}

.b-block_benefits-brands-controls__item {
    position: absolute;
    top: 50px;
    width: 13px;
    height: 17px;
    opacity: 1.0;
    cursor: pointer;
    transition: all 0.5s ease;
}

.b-block_benefits-brands-controls__item:hover {
    opacity: 0.6;
}

.b-block_benefits-brands-controls__item_left {
    left: 0px;
    background: transparent url(images/brands/left.png) no-repeat center center;
}

.b-block_benefits-brands-controls__item_right {
    right: 0px;
    background: transparent url(images/brands/right.png) no-repeat center center;
}

/* \Benefits */

/* Cases */
.b-block_cases {
    background: #fff;
}

.b-block_cases .b-block-i {
    height: auto;
}

.b-block_cases-header {
    margin-top: 130px;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #000;
    font-family: 'gotham_proregular';
    background: transparent url(images/cover_header.png) no-repeat center top;
    text-transform: uppercase;
}

.b-block_cases-footer {
    margin-top: 620px;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-size: 20px;
    color: #000;
    font-family: 'gotham_proregular';
}

.b-button-i-cases-footer {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'gotham_promedium';
    font-size: 15px;
    line-height: 65px;
    color: #fff;
    height: 100%;
    border: none;
    background: transparent;
    margin: 0 auto;
    outline: none !important;
    transition: all 0.5s ease;
}

.b-block_cases-header strong {
    font-weight: normal;
    font-family: 'gotham_probold';
}
.b-block_cases-header div {
    margin-bottom: 20px;
}


.b-button {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all 0.2s ease;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    text-align: center;
}

.b-button-i-cases {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'gotham_promedium';
    font-size: 15px;
    line-height: 65px;
    color: #fff;
    height: 100%;
    border: none;
    background: transparent;
    margin: 0 auto;
    outline: none !important;
    transition: all 0.5s ease;
}


.b-button_common-cases {
    background: #ff0c00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff0c00 0%, #e62117 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0c00', endColorstr='#e62117', GradientType=0); /* IE6-9 */
    height: 65px;
    width: 270px;
    border-radius: 65px;
}

.b-button_common-cases.b-button_active {
    box-shadow: inset 0px 3px 0px rgba(255, 73, 120, 0.5), 0px 0px 51px rgba(0, 0, 0, 0.0);
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    filter: grayscale(20%);
}

.b-button_animation {
    display: inline-block;
    -webkit-animation: glowing 1500ms infinite;
            animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #b50048;
        box-shadow: 0 0 3px 0 #b50048;
    }
    50% {
        background-color: rgba(196, 52, 79, 0.95);
        box-shadow: 0 0 10px 0 rgba(196, 52, 79, 0.95);
    }
    100% {
        background-color: #b50048;
        box-shadow: 0 0 3px 0 #b50048;
    }
}

@keyframes glowing {
    0% {
        background-color: #b50048;
        box-shadow: 0 0 3px 0 #b50048;
    }
    50% {
        background-color: rgba(196, 52, 79, 0.95);
        box-shadow: 0 0 10px 0 rgba(196, 52, 79, 0.95);
    }
    100% {
        background-color: #b50048;
        box-shadow: 0 0 3px 0 #b50048;
    }
}


.b-button_common-black {
    background: #2a2a2c; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #686868 0%, #2a2a2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#2a2a2c', GradientType=0); /* IE6-9 */
    height: 65px;
    width: 270px;
    border-radius: 65px;
    text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
}

.b-button_common-black:hover {
    opacity: .8;
}

.b-button_animation_black {
    display: inline-block;
    -webkit-animation: flashing 2000ms infinite;
            animation: flashing 2000ms infinite;
}

@-webkit-keyframes flashing {
    0% {
        text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
    }
    50% {
        text-shadow: none;
    }
    100% {
        text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
    }
}

@keyframes flashing {
    0% {
        text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
    }
    50% {
        text-shadow: none;
    }
    100% {
        text-shadow: 1px 1px 1px black, 0 0 1em #d6d6d6;
    }
}


.b-button_common-black.dark {
    background: #2a2a2c; /* Old browsers */
    border-radius: 65px;
    transition: all 0s ease;
}

.b-block_cases-menu {
    width: 100%;
    text-align: center;
    font-size: 0;
}

#pl-cont {
    margin-top: 34px;
    margin-left: 75px;
    border: 5px solid rgba(23, 35, 34, 0.75);
}

.b-block_cases-menu__item {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 12px;
    color: #23384f;
    line-height: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #a6b6c0;
    font-family: 'gotham_promedium';
    cursor: pointer;
    border-radius: 36px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s ease;
}

.b-block_cases-menu__item:hover {
    border: 1px solid #c73e58;
    color: #c73e58;
}

.b-block_cases-menu__item_active {
    border: 1px solid #c73e58 !important;
    background: #c73e58 !important;
    color: #fff !important;
    cursor: default;
}

.b-block_cases__item {
    position: absolute;
    left: 0px;
    top: 375px;
    width: 100%;
    height: 835px;
    text-align: left;
    opacity: 0.0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.b-block_cases__item_active {
    opacity: 1.0;
    visibility: visible;
}

.b-block_cases__item-i {
    position: relative;
    width: 100%;
    height: 100%;
}

.b-block_cases__item-place {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    font-family: 'gotham_probold';
}

.b-block_cases__item-target {
    position: absolute;
    left: 490px;
    top: 0px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    font-family: 'gotham_proregular';
}

.b-block_cases__item-task_header {
    position: absolute;
    left: 0px;
    top: 87px;
    width: 100%;
    height: 13px;
    background: transparent url(images/cases/tasks_header.png) no-repeat center center;
}

.b-block_cases__item-tasks {
    position: absolute;
    left: 0px;
    top: 124px;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    font-size: 0;
}

.b-block_cases__item-tasks__item {
    display: inline-block;
    vertical-align: top;
    padding-left: 68px;
    min-height: 50px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    font-family: 'gotham_promedium';
}

.b-block_cases__item-tasks__item_1 {
    background: transparent url(images/cases/tasks/1.png) no-repeat left top;
    margin-right: 30px;
}

.b-block_cases__item-tasks__item_2 {
    background: transparent url(images/cases/tasks/2.png) no-repeat left top;
    margin-right: 30px;
}

.b-block_cases__item-tasks__item_3 {
    background: transparent url(images/cases/tasks/3.png) no-repeat left top;
}

.b-block_cases__item-tasks__item-photos {
    position: absolute;
    left: 0px;
    top: 218px;
    width: 100%;
    height: 207px;
    font-size: 0;
    white-space: nowrap;
}

.b-block_cases__item-tasks__item-photos__item {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    height: 207px;
}

.b-block_cases__item_1 .b-block_cases__item-tasks__item-photos__item_1 {
    background: transparent url(images/cases/1/1.jpg) no-repeat center center;
}

.b-block_cases__item_1 .b-block_cases__item-tasks__item-photos__item_2 {
    background: transparent url(images/cases/1/2.jpg) no-repeat center center;
}

.b-block_cases__item_1 .b-block_cases__item-tasks__item-photos__item_3 {
    background: transparent url(images/cases/1/3.jpg) no-repeat center center;
}

.b-block_cases__item_1 .b-block_cases__item-tasks__item-photos__item_4 {
    background: transparent url(images/cases/1/4.jpg) no-repeat center center;
}

.b-block_cases__item_2 .b-block_cases__item-tasks__item-photos__item_1 {
    background: transparent url(images/cases/2/1.jpg) no-repeat center center;
}

.b-block_cases__item_2 .b-block_cases__item-tasks__item-photos__item_2 {
    background: transparent url(images/cases/2/2.jpg) no-repeat center center;
}

.b-block_cases__item_2 .b-block_cases__item-tasks__item-photos__item_3 {
    background: transparent url(images/cases/2/3.jpg) no-repeat center center;
}

.b-block_cases__item_2 .b-block_cases__item-tasks__item-photos__item_4 {
    background: transparent url(images/cases/2/4.jpg) no-repeat center center;
}

.b-block_cases__item_3 .b-block_cases__item-tasks__item-photos__item_1 {
    background: transparent url(images/cases/3/1.jpg) no-repeat center center;
}

.b-block_cases__item_3 .b-block_cases__item-tasks__item-photos__item_2 {
    background: transparent url(images/cases/3/2.jpg) no-repeat center center;
}

.b-block_cases__item_3 .b-block_cases__item-tasks__item-photos__item_3 {
    background: transparent url(images/cases/3/3.jpg) no-repeat center center;
}

.b-block_cases__item_3 .b-block_cases__item-tasks__item-photos__item_4 {
    background: transparent url(images/cases/3/4.jpg) no-repeat center center;
}

.b-block_cases__item-tasks__item-photos__item-link {
    display: block;
    text-decoration: none;
    outline: none !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0) url(images/zoom_empty.png) no-repeat center center;
    transition: all 0.5s ease;
}

.b-block_cases__item-tasks__item-photos__item-link:hover {
    background: rgba(0, 0, 0, 0.7) url(images/zoom.png) no-repeat center center;
}

.b-block_cases__item-tasks__item-photos__item-link_hidden {
    display: none;
}

.b-block_cases__item-tasks__item-review {
    position: absolute;
    left: -42px;
    top: 465px;
    width: 530px;
    height: 330px;
    background: transparent url(images/cases/review.png) no-repeat center center;
}

.b-block_cases__item-tasks__item-review-i {
    padding-left: 75px;
    padding-top: 100px;
    white-space: nowrap;
    text-align: left;
}

.b-block_cases__item-tasks__item-review-text {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: 'gotham_proregular';
    margin-bottom: 5px;
}

.b-block_cases__item-tasks__item-review-name {
    text-align: right;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-family: 'gotham_promedium';
    padding-right: 80px;
    margin-bottom: 15px;
}

.b-block_cases__item-tasks__item-review-bottom {
    font-size: 11px;
    line-height: 120%;
    color: #fff;
    font-family: 'gotham_proregular';
}

.b-block_cases__item-tasks__item-result {
    position: absolute;
    left: 500px;
    top: 465px;
    width: 460px;
    height: 360px;
}

.b-block_cases__item-tasks__item-result-i {
    position: relative;
    width: 100%;
    height: 100%;
}

.b-block_cases__item-tasks__item-result-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 10px;
    background: transparent url(images/cases/result_header.png) no-repeat center center;
}

.b-block_cases__item-tasks__item-result-content {
    position: absolute;
    left: 0px;
    top: 50px;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    line-height: 110%;
    color: #000;
    font-family: 'gotham_proregular';
}

.b-block_cases__item_1 .b-block_cases__item-tasks__item-result-content-red {
    position: relative;
    left: -33px;
    width: 520px;
    height: 117px;
    background: transparent url(images/cases/1_red.png) no-repeat center center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.b-block_cases__item_2 .b-block_cases__item-tasks__item-result-content-red {
    position: relative;
    left: -33px;
    width: 495px;
    height: 101px;
    background: transparent url(images/cases/2_red.png) no-repeat center center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.b-block_cases__item_3 .b-block_cases__item-tasks__item-result-content-red {
    position: relative;
    left: -33px;
    width: 495px;
    height: 101px;
    background: transparent url(images/cases/3_red.png) no-repeat center center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* \Cases */


/* Prices */
.b-block_prices {
    background: #d8dad9 url(images/prices.jpg) no-repeat center center;
    position: relative;
    margin-bottom: -150px;
}
@media (max-width: 991.98px) {
    .b-block_prices {
        background-size: auto 750px;
        background-position: center 0px;
    }
}
@media (max-width: 767.98px) {
    .b-block_prices {
        background-size: auto 650px;
        background-position: center 0px;
    }
}
@media (max-width: 471.98px) {
    .b-block_prices {
        background-size: auto 600px;
        background-position: center -95px;
        margin-bottom: -345px;
    }
}

.b-block_prices .b-block-i {
    display: flex;
    align-items: center;
    height: 753px;
}

.b-block_prices .b-header {
    width: 100%;
    text-align: center;
    background: transparent url(images/cover_header.png) no-repeat center top;
    padding-bottom: 200px;
}
@media (max-width: 471.98px) {
    .b-block_prices .b-header {
        padding-bottom: 445px;
    }
}

.b-block_prices .b-header h1, .b-block_prices .b-header h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 31px;
    line-height: 44px;
    color: #000;
    font-family: 'gotham_probold';
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .b-block_prices .b-header h1, .b-block_prices .b-header h2 {
        font-size: 26px;
        line-height: 35px;
    }
}
@media (max-width: 471.98px) {
    .b-block_prices .b-header h1, .b-block_prices .b-header h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 12px;
    }
}

.b-block_prices .b-header h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.b-block_prices .b-header h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-family: 'gotham_promedium';
    margin-bottom: 35px;
    letter-spacing: 0.25px;
}
@media (max-width: 767.98px) {
    .b-block_prices .b-header h3 {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 471.98px) {
    .b-block_prices .b-header h3 {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

.b-block_prices .b-button {
    box-shadow: none;
}

.b-block_prices .b-button-i {
    padding-left: 75px;
    padding-right: 75px;
}

/* \Prices */

/* End */
.b-block_end {
    background: #d8dad9 url(images/end.jpg) no-repeat center center;
    position: relative;
}
@media (max-width: 991.98px) {
    .b-block_end {
        background-size: auto 600px;
    }
}
@media (max-width: 767.98px) {
    .b-block_end {
        background-size: auto 550px;
    }
}
.b-block_end .b-block-i {
    display: flex;
    align-items: center;
    height: 500px;
}

.b-block_end .b-header {
    width: 100%;
    text-align: center;
    background: transparent url(images/cover_header.png) no-repeat center top;
}

.b-block_end .b-header h1, .b-block_end .b-header h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 31px;
    line-height: 44px;
    color: #000;
    font-family: 'gotham_probold';
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media (max-width:767.98px) {
    .b-block_end .b-header h1, .b-block_end .b-header h2 {
        font-size: 28px;
    }
}
@media (max-width:471.98px) {
    .b-block_end .b-header h1, .b-block_end .b-header h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px;
    }
}

.b-block_end .b-header h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-family: 'gotham_promedium';
    margin-bottom: 35px;
    letter-spacing: 0.25px;
}

.b-block_end .b-button {
    box-shadow: none;
}

.b-block_end .b-button-i {
    padding-left: 75px;
    padding-right: 75px;
}

/* \End */

/* Footer */
.b-block_footer {
    background: #1b1b1b;
    z-index: 10;
}

.b-block_footer .b-block-i {
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    padding: 10px 20px;
}
@media (max-width: 767.98px) {
    .b-block_footer .b-block-i {
        align-items: flex-start;
        row-gap: 0;
    }
    .b-block_footer .b-block-i .b-logo {
        display: none;
    }
}
@media (max-width: 471.98px) {
    .b-block_footer .b-block-i {
        flex-direction: column;
    }
}
.b-block_footer .b-logo {
    margin-right: 10px;
}

.b-block_footer .b-block_header-names {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 471.98px) {
    .b-block_footer .b-block_header-names {
        margin-bottom: 20px;
    }
}

.b-block_footer .b-block_header-name {
    margin-right: 10px;
    max-width: 100%;
}
@media (max-width: 767.98px) {
    .b-block_footer .b-block_header-name {
        display: block;
        margin-right: 0;
    }
    .b-block_footer .b-block_header-name:first-child {
        margin-bottom: 20px;
    }
}

.b-block_footer .b-contacts {
    text-align: right;
    max-width: 200px;
}
@media (max-width: 471.98px) {
    .b-block_footer .b-contacts {
        align-self: center;
        text-align: center;
    }
}

.b-block_footer .b-contacts-phone {
    display: block;
    margin-bottom: 3px;
}
.b-block_footer-addr {
    position: absolute;
    left: 488px;
    top: 27px;
    text-align: left;
    font-size: 12px;
    line-height: 120%;
    color: #ffffff;
    font-family: 'gotham_proregular';
}

.b-block_footer-addr-link {
    text-decoration: none;
    outline: none !important;
    color: #fff;
    border-bottom: 1px solid #ffffff;
    font-family: 'gotham_promedium';
    transition: all 0.5s ease;
}

.b-block_footer-addr-link:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}

.b-footer-made {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
    color: #a9b6c5;
    font-size: 9px;
    font-weight: normal;
    font-family: 'gotham_proregular';
}

.b-footer-made a {
    font-weight: normal;
    color: #a9b6c5;
    font-family: 'gotham_proregular';
}

.b-footer-made a span {
    font-size: 11px;
    font-weight: normal;
    color: #a9b6c5;
}

.b-footer-made a:hover {
    border-bottom: 1px solid #a9b6c5;
}

/* \Footer */

/* Up Forms */
#lean_overlay {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #3b332c;
    display: none;
}

.b-ordercall-form, .i-order_call-h, .i-order_call-h2, .i-order_call-h3 {
    display: none;
}

.b-ordercall-form {
    background: transparent;
    border-radius: 0px;
    padding-top: 0;
    text-align: center;
    width: 324px;
    border: 8px solid #1b1b1b;
}

.b-ordercall-form-h {
    background: #fff;
    border-radius: 0px;
}

.b-ordercall-form-exit {
    position: absolute;
    right: -35px;
    top: -35px;
    width: 23px;
    height: 23px;
    background: transparent url(images/form_close.png) no-repeat center center;
    padding: 0;
    margin: 0;
    opacity: 1.0;
    transition: all 0.5s ease;
}

.i-ordercall_exit {
    display: block;
    width: 100%;
    height: 100%;
    outline: none !important;
    text-decoration: none;
    border: 0px;
    font-size: 0px;
    color: #fff;
    transition: all 0.5s ease;
    outline: none !important;
}

.b-ordercall-form-exit:hover {
    opacity: 0.5;
}

.b-ordercall-form-header {
    margin: 0;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
    padding-top: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    font-weight: normal;
    font-family: 'gotham_probold';
}

.b-ordercall-form-message_support {
    font-size: 13px;
    line-height: 120%;
    font-weight: normal;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    font-family: 'gotham_proregular';
}

.b-ordercall-form-message_support .b-contacts-phone-i {
    color: #1b1b1b;
    font-family: 'gotham_probold';
}

.b-form-block-body-line {
    border: none;
}

.b-form-license {
    font-size: 10px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    line-height: 120%;
    color: #7b90a1;
    margin-top: -10px;
    text-align: left;
    font-family: 'gotham_proregular';
    min-height: 17px;
    background: transparent url(images/lock.png) no-repeat left center;
    padding-left: 25px;
    margin-bottom: 40px;
}

#done-form, #error-form {
    width: 450px;
}

#done-form .b-ordercall-form-header, #error-form .b-ordercall-form-header {
    margin-top: 0px;
}

#done-form .b-ordercall-form-message_support, #error-form .b-ordercall-form-message_support {
    margin-bottom: 0;
    padding-bottom: 40px;
}

#show-map {
    width: 775px;
    padding: 0px;
    padding-bottom: 0px;
    background: #ccc url(images/ajax-loader.gif) no-repeat center center;
    border: 0;
}

#show-map .b-ordercall-form-header {
    display: none;
}

.b-cool_form-label {
    width: 360px;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 10px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 5px;
    text-align: left;
    font-family: 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
}

/* \Up Forms */

/* \Block Styles */

.i-preload {
    width: 0px;
    height: 0px;
}

.i-fuckedup {
    opacity: 0.0;
    visibility: hidden;
}

/* Pretty Image */
.pp_top, .pp_bottom {
    display: none;
}

.pp_left {
    background: transparent !important;
    padding: 0 !important;
}

.pp_right {
    background: transparent !important;
    padding: 0 !important;
}

.pp_social {
    display: none;
}

.pp_close {
    background: transparent !important;
    font-size: 14px !important;
    border-bottom: 1px dotted #fff;
    color: #fff;
    width: auto !important;
    height: auto !important;
    text-indent: 0px !important;
}

.pp_content {
    background: transparent !important;
}

/* \Pretty Image */

.b-form-block-body-line_submit {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.b-ordercall-form .b-form-block-body-line_submit {
    padding-top: 0px;
}

.i-preloader {
    position: absolute;
    left: -10000px;
    top: 0px;
    width: 0px;
    height: 0px;
}

.i-preloader_1 {
    background: transparent url(images/specialists/people/1_a.png) no-repeat center bottom;
}

.i-preloader_2 {
    background: transparent url(images/specialists/people/2_a.png) no-repeat center bottom;
}

.i-preloader_3 {
    background: transparent url(images/specialists/people/3_a.png) no-repeat center bottom;
}

.i-preloader_4 {
    background: transparent url(images/specialists/people/4_a.png) no-repeat center bottom;
}

.i-preloader_5 {
    background: transparent url(images/specialists/people/5_a.png) no-repeat center bottom;
}

.i-preloader_6 {
    background: transparent url(images/specialists/people/6_a.png) no-repeat center bottom;
}

.i-preloader_7 {
    background: transparent url(images/specialists/people/7_a.png) no-repeat center bottom;
}

.i-preloader_8 {
    background: transparent url(images/specialists/people/8_a.png) no-repeat center bottom;
}

.i-preloader_9 {
    background: transparent url(images/specialists/people/9_a.png) no-repeat center bottom;
}

.i-preloader_10 {
    background: transparent url(images/specialists/people/10_a.png) no-repeat center bottom;
}

.i-preloader_11 {
    background: transparent url(images/specialists/people/11_a.png) no-repeat center bottom;
}

.i-preloader_13 {
    background: transparent url(images/specialists/people/8.png) no-repeat center bottom;
}

.i-preloader_14 {
    background: transparent url(images/specialists/people/9.png) no-repeat center bottom;
}

.i-preloader_15 {
    background: transparent url(images/specialists/people/10.png) no-repeat center bottom;
}

.i-preloader_16 {
    background: transparent url(images/specialists/people/11.png) no-repeat center bottom;
}

.lightbox {
    z-index: 1000000 !important;
}

.lightboxOverlay {
    z-index: 999999 !important;
}


.lb-data .lb-close {
    width: 23px !important;
    height: 23px !important;
    font-size: 0 !important;
    text-decoration: none;
    border: none !important;
    outline: none !important;
    background: transparent url(images/form_close.png) no-repeat left center !important;
    opacity: 1.0;
    position: relative !important;
    bottom: 0px !important;
    right: -30px !important;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.5s ease;
}

.lb-data .lb-close:hover {
    opacity: 0.5;
}

.lb-container {
    padding: 0px;
}

.lb-outerContainer {
    border-radius: 6px;
}

.notiny-container {
    z-index: 99999;
}

.b-ordercall-form_steps-pages {
    height: 535px;
    position: relative;
}

.b-ordercall-form_steps-pages__item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.b-ordercall-form_steps-pages__item_active {
    opacity: 1.0;
    visibility: visible;
}

.b-ordercall-form_steps-pages__item-header {
    height: 38px;
    line-height: 38px;
    background: transparent;
}

.b-ordercall-form_steps-pages__item-header-i {
    text-align: center;
    font-size: 0;
}

.b-ordercall-form_steps-pages__item-header__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    width: 112px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #c2ceda;
    font-size: 14px;
    color: #c2ceda;
    background: #fff;
    font-family: 'gotham_probold';
    border-radius: 40px;
    cursor: default;
    transition: all 0.5s ease;
}

.b-ordercall-form_steps-pages__item-header__item_prev {
    background: #c2ceda;
    cursor: pointer;
    color: #fff;
    opacity: 0.5;
}

.b-ordercall-form_steps-pages__item-header__item_prev:hover {
    background: #c2ceda;
    color: #fff;
}

.b-ordercall-form_steps-pages__item-header__item_active {
    background: #c2ceda;
    color: #fff;
}

.b-ordercall-form_steps-pages__item-content {
    padding: 30px;
    text-align: left;
}

.b-ordercall-form_steps-pages__item-content_hidden {
    display: none;
}

.b-ordercall-form_steps-pages__item-content .b-form-block-body-line_submit {
    text-align: center;
}

.b-ordercall-form_steps-pages__item-content-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-family: 'gotham_proregular';
    text-align: left;
}

.b-form-input-mini {
    width: 135px !important;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.b-form-input-mini input {
    padding: 0;
    width: 100%;
    padding: 0;
    text-align: center;
}

.b-ordercall-form_steps-pages__item-content-checkbox {
    display: inline-block;
    vertical-align: middle;
    padding-left: 22px;
    background: transparent url(images/checkbox.png) no-repeat left center;
    cursor: pointer;
    opacity: 1.0;
    font-size: 12px;
    line-height: 15px;
    min-height: 15px;
    color: #000;
    font-family: 'gotham_proregular';
    text-align: left;
    transition: all 0.5s ease;
}

.b-ordercall-form_steps-pages__item-content-checkbox:hover {
    background: transparent url(images/checkbox_a.png) no-repeat left center;
    opacity: 0.7;
}

.b-ordercall-form_steps-pages__item-content-checkbox_active {
    opacity: 1.0 !important;
    background: transparent url(images/checkbox_a.png) no-repeat left center;
}

.b-ordercall-form_steps {
    width: 430px;
    transition: all 0.5s ease;
}

.progress {
    width: 240px;
    height: 8px;
    background: transparent url(images/file_loading.png) no-repeat center center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: rgba(65, 98, 133, 0.5);
    border-radius: 8px;
    transition: all 0.5s ease;
}

.progress-text {
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #a0a0a0;
    font-family: 'gotham_proregular';
}

.fileinput-button {
    display: block;
    width: 240px;
    height: 39px;
    background: transparent url(images/file_field.png) no-repeat center center;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
}

.fileinput-button span {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    height: 39px;
    line-height: 39px;
    font-family: 'gotham_proregular';
    font-size: 12px;
    padding-left: 15px;
    overflow: hidden;
}

.b-ordercall-form_steps-pages__item-content-textarea {
    background: #fff;
    border: 1px solid #c2ceda;
    height: 70px;
    padding-left: 20px;
    padding-top: 15px;
    display: block;
    width: 536px;
    font-size: 14px;
    color: #000;
    resize: none;
    margin-bottom: 20px;
}

.b-ordercall-form_steps-pages__item-content-textarea::-webkit-input-placeholder {
    line-height: normal;
    color: #7b90a1;
}

.b-ordercall-form_steps-pages__item-content-textarea:-moz-placeholder { /* Firefox 18- */
    /*line-height: 100%;*/
    color: #7b90a1;
}

.b-ordercall-form_steps-pages__item-content-textarea::-moz-placeholder { /* Firefox 19+ */
    /*line-height: 100%;*/
    color: #7b90a1;
}

.b-ordercall-form_steps-pages__item-content-textarea:-ms-input-placeholder {
    line-height: normal;
    color: #7b90a1;
}

.lightboxOverlay {
    max-width: 100%;
}

h4 {
    color: #000;
    font-family: "gotham_probold";
    font-size: 20px;
    text-align: left;
    line-height: 120%;
    font-weight: normal;
}

.b-block_cases-menu-h4 {
    margin: 20px 0 10px 75px;
}

.vimeoBadge {
    margin: 15px 0 0 75px;
    font-family: "gotham_proregular";
    font-size: 11px;
    line-height: 120%;
    width: 835px;
}

.vimeoBadge img {
    border: 5px solid rgba(23, 35, 34, 0.75);
}

.vimeoBadge a, .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active {
    color: #2e98d2;
    text-decoration: none;
    cursor: pointer;
}

.vimeoBadge a:hover {
    color: #00CCFF;
}

.vimeoBadge #vimeo_badge_logo {
    margin-top: 10px;
    width: 57px;
    height: 36px;
}

.vimeoBadge .credit {
    font-family: "gotham_proregular";
    font-size: 14px;
    line-height: 120%;
}

.vimeoBadge .clip {
    float: left;
    margin: 0 20px 0 0;
}

.vimeoBadge.vertical .clip {
    float: none;
}

.vimeoBadge .caption {
    font-family: "gotham_proregular";
    font-size: 14px;
    line-height: 120%;
    width: 188px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
}

.vimeoBadge .clear {
    display: block;
    clear: both;
    visibility: hidden;
}

.vimeoBadge .s160 {
    width: 160px;
}

.vimeoBadge .s80 {
    width: 80px;
}

.vimeoBadge .s100 {
    width: 100px;
}

.vimeoBadge .s200 {
    width: 200px;
}

.vimeoBadge .s185 {
    width: 185px;
}


.b-block_cases-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.b-block_cases__videomain {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    height: 100%;
}

.b-block_cases__videomain iframe {
    height: 486px;
}
@media (max-width: 767.98px) {
    .b-block_cases__videomain iframe {
        height: 360px;
    }
}
@media (max-width: 471.98px) {
    .b-block_cases__videomain iframe {
        height: 220px;
    }
}

.b-block_cases__videomain img {
    width: 100%;
    cursor: pointer;
}

.b-block_cases__videolist {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.b-block_cases-videolist__promo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.video-item {
    flex: 0 1 32%;
    transition: opacity 0.5s ease;
}
@media (max-width: 471.98px) {
    .video-item {
        flex: 0 1 auto;
    }
}

.video-item:hover {
    opacity: 0.8;
}

.video-item img {
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
}

.video-item p {
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-weight: 500;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.playblock {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.playblock img {
    width: 100px;
}

.playblock:hover {
    background: rgba(0, 0, 0, 0);
}

.buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -5px;
}
@media (max-width: 471.98px) {
    .buttons {
        flex-direction: column;
    }
}
.buttons a {
    font-size: 15px;
    margin: 5px;
    transition: all 0.3s ease;
}

.buttons a:first-child {
    padding: 20px 35px;
    border: 1px solid rgba(50, 50, 50, 0.5);
    border-radius: 64px;
    text-align: center;
    /*
        -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    */
    color: rgba(50, 50, 50, 0.8);
    font-weight: 600;
}

.buttons a:last-child {
    padding: 20px 35px;
    border: none;
    border-radius: 64px;
    background-color: #d32322;
    text-align: center;
    /*
        border: 1px solid rgba(50,50,50,0.5);
        -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    */
    color: #fff;
    font-weight: 600;
}
@media (max-width: 471.98px) {
    .buttons a:first-child {
        padding: 12px 16px;
    }
    .buttons a:last-child {
        padding: 12px 16px;
    }
    
}

.buttons a:hover {
    opacity: 0.7;
}

.video-block {
    margin-bottom: 30px;
    height: auto !important;
}

.b-block_cases__h4 {
    text-align: center;
    font-family: 'gotham_promedium';
}

.othervideos_list .clear {
    flex: 0 0 32%;
}

.othervideos {
    display: none;
}

.othervideos_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.modalcontent {
    width: 100%;
    text-align: left;
    margin: 0 auto;  
}

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

.form-head h1{
    font-family: 'gotham_probold';
    font-size: 40px;
}

.form-control {
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.form-control a{
    color: #000;
}

.form-control input[type="text"], input[type="tel"] {
    padding: 13px 30px;
    width: 50%;
    border-radius: 65px;
    border: 1px solid #ddd;
    outline: none;
}
@media (max-width: 471.98px) {
    .form-control input[type="text"], input[type="tel"] {
        width: 100%;
    }
}

.form-control label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    pointer-events: auto;
    z-index: 101;
}

.form-control label input {
    margin-right: 11px;
    opacity: 0;
}

.fake-input{
    display: block;
    position: absolute;
    padding-left: 3px;
    width: 14px;
    height: 16px;
    background-color: #fff;
    border-radius: 3px;
    z-index: -1;
}

.form-control button {
    background: #2a2a2c;
	background: linear-gradient(to bottom, #686868 0%, #2a2a2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#2a2a2c', GradientType=0); /* IE6-9 */
    box-shadow: 0 5px 10px rgba(255, 73, 120, 0.5);
    border-radius: 65px;
    color: #fff;
    border: none;
	font-family: 'gotham_promedium';
    font-size: 15px;
    opacity: 1;
    transition: opacity 0.5s ease;
    outline: none;
	padding: 20px 50px;
	margin: 10px 0;
}

.form-control button:hover {
    opacity: .8;
}

.conf-text, .conf-text a{
    font-size: 14px;
    color: #000000CC;
	font-family: 'gotham_proregular';
}

.message-true {
    color: #58a758;
    font-size: 18px;
    display: none;
}

.message-false, .message-error {
    color: #f00;
    font-size: 18px;
    display: none;
}

.sticky-buttons {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 9999;
}


.marquiz-btn {
    width: auto;
    position: fixed;
    bottom: 20px;
    left: 20px;

    
}  

.marquiz-btn a {
    font-size: 15px;
    padding-left: 60px;
}

.marquiz-btn span {
    position: relative;
}

.marquiz-btn a::before {
    position: absolute;
    content: "";
    background-image: url('../styles/images/whatsapp_sprite_small.png');
    width: 35px;
    left: 15px;
    bottom: 0;
    height: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
    transform: translateY(-10px);
}

.marquiz-btn.marquiz__container {
    width: auto;
}



.whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 18px 20px;
    color: #fff;
    background-color: #25d366;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    font-family: 'gotham_proregular';
    z-index: 9999;
    transform: translateY(-3px);
}

.whatsapp-btn span {
    position: relative;
    padding-left: 50px;
    
}

.whatsapp-btn:hover {
    opacity: .8;
}


.whatsapp-btn span::before {
    content: "";
    position: absolute;
    background-image: url('../styles/images/whatsapp_sprite_small.png');
    width: 35px;
    height: 35px;
    background-position: -35px 0;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    transform: translateY(7px);
}

.whatsapp-btn img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.hidden-button {
    opacity: 0;
    transition: opacity 1s ease;
}

@media screen and (min-width: 2500px) {
    .whatsapp-btn {
      right: 10%;
  }
    .marquiz-btn {
        left: 10%;
    }
}   

@media(max-width: 640px) {
    .whatsapp-btn {
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background-size: cover;
    background-color: #25d366;
    border-radius: 50%;
    background-size: cover;
    background-image: url('../styles/images/whatsapp_sprite_small.png');
    background-repeat: no-repeat;
    background-position: -38px 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    border: 8px solid #25d366;

}

    .whatsapp-btn img {
        display: none;
    }


    .whatsapp-btn span {
        display: none;
    }

}
