body {
    color: #555;
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-map-marker:before {
    content: "\f041";
}

.headline-call {
    padding: 13px 10px 12px;
}

.fly-header .fly-header-row {
    display: table-row;
}

.fly-header .fly-header__logo img {
    height: 60px;
    max-height: none;
    max-width: none;
}

.fly-header .fly-header__logo .logo-sticky {
    display: none;
}

.is-sticky .fly-header .fly-header__logo .logo-default {
    display: none;
}

.is-sticky .fly-header .fly-header__logo .logo-sticky {
    display: inline-block !important;
    /*height: 41px;*/
    height:23px;
    margin-top: 5px;
}

.fly-header__logo .slogan {
    display: block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    padding-right: 6px;
    font-size: 10px;
}

.fly-header__logo a:hover,
.fly-header__logo a:hover .slogan {
    text-decoration: none;
    opacity: 0.8;
}

.fly-header__buttons {
    display: table-cell;
}

.fly-header__contacts .btn,
.fly-header__buttons .btn {
    height: 32px;
    width: 140px;
    line-height: 9px;
    padding: 10px 15px;
    margin: 0 0 5px;
    color: #E53A3E;
    background: none;
    border: 2px solid #E53A3E;
    transition: all 0.2s ease;
}

.fly-header__contacts .btn:hover,
.fly-header__buttons .btn:hover {
    background-color: #E53A3E;
    color: #fff;
    border: 2px solid #E53A3E;
}

.calc-link {
    display: inline-block;
    margin: 7px 0 9px;
    font-weight: bold;
    text-transform: uppercase;
}

.moduletable {
    clear: both;
    overflow: hidden;
}

.btn-skinali-wrap {
    margin-top: 20px;
}

.btn-active {
    background-color: #E53A3E !important;
    border: 1px solid transparent !important;
    transition: all 0.2s ease;
    color: #fff;
}

.btn-red,
.btn-skinali {
    height: 40px;
    width: 220px;
    font-size: 16px;
    padding: 9px 0;
    background: #E53A3E;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    color: #fff;
}

.btn-active:hover,
.btn-red:hover,
.btn-skinali:hover {
    color: #E53A3E;
    border-color: #E53A3E;
    background: #fff;
}

.mainmenu .mainmenu__root-item a.highlight {
    background: #E53A3E;
}

.about-company img {
    max-width: 100%;
}

.portfolio-name {
    color: #555;
    font-size: 16px;
}

.portfolio-description {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}

.portfolio-data {
    padding-top: 10px;
    color: #666;
}

.contacts .fa {
    font-size: 36px;
    color: #000;
    margin-bottom: 5px;
}

.contacts {
    margin-bottom: 20px;
}

.nav-side .nav-side__item.active > a {
    background: #4AA3FF;
    color: #fff;
}

.nav-side .lvl2 > .nav-side__item.level3 > .nav-side__label {
    padding-left: 50px;
}

.nav-side .nav-side__item > span {
    display: block;
    padding: 11.5px 30px 9.5px;
}

.sectiondescription {
    margin-bottom: 20px;
}

.price {
    width: 743px;
}

.price th,
.price td {
    border-collapse: collapse;
    border: 1px solid #fff;
}

.price thead th {
    background: #4AA3FF;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 10px 4px;
}

.price tbody th {
    padding: 18px 10px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #4AA3FF;
    text-align: center;
}

.price tbody td {
    padding: 5px 10px;
    font-size: 13px;
    color: #353535;
    background: #fbfbfb;
}

.price tbody tr:nth-child(even) td {
    background: #f5f5f5;
}

.price tbody tr td:first-child {
    background: #4AA3FF;
    color: #fff;
    width: 58px;
    text-align: center;
}

.price tbody tr.show-more td:first-child {
    background: #fff;
    color: #4AA3FF;
    text-align: center;
}

.price tbody tr.show-more a {
    color: #4AA3FF;
    text-transform: uppercase;
    border-bottom: 1px dashed #4AA3FF;
}

.price tbody tr.show-more a:hover {
    border-color: transparent;
    text-decoration: none;
}

.price tbody tr td:nth-child(3) {
    width: 58px;
    text-align: center;
}

.price tbody tr td:nth-child(4) {
    width: 74px;
    white-space: nowrap;
}

.features.one-row .item {
    width: 14.28%;
}

.features.one-row .features__label {
    border: none;
}

.features.one-row .features__pic,
.features.one-row .features__data {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.features.one-row .features__description {
    line-height: 14px;
    height: auto;
}

.catalog .features.one-row .features__description {
    height: 58px;
}

.products_showcase .products__in {
    min-height: 300px;
}

.product-size {
    color: #999;
}

.products_table .products__name {
    max-height: 34px;
}

.newsdetail .features.one-row .features__description {
    height: 68px;
}

.features.one-row .features__label {
    padding: 10px 0;
}

.law-info {
    margin-top: 105px;
    color: #888;
}

.footer {
    margin-top: 30px;
}

.footer-logo .container {
    margin-top: 20px;
}

.footer-logo .container:first-child {
    margin: 0;
}

.footer-logo img {
    max-height: 60px;
}

.category .category__subitem {
    height: 220px;
}

.category .category__in {
    padding: 0;
}

.category .category__pic {
    background-size: cover;
}

.category.category-main-page .category__item {
    height: auto;
}

.category.category-main-page .category__in {
    min-height: 310px;
}

.category .category__subitem .category__in {
    min-height: 220px;
}

.category.category-main-page .category__pic {
    height: 230px;
    line-height: 230px;
}

.category .category__subitem .category__pic {
    height: 150px;
    line-height: 150px;
}

.category.category-main-page .category__data {
    min-height: 70px;
    max-height: 70px;
    position: relative;
    margin-top: 10px;
}

.category .category__subitem .category__data {
    min-height: 70px;
    max-height: 70px;
}

.category.category-main-page .category__item > .row,
.category.category-main-page .category__item > .row > .col,
.category.category-main-page .category__item > .row > .col > .category__in {
    height: 100%;
}

.category.category-main-page .category__item .category__data,
.category.category-main-page .category__item .category__description {
    max-height: none;
}

.category.category-main-page .category__label .description {
    margin-bottom: 10px;
}

.category_subsection a {
    color: #4AA3FF;
}

.topline .top_line_menu li {
    margin-right: 5px;
}

.top_line_menu a {
    padding: 14px 5px;
}

.top_line_menu a.highlight {
    /*background: #ffc132;
    color: #fff;*/
    text-decoration: underline;
    padding-left: 14px;
}

.mainmenu--wide .mainmenu__submenu {
    padding-bottom: 20px;
    min-height: 270px;
}

.mainmenu--wide .mainmenu__column > li {
    padding: 5px 15px;
}

.is-sticky .mainmenu .mainmenu__root-item > .mainmenu__item-link,
.is-sticky .mainmenu .mainmenu__other .mainmenu__other-link {
    padding: 8px 14px;
}

.main-banners .rs-banners_banner .rs-banners_product {
    position: relative;
    width: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 30px 0 20px 85px;
    text-align: left;
    height: auto;
}

.main-banners .rs-banners-container .rs-banners.owl-theme.owl-carousel .owl-item img {
    position: relative;
}

.main-banners .rs-banners_banner .rs-banners_infowrap {
    height: auto;
}

.main-banners .rs-banners_infowrap .rs-banners_button {
    margin-left: 40px;
}

.main-banners .without-image .rs-banners_infowrap {
    margin-top: 50px;
    width: 60%;
}

.newsdetail.imagetop {
    margin: 0 10px 0;
}

.newsdetail .owl {
    margin-bottom: 70px;
}

.newsdetail .owl-carousel .owl-stage-outer {
    margin: 0 60px;
}

.newsdetail .owl-theme .owl-nav {
    float: none;
    position: absolute;
    top: 50px;
    width: 100%;
}

.newsdetail .owl-nav .prev,
.newsdetail .owl-nav .next {
    background-color: #4AA3FF;
    border: 0;
    border-radius: 0;
    color: #fff;
    width: 45px;
    text-align: center;
}

.newsdetail .owl-nav .prev:hover,
.newsdetail .owl-nav .next:hover {
    border: 0 !important;
    background-color: #0a7ddd;
}

.newsdetail .owl-nav div span,
.newsdetail .owl-nav .prev span:before,
.newsdetail .owl-nav .next span:before {
    font-size: 36px;
    line-height: 30px;
}

.newsdetail .owl-nav .prev {
    position: absolute;
    left: 0;
}

.newsdetail .owl-nav .next {
    position: absolute;
    right: 0;
}

.newsdetail .owl .owl-item a {
    display: block;
}

.newsdetail .owl .owl-item img {
    width: 100%;
}

.newsdetail .owl-nav {
    margin-top: 15px;
}

@media (min-width: 1600px) {
    .category.category-main-page .category__pic {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 0;
    }
}

@media (min-width: 1200px) {
    .category.category-main-page .col-md-3 {
        width: 20%;
    }
}

@media (min-width: 800px) {
    .footer-logo {
        float: left;
        border: none;
    }

    .footer-contacts {
        margin: auto;
        width: 300px;
    }

    .footer-nav {
        float: right;
        border: none;
    }
}

@media (max-width: 1024px) and (min-width: 740px) {
    .features.one-row .item {
        width: 25%;
        float: left;
    }
}

.fly-header__contacts .header-contacts__buttons,
.fly-header__logo .header-contacts__phone,
.fly-header__logo .header-contacts__adress,
.fly-header__logo .header-contacts__mail,
.fly-header__logo .header-contacts__instagram,
.fly-header__logo .contact-wrap {
    display: none;
}

.is-sticky .fly-header__logo .header-contacts__adress {
    display: none;
}

@media (max-width: 739px) {
a.fancybox-close {
    background: transparent url(../images/fancybox/fancybox-close.png?v2) 0 0 no-repeat !important;
}
    .price {
        width: 100%;
    }

    .features.one-row .item {
        width: 50%;
        float: left;
    }

    .main-banners .rs-banners_banner .rs-banners_product {
        margin-left: 55px;
    }

    .main-banners .rs-banners-container .rs-banners.owl-theme.owl-carousel .owl-item img {
        max-height: 100px;
        max-width: 70%;
    }

    .main-banners .rs-banners-container .rs-banners_button {
        display: inline-block !important;
        position: absolute;
        bottom: 10px;
    }

    .fly-header,
    .fly-header .fly-header-row:first-child {
        display: block;
    }

    .fly-header .fly-header__logo img {
        height: 50px;
    }

    .fly-header .fly-header-row {
        display: table;
        width: 100%;
    }

    .fly-header .fly-header__menu-button {
        float: left;
    }

    .fly-header .fly-header__logo {
        padding: 0 0 0 40px;
        text-align: center;
    }

    .fly-header__buttons {
        vertical-align: middle;
    }

    .fly-header__buttons .btn {
        margin: 0 3px;
        height: 35px;
        line-height: 11px;
    }

    .fly-header__buttons br {
        display: none;
    }

    .fly-header__buttons .calc-link {
        margin-bottom: 0;
    }

    .loss-menu-right .selected {
        width: 35px;
        height: 35px;
        line-height: 26px;
    }

    .is-sticky .fly-header__buttons .calc-link {
        display: none;
    }

    .fly-header__logo .header-contacts__phone,
    .fly-header__logo .header-contacts__adress {
        display: block;
        text-align: center;
        margin: 12px 0 7px;
        line-height: 14px;
    }

    .fly-header__logo .header-contacts__adress {
        margin: 5px 0 0;
    }

    .fly-header .fly-header__menu-button,
    .fly-header .fly-header__search,
    .fly-header .fly-header__icons {
        vertical-align: top;
    }

    .fly-header .fly-header__menu-button {
        display: inline-block;
        padding-top: 5px;
    }

    .opened-mobile-menu .fly-header .fly-header__buttons,
    .opened-mobile-menu .fly-header .fly-header__search,
    .opened-mobile-menu .fly-header .fly-header__icons {
        display: none;
    }

    .main-banners .rs-banners .rs-banners_banner {
        height: 50vw;
    }

    .main-banners .rs-banners .rs-banners_banner .rs-banners_background {
        background-position: center center;
    }

    .fly-header .fly-header__search-icon,
    .basketinhead {
        margin: 0 0 0 5px;
    }

    .category__item {
        height: auto;
    }

    .category .category__subitem {
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    .fly-header__buttons .btn {
        font-size: 11px;
        width: 102px;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
}

.cabin-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
}

.cabin-container h3 {
    width: 100%;
}

.cabin-item {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.cabin-img {
    width: 50%;
}

.cabin-img img {
    width: 100%;
}

.cabin-text {
    width: 44%;
    margin-rigth: 3%;
    margin-left: 3%;
}

.sectiondescription {
    padding-left: 40px;
}

.sectiondescription .features,
.text .features {
    margin-top: 20px;
    margin-bottom: 10px;
}

.text hr {
    margin: 30px 0;
    border-top: 2px solid #4AA3FF;
}

.sectionslider {
    padding: 10px 25px 30px;
}

.text-preview {
    margin-bottom: 30px;
}

h2 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #4AA3FF;
    margin-top: 80px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #4AA3FF;
    margin-top: 20px;
}

.img-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.text-preview {
    padding-left: 10px;
    padding-bottom: 10px;
}

.title-center {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.forms {
    margin: 30px 0;
}

.form-blue,
.form-grey {
    padding: 10px 20px 16px;
    font-size: 15px;
}

.form-blue .col,
.form-grey .col {
    padding-left: 5px;
    padding-right: 5px;
}

.form-blue .alert,
.form-grey .alert {
    padding: 0 10px;
}

.form-blue .title,
.form-grey .title {
    font-size: 26px;
    line-height: 32px;
}

.form-blue .info,
.form-grey .info {
    margin-bottom: 14px;
}

.form-blue .btn,
.form-grey .btn,
.form-blue .form-control,
.form-grey .form-control {
    width: 100%;
}

.form-blue {
    background: #4AA3FF url(../images/form-blue.png) 107% 10px no-repeat;
    color: #fff;
}

.form-blue .form-control,
.form-grey .form-control {
    box-shadow: none;
}

.form-blue .form-control {
    border-color: #fff;
}

.form-blue .btn {
    background: #fcd63f !important;
    border-color: #fcd63f;
    color: #000 !important;
}

.form-blue .btn:hover {
    background: #ffcc00 !important;
    color: #000;
}

.form-grey {
    background: #f0f0f0 url(../images/form-grey.png) 107% 10px no-repeat;
    color: #000;
}

.form-grey .form-control {
    background: transparent;
}

@media (max-width: 740px) {
    .form-blue {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .form-blue .col-md-4,
    .form-grey .col-md-4 {
        margin-bottom: 10px;
    }
}

@media (min-width: 740px) {
    body .fly-header-wrap.__simple .fly-header .fly-header__logo {
        max-width: 260px;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__contacts {
        display: table-cell;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts {
        margin-right: 0;
        padding: 0 10px 0 25px;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts__phone {
        margin: 0;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__buttons {
        vertical-align: middle;
        padding-top: 5px;
        white-space: nowrap;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__buttons br,
    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts__adress,
    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .contact-wrap {
        display: none
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts__phone {
        font-size: 24px;
    }

    .mobile-menu .mobile-menu-nav, .mobile-menu .mobile-menu__userpersonal {
        top: 20px;
    }

    .fly-header-sticky-wrapper.is-sticky .top-menu {
        display: block;
    }

    .fly-header-sticky-wrapper.is-sticky .fly-header-sidenav-button {
        display: none;
    }

    .fly-header-sticky-wrapper.is-sticky .fly-header {
        padding-left: 0;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__icons {
        width: 100px;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__icons .basketinhead,
    body .fly-header-wrap.__simple .fly-header .fly-header__icons .inheadfavorite {
        margin: 0 0 0 10px;
    }
}

@media (min-width: 740px) and (max-width: 1024px) {
    .form-blue .col-md-4,
    .form-grey .col-md-4 {
        margin-bottom: 10px;
    }

    .form-blue .title,
    .form-grey .title {
        font-size: 24px;
    }

    .form-blue .info,
    .form-grey .info {
        margin-top: 5px;
        line-height: 14px;
        font-size: 13px;
    }

    .is-sticky .fly-header .fly-header__logo .logo-sticky {
        height: 35px;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__logo {
        max-width: 200px;
        width: 200px;
        min-width: 200px;
    }

    body .fly-header-wrap.__simple .fly-header .fly-header__search {
        display: none;
    }

    .header-search__form input[type="text"] {
        min-width: 110px;
    }

    .fly-header .fly-header__icons .basketinhead,
    .fly-header .fly-header__icons .inheadfavorite {
        margin: 0 5px 0 0;
    }
}

@media (min-width: 1024px) and (max-width: 1130px) {
    .forms .col-md-6 {
        width: 100%;
    }

    .form-blue {
        margin-bottom: 30px;
    }
}

.category.category-main-page .category__item:hover {
    z-index: 2;
}

.category.category-main-page .category__item:hover > .row > .col > .category__in {
    height: auto;
    min-height: 100%;
    overflow: auto;
}

.category.category-main-page .category__item > .row > .col > .category__in .show-more {
    display: block;
    border-bottom: 1px dashed #333;
    text-align: center;
    width: 78px;
    margin: 0 auto;
    line-height: 14px;
    color: #333;
}

.category.category-main-page .category__item:hover > .row > .col > .category__in .show-more,
.category.category-main-page .category__item > .row > .col > .category__in .hover-hide {
    display: none;
}

.category.category-main-page .category__item:hover > .row > .col > .category__in .hover-hide {
    display: block;
}

output {
    display: inline-block;
}

.tol {
    width: 100%;
}

.c-select {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
    color: #55595c;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMV…GzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;
    background-image: none \9;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
}

.input-group .c-select {
    border-radius: 3px 0 0 3px;
}

#sm-type-triplex,
#sm-type-zerkalo {
    display: none;
}

.calc-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}

.calc.wrapper {
    background: #f0f0f0;
    padding: 20px 20px 10px;
}

.calc.wrapper .calc-item {
    padding-bottom: 10px;
}

.calc-row3,
.calc-row3 output {
    font-size: 24px;
}

.calc-row3 .cena {
    font-weight: bold;
}

.calc-row3 a {
    font-size: 14px;
}

.calc-button {
    padding: 5px 7px;
}

@media (max-width: 1024px) {
    .calc.wrapper .calc-item {
        padding-bottom: 20px;
    }

    .is-sticky .header-contacts {
        display: block;
    }
}

.product .prices__val_cool {
    font-size: 30px;
}

.product .characteristics__item {
    width: 100%;
}

.product .characteristics-list__name {
    width: 35%;
}

.product .characteristics-list__value {
    width: 65%;
}

.skinali .item .image {
    display: block;
    height: 79px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.skinali .item .name {
    margin: 5px 0 20px;
}

.fancybox-skinali .fancybox-title {
    border: 0;
    margin: 0;
    padding: 10px 0 30px;
}

.fancybox-skinali .btn {
    position: absolute;
    left: 14px;
    bottom: 10px;
    z-index: 8040;
    color: #E53A3E;
    background: #fff;
    border: 2px solid #E53A3E;
    transition: all 0.2s ease;
}

.fancybox-skinali .btn:hover {
    background-color: #E53A3E;
    color: #fff;
    border: 2px solid #E53A3E;
}

.fancybox-skinali .btn.btn-dress {
    left: 160px;
}

.fancy-count {
    float: right;
    padding-top: 5px;
}

.services-title {
    font-weight: bold;
    background: #eee;
}

.block-link {
    margin-bottom: 25px;
}

.block-link .block-inner-link {
    overflow: hidden;
    margin-bottom: 10px;
}

.block-link .block-link-name {
    float: left;
    width: 150px;
    font-weight: bold;
}

.block-link .block-link-content {
    margin-left: 170px;
}

.block-link .block-link-item {
    margin-right: 20px;
    white-space: nowrap;
    color: #4AA3FF;
}

.block-link .block-link-item.active {
    color: #E53A3E;
}

.mobile-menu-nav .mobile-menu-nav__link.highlight-catalog {
    background: #E53A3E;
    color: #fff;
}

.mobile-menu-nav .mobile-menu-nav__link.highlight {
    background: #ffc132;
    color: #fff;
}

.product-detail-carousel .product-detail-carousel__images {
    overflow: visible;
}

.product-detail-carousel .preview-wrap {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.product-detail-carousel .preview-wrap.active {
    opacity: 1;
}

.product-detail-carousel .preview-wrap a {
    display: block;
}

.product-detail-carousel .preview-wrap img {
    max-height: 524px;
}

.product-detail-carousel .preview-wrap .spzoom-zoom img {
    max-width: none;
    max-height: none;
}

@media (max-width: 739px) {
    .product-detail-carousel .preview-wrap img {
        max-height: 300px;
    }
}

.popupgallery {
    border: 0;
    height: 90%;
}

.popupgallery .col,
.popupgallery .row,
.popupgallery .around_changeit,
.popupgallery .changeit,
.popupgallery .navigations {
    height: 100%;
    display: block;
}

.popupgallery .changeit img {
    max-height: 100%;
}

.service-products .item {
    border: 1px solid rgba(204, 204, 204, 0.3);
    padding: 20px 10px;
    font-size: 16px;
    overflow: hidden;
}

.service-products .name {
    height: 46px;
    overflow: hidden;
}

.service-products .name,
.service-products .desc {
    margin-top: 15px;
}

.service-products .price {
    font-weight: bold;
    color: #555;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
}

.service-products .btn {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.service-products .img {
    text-align: center;
}

.service-products img {
    max-width: 100%;
    max-height: 100%;
}

.main-btn {
    transition: .3s all;
    position: relative;
    display: inline-block;
    border: 2px solid #337ab7;
    border-radius: 5px;
    padding: 10px 10px 10px 50px;
    /* margin: 0 auto 20px 50%; */
    /* margin: 0 auto 20px 20%; */
    color: #337ab7;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    /* width: 40%; */
    /* transform: translateX(-50%); */
    /* white-space: nowrap; */
}

.main-btn-2 {
    transition: .3s all;
    position: relative;
    display: inline-block;
    border: 2px solid #e53a3e;
    border-radius: 5px;
    padding: 10px 10px 10px 50px;
    /* margin: 0 auto 20px 50%; */
    /* margin: 0 auto 20px 10%; */
    text-align: center;
    color: #e53a3e;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
}

.main-btn-3 {
    transition: .3s all;
    position: relative;
    display: inline-block;
    /* border: 2px solid #337ab7;*/
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    /* margin: 0 auto 20px 50%; */
    /* margin: 0 auto 20px 10%; */
    color: #337ab7;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    vertical-align: bottom;
}

.mobile.wrapper-main-btn-2 {
    display: none;
}

.mobile.wrapper-main-btn-3 {
    display: none;
}

.main-btn-3:after {
    content: '';
    background: url(/local/templates/flyaway_digital/images/icons/calc.png) no-repeat;
    width: 58px;
    background-size: cover;
    height: 67px;
    display: inline-block;
    position: absolute;
    right: -80px;
    top: -15px;
}

.wrapper-main-btn {
    width: 35%;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 40px;
}

.wrapper-main-btn-2 {
    width: 35%;
    display: inline-block;
    margin-bottom: 20px;
}

.wrapper-main-btn-3 {
    width: 20%;
    display: inline-block;
    margin-bottom: 20px;
}

.main-btn-2:hover {
    color: #fff;
    background-color: #e53a3e;
    text-decoration: none;
}

.main-btn-3:hover {
    color: #fff;
    background-color: #337ab7;
    text-decoration: none;
}

.main-btn svg {
    transition: .3s all;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 13px;
    fill: #337ab7;
}


.main-btn span {
    text-align: center;
}

.main-btn div {
    text-align: center;
    font-size: 20px;
}

.main-btn:hover {
    color: #fff;
    background-color: #337ab7;
    text-decoration: none;
}

.main-btn:hover svg {
    fill: #fff;
}

.sale-payment-wrapper {
    max-width: 500px;
}

.sale-payment-wrapper textarea {
    resize: vertical;
}

.sale-payment-wrapper-title {
    padding: 0 0 25px;
    margin: 0 0 20px;
    color: #202020;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e3e3e3;
}

.text-flex {
    display: flex;
    justify-content: space-between;
}

.__simple .text-flex {
    display: none;
}

.hidden-lg .text-flex {
    white-space: nowrap;
}

.hidden-lg .text-flex .calc-link {
    font-size: 12px;
    padding-top: 5px;
}

.hidden-lg .text-flex .icon-calc {
    margin-left: 10px;
    position: absolute
}

@media (max-width: 450px) {
    .main-btn {
        font-size: 16px;
    }

    .main-btn div {
        font-size: 16px;
    }

    .main-btn svg {
        height: 31px;
        left: 9px;
        top: 10px;
    }
}

@media (min-width: 768px) and  (max-width: 1280px) {
    .service-products .name {
        height: 69px;
        overflow: visible;
    }
}

@media (max-width: 1140px) {
    .wrapper-main-btn-2 {
        display: none;
    }

    .wrapper-main-btn-2 {
        display: none;
    }

    .wrapper-main-btn-3 {
        display: none;
    }

    .mobile.wrapper-main-btn-3 {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0px;
        margin: 15px 0px 15px 0px;

    }

    .mobile.wrapper-main-btn-2 {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-left: 0px;

    }

    .mobile.wrapper-main-btn-2 > .main-btn-2 {
        font-size: 15px;
    }

    .mobile.wrapper-main-btn-3 > .main-btn-3 {
        font-size: 15px;
        margin-right: 80px;
    }

    .wrapper-main-btn {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .service-products .name {
        height: auto;
        overflow: visible;
    }

    .main-btn {
        /*margin-top: 15px;
        margin: 0 auto 20px 50%;*/
    }

    .main-btn-2 {
        /* display: none;*/
    }

    .footer-menu-wrap {
        display: none;
    }
}

.footer-menu-wrap {
    background: rgba(204, 204, 204, 0.3);
}

.footer-menu {
    margin: 0;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    display: inline-block;
    color: #555;
    padding: 14px 5px;
}

.footer-menu li:before {
    display: none;
}

/**********201699***************/
.header-contacts .header-contacts__phone {
    font-size: 20px;
    margin-bottom: 7px;
}

.header-contacts .header-contacts__mail {
    font-size: 17px;
    margin-bottom: 5px;
}

.calc-link,
.calc-link:visited {
    color: #4AA3FF;
}

.calc-link.icon-calc {
    padding-left: 35px;
    position: relative;
}

.calc-link.icon-calc::before {
    content: "";
    background: url(/local/templates/flyaway_digital/images/calc.png) no-repeat;
    width: 32px;
    height: 29px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -6px;
}

.fly-header__buttons .btn.link-montag {
    background-color: #E53A3E;
    color: #fff;
}

.fly-header__buttons .btn.link-montag:hover {
    background-color: #fff;
    color: #E53A3E;
}

.fly-header {
    position: relative;
}

@media (min-width: 740px) {
    body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts__phone {
        font-size: 21px;
    }
}

@media (max-width: 739px) {
    .calc-link.icon-calc {
        padding-top: 5px;
        color: #4AA3FF;
        left: calc(50% - 38px);
    }

    .calc-link.icon-calc::before {
        top: -1px;
    }
}

.mainmenu {
    visibility: visible !important;
}

.products__in-list-item-property-name, .products__in-list-item-property-value {
    display: inline-block;
    text-align: left;
}


.bee__reviews-block {
    background-color: #e7eaef;
    position: relative;
    padding: 52px 0 71px;
}

.bee__reviews-block .owl-reviews {
    max-width: 990px;
    margin: 0 auto;
}

.bee__review-item {
    padding: 15px 30px 40px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.bee__review-item__author {
    font-weight: 700;
    font-size: 16px;
}

.bee__review-item__header {
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 5px;
    margin-bottom: 40px;
}

.bee__review-item__text {
    line-height: 1.65;
}

.bee__certificates-block .owl-nav > div,
.bee__reviews-block .owl-reviews .owl-nav > div {
    background-color: #fff;
}

.bee__certificates-block .owl-nav,
.bee__reviews-block .owl-reviews .owl-nav {
    display: block !important;
    background-color: #fff;
    float: none;
    margin: 0 auto;
    width: 70px;
    position: relative;
    top: 15px;
}

.bee__reviews-block .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bee__reviews-block .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bee__actions-block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bee__actions-item {
    display: inline-block;
    max-width: 330px;
    margin: 0 30px 30px;
}

.bee__action-item__title {
    color: #555555;
    font-size: 16px;
    margin-bottom: 15px;
}

.bee__actions-item:hover {
    text-decoration: none;
}

.bee__action__header {
    margin-bottom: 9px;
}

.bee__action-item__text {
    color: #8d8d8d;
}

.bee__certificates-block__inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.bee__certificates-block-wrapper {
    max-width: 100%;
    width: 100%;
}

.bee__certificate-item {
    display: block;
    margin: 0 15px;
    text-align: center;
}

.content {
    overflow: hidden;
}

.footer__payment img {
    height: 30px;
    width: auto;
}

.footer__payment {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.footer-contacts__inner {
    min-width: 200px;
}

.footer-social {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 4px;
}

@media screen and (max-width: 480px) {
    .footer-contacts {
        flex-direction: column;
        align-items: center;
    }

    .footer-contacts {
        flex-direction: column;
        align-items: center;
    }

    .footer-social {
        justify-content: center;
        align-items: center;
    }

    .footer__payment {
        display: inline-block;
    }
}

.how-we-work__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 53px 0px;


}

.how-we-work-item {
    -webkit-flex-basis: calc(100% / 5);
    -ms-flex-preferred-size: calc(100% / 5);
    flex-basis: calc(100% / 5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    bottom: -36px;
}

.how-we-work-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    top: -36px;
    bottom: auto;
}


.how-we-work-item__image {
    margin-bottom: 15px;
}

.how-we-work-item:nth-child(even) .how-we-work-item__image {
    margin-top: 15px;
}
.how-we-work-item__text {
    width: 124%;
}
@media screen and (max-width: 1100px) {
    .how-we-work-item:nth-child(even){
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .how-we-work__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;

    }
    .how-we-work-item__text {
        width: 100%;
    }
    .how-we-work__item.how-we-work-item {
        min-width: 240px;
        position: static;
        margin: 0 15px 30px;
    }
}
.row.category.sec .category__in .category__img{
    max-height: 430px;
    line-height: 430px;
    width: 340px;
}
.row.category.sec .category__in .category__img.sl3,.row.category.sec .category__in .category__img.sl4{
    max-height: 340px;
    line-height: 340px;
    width: 340px;
    margin-top:-20px;
}
.row.category.sec .category__pic {
    line-height: 360px;
}
.row.category.sec .category__in {
    min-height: 360px;
}
.row.category.sec .category__subitem .category__pic {
    height: 360px;
    line-height: 360px;
}
.row.category.sec .category__subitem {
    height: 360px;
}
.row.category.sec .category__data {
    text-align:center;
}
.row.category.sec .category__data .category__name{
    font-size:18px;
}
.category__item.category__subitem.hides{
    display:none;
}
.pokazat{
    width:100%;
    text-align:center;
    color: #4AA3FF;
}
.pokazat span{
    border-bottom: 1px solid;
    cursor:pointer;
}
.row.category.sec .category__subitem .category__data {
    min-height: 40px;
    max-height: 40px;
}

.form-blue3,
.form-grey3 {
    padding: 10px 20px 16px;
    font-size: 15px;
}

.form-blue3 .col,
.form-grey3 .col {
    padding-left: 5px;
    padding-right: 5px;
}

.form-blue3 .alert,
.form-grey3 .alert {
    padding: 0 10px;
}

.form-blue3 .title,
.form-grey3 .title {
    font-size: 26px;
    line-height: 32px;
}

.form-blue3 .info,
.form-grey3 .info {
    margin-bottom: 14px;
}

.form-blue3 .btn,
.form-grey3 .btn,
.form-blue3 .form-control,
.form-grey3 .form-control {
    width: 100%;
}

.form-blue3 {
    background: #4AA3FF url(/local/templates/flyaway_digital/custom/../images/form-blue.png) 107% 10px no-repeat;
    color: #fff;
}

.form-blue3 .form-control,
.form-grey3 .form-control {
    box-shadow: none;
}

.form-blue3 .form-control {
    border-color: #fff;
}

.form-blue3 .btn {
    background: #fcd63f !important;
    border-color: #fcd63f;
    color: #000 !important;
}

.form-blue3 .btn:hover {
    background: #ffcc00 !important;
    color: #000;
}

.form-grey3 {
    background: #f0f0f0 url(/local/templates/flyaway_digital/custom/../images/form-grey.png) 107% 10px no-repeat;
    color: #000;
}

.form-grey3 .form-control {
    background: transparent;
}

@media (max-width: 740px) {
    .form-blue3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .form-blue3 .col-md-4,
    .form-grey3 .col-md-4 {
        margin-bottom: 10px;
    }
}

@media (min-width: 740px) and (max-width: 1024px) {
    .form-blue3 .col-md-4,
    .form-grey3 .col-md-4 {
        margin-bottom: 10px;
    }

    .form-blue3 .title,
    .form-grey3 .title {
        font-size: 24px;
    }

    .form-blue3 .info,
    .form-grey3 .info {
        margin-top: 5px;
        line-height: 14px;
        font-size: 13px;
    }

}

@media (min-width: 1024px) and (max-width: 1130px) {
    .form-blue3 {
        margin-bottom: 30px;
    }
}
.form-blue2,
.form-grey2 {
    padding: 10px 20px 16px;
    font-size: 15px;
}

.form-blue2 .col,
.form-grey2 .col {
    padding-left: 5px;
    padding-right: 5px;
}

.form-blue2 .alert,
.form-grey2 .alert {
    padding: 0 10px;
}

.form-blue2 .title,
.form-grey2 .title {
    font-size: 26px;
    line-height: 32px;
}

.form-blue2 .info,
.form-grey2 .info {
    margin-bottom: 14px;
}

.form-blue2 .btn,
.form-grey2 .btn,
.form-blue2 .form-control,
.form-grey2 .form-control {
    width: 100%;
}

.form-blue2 {
    background: #4AA3FF url(/local/templates/flyaway_digital/custom/../images/form-blue.png) 107% 10px no-repeat;
    color: #fff;
}

.form-blue2 .form-control,
.form-grey2 .form-control {
    box-shadow: none;
}

.form-blue2 .form-control {
    border-color: #fff;
}

.form-blue2 .btn {
    background: #fcd63f !important;
    border-color: #fcd63f;
    color: #000 !important;
}

.form-blue2 .btn:hover {
    background: #ffcc00 !important;
    color: #000;
}

.form-grey2 {
    background: #f0f0f0 url(/local/templates/flyaway_digital/custom/../images/form-grey.png) 107% 10px no-repeat;
    color: #000;
}

.form-grey2 .form-control {
    background: transparent;
}

@media (max-width: 740px) {
    .form-blue2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .form-blue2 .col-md-4,
    .form-grey2 .col-md-4 {
        margin-bottom: 10px;
    }
}

@media (min-width: 740px) and (max-width: 1024px) {
    .form-blue2 .col-md-4,
    .form-grey2 .col-md-4 {
        margin-bottom: 10px;
    }

    .form-blue2 .title,
    .form-grey2 .title {
        font-size: 24px;
    }

    .form-blue2 .info,
    .form-grey2 .info {
        margin-top: 5px;
        line-height: 14px;
        font-size: 13px;
    }

}

@media (min-width: 1024px) and (max-width: 1130px) {
    .form-blue2 {
        margin-bottom: 30px;
    }
}


form .recap {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

form .bt_6 {
    margin-top: 10px;
}

form .bt_6 .col.txt {
    text-align: left!important;
    line-height: 14px;
    margin-top: 5px;
    max-width: 260px;
}

.col.col-md-6.col-sm-6.form-blue2.rsform.js-ajax-form .col span a {
    color: #fff;
    text-decoration: underline;
}
.col.col-md-6.col-sm-6.form-grey2.rsform.js-ajax-form .col span a {
    color: #000;
    text-decoration: underline;
}
.col.col-md-6.col-sm-6.form-blue3.rsform.js-ajax-form .col span a {
    color: #fff;
    text-decoration: underline;
}
.col.col-md-6.col-sm-6.form-grey3.rsform.js-ajax-form .col span a {
    color: #000;
    text-decoration: underline;
}

@media (max-width:1390px) {
    .forms form .recap>div {
        transform: scale(0.8);
    }
}

@media (max-width:1130px) {
    .forms form .recap>div {
        transform: scale(0.7);
    }
    .forms .col-md-6 {
        width: 50%;
    }
}

@media (max-width:1023px) {
    .forms>.col-md-6 {
        width: 100%;
    }
    .forms form {
        display: flex;
        flex-wrap: wrap;
    }
    .forms form>.col-md-6 {
        width: 50%;
        flex: 0 0 50%;
        flex-wrap: wrap;
    }
    .forms form .recap>div {
        transform: scale(1);
    }
}

@media (max-width:690px) {
    .forms form .recap>div {
        transform: scale(0.75);
    }
}
@media (max-width:520px) {
    .forms form>.col-md-6 {
        width: 100%;
        flex: 1 1 100%;
    }
    .forms form>.col-md-6:first-of-type {
        margin-bottom: 10px;
    }
    .forms form .recap>div {
        transform: scale(0.87);
    }
}

/*246651*/
.mobile-menu-nav .mobile-menu-nav__link.highlight-catalog {
    background: #fff;
    color: #202020;
}
.comagic-o-rack--top,
.comagic-c-sitephone-label {
    position: fixed!important;
    top: auto!important;
    bottom: 45px!important;
    left: auto !important;
    right: 50px !important;
}
.fancybox-close {
    width: 13px;
    height: 13px;
    background-size: contain;
}
@media (max-width: 960px) {
    .comagic-o-rack--top, .comagic-c-sitephone-label {
        top: auto!important;
        bottom: 95px!important;
        right: 20px !important;
        left: auto !important;
    }
}
@media (min-width: 740px) {
    .fly-header-sticky-wrapper {
        margin-bottom: 0;
    }

}

@media (min-width: 768px) {
    .main-banners .rs-banners .rs-banners_banner,
    .main-banners .rs-banners-sidebanner,
    .main-banners .rs_banner-preloader {
        height: 425px;
    }
}

@media (max-width: 570px) {
    .fancybox-overlay .fancybox-opened {
        max-width: 310px;
        width: 310px!important;
        left: calc(50% - 155px)!important;
    }
    .fancybox-outer .fancybox-inner {
        max-width: 100%;
    }
    .rsfrom__form .rsform__bottom {
        display: flex;
        flex-direction: column;
    }
    .rsform .rsform__bottom .rsform__bottom-ps {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .rsform .rsform__bottom .rsform__bottom-button {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .fancybox-wrap .fancybox-skin {
        padding: 20px 15px 10px!important;
    }
    .fancybox-wrap .fancybox-title-inside-wrap {
        padding: 0 0 10px!important;
        margin: 0 0 0!important;
    }
}

/*247709*/
.home-block-banners>.category-main-page {
    display: flex;
    flex-wrap: wrap;
}
.home-block-banners>.category-main-page .category__item {
    height: auto!important;
}
.home-block-banners .category.category-main-page .category__item:hover > .row > .col > .category__in .show-more {
    display: block;
}
.home-block-banners .category.category-main-page .category__item:hover > .row > .col > .category__in {
    overflow: initial;
    border-color: #a9a9a9;
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}
.home-block-banners .category__item:hover .category__description {

}
.home-block-banners .category__item:hover .category__in .block-hide {
    position: absolute;
    background: #fff;
    width: calc(100% + 2px);
    border-color: #a9a9a9;
    -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
    left: -1px;
    bottom: -45px;
    padding: 0 10px 10px;
    border: 1px solid #a9a9a9;
    border-top: 0;
}

@media (max-width:1600px) {
    .forms form .recap>div {
        transform: scale(0.9);
    }
}

@media (max-width:1490px) {
    .forms form .recap>div {
        transform: scale(0.8);
    }
}

@media (max-width:1380px) {
    .forms form .recap>div {
        transform: scale(0.7);
    }
}

@media (max-width:1270px) {
    .forms {
        display: flex;
        flex-direction: column;
    }
    .forms>div {
        margin: 10px auto;
        width: 100%!important;
        max-width: 660px;
    }
    .forms form .recap>div {
        transform: scale(1);
    }
}

@media (max-width:739px) {
    .catalog-content .category,
    .content>.category,
    .home-block-banners>.category {
        margin-left: 0;
        margin-right: 0;
    }
    div.row>div.row {
        margin-left: 0;
        margin-right: 0;
    }
    div.sectiondescription {
        padding-left: 10px;
    }
}

@media (max-width:685px) {
    .forms form .recap>div {
        transform: scale(0.9);
    }
}

@media (max-width:618px) {
    .forms form .recap>div {
        transform: scale(0.8);
    }
}
@media (max-width:560px) {
    .forms form .recap>div {
        transform: scale(0.7);
    }
}

@media (max-width:520px) {
    .forms form .recap>div {
        transform: scale(1);
    }
}
@media (max-width:370px) {
    .forms form .recap>div {
        transform: scale(0.8);
    }
    .home-block-banners>.category-main-page .category__item {
        /*width: 100%;*/
    }
}

.notice {
    background: #fde732;
    margin: 0 -15px;
    padding: 50px;
    color: #000;
    font-size: 20px;
}
.notice .title {
    text-align: center;
    color: #f00;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.notice ol > li {
    line-height: 1.43;
}
.dropdown-form {
    margin-top: 30px;
}
.how-we-work.categories-footer h2 {text-align: center}
.how-we-work.categories-footer .how-we-work__inner{ padding: 10px 0px 20px}
.how-we-work.categories-footer .how-we-work-item{bottom: 0}
.how-we-work.categories-footer .how-we-work-item:nth-child(even) .how-we-work-item__image {  margin-top: 0 }
.how-we-work.categories-footer .how-we-work-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: unset;
    bottom: 0;
}
.law-info.with_map{  margin-top: 17px;}
.calc-row3 .cena {  color: #e53a3e;}
.calc #sm-summa {color: #e53a3e;}
.calc .form-control {  border: 1px solid #fcd63f}
.calc .btn-default.active,
.calc .btn-default:hover{background-color: #fcd63f;  border-color: #fcd63f;}
.calc .input-group-addon{background-color: rgb(252, 214, 63);  border: 1px solid #fcd63f;}
.calc.wrapper:hover{   border: 1px solid #fcd63f}
.calc.wrapper{ border: 1px solid #f0f0f0}
.calc .btn-default { border-color: #fcd63f}
.calc .c-select {border-color: #fcd63f}
@media screen and (max-width:1024px){
    .row.features{display: flex;justify-content: center;flex-wrap: wrap }
}

.steklo-zakalennoe .calc-title {
    display: none;
}

.steklo-zakalennoe-interes {
    padding: 0 0 30px 55px;
}
.catalog-content .category__in {min-height: auto;}
.catalog-content .category__data {min-height: auto; max-height: none; position: relative; text-align: center}
.catalog-content .category__name {height: auto; font-size: 18px;}


.instagram-link {
    display: inline-block;
    color: #337ab7;
    align-items: center;
    border: 1px solid #337ab7;
    border-radius: 4px;
    padding: 3px 8px 3px 5px;
    line-height: 1.2;
    font-size: 14px;
}
.instagram-link svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.instagram-link:hover {
    text-decoration: none;
    color: #fff;
    background: #337ab7;
}
.instagram-link:hover svg path {
    fill: #fff;
}
.is-sticky .header-contacts__instagram,
.footer-contacts__inner .header-contacts__instagram {display: none;}

.max-width {
    max-width: 100%;
}

.skinali .name a {
    text-decoration: underline;
}
.skinali .name a:hover {
    text-decoration: none;
}

.skinali-price {
    margin-bottom: 40px;
}
.catalog-skinali .sectiondescription {
    padding-left: 20px;
}
.catalog.catalog-skinali .features.one-row .features__description {
    height: auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex__col--left {
    margin-right: 20px;
    margin-bottom: 10px;
}
.flex__col--left img {
    max-width: 340px;
}
.flex__col--right {
    flex: 1;
}
.align-center {
    text-align: center;
}

.skinali-page .skinali .item {
    display: none;
}
.skinali-page .skinali .item:nth-child(1),
.skinali-page .skinali .item:nth-child(2),
.skinali-page .skinali .item:nth-child(3),
.skinali-page .skinali .item:nth-child(4),
.skinali-page .skinali .item:nth-child(5),
.skinali-page .skinali .item:nth-child(6),
.skinali-page.is_show .skinali .item {
    display: block;
}


@media (min-width: 1620px) {
    .skinali-page .skinali .item.col-lg-4 {
        width: 50%;
    }
    .skinali-button {
        text-align: center;
    }
    .skinali-page {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 1100px) {
    .iframe-wrap iframe {
        width: 100%;
    }
    .skinali-page {
        padding-left: 0px;
    }
}
@media(max-width: 1000px) {
    .picture-wrap {
        margin-left: -10px;
        margin-right: -10px;;
    }
}
@media (max-width: 740px) {
    body .reviews-list .owl-nav {
        display: block !important;
    }
    .iframe-wrap iframe {
        height: 380px;
    }
    .catalog-skinali .sectiondescription {
        padding-left: 10px;
    }
    .skinali-page {
        padding-right: 0;
    }
}
@media(max-width: 560px) {
    .iframe-wrap iframe {
        height: 300px;
    }
    .flex__col--left {
        margin-right: 0;
    }
    .flex__col--left img {
        max-width: 100%;
    }
}
@media(max-width: 414px) {
    .iframe-wrap iframe {
        height: 221px;
    }
}
@media(max-width: 375px) {
    .iframe-wrap iframe {
        height: 200px;
    }
}
.pay-frame {width: 100%; max-width: 1000px; height: 800px}

.is-sticky .st_search, .is-sticky .st_icons {
  display:none !important;
}

.fly-header .st_search_show, .fly-header .st_icons_show, .fly-header .st_phone_show {
  display:none;
}

.fa-phone:before {
    content: "\f095";
    margin: 0 0 0 -2px;
    font-size: 19px;
}

.st_phone_block .header-contacts__mail, .rsform_arrow_down .fa.fa-angle-down {
    display: none;
}

@media (min-width: 300px) and (max-width: 320px) {
.is-sticky .fly-header .fly-header__logo .logo-sticky {
    display: inline-block !important;
    height: 20px;
    margin-top: 8px;
}
}

@media (max-width: 480px) {
.is-sticky .fly-header .st_search_show, .is-sticky .fly-header .st_icons_show, .is-sticky .fly-header .st_phone_show {
  display:inline-block;
  margin:0 1px;
}

.is-sticky .fly-header .st_buttons_block {
  display:none;
}

.is-sticky .fly-header .fly-header__logo {
  float:left;
    padding-left: 20px;
    padding-right: 15px;
}

.is-sticky .header-search__form.header-phone__form {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding-top: 0;
    height: auto;
    background: #fff;
    border-top:2px solid #f9f9f9;
    z-index: 2;
    padding: 10px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    /* transform: translateX(100%); */
    /* -webkit-transition: -webkit-transform 0.3s; */
    /* transition: -webkit-transform 0.3s; */
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    -o-transition: transform 0.3s, -o-transform 0.3s;
    /* transition: transform 0.3s; */
    /* transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; */
}

.st_phone_block .header-contacts__phone {
    display: block !important;
}

.st_phone_block {
    text-align: center;
}

.st_phone_block .fly-header__buttons {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.st_phone_block .fly-header__buttons a {
  margin:0 5px;
}

.fly-header .header-phone__form .fly-header__search-close {
    width: 40px;
    position: absolute;
    right: 0;
    top:0;
    text-align: center;
}

.header-phone__form .header-phone__form_close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 13px;
    height: 13px;
    cursor: pointer;
  background: transparent url(/local/templates/flyaway_digital/styles/../images/fancybox/fancybox-close.png?v2) 0 0 no-repeat !important;
  background-size: contain;
}

.is-sticky .loss-menu-right .count {
  width:28px;
  height:28px;
  line-height:28px;
}

.is-sticky .fly-header {
  height:58px;
}

.home-block-banners .category__description {
  display:none;
}

.category.category-main-page .category__pic {
  height:180px;
  line-height:180px;
}

.category.category-main-page .category__in {
    min-height: 230px;
}

.category.category-main-page .category__data {
    min-height: 50px;
    text-align:center;
}

.text_in_main .forms .form-grey .rsform_body, .text_in_main .forms .form-grey2 .rsform_body {
    display: none;
}

.text_in_main .forms .form-grey .rsform_body.form_acitve_body, .text_in_main .forms .form-grey2 .rsform_body.form_acitve_body {
    display: block;
}

.text_in_main .forms .form-blue .rsform_arrow_down, .text_in_main .forms .form-blue2 .rsform_arrow_down {
  display:none;
}

.text_in_main .forms .form-grey .title, .text_in_main .forms .form-grey2 .title {
  position:relative;
  cursor:pointer;
}

.text_in_main .forms .form-grey .rsform_arrow_down, .text_in_main .forms .form-grey2 .rsform_arrow_down {
  position:absolute;
  top:5px;
  right:0;
}

.rsform_arrow_down .fa.fa-angle-down {
    display:block;
    font-size: 24px;
    color: #000;
}

.title.form_acitve_title .fa.fa-angle-down {
    transform: rotate(180deg);
    transition-duration: 500ms;
}

.how-we-work_in_main h2 {
    margin-top: 0;
}

.how-we-work_in_main .how-we-work__inner {
    padding-top: 5px;
}

.how-we-work_in_main {
    margin-top: -10px;
}

.how-we-work_in_main .how-we-work__inner {
    padding-bottom: 0;
}

.rev_in_main, .actions_in_main  {
  position:relative;
}

.rev_in_main h2 {
    margin-top: 10px;
}

.rev_in_main .bee__review-item__text {
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellip;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 6;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.rev_in_main_all {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.actions_in_main_all {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.rev_in_main_all a, .actions_in_main_all a {
  font-size:13px;
  color:#666699;
}

.actions_in_main {
    margin-bottom: 40px;
}

.actions_in_main .owl-nav {
    display: block !important;
    background-color: #fff;
    float: none;
    margin: 0 auto;
    width: 70px;
    position: relative;
    top: 0;
}



}
body .comagic-o-rack--top, .comagic-c-sitephone-label {
    bottom: 115px !important;
    right: 25px !important;
}
body .rmfy_prompt.rmfy_prompt_btn.right {
    right: 110px;
}

            .reviews {
                margin: 0 0 24px;
                max-width:1110px;
            }
            .sectiondescription {
                padding-left: 20px;
                box-sizing: border-box;
                margin-bottom: 0;
            }
            .content hr
            {
                margin: 30px 0;
    border-top: 2px solid #4AA3FF;
            }
            .interes a {
    border-bottom: 1px solid #666699;
    line-height: 18px;
    text-decoration: none !important;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    margin-left: 10px;
}

.interes_item_block {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.interes_item {
    width: 16.6%;
    padding: 10px;
    text-align: center;
}

.interes_item img {
    height: 160px;
    width: 100%;
}

.interes_item a {
    color: #555;
    font-weight: 600;
    text-decoration: none;
    border: none;
    font-size: 14px;
    margin-left: 0;
}

.interes_item a:hover {
    text-decoration: underline !important;
}

.interes_item:first-child {
    color: #555;
    padding-left: 5px;
}

.zakaz-form .fancybox-close {
    background: #0270ab;
}
/*298315*/
.headline .topline .header-contacts__adress {
    height: 47px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    background: url(/local/templates/flyaway_digital/images/icons/Geo.svg) no-repeat;
    background-position: left 33%;
    padding-left: 24px;
    background-size: 16px;
}
.fly-header-sticky-wrapper:not(.is-sticky) .fly-header__contacts .header-contacts .header-contacts__mail,
.fly-header-sticky-wrapper:not(.is-sticky) .fly-header .fly-header-row .fly-header__buttons.hidden-xs,
.fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .work_time_header,
.fly-header-sticky-wrapper.is-sticky .fly-header .fly-header__soc .header-contacts__mail,
.fly-header-sticky-wrapper.is-sticky .fly-header .fly-header__search,
.fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .header-contacts__mail,
.fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .work_time_header,
.fly-header-sticky-wrapper.is-sticky .fly-header-wrap.__simple .fly-header .fly-header__buttons {
    display: none;
}
.fly-header-sticky-wrapper:not(.is-sticky) .fly-header .fly-header__soc {
    display: flex;
    flex-direction: column;
}
.header_soc_icons {
    display: flex;
    margin-bottom: 11px;
    margin-top: 20px;
}
.header_soc_icons .soc_icon.inst {
    background: url(/local/templates/flyaway_digital/images/icons/Instagram.svg) no-repeat;
}
.header_soc_icons .soc_icon.wa {
    background: url(/local/templates/flyaway_digital/images/icons/WhatsApp.svg) no-repeat;
}
.header_soc_icons .soc_icon {
    width: 30px;
    height: 30px;
    background-size: contain!important;
    display: block;
    margin-right: 15px;
}
.header_soc_icons .soc_icon:last-child {
    margin-right: 0;
}
.fly-header__soc .header-contacts__mail a {
    color: #4AA3FF;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts .work_time_header {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #555555;
    background: url(/local/templates/flyaway_digital/images/icons/Online.svg) no-repeat;
    background-position: left center;
    padding: 0 0 0 15px;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts .popup_link {
    width: 205px;
    height: 40px;
    background: #E53A3E;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 35px;
    padding: 0;
    border-radius: 0;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts .popup_link:hover {
    background: #fff;
    color: #E53A3E;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts>.header-contacts__phone {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #4AA3FF;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts .header-contacts__phone {
    font-size: 23px;
    margin: 0;
}
.fly-header-sticky-wrapper .fly-header__contacts .header-contacts .header-contacts__phone a {
    color: #4AA3FF;
    line-height: 40px;
}
.fly-header .fly-header__menu-button.fly_mobile_menu_toggle {
    background: url(/local/templates/flyaway_digital/images/icons/Burger.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: 0;
    margin-left: 10px;
    padding: 0;
}
body.opened-mobile-menu .fly-header .fly-header__menu-button.fly_mobile_menu_toggle {
    background-image: url(/local/templates/flyaway_digital/images/icons/Burger_Open.svg);
}
.fly-header__logo .logo-mobile {
    display: none;
}
.mobile-menu-wrap .mobile-menu {
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-menu-wrap .mobile-menu .mobile-menu-nav {
    overflow: initial;
    position: static;
}
.contacts_mobil_menu {
    font-family: "Roboto", sans-serif;
    padding: 20px 15px;
}
.contacts_mobil_menu .work_time_header {
    color: #555555;
    font-size: 12px;
    background: url(/local/templates/flyaway_digital/images/icons/Online.svg) no-repeat;
    background-position: left center;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
}
.contacts_mobil_menu .header-contacts__phone a {
    color: #4AA3FF;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.contacts_mobil_menu>.popup_link {
    width: 188px;
    height: 38px;
    background: #E53A3E;
    font-size: 16px;
    color: #ffffff;
    border-radius: 0;
    border: 0;
}
.contacts_mobil_menu .header-contacts__mail a {
    font-size: 15px;
    color: #4AA3FF;
}
.contacts_mobil_menu .header-contacts__mail {
    margin: 20px 0;
}
.contacts_mobil_menu .header_soc_icons .soc_icon {
    width: 36px;
    height: 36px;
}
.contacts_mobil_menu .header-contacts__adress {
    font-size: 14px;
    color: #555;
    background: url(/local/templates/flyaway_digital/images/icons/Geo.svg) no-repeat;
    background-position: left 33%;
    padding-left: 24px;
    background-size: 16px;
}
@media (min-width: 740px) {
    .fly-header-sticky-wrapper:not(.is-sticky) .fly-header .fly-header__icons>div {
        top: -10px;
    }
    .fly-header-sticky-wrapper .fly-header .fly-header__logo {
        min-width: 230px;
        width: auto;
    }
    .logo_descriptr_wrapp>span {
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        color: #4AA3FF;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #4AA3FF;
        line-height: 16px;
    }
    .fly-header-sticky-wrapper.is-sticky .logo_descriptr_wrapp>span {
        display: none;
    }
    .logo_descriptr_wrapp {
        display: flex;
        align-items: center;
    }
    .fly-header .fly-header__logo img.logo-default {
        height: 53px;
    }
    .fly-header .fly-header__contacts .header-contacts {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
        padding-right: 0;
    }
    .fly-header-sticky-wrapper:not(.is-sticky) .fly-header .fly-header__search {
        width: auto;
        padding: 16px 15px 0;
        max-width: 196px;
    }
    .fly-header .fly-header__search .header-search__form #title-search-input,
    .fly-header .fly-header__search .header-search__form .btn-default {
        
    }
    .fly-header-sticky-wrapper:not(.is-sticky) .fly-header {
        padding: 15px 10px 0;
    }
}

@media (max-width: 1280px) and (min-width: 740px) {
    .fly-header .fly-header__logo img.logo-default {
        
    }
    .logo_descriptr_wrapp>span {
        font-size: 12px;
    }
    .fly-header-sticky-wrapper .fly-header__contacts .header-contacts .popup_link {
        width: 170px;
        height: 37px;
        font-size: 17px;
        line-height: 33px;
    }
    .fly-header-sticky-wrapper .fly-header__contacts .header-contacts .header-contacts__phone {
        font-size: 20px;
    }
    .fly-header-sticky-wrapper .fly-header__contacts .header-contacts .work_time_header {
        font-size: 11px;
    }
    .fly-header__soc .header-contacts__mail a {
        font-size: 16px;
    }
}
@media (max-width: 1175px) and (min-width: 740px) {
    .logo_descriptr_wrapp>span {
        display: none;
    }
}
@media (max-width: 1020px) and (min-width: 740px) {
    .fly-header .fly-header__icons {
        width: 100px;
        padding-right: 10px;
        box-sizing: content-box;
    }
}
@media (max-width: 739px) {
    .mobile-menu-nav .mobile-menu-nav__link.disabled {
        font-weight: 500;
    }
    .fly-header-sticky-wrapper:not(.is-sticky) .fly-header {
        border-bottom: 1px solid rgb(2 116 178 / 40%);
    }
    .fly-header-wrap.__sidemenu>.top-menu {
        border-top: 0;
    }
    .mobile-menu-nav .mobile-menu-nav__link {
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        color: #000;
        border-top: 1px solid rgb(2 116 178 / 40%);
        padding: 8px 15px;
        font-weight: 500;
    }
    .mobile-menu-nav .mobile-menu-nav__element:last-child  .mobile-menu-nav__link {
        border-bottom: 1px solid rgb(2 116 178 / 40%);
    }
    .mobile-menu-nav .mobile-menu-nav__link[href="/action/"] {
        color: #E53A3E;
    }
    .mobile-menu-nav .mobile-menu-nav__arrow {
        position: relative;
        right: auto;
        top: 5px;
    }

    .mobile-menu-wrap {
        padding-top: 129px;
    }
    .logo_descriptr_wrapp>span {
        display: none;
    }
    .fly-header .fly-header__logo {
        padding: 0 0 10px 22px;
    }
    .fly-header__logo .header-contacts__phone {
        display: none;
    }
    .fly-header .st_search_show,
    .fly-header .st_icons_show,
    .opened-mobile-menu .fly-header .fly-header__search:not(.st_phone_show),
    .opened-mobile-menu .fly-header .fly-header__icons {
        display: table-cell;
        vertical-align: middle;
    }
    .fly-header .st_search_show {
        padding: 0 0 0 20px;
    }
    .st_buttons_block .fly-header__buttons {
        display: flex;
        padding-left: 10px;
        justify-content: center;
    }
    .st_buttons_block .fly-header__buttons .header_contacts__phone,
    .st_buttons_block .fly-header__buttons .header_soc_icons {
        display: flex;
        flex-direction: column;
    }
    .st_buttons_block .fly-header__buttons .header_contacts__phone a {
        color: #4AA3FF;
        line-height: 26px;
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        text-decoration: underline;
    }
    .st_buttons_block .fly-header__buttons .header_contacts__phone span,
    .st_buttons_block .fly-header__buttons .header_soc_icons>span {
        font-family: "Roboto", sans-serif;
        color: #000;
        font-size: 11px;
        padding-bottom: 3px;
    }
    .st_buttons_block .fly-header__buttons .header_soc_icons {
        margin: 0 0 0 86px;
    }
    .st_buttons_block .fly-header__buttons .header_soc_icons>div {
        display: flex;
    }
    .fly-header-sticky-wrapper .fly-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fly-header-sticky-wrapper .fly-header .fly-header-row:first-child,
    .fly-header .fly-header-row:first-child {
        display: inline-block;
        width: initial;
    }
    .is-sticky .fly-header .fly-header__logo .logo-default {
        display: block!important;
    }
    .is-sticky .fly-header .fly-header__logo .logo-sticky {
        display: none!important;
    }
    .fly-header-sticky-wrapper:not(.is-sticky) .fly-header {
        box-shadow: none;
    }
    .fly-header .st_icons_show  .loss-menu-right .count {
        height: 30px;
        line-height: 30px;
        width: 30px;
        top: -16px;
        right: -16px;
    }
    .opened-mobile-menu .fly-header .st_buttons_block .fly-header__buttons {
        display: flex;
    }
}
@media (max-width: 480px) {
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_phone_show {
        display: none!important;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_buttons_block {
        display: block!important;
    }
    .fly-header-sticky-wrapper .fly-header {
        height: auto;
    }
    .fly-header-sticky-wrapper .fly-header .fly-header-row:first-child {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_search_show,
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_icons_show,
    .fly-header-sticky-wrapper .fly-header .st_search_show,
    .fly-header-sticky-wrapper .fly-header .st_icons_show {
        display: table-cell;
        padding: 15px 0 0 0;
    }
    .fly-header .fly-header__logo,
    .is-sticky .fly-header .fly-header__logo {
        padding-right: 15px;
        padding-left: 17px;
    }
    .fly-header-sticky-wrapper .fly-header .st_search_show,
    .fly-header-sticky-wrapper .fly-header .st_icons_show {
        margin: 0 1px;
    }
}
@media (max-width: 450px) {
    .fly-header-sticky-wrapper .fly-header .fly-header-row:first-child {
        width: 100%;
    }
    .st_buttons_block .fly-header__buttons {
        padding-right: 10px;
        justify-content: space-between;
    }
    .fly-header-sticky-wrapper .fly-header .fly-header-row:first-child {
        display: flex;
        justify-content: space-between;
    }
    .fly-header .st_search_show {
        padding: 15px 0 0;
        margin-right: 5px;
    }
    .fly-header .st_icons_show {
        padding: 15px 20px 0 0;
    }
    .st_buttons_block .fly-header__buttons .header_soc_icons {
        margin: 0 0 0 20px;
    }
    .fly-header .fly-header__menu-button.fly_mobile_menu_toggle {
        z-index: 2;
    }
     .fly-header-sticky-wrapper .fly-header .st_icons_show .basketinhead {
        margin-top: 0;
        margin-right: 10px;
        margin-left: 10px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_search_show,
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_icons_show,
    .fly-header-sticky-wrapper .fly-header .st_search_show,
    .fly-header-sticky-wrapper .fly-header .st_icons_show {
        padding: 11px 0 0 0;
    }
}
@media (max-width: 420px) {
     .mobile-menu-wrap {
        padding-top: 124px;
    }
    .fly-header .fly-header__logo img {
        height: 40px;
        margin-top: 5px;
    }
    .fly-header .st_search_show {
        padding: 10px 0 0;
    }
    .fly-header .st_icons_show {
        padding: 10px 20px 0 0;
    }
    .fly-header-sticky-wrapper .fly-header .loss-menu-right .selected {
        width: 33px;
        height: 33px;
        line-height: 24px;
    }
}
@media (max-width: 375px) {
    .mobile-menu-wrap {
        padding-top: 114px;
    }
    .fly-header .fly-header__logo img {
        height: 30px;
    }
    .fly-header .fly-header__menu-button.fly_mobile_menu_toggle {
        width: 40px;
        height: 40px;
    }
    .fly-header .st_search_show {
        padding: 3px 0 0;
    }
    .fly-header .st_icons_show {
        padding: 2px 20px 0 0;
    }
    .fly-header__logo .logo-mobile {
        display: block;
    }
    .is-sticky .fly-header .fly-header__logo .logo-default,
    .fly-header .fly-header__logo .logo-default {
        display: none!important;
    }
    .fly-header .st_icons_show  .loss-menu-right .count {
        top: -12px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header .st_search_show, .fly-header-sticky-wrapper.is-sticky .fly-header .st_icons_show, .fly-header-sticky-wrapper .fly-header .st_search_show, .fly-header-sticky-wrapper .fly-header .st_icons_show {
        padding: 3px 0 0 0;
    }
    .fly-header-sticky-wrapper .fly-header .st_icons_show {
        margin-right: 10px;
    }
}
@media (max-width: 348px) {
    .mobile-menu-wrap {
        padding-top: 113px;
    }
    .st_buttons_block .fly-header__buttons .header_contacts__phone span,
    .st_buttons_block .fly-header__buttons .header_soc_icons>span {
        font-size: 10px;
    }
    .st_buttons_block .fly-header__buttons .header_contacts__phone a {
        font-size: 16px;
    }
    .header_soc_icons .soc_icon {
        margin-right: 10px;
    }
}

/*299496 */
@media screen and (min-width: 740px) {
    .fly-header-sticky-wrapper.is-sticky .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts {
        flex-direction: row;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .header-contacts__phone a {
        font-size: 20px;
        padding-right: 40px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts {
        flex-direction: row;
        justify-content: flex-end;
        padding-right: 40px;
        align-items: center;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .popup_link {
        width: 185px;
        height: 36px;
        margin: 0;
        line-height: 31px;
        font-size: 17px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__soc .header_soc_icons {
        margin-bottom: 0;
        margin-top: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__soc .header_soc_icons .soc_icon {
        width: 32px;
        height: 32px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__soc .header_soc_icons .soc_icon img {
        width: 100%;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__icons .loss-menu-right .selected {
        height: 34px;
        width: 34px;
    }
    .fly-header-sticky-wrapper.is-sticky header.fly-header {
        padding-top: 2px;
        margin-bottom: 1px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header .fly-header__logo .logo-sticky {
        margin-top: 0;
        height: 33px;
    }
    .fly-header-sticky-wrapper.is-sticky .header-menu-btn {
        height: 35px;
        width: fit-content;
        line-height: 32px;
        position: relative;
        top: -1px;
    }
    .fly-header-sticky-wrapper.is-sticky .mainmenu .mainmenu__root-item > .mainmenu__item-link {
        position: relative;
        top: -1px;
    }
}
@media screen and (max-width: 842px) {
    .fly-header-sticky-wrapper.is-sticky .fly-header-wrap.__simple .fly-header .fly-header__logo {
        width: 150px;
        min-width: 150px;
        padding-right: 0;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .header-contacts__phone a {
        font-size: 20px;
        padding-right: 20px;
    }
    .fly-header-sticky-wrapper.is-sticky .fly-header__contacts .header-contacts .popup_link {
       width: 165px;
    }
}


/*304997*/
body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #555555;
}
body .maincontent .content {
    font-size: 16px;
}
h1 {
    /*color: #4AA3FF;*/
    font-family:  'Open Sans', 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #555555;
    padding: 20px 0 30px;
}
h2 {
    color: #4AA3FF;
    font-family:  'Open Sans', 'Montserrat', sans-serif;
    font-size: 28px!important;
    font-weight: bold;
}
h3 {
    color: #4AA3FF;
    font-family: 'Open Sans', 'Montserrat', sans-serif;
    font-size: 20px!important;
    font-weight: bold;
}
h4,
h5 {
    font-family: 'Open Sans', 'Montserrat', sans-serif;
}
body .maincontent .content ul > li,
body .maincontent .content ol > li {
    line-height: 1.47;
    margin-bottom: 15px;
}
h2+.mc-comment-star {
    margin-left: 130px!important;
    margin-top: -42px!important;
}
body .reviews__item .in {
    font-size: 14px;
}
.how-we-work-item__text {
    font-size: 16px;
}
.bee__reviews__item .bee__review-item__text {
    font-size: 16px;
}
.features.one-row .features__description {
    line-height: 18px;
    font-size: 16px;
    height: auto;
}
.bee__action-item__body .bee__action-item__text {
    font-size: 16px;
}
.bee__actions-block--front-page .bee__action__image img {
    margin: 0 auto;
    display: block;
}
.bee__actions-block--front-page .bee__action-item__title {
    text-align: center;
}

/*304997*/
.burel_glass_company {
    margin-bottom: 30px;
}
.burel_glass_company>div {
    display: flex;
    margin-top: 25px;
    justify-content: space-around;
    flex-wrap: wrap;
}
.burel_glass_item>div {
    max-width: 308px;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto 30px;
}
.burel_glass_pic {
    margin-bottom: 20px;
}
.burel_glass_item .burel_glass_pic {
    color: #4AA3FF;
    font-size: 36px;
}
.burel_glass_item .burel_glass_title {
    color: #555555;
    font-size: 16px;
}
.how-we_work__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}
.how-we_work__item {
    width: 30%;
    margin-bottom: 30px;
    text-align: center;
}
.how-we-work_item__text {
    color: #555555;
    font-size: 16px;
}
.how-we-work_item__image {
    margin-bottom: 15px;
}
.how-we-work_item__image img {
    height: 64px;
}
/*form_zamer*/
.requiredinp {
    position: relative;
}

.requiredinp .placeholder {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #9a9a9a;
    font-size: 18px;
}

.requiredinp .placeholder>span {
    color:#E53A3E;
    font-size: 20px;
    text-decoration: none!important;
}

.requiredinp .form-control:focus~.placeholder,
.requiredinp .form-control:valid~.placeholder,
.requiredinp .form-control:disabled~.placeholder {
    display: none;
}
.service_zamer .rsform__title {
    font-size: 28px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 33px;
    font-weight: bold;
    max-width: 960px;
    margin-bottom: 50px;
}
.service_zamer {
    background: url(/images/form_zamer1.png) no-repeat;
    padding: 40px 50px;
    background-position: center;
    background-size: cover;
    margin: 20px 0;
}
.service_zamer .form-group input {
    border-radius: 6px;
    border: 1px solid #E53A3E;
    height: 50px;
    width: 299px;
    font-size: 18px;
    color: #000000b3;
}
.service_zamer .form-group {
    display: inline-block;
    margin-bottom: 10px;
}
.service_zamer .form-group:first-of-type {
    margin-right: 50px;
}
.service_zamer .form_soglasie{
    margin-top: 15px;
}
.service_zamer .form_soglasie a {
    color: #fff;
    font-size: 14px;
}
.service_zamer .rsform__bottom {
    border-radius: 6px;
    width: initial;
    height: 48px;
    display: table;
    justify-content: center;
    align-items: center;
    background: #E53A3E;
    font-size: 20px;
    margin-top: 15px;
}
.service_zamer .rsform__bottom input {
    border: 0;
    background: none;
    font-size: 20px;
    font-weight: 600;
    height: 50px
}
/**/
.footer-menu-wrap>.row {
    margin-right: 0;
    margin-left: 0;
}
.service__certificates-block {
    margin: 30px 0;
}
.newsdetail .service__certificates-block  .owl-carousel .owl-stage-outer {
    margin: 0;
}
.service__certificates-block .owl-carousel .owl-item img {
    margin: 0 auto;
}

.fixsidebar .service_zamer {
    min-width: auto;
    background: none;
    border: 1px solid #4AA3FF;
    position: relative;
    padding: 20px;
}
.fixsidebar .service_zamer::before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border: 1px solid #4AA3FF;
}
.fixsidebar .service_zamer form {
    position: relative;
    z-index: 1;
}
.fixsidebar .service_zamer .rsform__title {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.fixsidebar .service_zamer .rsform__description {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.fixsidebar .service_zamer .form-group input {
    width: 100%;
    height: 31px;
    border: 1px solid #4AA3FF;
    border-radius: 4px;
    font-size: 16px;
}
.fixsidebar .service_zamer .form-group:first-of-type {
    margin-right: 0;
}
.fixsidebar .service_zamer .form-group {
    margin-bottom: 20px;
    width: 100%;
}
.fixsidebar .service_zamer .requiredinp .placeholder,
.fixsidebar .service_zamer .requiredinp .placeholder>span {
    font-size: 16px;
}
.fixsidebar .service_zamer .form_soglasie a {
    color: #000;
    font-size: 9px;
    line-height: 12px;
    display: block;
}
.fixsidebar .service_zamer .rsform__bottom {
    border-radius: 6px;
    width: initial;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4AA3FF;
    font-size: 18px;
    margin-top: 20px;
}
.fixsidebar .service_zamer .rsform__bottom input {
    font-size: 18px;
}
.form_fixed_top.fixed_form>div {
    position: fixed;
    top: 70px;
    height: auto;
    z-index: 1;
    background: #fff;
}
.form_fixed_top.fixed_form_bottom>div {
    position: absolute;
}
ul > li:before, ol > li:before {
    line-height: 1.47;
}
@media screen and (max-width: 1520px) {
    .burel_glass_item {
        width: 48%;
    }
}
@media screen and (max-width: 1100px) {
    .service_zamer .rsform__title {
        font-size: 20px;
        line-height: 30px;
    }
    .service_zamer .form-group input {
        width: 275px;
    }
}
@media screen and (max-width: 1023px) {
    .form_fixed_top {
        display: none;
    }
    .product_h1_banner {
        margin: 0 -10px 24px;
    }
}
@media screen and (max-width: 820px) {
    .how-we_work__item {
        width: 48%;
    }
}
@media screen and (max-width: 750px) {
    .service_zamer {
        margin: 20px -20px;
    }
    .service_zamer .rsform__title {
        margin-bottom: 30px;
    }
    .service_zamer .form-group {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }
    .service_zamer .form-group input {
        width: 100%;
        font-size: 14px;
    }
    .service_zamer .rsform__bottom {
        width: 100%;
    }
    .service_zamer .rsform__bottom input {
        font-size: 16px;
    }
    .service_zamer .form_soglasie a {
        font-size: 12px;
    }
    .service_zamer form {
        display: flex;
        flex-direction: column;
    }
    .service_zamer .form-group:first-of-type {
        order: 1;
    }
    .service_zamer .requiredinp.form-group {
        order: 2;
    }
    .service_zamer .rsform__bottom {
        order: 3;
        margin-top: 0;
        margin-bottom: 15px;
        display: inline-flex;
    }
    .service_zamer .form_soglasie {
        order: 4;
    }
    .requiredinp .placeholder,
    .requiredinp .placeholder>span {
        font-size: 14px;
    }
    .service_zamer {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 739px) {
    .service__certificates-block .owl-carousel .owl-item img {
        height: 210px;
    }
    .burel_glass_item .burel_glass_pic {
        font-size: 30px;
        margin-bottom: 0;
    }
    .burel_glass_item .burel_glass_title {
        font-size: 14px;
    }
    .burel_glass_item>div {
        margin: 0 auto 20px;
    }
    .burel_glass_company {
        margin-bottom: 10px;
    }
    body .maincontent .content,
    .features.one-row .features__description,
    .how-we-work-item__text,
    .bee__review-item__author,
    .bee__reviews__item .bee__review-item__text,
    .bee__action-item__title,
    .bee__action-item__text,
    .how-we-work_item__text {
        font-size: 14px;
    }
    h1 {
        font-size: 24px!important;
        color: #555555;
        padding: 20px 0 30px;
    }
    h2 {
        font-size: 20px!important;
        line-height: 1.3;
    }
    h3 {
        font-size: 18px!important;
    }
}
@media screen and (max-width: 540px) {
    .how-we-work_item__text>br {
        display: none;
    }
    .service_zamer {
        background: url(/images/form_zamer1_p.png) no-repeat;
        background-size: cover;
    }
    .service_zamer .form-group input,
    .service_zamer .rsform__bottom {
        height: 40px;
    }
}
@media screen and (max-width: 360px) {
    .how-we-work_item__text {
        font-size: 13px;
    }
    .service_zamer .rsform__bottom input {
        font-size: 14px;
    }
     .service__certificates-block .owl-carousel .owl-item img {
        height: 186px;
    }
}

/*310215*/
.g-recaptcha>div,
#recaptchaa687b>div {
    transform: scale(0.9);
    position: relative;
    left: -12px;
}
@media screen and (min-width: 550px) {
    .burel_glass_item .burel_glass_pic br {
        display: none;
    }
}
@media screen and (max-width: 739px) {
    .how-we-work_item__image img {
        height: 50px;
    }
}
@media screen and (max-width: 380px) {
    .burel_glass_item .burel_glass_pic {
        font-size: 25px;
    }
}

.grid-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, 304px);
    grid-auto-rows: 504px;
    grid-gap: 1rem;
    padding: 1rem;
}
.products-block__item {
    padding: 1rem 2rem;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
}

.products-block__item:hover {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
    transition: all ease-in-out 0.3s;
}

.products-block__pic {
    width: 100%;
    display: flex;
    justify-content: center;
}

.products-block__pic > a {
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    display: flex;
    width: 248px;
    height: 330px;
    justify-content: center;
    align-items: center;
}
.products-block__pic > a > img.products-block__img {
    width: 100%;
}
.products-block__data {
    padding: 1rem 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.products-block__meta {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    grid-gap: 1rem;
}

span.stock {
    font-size: 10px;
}

span.stock:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #ccc;
    border-radius: 100%;
    margin-right: 0.5rem;
}

span.stock.instock {
    color: #64D368;
}

span.stock.instock:before {
    background: #64D368;
}

span.stock.outstock {
    color: #e04a4a;
}

span.stock.outstock:before {
    background: #e04a4a;
}

.products-block__prices {
    display: flex;
    align-items: flex-end;
    grid-gap: 10px;
}

.products-block__prices .prices__val {
    font-size: 18px;
    font-weight: bold;
    color: #4AA3FF;
}

.products-block__prices .prices__val.prices__val_old {
    font-weight: 500;
    font-size: 14px;
    opacity: 0.5;
}
.products-block__name {
    line-height: 14px;
    height: calc(14px * 3);
    overflow: hidden;

}
.products-block__name a.products-block__title {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #555;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products-block__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 1rem;
}

.add2basketform .add2basketlink, .add2basketform.cantbuy .buybtn, .add2basketform.checked .inbasket {
    display: flex;
}

.btn2.products-button:hover {
    background-color: #E53A3D;
    border-color: #E53A3D;
    transition: all ease-in-out 0.3s;
}
.btn2.products-button {
    background-color: #4AA3FF;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #FFF;
    padding: 0;
    grid-gap: 1rem;
    transition: all ease-in-out 0.3s;
    width: 143px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

i.bsk-shopping-cart {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/flyaway_digital/images/cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.products_showcase.products.owl-slider.owlbigdata {
    margin-left: 0;
    margin-right: 0;
}
@media screen and (min-width: 1440px) {
    .products-block__item {
        max-width: 304px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .products_showcase.products.owl-slider.owlbigdata .owl-stage-outer {
        padding: 0;
    }
    .grid-products {
        grid-template-columns: repeat(auto-fit, minmax(159px, 1fr));
        grid-auto-rows: 381px;
    }

    .products-block__pic > a {
        height: 225px;
        width: 168px;
        border-radius: 8px;
    }
    .products-block__pic > a > img.products-block__img {
        max-width: 100%;
        max-height: 100%;
    }
    .products-block__item {
        padding: 0rem 0.5rem;
    }
    
    .products-block__prices .prices__val {
        font-size: 16px;
    }
    
    .products-block__stock {
        line-height: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .products-block__meta {
        /* display: flex; */
        grid-template-columns: 1fr auto;
    }
    
    .products-block__action {
        flex-direction: column;
        align-items: flex-start;
    }
    
    span.stock {
        font-size: 8px;
    }
    
    .products-block__name {
        height: auto;
        min-height: calc(14px * 3);
    }
    .products-block__name a.products-block__title {
        font-size: 13px;
    }

    .btn2.products-button {
        width: 143px;
        height: 32px;
        border-radius: 4px;
        font-size: 14px;
    }
    
    i.bsk-shopping-cart {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width: 768px) {
    .products-block__pic > a > img.products-block__img {
        width: 100%;
        max-height: max-content;
    }
}

/*325104*/

.newsdetail .videoblock .videoEmbed {
    position: relative;
}
@media screen and (max-width: 1400px) {
    .newsdetail .videoblock>div:first-of-type {
        width: 60%;
    }
    .newsdetail .videoblock>div:last-of-type {
        width: 40%;
    }
}
@media screen and (max-width: 1200px) {
    .newsdetail .videoblock>div:first-of-type {
        width: 55%;
    }
    .newsdetail .videoblock>div:last-of-type {
        width: 45%;
    }
}
@media screen and (max-width: 739px) {
    .newsdetail .videoblock>div:first-of-type {
        width: 100%;
        order: 2;
    }
    .newsdetail .videoblock>div:last-of-type {
        width: 100%;
        order: 1;
    }
    .newsdetail .videoblock {
        flex-direction: column;
        row-gap: 20px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 740px) {
    .newsdetail .videoblock a.videoEmbed:before {
        height: 50px;
        width: 50px;
    }
    .newsdetail .videoblock a.videoEmbed:after {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 500px) {
    .newsdetail .videoblock a.videoEmbed:before {
        height: 50px;
        width: 50px;
    }
    .newsdetail .videoblock a.videoEmbed:after {
        width: 80px;
        height: 80px;
    }
}