

/* Start:/local/templates/main/css/slick.css?15871156521776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/main_menu/style.css?15994925342629*/
 .main_menu{
	width: 80%;
	position: relative;
	top: 400px;
	margin: 0 auto;
}
 .main_menu > ul{
	position: relative;
	width: 100%;
	text-align: center;
}
.main_menu > ul > li{
	display: inline-block;
	position: relative;
	height: 40px;

}

 .main_menu > ul > li > a {
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	display: block;
	cursor: pointer;
	color: white;
	text-transform: uppercase;
	font-family: "Ubuntu-Medium";
	font-size: 14px;
	font-weight: 500;
	width: 166px;
	height: 27px;
}

 .main_menu > ul > li > a:hover {
	border-bottom: 3px solid #ff0f3d;
}
 .main_menu .drop_conteiner {
	display: none;
	position: absolute;
	z-index: 150;
	min-width: 605px;
	/* height: 250px; */
	top:30px;
}
 .main_menu li:nth-child(3) .drop_conteiner {
	height: 250px;
}

  .main_menu .drop_conteiner > ul {
	position: relative;
	background: #f2f3f4;
	width: 100%;
	height: 100%;
	top: 7px;
	padding: 15px 0 10px 15px;
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	border: 1px solid #d5d5d5;
	/*padding-left: 10%;*/


}

  .main_menu .drop_conteiner > ul > li {
	margin: 15px 0;
	vertical-align: top;
	width: 45%;
	display: inline-block;
	text-align: left;
	padding-right: 15px;
	box-sizing: border-box;
}

  .main_menu .drop_conteiner ul li:nth-child(4n+1) {
	clear: both;
}
  .main_menu .drop_conteiner  .item-selected{
	color:#fd2d55;
}
  .main_menu li:nth-child(3) .drop_conteiner > ul > li > ul > li {
	margin-top: 15px;
}
  .main_menu li:nth-child(3) .drop_conteiner > ul > li > a {
	text-transform: uppercase;
	text-decoration: underline;
}
  .main_menu li:nth-child(3) .drop_conteiner > ul > li {
	display: block;
	float: left;
}
  .main_menu li:nth-child(3) .drop_conteiner > ul > li:last-child {
	clear: both;
}
  .main_menu .drop_conteiner ul li a {
	font-family: 'Ubuntu';
	width: 100%;
	height: 100%;
	font-size: 14px;
	color:#373737;
	text-align: left;
	text-transform: none;
}
  .main_menu .drop_conteiner ul li a:hover {
	color:#ff0f3d;
	border: none;
}

  .main_menu  .root-item-selected {
	border-bottom: 3px solid #ff0f3d;
}


/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}




/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/bread_crumbs/style.css?1587115652848*/
.bx-breadcrumb {
	width: 100%;
	margin:0 auto;
	position: relative;
	top:15px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}

.bx-breadcrumb i.arrow_bread:before{
	content: '→';
	color: #ff0f3f;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: 'Ubuntu-Light';
	font-size: 12px;
	color:#ff0f3f;
	white-space: normal;
	font-family: 'Ubuntu-Light';
	font-size: 12px;


}


.bx-breadcrumb .bx-breadcrumb-item a span {
	color:#606365;

}
.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	text-decoration: none;

}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	text-decoration: underline;
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/footer/style.css?15876275631231*/
.footer .footer_menu > li {
	 display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
 }
 .footer .footer_menu > li > a {
	 text-transform: uppercase;
	color: white;
	font-family: 'Ubuntu-Medium';
	font-size: 15px;
	text-decoration: none;
 } 

.footer .footer_menu > li > ul {

	margin-top: 15px;
}

.footer .footer_menu > li:nth-child(2) > ul > li > a {
	font-family: 'Ubuntu-Medium';
	font-size: 15px;
	color: white;
	text-decoration: none;

}
.footer li a:hover {
	color: #ff0f3d!important;
	text-decoration: none!important;
}


.footer .footer_menu > li li a{

	text-decoration: underline;
}

.footer_middle  li > ul > li > a {
	 text-transform: none;
 }

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

/* End */


/* Start:/local/templates/main/template_styles.css?175275339618501*/
/*===========================================================================
                   ПОДКЛЮЧАЕМ ШРИФТЫ
===========================================================================*/

@font-face {
    font-family: "Ubuntu-Bold";
    src: url("/local/templates/main/fonts/Ubuntu/Ubuntu-Bold.ttf");
}

@font-face {
    font-family: "Ubuntu-Light";
    src: url("/local/templates/main/fonts/Ubuntu/Ubuntu-Light.ttf");
}

@font-face {
    font-family: "Ubuntu";
    src: url("/local/templates/main/fonts/Ubuntu/Ubuntu-Regular.ttf");
}


@font-face {
    font-family: "Ubuntu-Medium";
    src: url("/local/templates/main/fonts/Ubuntu/Ubuntu-Medium.ttf");
}

@font-face {
    font-family: 'rouble';
    src: url('/local/templates/main/fonts/rouble.ttf');
}

@font-face {
    font-family: 'als_rublregular';
    src: url('/local/templates/main/fonts/rouble-webfont.woff2') format('woff2'),
    url('/local/templates/main/fonts/rouble-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*========================================================================
                            ОСНОВНЫЕ СТИЛИ
 ========================================================================*/
#bx-panel {
    min-width: 1220px;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

*{
margin:0;
padding:0;
font-family: 'Ubuntu-Light';
}
body{
    position: relative;
    min-width: 1220px;
    background: white;
}
img {
    display: block;
    border: none;
}
ul {
    list-style-type:none;
}
ol {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}


a {
    text-decoration: none;
    color:black;
}

h2 {
    text-align: center;
    font-family: 'Ubuntu-Medium';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
}

b {
    font-family: "Ubuntu-Medium";
}

textarea {
    resize: none;
    overflow: hidden;
}

/************************************
  *Общие классы для подстановки*
 ************************************/
div.wrapper  ul.list-check-mark > li:before {
    content: "√";
    color: red;
    background: none;
    top: 5px;
    font-family: 'Ubuntu-Bold';
    font-weight: bold;
}

.empty_form {
    border: 1px solid #ff0f3d!important;
}
.tablebodytext{
    display: none!important;
}
/*Серый блок на всю ширину*/
.grey_background{
    background: grey;
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.mail{
    text-decoration: underline;
}


/*=======================================
                                   ----ХЕДЕР----
 =======================================*/
#opacity_window { /* Прозрачный блок для формы */
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 500;
    display: none;
}

header{
    min-width: 1220px;
    height: 439px;
    position: relative;
    background: url("/local/templates/main/images/main/header-bg.png") no-repeat #0a0a0a;
    display: block;
}
.jq_fixed_menu{
    display: none;
}
.float_header {
    height: 439px;
    display: block;
}

a.logo-top {
    display: block;
    position: absolute;
    top:56px;
    left: 133px;
    z-index: 100;
/*    background: url("/local/templates/main/images/main/logo.png") no-repeat;*/
    width: 500px;
    height: 239px;
}

 a.logo-top img{
    height: 100%;
    width: 100%;
}

 div.top-header {
    width: 462px;
    height: 42px;
    position: absolute;
    top: 103px;
    right: 40px;
    color: white;
}


 div.top-header .contacts {
    float: left;
    font-family: Arial;
}
div.top-header .contacts > span {
    font-family: "Ubuntu" ;
    font-weight: bold;
    font-size: 22px;

}

 div.top-header .contacts > div > a{
    color: #dedede;
    font-size: 17px;
    line-height: 1.2;
    font-family: "Ubuntu";
    font-weight: 300;
}


/* ==============================Форма обратной связи====================== */
 div.top-header .callback_button{
    line-height: 40px;
    text-align: center;
    float: right;
    border: 1px solid #d5d5d5;
    font-weight: bold;
    width: 261px;
    height: 42px;
    font-family: "Ubuntu";
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

 div#callback {
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 35%;
    z-index: 10001;
}

 div#callback > div {
    width: 450px;
    height: auto;
    min-height: 100px;
    max-height: 75vh;
    overflow: auto;
    background: white;
    border-top: 3px solid #ff0f3d;
}

 div#callback > div > img {
    position: absolute;
    display: block;
    right: -1px;
    top: -21px;
    width: 9px;
    height: 9px;
    cursor: pointer;
}


 div#callback  form {
    margin: 0 auto ;
    width: 386px;
}
 div#callback  form img {
    width: 30%;
    height: 30%;
    position: relative;
    top:20px;
    margin: 0 auto;
}

div#callback  form > div {
    margin: 15px 50px;
    color:#1f2122;
    font-family: "Ubuntu";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
div#callback  form input[type="text"]{
    border: 1px solid #d5d5d5;
    margin-top: 15px;
    width: 385px;
    height: 50px;
    font-family: "Ubuntu";
    font-weight: 300;
    font-size: 15px;
    padding-left: 15px;
}

div#callback  form input[type="submit"] {
    width: 240px;
    height: 50px;
    background: #ff0f3d;
    font-family: "Ubuntu-Medium";
    font-size: 14px;
    color: #ffcfd8;
    border: none;
    text-transform: uppercase;
    margin: 30px 80px;
    cursor: pointer;
}

.personal {
    text-align: left;
    min-height: 34px;
    margin: 15px 0 0 !important;
    text-transform: inherit !important;
}

.personal input[type="checkbox"]:not(checked) {
    position: absolute;
    opacity: 0;
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.personal input[type="checkbox"]:not(checked) + label {
    position: relative;
    padding-left: 38px;
}

.personal input[type="checkbox"]:checked + label::before {
    width: 23px;
    height: 23px;
    background-image: url('/local/templates/main/images/main/check.png');
    box-shadow: inset 0 0 0 2px #ffffff;
    background-color: #ff0f3d;
}

.personal input[type="checkbox"]:not(checked) + label::before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    top: -3px;
    left: 0;
    background-color: #ffffff;
}

.personal input[type="checkbox"] + label::before {
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.personal label {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    cursor: pointer;
    margin-top: 3px;
}

.personal label a {
    text-decoration: underline;
    color: #ff0f3d;
}

.personal input[type="checkbox"] + label.has_error::before {
    border: 1px solid #ff0f3d;
}

/*===============================================================================
                                Плавающий хеддер
 ===============================================================================*/
.float_header {
    height: 78px;
    background: #1f2122;
    width: 100%;
    z-index: 200;
    display: block;
    position: fixed;
    top:0;
}
.float_header .logo-top {
    position: absolute;
    background: url("/local/templates/main/images/main/float_logo.png") no-repeat;
    width: 300px;
    height: 100%;
    top:0;
    left: 0;

}

.float_header .logo-top img{
  display: none;
}

.float_header .top-header {
     top: 15px;
 }

.float_header .main_menu {
    top: 25px;
    /*float: left;*/
    margin: 0 auto;
   /* width: 80%;*/
    width:50%;
}
.float_header .main_menu > ul {
    width: 80%;
}
.float_header .main_menu > ul > li {
    /*margin-left: -30px;*/
}
@media screen and (max-device-width: 1740px) {

    .float_header .main_menu {
        margin-left: 310px;
        width: 30%;
    }
    .float_header .main_menu > ul {
        width: 100%;
        height: 60%;
    }
    .float_header .main_menu > ul > li:nth-child(1){
        margin-left: 0;
    }
    .float_header .main_menu > ul > li {
        display:list-item;
        float: left;
        margin-left: 5%;

    }
    .float_header .main_menu > ul > li > a {
        display: inline-block;
        text-align: left;
        width: auto;
    }

}

/*======================================================================================
                                    КОНТЕНТ
======================================================================================== */

.wrapper {
    background: white;
    height: auto;
    width: 100%;
    margin: 0 auto;
}



.fixed-wrapping {
    margin: 0 auto;
    width: 1220px;
}

.wrapper  h1 {
    font-family: 'Ubuntu-Medium';
    font-size: 24px;
    text-align: center;
    color:#1f2122;
    font-weight: 200;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;

}

/*====Стили для типичного текста на странице*/
.wrapper .text {
    margin-top: 20px;
}

.wrapper .text p {
    text-align: justify;
    font-family: 'Ubuntu-Light';
    font-size: 15px;
    margin-bottom: 10px;

}

.wrapper .text ul li {
    font-family: 'Ubuntu-Light';
    font-size: 15px;
}

.wrapper .text h3 {
    font-family: 'Ubuntu-Bold';
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.wrapper .text  > ul {
    margin-top: 5px;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 13px;
}
.wrapper    ul  li:before{
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 60px;
    background: red;
    position: relative;
    left: -12px;
    top:14px;
}

    /*=============Блок с контактами======================*/
.wrapper .info {
    min-width: 1220px;
    margin: 25px 0 35px 0;
    border-collapse: collapse;
}
.wrapper .info .container{
    width: 100%;
    margin-top: 25px;
    position: relative;
}

#YMapsID{
    z-index: 2;
    width: 600px;
    height: 400px;
    position: relative;
}

#YMapsID img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#YMapsID> ymaps{
     z-index: 2;
    position: relative;
 }
.wrapper .info  .container .grey_background{
    top:-10px;
    height: 110%;
}


.wrapper .info .container .fixed-wrapping > div {
    display: inline-block;
    vertical-align: middle;
}

.wrapper .info .container .fixed-wrapping .contact {
    margin-right: 80px;
}


.wrapper .info + .fixed-wrapping{
    margin-top: 60px;
}

.wrapper .info  h4{
    text-transform: uppercase;
    font-family: 'Ubuntu-Bold';
    margin-bottom: 15px;
    font-size: 14px;
}

.wrapper .info  div span:nth-child(1){
    font-family: 'Ubuntu-Medium';
    font-size: 15px;
}

.wrapper .info  div span {
    font-family: 'Ubuntu-Light';
    font-size: 15px;
}
.wrapper .map {
    position: relative;
    z-index: 5;
    border: 9px solid white;
}
/*============================================================================================
                                            ФУТЕР
============================================================================================= */


.footer {
    height: 424px;
    background: #1f2122;
    min-width: 1220px;
    margin-top: 70px;
    position: relative;
    z-index: 20;
}

.footer > div {
    position: relative;
    height: 100%;
    min-width: 1080px;
    width: 1081px;
    margin: 0 auto;
}

/* =========Общие стили для текста============ */

.footer  div li  a {
    font-size: 15px;
    color: #bfbfbf;

}
.footer > div .bold_footer { /*Жирный шрифт для текста*/
    font-family: "Ubuntu-Medium";
    text-decoration: none;
    font-size: 15px;
    color: white;

}

.footer > div .active_footer { /*активный текущий раздел */
    color: #ff0f3d;
    font-family: 'Ubuntu-Medium';
    text-decoration: none;
}





/*правая сторона центральной части футтера */
.footer > div > .footer_middle .footer_right .info_footer li:nth-child(1){
    font-family: Ubuntu-Medium;
    color: white;
}
.footer > div > .footer_middle .footer_right li {
    font-family: 'Ubuntu-Light';
    font-size: 15px;
    color: #bfbfbf;
}
.footer > div > .footer_middle .footer_right li a {
    text-decoration: none;
}


/*================Позиционирование и размер блоков===========*/
.footer > div > .footer_top{
    width: 100%;
    height: 57px;
    position: relative;
    top: 19px

}

.footer > div > .footer_top > a.logo-bottom {
    float: left;
    display: block;

    height: 100%;
    width: 275px;
}

.footer > div > .footer_middle {
    width: 100%;
    min-width: 1080px;
    height: 270px;
    margin-top: 10px;
}
.footer > div > .footer_middle > .footer_menu {
    width: 40%;
    min-width: 745px;
    float: left;
    margin-top: 15px;
    display: inline-block;
}
.footer > div > .footer_middle > .footer_menu > li:nth-child(1) {
    margin-right: 3%;
    /*line-height: 30px;*/
}

.footer > div > .footer_middle > .footer_menu > li > ul > li {
    line-height: 25px;
}


.footer > div > .footer_middle .footer_right {
    display: inline-block;
    margin-top: 15px;
    width: 25%;
    min-width: 310px;
    margin-left: 2%;
}

.footer > div > .footer_middle .footer_right > ul {
    margin-bottom: 15px;
}
.footer > div > .footer_middle .footer_right > ul > li,
.footer > div > .footer_middle .footer_right > .info_footer > li{
    line-height: 25px;
}

.footer > div > .logo_bottom {
    position: absolute;
    bottom: 25px;
}

/*============================================================================================
                                            Политика конфиденциальности
============================================================================================= */

.privacy_policy {
    font-family: 'Ubuntu-Light';
    font-size: 15px;
    line-height: 22px;
    margin-top: 30px;
}

.privacy_policy h2, 
.privacy_policy .h2, 
.privacy_policy h3, 
.privacy_policy .h3, 
.privacy_policy h4, 
.privacy_policy .h4, 
.privacy_policy h5, 
.privacy_policy .h5, 
.privacy_policy h6, 
.privacy_policy .h6 {
    font-family: 'Ubuntu-Medium';
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
}

.privacy_policy h2, 
.privacy_policy .h2, 
.privacy_policy h3, 
.privacy_policy .h3, 
.privacy_policy h4, 
.privacy_policy .h4, 
.privacy_policy h5, 
.privacy_policy .h5, 
.privacy_policy h6, 
.privacy_policy .h6, 
.privacy_policy p,
.privacy_policy ul,
.privacy_policy ol {
    padding: 0;
    margin: 0;
}

.privacy_policy ul, 
.privacy_policy ol {
    list-style: none;
}

.privacy_policy *+h2,
.privacy_policy *+.h2 {
    margin-top: 2.25rem
}

.privacy_policy *+h3,
.privacy_policy *+.h3 {
    margin-top: 2.1875rem
}

.privacy_policy *+h5,
.privacy_policy *+.h5 {
    margin-top: 1.5625rem
}

.privacy_policy *+h6,
.privacy_policy *+.h6 {
    margin-top: 1.875rem
}

.privacy_policy *+p {
    margin-top: 1rem
}

.privacy_policy *+ul,
.privacy_policy *+ol {
    margin-top: 1rem
}

.privacy_policy ul ul,
.privacy_policy ol ol,
.privacy_policy ul>li+li,
.privacy_policy ol>li+li {
    margin-top: .19em
}

.privacy_policy ul>li::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: .38em;
    height: .38em;
    margin-right: .62em;
    border-radius: 50%;
    background-color: #ff0f3d;
    top: 0;
    left: 0;
}

.privacy_policy ul ul {
    margin-left: 3em
}

.privacy_policy ol {
    counter-reset: li
}

.privacy_policy ol>li::before {
    content: counters(li, ".") ".";
    counter-increment: li;
    font-weight: 500;
    margin-right: .8em
}

.privacy_policy ol ol {
    margin-left: 2.3em
}

.privacy_policy a {
    transition: .2s ease-in-out;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}

.privacy_policy a:hover {
    border-color: transparent;
    color: #ff0f3d;
}

@media (min-width: 1280px) {
    .privacy_policy *+h2,
    .privacy_policy *+.h2 {
        margin-top: 2.75rem
    }

    .privacy_policy *+h3,
    .privacy_policy *+.h3 {
        margin-top: 2.3125rem
    }
}

@media (min-width: 480px) {
    .privacy_policy {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 768px) {
    .privacy_policy_list_two_column {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

/*============================================================================================
                                            Cookies
============================================================================================= */

.cookies {
    position: fixed;
    z-index: 111;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform .4s,opacity .4s;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding-top: 13px;
    padding-bottom: 13px;
    box-shadow: 0 -5px 10px rgba(0,0,0,.2);
    transform: translateY(110%);
}

.cookies.showed {
    transform: translateY(0);
}

.cookies__container {
    display: grid;
    grid-template-columns: -webkit-max-content auto -webkit-max-content;
    grid-template-columns: max-content auto max-content
}

.cookies__info {
    color: #ff0f3d;
    font-size: 20px;
    transform: translateY(3px)
}

.cookies__close {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    outline: 0;
    display: block;
    padding: 0;
    color: rgba(0,0,0,.2);
    font-size: 24px
}

.cookies__close:hover {
    color: #ff0f3d;
    cursor: pointer
}

.cookies__title .blank-tab {
    transform: translateY(2px)
}

.cookies__title .blank-tab * {
    fill: #ff0f3d
}

.cookies .icon {
    display: block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: #ff0f3d;
    fill: #ff0f3d;
}

.cookies a {
    color: #ff0f3d;
}

@media (min-width: 768px) {
    .cookies__container {
        grid-column-gap: 20px
    }
}

@media (min-width: 992px) {
    .cookies__action {
        align-self: center
    }
}

@media (max-width: 991.98px) {
    .cookies__close {
        transform: translateY(3px)
    }
}

@media (max-width: 767.98px) {
    .cookies__container {
        grid-column-gap: 14px;
        margin-bottom: 20px
    }

    .cookies__more {
        display: none
    }
}
/* End */
/* /local/templates/main/css/slick.css?15871156521776 */
/* /local/templates/main/components/bitrix/menu/main_menu/style.css?15994925342629 */
/* /local/templates/main/components/bitrix/breadcrumb/bread_crumbs/style.css?1587115652848 */
/* /local/templates/main/components/bitrix/menu/footer/style.css?15876275631231 */
/* /local/templates/main/template_styles.css?175275339618501 */
