@charset "UTF-8";
.global-wrap {
    opacity: 1;
}

* {
    margin: 0;
    padding: 0;
}

input, textarea {
    outline: none;
    color: inherit;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-family: inherit;
    resize: none;
    line-height: normal;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent !important;
}

input::-ms-clear {
    display: none;
}

body {
    color: #1c1c1c;
    font-size: 14px;
    margin: 0px auto;
    background: #f5f6f8;
}

body.mobmenu_opened, body.filters_opened {
    width: 100%;
    overflow: hidden;
}

p {
    margin-bottom: 5px;
}

a {
    color: inherit;
}

div {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: inherit;
}

a img {
    border: 0px;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
}

.clear_after:after {
    content: '';
    display: block;
    clear: both;
}

.vfix {
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}

.container_vfix {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.vfix + img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block !important;
}

.main_content {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    height: 100%;
}

img.fits {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

body {
    padding-top: 140px;
}

.tech-works {
    text-align: center;
    background-color: #f55b08;
    color: #fff;
    line-height: 24px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.icons_container {
    float: left;
}

.icons_container .icons {
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    background: transparent;
    position: relative;
    border-right: 1px solid #e1e5ee;
    color: #253036;
    font-size: 18px;
    line-height: 40px;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    padding: 0px;
}

.icons_container a.icons:nth-child(1):before {
    content: "\f09a";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
}

.icons_container a.icons:nth-child(2):before {
    content: "\f167";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
}

.icons_container a.icons:nth-child(3):before {
    content: "\f16d";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
}

.container_slader {
    background: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #e1e5ee;
    box-shadow: inset 0 -1px 0 0 #e1e5ee;
    min-height: 501px;
    margin-bottom: 20px;
    height: 100%;
}

.container_slader .slider_deff {
    height: 500px;
}

.container_slader .slider_deff .element {
    height: 500px;
}

.container_slader .slider_deff .info_slider {
    max-width: 400px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 136px 25px 0px;
    position: relative;
    z-index: 2;
}

.container_slader .slider_deff .foto {
    max-width: none;
    width: 100%;
    float: left;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.container_slader .bx-pager-link {
    font-size: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.container_slader a.bx-pager-link {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #e1e5ee;
    box-shadow: inset 0 0 0 2px #e1e5ee;
    display: block;
    float: left;
}

.container_slader a.bx-pager-link.active {
    -webkit-box-shadow: inset 0 0 0 2px #00aa4f;
    box-shadow: inset 0 0 0 2px #00aa4f;
    background: #00aa4f;
}

.container_slader .bx-pager.bx-default-pager {
    display: table;
    margin: -40px auto;
    position: relative;
}

.container_slader .bx-pager-item {
    float: left;
    margin-right: 15px;
}

.container_slader .bx-pager-item:last-child {
    margin-right: 0px;
}

.title {
    color: #231f20;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.desc {
    color: #231f20;
    font-size: 19px;
    margin-bottom: 35px;
    font-weight: normal;
}

.button {
    display: table;
    padding: 0px 30px;
    -webkit-box-shadow: inset 0 0 0 2px #00aa4f;
    box-shadow: inset 0 0 0 2px #00aa4f;
    color: #00aa4f;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
}

.button:hover {
    color: #F79100;
    -webkit-box-shadow: inset 0 0 0 2px #F79100;
    box-shadow: inset 0 0 0 2px #F79100;
}

.block_def {
    height: 600px;
    width: 33.33%;
    float: left;
    position: relative;
    padding: 0px 65px;
    padding-bottom: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: white;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    text-align: center;
    display: block;
}

.all-news-container .block_def_fix {
    position: relative;
    padding-top: 150%;
}

.all-news-container .block_def, .all-news-container .block_def:nth-child(3n+2) {
    padding: 0;
    height: auto;
}

.block_def:nth-child(3n+2) {
    padding-bottom: 0px;
    padding-top: 300px;
}

.block_def .foto {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 300px;
    width: 100%;
}

.all-news-container .block_def .foto {
    padding-top: 75%;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
}

.all-news-container .block_def:nth-child(3n+1) .foto, .all-news-container .block_def:nth-child(3n+3) .foto {
    bottom: 0;
    top: auto;
}

.all-news-container .block_def:nth-child(3n+2) .foto {
    top: 0;
    bottom: auto;
}

.block_def .foto .foto-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.block_def .foto.sovet-foto-mobile {
    display: none;
}

.block_def .foto:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    border-top: 12px solid white;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -12px;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.block_def:nth-child(3n+2) .foto:after {
    top: auto;
    bottom: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block_def:nth-child(3n+2) .foto {
    bottom: auto;
    top: 0px;
}

.block_def .block_info {
    font-size: 0px;
    height: 300px;
    position: relative;
}

.all-news-container .block_def .block_info {
    padding-top: 75%;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
}

.block_def .block_info .block_info-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 65px;
}

.all-news-container .block_def:nth-child(3n+1) .block_info, .all-news-container .block_def:nth-child(3n+3) .block_info {
    top: 0;
    bottom: auto;
}

.all-news-container .block_def:nth-child(3n+2) .block_info {
    bottom: 0;
    top: auto;
}

.block_def .description {
    font-size: 18px;
    text-transform: uppercase;
    color: #1c1c1c;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    font-weight: bold;
    padding-bottom: 30px;
}

.block_def:nth-child(3n+2) .description {
    padding-top: 30px;
    padding-bottom: 0;
}

.block_def .text {
    font-size: 13px;
    color: #1c1c1c;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    padding-top: 28px;
}

.block_def .description:after {
    content: '';
    width: 180px;
    height: 2px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    bottom: 0px;
    background: #00aa4f;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.block_def:nth-child(3n+2) .description:after {
    bottom: auto;
    top: 0px;
}

.button_loyalty {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #84329b;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.button_loyalty:hover {
    background: #5F3179;
}

.button_loyalty b {
    text-transform: uppercase;
    position: relative;
}

.button_loyalty b::before {
    content: '';
    width: 2px;
    right: -20px;
    z-index: 99;
    height: 11px;
    position: absolute;
    margin-top: -2px;
    top: 50%;
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(47deg);
}

.button_loyalty b:after {
    content: '';
    width: 2px;
    height: 11px;
    right: -20px;
    z-index: 99;
    position: absolute;
    margin-top: -9px;
    top: 50%;
    background: #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.block_def.blue:hover {
    background: #00bff3;
}

.block_def.green:hover {
    background: #00aa4f;
}

.block_def.orange:hover {
    background: #F79100;
}

.block_def.violet:hover {
    background: #84329b;
}

.block_def:hover .text, .block_def:hover .description {
    color: white;
}

.block_def.blue:hover .foto:after {
    border-top: 12px solid #00bff3;
}

.block_def.green:hover .foto:after {
    border-top: 12px solid #00aa4f;
}

.block_def.orange:hover .foto:after {
    border-top: 12px solid #F79100;
}

.block_def.violet:hover .foto:after {
    border-top: 12px solid #84329b;
}

.block_def:hover .description:after {
    background: #fff;
}

.slider_media {
    height: 120px;
    background: #fff;
}

.slider_media .el_slider {
    height: 120px;
    border-right: 1px solid #f5f6f8;
    font-size: 0px;
    text-align: center;
}

.container .owl-carousel .owl-controls .owl-nav .owl-prev, .container .owl-carousel .owl-controls .owl-nav .owl-next, .container .owl-carousel .owl-controls .owl-dot {
    font-size: 0px;
}

.container .owl-carousel .owl-controls .owl-nav .owl-prev {
    width: 16px;
    left: 20px;
    background: url("/templates/img/sprite.png");
    z-index: 99;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 50%;
}

.container .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 16px;
    right: 20px;
    background: url("/templates/img/sprite.png");
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 50%;
}

.block_gorizont, .block_vertical {
    width: 50%;
    float: left;
    height: 300px;
}

.block_gorizont .block_def {
    width: 100%;
    height: 300px;
    padding: 0px 50% 0px 0px;
}

.block_gorizont .block_def .foto {
    width: 50%;
    right: 0;
    left: auto;
}

.block_gorizont .block_def .foto:after {
    top: 50%;
    margin: 0px;
    left: -6px;
    margin-top: -6px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.block_gorizont .block_info {
    padding: 0px 42px;
}

.block_vertical .block_def {
    width: 50%;
    height: 300px;
    padding: 0 0 25% 0;
}

.block_vertical .block_def .foto {
    height: 50%;
    top: auto;
    left: 0px;
    bottom: 0px;
}

.block_vertical .block_def:nth-child(3n+2) {
    padding: 25% 0 0 0;
}

.block_vertical .block_def:nth-child(3n+2) .foto {
    height: 50%;
    bottom: auto;
    top: 0px;
    left: 0px;
}

.block_vertical .block_def .block_info {
    height: 150px;
}

.blocl_training {
    width: 33.33%;
    float: left;
    display: block;
    background: #fff;
    text-align: left;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px 50px;
    -webkit-box-shadow: inset -1px 0px 0px 0px #f5f6f8;
    box-shadow: inset -1px 0px 0px 0px #f5f6f8;
}

.blocl_training:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blocl_training:hover {
    background: #fdfdfd;
}

.blocl_training .title {
    font-size: 15px;
    font-weight: bold;
    color: #151515;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}

.blocl_training .desc {
    font-size: 15px;
    margin-bottom: 23px;
    color: #464646;
    line-height: 20px;
}

.blocl_training.new .button_next_all {
    display: table;
    font-size: 16px;
    font-weight: bold;
    color: #00aa4f;
    text-transform: uppercase;
    position: absolute;
    padding-right: 30px;
    cursor: pointer;
    top: 49px;
    right: 156px;
}

.blocl_training.new .block_desc .button_next, .blocl_training .button_next {
    display: table;
    font-size: 16px;
    font-weight: bold;
    color: #00aa4f;
    text-transform: uppercase;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.blocl_training.new .button_next_all:after, .blocl_training .button_next:after {
    content: '';
    width: 2px;
    height: 9px;
    right: 6px;
    z-index: 99;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    background: #00aa4f;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blocl_training.new .button_next_all:before, .blocl_training .button_next:before {
    content: '';
    width: 2px;
    right: 6px;
    z-index: 99;
    height: 9px;
    position: absolute;
    margin-top: -2px;
    top: 50%;
    background: #00aa4f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(47deg);
}

.blocl_training.new .button_next_all:hover, .blocl_training.new .block_desc .button_next:hover, .blocl_training .button_next:hover {
    color: #F79100;
}

.blocl_training.new .button_next_all:hover:before, .blocl_training.new .button_next_all:hover:after, .blocl_training .button_next:hover:before, .blocl_training .button_next:hover:after {
    background: #F79100;
}

.blocl_training.new {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.blocl_training.new .title {
    width: 100%;
    color: #231f20;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 34px;
    height: auto;
}

.blocl_training.new .block_desc {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 95px;
    -moz-column-gap: 95px;
    column-gap: 95px;
}

.blocl_training.new .block_desc .desc {
    color: #5b5b5b;
    font-size: 14px;
}

.blocl_training.new .block_desc {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 18px;
}

.blocl_training.new .block_desc p {
    margin-bottom: 15px;
}

.top_about {
    background: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #e1e5ee;
    box-shadow: inset 0 -1px 0 0 #e1e5ee;
}

.top_about .container_name {
    height: 360px;
    width: 33.33%;
    float: left;
    font-size: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 35px;
}

.top_about .container_name.sredstva_new {
    width: auto;
    float: none;
}

.top_about .container_list {
    float: left;
    height: 360px;
    width: 66.66%;
    font-size: 0px;
}

.top_about .title {
    width: 100%;
    color: #313736;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 40px;
    position: relative;
    padding-bottom: 40px;
}

.top_about .title:after {
    content: '';
    width: 180px;
    height: 2px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    bottom: 0px;
    background: #00aa4f;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.top_about .desc_title {
    font-size: 20px;
    margin-bottom: 23px;
    color: #313736;
    line-height: 28px;
}

.top_about .block_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 75px;
    -moz-column-gap: 75px;
    column-gap: 75px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 55px;
}

.top_about .container_list li a {
    color: #313736;
    font-size: 18px;
    padding: 0px 20px;
    line-height: 40px;
    display: block;
}

.top_about .container_list li:hover a, .top_about .container_list li.active a {
    color: #fff;
}

.top_about .container_list li:nth-child(1):hover, .top_about .container_list li.active:nth-child(1) {
    background: #f45a07;
}

.top_about .container_list li:nth-child(2):hover, .top_about .container_list li.active:nth-child(2) {
    background: #753699;
}

.top_about .container_list li:nth-child(3):hover, .top_about .container_list li.active:nth-child(3) {
    background: #f89200;
}

.top_about .container_list li:nth-child(4):hover, .top_about .container_list li.active:nth-child(4) {
    background: #f01714;
}

.top_about .container_list li:nth-child(5):hover, .top_about .container_list li.active:nth-child(5) {
    background: #00c0f4;
}

.top_about .container_list li:nth-child(6):hover, .top_about .container_list li.active:nth-child(6) {
    background: #00aa4f;
}

.top_about .container_list li:nth-child(7):hover, .top_about .container_list li.active:nth-child(7) {
    background: #7fc535;
}

.top_about .container_list li:nth-child(8):hover, .top_about .container_list li.active:nth-child(8) {
    background: #256eba;
}

.container_bredcrams {
    height: 40px;
    background: #FFFFFF;
    margin-bottom: 38px;
}

.container_bredcrams ul li {
    float: left;
}

.bredcrams li a {
    color: #253036;
    font-size: 12px;
    margin-right: 13px;
    font-weight: bold;
    line-height: 40px;
}

.bredcrams li a:after {
    content: '/';
    margin-left: 13px;
    vertical-align: top;
}

.bredcrams li a.active:after {
    content: none;
}

.bredcrams li a.active {
    margin: 0px;
    cursor: default;
    color: #00aa4f;
}

.container_catalog {
    background: #fff;
    overflow: hidden;
    padding-bottom: 1px;
    display: table;
    width: 100%;
}

.container_catalog .tovar_item {
    width: 33.33%;
    height: 460px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 35px 45px;
    text-align: center;
    float: left;
    -webkit-box-shadow: inset 0px -1px 0 0 #e1e5ee;
    box-shadow: inset 0px -1px 0 0 #e1e5ee;
}

.container_catalog .tovar_item:nth-child(3n+2) {
    -webkit-box-shadow: inset 0px -1px 0 0 #e1e5ee;
    box-shadow: inset 0px -1px 0 0 #e1e5ee;
    border-right: 1px solid #e1e5ee;
    border-left: 1px solid #e1e5ee;
}

.container_catalog .tovar_item .foto {
    height: 280px;
    font-size: 0px;
    margin-bottom: 20px;
}

.container_catalog .tovar_item .foto img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.tovar_item .block_info .name {
    font-size: 16px;
    color: #313736;
    font-weight: bold;
    margin-bottom: 15px;
}

.tovar_item .block_info .desc_tovar {
    font-size: 14px;
    color: #313736;
    margin-bottom: 15px;
}

.tovar_item .block_info .prise {
    font-size: 14px;
    color: #00aa4f;
    font-weight: bold;
}

.explanation {
    font-size: 14px;
    color: #313736;
    padding: 40px 0px;
    text-align: center;
    line-height: 19px;
    background: #fff;
}

.punkt_sale {
    background: #fff;
    padding: 0px 40px 40px 40px;
}

.punkt_sale .title {
    color: #00aa4f;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
}

.punkt_sale .col_list ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 75px;
    -moz-column-gap: 75px;
    column-gap: 75px;
}

.punkt_sale .col_list ul li a {
    color: #313736;
    font-size: 14px;
    font-weight: bold;
}

.punkt_sale .col_list ul li {
    margin-bottom: 5px;
}

.punkt_sale .col_list ul li a span {
    color: #00aa4f;
}

.block_phone {
    background: #00aa4f;
    padding: 40px 0px;
    font-size: 16px;
    color: white;
    line-height: 25px;
    text-align: center;
}

.block_phone span {
    font-weight: bold;
}

.block_phone a {
    display: inline-block;
}

.block_margin {
    margin-bottom: 150px;
}

.container_innerblock .block_map {
    width: 33.33%;
    height: 360px;
    float: left;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 45px;
}

.container_innerblock .block_map.width {
    width: 66.66%;
    height: 360px;
}

.block_map .desc {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}

.menu_hide_account {
    background-color: #f89200;
}

.block_map .desc .title {
    font-size: 33px;
    line-height: 35px;
    color: #fff;
    font-weight: 100;
    text-transform: none;
    margin-bottom: 30px;
}

.container_innerblock .block_map:nth-child(2) {
    background: #00c0f4;
}

.container_innerblock .block_map:nth-child(3) {
    background: #f45a07;
}

.container_innerblock .block_map:nth-child(4) {
    background: #753699;
}

.container_innerblock .block_map:nth-child(5) {
    background: #7fc535;
}

.container_innerblock .block_map:nth-child(6) {
    background: #f89200;
}

.container_innerblock .block_map:nth-child(7) {
    background: #fff;
}

.container_innerblock .block_map:nth-child(8) {
    background: #00aa4f;
}

.container_innerblock .block_map:nth-child(7) .desc {
    color: #272727;
}

.forms {
    width: 100%;
    margin-bottom: 40px;
    font-size: 17px;
    cursor: pointer;
}

.forms .input {
    width: 100%;
    height: 48px;
    position: relative;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
}

.forms .input input {
    width: 100%;
    height: 100%;
    border: none;
    text-indent: 20px;
    font-size: 17px;
    cursor: pointer;
}

.arrow:after {
    content: '';
    width: 2px;
    height: 9px;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    right: 9px;
    background-color: #fff;
    -ms-transform: rotate(-52deg);
    -webkit-transform: rotate(-52deg);
    transform: rotate(-52deg);
}

.arrow:before {
    content: '';
    width: 2px;
    height: 9px;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    right: 4px;
    background-color: #fff;
    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
}

.arrow {
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    width: 15px;
    height: 12px;
    right: 20px;
}

.menu_hide_account {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 100%;
    margin-top: -2px;
    left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 20px;
    border: 2px solid #fff;
    display: block;
    max-height: 128px;
    overflow: overlay;
    display: none;
}

.menu_hide_account ul li {
    margin-bottom: 10px;
}

.forms::-webkit-input-placeholder {
    color: #fff;
}

.forms:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.forms::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.forms:-ms-input-placeholder {
    color: #fff;
}

.block_found {
    font-size: 15px;
    color: #fff;
}

.block_map .text_info {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 25px;
}

.block_map .text_info:last-child {
    margin-bottom: 0px;
}

.block_map .text_info span {
    color: #00aa4f;
    font-weight: bold;
}

.block_map .text_title {
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 25px;
}

.block_map .phone {
    color: #272727;
    font-size: 20px;
    position: relative;
    padding: 0 20px 0 40px;
}

.block_map .phone:after {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 0px;
    top: 0px;
    color: #00aa4f;
    font-size: 25px;
}

.map_canvas {
    height: 720px;
    width: 100%;
}

.menu_hide_account ul li:after, .menu_hide_account ul li:after {
    content: '';
    background: url(../minimalizine/img/arrow_1.jpg);
    position: absolute;
    width: 8px;
    height: 14px;
    right: 40px;
    top: 50%;
    margin-top: -7px;
}

.container_prise {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 410px;
    position: relative;
    min-height: 800px;
    height: 100%;
}

.container_prise .sidebar {
    width: 370px;
    background: #fff;
    padding: 30px 20px 30px 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.prise_list .container_prise .sidebar {
    top: 0px;
    left: 0px;
}

.container_prise .sidebar .top_sidebar {
    border-bottom: 1px solid #e1e5ee;
    font-size: 41px;
    color: #313736;
    line-height: 41px;
    margin: 0px -20px 30px -30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 0px 30px 30px;
    text-transform: uppercase;
}

.container_prise .sidebar .title {
    font-size: 19px;
    font-weight: bold;
    color: #313736;
    margin-bottom: 30px;
}

.container_prise .sidebar .filters {
    color: #344542;
    display: table;
    width: 100%;
}

.container_prise .sidebar .filters li {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
    cursor: pointer;
}

.container_prise .sidebar .filters li:hover, .container_prise .sidebar .filters li.active {
    color: #00aa4f;
}

.container_prise .sidebar .filters li:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #e1e5ee;
    box-shadow: inset 0 0 0 2px #e1e5ee;
    position: absolute;
}

.container_prise .sidebar .filters li.active:after {
    content: '';
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00aa4f;
    position: absolute;
}

.block_prise {
    position: relative;
    padding: 30px 30px 0px 30px;
    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px 1px rgba(197, 197, 197, 0.5);
    box-shadow: 0 0 5px 1px rgba(197, 197, 197, 0.5);
}

.container_prise .top_prise {
    border-bottom: 1px solid #e1e5ee;
    font-size: 27px;
    color: #313736;
    line-height: 41px;
    margin: 0px -30px 0px -30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 0px 30px 30px;
}

.searchwrap.searchwrap_prise {
    float: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0px -30px 0px -30px;
    border: 1px solid #e1e5ee;
}

.searchwrap.searchwrap_prise::-webkit-input-placeholder {
    color: #00aa4f;
}

.searchwrap.searchwrap_prise:-moz-placeholder {
    color: #00aa4f;
    opacity: 1;
}

.searchwrap.searchwrap_prise::-moz-placeholder {
    color: #00aa4f;
    opacity: 1;
}

.searchwrap.searchwrap_prise:-ms-input-placeholder {
    color: #00aa4f;
}

.searchwrap.searchwrap_prise .searchblock {
    position: relative;
}

.searchwrap.searchwrap_prise input[type="text"] {
    width: 40%;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid;
    margin-left: 180px;
}

.searchwrap.searchwrap_prise .searchsubmit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 170px;
    line-height: 28px;
    color: #5BAD61;
}

.searchwrap.searchwrap_prise .searchsubmit i {
    width: 100%;
}

.searchwrap.searchwrap_prise .searchsubmit input[type="submit"] {
    width: 100%;
}

.searchwrap.searchwrap_prise .searchsubmit i {
    right: 0px;
    width: 40px;
}

.searchwrap.searchwrap_prise .searchsubmit:hover {
    color: #313736;
}

.border_prise {
    position: relative;
    border: none;
    border-bottom: 1px solid #e1e5ee;
    margin: 0px -30px 0px -30px;
}

.table_prise {
    margin: 0px -30px 0px -30px;
}

.table_prise .hed_row {
    height: 49px;
    border-bottom: 2px solid #00aa4f;
}

.table_prise .hed_row .content_col {
    line-height: 49px;
}

.table_prise .hed_row .content_col {
    -webkit-box-shadow: inset -1px 0 0 0 #e1e5ee;
    box-shadow: inset -1px 0 0 0 #e1e5ee;
}

.table_prise .content_col {
    float: left;
    position: relative;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.table_prise .content_row .content_col {
    padding: 10px 0px;
}

.table_prise .hed_row .content_col:nth-child(1) {
    padding-left: 60px;
}

.table_prise .check_block .content_col .square_check {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 26px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: inset 0 0 0 2px #e1e5ee;
    box-shadow: inset 0 0 0 2px #e1e5ee;
    background: transparent;
    cursor: pointer;
}

.table_prise .check_block.check_active .content_col .square_check.active {
    background: #00aa4f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table_prise .check_block.check_active .content_col .square_check.active:after {
    content: '';
    width: 2px;
    height: 5px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    background-color: #fff;
    -ms-transform: rotate(-128deg);
    -webkit-transform: rotate(-128deg);
    transform: rotate(-128deg);
}

.table_prise .check_block.check_active .content_col .square_check.active:before {
    content: '';
    width: 2px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 6px;
    background-color: #fff;
    -ms-transform: rotate(133deg);
    -webkit-transform: rotate(133deg);
    transform: rotate(133deg);
}

.table_prise .content_row.check_active .content_col:nth-child(1) {
    color: #00aa4f;
    position: relative;
}

.table_prise .content_row.action .content_col:nth-child(1):after {
    content: 'акция';
    position: absolute;
    color: white;
    width: 45px;
    height: 20px;
    background: #f12b11;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.table_prise .content_col:nth-child(1) {
    width: 39%;
    padding-left: 30px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 65px;
}

.table_prise .content_col:nth-child(2) {
    width: 10%;
}

.table_prise .content_col:nth-child(3) {
    width: 17%;
}

.table_prise .content_col:nth-child(4) {
    width: 17%;
}

.table_prise .content_col:nth-child(5) {
    width: 17%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table_prise .content_row:nth-child(odd) {
    background: #f5f6f8;
}

.table_prise .content_row {
    display: table;
    width: 100%;
}

.service-search-results-wrap {
    background-color: #fff;
}

.service-search-results-wrap .table_prise {
    margin: 0;
}

.service-search-results-wrap .container_feedback {
    max-width: 695px;
    margin: 0 auto;
    padding: 0 30px 60px;
}

.service-search-results-wrap .container_feedback::after {
    content: none;
}

.service-search-results-extralinks {
    padding: 30px;
    text-align: center;
}

.service-search-results-extralink {
    line-height: 55px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.service-search-results-extralink img {
    vertical-align: top;
    margin-right: 5px;
}

.service-search-results-title {
    font-size: 35px;
    margin: 0 25px 10px;
}

.container_result {
    background: #fff;
    padding: 40px 0px;
}

.namber_result {
    font-size: 16px;
    color: #313736;
    float: left;
    line-height: 26px;
}

.namber_result span {
    font-weight: bold;
    color: #00aa4f;
    margin-left: 15px;
    float: right;
    display: block;
}

.prise_result {
    float: right;
    color: #313736;
    font-size: 17px;
    line-height: 26px;
}

.prise_result span {
    font-weight: bold;
    color: #00aa4f;
    font-size: 26px;
    margin-left: 30px;
    float: right;
    display: block;
}

.container_sevise.inner .container_prise {
    padding-right: 410px;
    padding-left: 0px;
}

.container_prise .sidebar {
    left: auto;
    right: 0px;
}

.sidebar .top_button {
    width: 100%;
    background: #00bff4;
    text-transform: uppercase;
    color: white;
    font-size: 41px;
    margin-bottom: 40px;
    display: block;
    line-height: 60px;
    text-align: center;
}

.container_sevise.inner .sidebar {
    background: transparent;
    padding: 0;
}

.container_sevise .block_servise {
    width: 100%;
    max-width: 370px;
    float: left;
    background: #fff;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    margin-bottom: 45px;
}

.container_sevise .block_servise .foto:after {
    content: '';
    position: absolute;
    bottom: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 50%;
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -12px;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.container_sevise .block_servise:hover .foto:after {
    border-top: 12px solid #00aa4f;
}

.container_sevise.loyalty_programs .block_servise .foto:after {
    content: none;
}

.container_sevise.loyalty_programs .block_servise .foto:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    left: 0px;
    top: 0px;
}

.container_sevise.loyalty_programs .block_servise:hover .foto:before {
    background: rgba(0, 0, 0, 0.4);
}

.container_sevise.def .block_servise:nth-child(3n+2) {
    margin: 0px 45px;
}

.container_sevise.inner .block_servise {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 40px;
    background-color: white;
    float: none;
}

.block_servise .foto {
    height: 145px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.loyalty_programs .block_servise .foto {
    width: 380px;
    height: 300px;
}

.block_servise .block_info {
    height: 100px;
    font-size: 0px;
    text-align: center;
}

.block_servise .block_info .name {
    color: #1c1c1c;
    font-size: 16px;
    padding: 0 15px 20px 15px;
    position: relative;
    text-transform: uppercase;
}

.block_servise:hover .block_info .name {
    color: #fff;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.block_servise .block_info .name:after {
    content: '';
    width: 180px;
    height: 2px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    bottom: 0px;
    background: #00aa4f;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.block_servise:hover .block_info .name:after {
    background: #fff;
}

.container_sevise .block_servise:hover {
    background: #00aa4f;
}

.sidebar .top_button.violet {
    background: #753699;
}

.sidebar .blocl_training {
    width: 100%;
    -webkit-box-shadow: inset 0px -1px 0px 0px #f5f6f8;
    box-shadow: inset 0px -1px 0px 0px #f5f6f8;
}

.container_sevise.inner .container_prise .top_prise {
    color: #313736;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.container_sevise.inner .container_prise .top_prise span.un-warning {
    display: block;
    text-transform: none;
    font-size: 15px;
    padding: 10px 0;
    line-height: normal;
}

.container_sevise.inner .container_prise .top_prise span.un-warning.red {
    color: #e50000;
}

.um-order-form-wrap.hidden-content span.un-warning {
    display: block;
    text-transform: none;
    font-size: 15px;
    padding: 10px 0 20px;
    line-height: normal;
}

.um-order-form-wrap.hidden-content span.un-warning.red {
    color: #e50000;
}

.container_prise .top_prise span.un-warning {
    display: block;
    text-transform: none;
    font-size: 15px;
    line-height: normal;
}

.container_prise .top_prise span.un-warning.red {
    color: #e50000;
}

.corporative-wrap .un-warning {
    display: block;
    text-transform: none;
    font-size: 15px;
    padding: 10px 0 20px;
    line-height: normal;
}

.corporative-wrap .un-warning.red {
    color: #e50000;
}

.c-box-300 {
    width: 300px;
    margin: 0 auto;
}

.akcija_inner.container_sevise.inner .container_prise .top_prise {
    text-transform: none;
    padding: 30px;
}

.container_sevise.inner .table_prise .hed_row .content_col:nth-child(1) {
    padding-left: 30px;
}

.block_brendinner {
    margin-bottom: 25px;
}

.block_brendinner .foto {
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 300px;
}

.news_inner .block_brendinner .foto {
    width: 100%;
    -webkit-box-shadow: 0 0 0 1px #e1e5ee;
    box-shadow: 0 0 0 1px #e1e5ee;
}

.news_inner .block_brendinner .foto-mobile {
    display: none;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 300px;
    -webkit-box-shadow: 0 0 0 1px #e1e5ee;
    box-shadow: 0 0 0 1px #e1e5ee;
}

.block_brendinner .block_info {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    padding: 0px 20px 0px 40px;
}

.blcontainer_loyality .block_brendinner .block_info {
    width: 100%;
    float: none;
}

.blcontainer_loyality .block_brendinner .foto {
    margin: 0px 22px 15px 0px;
}

.block_brendinner .block_info .name, .block_brendinner .block_info h1 {
    color: #313736;
    font-size: 30px;
    margin-bottom: 20px;
}

.block_brendinner .block_info .title {
    color: #313736;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}

.block_brendinner .block_info .desc {
    color: #313736;
    font-size: 13px;
}

.container_result_desc {
    background: #fff;
    padding: 30px 0px 40px;
    line-height: 20px;
}

.container_result_desc .title {
    font-size: 14px;
    font-weight: bold;
    color: #313736;
    margin-bottom: 25px;
}

.container_result_desc .new_forms .title {
    font-size: 19px;
    font-weight: bold;
    color: #313736;
    margin-bottom: 25px;
    line-height: 27px;
}

.container_result_desc .new_forms .title span {
    color: #00aa4f;
}

.container_result_desc .desc {
    font-size: 13px;
    color: #313736;
    margin-bottom: 30px;
}

.container_result_desc ul {
    padding-left: 15px;
    list-style-type: disc;
}

.container_result_desc ul li span {
    color: #313736;
}

.block_thanks {
    border-top: 2px solid #00aa4f;
    padding: 40px 30px;
    margin-right: -30px;
    margin-left: -30px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #121212;
    -moz-box-sizing: border-box;
    font-size: 13px;
}

.block_thanks .email span {
    color: #00aa4f;
    font-weight: bold;
}

.container_feedback {
    margin: 30px -20px 0 -30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 33px 30px;
    position: relative;
}

.container_feedback:after {
    content: '';
    height: 30px;
    width: 100%;
    background: #f5f6f8;
    top: -30px;
    position: absolute;
    margin: 0px -30px 0 -30px;
}

.container_feedback .title {
    color: #2c2c2c;
    font-size: 30px;
}

.container_feedback input {
    height: 40px;
    width: 100%;
    text-indent: 15px;
    -webkit-box-shadow: inset 0 0 0 1px #00aa4f;
    box-shadow: inset 0 0 0 1px #00aa4f;
}

.container_feedback input[type="submit"] {
    background: #00aa4f;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.container_feedback .input {
    width: 48%;
    float: left;
    margin-bottom: 30px;
}

.container_feedback .input:first-child {
    margin-right: 4%;
}

.container_feedback textarea {
    min-height: 120px;
    -webkit-box-shadow: inset 0 0 0 1px #00aa4f;
    box-shadow: inset 0 0 0 1px #00aa4f;
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 15px;
}

::-webkit-input-placeholder {
    color: #1f1f1f;
}

:-moz-placeholder {
    color: #1f1f1f;
    opacity: 1;
}

::-moz-placeholder {
    color: #1f1f1f;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #1f1f1f;
}

.name_list {
    font-size: 41px;
    text-align: left;
    margin-bottom: 45px;
    text-transform: uppercase;
    position: relative;
}

.date_post {
    font-size: 14px;
    color: #00aa4f;
    margin-bottom: 25px;
}

.block_prise.news_inner .container_result_desc {
    padding-top: 0px;
}

.block_prise.news_inner .container_result_desc a:not(.all_button) {
    color: #00aa4f;
    text-decoration: underline;
}

.block_prise.news_inner .container_result_desc a:hover {
    text-decoration: none;
}

.container_prise .block_prise.news_inner .top_prise {
    border: none;
}

.all_button, a.all_button {
    margin-top: 55px;
    margin-bottom: 25px;
    display: table;
    text-align: center;
    padding: 0px 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    color: #00aa4f;
    font-weight: bold;
    background: #eff1f6;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.block_prise.news_inner a.all_button {
    margin: 30px 0 50px 0;
}

.all_button:hover {
    color: white;
    background: #00aa4f;
}

.sidebar .all_button {
    margin: 55px auto 25px;
}

.partners_block {
    display: block;
    float: left;
    -webkit-box-shadow: 1px 1px 0 0px #e1e5ee;
    box-shadow: 1px 1px 0 0px #e1e5ee;
    width: 20%;
    height: 185px;
    font-size: 0px;
    text-align: center;
}

.container_catalog .block_abouts {
    float: left;
    -webkit-box-shadow: 1px 1px 0 0px #e1e5ee;
    box-shadow: 1px 1px 0 0px #e1e5ee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 50px 30px;
}

.container_catalog .block_vakancii_wrap .block_vakancii {
    border: 1px solid #e1e5ee;
    height: 400px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container_catalog .block_vakancii {
    width: 50%;
}

.block_abouts .title_vak {
    font-weight: bold;
    font-size: 22px;
    color: #00aa4f;
    margin-bottom: 30px;
}

.block_vakancii_wrap .block_abouts .title_vak {
    font-weight: normal;
}

.block_vakancii_wrap .block_abouts .title_vak span {
    color: #1c1c1c;
    font-size: 80%;
}

.block_abouts .title {
    font-weight: bold;
    font-size: 15px;
    color: #313736;
    margin-bottom: 15px;
}

.block_abouts .desc_text {
    font-weight: normal;
    font-size: 14px;
    color: #313736;
    margin-bottom: 30px;
}

.block_abouts .desc_text:last-child {
    margin-bottom: 0px;
}

.block_abouts .prise {
    color: #00aa4f;
    font-size: 14px;
    font-weight: bold;
}

.container_catalog .block_abouts.block_oborud {
    text-align: center;
    display: table-cell;
    float: none;
    -webkit-box-shadow: 1px 0px 0 0px #e1e5ee;
    box-shadow: 1px 0px 0 0px #e1e5ee;
    width: 50%;
}

.container_catalog .block_abouts.block_oborud .foto {
    font-size: 0px;
    max-width: 500px;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0px auto 30px;
}

.city_menu {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0px;
    display: table;
    width: auto;
}

.city_menu li {
    float: left;
}

.city_menu li a {
    display: block;
    padding: 0px 22px;
    font-size: 17px;
    color: #313736;
    line-height: 36px;
    position: relative;
    background: transparent;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    text-transform: capitalize;
}

.city_menu li a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: -5px;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.city_menu li a:hover:after, .city_menu li a.active:after {
    border-top: 5px solid #00aa4f;
}

.city_menu li a:hover, .city_menu li a.active {
    color: #fff;
    background: #00aa4f;
}

.fran .city_menu li:nth-child(2) a:hover:after, .fran .city_menu li:nth-child(2) a.active:after {
    border-top: 5px solid #f55b08;
}

.fran .city_menu li:nth-child(3) a:hover:after, .fran .city_menu li:nth-child(3) a.active:after {
    border-top: 5px solid #772c8b;
}

.fran .city_menu li:nth-child(4) a:hover:after, .fran .city_menu li:nth-child(4) a.active:after {
    border-top: 5px solid #256ebb;
}

.fran .city_menu li:nth-child(5) a:hover:after, .fran .city_menu li:nth-child(5) a.active:after {
    border-top: 5px solid #f89200;
}

.fran .city_menu li:nth-child(6) a:hover:after, .fran .city_menu li:nth-child(6) a.active:after {
    border-top: 5px solid #e50000;
}

.city_menu li a:hover, .city_menu li a.active {
    color: #fff;
    background: #00aa4f;
}

.fran .city_menu li:nth-child(2) a:hover, .fran .city_menu li:nth-child(2) a.active {
    color: #fff;
    background: #f55b08;
}

.fran .city_menu li:nth-child(3) a:hover, .fran .city_menu li:nth-child(3) a.active {
    color: #fff;
    background: #772c8b;
}

.fran .city_menu li:nth-child(4) a:hover, .fran .city_menu li:nth-child(4) a.active {
    color: #fff;
    background: #256ebb;
}

.fran .city_menu li:nth-child(5) a:hover, .fran .city_menu li:nth-child(5) a.active {
    color: #fff;
    background: #f89200;
}

.fran .city_menu li:nth-child(6) a:hover, .fran .city_menu li:nth-child(6) a.active {
    color: #fff;
    background: #e50000;
}

.container_area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 15px 30px;
    background: #fff;
}

.container_area ul {
    display: table;
    width: 100%;
}

.container_area ul li {
    float: left;
}

.container_area ul li a {
    display: block;
    padding: 0px 20px 0px 0px;
    margin-right: 20px;
    font-size: 14px;
    color: #00aa4f;
    line-height: 16px;
    position: relative;
    background: transparent;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.container_area ul li a:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    background: #00aa4f;
}

.container_area ul li:last-child a:after {
    content: none;
}

.container_area ul li a:hover, .container_area ul li a.active {
    color: #545959;
}

.container_table_punkt {
    background: #fff;
}

.container_table_punkt .col_punct {
    width: 50%;
    float: left;
}

.container_table_punkt .col_tel {
    width: 15%;
    float: left;
}

.container_table_punkt .col_job {
    width: 35%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 140px;
    position: relative;
}

.container_table_punkt .top_table_name {
    border-bottom: 1px solid #eeeff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 30px;
}

.container_table_punkt .top_table_name > div {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
}

.container_table_punkt .name_area {
    color: #333333;
    font-size: 25px;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #eeeff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 30px;
    position: relative;
}

.linck_name_area {
    position: absolute;
    left: 245px;
    top: 50px;
    margin-top: -6px;
    line-height: 16px;
    font-size: 18px;
}

.linck_name_area a span {
    text-decoration: underline;
    color: #00aa4f;
}

.container_table_punkt .block_area ul li {
    border-bottom: 1px solid #eeeff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 30px;
}

.container_table_punkt .block_area ul li:nth-child(odd) {
    background: #f5f6f8;
}

.container_table_punkt .block_area ul li .col_addres {
    height: 100px;
    font-size: 0px;
    display: block;
}

.container_table_punkt .block_area ul li .col_addres {
    height: 100px;
    font-size: 0px;
    display: block;
}

.container_table_punkt .block_area ul li .col_addres .text {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
}

.container_table_punkt .block_area ul li .col_addres .text span {
    color: #00aa4f;
}

.linck_map {
    position: absolute;
    right: 0px;
    top: 50px;
    margin-top: -8px;
    line-height: 16px;
    font-size: 14px;
    text-decoration: underline;
    color: #00aa4f;
}

.linck_map:hover {
    text-decoration: none;
}

.container_news.fran .city_menu li a {
    font-size: 14px;
    padding: 0px 16px;
}

.container_news.fran .name_list {
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.container_fran {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px;
    background: #fff;
    margin-bottom: 30px;
    width: 100%;
    margin: 0 auto 30px;
}

.container_fran .block_information {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.container_fran .title {
    color: #333333;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    text-transform: none;
}

.container_fran .block_information .desc {
    font-size: 14px;
    color: #313736;
    margin-bottom: 30px;
}

.container_fran .block_information .name {
    font-size: 17px;
    font-weight: bold;
    color: #00aa4f;
    margin-bottom: 25px;
}

.container_fran .block_information ul {
    padding-left: 15px;
    list-style-type: disc;
}

.container_fran .block_information ul li {
    color: #00aa4f;
    font-size: 14px;
}

.container_fran .block_information ul li span {
    color: #313736;
}

.container_news.fran .container {
    margin: 0px;
}

.orange_col {
    background: #f89200;
}

.white_col {
    background: #fff;
}

.green_col {
    background: #00aa4f;
}

.block_map.white_col .text_info {
    color: #272727;
}

.container_innerblock .block_map.white_col {
    background: #fff;
}

.container_innerblock .block_map.green_col {
    background: #00aa4f;
}

.container_contacts {
    background: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}

.container_contacts .block_addres {
    width: 33.33%;
    height: 360px;
    float: left;
    text-align: center;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #313736;
    font-size: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 45px 45px;
    -webkit-box-shadow: 2px 0px 0 0px #e1e5ee;
    box-shadow: 2px 0px 0 0px #e1e5ee;
}

.container_contacts .block_addres .title {
    font-size: 20px;
    color: #313736;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    height: 40px;
    position: relative;
    padding-bottom: 40px;
}

.container_contacts .block_addres .title.contact_text {
    font-size: 34px;
}

.container_contacts .block_addres .title:after {
    content: '';
    width: 180px;
    height: 2px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    bottom: 0px;
    background: #00aa4f;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.container_contacts .block_addres .desc {
    font-size: 14px;
    line-height: 25px;
}

.container_contacts .block_addres .desc span {
    font-size: 14px;
    line-height: 16px;
    color: #00aa4f;
}

.order_div {
    width: 750px;
    max-width: 100%;
    margin: 0 auto 60px;
}

.order_div table td {
    width: 50%;
}

.order_div input::-webkit-input-placeholder, .order_div textarea::-webkit-input-placeholder {
    color: #9C9A9A;
    font-size: 13px;
    line-height: 15px;
}

.order_div input:-moz-placeholder, .order_div textarea:-moz-placeholder {
    color: #9C9A9A;
    font-size: 13px;
    line-height: 15px;
}

.order_div input::-moz-placeholder, .order_div textarea::-moz-placeholder {
    color: #9C9A9A;
    font-size: 13px;
    line-height: 15px;
}

.order_div input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #00aa4f;
}

.order_div input[type="submit"] {
    height: 40px;
    padding: 0 20px;
    background: #00aa4f;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s background;
    -o-transition: .2s background;
    transition: .2s background;
}

.forms_registration input[type="submit"]:hover, .order_div input[type="submit"]:hover {
    background: #F55B08;
}

.order_div textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #00aa4f;
}

.order_div .form_row {
    margin-bottom: 20px;
}

.order_div .form_row:after {
    content: '';
    display: block;
    clear: both;
}

.order_div .form_row.submit .form_label {
    line-height: 40px;
}

.order_div .form_label {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 30px;
    text-align: right;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: .1px;
    position: relative;
}

.order_div .form_label span {
    position: absolute;
    top: 0px;
    right: 20px;
    color: #F12B12;
}

.order_div .form_row.submit span {
    position: static;
}

.order_div .form_input {
    float: left;
    width: 50%;
}

.order_div .date_col {
    position: relative;
    float: left;
    width: 30%;
    margin-right: 5%;
}

.order_div .date_col:last-child {
    margin-right: 0;
}

.order_div .date_col .droplist {
    width: 100%;
    position: absolute;
    top: 29px;
    left: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px dashed #00aa4f;
    padding: 5px 0;
    background: #fff;
    z-index: 101;
    max-height: 95px;
    overflow-y: auto;
    display: none;
}

.order_div .date_col input:focus + .droplist, .order_div .date_col .droplist:hover {
    display: block;
}

.order_div .date_col .droplist span {
    display: block;
    line-height: 22px;
    font-size: 13px;
    cursor: pointer;
    padding: 0 10px;
}

.order_div .date_col .droplist span:hover {
    color: #00aa4f;
}

.order_div .date_col.time {
    width: 20%;
}

.order_div .date_col.time:first-child:after {
    content: ':';
    font-weight: bold;
    position: absolute;
    right: -17%;
    top: 3px;
    font-size: 20px;
    color: #4C4C4C;
}

.error_page {
    cursor: default;
    color: #00aa4f;
    text-align: center;
    font-size: 70px;
    padding-bottom: 70px;
    padding-top: 40px;
}

.defblock-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.defblock-list li i {
    position: absolute;
    top: 3px;
    left: 0;
}

.container_fran .one_article_name {
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 20px;
}

.container_fran .one_article_preview {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}

.container_fran .one_article > a {
    font-size: 14px;
    line-height: 21px;
    color: #00aa4f;
    font-weight: bold;
    text-decoration: underline;
}

.container_fran .one_article > a:hover {
    text-decoration: none;
}

.container_fran .one_article {
    width: 50%;
    float: none;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 35px;
}

.container_fran {
    display: table;
}

.container_fran .one_article:nth-child(2n) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 15px;
}

.container_fran .one_article:nth-child(2n+1) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 15px;
}

.searchwrap {
    float: left;
    border-right: 1px solid #e1e5ee;
    border-left: 1px solid #e1e5ee;
    padding: 0 14px;
}

.searchblock {
    height: 30px;
    margin: 5px 0;
}

.searchwrap .searchsubmit, .searchwrap input[type="text"] {
    float: left;
    height: 30px;
}

.searchwrap input[type="text"] {
    height: 30px;
    color: #1b1b1b;
    line-height: 30px;
    padding: 0 10px;
    width: 150px;
}

.searchwrap .searchsubmit {
    width: 40px;
    position: relative;
}

.searchwrap .searchsubmit i {
    position: absolute;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    width: 40px;
    color: #5BAD61;
}

.searchwrap .searchsubmit:hover i {
    color: #1b1b1b;
}

.searchwrap .searchsubmit input[type="submit"] {
    position: absolute;
    width: 40px;
    height: 30px;
    top: 0;
    left: 0;
    border: none;
    cursor: pointer;
}

.searchresults {
    padding-bottom: 60px;
}

.searchresults .search_block {
    margin-bottom: 25px;
}

.searchresults .search_title {
    color: #00aa4f;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}

.searchresults .search_text {
    font-style: italic;
}

.main_content.zerosearch {
    padding-top: 10px;
    padding-bottom: 200px;
}

.main_content.zerosearch > div {
    text-align: center;
    font-size: 22px;
}

.main_content.zerosearch > span {
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #00aa4f;
}

.container_disqus {
    margin: 40px 0 0 0px;
}

.popups_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9991;
    display: none;
}

.fancybox-inner {
    overflow: visible !important;
}

.popup_social {
    min-height: 280px;
    max-width: 500px;
    background: #fff;
}

.popup_social-inner {
    padding: 50px 20px 20px 185px;
    position: relative;
}

.popup_social .popup_desc {
    color: #231f20;
    font-size: 18px;
    margin-bottom: 20px;
}

.popup_social .popup_desc span {
    display: block;
    color: #743a97;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: bold;
    margin-top: 20px;
}

.popup_social .close-btn {
    color: #3b5998;
    border-bottom: 1px dashed #3b5998;
    display: table;
    cursor: pointer;
}

.popup_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
}

.popup .close {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("/templates/img/sprite.png") -88px 0;
}

.fb-container {
    min-height: 40px;
}

.fb_iframe_widget {
    margin: 10px 20px 0;
}

.fancybox-skin {
    background: #FFFFFF !important;
}

section.not_page {
    min-height: 500px;
    padding-top: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

section.not_page h1 {
    text-align: center;
    font-size: 188px;
    color: #000;
    margin: 0px;
    line-height: 150px;
    margin: 0px auto 32px;
}

section.not_page .description {
    font-size: 25px;
    text-align: center;
    color: #000;
    margin-bottom: 35px;
}

section.not_page .button_banner {
    padding: 17px 48px;
    background: #00aa4f;
    display: table;
    text-align: right;
    right: 0px;
    top: 70px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-transform: uppercase;
    -o-transition: background 1.5s, color .7s;
    transition: background 1.5s, color .7s;
    margin: 0px auto;
    -webkit-transition: background 1.5s, color .7s;
}

.popup-wrap .button_banner {
    padding: 17px 48px;
    background: #00aa4f;
    display: table;
    text-align: right;
    right: 0;
    top: 70px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-transform: uppercase;
    -o-transition: background 1.5s, color .7s;
    transition: background 1.5s, color .7s;
    margin: 10px auto;
    -webkit-transition: background 1.5s, color .7s;
}

.container_fran.articles_container {
    max-width: none;
}

.forms_registration {
    display: table;
    max-width: 530px;
    margin-top: 30px;
}

.forms_registration input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #00aa4f;
    margin-bottom: 15px;
}

.forms_registration input[type="submit"] {
    height: 40px;
    padding: 0 20px;
    background: #00aa4f;
    color: #fff;
    cursor: pointer;
    -o-transition: .2s background;
    transition: .2s background;
    -webkit-transition: .2s background;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.container_result_desc .linck {
    color: #00aa4f;
    text-decoration: underline;
}

.container_result_desc .linck:hover {
    text-decoration: none;
}

.special-wrap .block_vakancii {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px 30px;
}

.special-wrap {
    padding: 15px 0;
}

.cluster.cluster-1 {
    line-height: 53px;
    width: 53px;
    height: 52px;
    text-align: center;
    background-image: url("/templates/img/m1.png");
    background-size: content;
    color: #fff;
}

#store_map {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    background-color: #f5f6f8 !important;
}

.container_cloud {
    background: #fff;
    min-height: 560px;
    margin-bottom: 30px;
    height: 100%;
}

.content_cloud {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    height: 100%;
    font-size: 0;
}

.wrapper-left {
    width: 100%;
}

.whats-up {
    width: 29%;
    font-family: Roboto, sans-serif;
    font-size: 50px;
    color: #256ebb;
    line-height: 45px;
    float: left;
    padding-top: 50px;
    margin: 0 95px 70px 40px;
}

.shuba-search {
    float: left;
    width: 670px;
    border-bottom: 6px solid #256ebb;
    margin: 0 auto;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 70px;
    padding-top: 50px;
}

.shuba-search input[type="text"] {
    font-size: 39px;
    color: #256ebb;
    padding-left: 40px;
    padding-right: 75px;
    border: none;
}

.shuba-search input[type="submit"] {
    position: absolute;
    border: none;
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.shuba-search i {
    position: absolute;
    right: 35px;
    bottom: 30px;
    display: inline-block;
    font-size: 39px;
    color: #256ebb;
}

.wrapper-right {
    width: 100%;
    padding: 0 0 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-info {
    float: right;
    width: 29%;
}

.all-services {
    font-family: Roboto, sans-serif;
    font-size: 41px;
    color: #256ebb;
    border-bottom: 6px solid #256ebb;
    position: relative;
    padding-bottom: 13px;
    margin-left: 12px;
    padding-right: 66px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.all-services:hover {
    border-bottom: 6px solid transparent;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.arrow-blue {
    background-image: url("/templates/img/arrow-blue.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 66px;
    position: absolute;
    top: 30%;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sub-info {
    font-family: Roboto, sans-serif;
    font-size: 27px;
    font-weight: 800;
    color: #1d1d1d;
    padding-left: 90px;
    margin-bottom: 40px;
    position: relative;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sub-info:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.rainbow-wrapper {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    width: 71%;
}

.rainbow-wrapper > div {
    display: block;
}

.rainbow-wrapper .cleaning {
    background-color: #772c8b;
    background-image: url("/templates/img/cleaning-text.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    height: 90px;
    margin-left: 120px;
}

.rainbow-wrapper .clothes {
    background-color: #f55b08;
    background-image: url("/templates/img/clouths-repair-text.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 382px;
    height: 60px;
}

.rainbow-wrapper .textile {
    background-color: #00ab49;
    background-image: url("/templates/img/textile-cleaning-text.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 420px;
    height: 30px;
    margin-bottom: 30px;
}

.rainbow-wrapper .linen {
    background-color: #256ebb;
    background-image: url("/templates/img/linen-text.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 355px;
    height: 30px;
    margin-left: 60px;
}

.rainbow-wrapper .aqualite {
    background-color: #00bff4;
    background-image: url("/templates/img/aqualite-text.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 375px;
    height: 60px;
    margin-top: -30px;
}

.rainbow-wrapper .carpets {
    background-color: #e50000;
    background-image: url("/templates/img/carpets-text.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px;
    height: 60px;
    margin-left: 20px;
}

.rainbow-wrapper .shoes {
    background-color: #f89200;
    background-image: url("/templates/img/shoes-text.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 440px;
    height: 60px;
}

.rainbow-wrapper .ipad-text {
    display: none;
    color: #fff;
}

.content_cloud .delivery {
    width: 55px;
    position: absolute;
    left: 10px;
}

.content_cloud .priem {
    width: 53px;
    position: absolute;
    left: 10px;
}

.container-flattery {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    font-size: 0;
    background-color: #fff;
    margin-bottom: 30px;
}

.container-flattery .one-third {
    width: 33.33%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-right: 2px solid #f5f6f8;
}

.one-third {
    width: 33.33%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.two-third {
    width: 66.66%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container-flattery {
    text-align: center;
    position: relative;
    border-right: 2px solid #f5f6f8;
}

.container-flattery .one-third:last-child {
    border: none;
}

.flattery-number {
    font-family: Roboto, sans-serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 100;
    color: #f5f6f8;
}

.flattery-text {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #1d1d1d;
    position: absolute;
    top: 33%;
    right: 0;
    left: 0;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.shuba-form-wrap {
    position: relative;
}

.shuba-form-wrap i {
    bottom: 0;
}

#print-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 39px;
    color: #256ebb;
    padding-left: 40px;
    padding-right: 75px;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

.container-flattery-animated .flattery-text {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.green-counter + .flattery-text {
    color: #00ab49;
}

.orange-counter + .flattery-text {
    color: #f89100;
}

.violet-counter + .flattery-text {
    color: #753699;
}

.container-flattery-animated .one-third.done .flattery-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.container-flattery-animated .one-third .flattery-number {
    color: #fff;
}

.container-flattery-animated .one-third .animated.flattery-number.green-counter {
    animation: green 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: green 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.container-flattery-animated .one-third .animated.flattery-number.orange-counter {
    animation: orange 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: orange 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.container-flattery-animated .one-third .animated.flattery-number.violet-counter {
    animation: violet 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: violet 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

body .ui-front {
    z-index: 103;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes green {
    0% {
        color: #f5f6f8;
    }
    50% {
        color: #00ab49;
    }
    70% {
        color: #00ab49;
    }
    100% {
        color: #f5f6f8;
    }
}

@keyframes green {
    0% {
        color: #f5f6f8;
    }
    50% {
        color: #00ab49;
    }
    70% {
        color: #00ab49;
    }
    100% {
        color: #f5f6f8;
    }
}

@-webkit-keyframes orange {
    0% {
        color: #f5f6f8;
    }
    50% {
        color: #f89100;
    }
    70% {
        color: #f89100;
    }
    100% {
        color: #f5f6f8;
    }
}

@keyframes orange {
    0% {
        color: #f5f6f8;
    }
    50% {
        color: #f89100;
    }
    70% {
        color: #f89100;
    }
    100% {
        color: #f5f6f8;
    }
}

@-webkit-keyframes violet {
    0% {
        color: #f5f6f8;
    }
    50% {
        color: #753699;
    }
    70% {
        color: #753699;
    }
    100% {
        color: #f5f6f8;
    }
}

@keyframes violet {
    0% {
        color: #f5f6f8;
    }
    50% {
        color: #753699;
    }
    70% {
        color: #753699;
    }
    100% {
        color: #f5f6f8;
    }
}

.pop-up-special-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 0 20px;
    z-index: 103;
}

.popup-overlay-services {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.popup-services-wrap {
    display: none;
    position: relative;
    overflow: hidden;
}

.pop-up-form {
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 40px 30px 0;
    -o-transition: .3s all;
    transition: .3s all;
    -webkit-transition: .3s all;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 106;
}

.pop-up-form .form_input input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #00aa4f;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 20px;
}

.pop-up-form .form_input input[type="submit"] {
    background-color: #00aa4f;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-transition: .2s all;
}

.pop-up-form .form_input input[type="submit"]:hover {
    background-color: #fff;
    color: #00aa4f;
}

.popup_name_list {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.pop-up-form-container {
    margin: 0 auto;
    text-align: center;
    width: 400px;
}

.pop-up-form-container .container_fran {
    padding: 40px 0 0 0;
}

.pop-up-form .icons_container {
    width: 400px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.pop-up-form .icons_container a:hover {
    color: #00aa4f;
}

.pop-up-form .icons_container .icons {
    border: none;
    font-size: 24px;
}

.pop-up-text-block {
    text-align: left;
    margin-bottom: 20px;
    max-height: 180px;
    overflow-y: auto;
}

.important-to-know {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pop-up-text-block a {
    color: #00aa4f;
}

.pop-up-close {
    display: none;
    font-size: 50px;
    position: absolute;
    top: -45px;
    right: -35px;
    color: #fff;
    cursor: pointer;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transition: .2s color;
    transition: .2s color;
    -webkit-transition: .2s color;
    z-index: 106;
}

.pop-up-close-form {
    color: #00aa4f;
    font-size: 40px;
    position: absolute;
    top: 12px;
    right: 22px;
    cursor: pointer;
    -o-transition: .2s color;
    transition: .2s color;
    -webkit-transition: .2s color;
    z-index: 106;
}

.pop-up-close-form:hover {
    color: #253036;
}

.pop-up-close:hover {
    color: #00aa4f;
}

.pop-up-button {
    background-color: #fff;
    color: #00aa4f;
    border: 2px solid #00aa4f;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    display: table;
    width: 300px;
    height: 50px;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 26px;
    line-height: 50px;
    position: absolute;
    top: 60%;
    left: calc(50% - 150px);
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-transition: .2s all;
}

.pop-up-button:hover {
    background-color: #00aa4f;
    color: #fff;
    border: 2px solid #00aa4f;
}

.pop-up-phone {
    float: right;
    font-size: 18px;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
}

.pop-up-phone:hover {
    color: #00aa4f;
}

.pop-up-phone::before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    font-size: 20px;
}

.wrap-for-close {
    position: relative;
    margin: 0 auto;
    top: 50%;
    max-width: 800px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.title.title-clients {
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    margin: 0;
    font-size: 23px;
}

.header-banner {
    background-image: url("/templates/img/shop/shop-main.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 360px;
    margin-bottom: 40px;
    font-size: 0;
    position: relative;
}

.letters-container {
    width: 50%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.letters-for-shop {
    font-size: 40px;
    color: #f5f6f8;
    text-align: center;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

.letters-on-blue {
    background-color: #00bff5;
}

.letters-on-green {
    background-color: #00ab49;
    height: 52px;
    line-height: 52px;
    margin-left: 35px;
}

.letters-on-violet {
    background-color: #772c8b;
    font-size: 60px;
    margin-left: 10px;
}

.letters-on-orange {
    background-color: #f89200;
    font-size: 54px;
    margin-left: 60px;
}

.shop-moto {
    color: #f5f6f8;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.shop-container {
    background-color: #fff;
    padding: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 70px;
}

.shop-item-wrap {
    border: 1px solid #d7d7d7;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-item-img {
    padding-top: 75%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.item-img-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.shop-yellow-circle {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #ffe366;
    color: #636362;
    font-weight: bold;
    font-size: 13px;
    line-height: 10px;
    text-align: center;
    padding-top: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    z-index: 2;
}

.shop-yellow-circle span {
    font-size: 31px;
    line-height: 31px;
}

.shop-yellow-circle-out {
    height: 91px;
    width: 91px;
    border-radius: 50%;
    background-color: #ffe366;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.shop-item-descr-line {
    height: 120px;
}

.shop-item-name {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 66.66%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    overflow: hidden;
}

.shop-item-title {
    font-weight: bold;
    font-size: 16px;
}

.shop-item-subtitle {
    font-size: 14px;
}

.shop-item-quantity {
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
}

.shop-item-count {
    width: 45px;
    height: 50px;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}

.item-count-arrow {
    position: absolute;
    right: -27px;
    width: 27px;
    height: 25px;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    cursor: pointer;
}

.arrow-more {
    top: -1px;
}

.arrow-less {
    bottom: -1px;
    border-top: none;
}

.arrow-more::after, .arrow-less::after {
    font-family: 'FontAwesome';
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    width: 100%;
    height: 100%;
    display: block;
}

.arrow-more::after {
    content: '\f106 ';
}

.arrow-less::after {
    content: '\f107  ';
}

.buy-btn-wrap {
    border-top: none;
}

.one-half {
    width: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.buy-btn-wrap .one-half {
    vertical-align: middle;
}

.shop-item-price {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-buy-btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-transition: .2s all;
}

.shop-item-container {
    margin-bottom: 40px;
}

.shop-item-container:nth-child(6n-5) .shop-buy-btn {
    background-color: #00bff5;
    border: 2px solid #00bff5;
}

.shop-item-container:nth-child(6n-5) .shop-buy-btn:hover {
    background-color: #fff;
    color: #00bff5;
}

.shop-item-container:nth-child(6n-4) .shop-buy-btn {
    background-color: #f55a08;
    border: 2px solid #f55a08;
}

.shop-item-container:nth-child(6n-4) .shop-buy-btn:hover {
    background-color: #fff;
    color: #f55a08;
}

.shop-item-container:nth-child(6n-3) .shop-buy-btn {
    background-color: #f89200;
    border: 2px solid #f89200;
}

.shop-item-container:nth-child(6n-3) .shop-buy-btn:hover {
    background-color: #fff;
    color: #f89200;
}

.shop-item-container:nth-child(6n-2) .shop-buy-btn {
    background-color: #753699;
    border: 2px solid #753699;
}

.shop-item-container:nth-child(6n-2) .shop-buy-btn:hover {
    background-color: #fff;
    color: #753699;
}

.shop-item-container:nth-child(6n-1) .shop-buy-btn {
    background-color: #5bad61;
    border: 2px solid #5bad61;
}

.shop-item-container:nth-child(6n-1) .shop-buy-btn:hover {
    background-color: #fff;
    color: #5bad61;
}

.shop-item-container:nth-child(6n) .shop-buy-btn {
    background-color: #f12b11;
    border: 2px solid #f12b11;
}

.shop-item-container:nth-child(6n) .shop-buy-btn:hover {
    background-color: #fff;
    color: #f12b11;
}

.shop-item-container:nth-child(3n-2) .shop-item-wrap {
    border-right: 1px solid transparent;
}

.shop-item-container:nth-child(3n) .shop-item-wrap {
    border-left: 1px solid transparent;
}

.cart-container {
    background-color: #fff;
    padding: 65px 0 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 140px;
}

.korzina {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 55px;
}

.cart-items-wrap {
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.cart-item-line {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 40px;
    font-size: 0;
}

.cart-item-line:first-child {
    border-top: 1px solid #d7d7d7;
}

.cart-item-img {
    width: 25%;
    padding-top: 25%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.cart-item-quantity {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    padding-right: 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-item-descr {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-price {
    font-size: 16px;
    color: #fff;
    width: 100px;
    height: 35px;
    line-height: 35px;
    background-color: #5bad61;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
}

.item-delete-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    position: relative;
}

.item-delete {
    font-size: 30px;
    font-weight: bold;
    color: #353235;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: -20px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.cart-item-descr .shop-item-name {
    width: 100%;
    margin-bottom: 15px;
}

.summary-cart-wrap {
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 125px;
}

.summary-cart-wrap .one-half {
    vertical-align: middle;
}

.cart-summary-text {
    font-size: 16px;
    color: #000;
}

.cart-money-total {
    font-size: 20px;
    color: #000;
    text-align: right;
}

.cart-money-total span {
    font-weight: bold;
}

.btns-cart-wrap {
    max-width: 820px;
    margin: 0 auto;
}

.cart-btn {
    display: block;
    width: 390px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-transition: .2s all;
    margin: 0 auto;
}

.cold-btn {
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    background-color: #fff;
}

.cold-btn:hover {
    color: #fff;
    background-color: #b7b7b7;
}

.hot-btn {
    background-color: #5bad61;
    border: 1px solid #5bad61;
    color: #fff;
}

.hot-btn:hover {
    background-color: #fff;
    color: #5bad61;
}

.margin-wrap {
    margin: 0 -20px;
}

.cart-icon-wrap {
    display: block;
    position: fixed;
    top: 140px;
    right: 60px;
    z-index: 103;
}

.cart-icon-circle {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background-color: #5bad61;
    background-position: 40%;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    z-index: 103;
}

.cart-icon-count-circle {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #f89200;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.cart-pop-up {
    width: 900px;
    position: absolute;
    left: 50%;
    background-color: #fff;
    z-index: 103;
    padding: 50px 0 20px;
    display: none;
    opacity: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 103;
}

.cart-pop-up .shop-item-count {
    border: none;
}

.cart-pop-up .summary-cart-wrap {
    font-size: 0;
    margin-bottom: 30px;
}

.close-pop-up {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    line-height: 29px;
    border-radius: 50%;
    border: 3px solid #d9dada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.close-pop-up:hover {
    border: 3px solid #5bad61;
}

.cart-pop-up-wrap {
    display: none;
}

.cart-pop-up-form {
    width: 390px;
    margin: 0 auto;
}

.cart-pop-up-form .form_input input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #b7b7b7;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 20px;
    color: #353235;
    font-size: 16px;
}

.cart-pop-up-form .form_input input[type="submit"] {
    background-color: #5bad61;
    border: 1px solid #5bad61;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-transition: .2s all;
}

.cart-pop-up-form .form_input input[type="submit"]:hover {
    background-color: #fff;
    color: #5bad61;
}

.shop-item-wrap .bx-viewport {
    height: 250px !important;
}

.shop-item-img {
    height: 250px;
    padding-top: 0;
}

.shop-item-wrap .bx-controls {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.shop-item-wrap .bx-pager-item {
    display: inline-block;
    padding: 0 5px;
}

.shop-item-wrap .bx-pager-link {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
}

.shop-item-wrap .bx-pager-link.active {
    background-color: #d7d7d7;
}

.news-price {
    margin-bottom: 30px;
}

.table_prise.news-price .hed_row .content_col {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
}

.aside-form-wrap {
    position: fixed;
    top: 30%;
    left: 0;
    background-color: #fff;
    z-index: 1001;
    -webkit-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
}

.aside-form-wrap.formClose {
    left: -300px;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}

.aside-form-content {
    -webkit-transition: opacity 0.1s 0.4s;
    -o-transition: opacity 0.1s 0.4s;
    transition: opacity 0.1s 0.4s;
    opacity: 1;
}

.aside-form-inner {
    width: 300px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: 420px;
}

.aside-form-wrap.formClose .aside-form-content {
    -webkit-transition: opacity 0.5s 0.3s;
    -o-transition: opacity 0.5s 0.3s;
    transition: opacity 0.5s 0.3s;
    opacity: 0;
}

.aside-form-title-wrap {
    width: 300px;
    -webkit-transition: 0.5s 0.3s;
    -o-transition: 0.5s 0.3s;
    transition: 0.5s 0.3s;
    background-color: #fff;
    color: #000;
}

.aside-form-title {
    color: #313736;
    padding: 15px 60px 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: default;
}

.aside-form-wrap .fast-order-btn {
    height: 300px;
    width: 50px;
    color: #fff;
    background-color: #e50000;
    padding: 15px 20px 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    right: -50px;
    top: -1px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: 0.3s 1s;
    -o-transition: 0.3s 1s;
    transition: 0.3s 1s;
}

.fast-order-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.aside-form-wrap.formClose .fast-order-btn {
    opacity: 1;
    -webkit-transition: 0.01s;
    -o-transition: 0.01s;
    transition: 0.01s;
}

.aside-form-close {
    position: absolute;
    top: 11px;
    right: 12px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-size: 27px;
    line-height: 27px;
    width: 27px;
    height: 27px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s 0.3s;
    -o-transition: 0.5s 0.3s;
    transition: 0.5s 0.3s;
    opacity: 1;
}

.aside-form-close:hover {
    color: #00aa4f;
}

.aside-form-body {
    padding: 15px;
}

.aside-form-subtitle {
    font-size: 15px;
    margin-bottom: 15px;
    color: #00aa4f;
    text-transform: uppercase;
}

.aside-form-wrap .form_input input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #00aa4f;
    margin-bottom: 15px;
}

.aside-form-wrap .form_label {
    font-size: 12px;
    margin-bottom: 5px;
}

.aside-form-wrap .form_label span {
    color: #F12B12;
}

.aside-form-wrap textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #00aa4f;
    margin-bottom: 15px;
}

.aside-form-wrap input[type="submit"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #00aa4f;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s background;
    -o-transition: .2s background;
    transition: .2s background;
}

.aside-form-wrap input[type="submit"]:hover {
    background-color: #f55b08;
}

.promo-inner .container_feedback::after {
    content: none;
}

.promo-inner .container_feedback .input {
    float: none;
    margin: 0 auto 20px;
}

.promo-inner .container_feedback .title {
    text-align: center;
}

.promo-inner .container_feedback input[type="submit"] {
    width: 48%;
    display: block;
    margin: 0 auto;
}

.promo-img-wrap {
    height: 200px;
    font-size: 0;
    margin-bottom: 20px;
}

img.promo-img {
    display: inline-block;
    vertical-align: middle;
}

.catalog_new .tovar_item .block_info .name {
    color: #00aa4f;
    font-weight: bold;
}

.catalog_new.container_catalog .tovar_item .foto {
    height: 180px;
    float: left;
    margin-right: 20px;
}

.catalog_new.container_catalog .tovar_item .description {
    margin-bottom: 20px;
    text-align: left;
    max-height: 240px;
    overflow: hidden;
    font-size: 14px;
}

.catalog_new .tovar_item .block_info .desc_tovar {
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    font-weight: bold;
}

.catalog_new.container_catalog .tovar_item {
    position: relative;
    height: 480px;
}

.catalog_new .tovar_item .block_info.bottom_info {
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.usluga_inner_content.block_brendinner .foto {
    margin: 0 40px 20px 0;
}

.usluga_inner_content.block_brendinner .block_info {
    float: none;
    width: auto;
    padding-left: 0;
}

.block_info table {
    border-collapse: collapse;
    max-width: 100%;
    overflow-x: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.block_info td {
    padding: 0 5px;
}

.service-form-wrap {
    max-width: 500px;
    margin: 0 auto 30px;
}

.form-header-wrap {
    margin-bottom: 20px;
}

.form-header {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    padding: 0 50px;
    color: #fff;
}

.right-line {
    float: right;
}

.left-line {
    float: left;
}

.red-line {
    background-color: #f12b12;
}

.blue-line {
    background-color: #256ebb;
}

.light-blue-line {
    background-color: #00bff5;
}

.purple-line {
    background-color: #772c8b;
}

.light-blue-line.special {
    font-size: 22px;
    text-transform: none;
    line-height: 55px;
    padding: 0 20px 0 5px;
    margin-left: -20px;
    font-weight: normal;
}

.purple-line.special {
    background-color: #6e5fa4;
    text-transform: none;
    line-height: 55px;
    font-size: 24px;
    padding: 0 5px 0 20px;
    font-weight: normal;
}

.service-form-wrap {
    font-size: 0;
}

.service-form-wrap .form_label {
    font-size: 12px;
    margin-bottom: 5px;
}

.service-form-wrap .form_row {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
}

.service-form-wrap .form_input input {
    width: calc(100% - 5px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #00aa4f;
    margin-right: 5px;
}

.service-form-wrap input[type="submit"] {
    width: calc(100% - 5px);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #00aa4f;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s background;
    -o-transition: .2s background;
    transition: .2s background;
    margin-left: 5px;
}

.service-form-wrap input[type="submit"]:hover {
    background-color: #f55b08;
}

.video_container {
    position: relative;
    margin-bottom: 40px;
    padding-top: 56%;
}

.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 102;
}

.popup-e-subscribe {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 102;
    text-align: center;
    background-color: #f5f6f8;
    font-size: 0;
    padding: 30px;
    -webkit-box-shadow: inset 0 1px 0 0 #e1e5ee;
    box-shadow: inset 0 1px 0 0 #e1e5ee;
    max-width: 600px;
    min-width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe-form-container {
    position: relative;
}

.subscribe-form-container .one-half {
    vertical-align: top;
}

.subscribe-form-container .form-header-wrap {
    padding: 0 30px;
}

.subscribe-form-container input {
    width: calc(100% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #00aa4f;
    margin: 0 5px 20px;
    font-size: 14px;
}

.subscribe-form-container input[type="submit"] {
    width: calc(100% - 10px);
    max-width: 300px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    background-color: #00aa4f;
    color: #fff;
    cursor: pointer;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transition: .2s;
    margin: 0 5px auto;
    text-transform: uppercase;
}

.subscribe-form-container input[type="submit"]:hover {
    background-color: #F55B08;
    border: 1px solid #F55B08;
}

.subscribe-form-container .close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 36px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transition: .2s;
}

.subscribe-form-container .close:hover {
    color: #00aa4f;
}

.green-text {
    color: #00aa4f;
}

.container_innerblock .block_map .desc.green-text {
    color: #00aa4f;
}

.block_map .green-text .text_title {
    color: #00aa4f;
}

.block_map .green-text .phone {
    color: #00aa4f;
    display: block;
    margin-bottom: 20px;
}

.block_map .green-text .phone:hover {
    font-weight: bold;
}

.vakansii-header-text {
    max-width: 1000px;
    padding: 50px 30px;
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
}

.margin-20 {
    margin-left: 45px;
    padding: 10px 0;
}

.container_catalog .block_vakancii_wrap .block_vakancii:nth-child(even) {
    border-right: none;
    border-left: none;
}

.container_catalog .block_vakancii_wrap .block_vakancii:nth-child(odd) {
    border-left: none;
}

.container_catalog .block_vakancii_wrap .block_vakancii:nth-child(n+3) {
    border-top: none;
}

.container_catalog .block_vakancii_wrap .block_vakancii:last-child {
    border-bottom: none;
}

.container_catalog .block_vakancii_wrap .block_vakancii:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

.wrapper {
    padding: 70px 0 0 0;
}

.pos-rel {
    position: relative;
}

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

.order_div > img {
    margin: 0 auto;
}

.hide-on-desktop {
    display: none;
}

.show-on-desktop {
    display: block;
}

.section-title {
    font-size: 35px;
    font-weight: bold;
    color: #1c1c1c;
    text-transform: uppercase;
    margin: 0 auto 40px;
    text-align: center;
}

.new-main-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.slider-section {
    padding: 40px 0 0 0;
}

.slider-section .slider-wrap {
    opacity: 0;
}

.slider-section .slide {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
}

.slider-section .bx-wrapper {
    position: relative;
}

.slider-section .bx-controls.bx-has-controls-direction {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.slider-section .bx-controls-direction {
    font-size: 0;
}

.slider-section .bx-controls-direction .bx-prev, .slider-section .bx-controls-direction .bx-next {
    height: 75px;
    width: 70px;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.slider-section .bx-controls-direction .bx-prev::before, .slider-section .bx-controls-direction .bx-next::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -11px;
}

.slider-section .bx-controls-direction .bx-prev:hover, .slider-section .bx-controls-direction .bx-next:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.slider-section .bx-controls-direction .bx-prev {
    left: 0;
}

.slider-section .bx-controls-direction .bx-prev::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -7px;
}

.slider-section .bx-controls-direction .bx-next {
    right: 0;
}

.slider-section .bx-controls-direction .bx-next::before {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -13px;
}

.circles-wrap {
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-top: -100px;
    margin-bottom: 45px;
}

.one-circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(234, 234, 234, 0.45);
    margin-bottom: 20px;
}

.one-circle .outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: transparent;
    margin-bottom: 20px;
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.one-circle .inner-circle {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background-color: #fafafa;
    position: absolute;
    top: 23px;
    left: 23px;
    -webkit-box-shadow: -3px 3px 6px #a5a4a2;
    box-shadow: -3px 3px 6px #a5a4a2;
    font-size: 0;
}

.one-circle .inner-circle::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.block-with-circle {
    max-width: 245px;
    padding: 0 3%;
}

.block-with-circle:first-child .outer-circle {
    border: 1px solid #cd6ce3;
    border-right: transparent;
    border-top: transparent;
}

.block-with-circle:nth-child(2) .outer-circle {
    border: 1px solid #f5a463;
    border-left: transparent;
    border-bottom: transparent;
}

.block-with-circle:nth-child(3) .outer-circle {
    border: 1px solid #5fb2ee;
    border-right: transparent;
    border-bottom: transparent;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.circle-text {
    display: inline-block;
    vertical-align: middle;
}

.circle-text .red-num {
    display: block;
    font-size: 50px;
    font-weight: bold;
    color: #ef2e24;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 5px;
}

.circle-text .red-num .text-08 {
    font-size: 80%;
}

.circle-text .black-text {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #1d1d1d;
    letter-spacing: -2px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.promo-cont {
    margin: 0 -15px 40px -15px;
    font-size: 0;
}

.promo-cont .one-third {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promo-cont .promo-inside-wrap {
    border: 5px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.promo-cont .promo-inside {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 73%;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.promo-cont .promo-inside:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.button.new-button {
    min-width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto 40px;
}

.advise-cont {
    height: 300px;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 40px;
}

.advise-cont .img-wrap {
    border: 5px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 325px;
    display: inline-block;
    vertical-align: top;
}

.advise-cont .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 90%;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.advise-cont .info-block {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 325px);
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.advise-cont .one-half {
    cursor: pointer;
    margin-bottom: 40px;
    position: relative;
}

.advise-cont .one-half:hover .nextbtn {
    color: #F79100;
}

.advise-cont .one-half:hover .nextbtn::before {
    border-bottom: 2px solid #F79100;
    border-left: 2px solid #F79100;
}

.advise-cont .one-half:hover .img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.info-block .date {
    font-size: 14px;
    color: #464646;
    margin-bottom: 10px;
}

.info-block .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
}

.info-block .text {
    font-size: 16px;
    color: #464646;
    margin-bottom: 15px;
    line-height: 20px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.info-block .text::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f5f6f8));
    background: -o-linear-gradient(transparent, #f5f6f8);
    background: linear-gradient(transparent, #f5f6f8);
    background: -webkit-linear-gradient(transparent, #f5f6f8);
}

.info-block .text p, .info-block .text span {
    display: inline;
    margin: 0;
    line-height: 20px !important;
}

.info-block .text strong, .info-block .text b {
    font-weight: normal !important;
}

.info-block .nextbtn {
    display: table;
    font-size: 16px;
    font-weight: bold;
    color: #00aa4f;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding-right: 30px;
    cursor: pointer;
}

.info-block .nextbtn::before {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #00aa4f;
    border-left: 2px solid #00aa4f;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 15px;
    top: 50%;
    margin-top: -5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.news-cont {
    font-size: 0;
    margin: 0 -15px 40px -15px;
}

.news-cont .one-third {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
}

.news-cont .one-third:hover .img::before {
    background-color: rgba(0, 0, 0, 0.1);
}

.news-cont .one-third:hover .nextbtn {
    color: #F79100;
}

.news-cont .one-third:hover .nextbtn::before {
    border-bottom: 2px solid #F79100;
    border-left: 2px solid #F79100;
}

.news-cont .img {
    width: 100%;
    padding-top: 72%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
    position: relative;
}

.news-cont .img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: ease, 0.3s;
    -o-transition: ease, 0.3s;
    transition: ease, 0.3s;
}

.news-cont .nextbtn {
    position: relative;
}

.header-search {
    background-color: #fff;
    height: 70px;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    z-index: 8;
}

.header-search .hs-wrap {
    font-size: 0;
}

.header-search .hs-title {
    font-size: 23px;
    font-weight: bold;
    color: #00bff4;
    width: 320px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.header-search .search-form {
    padding: 0 110px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 320px);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-search input[type="text"] {
    font-size: 16px;
    color: #c6c6c6;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 2px solid #e1e5ee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.header-search .searchsubmit {
    font-size: 15px;
    background-color: #00bff4;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -25px;
    text-transform: uppercase;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.header-search .searchsubmit .fa {
    margin-right: 5px;
}

.search-form::-webkit-input-placeholder {
    color: #c6c6c6;
    font-size: 16px;
}

.search-form:-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
    font-size: 16px;
}

.search-form::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
    font-size: 16px;
}

.search-form:-ms-input-placeholder {
    color: #c6c6c6;
    font-size: 16px;
}

.promo-banner-wrap {
    background-color: #fff;
    padding: 30px;
    position: relative;
    margin-bottom: 40px;
}

.promo-main-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 39%;
}

.countdown-wrap {
    width: 370px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 50px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.countdown-wrap .countdown-cont {
    text-align: center;
}

.countdown-wrap .title {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 40px;
    text-align: center;
}

.countdown-wrap .count-part {
    display: inline-block;
    width: auto;
    padding: 0 5px;
    height: 60px;
    margin: 0 1px;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 3px 0 rgba(0, 0, 0, 0.35);
}

.countdown-wrap .count-part::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    text-shadow: none;
    font-weight: normal;
}

.countdown-wrap .count-part.count-day {
    background-color: #19aa4e;
}

.countdown-wrap .count-part.count-day::before {
    content: 'дней';
}

.countdown-wrap .count-part.count-hour {
    background-color: #753a97;
}

.countdown-wrap .count-part.count-hour::before {
    content: 'часов';
}

.countdown-wrap .count-part.count-min {
    background-color: #f25b21;
}

.countdown-wrap .count-part.count-min::before {
    content: 'минут';
}

.countdown-wrap .count-part.count-sec {
    background-color: #fee734;
}

.countdown-wrap .count-part.count-sec::before {
    content: 'секунд';
}

.top-info-section {
    padding: 40px 0 0 0;
}

.top-info-section .main_content {
    border-bottom: 2px solid #f5f6f8;
    background: #fff;
    background-image: -o-linear-gradient(#f5f6f8, #fff 30%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f6f8), color-stop(30%, #fff));
    background-image: linear-gradient(#f5f6f8, #fff 30%);
}

.info-wrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.info-wrap .title {
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: none;
}

.info-wrap hr {
    width: 70px;
    height: 2px;
    background-color: #00aa4f;
    margin: 0 auto 30px;
    border: none;
}

.info-wrap .text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.price-section .main_content {
    background-color: #fff;
    padding: 40px 0 0 0;
}

.price-cont {
    max-width: 820px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 70px;
}

.price-cont .title {
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    color: #00aa4f;
}

.price-cont .table_prise {
    margin: 0 0 40px 0;
}

.callback-cont .orange-btn {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    padding: 9px 0 10px 0;
    border-radius: 20px;
    color: #fff;
    background-color: #f25b21;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.callback-cont .orange-btn:hover {
    background-color: #00aa4f;
}

.form-section {
    padding: 0 0 40px 0;
}

.form-section .main_content {
    background-color: #fff;
}

.banner-cont {
    max-width: 820px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 70px;
}

.form-cont {
    max-width: 820px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

.form-cont .title {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: normal;
}

.form-cont .subtitle {
    display: inline-block;
    font-size: 28px;
    line-height: 1.2;
    padding: 8px 15px 9px 15px;
    margin-bottom: 30px;
}

.form-cont .subtitle.sky-blue {
    background-color: #20c0f2;
    color: #fff;
}

.main-form-wrap {
    max-width: 500px;
    margin: 0 auto 0px;
    padding-bottom: 60px;
}

.main-form-wrap .input {
    margin-bottom: 20px;
}

.main-form-wrap input {
    width: 100%;
    line-height: 1.2;
    padding: 13px 20px 14px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #00aa4f;
    border-radius: 25px;
    font-size: 18px;
    text-align: center;
}

.main-form-wrap input[type="submit"] {
    background-color: #00aa4f;
    color: #fff;
    font-size: 24px;
    padding: 8px 0 10px 0;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.main-form-wrap input[type="submit"]:hover {
    background-color: #f25b21;
    border: 1px solid #f25b21;
}

.simple-form-wrap {
    width: 300px;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}

.simple-form-wrap .input {
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.simple-form-wrap input {
    width: 100%;
    line-height: 1.2;
    padding: 9px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f25b21;
    border-radius: 20px;
    font-size: 18px;
    text-align: center;
}

.simple-form-wrap input[type="submit"] {
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.simple-form-wrap input[type="submit"]:hover {
    background-color: #00aa4f;
    border: 1px solid #00aa4f;
}

.feedback-container .one-quater {
    width: 25%;
    float: left;
}

.feedback-image {
    padding: 10px;
}

.feedback-image img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    margin: 0 auto;
}

.feedback-image img:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.top_about .container_list.feedback-container {
    padding: 50px 0;
    height: auto;
}

.media-wrap {
    padding: 50px 0 0;
}

.media-container {
    font-size: 0;
    margin: 0 -10px;
}

.media-container .one-third {
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    vertical-align: top;
}

.media-container .one-third.videoOpen {
    cursor: default;
}

.media-container .bckgrnd-wrap .video_container {
    margin-bottom: 0;
}

.media-container .bckgrnd-wrap {
    background-color: #fff;
    padding-bottom: 20px;
}

.one-third:not(.videoOpen) .bckgrnd-wrap:hover {
    background-color: #00aa4f;
}

.media-container .one-third:not(.videoOpen) .bckgrnd-wrap:hover .text-container .info {
    color: #fff;
}

.cover-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.media-container .text-container {
    font-size: 0;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    height: 112px;
    overflow: hidden;
}

.media-container .one-third:not(.videoOpen) .bckgrnd-wrap:hover hr {
    background-color: #fff;
}

.arrow-container {
    position: relative;
}

.media-container .bckgrnd-wrap .arrow-container::before {
    content: '';
    position: absolute;
    top: -12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 50%;
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -12px;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
}

.media-container .one-third:not(.videoOpen) .bckgrnd-wrap:hover .arrow-container::before {
    border-top: 12px solid #00aa4f;
}

.media-container .text-container .info {
    font-size: 14px;
    line-height: 1.2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.media-container .bckgrnd-wrap hr {
    border: none;
    width: 180px;
    height: 2px;
    background-color: #00aa4f;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    margin: 0 auto;
}

a.show-more-price {
    margin-bottom: 40px;
    padding: 0 20px 0 30px;
    color: #00aa4f;
    display: inline-block;
    font-size: 14px;
    position: relative;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

a.show-more-price::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    border-right: 2px solid #00aa4f;
    border-bottom: 2px solid #00aa4f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

a.show-more-price:hover {
    text-decoration: underline;
}

a.show-more-price:hover::before {
    right: -10px;
}

.hide-it-now {
    font-size: 14px;
    margin: 20px 0 0 0;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.hide-it-now:hover {
    text-decoration: underline;
}

.top-photo-fix {
    padding-top: 30%;
    position: relative;
    width: 1000px;
    max-width: 100vw;
    margin: 0 auto 50px;
}

.history-img-fix {
    padding-top: 60%;
    position: relative;
}

.top-photo, .history-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.history-text-container {
    width: 1000px;
    max-width: 100vw;
    margin: 0 auto 50px;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
}

.history-text-container p {
    margin-bottom: 10px;
}

.history-imgs-container {
    width: 1000px;
    max-width: 100vw;
    margin: -5px auto 50px;
    font-size: 0;
}

.history-imgs-container .one-half {
    padding: 5px;
}

.history-text-container hr {
    width: 70px;
    height: 2px;
    background-color: #00aa4f;
    margin: 0 auto 30px;
    border: none;
}

.company-history-title {
    color: #313736;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    font-style: italic;
}

.outlets-list-container {
    width: 1000px;
    max-width: 100vw;
    margin: 0 auto;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    line-height: 20px;
}

.outlets-list-container p {
    margin-bottom: 15px;
}

.outlets-list-container ul {
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-count: 3;
}

.outlets-list-container ul li {
    padding: 5px 0;
    font-size: 80%;
}

.top-left-header {
    position: absolute;
    top: 0;
    left: 75px;
}

.fran-pic-fix {
    padding-top: 35%;
    margin-bottom: 20px;
    position: relative;
}

.fran-pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fran .city_menu {
    position: static;
}

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

.container_fran_top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 30px 0;
    width: 100%;
    margin: 0 auto;
}

.um-price-wrap {
    position: relative;
    padding-bottom: 50px;
}

.um-price-wrap.show-hidden {
    padding-bottom: 0;
}

.um-show-price {
    background-color: #f5f6f8;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.um-hidden-price {
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show-hidden .um-hidden-price {
    height: auto;
}

.um-show-price:hover {
    background-color: #00aa4f;
    color: #fff;
}

.two-btns-wrap {
    margin: 20px 0;
    font-size: 0;
    text-align: center;
}

.um-fran-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    margin: 0 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.coloredBkgnd {
    color: #fff;
    background-color: #fff;
}

.fran-link-wrap {
    display: inline-block;
}

.um-lang.active {
    color: #00aa4f;
}

.um-lang:hover {
    color: #00aa4f;
}

.pic-wrap {
    position: relative;
}

.um-block-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.inner-page-slider-wrap {
    margin-bottom: 30px;
    position: relative;
    opacity: 0;
}

.um-inner-img-fix {
    position: relative;
    padding-top: 41%;
}

.um-inner-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider-corporative-wrap {
    position: relative;
    opacity: 0;
}

.inner-page-slider-wrap .bx-controls.bx-has-pager {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    font-size: 0;
    text-align: center;
}

.slider-corporative-wrap .bx-controls.bx-has-pager {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 0;
    text-align: center;
}

.inner-page-slider-wrap .bx-controls.bx-has-pager .bx-pager-item, .slider-corporative-wrap .bx-controls.bx-has-pager .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.inner-page-slider-wrap .bx-controls.bx-has-pager .bx-pager-item a, .slider-corporative-wrap .bx-controls.bx-has-pager .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
}

.inner-page-slider-wrap .bx-controls.bx-has-pager .bx-pager-item a.active, .slider-corporative-wrap .bx-controls.bx-has-pager .bx-pager-item a.active {
    background-color: #d7d7d7;
}

.colored-links-wrap {
    font-size: 0;
    display: inline-block;
}

.top-left-header {
    position: absolute;
    top: 0;
    left: 0;
}

.fran-pic-fix {
    padding-top: 35%;
    margin-bottom: 20px;
    position: relative;
}

.fran-pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fran .city_menu {
    position: static;
}

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

.container_fran_top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 30px 0;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.um-price-wrap {
    position: relative;
    padding-bottom: 50px;
}

.um-price-wrap.show-hidden {
    padding-bottom: 0;
}

.um-show-price {
    background-color: #f5f6f8;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.two-btns-wrap {
    margin: 20px 0;
    font-size: 0;
    text-align: center;
}

.um-fran-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    margin: 0 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.coloredBkgnd, .container_feedback .coloredBkgnd {
    color: #fff;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container_feedback .coloredBorder, .coloredBorder {
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.um-fran-form.container_feedback .input-submit {
    width: 48%;
    float: right;
}

.container_feedback.um-fran-form:after {
    content: none;
}

.fran-link-wrap, .corp-link-wrap {
    display: inline-block;
}

.um-lang-wrap {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.um-lang-wrap::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.um-lang.active {
    color: #00aa4f;
}

.um-lang:hover {
    color: #00aa4f;
}

.col-cont {
    font-size: 0;
}

.col-33 {
    width: 33.33%;
    display: inline-block;
}

.col-12 {
    width: 12.5%;
    display: inline-block;
}

.um-btns-wrap {
    margin-top: 60px;
    margin-bottom: 36px;
}

.um-btns-wrap .col-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -10px 36px -10px;
}

.um-btns-wrap .col-33 {
    vertical-align: top;
    padding: 0 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.um-btn {
    display: block;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    border-width: 2px;
    border-style: solid !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
}

.um-btn.btn-blue {
    border-color: #256ebb;
    color: #256ebb;
    background-color: #fff;
}

.um-btn.btn-purple, .block_prise.news_inner a.um-btn.btn-purple {
    border-color: #753699;
    color: #753699;
    background-color: #fff;
    text-decoration: none;
}

.um-btns-wrap .um-btn.btn-green {
    border-color: #00aa4f !important;
    color: #00aa4f;
    background-color: #fff;
    text-decoration: none !important;
}

.um-btn.btn-blue:hover {
    color: #fff;
    background-color: #256ebb;
}

.um-btn.btn-purple.active:hover, .block_prise.news_inner a.um-btn.btn-purple.active:hover {
    color: #753699;
    background-color: #fff;
}

.um-btn.btn-blue.active:hover {
    color: #256ebb;
    background-color: #fff;
}

.um-btn.btn-purple:hover, .block_prise.news_inner a.um-btn.btn-purple:hover {
    color: #fff;
    background-color: #753699;
}

.um-btn.btn-green:hover {
    color: #fff !important;
    background-color: #00aa4f;
}

.um-form-wrap {
    margin: 0 auto 20px;
}

.um-form-wrap {
    display: block;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.um-form-wrap.um-hidden, .um-fran-form-wrap .um-hidden {
    display: none;
    height: 0;
    opacity: 0;
}

.um-form-wrap input:not([type="submit"]) {
    width: 50%;
    display: block;
    line-height: 1.2;
    padding: 11px 20px 13px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #753699;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 20px;
    color: #753699;
}

.block_prise.news_inner .um-btns-wrap a.red-btn-small, .block_prise.news_inner .um-btns-wrap .red-btn-small {
    display: table;
    text-align: center;
    padding: 0px 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    border: 1px solid #f12b11;
    font-weight: bold;
    background-color: #f12b11;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    margin: 30px 0 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.block_prise.news_inner .um-btns-wrap a.red-btn-small:hover, .block_prise.news_inner .um-btns-wrap .red-btn-small:hover {
    color: #f12b11;
    background-color: #fff;
}

.container_fran .um-fran-form input:not([type="submit"]), .container_fran .um-fran-form textarea {
    color: #1c1c1c !important;
}

.container_fran .um-form-wrap input[type="submit"] {
    height: 40px;
    line-height: 40px;
}

.um-form-wrap input[type="submit"] {
    height: 45px;
    line-height: 45px;
    width: 50%;
    display: block;
    text-transform: none;
    margin: 0 auto;
    padding: 0;
    border-width: 1px;
    font-weight: normal;
    color: #fff;
    background-color: #753699;
}

.um-form-wrap input::-webkit-input-placeholder {
    color: #1c1c1c;
    font-size: inherit;
}

.um-form-wrap input:-moz-placeholder {
    color: #1c1c1c;
    opacity: 1;
    font-size: inherit;
}

.um-form-wrap input::-moz-placeholder {
    color: #1c1c1c;
    opacity: 1;
    font-size: inherit;
}

.um-form-wrap input:-ms-input-placeholder {
    color: #1c1c1c;
    font-size: inherit;
}

.um-popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.aside-form-wrap.orderFromNewsPage:not(.formClose) {
    z-index: 1001;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.um-fran-btn-wrap {
    display: block;
    width: 50%;
    margin: 0 auto 20px;
}

.title-pic-wrap {
    background-color: #fff;
    padding: 30px;
}

.title-pic-fix {
    position: relative;
    padding-top: 39%;
}

.title-pic-fix .title-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.adv-wrap {
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}

.adv-inner {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 25px;
}

.adv-pic-fix {
    height: 65px;
    margin-bottom: 15px;
    position: relative;
}

.adv-num {
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 3;
}

.one-adv:nth-child(1) .adv-num::before {
    content: '1';
    color: #20c0f2;
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.one-adv:nth-child(2) .adv-num::before {
    content: '2';
    color: #19aa4e;
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.one-adv:nth-child(3) .adv-num::before {
    content: '3';
    color: #753a97;
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.one-adv:nth-child(4) .adv-num::before {
    content: '4';
    color: #f25b21;
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.one-adv:nth-child(5) .adv-num::before {
    content: '5';
    color: #fee734;
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
}

@-webkit-keyframes COLOR1 {
    0% {
        color: #6d6d6d;
    }
    50% {
        color: #20c0f2;
    }
    100% {
        color: #6d6d6d;
    }
}

@keyframes COLOR1 {
    0% {
        color: #6d6d6d;
    }
    50% {
        color: #20c0f2;
    }
    100% {
        color: #6d6d6d;
    }
}

@-webkit-keyframes COLOR2 {
    0% {
        color: #6d6d6d;
    }
    50% {
        color: #19aa4e;
    }
    100% {
        color: #6d6d6d;
    }
}

@keyframes COLOR2 {
    0% {
        color: #6d6d6d;
    }
    50% {
        color: #19aa4e;
    }
    100% {
        color: #6d6d6d;
    }
}

@-webkit-keyframes COLOR3 {
    0% {
        color: #6d6d6d;
    }
    50% {
        color: #753a97;
    }
    100% {
        color: #6d6d6d;
    }
}

@keyframes COLOR3 {
    0% {
        color: #6d6d6d;
    }
    50% {
        color: #753a97;
    }
    100% {
        color: #6d6d6d;
    }
}

@-webkit-keyframes COLOR4 {
    0% {
        color: #6d6d6d;
    }
    50% {
        color: #f25b21;
    }
    100% {
        color: #6d6d6d;
    }
}

@keyframes COLOR4 {
    0% {
        color: #6d6d6d;
    }
    50% {
        color: #f25b21;
    }
    100% {
        color: #6d6d6d;
    }
}

@-webkit-keyframes COLOR5 {
    0% {
        color: #6d6d6d;
    }
    50% {
        color: #fee734;
    }
    100% {
        color: #6d6d6d;
    }
}

@keyframes COLOR5 {
    0% {
        color: #6d6d6d;
    }
    50% {
        color: #fee734;
    }
    100% {
        color: #6d6d6d;
    }
}

.adv-pic-fix img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    opacity: 1;
}

.adv-pic-fix img.colored-pic {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    opacity: 0;
}

@-webkit-keyframes APPEAR {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes APPEAR {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes HIDE {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes HIDE {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.adv-text {
    font-size: 16px;
    color: #1b1b1b;
}

.c-box-95 {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
}

.hidden-content {
    height: 0;
    overflow: hidden;
}

.hidden-content.visibleForm {
    height: auto;
}

.green-btn {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    padding: 10px 50px 12px 50px;
    border-radius: 25px;
    color: #fff;
    background-color: #00aa4f;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #00aa4f;
}

.green-btn:hover {
    background-color: #fff;
    color: #00aa4f;
}

.squared-btn {
    border-radius: 0;
}

.work-with-us-section {
    border-bottom: 1px solid #f5f6f8;
}

.service-info-section .main_content {
    padding-bottom: 50px;
}

.work-with-us-section {
    background-color: #fff;
}

.service-info-section .col-25, .service-info-section .col-75 {
    vertical-align: top;
}

.col-25 {
    display: inline-block;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.col-75 {
    display: inline-block;
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.info-col-inner {
    padding: 0 0 0 40px;
}

.num-col-inner {
    padding: 0 0 0 40px;
}

.num-col-inner .col-33 {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.info-title {
    font-size: 35px;
    color: #1b1b1b;
}

.work-with-us-section {
    padding: 50px 0;
}

.star-num-wrap .num {
    color: #e3e3e3;
    font-weight: bold;
    font-size: 48px;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: relative;
}

.star-num-wrap .num::before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-animation: STAR 2s infinite;
    animation: STAR 2s infinite;
}

.one-num {
    margin-bottom: 50px;
}

.one-num:nth-child(1) .star-num-wrap .num::before {
    background-image: url("/templates/img/star1.png");
    top: 10px;
    left: 20px;
    width: 27px;
    height: 27px;
}

.one-num:nth-child(2) .star-num-wrap .num::before {
    background-image: url("/templates/img/star2.png");
    top: 10px;
    left: 20px;
    width: 27px;
    height: 29px;
}

.one-num:nth-child(3) .star-num-wrap .num::before {
    background-image: url("/templates/img/star3.png");
    bottom: 10px;
    left: 0;
    width: 35px;
    height: 27px;
}

.one-num:nth-child(4) .star-num-wrap .num::before {
    background-image: url("/templates/img/star4.png");
    bottom: 10px;
    left: 0;
    width: 27px;
    height: 29px;
}

.one-num:nth-child(5) .star-num-wrap .num::before {
    background-image: url("/templates/img/star5.png");
    top: 10px;
    right: 10px;
    width: 25px;
    height: 19px;
}

@-webkit-keyframes STAR {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes STAR {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.star-num-wrap {
    margin-bottom: 15px;
}

.star-num-text {
    color: #1b1b1b;
    font-size: 16px;
}

.canvas-section {
    background-color: #fff;
    padding-top: 50px;
}

.common-title {
    font-size: 35px;
    margin: 0 0 10px 0;
    text-align: center;
}

.canvas-cont {
    position: relative;
    margin-bottom: 35px;
}

.canvas-col-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 40px;
}

.canvas-col-cont .col-75, .canvas-col-cont .col-25 {
    vertical-align: top;
    margin-bottom: 90px;
}

.canvas-col-cont .one-half {
    vertical-align: top;
}

.canvas-col-inner {
    padding: 0 23px;
}

.canvas-col-cont .col-25 .canvas-col-inner {
    padding: 0 0 0 85px;
}

.canvas-col-inner::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    background-color: #f2f2f2;
}

.canvas-col-inner .text {
    font-size: 16px;
    font-weight: normal;
    color: #1b1b1b;
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: middle;
    margin-left: -40px;
}

.partners-section {
    background-color: #fff;
}

.corporative-wrap .price-section {
    border-top: 1px solid #f5f6f8;
}

.corporative-wrap .show-more-price {
    margin-bottom: 0;
}

.partners-cont {
    padding: 0 20px;
}

.col-brand {
    height: 65px;
    padding: 0 10px;
    margin: 30px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.col-brand::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.col-brand img {
    display: inline-block;
    vertical-align: middle;
}

.bottom-form-section {
    padding: 50px 0 0 0;
    background-color: #fff;
}

.bottom-form-section .main-form-wrap input[type="submit"]:hover {
    background-color: #fff;
    color: #00aa4f;
    border: 1px solid #00aa4f;
}

.corporative-wrap .simple-form-wrap input {
    border-color: #00aa4f;
}

.corporative-wrap .simple-form-wrap input[type="submit"]:hover {
    border-color: #00aa4f;
    color: #00aa4f;
    background-color: #fff;
}

.corporative-wrap textarea {
    width: 100%;
    height: 120px;
    line-height: 1.2;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #00aa4f;
    border-radius: 2px;
    font-size: 18px;
    text-align: center;
}

.um-bx-wrap {
    opacity: 0;
}

.um-bx-wrap .bx-controls {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 2;
}

.um-bx-wrap .bx-controls .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.um-bx-wrap .bx-controls .bx-pager-item a {
    width: 10px;
    height: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.um-bx-wrap .bx-controls .bx-pager-item a:hover, .um-bx-wrap .bx-controls .bx-pager-item a.active {
    background-color: #d7d7d7;
}

.mobile-only-wrap {
    display: none;
}

.col-37 {
    display: inline-block;
    vertical-align: middle;
    width: 37.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-25 {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-cont {
    font-size: 0;
}

.um-cart-form-submit {
    width: 500px;
    max-width: 100%;
    margin: 40px auto;
}

.um-cart-form .one-half {
    vertical-align: top;
    padding: 0 20px;
}

.form_block_label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.radio-row {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.radio-row label {
    font-size: 16px;
}

.radio-row input[type="radio"] {
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #b7b7b7;
    border: 2px solid #b7b7b7;
    border-radius: 50%;
    cursor: pointer;
}

.radio-row input[type="radio"]:checked {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    background-color: #1c1c1c;
}

.um-cart-form .col-cont {
    padding: 0 50px;
}

.radio-info {
    font-size: 14px;
    display: none;
    margin-top: 10px;
}

.radio-row input[type="radio"]:checked ~ .radio-info {
    display: block;
}

.radio-info ul li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

.radio-info ul li::before {
    content: '-';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

.cart-form-block textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #b7b7b7;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 20px;
    color: #353235;
    font-size: 16px;
}

.cour-delivery-block {
    display: none;
}

.np-delivery-block {
    display: none;
}

.um-cart-form-cont[delivery-status="cour-active"] .cour-delivery-block {
    display: block;
}

.um-cart-form-cont[delivery-status="np-active"] .np-delivery-block {
    display: block;
}

.radio-form-block {
    margin-bottom: 40px;
}

.inner-page-slider-wrap {
    margin-bottom: 30px;
    position: relative;
    opacity: 0;
}

.um-inner-img-fix {
    position: relative;
    padding-top: 41%;
}

.um-inner-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner-page-slider-wrap .bx-controls.bx-has-pager {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    font-size: 0;
    text-align: center;
}

.inner-page-slider-wrap .bx-controls.bx-has-pager .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.inner-page-slider-wrap .bx-controls.bx-has-pager .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
}

.inner-page-slider-wrap .bx-controls.bx-has-pager .bx-pager-item a.active {
    background-color: #d7d7d7;
}

.form-message-container {
    width: 250px;
    height: 100px;
}

.form-message-container .popup-title {
    font-size: 20px;
    text-align: center;
}

.um-order-btn-wrap {
    padding-bottom: 30px;
    text-align: center;
}

.um-green-btn {
    display: inline-block;
    background-color: #00aa4f;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 30px;
    font-weight: bold;
    border: 2px solid #00aa4f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 300px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.um-green-btn:hover {
    background-color: #fff;
    color: #00aa4f;
}

.um-order-form-wrap {
    padding-bottom: 50px;
}

.um-order-form-wrap.hidden-content {
    display: none;
    opacity: 0;
}

.um-order-form-wrap.hidden-content.visibleForm {
    display: block;
    opacity: 1;
}

.um-order-form-wrap .input, .um-styled-form .input {
    margin-bottom: 10px;
}

.block-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.col-50 {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-gallery-item {
    padding: 20px;
}

.col-gallery-item-inner {
    padding-top: 70%;
    position: relative;
}

.col-gallery-item-inner .foto {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.photo-gallery-wrap {
    font-size: 0;
    margin: 0 -20px;
}

.square_check {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 18px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: inset 0 0 0 2px #e1e5ee;
    box-shadow: inset 0 0 0 2px #e1e5ee;
    background: transparent;
    cursor: pointer;
}

.square_check.active {
    background: #00aa4f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.square_check.active:after {
    content: '';
    width: 2px;
    height: 5px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    background-color: #fff;
    -ms-transform: rotate(-52deg);
    -webkit-transform: rotate(-52deg);
    transform: rotate(-52deg);
}

.square_check.active:before {
    content: '';
    width: 2px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 6px;
    background-color: #fff;
    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(35deg);
}

.um-popups-wrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1003;
}

.um-popups-wrap::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.um-popups-wrap .popup {
    opacity: 0;
    position: relative;
    z-index: 1003;
    background-color: #fff;
    display: none;
    vertical-align: middle;
}

.popup-form-wrap {
    display: none;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1000;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-title {
    color: #313736;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.popup-300 {
    width: 300px;
    max-width: 100%;
}

.popup-service, .popup-price {
    padding: 30px;
}

.popup-form-wrap .form_label {
    margin-bottom: 10px;
}

.popup-form-wrap .form_input input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #00aa4f;
    margin-bottom: 15px;
}

.popup-form-wrap input[type="submit"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #00aa4f;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s background;
    -o-transition: .2s background;
    transition: .2s background;
    text-transform: uppercase;
}

.popup-form-wrap input[type="submit"]:hover {
    background-color: #f55b08;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-size: 27px;
    line-height: 27px;
    width: 27px;
    height: 27px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s 0.3s;
    -o-transition: 0.5s 0.3s;
    transition: 0.5s 0.3s;
    opacity: 1;
}

.popup-close:hover {
    color: #00aa4f;
}

.popup-form-wrap .submit_row {
    margin-top: 20px;
}

.iframe-wrap {
    position: relative;
    padding-top: 56%;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.yt-video-section {
    background-color: #fff;
}

.yt-video-section .price-cont {
    padding-right: 0;
}

.service-inner .container_bredcrams {
    background-color: transparent;
    margin: 70px 0 0 0;
}

.mobile-corp-btn {
    float: left;
}

.c-box-730 {
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
}

.um-hidden-price .common-title {
    margin-bottom: 30px;
}

.youtube-slide {
    position: relative;
}

.youtube-slide iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}

.dostavka-block {
    position: relative;
    padding-top: 54%;
    margin-bottom: 40px;
}

.dostavka-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dostavka-img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(250, 250, 250, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.orange-btn, a.orange-btn {
    color: #f55b08;
    background-color: #fff;
    border-color: #f55b08;
}

.dostavka-block:hover .dostavka-img::before {
    background-color: rgba(250, 250, 250, 0.4);
}

.orange-btn:hover, a.orange-btn:hover {
    color: #fff;
    background-color: #f55b08;
}

.popup {
    opacity: 0;
}

.popup-300 {
    width: 300px;
}

.popup-dostavka {
    position: relative;
    z-index: 1001;
    background-color: #fff;
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.popup-service, .popup-price {
    padding: 30px;
}

.styled-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #00aa4f;
    margin-bottom: 15px;
}

.styled-form .form-label {
    font-size: 12px;
    margin-bottom: 10px;
}

.select-wrap {
    margin-bottom: 15px;
    position: relative;
}

.styled-form .select-btn {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #00aa4f;
    line-height: 27px;
    position: relative;
    cursor: pointer;
}

.styled-form .select-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 4px;
    border-top: 6px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.styled-form .selectOpened .select-btn::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hidden-select {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(0.0001);
    -ms-transform: scaleY(0.0001);
    transform: scaleY(0.0001);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    min-width: 250px;
    z-index: 2;
}

.selectOpened .hidden-select {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.styled-form .select-row {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.styled-form .select-row:hover label {
    color: #00aa4f;
}

.styled-form .select-row label {
    position: relative;
    display: block;
    cursor: pointer;
}

.styled-form .select-row label::before {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    width: 7px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.styled-form .select-row input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.styled-form .select-row input:checked ~ label {
    color: #00aa4f;
}

.styled-form .select-row input:checked ~ label::before {
    border-color: #00aa4f;
}

.top-slider-section {
    background-color: #f5f6f8;
}

.top-slider-section .title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.dostavka-service .inner-page-slider-wrap {
    background-color: #fff;
    padding: 30px;
}

.dostavka-service .um-inner-img-fix {
    padding-top: 40%;
}

.dostavka-service .inner-page-slider-wrap .bx-controls.bx-has-pager {
    bottom: 7px;
}

.dostavka-title {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin-bottom: 45px;
}

.circle {
    width: 145px;
    height: 145px;
    position: relative;
    margin: 0 auto 20px;
}

.outer-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(234, 234, 234, 0.45);
    border-radius: 50%;
    border: 1px solid;
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.border-green {
    border-color: #00ae5f;
    border-right: none;
    border-top: none;
}

.border-yellow {
    border-color: #ffdd00;
    border-right: none;
    border-bottom: none;
}

.border-red {
    border-color: #f15247;
    border-left: none;
    border-bottom: none;
}

.border-violet {
    border-color: #7461a5;
    border-left: none;
    border-top: none;
}

.dostavka-service .inner-circle {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dostavka-service .inner-circle .svg-icon {
    height: 45px;
    width: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.col-circle {
    position: relative;
}

.col-circle .line {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 56px;
    background-repeat: repeat-x;
    height: 4px;
    opacity: 0;
    background: none;
    border-bottom: 2px dashed #00B9ED;
}

.col-circle .line.animated {
    -webkit-animation-name: growth;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-name: growth;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

@-webkit-keyframes growth {
    0% {
        width: 0;
        opacity: 1;
    }
    100% {
        width: 56px;
        opacity: 1;
    }
}

@keyframes growth {
    0% {
        width: 0;
        opacity: 1;
    }
    100% {
        width: 56px;
        opacity: 1;
    }
}

.col-circle .line::before {
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid rgba(255, 255, 255, 0) !important;
    border-left-color: #00B9ED !important;
}

.col-circle .line-green::before {
    border-color: #00B9ED;
}

.col-circle .line-yellow::before {
    border-color: #00B9ED;
}

.col-circle .line-red::before {
    border-color: #00B9ED;
}

.dostavka-service .circles-cont {
    padding-bottom: 10px;
}

.c-text-cont {
    width: 205px;
    max-width: 100%;
    margin: 0 auto;
}

.c-title {
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.c-text {
    font-size: 14px;
    text-align: center;
    color: #4B4B4B;
}

.circles-cont .col-25 {
    vertical-align: top;
}

.circles-section {
    padding: 0 0 10px 0;
    background-color: #f5f6f8;
    background-image: -o-linear-gradient(top, #f5f6f8 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f6f8), to(#ffffff));
    background: -o-linear-gradient(top, #f5f6f8 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f6f8 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f8', endColorstr='#ffffff', GradientType=1);
}

.btns-section {
    background-color: #fff;
}

.btns-section .c-box-980 {
    padding: 100px 0 80px 0;
}

.c-box-980 {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
}

.clock-bgnd {
    background-image: url("/templates/img/clock_layout.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.btns-section .um-btns-wrap {
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
}

.btns-section .um-btn {
    text-transform: none;
    line-height: 47px;
}

.btns-section .um-btn.btn-blue:hover {
    border-color: #1FC2F2;
    color: #1FC2F2;
    background-color: #fff;
}

.btns-section .um-btn.btn-blue {
    color: #fff;
    background-color: #1FC2F2;
    border-color: #1FC2F2;
}

.btns-section .um-btn.btn-purple:hover {
    border-color: #735FA4;
    color: #735FA4;
    background-color: #fff;
}

.btns-section .um-btn.btn-purple {
    color: #fff;
    background-color: #735FA4;
    border-color: #735FA4;
}

.btns-section .um-btns-wrap .um-btn.btn-green:hover {
    border-color: #00aa4f !important;
    color: #00aa4f !important;
    background-color: #fff;
    text-decoration: none !important;
    border-width: 2px;
}

.btns-section .um-btns-wrap .um-btn.btn-green {
    color: #fff !important;
    background-color: #00aa4f;
}

.call-to-action {
    font-size: 20px;
    margin-bottom: 35px;
    text-align: center;
}

.green {
    color: #00AE5F;
}

.dostavka-price-section {
    background-color: #fff;
}

.price-card-wrap {
    position: relative;
    padding-bottom: 50px;
}

.price-card-cont {
    padding: 25px 33px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 290px;
    overflow: hidden;
}

.show-hidden .price-card-cont {
    height: auto !important;
}

.dostavka-price-col {
    padding: 0 17px;
    vertical-align: top;
}

.dostavka-price-col .col-inner {
    display: block;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    margin-bottom: 30px;
}

.dostavka-price-col .col-inner.active {
    background-color: #00AE5F;
}

.dostavka-price-col .col-inner.active .card-title {
    color: #fff;
    font-weight: normal;
}

.dostavka-price-col .col-inner.active .card-price {
    color: #fff;
}

.dostavka-price-col .card-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    height: 80px;
    overflow: hidden;
}

.dostavka-price-col .card-price {
    font-weight: bold;
    font-size: 30px;
    color: #00AE5F;
    text-align: center;
}

.font-80, .prise_result span.font-80 {
    font-size: 80%;
    margin: 0;
}

.card-check-mark {
    width: 35px;
    height: 35px;
    border: 1px solid #B6B6B6;
    margin: 0 auto 25px;
    position: relative;
}

.card-check-mark::before {
    content: '';
    position: absolute;
    width: 37px;
    height: 22px;
    top: 50%;
    margin-top: -17px;
    left: 0;
    border-left: 1px solid #B6B6B6;
    border-bottom: 1px solid #B6B6B6;
    -webkit-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.col-inner:hover .card-check-mark::before {
    -webkit-transform: rotate(-45deg) scale(0.6);
    -ms-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6);
}

.dostavka-price-col .col-inner.active .card-check-mark {
    border-color: transparent;
}

.dostavka-price-col .col-inner.active .card-check-mark::before {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    border-color: #fff;
    border-width: 3px;
}

.dostavka-result {
    padding-right: 50px;
}

.dostavka-result .prise_result {
    font-weight: normal;
    font-size: 20px;
}

.dostavka-result .prise_result span {
    float: none;
    display: inline;
    margin-left: 0;
}

.dostavka-result .prise_result span.num {
    font-size: 30px;
    font-weight: bold;
    margin-left: 30px;
}

.dostavka-payment-section {
    background-color: #fff;
    padding: 60px 0;
}

.dostavka-payment-section .dostavka-title {
    margin-bottom: 10px;
}

.dostavka-subtitle {
    font-size: 18px;
    color: #434343;
    margin-bottom: 30px;
    text-align: center;
}

.bank-card-wrap .partner-img {
    display: block;
    margin: 0 auto 20px;
}

.dostavka-video-section {
    background-color: #fff;
    padding-bottom: 80px;
}

.c-box-820 {
    width: 820px;
    max-width: 100%;
    margin: 0 auto;
}

.dostavka-show-all {
    text-align: center;
}

.dostavka-show-all-btn {
    display: inline-block;
    color: #00aa4f;
    font-size: 20px;
    position: relative;
    padding-bottom: 30px;
}

.dostavka-show-all-btn::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    width: 13px;
    height: 13px;
    left: 50%;
    margin-left: -6px;
    border-bottom: 1px solid #00aa4f;
    border-left: 1px solid #00aa4f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-cont {
    font-size: 0;
}

.block_vacancies {
    background-color: #fff;
}

.one-vacancy-tab {
    border-bottom: 1px solid #e1e5ee;
}

.vacancy-tab-inner {
    width: 1060px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 170px 0 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.vacancy-header {
    font-size: 0;
    height: 105px;
}

.vacancy-header::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.vacancy-hidden {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hiddenOpened .vacancy-hidden {
    height: auto;
    overflow: visible;
}

.vacancy-info {
    font-size: 18px;
    color: #2a2a2a;
    display: inline-block;
    vertical-align: middle;
}

.vacancy-info b {
    font-size: 26px;
    color: #18a953;
}

.vacancy-info p {
    display: inline;
}

.one-vacancy-tab .more-btn {
    position: absolute;
    width: 145px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #18a953;
    color: #18a953;
    font-size: 18px;
    top: calc(50% - 20px);
    right: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.one-vacancy-tab .more-btn:hover {
    color: #fff;
    background-color: #18a953;
}

.vacancy-desc .vacancy-title {
    font-weight: bold;
    font-size: 15px;
    color: #313736;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.vacancy-desc .vacancy-text {
    font-weight: normal;
    font-size: 14px;
    color: #313736;
    margin-bottom: 30px;
}

.mobile-orange-btn-wrap {
    text-align: center;
    margin-bottom: 20px;
    display: none;
}

.mobile-orange-btn-wrap .dostavka-btn {
    display: inline-block;
}

.one-third.one-adv {
    position: relative;
    cursor: pointer;
}

.link-abs {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.popup-tip-close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 27px;
    line-height: 27px;
    width: 27px;
    height: 27px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.popup-tip-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    z-index: 999;
    -webkit-transform: translateY(90%);
    -ms-transform: translateY(90%);
    transform: translateY(90%);
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-tip-wrap:hover {
    -webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.tipIsShown .popup-tip-wrap {
    height: auto;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.popup-tip {
    padding: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 23px;
    font-size: 14px;
    text-align: justify;
    text-indent: 30px;
}

.tipIsShown .adv-pic-fix img.colored-pic {
    opacity: 1;
}

.corporative-circles-section {
    background-color: #fff;
    padding: 50px 0 30px 0;
}

.circles-cont .col-33 {
    vertical-align: top;
    padding: 35px 0;
}

.corporative-circles-section .inner-circle {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.corporative-circles-section .inner-circle .svg-icon {
    height: 45px;
    width: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.corporative-circles-section .c-text-cont {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 21px;
    font-size: 14px;
    color: #000000;
    height: 42px;
    overflow: hidden;
    width: auto;
    padding: 0 10px;
}

.corporative-circles-section .c-cont.circles-cont {
    width: 860px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.col-circle .line.short {
    left: 100%;
    width: 40px;
    background-repeat: repeat-x;
    height: 4px;
    opacity: 0;
    border-bottom: 2px dashed #00B9ED;
    background: none;
}

.corporative-circles-section .circles-cont .col-circle .line.animated {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.corporative-circles-section .circles-cont .col-circle .line::before {
    -webkit-transition: opacity 0.3s ease 2s;
    -o-transition: opacity 0.3s ease 2s;
    transition: opacity 0.3s ease 2s;
}

.corporative-circles-section .circles-cont .col-circle .line.animated::before {
    opacity: 0;
}

.col-circle .line.short.animated {
    -webkit-animation-name: growth-small;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-name: growth-small;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

.col-circle .line.vertical {
    position: absolute;
    top: 2px;
    left: calc(100% + 44px);
    width: 2px;
    background-repeat: repeat-y;
    opacity: 0;
    border-left: 2px dashed #00B9ED;
    background: none;
}

.col-circle .line.vertical.animated {
    -webkit-animation-name: growth-height;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-name: growth-height;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

.col-circle .line.vertical::before {
    right: auto;
    top: auto;
    bottom: -12px;
    left: -9px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@-webkit-keyframes growth-small {
    0% {
        width: 0;
        opacity: 1;
    }
    100% {
        width: 40px;
        opacity: 1;
    }
}

@keyframes growth-small {
    0% {
        width: 0;
        opacity: 1;
    }
    100% {
        width: 40px;
        opacity: 1;
    }
}

@-webkit-keyframes growth-height {
    0% {
        height: 0;
        opacity: 1;
    }
    100% {
        height: 67px;
        opacity: 1;
    }
}

@keyframes growth-height {
    0% {
        height: 0;
        opacity: 1;
    }
    100% {
        height: 67px;
        opacity: 1;
    }
}

@-webkit-keyframes growth-long-reverse {
    0% {
        width: 0;
    }
    100% {
        width: calc(100% - 34px);
    }
}

@keyframes growth-long-reverse {
    0% {
        width: 0;
    }
    100% {
        width: calc(100% - 34px);
    }
}

.long-line-wrap .col-circle .line {
    top: calc(50% - 2px);
}

@-webkit-keyframes growth-height-down {
    0% {
        height: 0;
        opacity: 1;
    }
    100% {
        height: 67px;
        opacity: 1;
    }
}

@keyframes growth-height-down {
    0% {
        height: 0;
        opacity: 1;
    }
    100% {
        height: 67px;
        opacity: 1;
    }
}

.col-circle .line.long {
    left: auto;
    right: 17px;
    width: calc(100% - 34px);
    opacity: 0;
    border-bottom: 2px dashed #00B9ED;
    background: none;
}

.col-circle .line.long.animated {
    opacity: 1;
    -webkit-animation-name: growth-long-reverse;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-name: growth-long-reverse;
    animation-duration: 2s;
    animation-timing-function: ease;
}

.col-circle .line.long::before {
    right: auto;
    left: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.col-circle .line.vertical.left-line {
    left: auto;
    right: calc(100% + 44px);
    top: -68px;
}

.col-circle .line.vertical.left-line.animated {
    opacity: 1;
    -webkit-animation-name: growth-height-down;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-name: growth-height-down;
    animation-duration: 2s;
    animation-timing-function: ease;
}

.col-circle .line.short.left-line {
    left: -38px;
}

.col-circle .line.short.left-line + .line {
    left: 250px;
}

.corporative-circles-section .circles-cont .col-circle .line.long::before {
    right: auto;
    left: -12px;
}

.map-popup-wrap {
    max-width: 250px;
}

.map-popup-title {
    font-size: 14px;
    color: #00aa4f;
    font-weight: bold;
    margin-bottom: 5px;
}

.map-popup-phone {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.map-popup-time {
    font-size: 14px;
    margin-bottom: 5px;
}

.map-popup-link:hover {
    text-decoration: underline;
}

.um-map {
    background-color: #fff;
}

#map-canvas {
    position: absolute;
    height: 400px;
    bottom: 0;
    left: 0;
    right: 0;
}

#map-canvas iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#show {
    padding: 1em;
    font-size: 1.2em;
}

.overlay {
    position: fixed;
    top: 125px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.overlay-bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 11;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 10px solid #000;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 17px black;
    box-shadow: 0 0 17px black;
    z-index: 12;
    width: 600px;
    padding-bottom: 400px;
    max-width: 100%;
}

.show {
    display: block;
}

.map-info-wrap {
    padding: 10px 30px;
}

.map-info-wrap .map-popup-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.map-info-wrap .col-50 {
    vertical-align: top;
}

.popup-tip .green {
    text-align: right;
    padding-right: 10px;
    position: relative;
    display: block;
}

.popup-tip .green::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #00AE5F;
    border-left: 1px solid #00AE5F;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -4px;
}

.nav-btn_mob {
    display: none;
}

.form .checkbox-row {
    margin-bottom: 25px;
    text-align: center;
}

.form .checkbox-row input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.form .squared {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #00aa4f;
}

.form .squared::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 3px;
    width: 9px;
    height: 4px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-row input[type="checkbox"]:checked ~ .squared::before {
    border-color: #00aa4f;
}

.checkbox-row input[type="checkbox"]:checked ~ .text {
    color: #00aa4f;
}

.form .text {
    font-size: 12px;
    line-height: 18px;
}

.checkbox-row-inner {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.subscribePopUp {
    display: none;
}

.result_work {
    display: inline-block;
    width: 100%;
}

.result_work .image {
    float: left;
    width: 100%;
    overflow: hidden;
}

.result_work .image img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.result_work_wrap .title-section {
    display: block;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    border-width: 2px;
    border-style: solid !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    color: #fff;
    background-color: #5279ba;
    border-color: #5279ba;
}

.result_work_wrap .inner-page-slider-wrap .bx-controls.bx-has-pager {
    display: none;
}

.result_work_wrap.mob {
    display: none;
}

.result_work_wrap.mob .inner-page-slider-wrap {
    margin-bottom: 0;
}

.um-btn.btn-result {
    color: #20c0f2;
    border-color: #20c0f2;
}

.um-btns-wrap .col-33.col-33-result {
    display: none;
}

.um-btns-wrap .col-33.col-33-dostavka {
    display: none;
}

.um-form-title {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.um-services-form .col-50 {
    vertical-align: top;
}

.um-services-form .input {
    padding: 0 13px;
    margin-bottom: 20px;
}

.um-services-form input:not([type="submit"]), .um-services-form select {
    width: 100%;
    height: 40px;
    border: 1px solid #00AE5F;
    font-size: 12px;
    color: #757575;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.um-services-form textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #00AE5F;
    font-size: 12px;
    color: #757575;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.um-services-form input[type="submit"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 15px;
    letter-spacing: 1px;
}

.um-services-form input::-webkit-input-placeholder, .um-services-form textarea::-webkit-input-placeholder {
    color: #757575;
    font-size: 12px;
}

.um-services-form input:-moz-placeholder, .um-services-form textarea:-moz-placeholder {
    color: #757575;
    font-size: 12px;
}

.um-services-form input::-moz-placeholder, .um-services-form textarea::-moz-placeholder {
    color: #757575;
    font-size: 12px;
}

.slider-form-wrap {
    font-size: 0;
}

.slider-form-wrap .inner-page-slider-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 320px);
    margin-right: 20px;
}

.slider-form-wrap .delivery-form-wrap {
    position: static;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.slider-form-wrap .delivery-form-wrap .aside-form-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 400px;
}

.slider-form-wrap .um-inner-img-fix {
    height: 340px;
    padding-top: 0;
}

.dostavka-service .top-slider-section .title {
    text-transform: none;
    font-weight: bold;
    font-size: 32px;
}

.violet {
    color: #735fa4;
}

.red {
    color: #F02B11;
}

.aside-form-wrap.delivery-form-wrap.formClose .aside-form-content {
    display: block;
    opacity: 1;
}

.slider-form-wrap .aside-form-title {
    padding: 15px 0 10px 0;
    text-align: center;
}

.service-block_title {
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
    margin-bottom: 20px;
}

.service-block_subtitle {
    color: #000;
    font-size: 18px;
    margin-bottom: 25px;
}

.service-more-btn-wrap {
    text-align: center;
    margin-bottom: 45px;
}

.moreIsHidden .service-more-btn-wrap {
    display: none;
}

.service-more-btn {
    display: inline-block;
    height: 40px;
    line-height: 37px;
    border: 2px solid #00AE5F;
    border-radius: 20px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 35px;
    color: #00AE5F;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.service-more-btn:hover {
    background-color: #00AE5F;
    color: #fff;
}

.special-service-block {
    margin-top: 100px;
}

.container_sevise .special-service-block .block_servise:hover .foto:after {
    content: none;
}

.container_sevise .special-service-block .block_servise:hover {
    background-color: #fff;
}

.special-service-block .block_servise .block_info .name:after {
    content: none;
}

.container_sevise .special-service-block .block_servise .block_info .name {
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0 30px;
}

.container_sevise .special-service-block .block_servise[data-id="3016"] {
    background-color: #256EBA;
}

.container_sevise .special-service-block .block_servise[data-id="142"] {
    background-color: #00AE5F;
}

.container_sevise .special-service-block .block_servise[data-id="1713"] {
    background-color: #735FA4;
}

.service-container-new {
    height: 280px;
    overflow: hidden;
}

.service-container-autoheight {
    height: auto;
}

.smaller {
    font-size: 80%;
}

.um-price-result {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 15px 0px 15px;
    margin: 0 -30px;
}

.quick-find-head {
    font-size: 30px;
}

.quick-find-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

#quick-find, #quick-find-btn {
    padding: 5px 12px;
    font-size: 17px;
    line-height: 17px;
}

#quick-find {
    width: 70%;
}

#quick-find-btn {
    background-color: #f55b08;
    color: #fff;
    border: none;
    width: calc(30% - 5px);
    margin-left: 5px;
    text-transform: uppercase;
}

@media (max-width: 650px) {
    .tech-works {
        font-size: 8px;
        z-index: 100;
        top: 44px;
        bottom: unset;
    }

    .quick-find-head {
        font-size: 26px;
    }

    #quick-find-btn {
        font-size: 14px;
        line-height: 14px;
    }

    .um-price-result {
        padding: 40px 15px 60px 15px;
    }
}

.um-padding-container-left .um-price-result {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.um-fixed-container.fixed {
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.um-fixed-container.fixed .news_social_buttons {
    display: none;
}

.um-fixed-container.fixed .um-price-result-app {
    padding-bottom: 0;
}

.um-padding-container, .um-padding-container-left {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.um-fixed-container.fixed .um-padding-container {
    padding-right: 410px;
}

.um-fixed-container.fixed .um-padding-container-left {
    padding-left: 410px;
}

.um-fixed-container.fixed .um-price-result {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 10px 15px;
    height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.um-fixed-container.fixed .um-padding-container-left .container_result {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 10px 15px;
    height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.um-price-result .um-order-btn-wrap, .um-price-result .container_result {
    padding: 0 15px;
}

.um-price-result .namber_result {
    font-size: 14px;
    float: none;
}

.um-price-result .namber_result span {
    font-size: 16px;
}

.um-price-result .prise_result {
    font-size: 14px;
}

.um-price-result .prise_result span {
    font-size: 16px;
}

.padding-70 {
    padding-top: 70px;
}

.zakaz-title {
    text-align: center;
    margin-bottom: 38px;
    font-size: 41px;
    line-height: 57px;
}

.white_icons_bkgnd {
    position: relative;
}

.white_icons_bkgnd::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/templates/img/white_icons_bkgnd.png);
    z-index: 2;
}

.order_div .date_col.checkbox_block {
    width: 45%;
    padding: 5px 0;
    position: relative;
}

.checkbox_block input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.checkmark {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #00AE5F;
}

.checkmark::after {
    content: '';
    display: block;
    position: absolute;
    height: 7px;
    width: 13px;
    border-bottom: 1px solid #00AE5F;
    border-left: 1px solid #00AE5F;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 9px);
    left: calc(50% - 4px);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkmark::before {
    content: '';
    display: block;
    position: absolute;
    height: 7px;
    width: 13px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 11px);
    left: calc(50% - 6px);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox_block input[type="checkbox"]:checked ~ .checkmark::after, .checkbox_block input[type="checkbox"]:checked ~ .checkmark::before {
    opacity: 1;
}

.checkbox_label {
    color: #494949;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.order_div .date_col.services_block {
    width: 50%;
}

.order_div .date_col.services_block .form_input {
    width: 100%;
}

.formIsSent form {
    display: none;
}

.formIsSent .ajaxMessage {
    color: #00aa4f;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.formIsSent .ajaxMessage::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 14px;
    height: 7px;
    top: calc(50% - 8px);
    border-bottom: 2px solid #00aa4f;
    border-left: 2px solid #00aa4f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.order_div .date_col.services_block .form_input {
    width: 100%;
}

.common-h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.col-65 {
    display: inline-block;
    width: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.col-35 {
    display: inline-block;
    width: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.inner-slider-cont.slider-corporative-wrap .col-65, .inner-slider-cont.slider-corporative-wrap .col-35 {
    vertical-align: top;
}

.inner-slider-cont.slider-corporative-wrap .bx-controls.bx-has-pager {
    bottom: 10px;
    z-index: 100;
}

.inner-slider-cont.slider-corporative-wrap .bx-controls.bx-has-pager .bx-pager-item a {
    background-color: #fff;
    border-color: #fff;
}

.inner-slider-cont.slider-corporative-wrap .bx-controls.bx-has-pager .bx-pager-item a:hover {
    background-color: #00C56C;
    border-color: #00C56C;
}

.inner-slider-cont.slider-corporative-wrap .bx-controls.bx-has-pager .bx-pager-item a.active {
    background-color: #00C56C;
    border-color: #00C56C;
}

.inner-slider-cont.slider-corporative-wrap .service-text {
    font-size: 14px;
    line-height: 16px;
    padding-left: 30px;
    max-height: 290px;
    overflow: auto;
}

.inner-slider-cont.slider-corporative-wrap .service-text p {
    margin-bottom: 20px;
}

.service-text ul li::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 7px;
    line-height: 16px;
    background-color: #000;
}

.c-text-service {
    font-size: 18px;
    color: #575757;
    text-align: center;
}

.border-orange {
    border-color: #F89000;
    border-right: none;
    border-top: none;
}

.border-blue {
    border-color: #00BFF5;
    border-right: none;
    border-top: none;
}

.common-h2 {
    font-size: 24px;
    padding: 50px 10px 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.static-search-block {
    position: static;
    background-color: transparent;
    padding: 45px 0;
    height: auto;
}

.c-box-920 {
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
}

.header-search.static-search-block input[type="text"] {
    background-color: #fff;
    padding-left: 25px;
}

.border-shadow {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.um-service-price-section .main_content {
    background-color: #fff;
}

.um-service-price-section .um-fixed-container.fixed .um-padding-container {
    padding-right: 0;
    width: 790px;
    max-width: 100%;
    margin: 0 auto;
}

.um-new-inner-wrap .outer-circle {
    border-width: 2px;
}

.c-cont-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-flex-33 {
    -webkit-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-flex-25 {
    -webkit-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.white-bkgnd {
    background-color: #fff;
}

.styled-form .white-bkgnd {
    padding: 10px;
    margin-bottom: 25px;
}

.styled-form .white-bkgnd .select-wrap {
    margin-bottom: 0;
}

.styled-form .form-title {
    font-size: 15px;
    margin: 10px 0;
    color: #00aa4f;
    text-transform: uppercase;
    font-weight: bold;
}

.um-new-inner-wrap .new-service-btn, .um-new-inner-wrap input[type="submit"].new-service-btn {
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    text-align: center;
    display: block;
}

.um-new-inner-wrap .new-service-btn.mobile-trigger {
    display: none;
}

.um-new-inner-wrap .blue-btn, .um-new-inner-wrap input[type="submit"].blue-btn {
    background-color: #1FC2F2;
}

.um-new-inner-wrap .new-green-btn, .um-new-inner-wrap input[type="submit"].new-green-btn {
    background-color: #00aa4f;
}

.um-new-inner-wrap .new-service-btn:hover, .um-new-inner-wrap input[type="submit"].new-service-btn:hover {
    opacity: 0.8;
}

.order-forms-section {
    padding-bottom: 50px;
}

.order-forms-section .col-flex-33:not(:last-child) {
    padding-right: 15px;
}

.order-forms-section .col-flex-33 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.map-img_fix {
    position: relative;
    height: 100%;
    margin-bottom: 25px;
}

.map-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-violet {
    color: #735FA4;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}

.form-bkgnd_fix {
    height: calc(100% - 70px);
    position: relative;
}

.form-bkgnd_fix::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.col-callback-form {
    position: relative;
}

.form-abs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.col-callback-form .styled-form {
    padding: 20px 25px;
}

.col-callback-form .styled-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    height: 35px;
    margin-bottom: 20px;
}

.styled-form.violet-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    border-color: #735FA4;
}

.styled-form.violet-form input[type="submit"] {
    background-color: #735FA4;
}

.before-after-section {
    background-color: #fff;
}

.before-after-img_fix {
    position: relative;
    padding-top: 75%;
}

.before-after-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.before-after-wrap .col-flex-25:not(:last-child) {
    padding-right: 15px;
}

.before-after-wrap {
    padding-bottom: 50px;
}

.delivery-form-col {
    width: 315px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.delivery-img-col {
    width: calc(100% - 315px);
    padding-right: 35px;
}

.delivery-form-col .form-title {
    font-weight: bold;
    font-size: 24px;
    padding: 20px 25px;
    text-align: center;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 20px;
    margin-top: 0;
}

.delivery-form-col .styled-form-inner {
    padding: 0 25px 25px 25px;
}

.delivery-img_fix {
    height: 100%;
    position: relative;
}

.delivery-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.p-top-20 {
    padding-top: 20px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-top-40 {
    padding-top: 40px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.article-section {
    padding-bottom: 10px;
}

.article-section .blocl_training {
    background-color: transparent;
    padding: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.article-inner {
    padding: 40px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article-section .container_training {
    margin: 0 -20px;
}

.article-section .blocl_training .button_next {
    -webkit-align-self: self-start;
    -ms-flex-item-align: self-start;
    align-self: self-start;
}

.video-section {
    background-color: #fff;
}

.related-section .service-container-new {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

.um-new-inner-wrap .dostavka-payment-section {
    margin-bottom: 60px;
}

.related-section .container_sevise .block_servise {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.related-section .section-service-block {
    padding-bottom: 20px;
}

.service-text-more-btn {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #00aa4f;
    text-transform: uppercase;
    padding-right: 30px;
    cursor: pointer;
    display: none;
}

.service-text-more-btn::before {
    content: '';
    width: 2px;
    right: 6px;
    z-index: 99;
    height: 9px;
    position: absolute;
    margin-top: -2px;
    top: 50%;
    background: #00aa4f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(47deg);
}

.service-text-more-btn::after {
    content: '';
    width: 2px;
    height: 9px;
    right: 6px;
    z-index: 99;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    background: #00aa4f;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-purple, a.btn-purple {
    background-color: #735FA4;
    border-color: #735FA4;
}

.before-after-wrap .bx-wrapper, .article-section .bx-wrapper {
    position: relative;
}

.before-after-wrap .bx-controls.bx-has-pager, .article-section .bx-controls.bx-has-pager {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 100;
    text-align: center;
}

.before-after-wrap .bx-controls.bx-has-pager .bx-pager-item a {
    background-color: #fff;
    border-color: #fff;
    font-size: 0;
}

.article-section .bx-controls.bx-has-pager .bx-pager-item a {
    background-color: #E2E2E2;
    border-color: #E2E2E2;
    font-size: 0;
}

.before-after-wrap .bx-controls.bx-has-pager .bx-pager-item a:hover, .article-section .bx-controls.bx-has-pager .bx-pager-item a:hover {
    background-color: #00C56C;
    border-color: #00C56C;
}

.before-after-wrap .bx-controls.bx-has-pager .bx-pager-item a.active, .article-section .bx-controls.bx-has-pager .bx-pager-item a.active {
    background-color: #00C56C;
    border-color: #00C56C;
}

.before-after-wrap .bx-controls.bx-has-pager .bx-pager-item, .article-section .bx-controls.bx-has-pager .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.before-after-wrap .bx-controls.bx-has-pager .bx-pager-item a, .article-section .bx-controls.bx-has-pager .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.content_col.showMeTip {
    position: relative;
}

.content_col .popup-tip-wrap {
    width: 400px;
    max-width: 100vw;
}

.um-service-price-section .content_col.showMeTip:nth-child(5) .popup-tip-wrap, .um-service-price-section .content_col.showMeTipMob:nth-child(5) .popup-tip-wrap {
    left: auto;
    right: 0;
}

.service-inner .container_bredcrams {
    margin: 0 0 8px 0;
}

.corporative-wrap:not(.um-new-inner-wrap), .dostavka-service {
    padding-top: 30px;
}

.service-inner .table_prise .hed_row .content_col {
    cursor: pointer;
}

.service-s-text-wrap {
    padding-bottom: 75px;
    position: relative;
}

.service-s-text {
    max-height: 84px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-top: 20px;
}

.service-s-text.showHidden {
    max-height: 100%;
}

.service-s-text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0)), to(#fafafa));
    background-image: -o-linear-gradient(rgba(250, 250, 250, 0), #fafafa);
    background-image: linear-gradient(rgba(250, 250, 250, 0), #fafafa);
}

.service-s-text.showHidden:before {
    content: none;
}

.service-s-text ol, .service-s-text ul {
    list-style: disc;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

.history-text-container ul li, .service-s-text ol li, .service-s-text ul li {
    list-style: disc;
}

.history-text-container ul li {
    list-style-position: inside;
}

.history-text-container.feedback-text-container form {
    width: calc(100% / 3);
    margin: 0 auto;
}

.container_catalog_header {
    margin-top: 35px;
}

.history-text-container.feedback-text-container form input[type=submit] {
    left: 0;
}

.history-text-container.feedback-text-container .styled-form.violet-form input[type=submit] {
    background-color: #735fa4;
    width: 100%;
    display: block;
    position: relative;
}

.service-s-btn {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 45px;
    right: 0;
    cursor: pointer;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.service-s-btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    width: 8px;
    height: 8px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.service-s-btn:hover {
    color: #00aa4f;
}

.service-s-btn:hover::before {
    border-color: #00aa4f;
}

.table_prise .content_col {
    cursor: pointer;
}

.q-mark {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    width: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin-left: 3px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.table_prise .content_col:hover .q-mark {
    color: #00aa4f;
    border-color: #00aa4f;
}

.red-bkgnd {
    color: #fff;
    background-color: #FF0000;
    padding: 0 10px;
}

.styled-order-form.styled-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    margin-bottom: 0;
}

.order_div .styled-order-form.styled-form .form_row {
    margin-bottom: 12px;
}

.styled-order-form.styled-form .select-wrap {
    margin-bottom: 0;
}

.order_div .styled-order-form.styled-form textarea {
    min-height: 58px;
}

.styled-order-form.styled-form .container_fran {
    padding: 30px 30px 18px 30px;
}

.styled-form.styled-order-form input[type="submit"] {
    width: 140px;
}

.order-content .order_div {
    margin: 0 auto;
}

.main_content-inner {
    position: relative;
    z-index: 2;
}

.grey_icons_bkgnd::before {
    -webkit-filter: brightness(0.85);
    filter: brightness(0.85);
}

.corporative-circles-section.order-circles-section {
    background-color: transparent;
    padding: 50px 0;
}

.order-content .static-search-block {
    padding-top: 0;
}

.order-circles-section .c-text-service {
    font-size: 14px;
}

.corporative-circles-section.order-circles-section.t-padding-20 {
    padding-top: 20px;
}

.static-search-block {
    position: static;
    background-color: transparent;
    padding: 45px 0;
    height: auto;
}

.editor-seo h1, .editor-seo h2, .editor-seo h3, .editor-seo h4, .editor-seo h5, .editor-seo h6 {
    font-size: 15px;
    font-weight: bold;
    color: #151515;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 23px;
}

.editor-seo table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

.editor-seo table td {
    padding: 5px;
    border: 1px solid #e2e2e2;
}

.sovety-seo {
    padding-bottom: 30px;
}

.sovety-seo p {
    margin-bottom: 10px;
}

.sovety-seo tr td:first-child {
    width: 150px;
    height: 150px;
    text-align: center;
}

.sovety-seo tr td img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.special-services-wrap {
    background-color: #fff;
    margin: 20px 0;
}

.special-services-cont {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.special-service-col {
    width: calc((100% - 0px) / 6);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff;
}

.special-service-title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #000000;
    padding: 0 20px;
}

.special-service-img_fix {
    width: 95px;
    height: 95px;
}

.special-service-inner {
    height: 200px;
    border-right: 2px solid #f5f6f8;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.special-service-col:first-child .special-service-inner {
    border-left: 2px solid #f5f6f8;
}

.special-service-inner:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.special-service-img_fix img {
    margin: 0 auto;
}

@media (min-width: 1301px) {
    .imageId3182 .title {
        font-size: 44px;
    }
}

@media (max-width: 1300px) {
    .container_slader .slider_deff .info_slider {
        width: 35%;
    }

    .title {
        font-size: 40px;
        margin-bottom: 29px;
    }

    .desc {
        font-size: 17px;
    }
}

@media (min-width: 1201px) {
    .button_filter {
        display: none;
    }
}

@media (max-width: 1200px) {
    .prise_list .container_prise .sidebar {
        position: fixed;
        z-index: 9;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        overflow: hidden;
        height: 100%;
        -webkit-box-shadow: 0 0 6px 1px #ccc;
        box-shadow: 0 0 6px 1px #ccc;
        width: 310px;
        padding: 215px 0 30px;
        left: -100%;
    }

    body.filter_active .prise_list .container_prise .sidebar {
        left: 0;
    }

    .container_prise .sidebar .top_sidebar {
        display: none;
    }

    .container_prise .sidebar .title {
        display: none;
    }

    .sidebar .scroll_menu {
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
    }

    .container_prise {
        padding-left: 0;
    }

    .button_filter {
        position: relative;
        top: 0;
        margin-bottom: 40px;
        left: 0;
        border: 1px solid #F79100;
        line-height: 42px;
        padding: 0 24px;
        cursor: pointer;
        display: table;
    }

    .sidebar .button_filter {
        border: none;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 22px;
        top: 146px;
        z-index: 99;
        margin: 0;
        padding: 0;
        left: auto;
        z-index: 99;
    }

    .sidebar .button_filter:after {
        content: '';
        width: 2px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 14px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #00ab4f;
    }

    .sidebar .button_filter:before {
        content: '';
        width: 2px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 14px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #00ab4f;
    }

    .city_menu {
        position: relative;
        margin-top: 20px;
    }

    .block_brendinner .block_info .name {
        font-size: 21px;
    }

    .block_brendinner .block_info .title {
        font-size: 11px;
    }

    .container_sevise.inner .container_prise .top_prise {
        font-size: 25px;
        line-height: 30px;
    }

    .catalog_servise {
        font-size: 0;
        text-align: center;
    }

    .container_sevise .block_servise {
        max-width: 300px;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 25px 25px;
    }

    .container_sevise.def .block_servise:nth-child(3n+2) {
        margin: 0 25px 25px;
    }

    .whats-up, .shuba-search, .main-info, .rainbow-wrapper {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

    .wrapper-left, .wrapper-right {
        text-align: center;
    }

    .whats-up {
        padding-top: 100px;
    }

    .shuba-search {
        width: 500px;
        margin: 0 auto;
        padding-bottom: 25px;
        margin-bottom: 70px;
        padding-top: 50px;
    }

    .sub-info {
        display: inline-block;
        font-size: 24px;
        padding-right: 30px;
    }

    .all-services {
        display: inline-block;
        font-size: 36px;
        margin-right: 30px;
    }

    .arrow-blue {
        height: 30px;
        width: 50px;
    }

    .main-info {
        padding-top: 50px;
    }

    .rainbow-wrapper {
        width: 100%;
        padding-right: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .rainbow-wrapper > div {
        padding: 0;
        margin: 0;
        height: auto;
        line-height: 60px;
        background-image: none;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 400;
    }

    .ipad-text {
        display: block;
    }

    .flattery-text {
        font-size: 18px;
    }

    .flattery-number {
        font-size: 70px;
    }

    .block_prise img {
        max-width: 100%;
        height: auto !important;
        margin: 5px 0 !important;
    }

    .service-container-new {
        height: 325px;
    }
}

@media (min-width: 1025px) {
    .header .header-bottom {
        transition: opacity 0.3s ease, visibility 0.3s ease;

    }

    .header.sticked .header-bottom {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .header.sticked {
        background: rgba(255, 255, 255, 0);
    }

    .header.sticked .header-top {
        background: #fff;
    }

    .menuMain_mobile {
        display: none;
    }
}

.global-wrap {
    padding-top: 158px;
}

@media screen and (max-width: 1060px) {
    .compare .btn-slides {
        display: none;
    }
}

@media screen and (min-width: 813px) {

}

@media (max-width: 1024px) {
    .header.sticked {
        transform: none !important;
    }

    .global-wrap {
        padding-top: 95px;
    }

    body {
        padding-top: 120px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
    }

    body.menu_active {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    body.menu_active .container_menu {
        height: auto;
    }

    body .container_mobile {
        top: -100%;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        padding: 180px 0 0;
        height: 100%;
        background: #fff;
        right: 0;
        overflow: hidden;
    }

    body.menu_active .container_mobile {
        top: 0;
    }

    body.menu_active .main_content {
        height: auto;
    }

    body.menu_active .sub_menu {
        position: static;
        left: 0;
        display: block;
        width: 100%;
        -webkit-column-count: auto;
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .bottom-header {
        display: none;
    }

    .searchwrap {
        border-left: none;
    }

    .icons_container .vk-icon {
        display: none;
    }

    .menuMain_mobile {
        display: table;
        width: 70px;
        height: 69px;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        cursor: pointer;
        z-index: 9999;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }

    .menuMain_mobile:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        border-top: 12px solid transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        margin-left: -12px;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition: .3s;
    }

    .menuMain_mobile:after {
        content: '';
        position: absolute;
        width: 26px;
        height: 23px;
        top: 50%;
        margin-top: -11.5px;
        left: 50%;
        margin-left: -13px;
        background: url(/templates/img/sprite.png) -38px 0;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }

    body.menu_active .menuMain_mobile {
        background: #f5f6f8;
    }

    body.menu_active .menuMain_mobile:before {
        border-top: 12px solid #f5f6f8;
    }

    body.menu_active .menuMain_mobile:after {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .block_def.blue {
        background: #00bff3;
    }

    .block_def.blue .foto:after {
        border-top: 12px solid #00bff3;
    }

    .block_def.green {
        background: #00aa4f;
    }

    .block_def.green .foto:after {
        border-top: 12px solid #00aa4f;
    }

    .block_def.orange {
        background: #F79100;
    }

    .block_def.orange .foto:after {
        border-top: 12px solid #F79100;
    }

    .block_def .text, .block_def .description {
        color: #fff;
    }

    .block_def .description:after {
        background: #fff;
    }

    .block_def.violet {
        background: #84329b;
    }

    .block_def.violet .foto:after {
        border-top: 12px solid #84329b;
    }

    .prise_list .container_prise .sidebar {
        padding: 160px 0 30px;
    }

    .sidebar .button_filter {
        top: 116px;
    }

    .container_prise .sidebar .filters {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-left: 5px;
    }

    .container_contacts, .container_catalog, .container_innerblock {
        text-align: center;
        font-size: 0;
    }

    .container_contacts .block_addres, .container_catalog .tovar_item, .container_innerblock .block_map {
        min-width: 400px;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .container_catalog .tovar_item {
        -webkit-box-shadow: 0 0 0 1px #e1e5ee;
        box-shadow: 0 0 0 1px #e1e5ee;
    }

    .container_contacts .block_addres {
        -webkit-box-shadow: 0 -1px 0 0 #e1e5ee;
        box-shadow: 0 -1px 0 0 #e1e5ee;
    }

    .block_prise {
        padding: 30px 5px 0;
    }

    .container_feedback {
        padding: 30px 5px 33px;
    }

    .container_feedback, .table_prise, .container_prise .top_prise, .block_thanks {
        margin-right: -5px;
        margin-left: -5px;
    }

    .block_thanks {
        padding: 40px 5px;
    }

    .blocl_training.new .button_next_all {
        top: 10px;
        left: 10px;
    }

    .letters-container {
        width: 70%;
    }

    .one-third.shop-item-container {
        width: 50%;
    }

    .shop-item-container:nth-child(3n-2) .shop-item-wrap {
        border-right: 1px solid #d7d7d7;
    }

    .shop-item-container:nth-child(3n) .shop-item-wrap {
        border-left: 1px solid #d7d7d7;
    }

    .shop-item-container:nth-child(2n) .shop-item-wrap {
        border-left: 1px solid transparent;
    }

    .fast-order-btn {
        display: none;
    }

    .block_info table {
        display: block;
    }

    .news-section {
        padding: 20px 0 0;
    }

    .header-search {
        top: 110px;
    }

    .header-search {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .advise-cont {
        height: auto;
    }

    .advise-cont .one-half {
        width: 100%;
        margin-bottom: 20px;
    }

    .slider-section {
        display: none;
    }

    .promo-section {
        padding: 40px 0 0;
    }

    .info-block .title {
        height: 24px;
    }

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

    .news-cont, .promo-cont {
        margin: 0 0 40px;
    }

    .promo-banner-wrap {
        height: 260px;
        margin-bottom: 0;
    }

    .promo-main-banner {
        display: none;
    }

    .promo-banner-wrap::before {
        content: '';
        display: block;
        position: absolute;
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px;
        background-color: #00bff5;
    }

    .countdown-wrap {
        left: 50%;
        right: auto;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .outlets-list-container ul {
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-count: 2;
    }

    .aside-form-wrap {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .photo-gallery-wrap {
        margin: 0;
    }

    .adv-wrap .one-third {
        width: 50%;
    }

    .service-info-section .col-25 {
        display: block;
        width: auto;
    }

    .service-info-section .col-75 {
        display: block;
        width: auto;
    }

    .canvas-col-cont {
        position: static;
    }

    .service-info-section .col-25 {
        display: block;
        width: auto;
    }

    .service-info-section .col-75 {
        display: block;
        width: auto;
    }

    .info-title {
        margin-bottom: 30px;
    }

    .adv-wrap .one-third {
        width: 50%;
    }

    .canvas-col-cont .col-75 {
        width: 66.66%;
    }

    .canvas-col-cont .col-25 {
        width: 33.33%;
    }

    .canvas-col-cont .col-75, .canvas-col-cont .col-25 {
        margin-bottom: 30px;
    }

    .col-brand.col-12 {
        width: 20%;
    }

    .fast-order-btn {
        display: none;
    }

    .yt-video-section .price-cont {
        padding-left: 0;
    }

    .service-title-text {
        font-size: 16px;
    }

    .article-section .container_training {
        margin: 0;
    }

    .um-new-inner-wrap {
        width: 100%;
        overflow: hidden;
    }
}

.inner-slider-video {
    background-color: #eee;
    margin-bottom: 36px;
}

.video_container_hatch {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.video_container_hatch, .video_container_wrap {
    width: 100%;
    height: 100%;
}

.soc-mob {
    display: none;
}

@media (max-width: 1020px) {
    .block_def .description {
        font-size: 13px;
    }

    .blocl_training .title {
        font-size: 13px;
    }

    .blocl_training .desc {
        font-size: 13px;
    }

    .blocl_training.new .block_desc .button_next, .blocl_training .button_next {
        font-size: 13px;
    }

    .blocl_training .button_next:before {
        margin-top: -1px;
        height: 7px;
    }

    .blocl_training .button_next:after {
        margin-top: -5px;
        height: 7px;
    }

    .container {
        font-size: 0;
    }

    .block_def {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 50%;
    }

    .block_gorizont, .block_vertical {
        width: 100%;
    }

    .block_vertical .block_def:nth-child(3n+2) {
        padding: 150px 0 0;
    }

    .title {
        font-size: 32px;
    }

    .blocl_training {
        width: 100%;
        -webkit-box-shadow: inset 0 -1px 0 0 #f5f6f8;
        box-shadow: inset 0 -1px 0 0 #f5f6f8;
    }

    .blocl_training.new .title {
        font-size: 20px;
        line-height: 28px;
    }

    .blocl_training.new .block_desc {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .mobi_fons {
        background: #fff;
        display: table;
        width: 100%;
        position: relative;
        z-index: 9;
    }

    .table_prise .content_col:nth-child(1) {
        width: 39%;
        padding-left: 5px;
    }

    .table_prise .content_col:nth-child(5), .table_prise .content_col:nth-child(4), .table_prise .content_col:nth-child(3) {
        width: 17%;
    }

    .container_prise .top_prise {
        padding: 0 0 30px 5px;
    }

    .top_about .container_name {
        width: 100%;
        float: none;
        -webkit-box-shadow: 0 1px 0 0 #f5f6f8;
        box-shadow: 0 1px 0 0 #f5f6f8;
    }

    .top_about .container_list {
        width: 100%;
    }

    .partners_block {
        width: 25%;
    }

    .container_table_punkt .top_table_name .col_job {
        display: none;
    }

    .container_table_punkt .block_area ul li .col_addres.col_job {
        clear: both;
    }

    .container_table_punkt .col_punct {
        width: 70%;
    }

    .container_table_punkt .col_tel {
        width: 30%;
    }

    .container_table_punkt .col_job {
        width: 100%;
    }

    .name_list {
        font-size: 30px;
    }

    .container_table_punkt .name_area {
        font-size: 23px;
    }

    .container_innerblock .block_map.width {
        width: 100%;
    }

    .container_fran .block_information {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .container_sevise.inner .sidebar {
        display: none;
    }

    .container_sevise.inner .container_prise {
        padding: 0;
    }

    .punkt_sale .col_list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .top_about .container_name {
        padding: 0 5px;
    }

    .container_catalog .block_vakancii {
        width: 100%;
    }

    .main_content .container_catalog .block_vakancii_wrap .block_vakancii {
        height: auto;
        border: none;
        border-top: 1px solid #e1e5ee;
    }

    .container_catalog .block_abouts, .vakansii-header-text {
        padding: 20px 5px;
    }

    .searchwrap.searchwrap_prise {
        margin: 0 -10px;
    }

    .prise_list.sideheight {
        max-width: 100%;
        overflow: hidden;
    }

    .namber_result, .prise_result {
        padding: 0 10px;
    }

    .subscribe-form-container .form-header-wrap {
        padding: 0;
    }

    .light-blue-line.special {
        font-size: 13px;
        margin-left: 0;
    }

    .purple-line.special {
        font-size: 16px;
    }

    .subscribe-form-container .one-half {
        width: 100%;
    }

    .mobile-orange-btn-wrap {
        display: block;
    }

    .um-fixed-container.fixed .um-padding-container {
        padding-right: 0;
    }

    .um-fixed-container.fixed .um-padding-container-left {
        padding-left: 0;
    }

    .um-price-result {
        margin: 0;
    }

    .um-price-result .namber_result, .um-price-result .prise_result {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .um-price-result .prise_result span, .um-price-result .namber_result span {
        margin: 0;
    }
}

@media (max-width: 900px) {
    .hide-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }

    .letters-for-shop {
        font-size: 36px;
    }

    .letters-on-violet {
        font-size: 54px;
    }

    .margin-wrap {
        margin: 0;
    }

    .margin-wrap .one-half {
        padding: 0 20px;
    }

    .cart-btn {
        width: 100%;
    }

    .cart-pop-up {
        width: 80%;
    }

    .cart-pop-up .summary-cart-wrap {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .media-container {
        margin: 0;
    }

    .media-container .one-third {
        width: 50%;
    }

    .circles-cont .col-25 {
        width: 100%;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .circles-cont .col-25:nth-child(2n) {
        -webkit-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .c-text-cont {
        margin: 0;
    }

    .dostavka-price-col {
        width: 50%;
    }

    .col-inner:hover .card-check-mark::before {
        border-color: transparent;
    }

    .dostavka-video-section {
        padding-bottom: 30px;
    }

    .btns-section .c-box-980 {
        padding: 50px 0 30px 0;
    }

    .um-btns-wrap .col-cont {
        margin: 0;
    }

    .corporative-circles-section {
        padding: 0;
    }
}

@media (max-width: 812px) {
    .global-wrap {
        padding-top: 172px;
    }

    .nav-btn_mob li a {
        font-size: 13px;
    }

    .nav-btn_mob li:nth-child(1) a {
        background-color: #F02B11;
    }

    .nav-btn_mob li:nth-child(2) a {
        background-color: #7FC434;
    }

    .nav-btn_mob li:nth-child(3) a {
        background-color: #F89100;
    }

    .icons_container, .colored-links-wrap {
        display: none;
    }

    .bredcrams {
        margin-top: 20px;
    }

    .um-price-result-app-fix1 {
        padding-right: 0px;
    }

    .top_header .cabinet:after {
        color: #00aa4f;
        left: 6px;
        top: 4px;
    }

    .top-left-header {
        left: 0;
    }

    .menuMain_mobile {
        top: 23px;
        left: 0;
        width: 52px;
    }

    .um-lang-wrap {
        padding-left: 172px;
        padding-top: 0;
    }

    body {
        padding-top: 189px;
    }

    .header-search {
        top: 204px;
        height: 73px;
    }

    .header-search .searchsubmit {
        right: 0;
    }

    .mobi_fons {
        padding: 23px 0 24px 0;
    }

    .nav-btn_mob li a {
        font-size: 13px;
    }

    .nav-btn_mob li:nth-child(1) {
        width: calc((100% - 95px) / 2);
    }

    .nav-btn_mob li:nth-child(2) {
        width: 95px;
    }

    .nav-btn_mob li:nth-child(3) {
        width: calc((100% - 95px) / 2);
    }

    .social-messenger-wrap {
        display: none;
    }

    .soc-mob {
        display: inline-block;
        width: 100%;
        padding: 7px 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
    }

    .soc-mob ul.soc {
        display: inline-block;
        list-style: none;
    }

    .soc-mob ul.soc.left {
        float: left;
    }

    .soc-mob ul.soc.right {
        float: right;
    }

    .soc-mob ul.soc li {
        display: inline-block;
        margin-right: 12px;
    }

    .soc-mob ul.soc.right li {
        margin-right: 0;
        margin-left: 12px;
    }

    .soc-mob ul.soc li a {
        text-decoration: none;
        display: block;
        padding: 0;
        line-height: 10px;
        border: none;
    }

    .mobi_fons {
        border-top: 2px solid #f5f6f8;
    }
}

@media (max-width: 800px) {
    .container_slader {
        display: none;
    }

    .blocl_training.new .block_desc {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .container_result {
        margin: 0;
    }

    .prise_result {
        float: left;
    }

    .top_about .block_list {
        padding: 0 5px;
    }

    .container_table_punkt .block_area ul li {
        padding: 0 5px;
    }

    .container_table_punkt .name_area {
        padding: 0 5px;
    }

    .container_area {
        padding: 30px 5px 15px;
    }

    .container_catalog .block_abouts.block_oborud {
        display: block;
        width: 100%;
        -webkit-box-shadow: 0 1px 0 0 #e1e5ee;
        box-shadow: 0 1px 0 0 #e1e5ee;
        padding: 50px 5px;
    }

    .top_about .container_name {
        height: 250px;
    }

    .top_about .title {
        font-size: 29px;
    }

    .top_about .desc_title {
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .container_fran, .container_contacts .block_addres, .container_catalog .tovar_item {
        padding: 35px 5px;
    }

    .container_contacts .block_addres {
        height: auto;
    }

    .container_contacts .block_addres .desc {
        margin-bottom: 0;
    }

    .container_news.fran .name_list {
        padding: 0 5px;
    }

    .block_brendinner .foto {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .block_brendinner .block_info .name {
        margin-bottom: 24px;
        font-size: 25px;
    }

    .block_brendinner .block_info .desc {
        margin-bottom: 0;
    }

    .block_brendinner .block_info {
        float: none;
        margin: 0 auto;
        padding: 20px 0;
        width: 100%;
    }

    .map_canvas {
        display: none;
    }

    .rainbow-wrapper {
        display: none;
    }

    .letters-container {
        width: 80%;
    }

    .letters-on-violet {
        font-size: 48px;
    }

    .shop-moto {
        display: none;
    }

    .shop-container {
        padding: 40px;
    }

    .cart-icon-wrap {
        right: 10px;
    }

    .cart-item-descr {
        width: 45%;
    }

    .cart-item-quantity, .item-delete-wrap {
        width: 15%;
    }

    .summary-cart-wrap {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col-gallery-item {
        width: 100%;
        padding: 0;
    }

    .call-to-action {
        width: 75%;
        margin: 0 auto 20px;
    }

    .slider-form-wrap {
        text-align: center;
        margin-bottom: 30px;
    }

    .slider-form-wrap .delivery-form-wrap {
        text-align: left;
    }

    .slider-form-wrap .inner-page-slider-wrap {
        display: none;
    }

    .container_sevise.inner {
        padding-top: 70px;
    }

    .btns-section .um-form-wrap {
        margin-top: 20px;
    }

    .inner-slider-cont.slider-corporative-wrap .col-65, .inner-slider-cont.slider-corporative-wrap .col-35 {
        width: 100%;
    }

    .inner-slider-cont.slider-corporative-wrap .service-text {
        margin-top: 20px;
        padding-left: 0;
    }

    .um-new-inner-wrap .slider-corporative-wrap {
        position: relative;
    }

    .um-new-inner-wrap .slider-corporative-wrap::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    }

    .um-new-inner-wrap .corporative-circles-section .col-25 {
        width: 50%;
    }

    .um-new-inner-wrap .corporative-circles-section {
        padding: 40px 0;
    }

    .header-search.static-search-block {
        padding: 45px 10px;
        height: auto;
    }

    .header-search.static-search-block .hs-title {
        width: auto;
        display: block;
    }

    .header-search.static-search-block .hs-wrap {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .order-forms-section .col-flex-33 {
        -webkit-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-callback-form {
        height: 365px;
        margin-top: 20px;
    }

    .c-cont-flex {
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .delivery-img-col {
        display: none;
    }

    .article-section .col-flex-33 {
        -webkit-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .article-section .col-flex-33:not(:last-child) {
        margin-bottom: 40px;
    }

    .related-section .service-container-new {
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .special-services-cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .special-service-col {
        width: 33.33%;
    }

    .special-service-col:nth-child(-n+3) .special-service-inner {
        border-bottom: 2px solid #f5f6f8;
    }

    .special-service-col:nth-child(4) .special-service-inner {
        border-left: 2px solid #f5f6f8;
    }

    .special-service-col:nth-child(3) .special-service-inner {
        border-right: 2px solid #f5f6f8;
    }

    .special-services-wrap {
        background-color: transparent;
    }
}

@media (max-width: 650px) {
    body {
        padding-top: 189px;
    }

    .block_gorizont .block_def {
        max-width: none;
    }

    .block_def {
        max-width: 320px;
        width: 100%;
    }

    .all-news-container .block_def {
        max-width: 100%;
    }

    .block_vertical .block_def {
        width: 100%;
    }

    .block_gorizont, .block_vertical {
        height: auto;
    }

    .blocl_training {
        padding: 30px 10px;
    }

    .top_about .block_list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .partners_block {
        width: 50%;
    }

    .container_fran .one_article {
        width: 100%;
        padding: 0 !important;
    }

    .container_bredcrams {
        display: none;
    }

    #store_map {
        display: none;
    }

    .table_prise .hed_row .content_col:nth-child(2), .table_prise .hed_row .content_col:nth-child(1) {
        display: none;
    }

    .table_prise .content_col:nth-child(3) {
        clear: both;
    }

    .table_prise .content_col:nth-child(5), .table_prise .content_col:nth-child(4), .table_prise .content_col:nth-child(3) {
        width: 33.33%;
    }

    .button_filter {
        margin: 20px 0;
    }

    .sidebar .button_filter {
        top: 130px;
    }

    .whats-up {
        font-size: 44px;
    }

    .shuba-search {
        width: 350px;
        padding-bottom: 15px;
        border-bottom: 3px solid #256ebb;
    }

    #print-text {
        font-size: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .shuba-search input[type="text"] {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 30px;
        max-width: 220px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .shuba-search input {
        font-size: 30px;
    }

    .shuba-search i {
        font-size: 30px;
        right: 15px;
    }

    .sub-info {
        font-size: 20px;
    }

    .all-services {
        font-size: 30px;
        border-bottom: 3px solid #256ebb;
    }

    .arrow-blue {
        height: 20px;
        width: 40px;
    }

    .container-flattery .one-third {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #f5f6f8;
    }

    .container-flattery {
        height: auto;
    }

    .menuMain_mobile {
        height: 40px;
    }

    .letters-container {
        width: 100%;
    }

    .one-third.shop-item-container {
        width: 100%;
    }

    .shop-item-container:nth-child(2n) .shop-item-wrap {
        border-left: 1px solid #d7d7d7;
    }

    .cart-item-descr {
        width: 70%;
    }

    .cart-item-img {
        display: none;
    }

    .cart-item-line {
        padding: 10px;
    }

    .summary-cart-wrap {
        padding: 0 20px;
    }

    .header-search {
        top: 120px;
        height: 70px;
    }

    .header-search .hs-title {
        display: none;
    }

    .header-search .search-form {
        width: 100%;
        padding: 0;
    }

    .header-search .searchsubmit {
        font-size: 14px;
        right: 0;
    }

    .promo-section {
        padding: 20px 0 0;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .button.new-button {
        margin-bottom: 30px;
        min-width: 20px;
    }

    .news-cont, .promo-cont {
        margin: 0 0 20px;
    }

    .promo-cont .one-third, .news-cont .one-third {
        width: 50%;
        padding: 0 5px;
    }

    .promo-cont .one-third:last-child, .news-cont .one-third:last-child {
        display: none;
    }

    .advise-cont .img-wrap {
        width: 180px;
    }

    .advise-cont .info-block {
        width: calc(100% - 180px);
        padding: 0 10px;
    }

    .info-block .date {
        margin-bottom: 2px;
    }

    .info-block .title {
        height: 18px;
        font-size: 13px;
        margin-bottom: 2px;
    }

    .info-block .text {
        height: 100px;
        margin-bottom: 0;
        font-size: 13px;
    }

    .info-block .text p, .info-block .text span {
        line-height: 1 !important;
    }

    .info-block .nextbtn {
        font-size: 12px;
    }

    .info-block .nextbtn::before {
        margin-top: -4px;
        width: 7px;
        height: 7px;
    }

    .countdown-wrap .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .top-info-section {
        padding: 20px 0 0;
    }

    .info-wrap .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .info-wrap br {
        display: none;
    }

    .info-wrap hr {
        margin-bottom: 20px;
    }

    .info-wrap .text {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0;
    }

    .price-section .main_content {
        padding: 20px 0 0;
    }

    .price-cont .title {
        margin-bottom: 15px;
    }

    .price-cont .table_prise {
        margin-bottom: 30px;
    }

    .price-cont {
        margin-bottom: 30px;
    }

    .banner-cont {
        margin-bottom: 30px;
    }

    .main-form-wrap {
        max-width: 300px;
    }

    .form-cont .title {
        font-size: 30px;
    }

    .form-cont .subtitle {
        font-size: 20px;
    }

    .simple-form-wrap {
        width: 300px;
        margin: 0 auto;
        height: 0;
        overflow: hidden;
        -webkit-transition: ease 1s;
        -o-transition: ease 1s;
        transition: ease 1s;
    }

    .order-discount-corp.simple-form-wrap {
        height: auto;
    }

    .simple-form-wrap input, .callback-cont .orange-btn {
        font-size: 16px;
        width: 250px;
    }

    .simple-form-wrap .input, .main-form-wrap .input {
        margin-bottom: 10px;
    }

    .main-form-wrap input, .main-form-wrap input[type="submit"] {
        font-size: 16px;
        padding: 9px 10px 10px;
    }

    .feedback-container .one-quater {
        width: 50%;
    }

    .light-blue-line.special {
        font-size: 12px;
        line-height: 45px;
        padding: 0 10px 0 5px;
    }

    .news_inner .block_brendinner .foto {
        display: none;
    }

    .news_inner .block_brendinner .foto-mobile {
        display: block;
    }

    .outlets-list-container ul {
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-count: 1;
    }

    .outlets-list-container ul li {
        padding: 5px 30px;
    }

    .outlets-list-container ul li:nth-child(2n) {
        background-color: #f5f6f8;
    }

    .outlets-list-container p {
        padding: 0 30px;
    }

    .outlets-list-container {
        font-size: 16px;
        text-align: left;
        padding: 50px 0;
    }

    .company-history-title {
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .top-photo-fix {
        margin-bottom: 20px;
    }

    .history-text-container {
        padding: 0 10px;
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 20px;
    }

    .history-imgs-container .one-half {
        width: 100%;
    }

    .history-imgs-container {
        margin: 0 auto 20px;
    }

    .top_about .container_name {
        height: auto;
    }

    .block_def .foto.sovet-foto-mobile {
        display: block;
        height: auto;
    }

    .block_def .foto.sovet-foto {
        display: none;
    }

    .adv-wrap {
        margin-bottom: 10px;
    }

    .adv-wrap .one-third {
        width: 100%;
    }

    .title-pic-wrap {
        padding: 10px;
    }

    .corporative-wrap .info-wrap .text {
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .service-info-section .main_content {
        padding-bottom: 20px;
    }

    .canvas-section {
        padding-top: 20px;
    }

    .service-info-section.work-with-us-section .col-33 {
        width: 50%;
    }

    .work-with-us-section {
        padding: 20px 0;
    }

    .canvas-col-cont .one-half, .canvas-col-cont .col-25 {
        width: 100%;
        margin-bottom: 10px;
    }

    .canvas-col-cont .col-75 {
        width: 100%;
    }

    .canvas-col-cont .col-75 {
        margin-bottom: 0;
    }

    .canvas-col-cont .col-25 .canvas-col-inner {
        padding: 0 23px;
    }

    .canvas-cont {
        margin-bottom: 0;
    }

    .col-brand.col-12 {
        width: 33.33%;
    }

    .green-btn {
        font-size: 18px;
    }

    .coloredBkgnd, .container_feedback .coloredBkgnd {
        width: 200px;
        margin-bottom: 10px;
    }

    .container_feedback.coloredBorder, .coloredBorder {
        width: 200px;
    }

    .um-fran-form input[type="submit"] {
        width: 100%;
    }

    .container_feedback .input:first-child {
        margin-right: 0;
    }

    .um-fran-form.container_feedback .input-submit {
        float: none;
        width: auto;
    }

    .um-btns-wrap .col-50 {
        width: 90%;
        display: block;
        margin: 0 auto 10px;
    }

    .slider-corporative-wrap .bx-controls.bx-has-pager {
        display: none;
    }

    .vacancy-tab-inner {
        padding: 0 30px;
    }

    .vacancy-header {
        height: auto;
    }

    .vacancy-info {
        font-size: 16px;
        margin: 30px 0;
    }

    .vacancy-info b {
        font-size: 20px;
    }

    .one-vacancy-tab .more-btn {
        position: static;
        margin: 0 auto 30px;
    }

    .vakansii-header-text p, .vakansii-header-text div {
        margin: 0 !important;
    }

    .dostavka-service .top-slider-section .title {
        margin: 20px 0;
        padding: 0 20px;
        font-size: 26px;
    }

    .dostavka-service .inner-page-slider-wrap {
        padding: 0;
    }

    .dostavka-service .inner-page-slider-wrap .bx-controls.bx-has-pager {
        bottom: -25px;
    }

    .dostavka-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .circles-section .dostavka-title {
        margin-top: 50px;
    }

    .circles-cont .col-25, .circles-cont .col-25:nth-child(2n) {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .btns-section .c-box-980 {
        padding: 30px 0;
        background-image: none;
    }

    .dostavka-price-col {
        width: 100%;
    }

    .price-card-cont {
        padding: 0 20px;
    }

    .price-card-cont {
        height: 360px;
    }

    .price-card-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .dostavka-price-col .col-inner {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .dostavka-price-col .card-title {
        width: 100%;
        margin-bottom: 10px;
    }

    .dostavka-price-col .card-price {
        font-size: 26px;
        width: 60%;
    }

    .container_result {
        padding: 0;
        margin-bottom: 20px;
    }

    .dostavka-result .prise_result {
        font-size: 18px;
    }

    .bank-card-wrap .col-25 {
        width: 50%;
    }

    .bank-card-wrap .col-25 img {
        max-width: 100px;
    }

    .dostavka-video-section {
        padding-bottom: 0;
    }

    .circles-cont .col-33 {
        width: 50%;
        padding: 10px 0;
    }

    .wrapper {
        padding: 79px 0 0 0;
    }

    .nav-btn_mob {
        list-style: none;
        display: inline-block;
        width: calc(100% + 10px);
        margin-left: -5px;
    }

    .nav-btn_mob li {
        float: left;
        display: table;
        width: calc((100% - 0px) / 3);
        height: 46px;
    }

    .nav-btn_mob li a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        background-color: #20C0F2;
        font-size: 13px;
        color: #fff;
        line-height: 17px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }

    #popup__toggle {
        display: none;
    }

    .block_prise {
        padding-top: 0;
    }

    .order_div .form_label, .order_div .form_input {
        width: 100%;
        float: none;
        text-align: left;
    }

    .name_list {
        margin: 20px 0;
        line-height: normal;
    }

    .all-news-container .block_def {
        max-width: 100%;
    }

    .container_sevise_new {
        padding: 0 10px;
    }

    .catalog_servise {
        padding-top: 15px;
    }

    .service-block_title {
        font-size: 20px;
        margin: 25px 0 10px 0;
        text-align: left;
    }

    .service-block_subtitle {
        text-align: left;
        font-size: 14px;
        margin-bottom: 0;
    }

    .service-container-new {
        height: 260px;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container_sevise .block_servise {
        max-width: 160px;
        width: 160px;
        background-color: transparent;
        display: -webkit-inline-flex;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .container_sevise .block_servise:hover {
        background-color: transparent;
    }

    .container_sevise .block_servise, .container_sevise.def .block_servise:nth-child(3n+2) {
        margin: 25px 0 0 0;
    }

    .service-more-btn-wrap {
        margin-top: 25px;
    }

    .catalog_servise .block_servise .foto {
        width: 160px;
        height: 126px;
        position: relative;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-bottom: 15px;
    }

    .block_servise .foto::before {
        content: '';
        position: absolute;
        height: 90px;
        width: 90px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .block_servise .block_info {
        height: 60px;
        overflow: hidden;
    }

    .section-service-block:not(.special-service-block) .block_servise .container_vfix {
        vertical-align: top;
    }

    .block_servise .block_info .name {
        font-size: 13px;
        line-height: 19px;
        text-transform: none;
        padding-bottom: 0;
    }

    .block_servise .block_info .name:after {
        content: none;
    }

    .container_sevise .block_servise .foto:after {
        content: none;
    }

    .container_sevise_new .block_servise[data-id="134"] .foto::before {
        background-image: url(/templates/img/tshort.svg);
    }

    .container_sevise_new .block_servise[data-id="134"] .foto {
        background-color: #256EB9;
    }

    .container_sevise_new .block_servise[data-id="133"] .foto::before {
        background-image: url(/templates/img/fur.svg);
    }

    .container_sevise_new .block_servise[data-id="133"] .foto {
        background-color: #F02B12;
    }

    .container_sevise_new .block_servise[data-id="135"] .foto::before {
        background-image: url(/templates/img/pillow.svg);
    }

    .container_sevise_new .block_servise[data-id="135"] .foto {
        background-color: #E5CD2B;
    }

    .container_sevise_new .block_servise[data-id="139"] .foto::before {
        background-image: url(/templates/img/iron.svg);
    }

    .container_sevise_new .block_servise[data-id="139"] .foto {
        background-color: #00AE5F;
    }

    .container_sevise_new .block_servise[data-id="144"] .foto::before {
        background-image: url(/templates/img/ag.svg);
    }

    .container_sevise_new .block_servise[data-id="144"] .foto {
        background-color: #F35A08;
    }

    .container_sevise_new .block_servise[data-id="136"] .foto::before {
        background-image: url(/templates/img/dirty_tshort.svg);
    }

    .container_sevise_new .block_servise[data-id="136"] .foto {
        background-color: #F89000;
    }

    .container_sevise_new .block_servise[data-id="138"] .foto::before {
        background-image: url(/templates/img/window.svg);
    }

    .container_sevise_new .block_servise[data-id="138"] .foto {
        background-color: #00BFF5;
    }

    .container_sevise_new .block_servise[data-id="145"] .foto::before {
        background-image: url(/templates/img/packed.svg);
    }

    .container_sevise_new .block_servise[data-id="145"] .foto {
        background-color: #735FA4;
    }

    .container_sevise_new .block_servise[data-id="141"] .foto::before {
        background-image: url(/templates/img/needle.svg);
    }

    .container_sevise_new .block_servise[data-id="141"] .foto {
        background-color: #30BCE3;
    }

    .container_sevise_new .block_servise[data-id="148"] .foto::before {
        background-image: url(/templates/img/shoes.svg);
    }

    .container_sevise_new .block_servise[data-id="148"] .foto {
        background-color: #F89000;
    }

    .container_sevise_new .block_servise[data-id="3156"] .foto::before {
        background-image: url(/templates/img/bag.svg);
    }

    .container_sevise_new .block_servise[data-id="3156"] .foto {
        background-color: #735FA4;
    }

    .container_sevise_new .block_servise[data-id="3164"] .foto::before {
        background-image: url(/templates/img/umbrella.svg);
    }

    .container_sevise_new .block_servise[data-id="3164"] .foto {
        background-color: #256EB9;
    }

    .container_sevise_new .block_servise[data-id="137"] .foto::before {
        background-image: url(/templates/img/teddy.svg);
    }

    .container_sevise_new .block_servise[data-id="137"] .foto {
        background-color: #7FC534;
    }

    .container_sevise_new .block_servise[data-id="147"] .foto::before {
        background-image: url(/templates/img/vacume_cleaner.svg);
    }

    .container_sevise_new .block_servise[data-id="147"] .foto {
        background-color: #F15247;
    }

    .container_sevise_new .block_servise[data-id="3178"] .foto::before {
        background-image: url(/templates/img/armchair.svg);
    }

    .container_sevise_new .block_servise[data-id="3178"] .foto {
        background-color: #E5CD2B;
    }

    .container_sevise_new .block_servise[data-id="143"] .foto::before {
        background-image: url(/templates/img/carpet.svg);
    }

    .container_sevise_new .block_servise[data-id="143"] .foto {
        background-color: #00AE5F;
    }

    .container_sevise_new .block_servise[data-id="857"] .foto::before {
        background-image: url(/templates/img/woman.svg);
    }

    .container_sevise_new .block_servise[data-id="857"] .foto {
        background-color: #30BCE3;
    }

    .container_sevise_new .block_servise[data-id="1639"] .foto::before {
        background-image: url(/templates/img/card.svg);
    }

    .container_sevise_new .block_servise[data-id="1639"] .foto {
        background-color: #F89000;
    }

    .container_sevise_new .block_servise[data-id="3314"] .foto::before {
        background-image: url(/templates/img/tickets.svg);
    }

    .container_sevise_new .block_servise[data-id="3314"] .foto {
        background-color: #7FC534;
    }

    .container_sevise_new .block_servise[data-id="3143"] .foto::before {
        background-image: url(/templates/img/fur.svg);
    }

    .container_sevise_new .block_servise[data-id="3143"] .foto {
        background-color: #256eb9;
    }

    .container_sevise_new .block_servise[data-id="3404"] .foto::before {
        background-image: url(/templates/img/eco.svg);
    }

    .container_sevise_new .block_servise[data-id="3404"] .foto {
        background-color: #00ae5f;
    }

    .special-service-block {
        margin-top: 0;
    }

    .container_sevise .special-service-block .block_servise {
        width: 100%;
        max-width: 100%;
        -webkit-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .container_sevise .special-service-block .block_servise .foto {
        display: none;
    }

    .container_sevise_new .special-service-block .block_servise .block_info .name {
        position: relative;
        padding-left: 100px;
        line-height: 21px;
        font-size: 16px;
        letter-spacing: 0.04em;
        text-align: left;
    }

    .container_sevise_new .special-service-block .block_servise .block_info .name::before {
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        width: 65px;
        height: 65px;
        margin: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .special-service-block .block_servise .block_info {
        height: 80px;
    }

    .container_sevise_new .block_servise[data-id="3016"] .block_info .name::before {
        background-image: url(/templates/img/selling.svg);
    }

    .container_sevise_new .block_servise[data-id="1713"] .block_info .name::before {
        background-image: url(/templates/img/corporative.svg);
    }

    .container_sevise_new .block_servise[data-id="142"] .block_info .name::before {
        background-image: url(/templates/img/car_white.svg);
    }

    .um-price-result {
        -webkit-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .um-padding-container-left .um-price-result {
        -webkit-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .um-padding-container-left .um-order-btn-wrap {
        -webkit-order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-order: 3;
        margin-top: 10px;
        padding: 0;
    }

    .prise_result span {
        font-size: 20px;
    }

    .square_check {
        left: 5px;
    }

    .order_div .date_col.services_block {
        width: 100%;
    }

    .um-new-inner-wrap .slider-corporative-wrap .bx-controls.bx-has-pager {
        display: block;
    }

    .um-new-inner-wrap .corporative-circles-section .col-25 {
        width: 100%;
        margin-bottom: 10px;
    }

    .um-new-inner-wrap .c-text-service br {
        display: none;
    }

    .border-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
    }

    .border-shadow::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    }

    .header-search.static-search-block .hs-wrap {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-search.static-search-block .hs-title {
        margin-bottom: 20px;
    }

    .article-section .col-flex-33 {
        -webkit-flex: unset;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .article-section .article-inner {
        height: 325px;
    }

    .before-after-wrap .col-flex-25 {
        -webkit-flex: unset;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .common-h1 {
        font-size: 23px;
        margin-top: 20px;
    }

    .related-section .container_sevise .block_servise {
        width: 100%;
        max-width: 100%;
        background-color: #fff;
    }

    .related-section .block_servise .block_info .name {
        font-size: 16px;
        padding: 0 15px 20px 15px;
        text-transform: uppercase;
    }

    .related-section .block_servise .block_info .name:after {
        content: '';
    }

    .block_servise .foto {
        margin-bottom: 20px;
    }

    .related-section .block_servise:hover .block_info .name {
        color: #1c1c1c;
    }

    .related-section .block_servise:hover .block_info .name:after {
        background-color: #00aa4f;
    }

    .dostavka-payment-section {
        padding-top: 20px;
    }

    .service-text {
        height: 73px;
        overflow: hidden;
    }

    .inner-slider-cont.slider-corporative-wrap .service-text.showHidden {
        height: auto;
        max-height: unset;
    }

    .inner-slider-cont.slider-corporative-wrap .col-35 {
        padding-bottom: 35px;
        position: relative;
    }

    .section-pros {
        display: none;
    }

    .service-text-more-btn {
        display: block;
    }

    .um-service-price-section .main_content {
        background-color: transparent;
    }

    .um-service-price-section .main_content .c-box-730 {
        background-color: #fff;
    }

    .um-service-price-section .common-h2 {
        padding-top: 0;
    }

    .service-inner.global-wrap {
        margin: 0 -5px;
    }

    .table_prise .content_row {
        padding: 0 5px;
    }

    .order-forms-section .col-flex-33 {
        -webkit-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .order-forms-section .col-flex-33, .order-forms-section .col-flex-33:not(:last-child) {
        padding-right: 0;
        overflow: hidden;
        height: auto;
    }

    .styled-form.hiddenText {
        max-height: 0;
        overflow: hidden;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 1s ease, height 1s ease;
        -webkit-transition: height 1s ease, -webkit-transform 1s ease;
        transition: height 1s ease, -webkit-transform 1s ease;
        -o-transition: transform 1s ease, height 1s ease;
        transition: transform 1s ease, height 1s ease;
        transition: transform 1s ease, height 1s ease, -webkit-transform 1s ease;
    }

    .styled-form.hiddenText.showHidden {
        max-height: unset;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .um-new-inner-wrap .new-service-btn.mobile-trigger {
        display: block;
        position: relative;
        z-index: 2;
    }

    .col-callback-form .styled-form {
        position: static;
    }

    .col-callback-form .styled-form input[type="submit"] {
        position: relative;
        left: -25px;
    }

    .form-bkgnd_fix {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .order-forms-section {
        padding: 0 20px;
    }

    .col-callback-form .styled-form input[type="submit"] {
        width: calc(100% + 50px);
    }

    .map-img_fix {
        margin-bottom: 0;
    }

    .col-callback-form {
        margin-top: 15px;
    }

    .order-forms-section .col-flex-33:first-child {
        margin-bottom: 15px;
    }

    .order-forms-section .common-h2 {
        padding: 50px 0 20px 0;
    }

    .before-after-section {
        background-color: transparent;
    }

    .title-violet {
        margin-bottom: 15px;
    }

    .before-after-wrap {
        padding: 0;
    }

    .article-section .container {
        background-color: #fff;
        position: relative;
    }

    .article-section .container::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    }

    .article-section {
        padding-bottom: 0;
    }

    .video-section {
        background-color: transparent;
    }

    .related-section {
        padding: 0 20px;
    }

    .um-fixed-container.fixed .um-padding-container-left .container_result, .um-fixed-container.fixed .um-price-result {
        height: auto;
    }

    .order-circles-section {
        display: none;
    }

    .styled-order-form.styled-form .container_fran {
        margin-bottom: 0;
    }

    .before-after-wrap .col-flex-25:not(:last-child) {
        padding-right: 0;
    }

    .special-service-col {
        width: 50%;
    }

    .special-service-col .special-service-inner, .special-service-col:nth-child(3) .special-service-inner, .special-service-col:nth-child(-n+3) .special-service-inner, .special-service-col:nth-child(4) .special-service-inner {
        border: 1px solid #f5f6f8;
    }

    .special-service-col:last-child .special-service-inner {
        border: 2px solid #f5f6f8;
        border-top: none;
    }

    .special-service-col:nth-last-child(2) .special-service-inner {
        border-bottom: 2px solid #f5f6f8;
    }

    .special-service-col:nth-last-child(3) .special-service-inner {
        border-bottom: 2px solid #f5f6f8;
    }
}

@media (max-width: 600px) {
    .adv-num {
        left: 25%;
    }

    .container_catalog_header {
        margin-top: 10px;
    }

    .history-text-container.feedback-text-container form {
        width: 100%;
    }

    .history-text-container.feedback-text-container .col-callback-form {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .um-lang-wrap {
        padding-left: 19px;
        padding-top: 0;
    }

    .header-search {
        top: 176px;
    }

    .um-btn.btn-result {
        display: block;
    }

    .um-btn.btn-result.active {
        color: #fff;
        background-color: #20c0f2;
    }

    .um-btns-wrap .col-33.col-33-result {
        display: block;
    }

    .um-btns-wrap .col-33.col-33-dostavka {
        display: block;
    }

    .result_work_wrap.mob {
        width: calc(90vw - 38px);
        display: block;
        position: absolute;
        right: 200%;
    }

    .result_work_wrap.mob.active {
        position: relative;
        right: 0;
    }

    .um-service-price-section .content_col.showMeTipMob:nth-child(4) .popup-tip-wrap {
        -webkit-transform: translate(-33.33%, 90%);
        -ms-transform: translate(-33.33%, 90%);
        transform: translate(-33.33%, 90%);
    }

    .um-service-price-section .content_col.showMeTipMob.tipIsShown:nth-child(4) .popup-tip-wrap, .um-service-price-section .content_col.showMeTip.tipIsShown:nth-child(4) .popup-tip-wrap {
        -webkit-transform: translate(-33.33%, 100%);
        -ms-transform: translate(-33.33%, 100%);
        transform: translate(-33.33%, 100%);
    }
}

@media (max-width: 525px) {
    .sh_btn_right_center {
        top: 254px !important;
    }

    .block_gorizont {
        max-width: 320px;
        margin: 0 auto;
        float: none;
    }

    .block_gorizont .block_def {
        padding: 47% 0 0;
    }

    .block_gorizont .block_def .foto {
        width: 100%;
        right: 0;
        left: auto;
        height: 50%;
        top: 0;
    }

    .block_gorizont .block_def .foto::after {
        top: 100%;
        margin: 0;
        left: 50%;
        margin-left: -12px;
        margin-top: -12px;
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .block_gorizont .block_def .block_info {
        font-size: 0;
        height: 150px;
    }

    .table_prise .check_block .content_col .square_check {
        left: 5px;
    }

    .table_prise .content_col:nth-child(1) {
        width: 80%;
    }

    .table_prise .content_col:nth-child(2) {
        width: 20%;
    }

    .container_table_punkt .col_punct, .container_table_punkt .col_tel {
        width: 100%;
    }

    .container_table_punkt .block_area ul li {
        padding: 15px 5px;
    }

    .container_table_punkt .block_area ul li .col_addres {
        height: auto;
        margin-bottom: 17px;
    }

    .container_table_punkt .top_table_name .col_tel {
        display: none;
    }

    .container_area ul li {
        float: none;
    }

    .container_area ul li a:after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 1px;
        background: #00aa4f;
        top: auto;
        bottom: -10px;
    }

    .container_area ul li:last-child a:after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 1px;
        background: #00aa4f;
        top: auto;
        bottom: -10px;
    }

    .container_contacts .block_addres, .container_catalog .tovar_item, .container_innerblock .block_map {
        min-width: 0;
        display: inline-block;
        vertical-align: top;
        float: none;
        max-width: 400px;
        width: 100%;
    }

    .container_catalog.catalog_new .tovar_item {
        height: 460px;
    }

    .container_feedback .input {
        width: 100%;
    }

    .container_feedback .title {
        font-size: 25px;
    }

    .block_margin {
        margin-bottom: 50px;
    }

    .popup_social-inner {
        padding: 20px 0 0;
    }

    .popup_social {
        min-height: 0;
    }

    .fb_iframe_widget iframe {
        position: relative !important;
        max-width: 250px;
    }

    .fb_iframe_widget {
        margin: 10px 0 0;
    }

    .popup_logo {
        width: 90px;
        position: static;
        float: left;
        margin: 0 18px 10px 0;
    }

    .popup_logo img {
        width: 100%;
    }

    .popup_social .popup_desc {
        font-size: 17px;
    }

    .popup_social .popup_desc span {
        font-size: 23px;
    }

    .letters-container {
        padding: 0 10px;
    }

    .letters-for-shop, .letters-on-violet, .letters-on-orange {
        font-size: 32px;
    }

    .header-banner {
        background-image: none;
        height: auto;
        margin-top: 40px;
    }

    .letters-on-green {
        margin-left: 30px;
    }

    .cart-btn {
        font-size: 11px;
    }

    .summary-cart-wrap {
        margin-bottom: 40px;
    }

    .cart-container {
        margin-bottom: 50px;
    }

    .cart-pop-up-form {
        width: 100%;
    }

    .korzina {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .cart-pop-up .container_fran {
        margin-bottom: 0;
        padding: 5px;
    }

    .summary-cart-wrap .one-half {
        width: 100%;
    }

    .cart-summary-text, .cart-money-total {
        text-align: center;
    }

    .promo-banner-wrap {
        height: 200px;
    }

    .promo-banner-wrap::before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .media-container .one-third {
        width: 100%;
    }

    .media-container .text-container {
        height: auto;
    }

    .popup-e-subscribe {
        padding: 20px;
    }

    .subscribe-form-container .close {
        top: -10px;
        right: -10px;
    }

    .um-btns-wrap .col-33 {
        width: 90%;
        display: block;
        margin: 0 auto 10px;
    }

    .um-form-wrap input[type="submit"], .um-form-wrap input:not([type="submit"]) {
        width: 90%;
        display: block;
        margin: 0 auto 10px;
        font-size: 14px;
    }

    .um-form-wrap {
        position: fixed;
        background-color: #fff;
        padding: 30px;
        z-index: 9999999;
        left: 10px;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .um-form-close::before {
        content: '+';
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 34px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .top-left-header {
        top: 40px;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .mobile-orange-btn-wrap .dostavka-btn {
        width: 100%;
    }

    .circles-cont .col-33 {
        width: 100%;
    }

    .map-info-wrap br {
        display: none;
    }

    .map-info-wrap .map-popup-title {
        font-size: 16px;
        margin-bottom: 7px;
    }
}

@media (max-width: 600px) {
    .um-lang-wrap {
        padding-left: 19px;
        padding-top: 6px;
    }
}

@media screen and (max-width: 600px) and (orientation: landscape) {
    .um-lang-wrap {
        padding-left: 174px;
        padding-top: 0;
    }
}

@media (max-width: 400px) {
    .header-search .searchsubmit {
        padding: 0 10px;
    }

    .um-lang-wrap {
        padding-left: 19px;
        padding-top: 6px;
    }

    .partners_block {
        width: 100%;
    }

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

    .whats-up {
        font-size: 30px;
    }

    .shuba-search {
        width: 280px;
        margin-bottom: 0;
    }

    #print-text {
        font-size: 24px;
    }

    .shuba-search input {
        font-size: 24px;
    }

    .all-services {
        font-size: 24px;
    }

    .sub-info {
        font-size: 18px;
    }

    .arrow-blue {
        height: 15px;
        width: 30px;
    }

    .letters-for-shop, .letters-on-violet, .letters-on-orange {
        font-size: 26px;
        height: 44px;
        line-height: 44px;
    }

    .letters-on-blue, .letters-on-green {
        height: 36px;
        line-height: 36px;
    }

    .margin-wrap .one-half {
        padding: 0 10px;
    }

    .cart-btn {
        font-size: 10px;
        height: 35px;
        line-height: 35px;
    }

    .item-delete.close-pop-up {
        top: 10px;
        right: 10px;
    }

    .shop-container {
        padding: 10px;
    }

    section.not_page .button_banner {
        padding: 17px 25px;
    }
}

@media (max-width: 360px) {
    .cart-item-line {
        position: relative;
        min-height: 120px;
    }

    .cart-item-quantity {
        width: 30%;
        position: absolute;
        bottom: 20px;
    }

    .cart-pop-up .cart-item-quantity {
        bottom: 0;
    }

    .item-delete-wrap {
        width: 30%;
        position: absolute;
        top: 20px;
        right: 0;
    }

    .service-inner .table_prise .hed_row .content_col {
        font-size: 11px;
    }
}

@media (max-height: 750px) {
    .center {
        padding-bottom: 300px;
    }

    #map-canvas {
        height: 300px;
    }

    .map-info-wrap .col-50 {
        width: 100%;
    }
}

@media (max-height: 600px) {
    .center {
        padding-bottom: 200px;
    }

    #map-canvas {
        height: 200px;
    }
}

.global-wrap {
    opacity: 1;
}

* {
    margin: 0;
    padding: 0;
}

input, textarea {
    outline: none;
    color: inherit;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-family: inherit;
    resize: none;
    line-height: normal;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent !important;
}

input::-ms-clear {
    display: none;
}

body {
    color: #1c1c1c;
    font-size: 14px;
    margin: 0px auto;
    background: #f5f6f8;
}

body.mobmenu_opened, body.filters_opened, body:not(.DOMisLoaded) {
    width: 100%;
    overflow: hidden;
}

p {
    margin-bottom: 5px;
}

a {
    color: inherit;
}

div {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: inherit;
}

a img {
    border: 0px;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
}

.clear_after:after {
    content: '';
    display: block;
    clear: both;
}

.vfix {
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}

.container_vfix {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.vfix + img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block !important;
}

#popup__toggle {
    bottom: 70px;
    right: 10px;
    position: fixed;
    z-index: 999;
}

.img-circle {
    background-color: #29AEE3;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #29AEE3;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #29AEE3;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(/templates/images/mini5.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

.corporative-circles-section.corporative-circles-section_2 .inner-circle {
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    text-align: center;
    padding-top: 26px;
}

.corporative-circles-section.corporative-circles-section_2 .inner-circle b {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

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

.popap-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 43, 43, 0.5);
    z-index: 100;
    display: none;
}

.popap-wrap {
    width: 556px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    margin-top: -260px;
    left: 50%;
    margin-left: -278px;
    z-index: 101;
    display: none;
    padding: 28px 44px 25px 44px;
}

.popap-wrap .close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 7px;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
    z-index: 1;
}

.popap-wrap .title {
    text-align: left;
    font-family: sans-serif;
    font-size: 24px;
    color: #00aa4f;
    line-height: 34px;
    text-transform: none;
    margin-bottom: 8px;
    text-align: center;
}

.popap-wrap p {
    font-family: sans-serif;
    font-size: 14px;
    color: #4F4F4F;
    line-height: 22px;
    margin-bottom: 7px;
    text-align: center;
}

.popap-wrap form {
    padding: 7px 0;
}

.popap-wrap form .line {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.popap-wrap form .line:nth-last-child(1) {
    margin-bottom: 0;
}

.popap-wrap form input {
    width: 100%;
    height: 45px;
    outline: none;
    background: #FFFFFF;
    padding: 0 10px;
    border: 1px solid #00aa4f;
    font-family: sans-serif;
    font-size: 16px;
    color: #262626;
    line-height: 16px;
}

.popap-wrap form textarea {
    width: 100%;
    height: 90px;
    outline: none;
    background: #FFFFFF;
    padding: 10px 10px;
    border: 1px solid #00aa4f;
    font-family: sans-serif;
    font-size: 16px;
    color: #262626;
    line-height: 16px;
}

.popap-wrap form button {
    width: 100%;
    height: 45px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #00aa4f;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.popap-wrap form button:hover {
    background-color: #00ce60;
}

.bunnerPopUp {
    display: none;
}

#btn-store-map {
    display: none;
}

@media (max-width: 600px) {
    #btn-store-map {
        font-size: 17px;
        text-transform: uppercase;
        display: block;
        width: 300px;
        margin: 0 auto;
        padding: 6px 16px;
        margin-bottom: 10px;
        background-color: #fd0;
        color: white;
        border: 0;
        cursor: pointer;
    }
}

#btn-store-map {
    display: none;
}

.autor {
    width: 100%;
    clear: both;
    padding-top: 15px;
}

.recaptcha-row {
    margin-bottom: 20px;
}

.g-recaptcha > div {
    margin: 0 auto;
}

.container_innerblock .block_map, .container_innerblock .block_map.width {
    height: 410px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0;
}

.container_innerblock .block_map p {
    padding-bottom: 10px;
}

#map-canvas {
    height: 410px;
    position: relative;
}

.center {
    height: 525px;
}

@font-face {
    font-family: 'PF Din Text Universal';
    src: url("/templates/fonts/PFDinTextUniversal-Hairline.eot");
    src: local("PF Din Text Universal Hairline"), local("PFDinTextUniversal-Hairline"), url("/templates/fonts/PFDinTextUniversal-Hairline.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/PFDinTextUniversal-Hairline.woff2") format("woff2"), url("/templates/fonts/PFDinTextUniversal-Hairline.woff") format("woff"), url("/templates/fonts/PFDinTextUniversal-Hairline.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Din Text Universal';
    src: url("/templates/fonts/PFDinTextUniversal-Medium.eot");
    src: local("PF Din Text Universal Medium"), local("PFDinTextUniversal-Medium"), url("/templates/fonts/PFDinTextUniversal-Medium.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/PFDinTextUniversal-Medium.woff2") format("woff2"), url("/templates/fonts/PFDinTextUniversal-Medium.woff") format("woff"), url("/templates/fonts/PFDinTextUniversal-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Din Text Universal';
    src: url("/templates/fonts/PFDinTextUniversal-ExtraThin.eot");
    src: local("PF Din Text Universal ExtraThin"), local("PFDinTextUniversal-ExtraThin"), url("/templates/fonts/PFDinTextUniversal-ExtraThin.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/PFDinTextUniversal-ExtraThin.woff2") format("woff2"), url("/templates/fonts/PFDinTextUniversal-ExtraThin.woff") format("woff"), url("/templates/fonts/PFDinTextUniversal-ExtraThin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Din Text Universal';
    src: url("/templates/fonts/PFDinTextUniversal-Light.eot");
    src: local("PF Din Text Universal Light"), local("PFDinTextUniversal-Light"), url("/templates/fonts/PFDinTextUniversal-Light.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/PFDinTextUniversal-Light.woff2") format("woff2"), url("/templates/fonts/PFDinTextUniversal-Light.woff") format("woff"), url("/templates/fonts/PFDinTextUniversal-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Din Text Universal';
    src: url("/templates/fonts/PFDinTextUniversal.eot");
    src: local("PF Din Text Universal"), local("PFDinTextUniversal"), url("/templates/fonts/PFDinTextUniversal.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/PFDinTextUniversal.woff2") format("woff2"), url("/templates/fonts/PFDinTextUniversal.woff") format("woff"), url("/templates/fonts/PFDinTextUniversal.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Din Text Universal';
    src: url("/templates/fonts/PFDinTextUniversal-ExtraBlack.eot");
    src: local("PF Din Text Universal ExtraBlack"), local("PFDinTextUniversal-ExtraBlack"), url("/templates/fonts/PFDinTextUniversal-ExtraBlack.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/PFDinTextUniversal-ExtraBlack.woff2") format("woff2"), url("/templates/fonts/PFDinTextUniversal-ExtraBlack.woff") format("woff"), url("/templates/fonts/PFDinTextUniversal-ExtraBlack.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Din Text Universal';
    src: url("/templates/fonts/PFDinTextUniversal-Thin.eot");
    src: local("PF Din Text Universal Thin"), local("PFDinTextUniversal-Thin"), url("/templates/fonts/PFDinTextUniversal-Thin.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/PFDinTextUniversal-Thin.woff2") format("woff2"), url("/templates/fonts/PFDinTextUniversal-Thin.woff") format("woff"), url("/templates/fonts/PFDinTextUniversal-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Din Text Universal';
    src: url("/templates/fonts/PFDinTextUniversal-Bold.eot");
    src: local("PF Din Text Universal Bold"), local("PFDinTextUniversal-Bold"), url("/templates/fonts/PFDinTextUniversal-Bold.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/PFDinTextUniversal-Bold.woff2") format("woff2"), url("/templates/fonts/PFDinTextUniversal-Bold.woff") format("woff"), url("/templates/fonts/PFDinTextUniversal-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.popup-e-subscribe-2 {
    max-width: 600px;
    max-height: 547px;
    padding: 27px;
}

.popup-e-subscribe-2 input {
    font-size: 16px;
    font-weight: 800;
}

.form-header-banner-3, .form-header-banner-4, .popup-e-subscribe-2 .form-header-wrap {
    min-width: 546px;
    width: 546px;
    min-height: 175px;
    height: 175px;
    position: relative;
    margin-bottom: 23px;
    background-image: url("/templates/img/sale_desk_ukr.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.popup-e-subscribe-3 .form-header-wrap.form-header-banner-3 {
    background-position: center;
    background-image: url("/templates/img/um_100_bonus_ukr.svg");
}

.popup-e-subscribe-4 .form-header-wrap.form-header-banner-4 {
    background-position: center;
    background-image: url("/templates/img/banner2_desk_ua.png ");
}

.popup-e-subscribe-6, .popup-e-subscribe-5 {
    background: #ffffff;
    padding: 30px 0 20px 0;
    max-width: 639px;
    max-height: auto;
}

.popup-e-subscribe-6 .close, .popup-e-subscribe-5 .close {
    top: -30px;
    right: 0;
}

.popup-e-subscribe-5 .form-header-wrap.form-header-banner-5 {
    width: 639px;
    height: 308px;
    background-position: center;
    background-image: url("/templates/img/banner_2020_10_19_dsk_ukr.jpg");
    background-repeat: no-repeat;
}

.popup-e-subscribe-6 .form-header-wrap.form-header-banner-6 {
    width: 639px;
    height: 308px;
    background-position: center;
    background-image: url("/templates/img/bf/blackfriday_ukr.svg");
    background-repeat: no-repeat;
}

.popup-e-subscribe-2 input[type="submit"] {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.form-header-3 {
    position: absolute;
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    text-align: left;
}

.popup-e-subscribe-2 .form-header-wrap .form-header-3 span {
    display: block;
}

.popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(1) {
    position: absolute;
    height: 40px;
    left: 68px;
    top: 0px;
    background: #F12B11;
    padding-left: 5px;
}

.popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(2) {
    position: absolute;
    width: 340px;
    height: 40px;
    right: 0;
    top: 40px;
    background: #7FC535;
    padding-left: 10px;
}

.popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(3) {
    position: absolute;
    width: 192px;
    height: 24px;
    left: 167px;
    bottom: 26px;
    background: #F45A07;
    padding-left: 5px;
}

.popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(4) {
    position: absolute;
    width: 239px;
    height: 26px;
    left: 0;
    bottom: 0;
    background: #00AA48;
    padding-left: 32px;
}

.popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(1) span {
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 40px;
    padding: 0 10px;
}

.popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(2) span {
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 40px;
}

.popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(3) span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(4) span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
}

.skidka {
    position: absolute;
    top: 15px;
    left: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 88px;
    line-height: 106px;
    text-shadow: 5px 5px 4px #AEAEAE;
    margin: 0;
}

.skidka_do {
    position: absolute;
    top: 15px;
    left: 40px;
    top: 0;
    left: 4px;
    font-size: 20px;
}

.popup-e-subscribe-2 .subscribe-form-container .close {
    top: -27px;
    right: -27px;
}

.skidka span sup {
    font-size: 40px;
}

.recaptcha-row-2 {
    width: 200px;
    margin: 0 auto;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.popup-e-subscribe-2 .form .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.one-third {
    width: 33.33%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-e-subscribe-3, .popup-e-subscribe-4 {
    max-width: 640px;
    max-height: 547px;
    padding: 27px;
}

@media (max-width: 600px) {
    .popup-e-subscribe-2 {
        max-width: 90%;
        max-height: 90%;
        padding: 15px;
    }

    .popup-e-subscribe-2 .subscribe-form-container .close {
        top: -17px;
        right: -17px;
    }

    .popup-e-subscribe-2 .form .squared {
        left: 5px;
    }

    .popup-e-subscribe-2 .checkbox-row-inner {
        text-align: left;
    }

    .popup-e-subscribe-3 .form-header-wrap, .popup-e-subscribe-4 .form-header-wrap, .popup-e-subscribe-2 .form-header-wrap {
        min-width: 301px;
        max-width: 301px;
        width: 301px;
        min-height: 156px;
        height: 156px;
        position: relative;
        background-image: url("/templates/img/sale_mob_ukr.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .popup-e-subscribe-3 input, .popup-e-subscribe-4 input {
        margin-bottom: 7px;
    }

    .form-header-wrap.form-header-banner-3 {
        background-image: url("/templates/img/um_100_bonus_ukr_mob.svg");
        background-position: center;
        margin-bottom: 0;
    }

    .form-header-wrap.form-header-banner-4 {
        background-image: url("/templates/img/banner2_mob_ru.png ");
        background-position: center;
        margin-bottom: 0;
    }

    .popup-e-subscribe-5 .form-header-wrap.form-header-banner-5 {
        background-image: url("/templates/img/banner_2020_10_19_mob_ukr.jpg");
        background-position: center;
        background-size: contain;
        width: 320px;
        height: 172px;
    }

    .popup-e-subscribe-6 .form-header-wrap.form-header-banner-6 {
        background-image: url("/templates/img/bf/blackfriday_ukr_mob.svg");
        background-position: center;
        background-size: contain;
        width: 320px;
        height: 172px;
    }

    .one-third {
        width: 100%;
    }

    .popup-e-subscribe-3 .recaptcha-row-2, .popup-e-subscribe-4 .recaptcha-row-2 {
        margin: 0 0 0 5px;
    }

    .popup-e-subscribe-2 .form-header-wrap .skidka, .popup-e-subscribe-2 .form-header-wrap .form-header-3 {
        display: none;
    }

    .popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(1) {
        height: 34px;
        width: 205px;
        left: 0px;
        top: 0px;
    }

    .popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(2) {
        height: 33px;
        width: 247px;
        left: 31px;
        top: 34px;
    }

    .popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(3) {
        height: 24px;
        width: 133px;
        left: 138px;
        bottom: 24px;
    }

    .popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(4) {
        height: 24px;
        width: 205px;
        left: 9px;
        bottom: 0;
    }

    .popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(1) span {
        font-size: 24px;
        line-height: 34px;
        height: 34px;
    }

    .popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(2) span {
        font-size: 20px;
        line-height: 34px;
        height: 34px;
        text-align: right;
        padding-left: 35px;
        padding-right: 5px;
    }

    .popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(3) span {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }

    .popup-e-subscribe-2 .form-header-wrap .form-header-3:nth-child(4) span {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }

    .skidka {
        font-size: 74px;
        top: 35px;
        left: 0px;
    }
}

ul.news_social_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
}

ul.news_social_buttons li.social_button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid;
    border-radius: 5px;
}

ul.news_social_buttons li.social_button a {
    display: inline-block;
}

ul.news_social_buttons li.social_button a > div {
    width: 28px;
    height: 28px;
    margin: 10px;
}

ul.news_social_buttons li.social_button.social_button_fb {
    border-color: #4267b2;
}

ul.news_social_buttons li.social_button.social_button_fb:hover {
    background-color: #4267b2;
}

ul.news_social_buttons li.social_button.social_button_fb:hover a div.social_button_fb {
    background-color: #ffffff;
}

ul.news_social_buttons li.social_button.social_button_vb {
    border-color: #665CAC;
}

ul.news_social_buttons li.social_button.social_button_vb:hover {
    background-color: #665CAC;
}

ul.news_social_buttons li.social_button.social_button_vb:hover a div.social_button_vb {
    background-color: #ffffff;
}

ul.news_social_buttons li.social_button.social_button_tg {
    border-color: #0088CC;
}

ul.news_social_buttons li.social_button.social_button_tg:hover {
    background-color: #0088CC;
}

ul.news_social_buttons li.social_button.social_button_tg:hover a div.social_button_tg {
    background-color: #ffffff;
}

ul.news_social_buttons li.social_button a div.social_button_fb {
    mask: url(/templates/css/font-awesome-5.12.1/svgs/brands/facebook-f.svg) no-repeat center;
    -webkit-mask: url(/templates/css/font-awesome-5.12.1/svgs/brands/facebook-f.svg) no-repeat center;
    background-color: #4267b2;
}

ul.news_social_buttons li.social_button a div.social_button_vb {
    mask: url(/templates/css/font-awesome-5.12.1/svgs/brands/viber.svg) no-repeat center;
    -webkit-mask: url(/templates/css/font-awesome-5.12.1/svgs/brands/viber.svg) no-repeat center;
    background-color: #665CAC;
}

ul.news_social_buttons li.social_button a div.social_button_tg {
    mask: url(/templates/css/font-awesome-5.12.1/svgs/brands/telegram.svg) no-repeat center;
    -webkit-mask: url(/templates/css/font-awesome-5.12.1/svgs/brands/telegram.svg) no-repeat center;
    background-color: #0088CC;
}

.dostavka-service .circles-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dostavka-service .circles-cont .inner-circle {
    cursor: pointer;
}

.callback-popup.dostavkaPopup {
    width: 556px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    top: 50%;
    margin-top: -260px;
    left: 50%;
    margin-left: -278px;
    z-index: 10001;
    padding: 28px 44px 25px;
}

.callback-popup.dostavkaPopup form {
    padding: 7px 0;
}

.callback-popup.dostavkaPopup form textarea {
    width: 100%;
    height: 90px;
    outline: none;
    padding: 10px;
    font-family: sans-serif;
}

.news_social_buttons, #order_div .news_social_buttons, .callback-popup.dostavkaPopup .news_social_buttons {
    width: 300px;
    margin: 10px auto 0px auto;
}

.news_social_buttons:last-child, #order_div .news_social_buttons:last-child, .callback-popup.dostavkaPopup .news_social_buttons:last-child {
    width: 200px;
}

.news_social_buttons .fa, #order_div .fa, .callback-popup.dostavkaPopup .fa {
    color: #00aa4f;
    font-size: 50px;
    cursor: pointer;
}

.news_social_buttons .fa:hover, #order_div .fa:hover, .callback-popup.dostavkaPopup .fa:hover {
    color: #f55b08;
}

.um-price-result-app {
    padding-bottom: 32px;
}

.um-price-result-app-fix1 {
    padding-right: 20px;
}

.callback-popup.dostavkaPopup {
    text-align: left;
}

.callback-popup.dostavkaPopup {
    top: auto;
    left: auto;
    margin-top: 0;
    margin-left: 0;
}

.um-inner-img-mob img {
    width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .slider-form-wrap .inner-page-slider-wrap {
        display: block;
        width: 100%;
    }

    .slider-form-wrap .um-inner-img-fix {
        max-width: 100%;
        min-height: calc(100vw / 2.43);
        height: auto;
    }

    .bx-wrapper img {
        display: block;
        max-width: 100%;
    }
}

.clock-bgnd {
    background-image: url(/templates/img/white_icons_bkgnd.png);
    background-size: 100%;
    -webkit-filter: brightness(0.85);
    filter: brightness(0.85);
}

.form_label_txt {
    width: auto;
    display: inline-block;
    padding: 0 10px;
}

#popup__toggle {
    display: none;
}

.white_label_txt {
    color: #ffffff;
}

.blue_label {
    background-color: #00bff4;
}

.green_label {
    background-color: #00aa4f;
}

.salat_label {
    background-color: #7fc535;
}

.hide_block {
    display: none;
}

.block_prise_cloud {
    position: absolute;
    top: 40px;
    right: -40px;
    background: rgba(255, 255, 255, 0) url("/templates/images/cloud.svg");
    width: 146px;
    height: 126px;
    background-size: cover;
    z-index: 2;
}

.c-box-730 .block_prise_cloud {
    right: 40px;
}

.block_prise_discount {
    width: 146px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    padding: 46px 0px 30px 15px;
    -webkit-transform: rotate(38.84deg);
    -ms-transform: rotate(38.84deg);
    transform: rotate(38.84deg);
}

@media (max-width: 650px) {
    .c-box-730 .block_prise_cloud, .block_prise_cloud {
        margin: 0 auto;
        position: relative;
        top: auto;
        right: auto;
    }

    .service-inner.global-wrap {
        width: 100%;
    }

    .um-inner-img-mob {
        display: block;
    }

    .callback-popup.dostavkaPopup .news_social_buttons {
        width: 100%;
    }

    .callback-popup.dostavkaPopup {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .dostavka-service .circles-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .autor {
        float: right;
        width: 80%;
        font-size: 10px;
    }

    ul.news_social_buttons {
        margin: 0 auto;
        padding: 0;
    }

    .slider-section-price {
        display: block;
    }

    .slider-section.slider-section-price .slide {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    .button_filter {
        display: block;
        background-color: #00aa4f;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        padding: 12px 30px;
        font-weight: 700;
        border: 2px solid #00aa4f;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        width: 300px;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px auto;
        text-align: center;
    }

    .news_social_buttons.news_social_buttons_corp {
        margin-top: 60px;
    }
}

@media (max-width: 414px) {
    .autor {
        width: 60%;
        margin-right: 15px;
    }

    .main_content {
        width: 100%;
        min-width: 100%;
    }

    .popup-e-subscribe-2 .form-header-wrap {
        min-width: 100%;
        width: 100%;
    }

    .popup-e-subscribe-2 .subscribe-form-container .close {
        z-index: 105;
    }

    .styled-order-form.styled-form .container_fran {
        padding: 30px 0 30px 0;
    }
}

body, html {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    min-width: 320px;
    padding: 0;
}

body {
    max-width: 100%;
}

* {
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

img.lazyload, video.lazyload {
    opacity: 0;
    visibility: hidden;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.is-loaded {
    opacity: 0;
    visibility: visible;
    -webkit-animation: faddingImgAnim 0.5s ease;
    animation: faddingImgAnim 0.5s ease;
}

@-webkit-keyframes faddingImgAnim {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes faddingImgAnim {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

.container {
    width: 100%;
    max-width: 970px;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    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;
    min-height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: "Montserrat", sans-serif;
    background: #fff;
}

body.no-scroll {
    overflow: hidden;
}

.wrapper {
    width: 100%;
}

html {
    height: auto;
    min-height: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wrapper,
body {
    height: auto;
}

main {
    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

}


p, h1, ul, ol, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header {
    z-index: 100;
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff;
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.4s ease, box-shadow 0.3s ease;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    transition: transform 0.4s ease, box-shadow 0.3s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.3s ease;
}

.header.shadow {
    -webkit-box-shadow: 0 0 12px 3px rgba(18, 18, 18, 0.21);
    box-shadow: 0 0 12px 3px rgba(18, 18, 18, 0.21);
}

.header.shadow .header-bottom__container {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0);
}

.header.sticked {
    /*-webkit-transform: translate(0, -99px);*/
    /*-ms-transform: translate(0, -99px);*/
    /*transform: translate(0, -99px);*/
    transform: none;
}

.header-top {
    width: 100%;
}

.header-top__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.5px solid #C8C8C8;
}

.header-top__container .logo {
    width: 187px;
    height: auto;
    margin-right: 10px;
    padding: 0 !important;
}

.header-top__container .logo a, .header-top__container .logo img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.header-top__menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
	padding-left:20px;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-top__phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	flex-wrap: wrap;
}

.header-top__phones::before {
    width: 14px;
    height: 14px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url("../img/ph-ic-1.svg") no-repeat center/100%;
}

.header-top__phones a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.header-top__phones a:nth-child(2) {
    margin-left: 4px;
    padding-left: 4px;
    border-left: 0.5px solid #C8C8C8;
}
.header-top__phones a:nth-child(3) {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 0.5px solid #C8C8C8;
}
.header-top__phones a:hover {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #00B9ED;
    text-decoration: underline;
}

.header-top__socials {
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.mobile-phone {
    display: none;
}

.ht-soc {
    height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 3px;
    width: 20px;
}

.ht-soc img, .ht-soc svg {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.ht-soc img path, .ht-soc svg path {
    fill: #000;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.ht-soc--vb, .ht-soc--ms {
    width: 24px;
    padding: 1px;
}

.ht-soc--yt {
    width: 26px;
}

.ht-soc--ins {
    width: 22px;
}

.ht-soc:last-child {
    margin-right: 0;
}

.ht-soc:hover svg path {
    fill: #00B9ED;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.header-top__lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 20px;
}

.header-top__lang a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #C8C8C8;
    text-decoration: none;
    -webkit-transition: color 0.3s ease, font-weight 0.3s ease;
    -o-transition: color 0.3s ease, font-weight 0.3s ease;
    transition: color 0.3s ease, font-weight 0.3s ease;
    display: inline-block;
}

.header-top__lang a:hover {
    color: #00B9ED;
    -webkit-transition: color 0.3s ease, font-weight 0.3s ease;
    -o-transition: color 0.3s ease, font-weight 0.3s ease;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.header-top__lang a.active {
    font-weight: bold;
    color: #000000;
}

.header-top__lang a:nth-child(2) {
    padding-left: 6px;
    margin-left: 6px;
    border-left: 0.5px solid #C8C8C8;
}

.header-top__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.header-top__btns a {

    text-decoration: none;
    flex-shrink: 0;
}

.header-top__btns a:last-child {
    margin-right: 0;
}

.btn-cour {
    background: #00B9ED;
    border-radius: 3px;
    padding: 6px 21.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #00B9ED;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    -o-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.btn-cour:hover {
    background: #fff;
    color: #00B9ED;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    -o-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.btn-cab {
    border: 0.5px solid rgba(200, 200, 200, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    -o-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    padding: 6px 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.btn-cab:hover {
    background: #C8C8C8;
    color: #fff;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    -o-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.btn {
    outline: none;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
}

.header-bottom {
    width: 100%;
}

.header-bottom__container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 0.5px solid #C8C8C8;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.header-search-block {
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-cont {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.search-cont form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

.search-cont form::before {
    width: 14px;
    height: 14px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left: 17px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url("../img/src-i-1.svg") no-repeat center/100%;
    opacity: 0.3;
    pointer-events: none;
    z-index: 2;
}

.search-cont .searchsubmit {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 2px solid #00B9ED;
    background: #00B9ED;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.search-cont .searchsubmit:hover {
    color: #00B9ED;
    background: #fff;
    -webkit-box-shadow: 3px 3px 12px 1px rgba(0, 185, 237, 0.25);
    box-shadow: 3px 3px 12px 1px rgba(0, 185, 237, 0.25);
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.search-cont .searchsubmit input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

.search-cont .search-field {
    width: 65%;
    margin-right: 35px;
    padding: 6px 6px 6px 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.5px solid #00B9ED;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    height: 30px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-box-shadow: 3px 3px 12px 1px rgba(0, 185, 237, 0.25);
    box-shadow: 3px 3px 12px 1px rgba(0, 185, 237, 0.25);
}

.search-cont .search-field::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.search-cont .search-field::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.search-cont .search-field:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.search-cont .search-field::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.search-cont .search-field::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.search-cont .search-field:hover {
    -webkit-box-shadow: 3px 3px 12px 3px rgba(0, 185, 237, 0.45);
    box-shadow: 3px 3px 12px 3px rgba(0, 185, 237, 0.45);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.header-bottom__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header-bottom__menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
}

.header-bottom__menu > ul > li {
    margin-right: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.header-bottom__menu > ul > li:last-child {
    margin-right: 0;
}

.header-bottom__menu > ul > li > a, .header-bottom__menu > ul > li > span {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    padding: 0;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    text-decoration: none;
    text-transform: lowercase;
    -webkit-transition: color 0.3s ease, font-weight 0.3s ease;
    -o-transition: color 0.3s ease, font-weight 0.3s ease;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.header-bottom__menu > ul > li > a:first-letter, .header-bottom__menu > ul > li > span:first-letter {
    text-transform: uppercase;
}

.header-bottom__menu > ul > li > a:hover, .header-bottom__menu > ul > li > span:hover {
    color: #00B9ED;
    -webkit-transition: color 0.3s ease, font-weight 0.3s ease;
    -o-transition: color 0.3s ease, font-weight 0.3s ease;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.header-bottom__menu > ul > li > a.active, .header-bottom__menu > ul > li > span.active {
    color: #00B9ED;
    font-weight: bold;
}

.header-bottom__search {
    margin-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-bottom__search.opened .header-search-block {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search-icon {
    margin-left: auto;
    width: 20px;
    height: 19px;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.search-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.search-icon:hover {
    border: 1px solid #00B9ED;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.header-burger {
    width: 30px;
    height: 19px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.header-burger span {
    width: 100%;
    height: 3px;
    background: #00B9ED;
    display: inline-block;
    -webkit-transition: top 0.4s ease, left 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
    transition: top 0.4s ease, left 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease, top 0.4s ease, left 0.4s ease, opacity 0.3s ease;
    transition: transform 0.4s ease, top 0.4s ease, left 0.4s ease, opacity 0.3s ease;
    transition: transform 0.4s ease, top 0.4s ease, left 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
    position: absolute;
}

.header-burger span:nth-child(1) {
    top: 0;
    left: 0;
}

.header-burger span:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header-burger span:nth-child(3) {
    top: 100%;
    left: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.header-burger.active span {
    -webkit-transition: top 0.4s ease, left 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
    transition: top 0.4s ease, left 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease, top 0.4s ease, left 0.4s ease, opacity 0.3s ease;
    transition: transform 0.4s ease, top 0.4s ease, left 0.4s ease, opacity 0.3s ease;
    transition: transform 0.4s ease, top 0.4s ease, left 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
    position: absolute;
}

.header-burger.active span:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.header-burger.active span:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
}

.header-burger.active span:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-mobile__menu {
    display: none;
}

.spec-services {
    width: 100%;
    margin-bottom: 30px;
}

.spec-services__container {
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.spec-services__single {
    padding: 8px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% / 3);
    -webkit-transition: color 0.4s ease, background-color 0.4s ease;
    -o-transition: color 0.4s ease, background-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease;
}

.spec-services__single .img {
    width: 71px;
    height: 71px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.spec-services__single .img img {
    width: 100%;
    height: 100%;
}

.spec-services__single p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 125%;
    color: #000000;
}

.spec-services__single:hover {
    background: rgba(0, 185, 237, 0.3);
    -webkit-transition: color 0.4s ease, background-color 0.4s ease;
    -o-transition: color 0.4s ease, background-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease;
}

.mobile-slider-banners {
    display: none;
}

.sliders-banners__container {
    height: 450px;
    width: calc(100% + 30px);
    padding: 15px;
    margin: -15px;
}

.sliders-banners__container .swiper-wrapper {
    height: 100%;
}

.search-mobile-block {
    margin-bottom: 20px;
    display: none;
}

.search-mobile-block.search-mobile-block--visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.dots {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
    z-index: 2;
}

.container.container-z {
    position: relative;
    z-index: 2;
}

.single-dot {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: rgba(0, 185, 237, 0.3);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border-radius: 50%;
}

.single-dot:last-child {
    margin-right: 0;
}

.single-dot.active, .single-dot.current {
    background: #00B9ED;
}

.slides-wrap {
    height: 100%;
    width: 100%;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "b1 b2 b3" "b4 b4 b3";
}

.slides-wrap:empty {
    display: none !important;
}

.banner-slide {
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 12px;
}

.banner-slide .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
}

.banner-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-slide p {
    display: none;
    position: relative;
    z-index: 2;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 90%;
}

.banner-slide:nth-child(1n) {
    grid-area: b1;
}

.banner-slide:nth-child(1n) p {
    background: #84BD00;
    margin-top: 40px;
}

.banner-slide:nth-child(2n) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-area: b2;
}

.banner-slide:nth-child(2n) p {
    background: #2F6AB2;
    margin-top: 50px;
}

.banner-slide:nth-child(3n) {
    grid-area: b4;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner-slide:nth-child(3n) p {
    background: #762F88;
    margin-bottom: 30px;
}

.banner-slide:nth-child(4n) {
    grid-area: b3;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner-slide:nth-child(4n) p {
    background: #E8500E;
    margin-bottom: 43px;
}

.achiv {
    width: 100%;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.achiv-list {
    width: 100%;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
}

.single-achiv {
    width: calc((100% / 3) - (72px / 3));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single-achiv .img {
    width: 91px;
    height: 91px;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.single-achiv .img img {
    width: 100%;
    height: 100%;
}

.single-achiv .text {
    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.single-achiv .text span {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 125%;
    color: #000000;
}

.single-achiv .text p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #000000;
}

a.single-achiv {
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

a.single-achiv:hover {
    background: rgba(0, 185, 237, 0.3);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.main-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.main-title::after {
    width: 70px;
    height: 2px;
    border-radius: 2px;
    background: #00B9ED;
    display: inline-block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.cards-section {
    width: 100%;
    margin-bottom: 35px;
}

.cards-section.js-section .cards-list {
    width: calc(100% + 40px);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    margin: -20px;
}

.cards-section.js-section .cards-list .single-card {
    width: auto;
    height: auto;
}

.cards-section.js-section .cards-list .swiper-wrapper {
    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;
}

.cards-section.js-section .btn-slides {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.cards-section.js-section .btn-slides--prev {
    right: calc(100% + 20px);
}

.cards-section.js-section .btn-slides--next {
    left: calc(100% + 20px);
}

.cards-section.js-section .cards-section__container {
    position: relative;
}

.cards-section__container {
    width: 100%;
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cards-section__container .dots {
    display: none;
}

.cards-section__container .main-title {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.cards-section__container .main-title::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.mob-only-btn {
    display: none;
    width: 100%;
}

.cards-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
}

.cards-list .single-card {
    width: calc((100% / 3) - (72px / 3));
}

.cards-list + .btn {
    margin-top: 20px;
}

.cards-list.cards-list--table {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
}

.cards-list.cards-list--double .single-card {
    width: calc(50% - 18px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cards-list.cards-list--double .single-card .img {
    height: auto;
    width: 180px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.single-card {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    background: #FDFDFD;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.25);
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.single-card.blue {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(47, 106, 178, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(47, 106, 178, 0.25);
}

.single-card.blue .tag {
    background: #2F6AB2;
}

.single-card.red {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(227, 28, 10, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(227, 28, 10, 0.25);
}

.single-card.red .tag {
    background: #E31C0A;
}

.single-card.purple {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(118, 47, 136, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(118, 47, 136, 0.25);
}

.single-card.purple .tag {
    background: #762F88;
}

.single-card.green {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(0, 154, 68, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(0, 154, 68, 0.25);
}

.single-card.green .tag {
    background: #009A44;
}

.single-card.orange {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(237, 139, 0, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(237, 139, 0, 0.25);
}

.single-card.orange .tag {
    background: #ED8B00;
}

.single-card .img {
    width: 100%;
    height: 258px;
    overflow: hidden;
}

.single-card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-card .text {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.single-card .text p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: #000000;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.single-card .text .btn {
    margin-left: auto;
    margin-top: auto;
}

.single-card .info {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.single-card .info p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.single-card .date {
    margin-bottom: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    display: none;
}

.single-card .tag {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #762F88;
    border-radius: 3px;
    margin-bottom: 12px;
}

.single-card:hover .btn {
    background-color: #fff;
    color: #00B9ED;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.12);
    box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.12);
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.btn {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 125%;
    display: inline-block;
    text-align: center;
    text-transform: lowercase;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background: #00B9ED;
    border: 1px solid #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.btn::first-letter {
    text-transform: uppercase;
}

.btn--big {
    padding: 8px 14px;
    font-size: 14px;
}

.btn:hover {
    background: #fff;
    color: #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.12);
    box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.12);
}

.seo-block {
    width: 100%;
    margin: 30px 0 42px;
}

.seo-block .btn {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.seo-block .container {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.seo-block.open .seo-text {
    max-height: none;
    -webkit-transition: max-height 1.7s ease;
    -o-transition: max-height 1.7s ease;
    transition: max-height 1.7s ease;
}

.seo-block.open .seo-text::after {
    opacity: 0;
}

.seo-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 30px;
}

.seo-text {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: max-height 1.5s ease;
    -o-transition: max-height 1.5s ease;
    transition: max-height 1.5s ease;
    overflow: hidden;
    position: relative;
    max-height: 133px;
}

.seo-text::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(31.56%, #FFFFFF), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(bottom, #FFFFFF 31.56%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(0deg, #FFFFFF 31.56%, rgba(255, 255, 255, 0.3) 100%);
    display: inline-block;
    z-index: 2;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.seo-text * {
    font-size: 12px;
    line-height: 160%;
    text-align: justify;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

.seo-text p {
    margin-bottom: 12px;
}

.seo-text h2 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
}

.seo-text ul {
    margin: 12px 0;
}

.seo-text ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.seo-text ul li::before {
    width: 3px;
    height: 3px;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    border-radius: 50%;
}

.footer {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-buttons {
    display: none;
}

.footer__container {
    width: 100%;
    border-top: 0.5px solid #C8C8C8;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 0.5px solid #C8C8C8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__container .footer-logo {
    width: 266px;
    height: auto;
    margin-right: 130px;
}

.footer__container .footer-logo a, .footer__container .footer-logo img {
    width: 100%;
    height: auto;
}

.footer-menu {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 130px;
}

.footer-menu ul {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
}

.footer-menu ul li {
    margin-bottom: 6px;
}

.footer-menu ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: lowercase;
}

.footer-menu ul li a::first-letter {
    text-transform: uppercase;
}

.footer-menu ul li a:hover {
    color: #00B9ED;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer__side {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.footer__socials .ht-soc {
    width: 32px;
    height: 28px;
}

.footer__contacts {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__contacts a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer__contacts a:hover {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #00B9ED;
}

.footer__address {
    margin-bottom: 24px;
}

.footer__address p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 200%;
    color: #000000;
}

.all-cards {
    width: 100%;
    margin-bottom: 40px;
}

.cards-slider {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.cards-slider .dots {
    display: none;
}

.cards-slider .btn-slides {
    position: absolute;
    top: calc(50% - 10px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cards-slider .btn-slides--prev {
    right: calc(100% + 30px);
}

.cards-slider .btn-slides--next {
    left: calc(100% + 30px);
}

.cards-slider--video {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.cards-slider--video .dots {
    display: none;
}

.cards-slider--video .btn-slides {
    position: absolute;
    top: calc(50% - 10px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cards-slider--video .btn-slides--prev {
    right: calc(100% + 30px);
}

.cards-slider--video .btn-slides--next {
    left: calc(100% + 30px);
}

.cards-slider__container {
    width: calc(100% + 40px);
    padding: 20px;
    margin: 0 -20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 874px;
}

.cards-slider__container .swiper-wrapper {
    height: 100%;
}

.cards-slider__container .single-card {
    height: calc((100% - 36px) / 2);
}

.cards-slider--video {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.cards-slider--video .dots {
    display: none;
}

.cards-slider--video .btn-slides {
    position: absolute;
    top: calc(50% - 10px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cards-slider--video .btn-slides--prev {
    right: calc(100% + 30px);
}

.cards-slider--video .btn-slides--next {
    left: calc(100% + 30px);
}

.cards-slider--video .cards-slider__container {
    height: auto;
}

.cards-slider--video .cards-slider__container .single-card {
    height: 342px;
    width: 286px;
    margin-right: 36px;
    margin-bottom: 36px;
}

.cards-slider--video .cards-slider__container .single-card .text {
    padding: 11px 17px;
}

.cards-slider--video .cards-slider__container .single-card:first-child {
    width: calc(304px * 2);
    position: relative;
}

.cards-slider--video .cards-slider__container .single-card:first-child .img {
    height: 100%;
}

.cards-slider--video .cards-slider__container .single-card:first-child .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    color: #000;
    z-index: 2;
}

.cards-slider--video .cards-slider__container .single-card:first-child .text::before {
    height: 126px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 109, 169, 0)), to(#fff));
    background: -o-linear-gradient(top, rgba(66, 109, 169, 0) 0%, #fff 100%);
    background: linear-gradient(180deg, rgba(66, 109, 169, 0) 0%, #fff 100%);
    display: inline-block;
    content: '';
}

.cards-slider--video .cards-slider__container .single-card:first-child .text p {
    color: #000;
    padding: 15px 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-slides {
    width: 32px;
    height: 92px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: border 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
    transition: border 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
    -o-transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.btn-slides svg path {
    stroke: #00B9ED;
    -webkit-transition: border 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
    transition: border 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
    -o-transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
}

.btn-slides:hover {
    -webkit-transition: border 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
    transition: border 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
    -o-transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
}

.btn-slides:hover svg path {
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 185, 237, 0.65));
    filter: drop-shadow(1px 1px 4px rgba(0, 185, 237, 0.65));
    -webkit-transition: border 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
    transition: border 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
    -o-transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
}

.btn-slides--next svg {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.breadcrumbs-block {
    width: 100%;
    margin: 20px 0 10px;
}

.breadcrumbs-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumbs-list li {
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}

.breadcrumbs-list li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumbs-list li:last-child a::after {
    content: none;
}

.breadcrumbs-list li a {
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.breadcrumbs-list li a.active {
    color: #00B9ED;
    font-weight: bold;
}

.breadcrumbs-list li a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '-';
}

.forms_registration input {
    border-radius: 3px;
    border-color: #00B9ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.forms_registration input[type="submit"] {
    background: #00B9ED;
    border: 1px solid #00B9ED;
    border-radius: 3px;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.forms_registration input[type="submit"]:hover {
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
    color: #00B9ED;
    background: #fff;
}

.desktop-buttons {
    width: 100%;
    margin: 0 0 40px;
}

.desktop-buttons .container {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.desk-buttons__list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.desk-btn {
    width: calc((100% / 3) - (72px / 3));
    margin-right: 36px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    padding: 7px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.desk-btn:last-child {
    margin-right: 0;
}

.desk-btn:nth-child(1) {
    background: #00B9ED;
    border: 1px solid #00B9ED;
}

.desk-btn:nth-child(1):hover {
    background: #fff;
    color: #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.desk-btn:nth-child(2) {
    background: #2F6AB2;
    border: 1px solid #2F6AB2;
}

.desk-btn:nth-child(2):hover {
    background: #fff;
    color: #2F6AB2;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.desk-btn:nth-child(3) {
    background: #762F88;
    border: 1px solid #762F88;
}

.desk-btn:nth-child(3):hover {
    background: #fff;
    color: #762F88;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.desk-socials {
    width: 100%;
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.desk-soc {
    width: 32px;
    height: 32px;
    margin-right: 31px;
    border-radius: 3px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.desk-soc:last-child {
    margin-right: 0;
}

.desk-soc img {
    width: 100%;
    height: 100%;
}

.desk-soc:hover {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.25);
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.service-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 10px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.service-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.cards-section {
    width: 100%;
}

.news-inner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.news-inner__block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.news__other {
    width: 286px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 36px;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.news__other > .btn {
    width: 100%;
}

.container_result_desc .linck {
    color: #00B9ED;
}

.news-inner__main {
    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.news-inner__main .img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-inner__main .img img, .news-inner__main .img iframe {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.news-inner__main .img iframe {
    width: 100% !important;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.news-inner__main h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: #000000;
    margin-bottom: 25px;
}

.news-inner__main .tag {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 23px;
    background: #E31C0A;
}

.news-inner__main .text {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.news-inner__main .text .desc_text {
    padding: 0 !important;
}

.news-inner__main .text iframe {
    margin: 20px 0;
}

.news-inner__main .text p {
    width: 100%;
}

.news-inner__main .text iframe {
    max-width: 100% !important;
    height: 340px !important;
}

.news-inner__main .text *:not(.btn) {
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
}

.news-inner__main .text .btn {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.news__other-cont {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.news__other-cont .single-card {
    width: 100%;
    margin-bottom: 36px;
}

.news__other-cont .single-card:last-child {
    margin-bottom: 0;
}

.news__other-cont .single-card .img {
    height: 142px;
}

.aside-form-wrap.formClose .fast-order-btn, .aside-form-wrap .fast-order-btn {
    background: #00B9ED;
}

.aside-form-content, .aside-form-inner {
    border-radius: 3px;
}

.aside-form-subtitle {
    color: #00B9ED;
    font-weight: 500;
}

.aside-form-wrap .form_input input, .aside-form-wrap .form_input textarea {
    border-color: #00B9ED;
    border-radius: 3px;
}

.aside-form-wrap input[type="submit"] {
    border: 1px solid #00B9ED;
    background: #00B9ED;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.aside-form-wrap input[type="submit"]:hover {
    background: #fff;
    color: #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.price-slider {
    width: 100%;
    margin-bottom: 30px;
    display: none;
}

.price-slider__container {
    width: 100%;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    height: 470px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.price-slider__container .swiper-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.price-slide {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.price-slide img, .price-slide iframe, .price-slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.price-block {
    width: 100%;
    margin-bottom: 30px;
}

.price-block__container {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.price-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: #000000;
    margin-bottom: 30px;
}

.price-block__content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.price-side {
    margin-top: 28px;
    width: 286px;
    margin-left: 36px;
}

.price-side .container_prise {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 0;
    position: relative;
    min-height: 0;
    height: auto;
    padding: 20px 18px 40px;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 12px 1px rgba(0, 185, 237, 0.25);
    box-shadow: 3px 3px 12px 1px rgba(0, 185, 237, 0.25);
    -webkit-transition: max-height 0.9s ease;
    -o-transition: max-height 0.9s ease;
    transition: max-height 0.9s ease;
    max-height: 1900px;
    overflow: visible;
}

.price-side .container_prise .filter-side-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(31.56%, #FFFFFF), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(bottom, #FFFFFF 31.56%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(0deg, #FFFFFF 31.56%, rgba(255, 255, 255, 0.3) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
}

.price-side .container_prise .filter-side-btn img {
    width: 36px;
    height: 22px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.price-side .container_prise.hidden-bar {
    max-height: 373px;
    overflow: hidden;
    -webkit-transition: max-height 0.9s ease;
    -o-transition: max-height 0.9s ease;
    transition: max-height 0.9s ease;
    padding-bottom: 20px;
}

.price-side .container_prise.hidden-bar .filter-side-btn {
    height: 72px;
}

.price-side .container_prise.hidden-bar .filter-side-btn img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.price-side .container_prise .sidebar {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.price-side .container_prise .top_sidebar {
    padding: 0 0 17px 0;
    margin: 0 0 17px 0;
    display: block;
}

.price-side .container_prise .top_sidebar h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #000000;
}

.price-side .container_prise .sidebar .filters li.active:after {
    width: 6px;
    height: 6px;
    top: 7px;
    left: 3px;
    background: #00B9ED;
}

.price-side .container_prise .sidebar .filters li:before {
    width: 12px;
    height: 12px;
    top: 4px;
    -webkit-box-shadow: inset 0 0 0 1px #00B9ED;
    box-shadow: inset 0 0 0 1px #00B9ED;
}

.price-side .container_prise .sidebar .filters li {
    font-size: 13px;
    font-weight: 500;
    line-height: 160%;
    color: #000000;
    -webkit-transition: color 0.3s ease, font-weight 0.3s ease;
    -o-transition: color 0.3s ease, font-weight 0.3s ease;
    transition: color 0.3s ease, font-weight 0.3s ease;
    margin-bottom: 9px;
}

.price-side .container_prise .sidebar .filters li:last-child {
    margin-bottom: 0;
}

.price-side .container_prise .sidebar .filters li:hover, .price-side .container_prise .sidebar .filters li.active {
    color: #00B9ED;
    font-weight: 600;
    -webkit-transition: color 0.3s ease, font-weight 0.3s ease;
    -o-transition: color 0.3s ease, font-weight 0.3s ease;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.price-list__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(31.56%, #FFFFFF), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(bottom, #FFFFFF 31.56%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(0deg, #FFFFFF 31.56%, rgba(255, 255, 255, 0.3) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
}

.price-list__btn img {
    width: 36px;
    height: 22px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.price-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.price-list .um-price-wrap {
    padding-bottom: 0;
}

.price-list .block_prise {
    padding: 0 0 30px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0);
    position: relative;
}

.price-list .block_prise.hidden-btn {
    padding-bottom: 60px;
}

.price-list .block_prise.hidden-btn div .table_prise {
    max-height: 600px;
    overflow: hidden;
}

.price-list .block_prise.hidden-btn .price-list__btn {
    height: 72px;
}

.price-list .block_prise.hidden-btn .price-list__btn img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.price-list .block_prise div .table_prise {
    padding: 0 12px;
    width: calc(100% + 24px);
    margin: 0 -12px;
}

.price-list .table_prise {
    margin: 0;
}

.price-list .table_prise .hed_row .content_col {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.price-list .table_prise .hed_row {
    height: auto;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 11px;
    position: relative;
}

.price-list .table_prise .hed_row .content_col {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
}

.price-list .table_prise .check_block .content_col .square_check {
    /*width: 9px;*/
    /*height: 9px;*/
    background: rgba(0, 185, 237, 0.3);
    -webkit-box-shadow: none;
    box-shadow: none;
    /*margin-top: -5px;*/
    border-radius: 2px;
    left: 13px;
}

.price-list .table_prise .check_block.check_active .content_col .square_check.active:before {
    width: 2px;
    height: 4px;
    position: absolute;
    top: 65%;
    margin-top: -4px;
    right: 10px;
}

.price-list .table_prise .check_block.check_active .content_col .square_check.active:after {
    width: 2px;
    height: 9px;
    position: absolute;
    top: 32%;
    margin-top: -1px;
    right: 5px;
}

.price-list .table_prise .content_row .content_col {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    text-align: center;
    color: #000000;
    padding: 15px 3px;
}

.price-list .table_prise .content_row .content_col:last-child {
    padding-right: 15px;
}

.price-list .table_prise .check_block.check_active .content_col .square_check.active {
    background: #00B9ED;
}

.price-list .table_prise .content_col:hover .q-mark {
    color: #00B9ED;
    border-color: #00B9ED;
}

.price-list .table_prise .hed_row {
    border-bottom: none;
}

.price-list .content_col .popup-tip-wrap {
    width: 100%;
}

.price-list .content_col.showMeTip {
    position: static;
}

.price-list .table_prise .content_col:nth-child(2), .price-list .table_prise .content_col:nth-child(3), .price-list .table_prise .content_col:nth-child(4), .price-list .table_prise .content_col:nth-child(5) {
    width: 20%;
}

.price-list .table_prise .content_col:nth-child(1) {
    width: 40%;
    padding-left: 17px;
    padding-right: 10px;
    text-align: left;
}

.price-list .table_prise .content_row {
    margin-bottom: 8px;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 185, 237, 0.25);
    box-shadow: 1px 1px 8px rgba(0, 185, 237, 0.25);
    border-radius: 3px;
}

.price-list .table_prise .content_row:last-child {
    margin-bottom: 0;
}

.price-list .table_prise .content_row.check_active .content_col:nth-child(1) {
    color: #00B9ED;
}

.price-list .table_prise .hed_row .content_col:nth-child(2), .price-list .table_prise .content_row .content_col:nth-child(2) {
    display: none;
}

.price-list .q-mark {
    border-color: rgba(0, 0, 0, 0.25);
}

.content_col .popup-tip-wrap {
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 185, 237, 0.25) !important;
    box-shadow: 1px 1px 8px rgba(0, 185, 237, 0.25) !important;
}

.price-list .table_prise .check_block .content_col .square_check {
    /*left: 2px;*/
}

.popup-tip {
    padding: 6px;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 185, 237, 0.25) !important;
    box-shadow: 1px 1px 8px rgba(0, 185, 237, 0.25) !important;
    border-radius: 3px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
}

.form-prices {
    width: 100%;
    margin-top: 30px;
    background: #FDFDFD;
    -webkit-box-shadow: 3px 3px 12px 1px rgba(0, 185, 237, 0.25);
    box-shadow: 3px 3px 12px 1px rgba(0, 185, 237, 0.25);
    border-radius: 12px;
    padding: 20px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-prices .um-padding-container-left .um-price-result {
    padding: 0;
    margin: 0;
    width: 100%;
}

.form-price__result {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-price__result .namber_result {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.3);
    margin: 14px 0 17px;
    padding: 0;
}

.form-price__result form {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-price__result form .input {
    width: 100%;
}

.form-price__result form .input input {
    width: 100%;
    border: 0.5px solid #00B9ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px 11px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: black;
    margin-bottom: 14px;
}

.form-price__result form .input input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-price__result form .input input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-price__result form .input input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-price__result form .input input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-price__result form .input input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-price__result form input[type='submit'] {
    border: 1px solid #00B9ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px 11px;
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    background: #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.form-price__result form input[type='submit']:hover {
    background: #fff;
    color: #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.form-price__result .prise_result {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 125%;
    color: #000000;
    padding: 0 0 14px;
    border-bottom: 0.25px solid rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-price__result .prise_result span {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 125%;
    color: #000000;
    display: inline-block;
    margin-left: 4px;
}

.compare {
    width: 100%;
    margin-bottom: 42px;
}

.compare .dots {
    display: none;
}

.compare h2 {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: #000000;
    margin-bottom: 30px;
}

.compare .container {
    position: relative;
}

.compare .btn-slides {
    position: absolute;
    top: 56%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.compare .btn-slides--prev {
    right: calc(100% + 14px);
}

.compare .btn-slides--next {
    left: calc(100% + 14px);
}

.compare__container {
    width: calc(100% + 28px);
    padding: 14px;
    margin: -14px;
}

.compare-slide {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    overflow: hidden;
    /*height: 200px;*/
    height: 0;
    padding-top: 35%;
    position: relative;
}

.compare-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.company {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 36px;
}

.company__container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.company__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.company-side {
    width: 286px;
    margin-left: 36px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.company__news {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.company__news .single-card {
    width: 100%;
    margin-bottom: 30px;
}

.company__news .single-card .tag {
    background: #00B9ED;
}

.company__news .single-card .text .btn {
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}

.company__news .single-card:nth-child(1n) {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(227, 28, 10, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(227, 28, 10, 0.25);
}

.company__news .single-card:nth-child(1n) .btn {
    border-color: #E31C0A;
    background: #E31C0A;
}

.company__news .single-card:nth-child(1n) .btn:hover {
    background: #fff;
    color: #E31C0A;
}

.company__news .single-card:nth-child(1n):hover .btn {
    background: #fff;
    color: #E31C0A;
}

.company__news .single-card:nth-child(2n) {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(118, 47, 136, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(118, 47, 136, 0.25);
}

.company__news .single-card:nth-child(2n) .btn {
    border-color: #762F88;
    background: #762F88;
}

.company__news .single-card:nth-child(2n) .btn:hover {
    background: #fff;
    color: #762F88;
}

.company__news .single-card:nth-child(2n):hover .btn {
    background: #fff;
    color: #762F88;
}

.company__news .single-card:nth-child(3n) {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(132, 189, 0, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(132, 189, 0, 0.25);
}

.company__news .single-card:nth-child(3n) .btn {
    border-color: #84BD00;
    background: #84BD00;
}

.company__news .single-card:nth-child(3n) .btn:hover {
    background: #fff;
    color: #84BD00;
}

.company__news .single-card:nth-child(3n):hover .btn {
    background: #fff;
    color: #84BD00;
}

.company__news .single-card:nth-child(4n) {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(47, 106, 178, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(47, 106, 178, 0.25);
}

.company__news .single-card:nth-child(4n) .btn {
    border-color: #2F6AB2;
    background: #2F6AB2;
}

.company__news .single-card:nth-child(4n) .btn:hover {
    background: #fff;
    color: #2F6AB2;
}

.company__news .single-card:nth-child(4n):hover .btn {
    background: #fff;
    color: #2F6AB2;
}

.company__news .single-card:nth-child(5n) {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(237, 139, 0, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(237, 139, 0, 0.25);
}

.company__news .single-card:nth-child(5n) .btn {
    border-color: #ED8B00;
    background: #ED8B00;
}

.company__news .single-card:nth-child(5n) .btn:hover {
    background: #fff;
    color: #ED8B00;
}

.company__news .single-card:nth-child(5n):hover .btn {
    background: #fff;
    color: #ED8B00;
}

.company__news .single-card:nth-child(6n) {
    -webkit-box-shadow: 3px 3px 8px 1px rgba(0, 154, 68, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(0, 154, 68, 0.25);
}

.company__news .single-card:nth-child(6n) .btn {
    border-color: #009A44;
    background: #009A44;
}

.company__news .single-card:nth-child(6n) .btn:hover {
    background: #fff;
    color: #009A44;
}

.company__news .single-card:nth-child(6n):hover .btn {
    background: #fff;
    color: #009A44;
}

.company__news .single-card:last-child {
    margin-bottom: 0;
}

.company__text {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.company__text .img {
    width: 100%;
    height: 302px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.company__text .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.company-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.company-column {
    width: calc(50% - 30px);
    margin-right: 60px;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.company-column span {
    display: inline-block;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #000000;
}

.company-column p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
}

.company-column p + ol {
    margin-top: -30px;
}

.company-column p:last-child {
    margin-bottom: 0;
}

.company-column ol {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.company-column ol li {
    width: 100%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.company-column ol li::before {
    width: 4px;
    left: 2px;
    height: 1px;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    content: '';
    position: absolute;
    top: 9px;
}

.company-column ol:last-child {
    margin-bottom: 0;
}

.company-column ul {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.company-column ul:last-child {
    margin-bottom: 0;
}

.company-column ul li {
    width: 100%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.company-column ul li::before {
    position: absolute;
    left: 4px;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    content: '';
    top: 8px;
}

.company-column:last-child {
    margin-right: 0;
}

.non-visible {
    display: none;
}

.company__contacts {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.company__contacts-container {
    width: 100%;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.company-map {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.company-map #map-canvas.map_canvas {
    width: 100%;
    height: 100%;
}

.company__contacts {
    margin-bottom: 30px;
}

.company-time {
    width: 286px;
    margin-right: 36px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #00B9ED;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 21px 30px 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.company-time strong {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 20px;
}

.company-time span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 155%;
    color: #FFFFFF;
}

.company-time p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 155%;
    color: #FFFFFF;
}

.company-time a {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 155%;
    color: #FFFFFF;
    display: inline-block;
}

.company-time a.phone1 {
    margin-top: 20px;
}

.company-time a:hover {
    text-decoration: underline;
}

.service-page {
    width: 100%;
    margin-top: 30px;
}

.service-page ~ .cards-section {
    margin-top: 30px;
}

.service-page ~ .cards-section h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    text-align: center;
    color: #000000;
    width: 100%;
    margin-bottom: 15px;
}

.service-page__container {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.service-page__container h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    text-align: center;
    color: #000000;
    width: 100%;
    margin-bottom: 15px;
}

.service-page__head {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.service-page__head > .img {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.service-page__head > .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-page__cont {
    width: 286px;
    margin-left: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.service-page__cont.desk-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.service-page__cont.desk-only .dots {
    display: none;
}

.service-page__cont.mob-only {
    display: none;
}

.service-page__cont.mob-only .btn-slides {
    display: none;
}

.service-page__cont .btn-slides {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.service-page__cont .btn-slides--prev {
    right: 100%;
}

.service-page__cont .btn-slides--next {
    left: 100%;
}

.service-page__before {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.service-page__before .swiper-wrapper {
    height: 100%;
}

.service-page__before-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-page__before-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-page__text {

    text-align: center;
    width: 100%;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    margin-bottom: 20px;
    max-height: 140px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.service-page__text ol {
    list-style: decimal;

}

.service-page__text ol li {
    text-align: left;
}

.service-page__text.service-s-text-wrap {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding-top: 40px;
    overflow: hidden;
    max-height: 140px;
}

.service-page__text.visible {
    max-height: none;
}

.service-page__text.service-s-text-wrap.visible {
    max-height: none;
}

.service-page__text .open-ser-txt {
    /*display: none;*/
    position: absolute;
    align-items: center;
    bottom: 0;
    width: 100%;
    left: 0;
    justify-content: center;
    padding: 4px;
    gap: 4px;
    cursor: pointer;


}

@media screen and (max-width: 767px) {
    .service-page__text .open-ser-txt {
        display: flex;
    }

    .service-page__text {
        max-height: 160px;
        overflow: hidden;
    }

    .service-page__text.visible {
        max-height: none;
    }
}

.service-page__text.service-s-text-wrap .open-ser-txt {
    display: flex;
}

.service-page__text .open-ser-txt span {
    width: 4px;
    height: 4px;
    background: #00B9ED;
    border-radius: 50%;
    display: inline-block;
}

.service-page__text li, .service-page__text a {
    font-size: 12px;
    line-height: 1.6;
    font-weight: 500;
    text-align: justify !important;
}

.service-page__text ul {
    list-style: initial;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 20px;
}

.service-page__text li {
    margin-bottom: 10px;
}

.service-page__text li:last-child {
    margin-bottom: 0;
}

.service-page__text p, .service-page__text span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 6px;
    text-align: justify !important;
    /*display: flex;*/
    /*flex-direction: column;*/
}

.service-page__text p img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.service-page__text * {
    font-family: 'Montserrat', sans-serif !important;
}

.service-page__text p strong {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 10px;
}

.service-page__text.service-s-text-wrap strong {
    font-weight: 700;
}

.service-page__text p em {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
}

.service-page__adv {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.service-page__adv-list {
    width: 100%;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-page__adv-item {
    width: calc(100% / 4);
    padding: 16px 15px 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.service-page__adv-list.service-page__adv-list--five .service-page__adv-item {
    width: calc(100% / 5);
}

.service-page__adv-list.service-page__adv-list--five .service-page__adv-item span {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #7C7C7C;
    display: inline-block;
    margin-top: 6px;
}

.service-page__adv-item .img {
    width: 73px;
    height: 73px;
    margin-bottom: 10px;
}

.service-page__adv-item .img img {
    width: 100%;
    height: 100%;
}

.service-page__adv-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    color: #000000;
}

.service-page__adv-item small {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135%;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 5px;
}

.service-page__price .price-list .block_prise.hidden-btn div .table_prise {
    max-height: 329px;
}

.service-page__price {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.service-page__price > h2 {
    text-align: left;
}

.service-page__price-cont {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.service-page__price-cont .price-side .form-prices {
    margin-top: 0;
    position: static;
}

.service-page__delivery {
    width: 100%;
    margin-top: 30px;
}

.service-page__delivery-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.service-page__delivery-content > .img {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(31, 193, 241, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(31, 193, 241, 0.25);
    border-radius: 12px;
}

.service-page__delivery-content > .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-deliv {
    width: 286px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 36px;
}

.service-deliv .styled-form {
    width: 100%;
    background: #FDFDFD;
    -webkit-box-shadow: 3px 3px 12px 1px rgba(66, 109, 169, 0.25);
    box-shadow: 3px 3px 12px 1px rgba(66, 109, 169, 0.25);
    border-radius: 12px;
    padding: 18px 18px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-deliv .styled-form .form-title {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 0.25px solid rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 18px;
    margin-top: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.service-deliv .styled-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .service-deliv .styled-form .select-btn {
    border: 0.5px solid #00B9ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px 11px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
}

.service-deliv .styled-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, .service-deliv .styled-form .select-btn::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.service-deliv .styled-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder, .service-deliv .styled-form .select-btn::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.service-deliv .styled-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, .service-deliv .styled-form .select-btn:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.service-deliv .styled-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder, .service-deliv .styled-form .select-btn::-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.service-deliv .styled-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder, .service-deliv .styled-form .select-btn::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.service-deliv .styled-form input[type="submit"] {
    background: #00B9ED;
    border-radius: 3px;
    border: 1px solid #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}

.service-deliv .styled-form input[type="submit"]:hover {
    color: #00B9ED;
    background: #fff;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.receptions {
    width: 100%;
    margin-top: 30px;
}

.receptions__container {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.receptions__head {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.receptions-select {
    width: 286px;
    margin-right: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.receptions-select > p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 16px;
    margin-bottom: 8px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.reception__sel {
    width: 100%;
    position: relative;
}

.reception__sel > span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 6px 40px 6px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    border: 0.5px solid #00B9ED;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 185, 237, 0.25);
    box-shadow: 1px 1px 7px 1px rgba(0, 185, 237, 0.25);
    border-radius: 3px;
    height: 32px;
    position: relative;
}

.reception__sel > span::after {
    width: 9px;
    height: 7px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url("../img/arr-tb.svg") no-repeat center/100%;
}

.reception__sel ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    border: 0.5px solid #00B9ED;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 185, 237, 0.25);
    box-shadow: 1px 1px 7px 1px rgba(0, 185, 237, 0.25);
    border-radius: 3px;
    background: #fff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.reception__sel ul li {
    width: 100%;
}

.reception__sel ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 6px 40px 6px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.reception__sel ul li a:hover, .reception__sel ul li a.active {
    background: rgba(0, 185, 237, 0.3);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.reception__sel ul li:last-child a {
    border-bottom: none;
}

.reception__sel.open > span::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.reception__sel.open ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.single-card .custom {
    width: 100%;
    margin-top: auto;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.single-card .line {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto;
}

.single-card .line a, .single-card .line div {
    width: calc(50% - 6px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 2px;
}

.single-card .line a {
    background: rgba(66, 109, 169, 0.7);
    border-radius: 3px;
    margin-right: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.single-card .line div.btn {
    width: calc(50% - 6px);
    position: static;
    margin: 0;
    text-decoration: none;
}

.single-card .work {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.single-card .work br {
    display: none;
}

.single-card .work span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 125%;
    color: #000000;
}

.overlay {
    top: 0;
}

.overlay .center {
    border: 1px solid #00B9ED;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.25), -3px -3px 8px 1px rgba(0, 185, 237, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.25), -3px -3px 8px 1px rgba(0, 185, 237, 0.25);
}

.map-recep {
    width: 100%;
    margin-bottom: 30px;
}

.map-recep__cont {
    width: 100%;
    height: 390px;
}

.map-recep__cont #store_map {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.company-text__column {
    width: 100%;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 8%;
    -moz-column-gap: 8%;
    column-gap: 8%;
}

.company-text__column.company-text__column--single {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}

.company-text__column p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 12px;
}

.company-text__column p:empty {
    margin-bottom: 0;
    line-height: 0;
    font-size: 0;
}

.company-text__column p:first-child strong {
    margin-top: 0;
}

.company-text__column strong {
    font-weight: 600;
    line-height: 1.25;
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-top: 18px;
}

.company-text__column span {
    font-weight: 400;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.company-text__column span strong {
    font-weight: 700;
    margin: 0 5px 0 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.company-text__column ul {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 18px;
}

.company-text__column ul li {
    width: 100%;
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 4px;
}

.company-text__column ul li::before {
    width: 3px;
    height: 3px;
    display: inline-block;
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}

.fran-form {
    width: 100%;
    margin-top: 30px;
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 12px 1px rgba(31, 193, 241, 0.25);
    box-shadow: 3px 3px 12px 1px rgba(31, 193, 241, 0.25);
}

.fran-form .container_feedback {
    padding: 0;
    margin: 0;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fran-form .title {
    width: calc(100% - 36px);
    margin-left: 18px;
    margin-right: 18px;
    padding: 13px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;
    border-bottom: 0.25px solid rgba(0, 0, 0, 0.25);
}

.fran-form .container_form {
    width: 100%;
    padding: 20px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fran-form .container_form input, .fran-form .container_form textarea {
    outline: none;
    color: inherit;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-family: inherit;
    resize: none;
    line-height: normal;
    text-indent: 0;
    padding: 6px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fran-form .container_form input::-webkit-input-placeholder, .fran-form .container_form textarea::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.fran-form .container_form input::-moz-placeholder, .fran-form .container_form textarea::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.fran-form .container_form input:-ms-input-placeholder, .fran-form .container_form textarea:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.fran-form .container_form input::-ms-input-placeholder, .fran-form .container_form textarea::-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.fran-form .container_form input::placeholder, .fran-form .container_form textarea::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
}

.fran-form .container_form .input {
    width: 100%;
    margin: 0;
    margin-bottom: 18px;
}

.fran-form .container_form .input input {
    width: 100%;
    border: 0.5px solid #00B9ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 3px 11px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: black;
    height: 30px;
}

.fran-form .container_form .btn {
    background: #00B9ED;
    border: 1px solid #00B9ED;
    color: #fff;
    height: 32px;
    text-transform: lowercase;
    font-size: 12px;
}

.fran-form .container_form .btn:hover {
    background: #fff;
    color: #00B9ED;
}

.fran-form .container_form textarea {
    margin-bottom: 18px;
    width: 100%;
    border: 0.5px solid #00B9ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: black;
}

.tag.tag--blue {
    background: #00B9ED;
    color: #fff;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.service-slider {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    height: 320px;
    border-radius: 12px;
}

.service-slider.unhide {
    overflow: visible;
    position: static;

}

.service-slider-wrapper {
    width: auto;
    display: block;
    flex-grow: 1;
    max-width: calc(100% - 258px);
    margin-left: -32px;
    margin-right: -32px;
    overflow: hidden;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    margin-bottom: -30px;
    padding-bottom: 30px;
}

.service-slider-wrapper .service-slider::before, .service-slider-wrapper .service-slider::after {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 32px;
    display: inline-block;
    content: '';
    z-index: 2;

}

.service-slider-wrapper .service-slider {
    height: 324px;
}

.service-slider-wrapper .service-slider::before {
    left: 0;
}

.service-slider-wrapper .service-slider::after {
    right: 0;
}

.service-slider-wrapper .service-slider {
    width: 100%;
    flex-grow: 0;
}

.service-slider-wrapper .btn-slides {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
}

.service-slider-wrapper .btn-slides.btn-slides--prev {
    left: 0;
}

.service-slider-wrapper .btn-slides.btn-slides--next {
    right: 0;
}

.service-slider-wrapper .dots {
    display: flex;
    position: absolute;
}
.service-slider-wrapper .dots .single-dot {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    margin-right: 5px;
}
.service-slider-wrapper ~ .service-page__cont .dots {
    display: flex;
    position: absolute;
    top: 100%;
}
.service-slider-wrapper ~ .service-page__cont .dots .single-dot {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    margin-right: 5px;
}
.service-slider .swiper-slider {
    height: 100%;
}

.service-slider .img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.service-slider .img img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-page__cont .fran-form .container_form .input {
    margin-bottom: 14px;
}

.service-page__cont .fran-form {
    margin-top: 0;
}

.service-page__cont .fran-form .container_feedback textarea {
    min-height: 62px;
}

.service-page__corp-list {
    width: 100%;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    padding-bottom: 30px;
}

.corp-list__link {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(118, 47, 136, 0.25);
    box-shadow: 3px 3px 8px 1px rgba(118, 47, 136, 0.25);
    border-radius: 12px;
    width: calc((100% / 3) - (72px / 3));
    padding: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.corp-list__link .img {
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 222px;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.corp-list__link .img img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.corp-list__link .text {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.corp-list__link .text p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #000;
    margin-bottom: 12px;
}

.corp-list__link .text .btn {
    margin-left: auto;
    margin-top: auto;
}

.corporative-circles-section.service-page__adv {
    padding: 0;
}

.corporative-circles-section.service-page__adv .long-line-wrap {
    position: absolute;
    top: 50%;
    left: -36px;
    right: -36px;
}

.corporative-circles-section.service-page__adv .circles-cont {
    width: 100%;
    row-gap: 50px;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
}

.corporative-circles-section.service-page__adv .circles-cont .col-33 {
    width: calc((100% / 3) - (72px / 3));
    padding: 18px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.corporative-circles-section.service-page__adv .circles-cont .col-33 .col-circle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    z-index: -1;
}

.corporative-circles-section.service-page__adv .circles-cont .col-33 .c-text-cont {
    height: auto;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.corporative-circles-section.service-page__adv .circles-cont .col-33 .c-text {
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135%;
}

.corporative-circles-section.service-page__adv .circles-cont .col-33 .c-text small {
    font-size: 12px;
    line-height: 135%;
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    width: 100%;
    text-align: center;
}

.call-form {
    margin-top: 40px;
    width: 100%;
}

.call-form .fran-form {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
}

.call-form .fran-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
}

.call-form .fran-form form .input, .call-form .fran-form form .btn {
    margin-bottom: 0;
    width: calc((100% / 3) - (72px / 3));
}

.call-form .fran-form form .input input, .call-form .fran-form form .btn input {
    margin-bottom: 0;
}

.corp-adv__list {
    width: 100%;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.cord-adv__single {
    width: calc(100% / 5);
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cord-adv__single .img {
    width: 73px;
    height: 73px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cord-adv__single .img img {
    width: 100%;
    height: 100%;
}

.cord-adv__single p {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 135%;
    color: #000;
    margin-top: 10px;
}

.corp-our-adv {
    margin-top: 40px;
    margin-bottom: 40px;
}

.partners-sec {
    width: 100%;
    margin-bottom: 40px;
}

.partn-list {
    width: 100%;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.partn-list .img {
    width: calc((100% / 8) - (210px / 8));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partn-list .img img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.partn-list .img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.aside-form-inner {
    height: auto;
}

.desk-buttons__list .desk-socials {
    width: calc((100% / 3) - (72px / 3));
    margin-top: 0;
    margin-right: 36px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.call-back-frm {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}

.call-back-frm.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.call-back-frm .fran-form {
    width: 100%;
    max-width: 286px;
    margin-top: 0;
}

.service-page__container--cour .service-page__delivery {
    margin-top: 0;
    margin-bottom: 30px;
}

.service-page__container--cour .service-page__head {
    display: none;
}

.marginet-top {
    margin-top: 30px;
}

.single-card .bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px;
}

.single-card .bottom small, .single-card .bottom p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 5px;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0 !important;
}

.card-obt-cont .single-card {
    width: 100%;
    height: 100%;
    min-height: 409px;
}

.card-obt__text {
    width: 100%;
    margin-top: 30px;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card-obt__text .desc_text {
    padding: 0 !important;
}

.card-obt__text * {
    font-style: normal;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 160% !important;
    color: #000000 !important;
    font-family: "Montserrat", sans-serif !important;
}

.card-obt__text p:empty {
    display: none;
}

.clients-all_list {
    width: 100%;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
}

.single-client-block {
    width: calc((100% / 10) - (225px / 10));
    padding-top: calc((100% / 10) - (225px / 10));
    position: relative;
    text-decoration: none;
}

.single-client-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.single-client-block:hover img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.textual-block {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.textual-block .container div div {
    width: 100%;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    margin-bottom: 30px;
    -webkit-column-gap: 3.8%;
    -moz-column-gap: 3.8%;
    column-gap: 3.8%;
}

.textual-block .container ol {
    list-style: initial;
    list-style-type: decimal;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.textual-block .container ol li {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: #000000;
    margin-bottom: 25px;
}

.textual-block .container p, .textual-block .container ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
}

.textual-block .container h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}

.textual-block .container h1::after {
    width: 70px;
    height: 2px;
    border-radius: 2px;
    background: #00B9ED;
    display: inline-block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.for-feed-back {
    width: 100%;
    margin: 40px 0;
}

.for-feed-back h2 {
    font-size: 26px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.for-feed-back p {
    margin-bottom: 20px;
}

.for-feed-back p:last-child {
    margin-bottom: 0;
}

.for-feed-back p, .for-feed-back li {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.for-feed-back ul {
    list-style: initial;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.for-feed-back li {
    margin-bottom: 10px;
}

.for-feed-back li:last-child {
    margin-bottom: 0;
}

.form-call-back {
    max-width: 360px;
    margin: 20px auto 0;
}

.search-page {
    margin: 40px 0;
    width: 100%;
}

.search__cont {
    width: 100%;
    margin: 20px 0;
}

.no-results {
    width: 100%;
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.no-results div {
    color: #00B9ED;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.no-results a {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 15px;
}

section.not_page {
    padding: 0;
}

.textual-block .container div div.description {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}

.textual-block .container article {
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.textual-block .not_page .button_banner {
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    display: inline-block;
    text-align: center;
    text-transform: lowercase;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background: #00B9ED;
    border: 1px solid #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    padding: 8px 14px;
    font-size: 14px;
}

.textual-block .not_page .button_banner::first-letter {
    text-transform: uppercase;
}

.textual-block .not_page .button_banner:hover {
    background: #fff;
    color: #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.12);
    box-shadow: 3px 3px 8px 1px rgba(0, 185, 237, 0.12);
}

.service-page.service-call-cour {
    margin-bottom: 30px;
}

.service-page.service-call-cour .fran-form {
    margin-bottom: 30px;
}

.fran-form .styled-form .container_fran, .popup .styled-form .container_fran {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fran-form .styled-form .checkbox_block, .popup .styled-form .checkbox_block {
    position: relative;
}

.fran-form .styled-form .form_row, .popup .styled-form .form_row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.fran-form .styled-form .form_row > .form_input, .popup .styled-form .form_row > .form_input {
    width: 50%;
}

.fran-form .styled-form .form_row > .date_col, .popup .styled-form .form_row > .date_col {
    width: 50%;
}

.fran-form .styled-form .form_row:last-child, .popup .styled-form .form_row:last-child {
    margin-bottom: 0;
}

.fran-form .styled-form .form_row input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .fran-form .styled-form .form_row .select-btn, .popup .styled-form .form_row input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .popup .styled-form .form_row .select-btn {
    width: 100%;
    border: 0.5px solid #00B9ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px 11px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: black;
}

.fran-form .styled-form .checkmark::before, .popup .styled-form .checkmark::before {
    content: none;
}

.fran-form .styled-form .date_col, .popup .styled-form .date_col {
    width: 100%;
}

.fran-form .styled-form .checkbox_block, .popup .styled-form .checkbox_block {
    margin-top: 6px;
}

.fran-form .styled-form .checkbox_block input[type="checkbox"]:checked ~ .checkmark, .popup .styled-form .checkbox_block input[type="checkbox"]:checked ~ .checkmark {
    background: #fff;
}

.fran-form .styled-form .checkmark, .popup .styled-form .checkmark {
    border: 1px solid #00B9ED;
    border-radius: 2px;
    background: #00B9ED;
}

.fran-form .styled-form .checkmark::after, .popup .styled-form .checkmark::after {
    border-bottom: 1px solid #00B9ED;
    border-left: 1px solid #00B9ED;
}

.fran-form .styled-form .form_label, .popup .styled-form .form_label {
    width: 50%;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fran-form .styled-form .form_label .blue_label, .fran-form .styled-form .form_label .green_label, .popup .styled-form .form_label .blue_label, .popup .styled-form .form_label .green_label {
    background: #00B9ED;
}

.fran-form .styled-form .form_input, .popup .styled-form .form_input {
    width: 100%;
}

.showPopup {
    cursor: pointer;
}

.popup .um-styled-form .form_row {
    width: 100%;
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.popup .um-styled-form .form_row .form_label {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .um-styled-form .form_row .form_label .blue_label, .popup .um-styled-form .form_row .form_label .green_label {
    background: #00B9ED;
}

.popup .um-styled-form .form_row > .form_input {
    width: 100%;
}

.popup .um-styled-form .form_row > .date_col {
    width: 100%;
}

.popup .um-styled-form .form_row:last-child {
    margin-bottom: 0;
}

.popup .um-styled-form .form_row input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .popup .um-styled-form .form_row .select-btn, .popup .um-styled-form .form_row textarea {
    width: 100%;
    border: 0.5px solid #00B9ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: black;
}

.popup .um-styled-form .form_row textarea {
    height: 60px;
}

.callback-popup.dostavkaPopup .title {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 0.25px solid rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 18px;
    margin-top: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.cards-slider--video .cards-slider__container .single-card:not(:first-child) .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cards-slider--video .cards-slider__container .single-card:not(:first-child) .img img {
    height: 140%;
}

.service-deliv .styled-form {
    height: 100%;
}

.company-map.company-map__form {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}

.company-map.company-map__form .fran-form {
    height: 100%;
    margin: 0;
}

.company-map.company-map__form .fran-form .container_form textarea {
    min-height: 81px;
}

.company-map.company-map__form .fran-form .container_form input[type="submit"] {
    margin-left: calc(50% + 9px);
    width: calc(50% - 9px);
}

.company-map.company-map__form .fran-form .container_form .double-input {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company-map.company-map__form .fran-form .container_form .double-input .input {
    width: calc(50% - 9px);
}

@media screen and (min-width: 813px) {
    .company__text .img {
        height: 320px;
    }

    .service-page__head > .img {
        height: 320px;
    }

    .company__news .single-card {
        min-height: 145px;
    }

    .company__news .single-card .text p {
        font-size: 16px;
    }

    .news-inner__main .img {
        height: 320px;
    }

    .news-inner__main .img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .news__other-cont .single-card {
        min-height: 320px;
    }

    .promot .news-inner__main .img {
        height: 320px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .promot .news-inner__main .img img {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 1070px) {
    .cards-slider .btn-slides {
        position: absolute;
        top: calc(50% - 10px);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        border: 1px solid #00B9ED;
        z-index: 2;
    }

    .cards-slider .btn-slides--prev {
        right: 100%;
    }

    .cards-slider .btn-slides--next {
        left: 100%;
    }

    .cards-slider--video .btn-slides {
        position: absolute;
        top: calc(50% - 10px);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        border: 1px solid #00B9ED;
        z-index: 2;
    }

    .cards-slider--video .btn-slides--prev {
        right: 100%;
    }

    .cards-slider--video .btn-slides--next {
        left: 100%;
    }

    .cards-section.js-section .btn-slides--prev {
        right: 100%;
        z-index: 2;
    }

    .cards-section.js-section .btn-slides--next {
        left: 100%;
        z-index: 2;
    }
}

@media screen and (max-width: 1023px) {
    .service-slider-wrapper {
        max-width: calc(100% + 64px);
    }

    .call-form .fran-form form {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .call-form .fran-form form .input, .call-form .fran-form form .btn {
        width: calc((100% / 3) - (40px / 3));
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 .c-text-cont {
        padding: 0 12px;
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 {
        padding: 18px 12px;
    }

    .service-page {
        overflow: hidden;
    }

    .col-circle .line.vertical.left-line {
        right: calc(100% + 27px);
        top: -57px;
    }

    @-webkit-keyframes growth-long-reverse {
        0% {
            width: 0;
        }
        100% {
            width: calc(100% - 50px);
        }
    }
    @keyframes growth-long-reverse {
        0% {
            width: 0;
        }
        100% {
            width: calc(100% - 50px);
        }
    }
    .col-circle .line.short.left-line + .line {
        left: 24vw;
    }

    .col-circle .line.short.left-line {
        left: -30px;
    }

    .col-circle .line.long {
        width: calc(100% - 50px);
        right: 25px;
    }

    @-webkit-keyframes growth-height {
        0% {
            height: 0;
            opacity: 1;
        }
        100% {
            height: 50px;
            opacity: 1;
        }
    }
    @-webkit-keyframes growth-height-down {
        0% {
            height: 0;
            opacity: 1;
        }
        100% {
            height: 56px;
            opacity: 1;
        }
    }
    @keyframes growth-height-down {
        0% {
            height: 0;
            opacity: 1;
        }
        100% {
            height: 56px;
            opacity: 1;
        }
    }
    @keyframes growth-height {
        0% {
            height: 0;
            opacity: 1;
        }
        100% {
            height: 50px;
            opacity: 1;
        }
    }
    .col-circle .line.vertical {
        left: calc(100% + 31px);
    }

    @-webkit-keyframes growth {
        0% {
            width: 0;
            opacity: 1;
        }
        100% {
            width: 38px;
            opacity: 1;
        }
    }
    @keyframes growth {
        0% {
            width: 0;
            opacity: 1;
        }
        100% {
            width: 38px;
            opacity: 1;
        }
    }
    .corporative-circles-section.service-page__adv .circles-cont .col-33 {
        width: calc((100% / 3) - (40px / 3));
    }

    .corporative-circles-section.service-page__adv .circles-cont {
        row-gap: 30px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    @-webkit-keyframes growth-small {
        0% {
            width: 0;
            opacity: 1;
        }
        100% {
            width: 30px;
            opacity: 1;
        }
    }
    @keyframes growth-small {
        0% {
            width: 0;
            opacity: 1;
        }
        100% {
            width: 30px;
            opacity: 1;
        }
    }
    .corporative-circles-section.service-page__adv {
        width: calc(100% - 10px);
        margin-left: auto;
        margin-right: auto;
    }

    .corp-list__link .text p {
        font-size: 14px;
        line-height: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .corp-list__link .img {
        height: 160px;
    }

    .service-page__head > .img {
        height: 300px;
    }

    .service-page__cont {
        height: 300px;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .service-page__cont.desk-only {
        display: none;
    }

    .service-page__cont.mob-only {
        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: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .service-page__before-slide {
        border-radius: 8px;
    }

    .news__other-cont .single-card .img {
        height: 128px;
    }

    .news__other {
        margin-left: 12px;
        width: 230px;
    }

    .news__other-cont .single-card {
        margin-bottom: 12px;
    }

    .cards-section.js-section .btn-slides--prev {
        right: auto;
        left: 0;
    }

    .cards-section.js-section .btn-slides--next {
        left: auto;
        right: 0;
    }

    .cards-slider .btn-slides--prev, .cards-slider--video .btn-slides--prev {
        right: auto;
        left: 0;
    }

    .cards-slider .btn-slides--next, .cards-slider--video .btn-slides--next {
        left: auto;
        right: 0;
    }

    .single-achiv .img {
        width: 70px;
        height: 70px;
        margin-right: 8px;
    }

    .single-achiv .text span {
        font-size: 32px;
        line-height: 1.25;
    }

    .single-achiv .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .header-burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 20px;
    }

    .header-top__socials {
        margin-left: 3px;
    }

    .header-top__socials .ht-soc--vb, .header-top__socials .ht-soc--ms {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header-top__socials .ht-soc--yt, .header-top__socials .ht-soc--fb{
        display: none;
    }

  .header-top__phones {
        display: none;
    }

    .mobile-phone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-phone a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 24px;
        height: 24px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: url("../img/ph-ic-1.svg") no-repeat center/16px;
    }

    .header-top__lang {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .mobile-phone {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-top__socials {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .header-top__container {
        padding: 15px 0;
    }

    .header-top__btns {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        margin-left: 12px;
    }

    .header-burger {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .btn-cour, .btn-cab {
        padding-left: 7px;
        padding-right: 7px;
    }

    .header.sticked {
        -webkit-transform: translate(0, -73px);
        -ms-transform: translate(0, -73px);
        transform: translate(0, -73px);
    }

    .header-bottom {
        display: none;
    }

    .header {
        border-bottom: 0.5px solid #C8C8C8;
    }

    .header-top__container {
        border-bottom: none;
    }

    .header-top {
        position: relative;
        z-index: 2;
    }

    .header-mobile__menu {
        z-index: -1;
        -webkit-box-shadow: -3px 6px 6px 3px rgba(18, 18, 18, 0.16);
        box-shadow: -3px 6px 6px 3px rgba(18, 18, 18, 0.16);
        background: #fff;
        padding: 22px 20px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        overflow-y: auto;
        top: 100%;
        width: 450px;
        height: auto;
        right: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
        -o-transition: opacity 0.4s ease, visibility 0.4s ease;
        transition: opacity 0.4s ease, visibility 0.4s ease;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header-mobile__menu .header-top__phones {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header-mobile__menu .header-top__socials {
        margin-left: 0;
    }

    .header-mobile__menu .header-top__socials .ht-soc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header-mobile__menu ul {
        width: 100%;
        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: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .header-mobile__menu ul li {
        width: 100%;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header-mobile__menu ul li a {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 150%;
        color: #000000;
        text-decoration: none;
        text-transform: lowercase;
        display: inline-block;
    }

    .header-mobile__menu ul li a::first-letter {
        text-transform: uppercase;
    }

    .header-mobile__menu ul li a:hover, .header-mobile__menu ul li a.active {
        color: #00B9ED;
        font-weight: bold;
    }

    .header-mobile__menu ul li:last-child {
        margin-bottom: 0;
    }

    .header.menu .header-mobile__menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .search-mobile-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .search-cont .search-field {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        margin-right: 10px;
    }

    .search-cont .searchsubmit {
        padding: 6px 15px;
        max-width: 120px;
    }
}

@media screen and (max-width: 992px) {
    .service-slider-wrapper {
        overflow: visible;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 7px;
    }

    .service-slider-wrapper .service-slider::before, .service-slider-wrapper .service-slider::after {
        content: none;
    }

    .service-slider-wrapper .btn-slides {
        display: none;
    }

    .desk-soc {
        width: 27px;
        height: 27px;
        margin-right: 25px;
    }

    .single-client-block {
        width: calc((100% / 8) - (175px / 8));
        padding-top: calc((100% / 8) - (175px / 8));
    }

    .desk-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .desk-buttons__list .desk-socials {
        margin-right: 10px;
        width: calc((100% / 3) - (20px / 3));
    }

    .desk-buttons__list .desk-socials .desk-soc {
        margin-right: 10px;
    }

    .desk-buttons__list .desk-socials .desk-soc:last-child {
        margin-right: 0;
    }

    .footer__container .footer-logo {
        margin-right: 10%;
    }

    .footer-menu {
        margin-right: 10%;
    }

    .desktop-buttons {
        margin-bottom: 20px;
    }

    .desk-btn {
        margin-right: 10px;
        width: calc((100% / 3) - (20px / 3));
        padding: 7px;
        font-size: 9px;
        line-height: 125%;
    }

    .desk-socials {
        margin-top: 7px;
    }
}

@media screen and (max-width: 970px) {
    .cards-slider--video .cards-slider__container .single-card:first-child .text p, .cards-slider--video .cards-slider__container .single-card:nth-child(3) .text p {
        padding: 0;
    }

    .cards-slider--video .cards-slider__container .single-card {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 812px) {
    .service-page__text li, .service-page__text a {
        font-size: 10px;
        line-height: 1.2;
    }
    .service-page__text p, .service-page__text span {
        font-size: 10px;
        line-height: 1.2;
    }

    .service-page__text p img {
        width: 100% !important;
        height: auto !important;
    }

    .service-page__text.visible {
        max-height: none;
        overflow: initial;
        columns: initial;
    }

    .service-page__text.visible ul {
        padding-left: 12px;
    }

    .service-page__text.visible ul li, .service-page__text.visible ul a {
        font-size: 10px;
    }

    .service-page__text.visible ul li {
        margin-bottom: 4px;
    }

    .textual-block .container div div {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .single-client-block {
        width: calc((100% / 6) - (125px / 6));
        padding-top: calc((100% / 6) - (125px / 6));
    }

    .single-card .bottom small, .single-card .bottom p {
        font-size: 8px !important;
    }

    .card-obt-cont .single-card {
        min-height: 315px;
    }

    .receptions-select {
        width: calc(50% - 18px);
    }

    .receptions-select:last-child {
        margin-right: 0;
    }

    .card-obt__text {
        margin-top: 15px;
    }

    .card-obt__text * {
        font-size: 10px !important;
        line-height: 1.35 !important;
    }

    .service-page__text {
        margin-bottom: 24px;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .service-page__text p, .service-page__text strong, .service-page__text em {
        font-size: 10px;
        display: block;
    }

    .service-page__text p strong, .service-page__text p em, .service-page__text strong strong, .service-page__text strong em, .service-page__text em strong, .service-page__text em em {
        font-size: 10px;
    }

    .service-page__head > .img {
        height: 260px;
    }

    .company-side {
        margin-left: 20px;
    }

    .company__news .single-card {
        margin-bottom: 20px;
    }

    .company__news .single-card:last-child {
        margin-bottom: 0;
    }

    .company-column {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .company-column:last-child {
        margin-right: 0;
    }

    .company-column span {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .company-column p {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .company-column p + ol {
        margin-top: -20px;
    }

    .company-column ul, .company-column ol {
        margin-bottom: 20px;
    }

    .company-column ul li, .company-column ol li {
        font-size: 10px;
    }

    .cards-slider--video .cards-slider__container .single-card {
        height: 260px;
    }

    .compare {
        margin-bottom: 20px;
    }

    .compare .dots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .compare .dots .single-dot {
        margin: 0;
        flex-shrink: 0;
    }

    .mob-only-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .cards-section__container .dots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .cards-slider .dots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .cards-slider--video .dots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .content_col .popup-tip-wrap {
        left: auto;
        width: 250px;
    }

    .content_col .popup-tip-wrap .popup-tip {
        font-size: 8px;
        line-height: 10px;
    }

    .compare h2 {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .price-title {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .price-side .container_prise .top_sidebar {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .price-side .container_prise .top_sidebar h1 {
        font-size: 14px;
    }

    .price-list .table_prise .hed_row .content_col {
        font-size: 8px;
    }

    .price-list .table_prise .content_row .content_col {
        font-size: 10px;
    }

    .compare-slide {
        /*height: 210px;*/
        padding-top: 25%;
    }

    .form-price__result .prise_result {
        font-size: 14px;
    }

    .form-price__result .prise_result span {
        font-size: 14px;
    }

    .btn-slides {
        display: none !important;
    }

    .cards-slider__container {
        height: 698px;
    }

    .mobile-buttons {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }

    .mobile-buttons ul {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-buttons ul li {
        width: calc((100% / 3) - (20px / 3));
        margin-right: 10px;
    }

    .mobile-buttons ul li a {
        text-decoration: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 7px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-style: normal;
        font-weight: bold;
        font-size: 9px;
        line-height: 125%;
        text-transform: uppercase;
        color: #FFFFFF;
        border-radius: 3px;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
        -webkit-transition: border 0.3s ease, background-color 0.3s ease;
        -o-transition: border 0.3s ease, background-color 0.3s ease;
        transition: border 0.3s ease, background-color 0.3s ease;
    }

    .mobile-buttons ul li:nth-child(1) a {
        background: #00B9ED;
        border: 1px solid #00B9ED;
    }

    .mobile-buttons ul li:nth-child(1) a:hover {
        background: #fff;
        color: #00B9ED;
        -webkit-transition: border 0.3s ease, background-color 0.3s ease;
        -o-transition: border 0.3s ease, background-color 0.3s ease;
        transition: border 0.3s ease, background-color 0.3s ease;
    }

    .mobile-buttons ul li:nth-child(2) a {
        background: #2F6AB2;
        border: 1px solid #2F6AB2;
    }

    .mobile-buttons ul li:nth-child(2) a:hover {
        background: #fff;
        color: #2F6AB2;
        -webkit-transition: border 0.3s ease, background-color 0.3s ease;
        -o-transition: border 0.3s ease, background-color 0.3s ease;
        transition: border 0.3s ease, background-color 0.3s ease;
    }

    .mobile-buttons ul li:nth-child(3) a {
        background: #762F88;
        border: 1px solid #762F88;
    }

    .mobile-buttons ul li:nth-child(3) a:hover {
        background: #fff;
        color: #762F88;
        -webkit-transition: border 0.3s ease, background-color 0.3s ease;
        -o-transition: border 0.3s ease, background-color 0.3s ease;
        transition: border 0.3s ease, background-color 0.3s ease;
    }

    .mobile-buttons ul li:last-child {
        margin-right: 0;
    }

    .footer__container .footer-logo {
        width: 150px;
    }

    .seo-block {
        margin: 12px 0 30px;
    }

    .footer-menu ul li {
        margin-bottom: 4px;
    }

    .footer-menu ul li a {
        font-size: 10px;
    }

    .footer__socials {
        margin-bottom: 10px;
    }

    .footer__address p {
        font-size: 10px;
    }

    .footer__contacts a {
        font-size: 10px;
    }

    .seo-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .cards-list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .cards-list .single-card {
        width: calc((100% / 3) - (40px / 3));
    }

    .cards-list.cards-list--double .single-card {
        width: calc((100% / 2) - 10px);
    }

    .single-card .img {
        height: 200px;
    }

    .single-card .text {
        padding: 8px 10px;
    }

    .single-card .text p {
        font-size: 12px;
        line-height: 1.25;
        margin-bottom: 6px;
    }

    .single-card .tag {
        font-size: 6px;
        margin-bottom: 8px;
    }

    .achiv {
        margin: 10px 0;
    }

    .banner-slide:nth-child(2n) p {
        margin-top: 42px;
    }

    .sliders-banners__container {
        height: 390px;
    }

    .banner-slide p {
        font-size: 12px;
        line-height: 1.25;
    }

    main {
        margin-top: 20px;
    }

    .spec-services {
        margin-bottom: 20px;
    }

    .spec-services__single {
        padding: 10px 10px 10px 0;
    }

    .spec-services__single .img {
        width: 55px;
        height: 55px;
        margin-right: 5px;
    }

    .spec-services__single p {
        font-size: 10px;
    }

    .header-top__menu {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header-top__container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header-top__container .logo {
        width: 214px !important;
        margin: 30px 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-burger {
        z-index: 2;
    }

    .header.sticked {
        -webkit-transform: translate(0, -55px);
        -ms-transform: translate(0, -55px);
        transform: translate(0, -55px);
    }

    .cards-list.cards-list--double .single-card .img {
        width: 130px;
    }

    .fran-form .container_form .btn {
        font-size: 12px;
    }

    .service-page__cont.desk-only {
        display: none;
    }

    .cord-adv__single {
        padding: 8px 11px;
    }

    .cord-adv__single p {
        font-size: 12px;
        line-height: 1.25;
    }
}


.additive-text-price {
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.additive-text-price p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #7C7C7C;
    margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
    .service-page__adv-list.service-page__adv-list--five .service-page__adv-item span {
        font-size: 7px;
        line-height: 1.1;
    }

    .news-inner__main .text iframe {
        height: 250px !important;
    }

    .no-results div {
        font-size: 24px;
    }

    .for-feed-back {
        margin: 20px 0;
    }

    .textual-block .container p, .textual-block .container ul li {
        font-size: 10px;
    }

    .textual-block .container ol li {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .marginet-top {
        margin-top: 20px;
    }

    .service-page__delivery-content.service-page__delivery-content--wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-page__delivery-content.service-page__delivery-content--wrap .service-slider {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-page__container--cour .service-page__head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .partn-list {
        row-gap: 20px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .partn-list .img {
        width: calc((100% / 8) - (140px / 8));
    }

    .corp-list__link .text p {
        font-size: 12px;
        line-height: 15px;
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 {
        padding: 18px 20px;
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 .c-text-cont {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -16px;
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 .c-text {
        font-size: 10px;
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 .c-text-cont {
        padding: 0;
        max-width: none;
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 .c-text small {
        font-size: 10px;
    }

    .corp-list__link {
        padding: 9px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: calc((100% / 3) - (20px / 3));
    }

    .service-page__corp-list {
        gap: 10px;
    }

    .corp-list__link .img {
        height: 130px;
        margin-bottom: 7px;
    }

    .company-text__column {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .company-text__column p {
        font-size: 10px;
    }

    .company-text__column strong {
        font-size: 12px;
        margin-top: 14px;
    }

    .company-text__column span {
        font-size: 10px;
    }

    .company-text__column span strong {
        font-size: 10px;
    }

    .company-text__column ul li {
        font-size: 10px;
        padding-left: 10px;
    }

    .company-text__column ul li::before {
        top: 6px;
        left: 4px;
    }

    .service-page__text {
        max-height: 180px;
        padding-bottom: 16px;
        overflow: hidden;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .service-page__text .open-ser-txt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4px;
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

    .service-page__text .open-ser-txt span {
        background: #00B9ED;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        margin-right: 3px;
    }

    .service-page__text .open-ser-txt span:last-child {
        margin-right: 0;
    }

    .service-page__text.visible {
        max-height: none;
    }

    .service-page__price .price-list .block_prise.hidden-btn div .table_prise {
        max-height: 260px;
    }

    .service-page__delivery-content > .img {
        display: none;
    }

    .service-deliv {
        margin-left: 0;
        width: 100%;
    }

    .service-deliv .styled-form .form-title {
        font-size: 14px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .service-page__price {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .service-page__price-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .service-page__price-cont .price-list {
        width: 100%;
    }

    .service-page__price-cont .price-side {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }

    .service-page__price > h2 {
        text-align: center;
    }

    .service-page__adv-item {
        padding: 3px 15px 6px;
    }

    .service-page__adv-item .img {
        width: 50px;
        height: 50px;
        margin-bottom: 9px;
    }

    .service-page__adv-item p {
        font-size: 13px;
        font-weight: 600;
    }

    .service-page__adv-item small {
        font-size: 13px;
        margin-top: 0;
    }

    .service-page__container h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news-inner__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news-inner {
        margin: 20px 0 25px;
    }

    .news-inner__main {
        width: 100%;
        margin-bottom: 25px;
    }

    .news__other {
        width: 100%;
        margin-left: 0;
    }

    .news__other > .btn {
        width: auto;
        margin-top: 20px;
    }

    .news__other-cont {
        width: calc(100% + 24px);
        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-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-x: auto;
        padding: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: -12px;
    }

    .news__other-cont .single-card {
        margin-bottom: 0;
        margin-right: 10px;
        width: calc((100% / 3) - (20px / 3));
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .news__other-cont .single-card .img {
        height: 145px;
    }

    .news__other-cont .single-card .img {
        position: relative;
        padding-top: 52%;
        height: 0 !important;

    }

    .news__other-cont .single-card .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .news__other-cont .single-card:last-child {
        margin-right: 0;
    }

    .news-inner__main h1 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .news-inner__main .text *:not(.btn) {
        font-size: 10px !important;
    }

    .news-inner__main .tag {
        margin-bottom: 20px;
    }

    .news-inner__main .img {
        margin-bottom: 20px;
    }

    .news-inner__main .text .btn {
        width: 80%;
    }

    .all-cards {
        margin-bottom: 25px;
    }

    .cards-section__container .main-title {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .cards-list + .btn {
        margin-top: 6px;
    }

    .btn.btn--big {
        padding: 6px 20px;
    }

    .main-title, .textual-block .container h1 {
        font-size: 14px;
        line-height: 1.2;
        padding-bottom: 12px;
        text-align: center;
    }

    .main-title::after, .textual-block .container h1::after {
        width: 50px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .textual-block .container h1 {
        margin-bottom: 15px;
    }

    .sliders-banners__container {
        height: 310px;
    }

    .banner-slide p {
        font-size: 10px;
        line-height: 1.25;
    }

    .header-top__lang a:nth-child(2) {
        margin-left: 3px;
        padding-left: 3px;
    }

    .header-top__menu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-top__lang {
        margin: 0 auto 0 0;
    }

    .header-top__socials {
        margin-right: 12px;
    }

    .mobile-phone {
        margin-left: 12px;
    }

    .header-top__btns {
        margin-left: auto;
    }
}

@media screen and (max-width: 680px) {
    .clients-all_list {
        gap: 20px;
        margin-bottom: 20px;
    }

    .single-client-block {
        width: calc((100% / 5) - (80px / 5));
        padding-top: calc((100% / 5) - (80px / 5));
    }

    .partn-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .partn-list .img {
        width: calc((100% / 6) - (100px / 6));
    }

    .company__contacts {
        margin-bottom: 30px;
    }

    .company-map {
        width: calc(50% - 5px);
    }

    .company-time {
        margin-right: 10px;
        width: calc(50% - 5px);
        padding: 12px 14px 16px 19px;
    }

    .company-time strong {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .company-time span, .company-time p, .company-time a {
        font-size: 10px;
    }

    .company-side {
        margin-bottom: 10px;
    }

    .company__news {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .company__news .single-card {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .company__news .single-card:last-child {
        margin-bottom: 10px;
    }

    .company__news .single-card:nth-child(even) {
        margin-right: 0;
    }

    .company__text .img {
        display: none;
    }

    .non-visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }

    .non-visible.img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        overflow: hidden;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .non-visible.img img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .company {
        margin-top: 18px;
    }

    .company__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .company-side {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .company__content {
        width: 100%;
    }

    .seo-text * {
        font-size: 10px;
        line-height: 13px;
    }

    .seo-text p {
        margin-bottom: 8px;
    }

    .seo-text ul {
        margin: 8px 0;
    }

    .seo-text ul li {
        margin-bottom: 8px;
    }

    .seo-text {
        max-height: 145px;
    }

    .seo-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .sliders-banners__container {
        height: 310px;
    }
}

@media screen and (max-width: 620px) {
    .single-card .work {
        font-size: 10px;
    }

    .single-card .work span {
        font-size: 10px;
    }

    .single-card .line a {
        font-size: 10px;
        width: 100%;
        margin-right: 0;
    }

    .receptions__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .map-recep__cont {
        height: 330px;
    }

    .receptions-select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .receptions-select:last-child {
        margin-bottom: 0;
    }

    .price-list .table_prise .content_row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .form-prices {
        margin-top: 0;
    }

    .price-list .table_prise .content_col:nth-child(1) {
        padding-left: 10px;
        padding-right: 4px;
        width: 35%;
    }

    .price-list .table_prise .content_col:nth-child(2), .price-list .table_prise .content_col:nth-child(3), .price-list .table_prise .content_col:nth-child(4), .price-list .table_prise .content_col:nth-child(5) {
        width: calc(65% / 3);
    }

    .table_prise .content_row {
        padding: 0;
    }

    .q-mark {
        width: 9px;
        height: 9px;
        line-height: 9px;
        font-size: 6px;
    }

    .price-block__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        padding-bottom: 254px;
    }
    .price-block__container .price-block__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .price-block__content .form-prices {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .price-title {
        margin-bottom: 8px;
    }

    .price-side .container_prise.hidden-bar {
        max-height: 210px;
    }

    .price-side {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .price-list {
        width: 100%;
    }

    .price-list .block_prise.hidden-btn div .table_prise {
        max-height: 250px;
    }

    .cards-section.js-section .cards-list {
        padding: 10px;
        margin: -10px;
        width: calc(100% + 20px);
    }

    .cards-section {
        margin-bottom: 25px;
    }

    .service-subtitle {
        margin-bottom: 16px;
    }

    .breadcrumbs-block {
        margin-bottom: 5px;
    }

    .breadcrumbs-list {
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .breadcrumbs-list li {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .breadcrumbs-list li a {
        white-space: nowrap;
    }

    .cards-slider__container {
        width: calc(100% + 20px);
        padding: 10px;
        margin: 0 -10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 665px;
    }

    .cards-slider__container .single-card {
        height: calc((100% - 10px) / 2);
    }
}

@media screen and (max-width: 600px) {
    .service-page__adv-list.service-page__adv-list--five .service-page__adv-item {
        width: 50%;
        flex-grow: 1;
    }

    .price-list .table_prise .check_block .content_col .square_check {
        left: 0;
    }

    .table_prise .hed_row.check_block .content_col .square_check {
        top: 7px;
    }

    .desk-buttons__list .desk-socials {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cour-non {
        /*display: none !important;*/
    }

    /*.desk-buttons__list .desk-btn:nth-child(2):not(.desk-socials) {*/
    /*    display: none;*/
    /*}*/
    .desk-buttons__list:not(.dsk-btn-trio) .desk-btn:nth-child(2):not(.desk-socials) {
        display: none;
    }

    .desk-buttons__list.dsk-btn-trio .desk-btn:nth-child(1):not(.desk-socials) {
        display: none;
    }

    .desk-buttons__list .desk-btn.cour-non:nth-child(1) {
        width: calc(50% - 5px);
        margin-right: 0;
    }

    .desk-buttons__list .desk-btn:last-child {
        /*width: 100%;*/
    }

    .desk-buttons__list .desk-socials ~ .desk-btn {
        width: calc(50% - 5px);
    }

    .desk-buttons__list {
        gap: 10px;
    }

    .desk-buttons__list .desk-btn {
        margin: 0 !important;
    }

    .desktop-buttons .desk-btn {
        height: 25px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .desktop-buttons .desk-btn:nth-child(even) {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .fran-form .styled-form .form_row > .date_col {
        width: 100%;
    }

    .fran-form .styled-form .container_fran {
        padding: 20px 12px;
    }

    .fran-form .styled-form .form_label {
        font-size: 10px;
        line-height: 1.2;
    }

    .styled-form .select-row label {
        font-size: 12px;
    }

    .fran-form .styled-form .form_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .fran-form .styled-form .form_row .form_label {
        width: 100% !important;
        margin-bottom: 6px;
    }

    .fran-form .styled-form .form_row .form_input {
        width: 100% !important;
    }

    .search__cont .price-list .table_prise .check_block .content_col .square_check {
        top: 50%;
    }

    .form-call-back {
        max-width: 100%;
    }

    .textual-block .container div div {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .textual-block .container div div p + p {
        margin-top: 15px;
    }

    .clients-all_list {
        gap: 20px;
        margin-bottom: 20px;
    }

    .single-client-block {
        width: calc((100% / 4) - (60px / 4));
        padding-top: calc((100% / 4) - (60px / 4));
    }

    .service-page {
        margin-top: 20px;
    }

    .service-page__adv-list.service-page__adv-list .service-page__adv-item {
        padding: 3px 6px 6px;
        width: 50%;
    }

    .table_prise .check_block .content_col .square_check {
        top: 22px;
    }

    .desk-buttons__list .desk-socials {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
        width: 100%;
    }
    .btn-cour, .search-cont .searchsubmit {
        font-size: 13px;
    }
    .header-mobile__menu ul li a {
        font-size: 14px;
    }
    .header-top__phones a {
        font-size: 14px;
    }
    .desk-buttons__list .desk-socials + .desk-btn {
        margin-bottom: 10px;
    }

    .corp-adv__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cord-adv__single {
        width: calc(100% / 3);
    }

    .cord-adv__single:nth-child(1) {
        margin-left: 20px;
    }

    .cord-adv__single:nth-child(2) {
        margin-right: 20px;
    }

    .corp-our-adv {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .call-form .fran-form {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 5px;
        padding-right: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .fran-form .container_form {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .call-form .fran-form form .input, .call-form .fran-form form .btn {
        width: 100%;
    }

    .call-form .fran-form form {
        row-gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .service-page__corp-list {
        padding-bottom: 20px;
    }

    .call-form {
        margin-top: 20px;
    }

    .service-slider {
        height: 220px;
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 {
        padding: 16px 20px;
    }

    .corporative-circles-section.service-page__adv .circles-cont {
        width: calc(100% + 28px);
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 14px;
        padding-right: 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: none;
        background: url("../img/corp-sec-bg-mob.svg") no-repeat center;
        background-size: 100% calc(100% - 80px);
    }

    .col-circle .line {
        display: none;
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 {
        width: calc((100% / 2) - 10px);
    }

    .corporative-circles-section.service-page__adv {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .corp-list__link .img {
        padding: 0;
        height: 110px;
    }

    .service-page__head > .img {
        height: 200px;
    }

    .service-page__head {
        margin-bottom: 20px;
    }

    .cards-slider--video .cards-slider__container .single-card {
        height: 200px;
    }

    .compare-slide {
        /*height: 160px;*/
    }

    .price-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .price-slider__container {
        height: 170px;
    }

    .news__other-cont .single-card {
        width: calc((100% / 2) - 5px);
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .news__other > .btn {
        width: 100%;
        margin-top: 15px;
    }

    .desk-buttons__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .desk-btn {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .desk-btn:nth-child(even) {
        margin-right: 0;
    }

    .desk-btn:last-child {
        margin-bottom: 0;
    }

    .desk-soc {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .desk-soc:last-child {
        margin-right: 0;
    }

    .cards-slider__container {
        height: 520px;
    }

    .btn {
        font-size: 10px;
        padding: 3px;
        line-height: 125%;
    }

    .footer__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 20px 10px;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer .footer-logo {
        padding-bottom: 50px;
    }

    .footer__socials .ht-soc {
        width: 27px;
        height: 23px;
    }

    .footer__side {
        width: 100%;
        padding: 0 20px;
        border-top: 0.5px solid #C8C8C8;
    }

    .footer__socials {
        position: absolute;
        top: 117px;
        left: 20px;
    }

    .footer .footer-logo {
        margin-right: calc(50% - 150px);
    }

    .footer-menu {
        width: 50%;
        margin-right: 0;
    }

    .footer__address p {
        line-height: 150%;
    }

    .footer__contacts {
        padding: 10px 0 0;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__address {
        width: 50%;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .cards-list.cards-list--double .single-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: calc((100% / 2) - 6px);
    }

    .cards-list.cards-list--double .single-card .img {
        width: 100%;
        height: 120px;
    }

    .single-card .img {
        height: 145px;
    }

    .achiv-list {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .cards-list {
        width: calc(100% + 24px);
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        overflow-x: auto;
        padding: 12px;
        margin: 0px;
    }

    .cards-list .single-card {
        width: calc(50% - 6px);
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .single-achiv {
        width: calc((100% / 3) - (20px / 3));
    }

    .single-achiv .img {
        width: 40px;
        height: 40px;
        margin-right: 2px;
    }

    .single-achiv .text span {
        font-size: 18px;
        line-height: 1.25;
    }

    .single-achiv .text p {
        font-size: 8px;
        line-height: 10px;
    }

    .mobile-slider-banners {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .slider-banners {
        display: none;
    }

    /*.mobile-slider-banners {*/
    /*    display: none;*/
    /*}*/
    /*.slider-banners .slides-wrap {*/
    /*    gap: 10px;*/
    /*}*/
    /*.slider-banners .banner-slide {*/
    /*    border-radius: 6px;*/
    /*}*/
    /*.slider-banners .banner-slide .img {*/
    /*    border-radius: 6px;*/
    /*}*/
    /*.slider-banners*/
    /*.sliders-banners__container {*/
    /*    height: 194px;*/
    /*}*/
    .sliders-banners__container {
        height: 150px;
        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;
    }

    .sliders-banners__container .swiper-wrapper {
        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;
    }

    .banner-slide {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        width: 100%;
    }

    .banner-slide:nth-child(1n) p {
        margin: 0 0 17px 0;
    }

    .banner-slide:nth-child(2n) p {
        margin: 0 0 17px 0;
    }

    .banner-slide:nth-child(3n) p {
        margin: 0 0 17px 0;
    }

    .banner-slide:nth-child(4n) p {
        margin: 0 0 17px 0;
    }

    .header.menu {
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }

    .header-mobile__menu {
        left: 0;
        width: auto;
        height: calc(100vh - 146px);
    }

}

@media screen and (max-width: 540px) {
    .company__contacts-container.company__contacts-container--lined .company-time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .company__contacts-container.company__contacts-container--lined .company-time strong {
        display: inline-block;
        width: 100%;
    }

    .company__contacts-container.company__contacts-container--lined .company-time span {
        display: inline-block;
        margin-right: 5px;
    }

    .company__contacts-container.company__contacts-container--lined .company-time p {
        min-width: 53%;
    }

    .company__contacts-container.company__contacts-container--lined .company-time a {
        width: 100%;
        display: inline-block;
    }

    .company-map.company-map__form .fran-form .container_form .double-input {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .company-map.company-map__form .fran-form .container_form input[type="submit"] {
        width: 100%;
        margin-left: 0;
    }

    .company-map.company-map__form .fran-form .container_form .double-input .input {
        width: 100%;
    }

    .service-page__text.visible {
        margin-bottom: 14px;
    }

    .company__contacts-container.company__contacts-container--lined {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .company__contacts-container.company__contacts-container--lined .company-time {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .company__contacts-container.company__contacts-container--lined .company-map {
        width: 100%;
        height: auto;
    }

    .card-obt-cont .single-card {
        min-height: 239px;
    }

    .cord-adv__single p {
        margin-top: 3px;
        font-size: 8px;
    }

    .partn-list .img {
        width: calc((100% / 4) - (60px / 4));
    }

    .spec-services__single {
        padding: 10px 0 10px 0;
    }

    .spec-services__single .img {
        width: 40px;
        height: 40px;
        margin-right: 4px;
    }

    .spec-services__single p {
        font-size: 8px;
    }
}

@media screen and (max-width: 525px) {
    .service-slider-wrapper .service-slider {
        height: 162px;
    }

    .compare-slide {
        padding-top: 52%;
    }

    .corp-list__link {
        width: calc(50% - 5px);
    }

    .service-slider {
        height: 162px;
    }

    .service-page__text {
        max-height: 96px;
    }

    .service-page__cont {
        height: 200px;
    }

    .service-page__head > .img {
        height: 162px;
    }

    .cards-slider--video .cards-slider__container .swiper-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .cards-slider--video .cards-slider__container .swiper-wrapper .single-card {
        margin-right: 0;
        margin-bottom: 0;
        width: calc(50% - 5px);
    }

    .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:nth-child(even) {
        margin-right: 0;
    }

    .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:nth-child(7n - 1), .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:first-child {
        width: 100%;
        margin-right: 0;
    }

    .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:nth-child(7n - 1) .img, .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:first-child .img {
        height: 100%;
    }

    .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:nth-child(7n - 1) .text, .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:first-child .text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0);
        color: #000;
        z-index: 2;
        padding: 6px 10px;
    }

    .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:nth-child(7n - 1) .text::before, .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:first-child .text::before {
        height: 120px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 70%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
        display: inline-block;
        content: '';
    }

    .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:nth-child(7n - 1) .text p, .cards-slider--video .cards-slider__container .swiper-wrapper .single-card:first-child .text p {
        color: #000;
        padding: 9px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 413px) {
    .company__news.company__news--menu .single-card {
        min-height: 68px;
    }

    .sliders-banners__container {
        height: 150px;
    }

    .btn-cour, .btn-cab {
        padding-left: 5px;
        padding-right: 5px;
    }

    .btn-cab {
        font-size: 11px;
    }

    .ht-soc--ms {
        margin-right: 0 !important;
    }

    .header-top__socials {
        margin-right: 8px;
    }
    .header-top__btns {
        gap: 5px;
    }
    .header-top__btns a {

    }

    .header-top__btns a:last-child {
        margin-right: 0;
    }

    .mobile-phone a {
        width: 22px;
        height: 22px;
    }

    .ht-soc--vb, .ht-soc--ms {
        width: 22px;
    }
}

@media screen and (max-width: 374px) {
    .global-wrap {
        padding-top: 110px;
    }

    .footer__side {
        margin-top: 10px;
    }

    .single-achiv .img {
        width: 35px;
        height: 35px;
        margin-right: 2px;
    }

    .single-achiv .text span {
        font-size: 15px;
        line-height: 1.25;
    }

    .single-achiv .text p {
        font-size: 8px;
        line-height: 10px;
    }

    .spec-services__single {
        padding: 5px 0;
        width: 50%;
    }

    .spec-services__single .img {
        width: 44px;
        height: 44px;
        margin-right: 5px;
    }

    .spec-services__single p {
        font-size: 10px;
    }

    .container {
        padding: 0 15px;
    }

    .header.sticked {
        -webkit-transform: translate(0, -47px);
        -ms-transform: translate(0, -47px);
        transform: translate(0, -47px);
    }

    .header-mobile__menu {
        left: 0;
        width: auto;
        height: calc(100vh - 108px);
    }

    .header-top__container .logo {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .header-top__container {
        padding: 10px 0;
    }

    .header-top__btns a {
        margin-right: 3px;
    }

    .header-top__btns a:last-child {
        margin-right: 0;
    }

    .btn-cour, .btn-cab {
        padding: 5px 2px;
        font-size: 9px;
    }

    .header-top__socials {
        margin-right: 6px;
    }

    .btn-cab {
        font-size: 10px;
    }

    .mobile-phone a {
        width: 19px;
        height: 19px;
    }

    .ht-soc--vb, .ht-soc--ms {
        width: 19px;
    }

    .header-top__lang a {
        font-size: 10px;
    }

    .header-top__container .logo {
        width: 180px !important;
    }

    .footer__socials {
        top: 95px;
    }

    .footer__container {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer__contacts {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }

    .footer .footer-logo {
        width: 120px;
        margin-right: calc(50% - 120px);
    }

    .compare-slide {
        height: 190px;
    }
}

@media screen and (max-width: 358px) {
    .clients-all_list {
        gap: 20px;
        margin-bottom: 20px;
    }

    .single-client-block {
        width: calc((100% / 3) - (40px / 3));
        padding-top: calc((100% / 3) - (40px / 3));
    }

    .card-obt-cont .single-card {
        min-height: 247px;
    }

    .cord-adv__single .img {
        width: 52px;
        height: 52px;
    }

    .cord-adv__single {
        padding: 6px 3px;
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 .c-text {
        font-size: 8px;
    }

    .corporative-circles-section.service-page__adv .circles-cont .col-33 .c-text small {
        font-size: 8px;
    }
}

.news-inner__main.stati-main .text p, .news-inner__main.stati-main .text ul li {
    margin-bottom: 12px;
}

.news-inner__main.stati-main .text ul {
    list-style: initial;
    margin: 12px 0;

}

.news-inner__main.stati-main .text h2 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 3px;
    margin-top: 6px;
}

.news-inner__main.stati-main .text p strong {
    font-weight: 600 !important;
}

.news-inner__main.stati-main .text p + ul {
    margin-top: 0;
}

.news-inner__main.stati-main .text ul + p {

}

.uborka-before {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

}

.uborka-before .img {
    position: relative;
}

.uborka-before .img p {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    background: #00B9ED;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    z-index: 2;
    display: inline-block;
    width: auto;
    min-width: 120px;
    text-align: center;
}

.cards-slider .dots {
    flex-wrap: wrap;
    row-gap: 5px;
}

/*@media screen and (min-width: 601px) {*/
/*    .content-1 .single-card .img img {*/
/*        object-fit: contain;*/
/*    }*/
/*}*/

.service-page__container.service-page__container--bonus .service-page__text h2 {
    text-align: left;
}

.service-page__container.service-page__container--bonus .styled-form {
    display: flex;
    flex-direction: column;
}

.service-page__container.service-page__container--bonus .styled-form form {
    flex-grow: 1;
    display: flex;
}

.service-page__container.service-page__container--bonus .styled-form .styled-form-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-page__container.service-page__container--bonus .styled-form .styled-form-inner .submit-row {
    margin-top: auto;
}

@media screen and (max-width: 767px) {
    .service-page__container.service-page__container--bonus .service-page__head {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .service-page__container.service-page__container--bonus .service-page__head .img {
        margin-bottom: 20px;
        width: 100%;
    }
}


.modal-bonus {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(14, 93, 115, 0.3);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    direction: ltr !important;
    display: none;
}

.modal-bonus.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-bonus__cont {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 11px;
    padding: 30px;
    direction: ltr !important;
}

.modal-bonus__cont * {
    direction: ltr !important;
}

.bonus-contact__modal {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bonus-contact__modal .img {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    background: #EDFAF2;
    padding: 22px;
}

.bonus-contact__modal .img::after {
    width: 17px;
    height: 12px;
    display: inline-block;
    content: '';
    background: url("../img/galochka.svg") no-repeat center/100%;
}

.bonus-contact__modal .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bonus-contact__modal .text span {
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}

.bonus-contact__modal .text p {
    text-align: center;
    max-width: 253px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 5px;
}

.bonus-contact__modal .close-mdl {
    cursor: pointer;
    margin-top: 25px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    background: #00B9ED;
    border-radius: 2px;
    padding: 7px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #00B9ED;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.bonus-contact__modal .close-mdl:hover {
    color: #00B9ED;
    background: #fff;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.bonus-contact__modal.again .img {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #FAF2ED;
}

.bonus-contact__modal.again .img::after {
    width: 24px;
    height: 4px;
    background: url("../img/smile.svg") no-repeat center/100%;
}



.faq {
    width: 100%;
    padding: 50px 0 70px
}

.faq .container h2 {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

.faq-cont {
    width: 100%;
    margin-top: 16px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    row-gap: 36px;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq-single {
    -webkit-box-shadow: 4px 4px 15px rgba(125, 227, 255, .45);
    box-shadow: 4px 4px 15px rgba(125, 227, 255, .45);
    border-radius: 11px;
    padding: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    width: calc((100% / 3) - (72px / 3));
    min-height: 130px;
}

.faq-head {
    width: 100%;
    position: relative;
    cursor: pointer;
    padding-right: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.faq-head::after {
    width: 24px;
    height: 24px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../img/fq-plus.png) no-repeat center/100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.faq-head span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #000
}

.faq-content {
    width: 100%;
    display: none
}

.faq-content .text {
    padding-top: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.faq-content .text  {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #000
}

.faq-head.open ~ .faq-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faq-head.open::after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media screen and (max-width: 1025px) {
    .faq-single {
        margin-bottom: 20px
    }

    .faq-cont {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px
    }
}
.btn-cab.desk-only {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-cab.mob-only {
    display: none;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 950px) {
    .faq-single {
        min-height: 130px;
    }
    .faq-head span {
        font-size: 13px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 800px) {
    .faq-single {
        width: calc(50% - 18px);
    }
}
@media screen and (max-width: 600px) {
    .header-top__lang {
        margin-right: 0;
    }
    .global-wrap {
        padding-top: 150px;
    }
    .btn-cab.desk-only {
        display: none;
        align-items: center;
        justify-content: center;
    }
    .btn-cab.mob-only {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        width: 32px;
        height: 32px;
    }
    .btn-cab.mob-only img {
        width: 12px;
        height: auto;
    }
    .faq-single {
        margin-bottom: 0;
        width: 100%;
    }

    .faq-cont {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px
    }
    .faq {
        padding: 20px 0 30px;
    }
    .header-top__menu {
        padding-left: 0;
    }
    .spec-services__single {
        width: 50%;
    }
    .spec-services__single p {
        font-size: 13px;
        line-height: 1.25;
    }
    .spec-services__single .img {
        width: 58px;
        height: 56px;
    }
    .spec-services__single .img img {
        object-fit: contain;
    }
    .mobile-buttons ul li a {
        font-size: 12px;
        line-height: 1.25;
        border-radius: 2px;
        padding: 7px 11px;
    }
    .single-achiv {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .single-achiv .text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .single-achiv .text span {
        text-align: center;
    }
    .single-achiv .text p {
        font-size: 13px;
        text-align: center;
    }
    .single-achiv .img {
        width: 58px;
        margin-right: 0;
        margin-bottom: 4px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .single-card .line {
        flex-wrap: wrap;
    }
    .single-card .line a + .btn {
        margin-top: 5px;
        width: 100%;
    }
    .single-achiv .img img {
        object-fit: contain;
    }
    .news__other > .btn {
        width: calc(50% - 5px) !important;
        padding: 4px 7px !important;
        font-size: 9px !important;
        line-height: 1 !important;
        margin-left: auto;
        margin-right: auto;
        height: 25px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
    }
    .header-top__btns a {
        height: 34px;
    }
    .btn-cab.mob-only {
        height: 34px;
        width: 34px;
    }
    .single-card .tag {
        font-size: 10px;
    }
    .service-page__text p, .service-page__text strong, .service-page__text em {
        font-size: 12px;
    }
    .single-achiv .text p {
        line-height: 1.1;
    }
    .single-achiv .text span {
    }
    .price-list .table_prise .content_row .content_col {
        font-size: 13px;
    }
    .service-page__text p strong, .service-page__text p em, .service-page__text strong strong, .service-page__text strong em, .service-page__text em strong, .service-page__text em em {
        font-size: 12px;
    }
    .company-column p {
        font-size: 12px;
    }
    .company-time span, .company-time p, .company-time a {
        font-size: 12px;
    }
    .footer__address p {
        
    }
}

.new-form {
    width: 300px;
}

.new-form > img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.new-form .form-price__result form input {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.new-form .form-price__result form .checkbox-row-inner .text {
    text-align: left;
}

.new-form .form-price__result form input {
    border: 0.5px solid #9fd1f6;
}
.new-form .form-price__result form input[type='submit'] {
    border: 1px solid #9fd1f6;
    background: #9fd1f6;
}
.new-form  .form-price__result form input[type='submit']:hover {
    color: #9fd1f6;
    border-color: #9fd1f6;
    background: #fff;
}

.popup-e-subscribe {
    background: #fff;
}


.lnk-purple {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #762F88;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #762F88;
}
.lnk-purple:hover {
    background: rgba(255, 255, 255, 0);
    color: #762F88;
}

.lnk-blue {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #00B9ED;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #00B9ED;
}
.lnk-blue:hover {
    background: rgba(255, 255, 255, 0);
    color: #00B9ED;
}
.receptions-sub-text {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 36px;
}
.receptions-sub-text .txt {
    flex-grow: 1;
}
.receptions-sub-text .lnks {
    width: 286px;
    flex-shrink: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.receptions-sub-text .lnks a {
    width: 100%;
    text-decoration: none;
}
.receptions-sub-text .txt *{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 6px;
    text-align: justify !important;
}
.receptions-sub-text .txt *:last-child {
    margin-bottom: 0;
}
.receptions-select:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .receptions-sub-text {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 15px;
    }
    .receptions-sub-text .txt {
        width: 100%;

    }
    .receptions-sub-text .lnks {
        width: 100%;
        padding: 10px 0;
    }
}
.map-recep ~ .service-page {
    margin-top: 0;
}
.map-recep ~ .service-page h2 {
    display: none;
}
@media screen and (max-width: 767px) {
    .map-recep ~ .service-page .service-page__price {
        margin-bottom: 0;
    }
    .map-recep ~ .service-page  .service-page__price-cont .price-side {
        /*margin-bottom: 0;*/
    }
    .service-page + .desktop-buttons {
        margin-top: 20px;
    }
}