

/* Start:/bitrix/templates/euro/css/styles.min.css?178591828450585*/
*,
::after,
::before {
    box-sizing: border-box
}

@font-face {
    font-family: 'akrobat';
    src: url(/bitrix/templates/euro/css/../fonts/akrobat-bold.eot);
    src: url('/bitrix/templates/euro/css/../fonts/akrobat-bold.eot?#iefix') format('embedded-opentype'), url(/bitrix/templates/euro/css/../fonts/akrobat-bold.woff) format('woff'), url(/bitrix/templates/euro/css/../fonts/akrobat-bold.ttf) format('truetype'), url('/bitrix/templates/euro/css/../fonts/akrobat-bold.svg#akrobatbold') format('svg');
    font-weight: 800;
    font-style: normal
}

html,
body {
    font-family: 'akrobat';
    font-weight: 400;
    font-weight: 700
}

body.over {
    overflow: hidden
}

.wer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.head {
    padding: 10px 0 40px 0
}

.head .slogan_wrap {
    display: block;
    height: 100%;
    margin-left: 50%;
    white-space: nowrap;
    margin-top: 7%
}

.head .slogan {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px
}

.head .logo {
    display: block;
    float: left
}

.head .logo img {
    min-width: 130%
}

a,
button,
input,
textarea {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.slider {
    margin-bottom: 0
}

.slider .slide_item {
    height: 260px;
    background-repeat: no-repeat !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slider .arr_left,
.slider .arr_right {
    background: url(/bitrix/templates/euro/css/../img/sl_arr.png) no-repeat;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    opacity: 0;
    visibility: hidden
}

.slider .arr_left {
    left: 50px
}

.slider .arr_right {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 50px
}

.slider .sl_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -640px
}

.slider:hover .arr_left,
.slider:hover .arr_right {
    opacity: 1;
    visibility: visible
}

.slider:hover .arr_left {
    left: 30px
}

.slider:hover .arr_right {
    right: 30px
}

.slider .dot_nav {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    bottom: 60px;
    position: absolute;
    right: 30px
}

.slider .dot_nav li {
    display: inline-block;
    list-style: none;
    border: 3px solid #56a8ec;
    width: 14px;
    height: 14px;
    background: transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-bottom: 2px;
    margin-right: 16px
}

.slider .dot_nav li.uk-active {
    width: 18px;
    height: 18px;
    background: #56a8ec;
    margin-bottom: 0
}

.menu_wrap {
    position: relative
}

.top_menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #56a8ec;
    position: absolute;
    width: 100%;
    z-index: 9
}

.top_menu li a {
    line-height: 40px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    color: #FFF;
    padding: 0 20px;
    letter-spacing: .75px
}

.top_menu li a:hover {
    background: #5fbbfa
}

.top_menu li {
    position: relative
}

.top {
    padding: 0 25px;
    color: #FFF;
    position: absolute;
    bottom: 15px
}

ul.top_menu li:hover .drop {
    display: block;
    width: 100%
}

ul.top_menu ul {
    list-style-type: none;
    margin: 0
}

.drop {
    display: none;
    background: #56a8ec;
    position: absolute;
    top: 100%;
    text-align: center
}

.drop ul {
    padding-left: 0
}

.drop ul li a {
    padding: 0 15px;
    line-height: 35px
}

.footer {
    background: #FFF;
    padding: 35px 0;
    border-top: 1px solid #ddd
}

.footer p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px 0 !important
}

.sidebar {
    margin-bottom: 50px
}

.left_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    text-align: center
}

.left_menu ul {
    list-style-type: disc;
    color: #FFF;
    padding: 0;
    display: none;
    padding: 25px 20px 25px 58px
}

.left_menu ul li {
    display: block;
    margin-bottom: 12px
}

.left_menu ul li:last-child {
    margin-bottom: 0
}

.left_menu ul a {
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.left_menu ul a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.left_menu>li {
    border-bottom: 5px dashed #FFF
}

.left_menu>li>a {
    background: #56a8ec;
    display: block;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    padding: 10px 22px;
    position: relative;
    text-transform: uppercase
}

.left_menu>li>a span {
    width: 50px;
    height: 100%;
    display: none;
    top: 0;
    right: -50px;
    position: absolute
}

.left_menu>li>a span::before {
    content: "";
    background: url(/bitrix/templates/euro/css/../img/left_arr.svg) no-repeat center center;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.left_menu>li>a span.show::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ad_menu {
    display: none
}

.cat_item {
    position: relative;
    margin-bottom: 25px !important;
    overflow: hidden;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 10px 0;
    margin-top: 5px
}

.cat_item_catalog {
    position: relative;
    margin-bottom: 25px !important;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #ddd
}

.cat_item .cat_name {
    padding: 22px 10px;
    background: #56a8ec;
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    min-height: 84px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: table;
    width: 100%;
    line-height: 20px
}

.cat_item .cat_name span {
    vertical-align: middle;
    display: table-cell;
    width: 100%
}

.cat_item_catalog .cat_img {
    height: 162px;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    position: relative;
    margin-bottom: 15px;
    background-repeat: no-repeat
}

.cat_item .cat_img {
    height: 162px;
    -o-background-size: cover;
    background-size: contain;
    background-position: center center;
    position: relative;
    margin-bottom: 15px;
    background-repeat: no-repeat
}

.cat_item .cat_img .hit {
    position: absolute;
    top: 0;
    left: 12px;
    background: #5fbbfa;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 22px;
    width: 66px;
    text-align: center;
    line-height: 40px
}

.cat_item_catalog .cat_img .hit {
    position: absolute;
    top: 0;
    left: 12px;
    background: #5fbbfa;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 22px;
    width: 66px;
    text-align: center;
    line-height: 40px
}

.specifications span {
    position: absolute;
    left: 460px
}

.specifications li {
    list-style-type: none
}

.specifications {
    padding-left: 0
}

.product_name {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 900
}

.product_name_catalog {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: normal
}

.cat_item .product_price {
    font-size: 24px;
    display: inline-block;
    padding-top: 10px;
    color: #F00000
}

.cat_item .product_price_catalog {
    font-size: 24px;
    display: inline-block;
    margin-top: 0;
    color: #F00000
}

.cat_item_catalog .product_price_catalog {
    right: 15px;
    bottom: 15px;
    font-weight: 700;
    font-size: 24px;
    color: #F00000;
    margin-top: 0
}

.cat_item_catalog {
    font-size: 16px;
    font-weight: 700
}

.product_price_block {
    text-align: center
}

.product_description {
    margin-bottom: 15px
}

a.btn {
    line-height: 47px;
    width: 202px;
    text-align: center;
    display: block;
    font-size: 16px;
    background: #56a8ec;
    color: #FFF;
    font-weight: 500;
    position: absolute;
    right: 15px;
    border-radius: 25px;
    text-decoration: none
}

a.btn_cat {
    line-height: 47px;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    background: #56a8ec;
    color: #FFF;
    font-weight: 500;
    border-radius: 25px;
    text-decoration: none
}

.cat_item strong {
    font-weight: 900;
    display: block
}

.cat_item .hide_desc {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #5fbbfa;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #FFF;
    padding: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cat_item .hide_desc strong {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    line-height: normal
}

.cat_item .hide_desc p {
    font-size: 18px
}

.cat_item .hide_desc .buy_btn {
    line-height: 33px;
    border: 2px solid #FFF;
    width: 121px;
    margin: 30px auto 0 auto;
    text-align: center;
    background: transparent;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    font-family: 'akrobat';
    font-weight: 800;
    font-size: 16px
}

.cat_item .hide_desc .buy_btn:hover {
    background: #FFF;
    color: #5fbbfa
}

.cat_item:hover .hide_desc {
    top: 0%;
    opacity: 1;
    visibility: visible
}

.cat_item:hover .cat_name {
    background: #5fbbfa
}

.slider+.main_zag span {
    top: -110px
}

.main_zag {
    text-align: center;
    position: relative
}

.main_zag_new {
    text-align: center;
    position: relative
}

.main_zag span {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    padding: 15px 0 0 0;
    left: 50%;
    width: 274px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    z-index: 1
}

.main_zag_new span {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    padding: 15px 0 10px 0;
    left: 50%;
    width: 274px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    z-index: 1
}

.phone_top {
    text-align: right
}

.phone_top a {
    font-size: 18px;
    color: #56a8ec;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    padding-left: 60px
}

.phone_top a:hover {
    opacity: .7
}

.sl_cont {
    padding: 145px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sl_cont .sl_text {
    background: rgba(0, 0, 0, .74);
    font-size: 30px;
    padding: 15px 25px;
    display: inline-block;
    line-height: normal;
    color: #FFF
}

.sl_cont .h1 {
    display: inline-block;
    font-size: 24px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-family: 'akrobat';
    font-weight: 800;
    background: rgba(34, 105, 178, .74);
    padding: 0 25px;
    margin: 0;
    line-height: normal
}

.catalog_list {
    margin-bottom: 55px !important
}

.price_a {
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-background-size: 14%;
    background-color: #56a8ec;
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding: 9px 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.price_a a {
    color: #FFF;
    text-decoration: none;
    line-height: normal
}

.preim {
    background: #DFDFDF;
    padding: 80px 0 30px 0
}

.preim .preim_wrap {
    padding: 0 70px
}

.preim .pr {
    background: #5fbbfa;
    margin-bottom: 50px
}

.preim .pr .pr_img {
    background-color: #56a8ec;
    display: block;
    width: 86px;
    height: 72px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left
}

.preim .pr strong {
    font-size: 18px;
    color: #FFF;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 70px;
    border-bottom: 2px solid #FFF;
    margin: 0 15px 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.preim .pr .p_text {
    padding: 30px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.preim .uk-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about {
    font-size: 17px;
    color: #000
}

.about .about_wrap {
    padding: 70px 0;
    text-align: center
}

.about h1 {
    font-family: 'akrobat';
    font-size: 24px;
    color: #56a8ec;
    text-transform: uppercase;
    font-weight: 800;
    position: relative
}

.about h1::before {
    content: "";
    width: 46px;
    height: 3px;
    background: #56a8ec;
    position: absolute;
    bottom: -3px;
    left: 0
}

.about .about_cont {
    text-align: left
}

#map {
    display: none;
    height: 460px;
    position: relative
}

.cont_info {
    width: 640px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1;
    margin-right: -600px;
    padding-top: 60px
}

.cont_info .phone_bot {
    width: 200px;
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 3px solid #56a8ec;
    padding: 18px 35px;
    margin: 12px 6px;
    float: right
}

.cont_info .adr_bot,
.cont_info .rej_bot {
    width: 260px;
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 3px solid #56a8ec;
    padding: 18px 35px;
    margin: 12px 6px
}

.cont_info strong {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
    display: block
}

.cont_info p {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    color: #000;
    line-height: 24px
}

.quest_but {
    line-height: 47px;
    width: 202px;
    text-align: center;
    display: block;
    left: 50%;
    margin-left: -101px;
    position: absolute;
    bottom: 27px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    background: #56a8ec;
    color: #FFF;
    text-decoration: none;
    z-index: 1
}

.quest_but:hover {
    text-decoration: none;
    color: #FFF;
    opacity: .7
}

.sect_desc {
    font-size: 16px;
    color: #000;
    margin-bottom: 40px !important
}

.sect_desc h1 {
    font-size: 24px;
    color: #56a8ec;
    font-weight: 800;
    font-family: 'akrobat';
    text-transform: uppercase
}

.sect_desc table {
    margin: 50px auto;
    position: relative;
    border: none;
    border-spacing: 0
}

.sect_desc table td {
    border: none;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: 800;
    color: #000;
    padding: 5px
}

.sect_desc table td p {
    margin: 0
}

.sect_desc table tr:last-child td {
    border-bottom: 0
}

.sect_desc table::before {
    content: "";
    border: 3px solid #56a8ec;
    width: 124%;
    height: 124%;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: -12%;
    top: -12%;
    z-index: -1
}

.cat_slider {
    width: 100%;
    height: 390px;
    border: 3px solid #5fbbfa;
    margin-bottom: 60px !important
}

.cat_slider .cat_item li {
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 390px
}

.cat_slider .arr_left,
.cat_slider .arr_right {
    position: absolute;
    top: 50%;
    width: 47px;
    height: 74px;
    background: url(/bitrix/templates/euro/css/../img/cat_ar.png) rgba(0, 0, 0, .5) center center no-repeat;
    display: block;
    margin-top: -37px
}

.cat_slider .arr_left {
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cat_slider .arr_right {
    right: 0
}

.cat_slider .full {
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 22px;
    height: 22px;
    background: url(/bitrix/templates/euro/css/../img/full.png) no-repeat
}

.det_cat {
    margin-bottom: 100px;
    font-size: 18px
}

.det_cat table {
    width: 100%;
    border: none;
    border-spacing: 0
}

.det_cat table td {
    border: none;
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding: 4px 0
}

.det_cat h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #5fbbfa;
    font-weight: 800;
    font-family: 'akrobat';
    display: block;
    margin-bottom: 35px
}

.det_cat .det_price p {
    font-size: 18px;
    color: #000;
    font-weight: 800;
    display: block;
    margin-bottom: 10px
}

.det_cat .det_price strong {
    font-size: 48px;
    color: #56a8ec;
    margin-right: 20px;
    display: inline-block;
    font-weight: 800;
    line-height: normal
}

.det_cat .det_price strong.old {
    font-size: 24px;
    color: #8F8F8F;
    font-weight: 400;
    margin-right: 0;
    text-decoration: line-through
}

.det_cat .det_price .nal {
    font-size: 18px;
    position: relative;
    margin-left: 35px;
    line-height: 24px;
    margin-top: 30px
}

.det_cat .det_price .nal::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 3px solid #5fbbfa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    left: -35px
}

.det_cat .det_price .nal::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #56a8ec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    top: 5px;
    left: -30px
}

.det_cat .det_price .det_but {
    border: 2px solid #56a8ec;
    width: 100%;
    max-width: 164px;
    line-height: 47px;
    color: #56a8ec;
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    margin-top: 50px;
    font-weight: 800
}

.det_cat .det_price .det_but:hover {
    background: #56a8ec;
    color: #FFF
}

.feedback_button {
    border: 2px solid #56a8ec;
    width: 100%;
    max-width: 164px;
    line-height: 47px;
    color: #56a8ec;
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800
}

.feedback_button:hover {
    background: #56a8ec;
    color: #FFF;
    text-decoration: none
}

.product_feedback {
    display: flex;
    justify-content: flex-end
}

@media (max-width:480px) {
    .product_feedback {
        justify-content: center
    }
}

.det_cat .gost {
    background: url(/bitrix/templates/euro/css/../img/gost.png) no-repeat left 28px center;
    padding: 22px 22px 22px 130px;
    border: 3px solid #56a8ec;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px
}

.content {
    margin-bottom: 50px !important
}

.content p {
    font-size: 16px;
    line-height: normal
}

h2,
h3 {
    font-size: 24px;
    font-family: 'akrobat';
    color: #000;
    text-transform: uppercase;
    font-weight: 800
}

.zayavka .uk-modal-dialog {
    width: 100%;
    max-width: 500px;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    border: 6px solid #5fbbfa;
    padding: 0
}

.zayavka .modal_head {
    background: #5fbbfa;
    padding: 24px 0 30px 0;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800
}

.zayavka p {
    font-size: 18px;
    color: #5fbbfa;
    text-align: center;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.zayavka form {
    padding: 0 18px 18px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.zayavka input {
    border: 1px solid #B1B1B1;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px !important;
    font-family: 'akrobat';
    font-size: 18px
}

.zayavka input.error {
    border: 2px solid red
}

.zayavka textarea {
    height: 120px;
    padding: 15px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #B1B1B1;
    margin-bottom: 0 !important;
    font-family: 'akrobat';
    font-size: 18px
}

.zayavka button {
    border: 3px solid #56a8ec;
    width: 180px;
    line-height: 42px;
    color: #56a8ec;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 14px auto 2px auto;
    font-family: 'akrobat';
    background: #FFF;
    cursor: pointer;
    display: block
}

.zayavka button:hover {
    background: #56a8ec;
    color: #FFF
}

.zayavka .uk-close {
    font-size: 25px;
    color: #FFF;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px
}

.alert_success {
    font-size: 18px;
    text-align: center;
    color: green;
    margin-top: 15px
}

.content h1 {
    font-family: 'akrobat';
    font-size: 32px;
    color: #56a8ec;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    margin-top: 20px
}

.address {
    margin-top: 10px
}

@media (max-width:1219px) {
    .head .slogan_wrap {
        margin-left: 42%
    }

    .cat_item .cat_name {
        min-height: 104px
    }

    .top_menu li a {
        padding: 0px
    }

    .sl_cont .h1 {
        line-height: normal
    }

    .slider .sl_wrap {
        margin-left: -490px
    }

    .price_a {
        -o-background-size: inherit;
        background-size: inherit;
        line-height: 32px
    }

    .cat_item .hide_desc strong {
        font-size: 18px;
        font-weight: 800
    }

    .cat_item .hide_desc p {
        font-size: 16px
    }

    .cont_info {
        margin-right: -420px;
        width: 490px
    }

    a.btn {
        width: 125px
    }
}

@media (max-width:959px) {
    .price_a a {
        font-size: 20px
    }

    .head .slogan {
        font-size: 18px
    }

    .top_menu a {
        padding: 0 18px;
        font-size: 18px
    }

    .top a {
        padding: 0;
        font-size: 16px
    }

    .sl_wrap {
        display: none
    }

    .cont_info {
        margin-right: -300px;
        width: 431px
    }

    .top_menu li a {
        padding: 0;
        font-size: 16px
    }

    .slogan_wrap {
        display: none !important
    }

    .sl_cont {
        padding-top: 145px;
        padding-left: 0
    }
}

@media (max-width:717px) {
    .contacts {
        display: none
    }

    .uk-slidenav-position {
        margin-top: 75px
    }

    .footer {
        text-align: center
    }

    .footer .uk-width-1-1 div {
        float: none !important;
        margin: 20px auto 0 auto
    }

    .cont_wrap {
        width: 100%
    }

    .top_menu {
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        width: 90%;
        height: 100%;
        display: block;
        -webkit-transition: all 0.5s cubic-bezier(.42, 0, .13, 1);
        -o-transition: all 0.5s cubic-bezier(.42, 0, .13, 1);
        -moz-transition: all 0.5s cubic-bezier(.42, 0, .13, 1);
        transition: all 0.5s cubic-bezier(.42, 0, .13, 1);
        padding-top: 10px;
        padding-right: 65px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .top_menu li a {
        line-height: 50px;
        text-transform: uppercase;
        padding: 0 25px
    }

    .top_menu.open {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }

    .top_menu .close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        background-image: url(/bitrix/templates/euro/css/../img/close.svg);
        background-repeat: no-repeat;
        -o-background-size: contain;
        background-size: contain;
        background-position: center center;
        display: block;
        padding: 0
    }

    .top_menu .close:hover {
        opacity: .7;
        background-image: url(/bitrix/templates/euro/css/../img/close.svg)
    }

    .slogan_wrap {
        display: none !important
    }

    .phone_top a {
        margin-top: 2px;
        width: 0;
        height: 40px;
        overflow: hidden;
        padding-left: 40px;
        margin-right: 70px
    }

    .sl_cont {
        padding-top: 185px;
        padding-left: 0
    }

    .slider .slide_item {
        padding-top: 25px
    }

    .sl_cont .h1 {
        font-size: 18px
    }

    .head {
        padding: 12px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        background: #FFF
    }

    .slider {
        margin-top: 15px
    }

    .head .logo img {
        width: 60px
    }

    .ad_menu {
        position: absolute;
        top: 50%;
        margin-top: -24px;
        right: 15px;
        width: 48px;
        height: 48px;
        background-image: url(/bitrix/templates/euro/css/../img/menu.svg);
        background-repeat: no-repeat;
        -o-background-size: contain;
        background-size: contain;
        background-position: center center;
        display: block
    }

    .uk-container {
        padding: 0 15px
    }

    .sl_cont .sl_text {
        font-size: 18px
    }

    .slider .slide_item {
        height: 250px
    }

    .preim .preim_wrap {
        padding: 0
    }

    .preim .pr strong {
        line-height: 40px;
        margin: 0 15px
    }

    .preim .pr .pr_img {
        display: none
    }

    .preim .pr {
        margin-bottom: 15px
    }

    .about .about_wrap {
        padding: 70px 0 15px 0
    }

    .bread {
        display: none
    }

    .sect_desc table {
        margin: 30px auto;
        width: 100%
    }

    .sect_desc table::before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
    }

    .cat_slider .arr_left,
    .cat_slider .arr_right {
        display: none
    }

    .phone_top {
        display: none
    }

    .sect_desc {
        margin-bottom: 75px !important
    }

    .margin_catalog {
        margin-top: 85px
    }

    .drop ul li a {
        display: none
    }

    .inside {
        margin-top: 75px
    }
}

@media (min-width:717px) {
    .phone_top {
        display: block
    }

    .phone_top_visible {
        display: none
    }

    .top {
        display: none
    }

    .modile_menu {
        display: none
    }
}

.colors p {
    font-size: 20px;
    font-weight: 900;
    margin-top: 7px;
    margin-bottom: 10px !important
}

.colors span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 5px solid #000;
    margin-right: 10px
}

.colors .red {
    background: red
}

.colors .brown {
    background: brown
}

.colors .yellow {
    background: yellow
}

.colors span:last-child {
    margin-right: 0
}

@media (max-width:373px) {
    .head {
        top: 0
    }
}

.bx_catalog_line {
    margin-bottom: 30px
}

.bx_catalog_line .bx_catalog_line_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px
}

.bx_catalog_line .bx_catalog_line_category_title a {
    color: #000;
    text-decoration: none
}

.bx_catalog_line .bx_catalog_line_ul {
    padding: 0
}

.bx_catalog_line .bx_catalog_line_ul li {
    margin-bottom: 20px;
    list-style: none
}

.bx_catalog_line .bx_catalog_line_ul li:before {
    content: '' !important
}

.bx_catalog_line .bx_catalog_line_img {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    width: 125px;
    height: 125px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.bx_catalog_line .bx_catalog_line_title {
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 18px
}

.bx_catalog_line .bx_catalog_line_title a {
    color: #4c7da6;
    font-size: 18px
}

.bx_catalog_line .bx_catalog_line_title a:hover {
    text-decoration: none
}

.bx_catalog_line .bx_catalog_line_title span {
    font-size: 16px
}

.bx_catalog_line .bx_catalog_line_description {
    color: #3f3f3f;
    font-size: 13px;
    line-height: 16px
}

@media (max-width:639px) {
    .bx-touch .bx_catalog_line .bx_catalog_line_img {
        margin-right: 10px;
        width: 50px;
        height: 50px
    }

    .bx-touch .bx_catalog_line .bx_catalog_line_title {
        margin-bottom: 5px;
        line-height: 14px
    }

    .bx-touch .bx_catalog_line .bx_catalog_line_title a {
        font-size: 14px
    }

    .bx-touch .bx_catalog_line .bx_catalog_line_description {
        font-size: 11px
    }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.bx_catalog_text {
    margin-bottom: 30px
}

.bx_catalog_text .bx_catalog_text_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px
}

.bx_catalog_text .bx_catalog_text_category_title a {
    color: #000;
    text-decoration: none
}

.bx_catalog_text .bx_catalog_text_ul {
    padding: 0
}

.bx_catalog_text .bx_catalog_text_ul li {
    float: left;
    margin: 0 10px 10px;
    list-style: none
}

.bx_catalog_text .bx_catalog_text_ul li:before {
    content: '' !important
}

.bx_catalog_text .bx_catalog_text_title {
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 14px
}

.bx_catalog_text .bx_catalog_text_title a {
    color: #4c7da6;
    white-space: nowrap;
    font-size: 14px
}

.bx_catalog_text .bx_catalog_text_title a:hover {
    text-decoration: none
}

.bx_catalog_text .bx_catalog_text_title span {
    font-size: 12px
}

@media (max-width:639px) {
    .bx-touch .bx_catalog_text .bx_catalog_line_title {
        margin-bottom: 5px;
        line-height: 12px
    }

    .bx-touch .bx_catalog_text .bx_catalog_line_title a {
        font-size: 12px
    }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.bx_catalog_tile {
    margin-bottom: 30px
}

.bx_catalog_tile .bx_catalog_tile_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
    color: #000;
    text-decoration: none
}

.bx_catalog_tile .bx_catalog_tile_ul {
    padding: 0
}

.bx_catalog_tile .bx_catalog_tile_ul li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 12.5%;
    list-style: none;
    text-align: center
}

.bx_catalog_tile .bx_catalog_tile_ul li:before {
    content: '' !important
}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: both
}

.bx_catalog_tile .bx_catalog_tile_img {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 78px;
    height: 78px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.bx_catalog_tile .bx_catalog_tile_title {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a {
    color: #4c7da6;
    font-size: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
    text-decoration: none
}

.bx_catalog_tile .bx_catalog_tile_title span {
    font-size: 12px
}

@media (max-width:980px) {
    .bx_catalog_tile .bx_catalog_tile_ul li {
        width: 20%
    }

    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
        clear: none
    }

    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
        clear: both
    }
}

@media (max-width:639px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
        margin-bottom: 5px;
        line-height: 14px
    }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
        font-size: 11px
    }
}

@media (min-width:480px) and (max-width:639px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
        width: 25%
    }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
        clear: none
    }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) {
        clear: both
    }
}

@media (max-width:479px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
        width: 33.3%
    }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_img {
        width: 100%;
        height: 80px
    }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
        clear: none
    }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) {
        clear: both
    }
}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.bx_sitemap {
    margin-bottom: 30px
}

.bx_sitemap .bx_sitemap_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px
}

.bx_sitemap .bx_sitemap_title a {
    color: #000;
    text-decoration: none
}

.bx_sitemap .bx_sitemap_ul li {
    padding: 0;
    line-height: 14px
}

.bx_sitemap .bx_sitemap_ul li:before {
    content: '' !important
}

.bx_sitemap .bx_sitemap_li_title {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 10px
}

.bx_sitemap .bx_sitemap_li_title a {
    color: #4c7da6;
    white-space: nowrap;
    font-size: 13px
}

.bx_sitemap .bx_sitemap_li_title a:hover {
    text-decoration: none
}

.bx_sitemap .bx_sitemap_li_title span {
    font-size: 11px
}

@media (max-width:639px) {
    .bx-touch .bx_sitemap .bx_catalog_line_title {
        margin-bottom: 5px;
        line-height: 12px
    }

    .bx-touch .bx_sitemap .bx_catalog_line_title a {
        font-size: 12px
    }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.catalog-section-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.catalog-section-list ul>li {
    float: left;
    width: 31.5%;
    float: left;
    margin: 15px 6px;
    background-color: #fff
}

.catalog-section-list ul>li a {
    text-decoration: none
}

.catalog-section-list ul>li img {
    width: 100%
}

.catalog-section-list ul>li a strong:nth-child(2) {
    font-weight: 700;
    padding-top: 0;
    font-size: 22px
}

.catalog-section-list strong {
    display: block;
    padding: 10px;
    height: 50px;
    color: #000;
    padding-bottom: 0
}

.catalog-section-list small {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    display: block;
    padding: 0 10px;
    margin-top: 12px
}

.catalog-section-list small strong {
    padding-left: 0;
    display: block;
    margin-top: 15px;
    font-size: 16px !important
}

.catalog-section-list ul>li strong.size {
    height: auto;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-bottom: 0
}

.catalog-section-list .hvr-fade {
    display: block;
    margin: 20px auto;
    width: 100px;
    height: 26px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px #01a7f4;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #01a7f4;
    text-decoration: none;
    font-weight: 700
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #01a7f4;
    color: white
}

.catalog-section-list ul>li:nth-child(7) {
    display: none
}

.catalog-section-list ul>li:nth-child(8) {
    display: none
}

/* Feedback */
.feedback {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(145, 154, 185, 0.16);
    padding: 58px 64px 78px;
    margin-bottom: 28px;
}

.feedback_description {
    position: relative;
    height: 100%;
}

.feedback_description--title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
}

.feedback_form--title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #363636;
}

.feedback_description--text {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #8E919E;
}

.feedback_description--info {
    position: absolute;
    bottom: 0;
}

.feedback_description--info ul {
    padding-left: 0;
}

.feedback_description--info ul,
.feedback_description--info ul a {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #8E919E;
}


.feedback_description--info ul li {
    list-style: none;
    margin-left: 36px;
    position: relative;
}

.feedback_description--info-icon+.feedback_description--info-icon {
    margin-top: 14px;
}

.feedback_description--info ul li::before {
    content: '';
    position: absolute;
    left: -36px;
    width: 24px;
    height: 24px;
    background: #5AA9EA;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.feedback_description--info ul .feedback_description--info-tel::before {
    background-image: url(/bitrix/templates/euro/css/../img/phone.svg);
}

.feedback_description--info ul .feedback_description--info-clock::before {
    background-image: url(/bitrix/templates/euro/css/../img/clock.svg);
}

.feedback_description--info ul .feedback_description--info-mail::before {
    background-image: url(/bitrix/templates/euro/css/../img/mail.svg);
}

.feedback_description--info ul .feedback_description--info-map::before {
    background-image: url(/bitrix/templates/euro/css/../img/map.svg);
}

.feedback_description--info .feedback_description--info-tel a {
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    color: #5AA9EA;
}

.input_wrap {
    margin-top: 11px;
}

.input_wrap input {
    height: 46px;
    min-height: 46px;
}

.input_wrap input,
.input_wrap textarea {
    width: 100%;
    background: #F8F9FD;
    border-radius: 4px;
    border: none;
    padding: 11px 18px !important;
}

.input_wrap textarea {
    min-height: 162px;
    margin-bottom: 15px;
}

.input_wrap input:focus,
.input_wrap textarea:focus {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px #E7E9F1;
    outline: none;
}

.form_btn {
    cursor: pointer;
    line-height: 47px;
    width: 171px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    background: #56a8ec;
    color: #FFF;
    font-weight: 500;
    border-radius: 25px;
    text-decoration: none;
    border: none;
}

.form_disclaimer {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #8E919E;
}

.form_align {
    display: flex;
    align-items: center;
}

.phone_top .request_button {
    position: relative;
    cursor: pointer;
    line-height: 30px;
    width: 171px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    background: #56a8ec;
    color: #FFF;
    font-weight: 500;
    border-radius: 100px;
    text-decoration: none;
    border: none;
    padding-left: 20px;
}

.phone_top .request_button::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #86C0F0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 20px;
    background-image: url(/bitrix/templates/euro/css/../img/phone.svg);
}

.request_form .uk-modal-dialog {
    padding: 143px 55px 65px;
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    max-width: 361px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    top: 50%;
    transform: translateY(-50%);
}

.request_form .modal_head {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}

.request_form p {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #8E919E;
}

.request_form input {
    width: 100%;
    background: #F8F9FD;
    border-radius: 4px;
    border: none;
    height: 46px;
    margin-bottom: 12px !important;
    padding: 12px 18px;
}

.request_form input:focus {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px #E7E9F1;
    outline: none;
}

.request_form button {
    background: #5AA9EA;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    line-height: 48px;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
    border-radius: 100px;
    text-decoration: none;
    border: none;
    margin: 12px 0;
}

.request_form p {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #8E919E;
}

.request_form .uk-modal-close.uk-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 41px;
    width: 41px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(123, 146, 173, 0.25);
    opacity: 1;
    border-radius: 50%;
}

.request_form .uk-modal-close.uk-close:after {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-position: center;
    padding-left: 20px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #8E919E;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/euro/css/../img/cross.svg);
}

.request_form img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px;
}

.request_form .alert_success {
    color: #5AA9EA;
}

.thx-modal .modal_head {
    color: #5AA9EA;
}


.thx-modal .uk-modal-dialog {
    padding: 65px 55px;
}

.feedback_button.request_button.mobile_button {
    position: relative;
    cursor: pointer;
    line-height: 30px;
    width: 171px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    background: #56a8ec;
    color: #FFF;
    font-weight: 500;
    border-radius: 100px;
    text-decoration: none;
    border: none;
    padding-left: 20px;
    border: 2px solid white;
    margin: 10px 25px;
}

@media (max-width: 768px) {
    .feedback_description--info {
        position: relative;
        bottom: inherit;
    }

    .feedback {
        background: #FFFFFF;
        box-shadow: 0px 5px 20px rgba(145, 154, 185, 0.16);
        padding: 15px;
        margin-bottom: 28px;
    }

    .feedback_form {
        margin-top: 30px;
    }

    .form_btn {
        margin: 0 auto 15px !important;
        display: block;
    }

    .form_disclaimer {
        margin: 0 auto;
    }

    .request_form .uk-modal-dialog {
        padding: 143px 25px 25px;
        max-width: 321px;
    }

    .request_form img {
        height: 100px;
        position: relative;
        transform: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 25px;
        left: initial;
        top: initial;
    }

    .request_form .uk-modal-dialog {
        padding: 25px;
    }
}

@media (min-width: 718px) {
    .feedback_button.request_button.mobile_button {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/euro/css/components/slideshow.min.css?15015162642103*/
/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
.uk-slideshow{position:relative;z-index:0;width:100%;margin:0;padding:0;list-style:none;overflow:hidden;touch-action:pan-y}.uk-slideshow>li{position:absolute;top:0;left:0;width:100%;opacity:0}.uk-slideshow>.uk-active{z-index:10;opacity:1}.uk-slideshow>li>img{visibility:hidden}[data-uk-slideshow-slide]{cursor:pointer}.uk-slideshow-fullscreen,.uk-slideshow-fullscreen>li{height:100vh}.uk-slideshow-fade-in{-webkit-animation:uk-fade .5s linear;animation:uk-fade .5s linear}.uk-slideshow-fade-out{-webkit-animation:uk-fade .5s linear reverse;animation:uk-fade .5s linear reverse}.uk-slideshow-scroll-forward-in{-webkit-animation:uk-slide-right .5s ease-in-out;animation:uk-slide-right .5s ease-in-out}.uk-slideshow-scroll-forward-out{-webkit-animation:uk-slide-left .5s ease-in-out reverse;animation:uk-slide-left .5s ease-in-out reverse}.uk-slideshow-scroll-backward-in{-webkit-animation:uk-slide-left .5s ease-in-out;animation:uk-slide-left .5s ease-in-out}.uk-slideshow-scroll-backward-out{-webkit-animation:uk-slide-right .5s ease-in-out reverse;animation:uk-slide-right .5s ease-in-out reverse}.uk-slideshow-scale-out{-webkit-animation:uk-fade-scale-15 .5s ease-in-out reverse;animation:uk-fade-scale-15 .5s ease-in-out reverse}.uk-slideshow-swipe-forward-in{-webkit-animation:uk-slide-left-33 .5s ease-in-out;animation:uk-slide-left-33 .5s ease-in-out}.uk-slideshow-swipe-forward-out{-webkit-animation:uk-slide-left .5s ease-in-out reverse;animation:uk-slide-left .5s ease-in-out reverse}.uk-slideshow-swipe-backward-in{-webkit-animation:uk-slide-right-33 .5s ease-in-out;animation:uk-slide-right-33 .5s ease-in-out}.uk-slideshow-swipe-backward-out{-webkit-animation:uk-slide-right .5s ease-in-out reverse;animation:uk-slide-right .5s ease-in-out reverse}.uk-slideshow-swipe-backward-in:before,.uk-slideshow-swipe-forward-in:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background:rgba(0,0,0,.6);-webkit-animation:uk-fade .5s ease-in-out reverse;animation:uk-fade .5s ease-in-out reverse}
/* End */


/* Start:/bitrix/templates/euro/css/components/slidenav.min.css?15015162641008*/
/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
.uk-slidenav{display:inline-block;box-sizing:border-box;width:60px;height:60px;line-height:60px;color:rgba(50,50,50,.4);font-size:60px;text-align:center}.uk-slidenav:focus,.uk-slidenav:hover{outline:0;text-decoration:none;color:rgba(50,50,50,.7);cursor:pointer}.uk-slidenav:active{color:rgba(50,50,50,.9)}.uk-slidenav-previous:before{content:"\f104";font-family:FontAwesome}.uk-slidenav-next:before{content:"\f105";font-family:FontAwesome}.uk-slidenav-position{position:relative}.uk-slidenav-position .uk-slidenav{display:none;position:absolute;top:50%;z-index:1;margin-top:-30px}.uk-slidenav-position:hover .uk-slidenav{display:block}.uk-slidenav-position .uk-slidenav-previous{left:20px}.uk-slidenav-position .uk-slidenav-next{right:20px}.uk-slidenav-contrast{color:rgba(255,255,255,.5)}.uk-slidenav-contrast:focus,.uk-slidenav-contrast:hover{color:rgba(255,255,255,.7)}.uk-slidenav-contrast:active{color:rgba(255,255,255,.9)}
/* End */


/* Start:/bitrix/templates/euro/css/components/dotnav.min.css?15015162641240*/
/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
.uk-dotnav{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-top:-15px;padding:0;list-style:none}.uk-dotnav>*{-ms-flex:none;-webkit-flex:none;flex:none;padding-left:15px;margin-top:15px}.uk-dotnav:after,.uk-dotnav:before{content:"";display:block;overflow:hidden}.uk-dotnav:after{clear:both}.uk-dotnav>*{float:left}.uk-dotnav>*>*{display:block;box-sizing:content-box;width:20px;height:20px;border-radius:50%;background:rgba(50,50,50,.1);text-indent:100%;overflow:hidden;white-space:nowrap}.uk-dotnav>*>:focus,.uk-dotnav>*>:hover{background:rgba(50,50,50,.4);outline:0}.uk-dotnav>*>:active{background:rgba(50,50,50,.6)}.uk-dotnav>.uk-active>*{background:rgba(50,50,50,.4)}.uk-dotnav-contrast>*>*{background:rgba(255,255,255,.4)}.uk-dotnav-contrast>*>:focus,.uk-dotnav-contrast>*>:hover{background:rgba(255,255,255,.7)}.uk-dotnav-contrast>*>:active{background:rgba(255,255,255,.9)}.uk-dotnav-contrast>.uk-active>*{background:rgba(255,255,255,.9)}.uk-dotnav-vertical{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.uk-dotnav-vertical>*{float:none}
/* End */


/* Start:/bitrix/templates/euro/css/components/sticky.min.css?1501516264361*/
/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
[data-uk-sticky].uk-active{z-index:980;box-sizing:border-box;-webkit-backface-visibility:hidden}[data-uk-sticky][class*=uk-animation-]{-webkit-animation-duration:.2s;animation-duration:.2s}[data-uk-sticky].uk-animation-reverse{-webkit-animation-duration:.2s;animation-duration:.2s}
/* End */


/* Start:/bitrix/templates/euro/components/bitrix/menu/horizontal_multilevel1/style.css?16002629324414*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/bitrix/templates/euro/components/bitrix/menu/horizontal_multilevel1/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/euro/components/bitrix/menu/horizontal_multilevel1/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/euro/components/bitrix/menu/horizontal_multilevel1/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/bitrix/templates/euro/template_styles.css?167811087443*/
.btn {
    position: relative !important;
}
/* End */
/* /bitrix/templates/euro/css/styles.min.css?178591828450585 */
/* /bitrix/templates/euro/css/components/slideshow.min.css?15015162642103 */
/* /bitrix/templates/euro/css/components/slidenav.min.css?15015162641008 */
/* /bitrix/templates/euro/css/components/dotnav.min.css?15015162641240 */
/* /bitrix/templates/euro/css/components/sticky.min.css?1501516264361 */
/* /bitrix/templates/euro/components/bitrix/menu/horizontal_multilevel1/style.css?16002629324414 */
/* /bitrix/templates/euro/template_styles.css?167811087443 */
