/*@font-face{
    font-family: 'PlumbC Bold';
    src: url('../fonts/PLUMBC-BOLD.TTF') format('truetype'), url('../fonts/plumb-bold.otf');
}
@font-face{
    font-family: 'PlumbC';
    src: url('../fonts/PLUMBC.TTF') format('truetype');
}
@font-face{
    font-family: 'PlumbC Light';
    src: url('../fonts/plumb-light.ttf') format('truetype');
}*/


@font-face {
    font-family: 'PlumbC';
    src: url('../fonts/plumbc-webfont.woff2') format('woff2'),
         url('../fonts/plumbc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlumbC Bold';
    src: url('../fonts/plumbc-bold-webfont.woff2') format('woff2'),
         url('../fonts/plumbc-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PlumbC Light';
    src: url('../fonts/plumbc-light-webfont.woff2') format('woff2'),
         url('../fonts/plumbc-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PlumbC Medium';
    src: url('../fonts/plumbcmedium-webfont.woff2') format('woff2'),
         url('../fonts/plumbcmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'plumblight';
    src: url('plumb-light-webfont.woff2') format('woff2'),
         url('plumb-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}







html,
body
{
    font: 10px/10px 'PlumbC', Arial;
}
body
{
    font-size: 1.4rem;
    line-height: 1.6rem;

    color: #2a3338;
    background-color: #fff;
}
h1 {
    font-size:24px;
}
a
{
    text-decoration: none;

    color: #3586c4;
    outline: none;
}
a:hover,
a:focus,
a:visited
{
    text-decoration: none;

    color: #3586c4;
    outline: none;
}
.page-hidden
{
    overflow: hidden;

    height: 100%;
    max-height: 100vh;
    margin-right: 18px;
}
.animation-elem
{
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    /*transform: translateY(100px) !important;*/

    opacity: 0 !important;
}
.animation-elem.animated
{
    transform: translateY(0) !important;

    opacity: 1 !important;
}
.main-heading
{
    font-size: 1.8rem;
    line-height: 3.6rem;

    text-transform: uppercase;
}
.main-heading__margin
{
    margin-bottom: 25px;
}
.sub-heading
{
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 20px;

    color: #3586c4;
}
.stilized-list
{
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
}
.stilized-list li
{
    display: inline-block;

    margin-right: 40px;

    vertical-align: top;
}
.stilized-list li:last-of-type
{
    margin-right: 0;
}
.stilized-list li a
{
    display: block;
}
.main-dropdown .dropdown-toggle
{
    position: relative;

    padding-right: 20px;

    cursor: pointer;
    transition: color .3s;

    color: #000;
}
.main-dropdown .dropdown-toggle:before
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 12px;
    height: 6px;
    margin-top: -3px;

    content: '';

    background: url('../img/main-sprite.png') no-repeat 0 0;
}
.main-dropdown .dropdown-toggle:hover
{
    color: #3586c4;
}
.main-dropdown.open .dropdown-toggle
{
    color: #3586c4;
}
.dropdown-menu
{
    top: 55px;

    min-width: auto;
    padding: 10px 20px 0;

    border: none;
    border-radius: 0;
    background-color: #fafafa;
    /* box-shadow: 0 6px 10px #8a8b8c; */
}
.dropdown-menu li
{
    display: block;

    margin: 0;
}
.dropdown-menu li a
{
    font-size: 1.4rem;
    line-height: 2rem;

    display: block;

    width: 100%;
    padding: 10px 0;

    cursor: pointer;

    color: #000;
    border-bottom: 1px solid #f0f0f0;
}
.dropdown-menu li a:hover
{
    color: #000;
    background-color: transparent;
}
.dropdown-menu li:last-of-type a
{
    border-bottom: none;
}
.btn-dropdown
{
    z-index: 2;

    width: 70px !important;

    transition: color .3s;

    /* border: none !important; */
}
.btn-dropdown .dropdown-menu
{
    top: 100%;

    width: 70px;
    height: 62px;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #8f8f8f;
    background-color: #fafafa;
    box-shadow: 0 6px 10px #8a8b8c;
}
.btn-dropdown .dropdown-menu a
{
    line-height: 6.2rem;

    padding: 0;

    transition: color .3s, background-color .3s;

    color: #8f8f8f;
    background-color: transparent;
}
.btn-dropdown .dropdown-menu a:hover,
.btn-dropdown a:hover
{
    opacity: 1;
    color: #3586c4;
    border-color: #3586c4;
}
.btn-dropdown span
{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;

    transition: color .3s, border .3s;
}
.btn-dropdown:hover span
{
    color: #3586c4;
}
.flex-container
{
    display: flex;

    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}
.flex-container a
{
    text-align: left;

    flex-grow: 1;
}
.grey-stripe
{
    padding: 30px 0;

    background-color: #f1f1f1;
}
.grey-stripe .text-right
{
    font-size: 1.4rem;
    line-height: 1.4rem;

    display: inline-block;

    margin-right: 15px;
    margin-left: 55px;

    vertical-align: middle;
    text-transform: uppercase;

    color: #000;
}
.white-container
{
    padding: 35px 0;

    background-color: #fff;
}
.faq-section-wrapper {
    margin-bottom:30px;
}
.form-success {
    color:#39da07;
    margin-bottom:20px;
}
.slider
{
    position: relative;
}
.slider .slider-content
{
    z-index: 3;
}
.slider .slider-arrows
{
    position: absolute;
    z-index: 2;
    top: 50%;

    width: 100%;
    height: 32px;
    margin-top: -16px;
}
.slider .slider-arrows .arrow-left,
.slider .slider-arrows .arrow-right
{
    position: absolute;
    top: 0;

    width: 16px;
    height: 32px;

    cursor: pointer;
}
.slider .slider-arrows .arrow-left:before,
.slider .slider-arrows .arrow-right:before,
.slider .slider-arrows .arrow-left:after,
.slider .slider-arrows .arrow-right:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    content: '';
    transition: opacity .3s;

    opacity: 1;
    background-image: url('../img/slider-arrows.png');
    background-repeat: no-repeat;
}
.slider .slider-arrows .arrow-left:after,
.slider .slider-arrows .arrow-right:after
{
    opacity: 0;
}
.slider .slider-arrows .arrow-left:hover:before,
.slider .slider-arrows .arrow-right:hover:before
{
    opacity: 0;
}
.slider .slider-arrows .arrow-left:hover:after,
.slider .slider-arrows .arrow-right:hover:after
{
    opacity: 1;
}
.slider .slider-arrows .arrow-left
{
    left: -32px;
}
.slider .slider-arrows .arrow-left:before
{
    background-position: 0 0;
}
.slider .slider-arrows .arrow-left:after
{
    background-position: 0 -32px;
}
.slider .slider-arrows .arrow-right
{
    right: -32px;
}
.slider .slider-arrows .arrow-right:before
{
    background-position: -50px 0;
}
.slider .slider-arrows .arrow-right:after
{
    background-position: -50px -32px;
}
.tab-content
{
    display: none;
}
.tab-content.active
{
    display: block;
}
.btn,
a.btn
{
    line-height: 1.4rem;

    box-sizing: border-box;
    min-width: 95px;
    margin-right: 10px;
    padding: 10px 20px;

    text-align: center;
    white-space: normal;

    border: 1px solid transparent;
    border-radius: 0;
}
.btn:active,
a.btn:active,
.btn:focus,
a.btn:focus
{
    box-shadow: none !important;
}
.btn:last-of-type,
a.btn:last-of-type
{
    margin-right: 0;
}
.btn-default,
a.btn-default
{
    color: #959595;
    border-color: #8f8f8f;
    background-color: initial;
}
.btn-default:hover,
a.btn-default:hover,
.btn-default:active,
a.btn-default:active,
.btn-default:focus,
a.btn-default:focus
{
    color: #3586c4;
    border-color: #3586c4;
    background-color: initial;
}
.btn.active,
a.btn.active
{
    color: #f0f0f0;
    border-color: #8f8f8f;
    background-color: #8f8f8f;
    box-shadow: none;
}
.btn.active:hover,
a.btn.active:hover
{
    color: #f0f0f0;
    border-color: #8f8f8f;
    background-color: #8f8f8f;
    box-shadow: none;
}
.btn.active:focus,
a.btn.active:focus
{
    color: #f0f0f0;
    border-color: #8f8f8f;
    background-color: #8f8f8f;
}

.btn--operators {
    padding: 15px 13px;
    margin-top: -15px;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.btn--operators.active {
    color: #f0f0f0 !important;
}

.btn--show-all,
a.btn--show-all
{
    transition: opacity .3s;

    opacity: 1;
    color: #fff;
    border-color: #3586c4;
    background-color: #3586c4;
}
.btn--show-all:hover,
a.btn--show-all:hover,
.btn--show-all:active,
a.btn--show-all:active,
.btn--show-all:focus,
a.btn--show-all:focus
{
    opacity: .7;
    color: #fff;
}
.btn--mobile-hamburger,
a.btn--mobile-hamburger
{
    background: url('../img/main-sprite.png') no-repeat -182px 29px #3586c4;
}
.btn-blind,
a.btn-blind,
.btn-search,
a.btn-search
{
    position: relative;
}
.btn-blind:before,
a.btn-blind:before,
.btn-search:before,
a.btn-search:before,
.btn-blind:after,
a.btn-blind:after,
.btn-search:after,
a.btn-search:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    content: '';
    transition: opacity .3s;

    opacity: 1;
    background: url('../img/main-sprite.png') no-repeat;
}
.btn-blind:after,
a.btn-blind:after,
.btn-search:after,
a.btn-search:after
{
    opacity: 0;
}
.btn-blind:hover:before,
a.btn-blind:hover:before,
.btn-search:hover:before,
a.btn-search:hover:before
{
    opacity: 0;
}
.btn-blind:hover:after,
a.btn-blind:hover:after,
.btn-search:hover:after,
a.btn-search:hover:after
{
    opacity: 1;
}
.btn-blind,
a.btn-blind
{
    display: none;
}
.btn-blind:before,
a.btn-blind:before
{
    background-position: -31px 25px;
}
.btn-blind:after,
a.btn-blind:after
{
    background-position: -581px 25px;
}
.btn-search:before,
a.btn-search:before
{
    background-position: -95px 23px;
}
.btn-search:after,
a.btn-search:after
{
    background-position: -675px 23px;
}
.btn-mobile,
a.btn-mobile
{
    font-size: 2rem;
    line-height: 2.4rem;

    display: block;

    margin-bottom: 10px;
    padding: 15px 20px !important;

    text-align: center;
    text-transform: uppercase;

    color: #888787;
    border: 1px solid #888787;
    background-color: #fff;
}
.btn-mobile.active,
a.btn-mobile.active,
.btn-mobile:hover,
a.btn-mobile:hover,
.btn-mobile:active,
a.btn-mobile:active,
.btn-mobile:focus,
a.btn-mobile:focus,
.btn-mobile:visited,
a.btn-mobile:visited
{
    color: #888787;
    border-color: #888787;
    background-color: #fff;
}
.btn-mobile.active:hover,
a.btn-mobile.active:hover,
.btn-mobile.active:active,
a.btn-mobile.active:active,
.btn-mobile.active:focus,
a.btn-mobile.active:focus,
.btn-mobile.active:visited,
a.btn-mobile.active:visited
{
    color: #888787;
    border-color: #888787;
    background-color: #fff;
}
.btn-mobile--blue,
a.btn-mobile--blue
{
    margin: 10px 0;

    color: #3e8dbe;
    border-color: #3e8dbe;
}
.btn-mobile--blue.active,
a.btn-mobile--blue.active,
.btn-mobile--blue:hover,
a.btn-mobile--blue:hover,
.btn-mobile--blue:focus,
a.btn-mobile--blue:focus,
.btn-mobile--blue:visited,
a.btn-mobile--blue:visited,
.btn-mobile--blue:active,
a.btn-mobile--blue:active
{
    color: #3e8dbe;
    border-color: #3e8dbe;
    background-color: #fff;
}
.btn-mobile--blue.active:hover,
a.btn-mobile--blue.active:hover,
.btn-mobile--blue.active:focus,
a.btn-mobile--blue.active:focus,
.btn-mobile--blue.active:visited,
a.btn-mobile--blue.active:visited,
.btn-mobile--blue.active:active,
a.btn-mobile--blue.active:active
{
    color: #3e8dbe;
    border-color: #3e8dbe;
    background-color: #fff;
}
.btn--btn-link,
a.btn--btn-link
{
    position: relative;
}
.btn--btn-link:before,
a.btn--btn-link:before
{
    position: absolute;
    top: 50%;
    right: 24px;

    display: block;

    width: 8px;
    height: 14px;
    margin-top: -7px;

    content: '';

    background: url('../img/main-sprite.png') no-repeat -1600px 0;
}
.btn-group .btn
{
    margin-right: 0;
}
.btn-group .btn:hover
{
    color: #3586c4;
}
.slick-slide
{
    margin: 0 15px;
}
.slick-list
{
    margin: 0;
}
label
{
    font-weight: normal;

    display: block;

    width: auto;
}
.checkbox-label
{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.4rem;

    position: relative;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding-left: 35px;

    cursor: pointer;
    transition: color .3s;
    white-space: nowrap;

    color: #959595;
}
.checkbox-label:nth-of-type(4n)
{
    margin-right: 0;
}
.checkbox-label:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 24px;
    height: 24px;

    content: '';
    transition: border-color .3s;

    color: #8f8f8f;
    border: 1px solid;
}
.checkbox-label input[type='checkbox']
{
    display: none;
}
.checkbox-label:hover
{
    color: #3586c4;
}
.checkbox-label:hover:before
{
    border-color: #3586c4;
}
.checkbox-label.active
{
    color: #646464;
}
.checkbox-label.active:before
{
    border-color: #646464;
    background: url('../img/main-sprite.png') no-repeat -397px 6px;
}
.main-header {
    z-index: 200;
    position: relative;
}
.main-header__desktop
{
    display: block;

    transition: opacity .5s;

    opacity: 1;
    position: relative;
    z-index: 100;
}
.main-header__desktop.active
{
    opacity: 0;
}
.main-header__mobile
{
    display: none;
}
.main-header__top
{
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
    position: relative;
    z-index: 2;
}
.main-header__top li
{
    line-height: 60px;
}
.main-header__top a
{
    color: #000;
}
.main-header__top li &gt; a
{
    transition: color .3s;
}
.main-header__top li &gt; a:hover
{
    color: #3586c4;
}
/*Прячем кнопку языков*/
/* .main-header__top .btn-group .btn-dropdown .dropdown-menu
{
    display: none !important;
} */
.main-header .btn
{
    line-height: 60px;

    width: 70px;
    min-width: auto;
    height: 60px;
    padding: 0;

    border-color: #ddd;
    border-top: none;
    border-bottom: none;
}
.main-header .btn-default
{
    background-color: #fafafa;
}
.main-header__bottom .white-container
{
    padding-top: 20px;
    padding-bottom: 15px;
}
.main-header__bottom .white-container ul
{
    height: 110px;
    padding-top: 50px;
}
.main-header__fast-search
{
    position: relative;
    z-index: 99;

    padding: 65px 0;

    transition: box-shadow .7s, filter .7s;

    color: #fff;
    background: url('../img/main-search-background.png') no-repeat center center #599acc;
    background-size: cover;
    box-shadow: inset 0 15px 0 0 #fff, inset 0 -15px 0 0 #fff;
}
.main-header__fast-search.active {
    z-index: 101;
}
.main-header__fast-search input[type='submit']
{
    font-size: 1.6rem;
    line-height: 43px;

    padding: 0 30px;

    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}
.main-header__fast-search.active input,
.main-header__fast-search.active .custom-select-arrow {
    z-index: -1;
    opacity: .6;
}
.main-header__fast-search .input-group
{
    display: block;
}
.main-header__fast-search.animated-search:hover
{
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff;

    filter: saturate(120%);
}
.fast-search__link-container {
	position: relative;
	min-height: 100px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}
.fast-search__link {
	// height: 50%;
	flex-grow: 0;
	// flex-shrink: 50%;
	margin-bottom: 0 !important;
	position: relative;
}
.fast-search__link:first-of-type {
	top: 0px;
}
.fast-search__link:last-of-type {
	top: 40px;
}

.footer-bottom-row{
    margin-top: 40px;
}
.footer-contacts{
    width: 294px;
    display:inline-block;
    vertical-align: top;
    max-width: 100%;
    color: #3d3d3d;
    font-family: Arial;
    font-size: 14px;
}

.footer-contacts-address{   
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAYAAAAiYZ4HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQzMDExMTM4OEVDQTExRTc5NURDQzNBRDE2MEE0MThCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQzMDExMTM5OEVDQTExRTc5NURDQzNBRDE2MEE0MThCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDMwMTExMzY4RUNBMTFFNzk1RENDM0FEMTYwQTQxOEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDMwMTExMzc4RUNBMTFFNzk1RENDM0FEMTYwQTQxOEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7EQ7EqAAABPUlEQVR42oSSPUsDQRCG9xYLCaa1solgoZgUFqkstbnC3pQWgoUERAjEzkLy4S+wsBMFq1jYaGkhyCHRCBZC6oR0EYwinM+YWTlXowPPzezMO7N3uxfEcWzEgurdOG4dVmHeDK0Fx3AQl3KDT500IM4QnyWEvknjCk3twFSaKRbXkIUnqMOFDIMl2IYZuIf8GI9NFUdwCQ0mdfQ1G7hpWIYF0coOTYIchHCFuJ98F5rSuEU4l6GWx6zWIl8sprlIl3PS8OqGmdHmau9WT0AsZPupH8phLtTlgzSc6mILiggmEmKJi1oTO5GPniRoQ8r8bc+QsXxUl2Df/G81tD2ri7pe2ih7dEOtHp1sV4C3X8SSK6B5+WrQphvchn8NsEbt1iWsd0mHuN1Eqkzu6Nsxu9/bO/s96Ue849c+BBgA+hxnrLZ8mdwAAAAASUVORK5CYII=') 0px 0px no-repeat;
    padding-left: 30px;
}
.footer-contacts-email{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAYAAACEJVa/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg1QjQwNEJEOEVDQTExRTc4RjQzRThGNEY3QTgzNDk3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg1QjQwNEJFOEVDQTExRTc4RjQzRThGNEY3QTgzNDk3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODVCNDA0QkI4RUNBMTFFNzhGNDNFOEY0RjdBODM0OTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODVCNDA0QkM4RUNBMTFFNzhGNDNFOEY0RjdBODM0OTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7akQobAAABKUlEQVR42mJk6LjozcDAEM9APtjGAiRKgNiBAkNMQIaAMMMiH1kGdmZGonX+/c/AELXpEYjJzAITzNn1lCHTSJghx0iEQYaXFafmt9//Msy6+JZh4pk3cDFGYJgcBtI2MAFWJkaGEA1+hgITEQYzSS64wutvfzJMOPOaYcnVDwzffv9DNvcR3CXT3KQZDj3+yrDi+geG5dcg2EqaiyFaW5Bh851PDDvvfWb4D1Xrr8rHEKjKz5Cw7TGYDzdEV5SDIdNQmKHLQRJo4xuGvQ8/Mxx7+g2MYSBVXwjsQi0RDoZHn37DxVnQ/SzLx8rQ6yQJZEmCXXP4yVcGWxluBl8VPgYeNias4cSCLwYitQTAmBBgYqACgLvEduldsg0BueQQEP+nwCGHAQIMAAypVQAF5aE3AAAAAElFTkSuQmCC') 0px 0px no-repeat;
    padding-left: 30px;
    margin-top: 16px;
}
.footer-contacts-email a{
    color: #3d3d3d;
    font-family: Arial;
    font-size: 14px;    
}
.footer-contacts-email a:hover{
    text-decoration: underline;
}
.footer-contacts-phone{
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIwNEMzRTIxOEVDQjExRTdCOTVCOTA5RDUyQTEzNTk5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIwNEMzRTIyOEVDQjExRTdCOTVCOTA5RDUyQTEzNTk5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjA0QzNFMUY4RUNCMTFFN0I5NUI5MDlENTJBMTM1OTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjA0QzNFMjA4RUNCMTFFN0I5NUI5MDlENTJBMTM1OTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7fGsWnAAAAz0lEQVR42mJk6Lh4noGBQZkBAn4Csdv/cr3zDAQAExAbADEvFIsAsSYDEQCk8T6amCyxGm+jicUQq/EAmthSYjXCFP4F4kRgwHQQo5Hh////DMCQPQ3E/0FsYjETVH8kiGDsvLSbgUgA1gh03h0g1QbELkDN9cRoZAQ7FcbpvLQFSHkDcSPQsAYk8UQg5QjEe4D4HhA/RtEIVbQZSPkA8S6oFyyAeCuahR8xNEI1twKpKqKdiqbZFEj1AbENSRqRDNAGUgFQA1Sg6fkJQIABAPEiY+rRVWjLAAAAAElFTkSuQmCC') 0px 0px no-repeat;
    padding-left: 23px;
}
.footer-contacts-phone strong{
    font-size: 18px;
    font-weight: bold;
}
.footer-contacts-phone .footer-contacts-sub-text{
    color: #999999;
    font-size: 11px;
    margin-top: 6px;
}


.main-header__fixed,
.main-header__mobile
{
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;

    height: 80px;

    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.main-header__fixed ul,
.main-header__mobile ul
{
    padding: 30px 50px;
    padding-right: 0;
}
.main-header__fixed .btn,
.main-header__mobile .btn
{
    line-height: 8rem;

    height: 79px;
}
.main-header__fixed .btn-default,
.main-header__mobile .btn-default
{
    background-color: #fff;
}
.main-header__fixed .btn-blind:before,
.main-header__mobile .btn-blind:before
{
    background-position: -30px 33px;
}
.main-header__fixed .btn-blind:after,
.main-header__mobile .btn-blind:after
{
    background-position: -580px 33px;
}
.main-header__fixed .btn-search:before,
.main-header__mobile .btn-search:before
{
    background-position: -96px 33px;
}
.main-header__fixed .btn-search:after,
.main-header__mobile .btn-search:after
{
    background-position: -676px 33px;
}
.main-header__fixed
{
    transition: transform .3s;
    transform: translate3d(0, -80px, 0);
}
.main-header__fixed.active
{
    display: block;

    transform: translate3d(0, 0px, 0);
}
.main-header__fixed .btn-search
{
    margin-left: 30px !important;
}
.main-header__fixed-logo
{
    padding: 20px 0;
    display: block;
    white-space: nowrap;
}
.main-header__mobile
{
    border-bottom: 1px solid #ddd;
    background-color: #fafbfc;
    // overflow: hidden;
}
.main-header__mobile .btn-default
{
    background-color: #fafbfc;
}
.main-header__mobile .btn
{
    height: 80px;

    vertical-align: top;

    border-top: none;
    border-bottom: none;
}
.main-header__mobile .btn--mobile-hamburger
{
    border-right: none;
}
.main-header__list li a
{
    font-size: 1.8rem;
    font-weight: bold;

    transition: opacity .3s;

    opacity: 1;
}
.main-header__list li a:hover
{
    opacity: .5;
}
.main-logo
{
    display: block;

    padding-top: 20px;

    cursor: pointer;
    white-space: nowrap;
    position: relative;
}
.main-logo__img
{
    float: left;

    width: 75px;
    height: 75px;
    margin-right: 10px;

    background: url('../img/logo2.svg') no-repeat center center;
    background-size: 75px;
}
.main-logo__text
{
    font-family: 'PlumbC Bold';
    font-size: 1.4rem;
    /*line-height: 3.6rem;*/

    padding-top: 5px;

    white-space: normal;

    color: #434343;
    position: absolute;
    left: 85px;
    top: 20px;
    opacity: 1;
    transition: opacity .65s;
}
.main-logo__text--second {
    opacity: 0;
    line-height: 1.4rem;
    padding-top: 5px;
}
.main-logo__text--second sub {
    font-size: 14px;
    font-family: 'PlumbC';
}
.main-logo.active .main-logo__text {
    opacity: 0;
}
.main-logo.active .main-logo__text--second {
    opacity: 1;
}
.main-logo__text span
{
    font-size: 1.8rem;
    line-height: 3.6rem;

    display: block;

    color: #3586c4;
}
.main-logo__text--second span {
    font-size: 18px;
    color: inherit;
}
.main-logo__text--second span,
.main-logo__text--second sub {
    white-space: nowrap;
    text-transform: uppercase;
}
.main-logo:hover
{
    opacity: 1;
}
.main-header__fixed-logo .main-logo__img
{
    width: 40px;
    height: 40px;

    background-size: 40px;
}
.main-header__fixed-logo .main-logo__text
{
    font-size: 30px;
    line-height: 40px;

    padding-top: 0;

    white-space: nowrap;

    color: #3586c4;
}
.main-header__fixed-logo span {
    font-size: 2rem;
    line-height: 40px;
    font-family: 'PlumbC Bold';
    display: inline-block;
    vertical-align: middle;
}
.main-hamburger
{
    display: block;

    width: 19px;
    height: 14px;

    cursor: pointer;

    background: url('../img/main-sprite.png') no-repeat -50px -50px;
}
.fast-search__heading
{
    font-family: 'PlumbC Bold';
    font-size: 3rem;
    line-height: 3.8rem;

    display: block;

    margin-bottom: 30px;

    color: #fff;
}
.fast-search__heading:hover,
.fast-search__heading:focus,
.fast-search__heading:visited
{
    text-decoration: none;

    color: #fff;
}
.fast-search__heading span
{
    font-family: 'PlumbC';

    display: block;
}
.fast-search__heading img
{
    margin-right: 20px;
}
.fast-search__heading + .input-group
{
    z-index: 10;
}
.fast-search__clear-input-btn
{
    position: absolute;
    z-index: 20;
    top: 50%;
    right: 10px;

    display: none;

    width: 14px;
    height: 14px;
    margin-top: -7px;

    cursor: pointer;

    background: url('../img/main-sprite.png') no-repeat -1300px 0;
}
.fast-search__clear-input-btn.active
{
    display: block;
}
.statistic-elem
{
    font-family: 'PlumbC Light';

    position: relative;

    display: inline-block;

    margin-right: 90px;
    padding-top: 25px;

    text-align: center;
    vertical-align: top;
}
.statistic-elem:last-of-type
{
    margin-right: 0;
}
.statistic-elem__value
{
    font-size: 3rem;
    line-height: 70px;

    width: 70px;
    height: 70px;
    margin: 0 auto 20px;

    border: 2px solid rgba(255,255,255,.25);
    border-radius: 50%;
}
.statistic-elem__text
{
    font-size: 1.8rem;
    line-height: 2rem;
}
.statistic-elem canvas
{
    position: absolute;
    top: 25px;
    left: 50%;

    margin-left: -35px;
}
.main-news-slider
{
    position: relative;

    margin-bottom: 50px;
}
.main-news-slider .main-news-slider__content
{
    height: 605px;
    margin-bottom: 0;

    background-color: #5e99cc;
}
.main-news-slider .main-news-slider__content .slick-list,
.main-news-slider .main-news-slider__content .slick-track
{
    height: 605px;
}
.main-news-slider__dots
{
    position: absolute;
    right: 0;
    bottom: 165px;
    left: 0;

    text-align: center;
}
.main-news-slider ul li
{
    font-size: 0;
    line-height: 0;

    display: inline-block;

    width: 7px;
    height: 7px;
    margin-right: 11px;

    cursor: pointer;
    vertical-align: middle;

    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #fff;
}
.main-news-slider ul li.slick-active
{
    width: 11px;
    height: 11px;
    margin-right: 9px;

    border-color: #fff;
    background-color: #3586c4;
}
.main-news-slider ul li:last-of-type
{
    margin-right: 0;
}
.main-news-slider ul li button
{
    display: none;
}
.main-news-slider .slider-indicator
{
    position: absolute;
    z-index: 10;
    bottom: 0;

    display: block;

    width: 0;
    height: 3px;

    background-color: #44779e;
}
.main-news-slider__header .rss-icon
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    margin-left: 25px;

    vertical-align: baseline;
    transition: opacity .3s;

    background: url('../img/main-sprite.png') no-repeat 0 -50px;
}
.main-news-slider__header .rss-icon:hover {
    opacity: .7;
}
.main-news-slider-elem .news-elem__date { 
    color: #f5f5f5;
    position: relative;
    display: block;
     bottom: 0px; 
     left: 0px; 
     right: 0px; 
    width: 100px;
    text-align: center;
}
.main-news-slider-elem .news-elem__date:before { display: none; }

.main-news-slider-elem
{
    position: relative;

    overflow: hidden;

    height: 605px;
    margin: 0;
}
.main-news-slider-elem img
{
    /*position: absolute;
    top: -999px;
    right: -999px;
    bottom: -999px;
    left: -999px;*/

    margin: auto;
    min-width: 100%;
    /*min-height: 100%;*/
}
.main-news-slider-elem__content,
a.main-news-slider-elem__content
{
    font-size: 2.4rem;
    line-height: 3rem;

    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 35px;

    color: #fff;
    background-color: #5e99cc;
}
.news-elem
{
    font-size: 1.4rem;

    height: 185px;
    margin-bottom: 25px;
    padding: 25px 40px;
    position: relative;

    background-color: #f5f5f5;
    overflow: hidden;
    z-index: 1;
}
.news-elem__heading
{
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2rem;

    display: block;

    margin-bottom: 15px;

    transition: opacity .3s;

    opacity: 1;
}
.news-elem__heading:hover
{
    opacity: .7;
}
.news-elem__content
{
    position: relative;

    overflow: hidden;

    height: 50px;
    margin-bottom: 15px;
}
.news-elem__content:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    height: 30px;

    content: '';

    box-shadow: inset 0 -25px 39px -5px #f5f5f5;
}
.news-elem__date
{
    font-size: 1.2rem;
    position: absolute;
    display: block;
    bottom: 18px;
    left: 40px;
    right: 40px;
    z-index: 10;
    color: #afaeae;
}
.news-elem__date:before {
    position: absolute;
    right: 0;
    top: -5px;
    left: 0;
    display: block;
    height: 30px;
    content: '';
    background-color: #f5f5f5;
    z-index: -1;
    box-shadow: 0 -5px 15px 3px #f5f5f5;
}
.block-link,
a.block-link
{
    font-size: 1.8rem;
    line-height: 2.4rem;

    position: relative;

    box-sizing: border-box;
    width: 30%;
    height: 150px;
    margin: 25px 50px 25px 0;

    transition: color .3s, background-color .3s, border-color .3s;

    color: #2a3338;
    border: 1px solid #8f8f8f;
}
.block-link:nth-of-type(3n),
a.block-link:nth-of-type(3n)
{
    margin-right: 0;
}
.block-link:before,
a.block-link:before,
.block-link:after,
a.block-link:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 100px;
    height: 100px;
    margin-top: -50px;

    content: '';
    transition: opacity .3s;

    opacity: 1;
    background-image: url('../img/main-sprite.png');
    background-repeat: no-repeat;
}
.block-link:after,
a.block-link:after
{
    opacity: 0;
}
.block-link:hover,
a.block-link:hover
{
    opacity: 1;
    color: #fff;
    border-color: #3586c5;
    background-color: #3586c5;
}
.block-link:hover:before,
a.block-link:hover:before
{
    opacity: 0;
}
.block-link:hover:after,
a.block-link:hover:after
{
    opacity: 1;
}
.block-link__container,
a.block-link__container
{
    display: table;

    width: 100%;
    height: 100%;
    padding: 0 100px 0 50px;
}
.block-link__container span,
a.block-link__container span
{
    display: table-cell;

    vertical-align: middle;
}
.slider .main-slider-elem
{
    display: inline-block;
    float: none;

    height: auto !important;
    margin-right: 70px;

    vertical-align: middle;

    outline: none;
}
.main-block-slider .main-slider-elem
{
    position: relative;

    margin: 0 65px;

    transform: translate3d(0, 0, 0);
}
.main-block-slider .main-slider-elem__heading
{
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2rem;

    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;

    transition: transform .3s, padding-bottom .3s, padding-top .3s;

    color: #4a90c8;
}
.main-block-slider .main-slider-elem__date
{
    line-height: 14px;

    overflow: hidden;

    height: 0;

    transition: height .3s;

    color: #8f8f8f;
}
.main-block-slider .main-slider-elem:after
{
    position: absolute;
    top: 50%;
    right: -66px;

    display: block;

    width: 1px;
    height: 90px;
    margin-top: -45px;

    content: '';

    background-color: #dadada;
}
.main-block-slider .main-slider-elem:hover .main-slider-elem__heading
{
    padding-top: 0;
    padding-bottom: 0;

    transform: translate3d(0, -14px, 0);
}
.main-block-slider .main-slider-elem:hover .main-slider-elem__date
{
    height: 14px;
}
.main-block-slider .main-slider-elem.slick-current:before
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -65px;

    display: block;

    width: 1px;
    height: 90px;
    margin-top: -45px;

    content: '';

    background-color: #fff;
}
a.block-slider-elem,
.block-slider-elem
{
    font-size: 1.6rem;

    width: 300px;
    height: auto;
    min-height: 290px;
//padding: 20px 40px 0;
    padding: 10px 10px 0;

    transition: color .3s, background-color .3s;
    text-align: center;

    color: #434343;
    background-color: #fff;
}
/*
// a.block-slider-elem:first-of-type,
// .block-slider-elem:first-of-type
// {
//     margin-right: 0;
// }
*/
a.block-slider-elem__img-container,
.block-slider-elem__img-container
{
    position: relative;

    height: 170px;
}
a.block-slider-elem__img-container:before,
.block-slider-elem__img-container:before,
a.block-slider-elem__img-container:after,
.block-slider-elem__img-container:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 200px;
    height: 100px;
    margin-top: -50px;
    margin-left: -100px;

    content: '';
    transition: opacity .3s;

    opacity: 1;
    background: url('../img/main-sprite.png') no-repeat;
}
a.block-slider-elem__img-container:after,
.block-slider-elem__img-container:after
{
    opacity: 0;
}
a.block-slider-elem__heading,
.block-slider-elem__heading
{
    font-size: 1.6rem;
    line-height: 2rem;

    text-transform: uppercase;
}
a.block-slider-elem__btn,
.block-slider-elem__btn
{
    font-size: 1.6rem;
    line-height: 1.6rem;

    display: block;

    max-width: 200px;
    margin: 0 auto;
    padding: 10px 20px;

    transition: transform .3s linear .3s, color .3s linear 0s, background-color .3s linear 0s, border .3s linear 0s, opacity .3s linear 0s;
    transform: rotateY(90deg);

    color: #fff;
    border: 2px solid #3586c4;
    background-color: #3586c4;
}
a.block-slider-elem__btn:hover,
.block-slider-elem__btn:hover
{
    opacity: .7;
}
a.block-slider-elem:hover,
.block-slider-elem:hover
{
    opacity: 1;
    color: #fff;
    background-color: #3586c5;
}
a.block-slider-elem:hover .block-slider-elem__img-container:before,
.block-slider-elem:hover .block-slider-elem__img-container:before
{
    opacity: 0;
}
a.block-slider-elem:hover .block-slider-elem__img-container:after,
.block-slider-elem:hover .block-slider-elem__img-container:after
{
    opacity: 1;
}
a.block-slider-elem:hover .block-slider-elem__btn,
.block-slider-elem:hover .block-slider-elem__btn
{
    transform: rotateY(0);
}
.main-block-slider--large a.block-slider-elem,
.main-block-slider--large .block-slider-elem
{
    position: relative;

    overflow: hidden;

    width: 381px;
    height: 300px;
    margin: 0 25px;

    text-align: left;
}
.main-block-slider--large a.block-slider-elem img,
.main-block-slider--large .block-slider-elem img
{
    position: absolute;
    top: 0;
    left: 0;

    min-width: 100%;
    min-height: 100%;
}
.main-block-slider--large a.block-slider-elem__heading,
.main-block-slider--large .block-slider-elem__heading
{
    line-height: 70px;

    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;

    height: 70px;

    transition: height .3s;
    text-align: center;

    background-color: rgba(249,248,245,.8);
}
.main-block-slider--large a.block-slider-elem:hover,
.main-block-slider--large .block-slider-elem:hover
{
    color: #434343;
    background-color: #fff;
    
}
.main-block-slider--large a.block-slider-elem:hover .block-slider-elem__heading,
.main-block-slider--large .block-slider-elem:hover .block-slider-elem__heading
{
	padding: 20px 0;
    height: 160px;
    line-height: 40px;
}
.footer-slider
{
    padding: 15px 0;
}
.footer-slider .footer-slider-elem
{
    display: table;

    width: auto;
    height: auto;
}
.footer-slider__elem {
    opacity: 1;
    transition: opacity .3s;
}
.footer-slider__elem:hover {
    opacity: .7;
}
.footer-slider .footer-slider-elem__img
{
    display: table-cell;

    max-width: 95px;
    height: 80px;
    padding-right: 15px;

    text-align: right;
    vertical-align: middle;
}
.footer-slider .footer-slider-elem__img img
{
    display: inline-block;
}
.footer-slider .footer-slider-elem__heading
{
    font-size: 1.2rem;

    display: table-cell;

    vertical-align: middle;
    text-transform: uppercase;

    color: #000;
	padding: 5%;
	text-align: center;
}
.main-footer
{
    position: relative;
}
.main-footer .white-container
{
    padding-top: 40px;
    padding-bottom: 60px;
}
.main-footer .main-footer-links
{
    margin-bottom: 20px;
}
.main-footer .main-footer-links li
{
    position: relative;
}
.main-footer .main-footer-links li a
{
    font-size: 1.6rem;
    line-height: 2.6rem;

    transition: opacity .3s;

    opacity: 1;
}
.main-footer .main-footer-links li a:hover
{
    opacity: .7;
}
.main-footer .main-footer-links li:before
{
    position: absolute;
    top: 50%;
    right: -25px;

    display: block;

    width: 1px;
    height: 16px;
    margin-top: -8px;

    content: '';

    background-color: #3586c4;
}
.main-footer .main-footer-links li:last-of-type:before
{
    display: none;
}
.main-footer .social-heading
{
    font-size: 1.6rem;
    line-height: 2.6rem;

    color: #959595;
}
.main-footer .hidden-stripe
{
    font-size: 1.6rem;
    line-height: 1.6rem;

    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;

    overflow: hidden;

    box-sizing: border-box;
    width: 165px;
    height: 45px;
    padding: 0;

    transition: width .5s;

    color: #fff;
    background-color: #0072b2;
}
.main-footer .hidden-stripe__content
{
    line-height: 45px;

    overflow: hidden;
}
.main-footer .hidden-stripe.active
{
    width: 100%;
}
.main-footer .hidden-stripe.active .hidden-stripe__arrow
{
    right: 0;
    left: auto;

    transform: rotate(180deg);
}
.main-footer .hidden-stripe__btn
{
    cursor: pointer;
}
.main-footer .hidden-stripe__btn-content
{
    line-height: 50px;

    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 150px;
    height: 45px;
    padding: 0 40px 0 70px;

    transition: left .5s;

    background-color: #0072b2;
}
.main-footer .hidden-stripe__btn-content:before
{
    position: absolute;
    top: 10px;
    left: 20px;

    display: block;

    width: 27px;
    height: 27px;

    content: '';

    background: url('../img/main-sprite.png') no-repeat -300px -150px;
}
.main-footer .hidden-stripe .hidden-stripe__arrow
{
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 145px;

    display: block;

    width: 20px;

    transition: right .5s, transform .5s;
    transform-origin: center;

    background: url('../img/main-sprite.png') no-repeat -290px -80px;
    background-color: #0072b2;
}
.main-footer .hidden-stripe__date
{
    position: relative;

    display: inline-block;

    margin-right: 10px;
    padding-right: 5px;

    vertical-align: top;
}
.main-footer .hidden-stripe a
{
    display: inline-block;

    // width: 100vw !important;

    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #fff;
}
.main-footer .rounded-links li &gt; a
{
    width: 42px;
    height: 42px;

    transition: background-color .3s, opacity .3s;

    color: #fff;
    border-radius: 50%;
    background-color: #999;
    opacity: .9;
}
.main-footer .rounded-links li &gt; a:hover
{
    opacity: 1;
    background-color: #599acc;
}
.main-footer .rounded-links li
{
    margin-right: 30px;
}
.main-footer .rounded-links li:last-of-type
{
    margin-right: 0;
}
.main-footer__copyrights
{
    font-size: 1.2rem;
    line-height: 1.2rem;

    padding-top: 20px;

    color: #999;
}
.main-footer .hidden-stripe-elem
{
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 45px;

    position: relative;

    display: inline-block;

    margin-right: 15px;
    margin-left: 0;
    padding-right: 15px;

    background-color: transparent;
}
.main-footer .hidden-stripe-elem:after
{
    position: absolute;
    top: 50%;
    right: -1px;

    display: block;

    width: 1px;
    height: 16px;
    margin-top: -8px;

    content: '';

    background-color: #fff;
}
.tickercontainer
{
    width: auto;
    height: 100%;

    color: #fff;
    border: none;
    background: transparent;
}
.tickercontainer .mask
{
    top: 0;
    left: 0;

    width: 100%;
}
ul.newsticker a
{
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 45px;

    display: inline-block;

    margin: 0;
}
.main-form
{

}
.main-form .btn-submit
{
    line-height: 5rem;

    width: 200px;
    height: 50px;
    margin: 0;
    padding: 0 40px;

    text-transform: uppercase;

    border-radius: 0;
}
.main-form input[type='text'],
.main-form input[type='password'],
.main-form input[type='email'],
.main-form textarea
{
    display: block;

    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    padding: 10px;

    resize: vertical;
    transition: border-color .3s;

    border: 1px solid #c8c8c8;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.main-form input[type='text']:hover,
.main-form input[type='password']:hover,
.main-form input[type='email']:hover,
.main-form textarea:hover,
.main-form input[type='text']:focus,
.main-form input[type='password']:focus,
.main-form input[type='email']:focus,
.main-form textarea:focus
{
    outline: none;
    box-shadow: none;
}
.main-form input[type='text']:focus,
.main-form input[type='password']:focus,
.main-form input[type='email']:focus,
.main-form textarea:focus
{
    border-color: #a7a7a7;
}
.main-form textarea
{
    height: auto;
    min-height: 150px;
}
.main-form label
{
    display: block;

    margin-bottom: 15px;
}
.important-star
{
    color: #f00;
}
.input_error
{
    border-color: #f00;
}
.subscription-block
{
    max-width: 730px;

    color: #959595;
}
.subscription-block a
{
    text-decoration: underline;

    color: #959595;
}
.subscription-block input[type='text'],
.subscription-block input[type='password'],
.subscription-block input[type='email']
{
    float: left;

    width: calc(100% - 200px);
    margin-bottom: 45px;

    border-right: none;
}
.subscription-block .btn-submit
{
    float: right;

    border-radius: 0 2px 2px 0;
}
.subscribe-form
{
    position: relative;
}
.subscribe-form .container
{
    transition: opacity 1s;
}
.subscribe-form .container.faded
{
    opacity: .4;
}
.subscribe-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background: rgba(255,255,255,.5);
}
.subscribe-overlay__content
{
    font-size: 2.6rem;
    line-height: 200px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 400px;
    height: 200px;
    margin-top: -100px;
    margin-left: -200px;

    text-align: center;

    color: #3586c4;
}
.main-form-group label
{
    line-height: 50px;

    display: block;

    height: 50px;
    margin-bottom: 0;
    padding: 0;
}
.main-form-group textarea
{
    box-sizing: border-box;
    min-height: 180px;
}
.main-form-group .btn-submit
{
    width: 100%;
}
.main-form-group img
{
    margin-bottom: 50px;
}
.input-group
{
    display: block;
}
/*
// .input-group .selectize-control
// {
//     margin-right: 150px;
// }
// .input-group .selectize-control .selectize-input
// {
//     font-size: 1.6rem;
//     line-height: 4.5rem;

//     height: 45px;
//     padding: 0;

//     color: #fff;
//     border: none;
//     border-bottom: 1px solid #fff;
//     border-radius: 0;
//     background-color: transparent;
//     box-shadow: none;
// }
// .input-group .selectize-control .selectize-input:before
// {
//     position: absolute;
//     top: 50%;
//     right: 0;
//     left: auto;

//     display: block;

//     width: 20px;
//     height: 10px;
//     margin-top: -6px;

//     content: '';

//     background: url('../img/main-sprite.png') no-repeat -150px -50px;
// }
// .input-group .selectize-control .selectize-input input
// {
//     font-size: 1.6rem;

//     color: #fff;
// }
// .input-group .selectize-control .selectize-input.input-active
// {
//     padding-left: 20px;

//     color: #fff;
//     border-bottom-color: transparent;
//     background-color: transparent;
//     box-shadow: none;
// }
// .input-group .selectize-control .selectize-input.input-active input
// {
//     color: #fff;
// }
// .input-group .selectize-control .selectize-input:after
// {
//     display: none;
// }
// .selectize-select.active.selectize-control .selectize-input
// {
//     padding-left: 15px;

//     color: #3686c3 !important;
//     background-color: #fff !important;
// }
// .selectize-select.active.selectize-control .selectize-input input
// {
//     color: #3686c3;
// }
// .selectize-select .selectize-dropdown
// {
//     font-size: 1.6rem;

//     left: 0;

//     overflow: hidden !important;

//     box-sizing: border-box;
//     width: 100% !important;
//     height: 375px;
//     padding: 15px 20px !important;

//     border: none;
//     border-radius: 0;
//     background-color: #fff;
//     box-shadow: 0 4px 8px #8a8b8c;
// }
// .selectize-select .selectize-dropdown .option
// {
//     padding: 10px 20px;

//     color: #3686c3;
//     border-bottom: 1px solid #f0f0f0;
//     background-color: transparent;
// }
// .selectize-select .selectize-dropdown .option.active
// {
//     background-color: transparent;
// }
// .selectize-select .selectize-dropdown [data-selectable] .highlight
// {
//     font-weight: bold;

//     background: none;
// }
// .selectize-select .selectize-dropdown .jspVerticalBar
// {
//     background-color: #f5f5f5;
// }
// .selectize-select .selectize-dropdown .jspVerticalBar:after
// {
//     background-color: #fff;
// }
// .selectize-select .selectize-dropdown .jspDrag
// {
//     background-color: #3586c4;
// }
// .selectize-select .selectize-dropdown .jspContainer
// {
//     width: 100% !important;
//     height: 100% !important;
// }
// .selectize-select .selectize-dropdown .jspPane
// {
//     width: 100% !important;
//     padding-right: 30px !important;
// }
// .selectize-select .selectize-dropdown-content
// {
//     overflow: auto;

//     max-height: 100%;
// }

*/

.custom-select
{
    position: relative;
    z-index: 10;

    transition: margin-right .3s, opacity .3s;

    color: #fff;
}
.custom-select:hover {
    opacity: .7;
}
.custom-select.animated:hover,
.custom-select.active:hover {
    opacity: 1;
}
.custom-select-arrow
{
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;

    display: block;

    width: 20px;
    height: 10px;
    margin-top: -6px;

    content: '';
    cursor: pointer;

    background: url('../img/main-sprite.png') no-repeat -150px -50px;
}
.custom-select__elem
{
    padding: 10px 20px;

    border-bottom: 1px solid #f0f0f0;
}
.custom-select__list
{
    position: absolute;
    z-index: 10;
    top: 100%;
    right: 0;
    left: 0;

    display: none;
    overflow-x: hidden;
    overflow-y: scroll;

    width: auto !important;
    height: 300px;
    padding: 10px 20px !important;

    color: #3586c4;
    background-color: #fff;
    box-shadow: 0 6px 10px #8a8b8c;
}
.custom-select.active .custom-select__list
{
    display: block;
}

.custom-select__close {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 25px;
    right: -40px;
    opacity: 0;
    cursor: pointer;
    transition: opacity .2s, transform .3s;
    transform-origin: center;

}
.custom-select__close span {
    display: block;
    height: 2px;
    background-color: #fff;
    position: relative;
    width: 22px;

}
.custom-select__close span:first-of-type {
    transform: rotate(45deg);
    top: 2px;
}
.custom-select__close span:last-of-type {
    transform: rotate(-45deg);
}
.custom-select__close:hover {
    transform: scale(1.05);
}
.main-header__fast-search.active .custom-select__close {
    opacity: 1;
}
.custom-select.animated
{
    margin-right: 150px;
}
.custom-select input
{
    font-size: 1.6rem;
    line-height: 4.5rem;

    display: block;

    width: 100%;
    height: 45px;
    padding: 10px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
.custom-select input.input--has-val
{
    color: #3586c4;
    background-color: #fff;
}
.custom-select .jspVerticalBar
{
    background-color: #f5f5f5;
}
.custom-select .jspVerticalBar:after
{
    background-color: #fff;
}
.custom-select .jspDrag
{
    background-color: #3586c4;
}
.custom-select .jspContainer
{
    width: 100% !important;
    height: 100% !important;
}
.custom-select .jspPane
{
    width: 100% !important;
    padding-right: 30px !important;
}
.custom-select__elem
{
    font-size: 1.6rem;
    line-height: 2rem;

    position: relative;

    cursor: pointer;
    text-transform: uppercase;
}
.custom-select__elem span
{
    font-weight: bold;
}
.custom-select .selectize-input
{
    font-size: 1.6rem;
    line-height: 50px;

    padding: 0 10px;

    border: 1px solid #a7a7a7;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.custom-select .selectize-input input
{
    font-size: 1.6rem;

    color: #fff;
}
.custom-select .selectize-input.input-active
{
    padding-left: 20px;

    color: #fff;
    border-bottom-color: transparent;
    background-color: transparent;
    box-shadow: none;
}
.custom-select .selectize-input.input-active input
{
    color: #fff;
}
.custom-select .selectize-input:after
{
    display: none;
}
.custom-select .selectize-dropdown
{
    font-size: 1.6rem;

    left: 0;

    overflow: hidden !important;

    box-sizing: border-box;
    width: 100% !important;
    height: 375px;
    padding: 15px 20px !important;

    border: 1px solid #a7a7a7;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 6px 10px #8a8b8c;
}
.custom-select .selectize-dropdown .option
{
    padding: 10px 20px;

    color: #3686c3;
    border-bottom: 1px solid #f0f0f0;
    background-color: transparent;
}
.custom-select .selectize-dropdown .option.active
{
    background-color: transparent;
}
.custom-select .selectize-dropdown [data-selectable] .highlight
{
    font-weight: bold;

    background: none;
}
.custom-select .selectize-dropdown-content
{
    overflow: auto;

    max-height: 100%;
}
.custom-select .jspVerticalBar
{
    background-color: #f5f5f5;
}
.custom-select .jspVerticalBar:after
{
    background-color: #fff;
}
.custom-select .jspDrag
{
    background-color: #3586c4;
}
.custom-select .jspContainer
{
    width: 100% !important;
    height: 100% !important;
}
.custom-select .jspPane
{
    width: 100% !important;
    padding-right: 30px !important;
}
.custom-select--form .selectize-input
{
    font-size: 1.6rem;
    line-height: 50px;

    padding: 0 10px;

    border: 1px solid #a7a7a7;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}
.custom-select--form .selectize-input span
{
    font-size: 1.6rem;
}
.custom-select--form .selectize-input:after
{
    display: none;
}
.custom-select--form .selectize-dropdown
{
    font-size: 1.6rem;

    left: 0;
    right: 0;

    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 375px;
    padding: 15px 20px !important;

    border: 1px solid #a7a7a7;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px #8a8b8c;
}
.custom-select--form .selectize-dropdown .option
{
    padding: 10px 20px;

    color: #000;
    border-bottom: 1px solid #f0f0f0;
    background-color: transparent;
}
.custom-select--form .selectize-dropdown .option.active
{
    background-color: transparent;
}
.custom-select--form .selectize-dropdown [data-selectable] .highlight
{
    font-weight: bold;

    background: none;
}
.custom-select--form .selectize-dropdown-content
{
    overflow: auto;

    max-height: 100%;
}
.custom-select--form .jspVerticalBar
{
    background-color: #f5f5f5;
}
.custom-select--form .jspVerticalBar:after
{
    background-color: #fff;
}
.custom-select--form .jsp-drag
{
    background-color: #3586c4;
}
.custom-select--form .jsp-container
{
    width: 100% !important;
    height: 100% !important;
}


/*
// .custom-select .selectize-input
// {
//     font-size: 1.6rem;
//     line-height: 50px;

//     padding: 0 10px;

//     border: 1px solid #a7a7a7;
//     border-radius: 0;
//     background-color: transparent;
//     box-shadow: none;
// }
// .custom-select .selectize-input input
// {
//     font-size: 1.6rem;

//     color: #fff;
// }
// .custom-select .selectize-input.input-active
// {
//     padding-left: 20px;

//     color: #fff;
//     border-bottom-color: transparent;
//     background-color: transparent;
//     box-shadow: none;
// }
// .custom-select .selectize-input.input-active input
// {
//     color: #fff;
// }
// .custom-select .selectize-input:after
// {
//     display: none;
// }
// .custom-select .selectize-dropdown
// {
//     font-size: 1.6rem;

//     left: 0;

//     overflow: hidden !important;

//     box-sizing: border-box;
//     width: 100% !important;
//     height: 375px;
//     padding: 15px 20px !important;

//     border: 1px solid #a7a7a7;
//     border-radius: 0;
//     background-color: #fff;
//     box-shadow: 0 6px 10px #8a8b8c;
// }
// .custom-select .selectize-dropdown .option
// {
//     padding: 10px 20px;

//     color: #3686c3;
//     border-bottom: 1px solid #f0f0f0;
//     background-color: transparent;
// }
// .custom-select .selectize-dropdown .option.active
// {
//     background-color: transparent;
// }
// .custom-select .selectize-dropdown [data-selectable] .highlight
// {
//     font-weight: bold;

//     background: none;
// }
// .custom-select .selectize-dropdown-content
// {
//     overflow: auto;

//     max-height: 100%;
// }
// .custom-select .jspVerticalBar
// {
//     background-color: #f5f5f5;
// }
// .custom-select .jspVerticalBar:after
// {
//     background-color: #fff;
// }
// .custom-select .jspDrag
// {
//     background-color: #3586c4;
// }
// .custom-select .jspContainer
// {
//     width: 100% !important;
//     height: 100% !important;
// }
// .custom-select .jspPane
// {
//     width: 100% !important;
//     padding-right: 30px !important;
// }

*/

.icon--insurance-question:before
{
    background-position: 20px -280px;
}
.icon--insurance-question:after
{
    background-position: 20px -480px;
}
.icon--safety-question:before
{
    background-position: -200px -280px;
}
.icon--safety-question:after
{
    background-position: -200px -480px;
}
.icon--recommends:before
{
    background-position: -380px -280px;
}
.icon--recommends:after
{
    background-position: -380px -480px;
}
.icon--safety-threat:before
{
    background-position: -590px -275px;
}
.icon--safety-threat:after
{
    background-position: -590px -475px;
}
.icon--visa:before
{
    background-position: -800px -275px;
}
.icon--visa:after
{
    background-position: -800px -475px;
}
.icon--usefull-links:before
{
    background-position: -990px -280px;
}
.icon--usefull-links:after
{
    background-position: -990px -480px;
}
.icon--rights:before
{
    background-position: -1600px -270px;
}
.icon--rights:after
{
    background-position: -1600px -470px;
}
.icon--insurance-info:before
{
    background-position: -1390px -280px;
}
.icon--insurance-info:after
{
    background-position: -1390px -480px;
}
.icon--reference:before
{
    background-position: -1190px -280px;
}
.icon--reference:after
{
    background-position: -1190px -480px;
}
.icon--operator-info:before
{
    background-position: 70px -685px;
}
.icon--operator-info:after
{
    background-position: 70px -885px;
}
.icon--infografika:before
{
    background-position: -1130px -685px;
}
.icon--infografika:after
{
    background-position: -1130px -888px;
}
.icon--osovet:before
{
    background-position: -935px -685px;
}
.icon--osovet:after
{
    background-position: -935px -888px;
}
.icon--tourhelp:before
{
    background-position: -130px -685px;
}
.icon--tourhelp:after
{
    background-position: -130px -885px;
}
.icon--tour-education:before
{
    background-position: -330px -685px;
}
.icon--tour-education:after
{
    background-position: -330px -885px;
}
.icon--power:before
{
    background-position: -540px -685px;
}
.icon--power:after
{
    background-position: -540px -885px;
}
.icon--competition:before
{
    background-image: url('../img/competition-icon.png');
    background-position: 58px 15px;
}
.icon--competition:after
{
    background-image: url('../img/competition-icon.png');
    background-position: 58px -85px;
}
.icon-facebook,
.icon-vk,
.icon-ok,
.icon-twitter
{
    background: url('../img/main-sprite.png') no-repeat;
}
.icon-facebook
{
    background-position: 15px -140px;
}
.icon-vk
{
    background-position: -41px -135px;
}
.icon-ok
{
    background-position: -86px -142px;
}
.icon-twitter
{
    background-position: -138px -137px;
}
.main-overlay
{
    position: fixed;
    z-index: -20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    padding: 60 50px 20px;

    color: #fff;
    background-color: #3586c4;
}
.main-overlay a
{
    transition: opacity .3s;

    opacity: 1;
    color: #fff;
}
.main-overlay a:hover
{
    opacity: .65;
}
.main-overlay__row
{
    margin-bottom: 20px;
    padding-bottom: 70px;

    /* border-bottom: 1px solid #fff; */
}
.main-overlay__close
{
    position: absolute;
    top: 60px;
    right: 46px;

    width: 20px;
    height: 20px;

    cursor: pointer;
    transition: opacity .3s;

    background: url('../img/main-sprite.png') no-repeat -1000px 0;
}
.main-overlay__close:hover
{
    opacity: .65;
}
.main-overlay__content
{
    position: absolute;
    top: 100px;
    right: 50px;
    bottom: 140px;
    left: 50px;
}
.main-overlay.active
{
    z-index: 250;

    display: block;
}
.main-overlay__heading
{
    font-size: 2.4rem;
    line-height: 2.4rem;

    position: relative;

    display: block;

    margin-bottom: 35px;
    padding: 15px 0 35px;

    border-bottom: 1px solid #fff;
}
a.main-overlay__heading
{
    margin-bottom: 0;

    border-bottom: none;
}
.main-overlay ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.main-overlay ul li a
{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.1rem;

    display: inline-block;

    margin-bottom: 25px;
}
.main-overlay ul ul
{
    padding-left: 20px;
}
.main-overlay ul ul a
{
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6rem;
}
.main-overlay__footer
{
    position: absolute;
    right: 119px;
    bottom: 0;
    left: 50px;
    text-align: center;

    padding-top: 20px;

    border-top: 1px solid #fff;
    background-color: #3586c4;
}
.main-overlay__footer ul li
{
    margin-right: 25px;
}
.main-overlay__footer ul li a
{
    font-size: 1.6rem;
    line-height: 2.4rem;

    position: relative;

    padding-right: 25px;
}
.main-overlay__footer ul li a:before
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 1px;
    height: 16px;
    margin-top: -8px;

    content: '';

    background-color: #fff;
}
.main-overlay__footer ul li:last-of-type a:before
{
    display: none;
}
.main-overlay .packery-elem
{
    display: inline-block;

    min-width: 24%;
}
.main-overlay-col
{
    padding-right: 70px;
}
.grey-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1;
}

.jspVerticalBar,
.jspHorizontalBar
{
    bottom: 0;

    overflow: hidden;

    width: 10px;
    height: auto;
    padding: 2px 0;

    background: #86b6dc;
}
.jspVerticalBar:after,
.jspHorizontalBar:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    height: 2px;

    content: '';

    background-color: #86b6dc;
}
.jspContainer .container
{
    padding: 0;
    width: 100%;
}
.jspTrack
{
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 2px;
    left: 0;

    height: auto !important;
    padding: 0 2px;

    background-color: transparent;
}
.jspDrag
{
    width: 6px;

    border-radius: 1px;
    background-color: #fff;
}
.main-search-popup
{
    position: absolute;

    display: none;

    height: 60px;
    padding: 0;

    background-color: #fafafa;
}
.main-search-popup.active
{
    z-index: 300;

    display: block;
}
.main-search-popup .input-search
{
    line-height: 35px;

    display: inline-block;

    width: calc(100% - 140px);
    height: 100%;
    margin-right: 0;
    padding: 0 30px;

    vertical-align: top;

    border: none;
    border-left: 1px solid #ddd;
    outline: none;
    background-color: #fafafa;
    float: left;
}
.main-search-popup .input-submit
{
    float: right;
    display: inline-block;

    width: 70px;
    height: 100%;

    vertical-align: top;

    border: none;
    border-right: 1px solid #ddd;
    background: url('../img/main-sprite.png') no-repeat -673px 23px transparent;
    background-color: #fafafa;
}
.main-search-popup__close
{
    float: right;
    display: inline-block;

    width: 70px;
    height: 100%;

    cursor: pointer;
    vertical-align: top;

    border-right: 1px solid #ddd;
    background: url('../img/main-sprite.png') no-repeat -1073px 24px transparent;
    transition: opacity .3s;
}
.main-search-popup__close:hover {
    opacity: 0.75;
}
.main-search-popup.fixed
{
    background-color: #fff;
}
.main-search-popup.fixed .main-search-popup__close
{
    background-position: -1073px 34px;
}
.main-search-popup.fixed .input-submit
{
    background-color: #fff;
    background-position: -673px 33px;
}
.main-search-popup.fixed .input-search
{
    background-color: #fff;
    font-size: 15px;
}
.main-search-popup input::-webkit-input-placeholder
{
    font-family: 'PlumbC Bold';
    font-size: 15px; 
}
.main-search-popup input::-moz-placeholder
{
    font-family: 'PlumbC Bold';
    font-size: 15px; 
}
.main-search-popup input:-moz-placeholder
{
    font-family: 'PlumbC Bold';
    font-size: 15px; 
}
.main-search-popup input:-ms-input-placeholder
{
    font-family: 'PlumbC Bold';
    font-size: 15px; 
}

.main-header__fast-search ::-webkit-input-placeholder
{
    color: #fff;
}
.main-header__fast-search ::-moz-placeholder
{
    color: #fff;
}
.main-header__fast-search :-moz-placeholder
{
    color: #fff;
}
.main-header__fast-search :-ms-input-placeholder
{
    color: #fff;
}
.common
{
    margin-top: 40px;
    margin-bottom: 60px;
}
.common a
{
    color: #2d9acf;
}

/* fast fix */
.common .b_cntn__maintab_info_item {
    font-size: 16px;
}
/*end fast-fix */
.breadcrumbs
{
    padding: 30px 0 20px;

    border-top: 2px solid #5e99cc;
    background-color: #f1f1f1;
}
.breadcrumbs ul
{
    margin: 0;
    padding: 0;
	/**/
	padding-right:10px;
	margin-bottom:10px;
}
.breadcrumbs ul li
{
    font-size: 1.4rem;

    position: relative;

    /*display: inline-block;*/
	display:inline;

    /*margin-bottom: 10px;*/
    padding: 0;
    /*padding-left: 30px;*/
	padding-left:6px;
	margin-left:6px;

    vertical-align: top;

    color: #999;
}
.breadcrumbs ul li:first-child
{
    font-size: 0;
    line-height: 0;

    height: 12px;
    /*padding-left: 18px;*/
    padding-left: 16px;
	
	margin-left:0;
}
.breadcrumbs ul li:first-child a
{
    font-size: 0;
    line-height: 0;
	
	display:inline-block;
	vertical-align:top;
}
.breadcrumbs ul li:first-child a:before,
.breadcrumbs ul li:first-child a:after
{
    position: absolute;
    /*top: -1px;*/
	top: -2px;
    /*left: -10px;*/
	left:-15px;
	
    display: block;

    width: 14px;
    height: 15px;

    content: '';
    transition: opacity .1s linear;

    background: url('../img/home-ico.png') no-repeat;
    background-size: 100%;
}
.breadcrumbs ul li:first-child a:after
{
    opacity: 0;
    background-position: 0 -28px;
}
.breadcrumbs ul li:first-child a:hover:before
{
    opacity: 0;
}
.breadcrumbs ul li:first-child a:hover:after
{
    opacity: 1;
}
.breadcrumbs ul li:before
{
    display: none;
}
.breadcrumbs ul li:after
{
    /*position: absolute;*/
	position:relative;
    top: 5px;
    /*right: -16px;*/
	right:-6px;
	
	display:inline-block;
	vertical-align:top;

    width: 4px;
    height: 6px;

    content: '';

    background: url('../img/breadcrumbs-arrow.png') no-repeat;
    background-size: 100%;
}
.breadcrumbs ul li a
{
    position: relative;

    color: #999;
}
.breadcrumbs ul li a:hover
{
    text-decoration: none;

    color: #3486c4;
}
.breadcrumbs ul li.current:after,
.breadcrumbs ul li:last-child:after
{
    transform: rotate(90deg);
}
.breadcrumbs.white-breadcrumbs
{
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #ddd;
}
.breadcrumbs.white-breadcrumbs ul li
{
    margin-right: 10px;
}
.breadcrumbs.white-breadcrumbs ul li:first-child
{
    font-size: 1.4rem;
    line-height: 1.6rem;

    padding-left: 0;
}
.breadcrumbs.white-breadcrumbs ul li:first-child a
{
    font-size: 1.4rem;
    line-height: 1.6rem;
}
.breadcrumbs.white-breadcrumbs ul li:first-child a:before,
.breadcrumbs.white-breadcrumbs ul li:first-child a:after
{
    display: none;
}
.breadcrumbs.white-breadcrumbs ul li:after
{
    display: none;
}
.breadcrumbs.white-breadcrumbs ul li:before
{
    display: inline;

    padding: 0 10px 0 0;

    color: #3586c4;
}
.breadcrumbs.white-breadcrumbs ul li a
{
    font-family: Roboto, Arial;
    font-weight: 600;

    color: #3586c4;
}
.breadcrumbs.white-breadcrumbs ul li:last-child a,
.breadcrumbs.white-breadcrumbs ul li .current a
{
    font-weight: 400;

    color: #ddd;
}
.breadcrumbs.white-breadcrumbs ul li:last-child a:after,
.breadcrumbs.white-breadcrumbs ul li .current a:after,
.breadcrumbs.white-breadcrumbs ul li:last-child a:before,
.breadcrumbs.white-breadcrumbs ul li .current a:before
{
    display: none;
}
.breadcrumb
{
    background-color: transparent;
}
.submenu ul
{
    padding-left: 0;

    list-style: none;
}
.submenu ul li
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8rem;

    border-bottom: 1px solid rgba(207,216,220,.6);
}
.submenu ul li a
{
    line-height: 1.5em;

    display: block;

    padding: 30px 43px 30px 0;
}
.submenu ul li ul li
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;

    background: #fafafa;
}
.submenu ul li ul li:first-child
{
    border-bottom: 1px solid rgba(207,216,220,.6);
}
.submenu ul li ul li a
{
    padding: 30px 43px 30px 21px;
}
.submenu ul li ul li ul li
{
    padding: 0 43px;
}
.submenu ul li ul li ul li a
{
    font-size: 14px;
}
.submenu ul li ul li:last-child
{
    border-bottom: none;
}
.submenu .dropdown &gt; a:first-child:before,
.submenu .dropdown &gt; a:first-child:after
{
    position: absolute;
    top: 40px;
    right: 20px;

    display: block;

    width: 15px;
    height: 15px;

    content: '';
    transition: opacity .3s;
    transform: translateY(-50%);
}
.submenu .dropdown &gt; a:first-child:before
{
    opacity: 1;
    background: url('/images/submenu-plus.png') no-repeat 0 0;
}
.submenu .dropdown &gt; a:first-child:after
{
    opacity: 0;
    background: url('/images/submenu-minus.png') no-repeat 0 0;
}
.submenu .dropdown &gt; a.active:first-child:before
{
    opacity: 0;
}
.submenu .dropdown &gt; a.active:first-child:after
{
    opacity: 1;
}
.submenu .active
{
    font-weight: bold;

    color: #434343;
}
.sub-dropdown-menu
{
    display: none;
}
.content
{
    color: #434343;
}
.content .heading
{
    font-family: 'PlumbC Bold';
    line-height: 1.25em;

    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 40px;

    text-transform: uppercase;

    border-bottom: 3px solid rgba(207,216,220,.6);
}
.content ul
{
    padding: 0;

    list-style: none;
}
.content ul li
{
    position: relative;

    margin-bottom: 20px;
    padding-left: 20px;
}
.content ul li:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 12px;
    height: 12px;
    // margin-top: -6px;

/*    content: '';*/

    border-radius: 50%;
    background-color: #3586c4;
}
.content ul li ul
{
    padding-top: 20px;
}
.content ul li li
{
    font-size: 1.4rem;
}
.content ul li li:after
{
    top: 5px;

    width: 6px;
    height: 6px;
}

.content p:not([class*="h-background-"]),
.content h5:not([class*="h-background-"]),
.content li:not([class*="h-background-"])
{
    font-size: 1.6rem !important;
}
.news-list b
{
    font-size: 1.6rem;
}
.b_inner__src_rslt a
{
    font-size: 1.6rem;
}
.content-text
{
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.content-text p
{
    margin-bottom: 30px;
}
.right-col .heading,
.main-aside .heading,
.rating .heading
{
    font-family: 'PlumbC Bold';

    padding: 20px 0 20px 55px;

    text-transform: uppercase;

    color: #959595;
}
.print
{
    position: relative;

    display: block;

    padding: 42px 0 31px;
    margin-bottom: 20px;

    cursor: pointer;

    border-bottom: 3px solid rgba(207,216,220,.6);
}
.print .heading
{
    line-height: 60px;

    position: absolute;
    bottom: 15px;
    left: 0;

    height: 60px;
    margin-top: 0 !important;
    padding: 0 0 0 55px !important;

    color: #3586c4;
    background: url('../img/print.png') no-repeat 0 10px;
}
.news-date ~ .print
{
    border-bottom: 1px solid rgba(207,216,220,.6);
}
.share .heading
{
    margin-bottom: 35px;

    background: url('../img/share.png') no-repeat 0 2px;
}
.news-date
{
    position: relative;

    margin-bottom: 20px;

    border-bottom: 3px solid rgba(207,216,220,.6);
}
.news-date .heading
{
    line-height: 60px;

	/*
    position: absolute;
    bottom: 15px;
    left: 0;
	*/
	
    height: 60px;
    margin-bottom: 0!important;
    padding: 0 0 0 55px !important;

    background: url('../img/news-date.png') no-repeat 0 8px;
}
.rss-submit 
{
	border-bottom: 3px solid rgba(207,216,220,.6);
	margin-bottom: 20px;
}
.rss-submit .heading
{
    /*margin-bottom: 35px;*/
    margin-bottom: 14px;
    padding-bottom: 30px;

    background: url('../img/rss-submit.png') no-repeat 0 13px;
}
.news-list-aside .heading
{
    font-family: 'PlumbC';

    color: #959595;
    border: none;
}
.news-list-aside .heading a
{
    color: #959595;
}
.share-btn
{
    width: 50%;
    margin-bottom: 30px;
}
.share-btn a
{
    display: block;
}
.share-btn img
{
    margin-top: -5px;
}
.share-count
{
    position: relative;

    display: inline-block;

    width: 40px;
    margin-left: 15px;
    padding: 10px 10px 6px;

    text-align: center;

    border: 1px solid #bbbaba;
}
.share-count:after
{
    position: absolute;
    top: 50%;
    left: -7px;

    display: block;

    width: 7px;
    height: 12px;

    content: '';
    transform: translateY(-50%);

    background: url('../img/share-block-arrow.png') 0 0 no-repeat;
}
.rating
{
    padding-top: 40px;
}
.rating .heading
{
    margin-bottom: 30px;

    background: url('../img/rating.png') no-repeat 0 6px;
}
.rating-dots
{
    max-width: 300px;
}
.rating-dots &gt; span
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin-right: 30px;

    cursor: pointer;

    border: 3px solid #3586c4;
    border-radius: 50%;
}
.rating-dots &gt; span:last-child
{
    margin-right: 0;
}
.rating-dots &gt; span:first-child
{
    margin-left: 9px;
}
.rating-dots &gt; span &gt; span
{
    font-family: 'PlumbC Bold';
    font-size: 24px;

    position: absolute;
    bottom: 0;
    left: -8px;

    display: none;

    width: 30px;
    height: 40px;
    padding: 15px 0;

    transform: translateY(calc(100% + 10px));
    text-align: center;

    color: #3586c4;
    border: 1px solid;
}
.rating-dots &gt; span &gt; span:after
{
    position: absolute;
    top: -7px;
    left: 50%;

    display: block;

    width: 12px;
    height: 7px;

    content: '';
    transform: translateX(-50%);

    background: url('../img/rating-block-arrow.png') 0 0 no-repeat;
}
.rating-dots &gt; span.hovered
{
    background-color: #cbcbcb;
}
.rating-dots &gt; span:hover
{
    background-color: #cbcbcb;
}
.rating-dots &gt; span:hover &gt; span
{
    display: block;
}
.news-list-elem
{
    margin-bottom: 50px;
}
.news-list-elem__heading
{
    margin-bottom: 15px;
}
.news-list-elem__heading a
{
    font-family: 'PlumbC Bold';
    font-size: 1.7rem;
    line-height: 2rem;

    display: block;

    margin-left: 75px;

    vertical-align: middle;
}
.news-list-elem__date
{
    font-size: 1.2rem;
    line-height: 2rem;

    display: inline-block;
    float: left;

    vertical-align: text-top;

    color: #afaeae;
    width: 70px;
}
.news-list-elem__content
{
    font-family: 'PlumbC';
    font-size: 1.4rem;

    color: #727272;
}
.pagination
{
    display: block;

    text-align: center;
}
.pagination a,
.pagination span
{
    font-size: 1.6rem;
    line-height: 2rem;

    display: inline-block;

    margin: 0 5px;

    transition: color .3s;

    color: #3586c4;
}
.pagination a:hover,
.pagination span:hover,
.pagination a.active,
.pagination span.active
{
    color: #727272;
}


.errortext {
    font-size: 16px;
    color: #3586c4;
}


.more-dropdown
{
    display: inline-block;
    margin-left: 10px;
}

div.main-news &gt; div &gt; div &gt; div &gt; div.col-lg-6.col-md-12.tabs-pane &gt; div.main-heading.main-heading__margin.clearfix.mobile-hide &gt; div &gt; a.btn.btn--show-all{
    margin-left: 1px;
}

.more-dropdown .btn
{
    position: relative;

    min-width: 77px;
    padding: 10px;

    text-align: left;
}
.more-dropdown .btn:before
{
    position: absolute;
    top: 50%;
    right: 10px;

    display: block;

    width: 12px;
    height: 6px;

    content: '';
    transform: translateY(-50%);

    background: url('../img/dropdown-arrow.png') no-repeat center center;
}
.more-dropdown .btn:hover:before
{
    background: url('../img/dropdown-arrow-hover.png') no-repeat center center;
}
.more-dropdown .btn.btn-default
{
    margin-right: 10px;
}
.more-dropdown .dropdown-menu
{
    left: 0;

    width: 218px;
    padding: 10px 0 0;

    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.2);
}
.more-dropdown .dropdown-menu li a
{
    padding: 10px;

    color: #959595;
}
.more-dropdown.open .btn
{
    color: #fff;
    background-color: #8f8f8f;
}
.more-dropdown.open .btn:before
{
    background: url('../img/dropdown-arrow-active.png') no-repeat center center;
}
.more-dropdown.open .dropdown-menu a:hover
{
    color: #3586c4;
}
.main-news,
.main-header__fast-search,
.main-header,
.main-footer
{
    position: relative;
}
.main-news:before,
.main-header:before,
.main-footer:before,
.main-news:after,
.main-header__fast-search:after,
.main-header:after,
.main-footer:after
{
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;

    display: none;

    height: 3000%;

    content: '';

    background: rgba(0,0,0,.5);
}
.main-news:before,
.main-header__fast-search:before,
.main-header:before,
.main-footer:before
{
    top: calc(-3000% - 15px);
}
.main-news:after,
.main-header__fast-search:after,
.main-header:after,
.main-footer:after
{
    top: 96px;
}
.main-header__fast-search:before,
.main-header:before,
.main-footer:before
{
    top: 0;
    bottom: 0;

    height: auto;
}
.main-header__fast-search:after,
.main-header:after,
.main-footer:after
{
    display: none;
}
.main.active
{
    overflow: hidden;

    height: auto;
}
.main.active .main-news
{
    z-index: 20;
}
.main.active .main-news:before,
.main.active .main-news:after
{
    display: block;
}
body.active .main-header__fast-search,
body.active .main-header,
body.active .main-footer
{
    overflow: hidden;

    height: auto;
}
/* body.active .main-header__fast-search:before, */
body.active .main-header:before,
body.active .main-footer:before
{
    z-index: 12000;
    top: 0;
    bottom: 0;

    display: block;
}
body.active .main-header__fast-search,
body.active .main-header__fast-search:hover
{
    box-shadow: inset 0 15px 0 0 #fff, inset 0 0px 0 0 #fff !important;
}
body.active .main-header__fast-search:before,
body.active .main-header__fast-search:hover:before
{
    bottom: 15px;
}

.hotline-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #3586c4;
}

.hotline-desktop {
    position: absolute;
    right: 13px;
    bottom: -21px;
}

.hotline-tablet {
    display:none;
}

.get-widget-form {
    margin-bottom:20px;
}

.get-widget-form input[type=text] {
    width:100%;
    margin-bottom:18px;
}


#widget-content {
    width:100%;
    min-height: 120px;
    margin-bottom:18px;
}

.js-get-widget-copy-button {
    margin-bottom:20px !important;
}

.get-widget-copy-button-disabled {
    opacity: 0.7 !important;
}

h2+.faq-list-elem,
h3+.faq-list-elem,
h4+.faq-list-elem{
    margin-top: 30px;
}
.faq-list-elem{margin-bottom: 25px;}
.faq-list-elem .news-list-elem__heading{margin-bottom: 0px;font-weight: bold;font-size: 1.7rem;}
.divider{margin-top: 40px;
    margin-bottom: 40px;}
.btn--feedback,
.common a.btn--feedback{color: #fff;}
.mb50{margin-bottom: 50px;}
.single-col{margin-left: 0;}
.single-col .share{width: 75%;}
.pop-up--fade{position: fixed;z-index: 2000;top: 0;right: 0;bottom: 0;left: 0;padding: 60px 50px 20px;color: #fff;background-color: #3586c4;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;display: none;}
.pop-up--close, .popup__close{position: absolute;top: 60px;right: 46px;width: 20px;height: 20px;cursor: pointer;-webkit-transition: opacity .3s;transition: opacity .3s;background: url(https://russiatourism.ru/style/img/main-sprite.png) no-repeat -1000px 0;}
.popup__close{
	top: 14px;
    right: 14px;
}
.pop-up--content, .popup-content{max-width: 600px;width: 100%;margin: 0 auto;padding: 15px;}
.popup-content{
	padding-top:45px;
	padding-bottom:25px;
}
.pop-up--title{font-family: 'PlumbC Bold';line-height: 1.25em;margin-top: 10px;margin-bottom: 30px;padding-bottom: 20px;text-transform: uppercase;border-bottom: 3px solid #fff;    font-size: 24px;}
.alert__title, .popup__title{color:#fff;font-family: 'PlumbC';line-height: 1.25em;margin-bottom: 30px;font-size: 19px; text-align:center;}
.popup__title{
	max-width: 435px;
    margin-left: auto;
    margin-right: auto;
}
.pop-up--close.button, .popup__close.button{
	position: relative;
	top:0;
	right:auto;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    vertical-align: top;
    padding: 13px 20px;
    color: #fff !important;
    background: #3586c4;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    white-space: nowrap;
    width: auto;
    height: auto;
    border: 2px solid white;
	
}
.pop-up--close.button:hover, .popup__close.button:hover{
	background:white;
	color:#3586c4 !important;
}
.popup__close.button{
	min-width: 120px;
    text-align: center;
}
.hidden-block{
	display:none;
}
.pop-up--title:only-child{text-align: center;border-bottom: 0;}
.form-row{text-align: left;margin-bottom: 20px;}
.form-row:last-child{margin-bottom: 0;}
.form-row:after{content: '';display: block;clear: both;}
.form-row .label{display: block;text-transform: uppercase;font-size: 14px;text-align: left;padding: 0;margin-bottom: 10px; white-space:normal;}
.pop-up--content input, textarea, button, select{outline:none !important;}
.pop-up--content select{
	background: none;border: 0;border-bottom: 2px solid rgba(255,255,255,0.5);-webkit-transition: all 0.25s;
    transition: all 0.25s;width: 100%; cursor:pointer;
}
.pop-up--content select option{
	background:white;
	color:#3586c4;
	cursor:pointer;
}
.pop-up--content .textarea,
.pop-up--content .input-text{background: none;border: 0;border-bottom: 2px solid rgba(255,255,255,0.5);-webkit-transition: all 0.25s;
    transition: all 0.25s;width: 100%;}
.pop-up--content .textarea{height:2em;resize: none;}
.pop-up--content .textarea:focus,
.pop-up--content .input-text:focus{border-color: #fff;}
.label-inline{display: inline-block;vertical-align: top;margin-right: 15px;margin-bottom: 0;}
.label-inline input{vertical-align: middle;}
.label-inline input[type=checkbox],
.label-inline input[type=radio]{margin-top: 0;}
.btn--white{color: #3586c4;background: #fff;border: 0;box-shadow: none;font-weight: bold;}
.btn--white:hover, .btn--white:focus, .btn--white:active{color: #3586c4;}
.pop-up--content .input-text::-webkit-input-placeholder,
.pop-up--content .textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
}
.pop-up--content .textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}
.pop-up--content .input-text::-moz-placeholder,
.pop-up--content .textarea::-moz-placeholder {
    color: rgba(255,255,255,0.5);
}
.pop-up--content .textarea::-moz-placeholder {
    text-transform: uppercase;
}
.pop-up--content .input-text:-ms-input-placeholder,
.pop-up--content .textarea:-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}
.pop-up--content .textarea:-ms-input-placeholder {
    text-transform: uppercase;
}
.pop-up--content .input-text:-moz-placeholder,
.pop-up--content .textarea:-moz-placeholder {
    color: rgba(255,255,255,0.5);
}
.pop-up--content .textarea:-moz-placeholder {
    text-transform: uppercase;
}
.pop-up--content input[type=checkbox] {
    margin-right:3px !important;
}
.form-row{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;width: 100%;}
.form-label-cell{width: 210px;min-width: 210px;}
.form-cell+.form-cell,
.form-cell:only-child
{
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    -webkit-box-flex: 1;
    flex: auto;
	align-self: flex-end;}
.pop-up--content .btn--operators{margin-top: 0;}
.form-row .label:only-child{margin-bottom: 0;line-height: 28px;}
.form-row .label:only-child small{
	text-transform:initial;
}
.wide{width: 100%;}
.marked li:before{    content: '\00B7';font-size: 30px;position: absolute;left: 6px;top: -2px;}
.w-button{display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;}
.w-button .text{-webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    flex: auto;padding-right: 30px;}
.btn--high{line-height: 1;display: block;padding: 16px 14px;color: #fff !important;background-color: #3586c4;margin-top: 0;-webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;white-space: nowrap;}
.btn--high:hover{opacity: 0.5;}
.btns img+img{margin-top: 5px;}
.w-button a{-ms-align-self: flex-start;
    align-self: flex-start;}
.operators-btns-over{
	-ms-align-self: flex-start;
    align-self: flex-start;
}
.operators__gp{
	display:block;
	background:url(../../images/google_play.png) top left no-repeat;
	width:145px;
	height:45px;
	margin-bottom:4px;
}
.operators__ap{
	display:block;
	background:url(../../images/app_store.png) top left no-repeat;
	width:145px;
	height:45px;
}
.operators-btns-over a + a:not(.operators__ap){
	margin-top:35px;
}
.content-text .text p{
	margin-bottom:15px;
}
@media screen and (max-width:768px){
	.operators-btns-over{
		margin-top:15px;
	}
	.operators-btns-over a + a{
		margin-top:10px;
	}
	.w-button .text{
		padding-right:0;
	}
}
@media screen and (max-width:799px){
        .main-news-wrapper {
            display: none;
        }
}
.main-login{    display: inline-block;
    vertical-align: top;
    background: url(icn-login.png) no-repeat;
    width: 25px;
    height: 24px;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    top: -5px;cursor: pointer;}
.content .btn--show-all{margin: 0;color: #fff;}


.pseudo-tabs{margin-bottom: 30px;}
.tab-content .btn--operators{min-width: 220px;text-align: center;}
.tab-content p{margin-bottom: 1em;}
.tab-content p:after{content: '';display: block;clear: both;}

.pseudo-tabs-controls {
    font-size:0;
    position: relative;
    bottom: -1px;
}

.pseudo-tabs-controls span,
.pseudo-tabs-controls a {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 5px;
    color: #2d9acf;
    /*margin-right: 15px;
    padding-right: 20px;*/
	font-size: 19px;
	padding: 10px 15px;
	border: 1px solid #cfd8dc;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	-webkit-transition:.5s border, .5s color;
	transition:.5s border, .5s color;
}

.pseudo-tabs-controls .active {
    /*-webkit-box-shadow: inset 0 -3px #2d9acf;
    box-shadow: inset 0 -3px #2d9acf;*/
	border: 1px solid rgba(207, 216, 220, .6);
	border-bottom-color: white;
	color:#434343;
}

.pseudo-tabs-ct {
    border: 1px solid rgba(207, 216, 220, .6);
    padding: 20px;
}

.pseudo-tabs-changer{
    display: none;
}

.pseudo-tabs-changer.active{
    display: block;
}

.vendors.vendors {
    /*background: url(platforms-icons.png) no-repeat right top;
    background-size: 90px auto;
    background: #f1f1f1;*/
    margin-bottom: 0;
    min-height: 60px;
    margin-top: -5px;
    padding: 0 125px 17px 0;
    position: relative;
}
.vendors.vendors:after{
    content: "";
    position: absolute;
    right:17px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../../images/platforms-icons.png) no-repeat right top;
    background-size: 90px auto;
    width:90px;
    height:47px;
}
ul.nav-tabs&gt;li{padding-left: 0;margin-bottom:0;}
ul.nav-tabs.nav-tabs{border-bottom:0;position: relative;bottom: -1px;}
ul.nav-tabs&gt;li.active&gt;a{border-bottom-color: #fff}
ul.nav-tabs&gt;li&gt;a{border-radius: 5px 5px 0 0;}

.clms-2{
    -webkit-columns: 2;
    -moz-columns: 2;
    -o-columns: 2;
    columns: 2;
}

.ep-banner {
    margin-top:40px;
}

#sputnik-informer {
    margin-left: 0;
    position: relative;
    top: 5px;
}

.main-header__list li{margin-right: 25px;}

.block-slider-elem-wrapper {
    width: 300px;
}

@media screen and (min-width: 1700px)
{
    .container
    {
        width: 1650px;
    }
    .submenu
    {
        width: 22%;
        margin-right: 3.65%;
    }
    .content
    {
        width: 55%;
        margin-right: 3.65%;
    }
    .right-col
    {
        width: 15.7%;
    }
    .print
    {
        padding: 42px 0 31px;

    }
    .share
    {
        padding: 0 0 31px;

        border-bottom: 1px solid rgba(207,216,220,.6);
    }
    .share-btn
    {
        width: 50%;
        margin-bottom: 30px;
    }
    .rating
    {
        padding: 40px 0 39px;

        border-bottom: 1px solid rgba(207,216,220,.6);
    }
    .news-list-aside .print,
    .news-list-aside .share,
    .news-list-aside .rating
    {
        border-top: none;
        border-bottom: none;
    }
}
@media screen and (max-width: 1700px)
{
    a.btn,
    .btn
    {
        min-width: auto;
        padding: 10px;
    }

    .block-slider-elem-wrapper {
        width: 259px;
        box-sizing: border-box;
        margin: 0 15px 0 14px;

    }

    a.block-slider-elem,
    .block-slider-elem
    {
        width: 261px;
        margin: 0 16px;
    }
    .fast-search__heading span
    {
        font-size: 2rem;
    }
    .statistic-elem
    {
        margin-right: 20px;
    }
    .statistic-elem__text
    {
        font-size: 1.6rem;
    }
    .share-btn
    {
        width: 20%;
    }
    .news-date .heading,
    .print .heading,
    .share .heading
    {
        margin-top: 10px;
        /*margin-bottom: 35px;
        padding: 20px 0 20px 55px;*/
    }
    .rating
    {
        padding-top: 0;
    }
    .rating .heading
    {
        margin-bottom: 20px;
    }
    .right-col
    {
        margin-left: 25%;
    }
    .fast-search__link:last-of-type {
		top: 40px;
	}
}
@media screen and (max-width: 1366px)
{
    .main-block-slider--large a.block-slider-elem,
    .main-block-slider--large .block-slider-elem
    {
        width: 358px;
    }
}
@media screen and (max-width: 1290px)
{
    .main-block-slider--large a.block-slider-elem,
    .main-block-slider--large .block-slider-elem
    {
        width: 358px;
    }
    .statistic-container
    {
        display: flex;

        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .fast-search__link-container {
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-between;
	}
    .statistic-elem
    {
        display: flexbox;

        margin-right: 0;
        margin-bottom: 10px;
    }
    .statistic-elem__text
    {
        font-size: 1.8rem;
    }
    .main-header__fast-search
    {
        box-shadow: none;
    }
}
@media screen and (max-width: 1200px)
{
    .block-link,
    a.block-link
    {
        margin-right: 40px;

        flex-basis: 45%;
    }
    .block-link:nth-child(even),
    a.block-link:nth-child(even)
    {
        margin-right: 0;
    }
    .block-link:nth-child(3n),
    a.block-link:nth-child(3n)
    {
        margin-right: 40px;
    }
    .block-link:last-of-type,
    a.block-link:last-of-type
    {
        margin-right: 0;
    }
    .stilized-list li
    {
        margin-right: 25px;
    }
    .main-header__list li a
    {
        font-size: 1.4rem;
    }
    .main-block-slider .main-slider-elem__heading
    {
        font-size: 1.4rem;
    }
    a.block-slider-elem,
    .block-slider-elem,
    .block-slider-elem-wrapper
    {
        width: 290px;
    }
    .main-block-slider--large a.block-slider-elem,
    .main-block-slider--large .block-slider-elem
    {
        width: auto;
        margin: 0 10px;
    }
    .subscription-block
    {
        max-width: none;
        margin-top: 50px;
    }
    .main-footer .main-footer-links li
    {
        margin-right: 10px;
    }
    .main-footer .main-footer-links li:before
    {
        right: -10px;
    }
    .main-footer .main-footer-links li a
    {
        font-size: 1.4rem;
    }
    .main-footer .rounded-links li
    {
        margin-right: 20px;
    }
    .fast-search-container:before,
    .fast-search-container:after {
    	display: none;
    }
    .fast-search__link-container {
    	margin-top: 50px;
    	min-height: 0;
    }
    .fast-search__link {
    	top: 0 !important;
    	text-align: left;
    }
    .fast-search__link:first-of-type {
    	margin-bottom: 50px !important;
    }
}
@media screen and (max-width: 1050px)
{
    body
    {
        padding-top: 80px;
    }
    .hotline-tablet {
        margin-top:15px;
        display: block;
    }
    .main-header__desktop
    {
        display: none;
    }
    .main-header__mobile
    {
        display: block;
    }
    .main-header__fast-search
    {
        position: relative;

        padding: 25px 0;
    }
    .main-header__fast-search:hover
    {
        padding: 25px 0;
    }
    .main-header__fast-search .input-group,
    .main-header__fast-search .statistic-container {
        display: none;
    }
    .slider .slider-arrows .arrow-left
    {
        left: -20px;
    }
    .slider .slider-arrows .arrow-right
    {
        right: -20px;
    }
    .fast-search__heading
    {
        /* font-size: 2.4rem;
        line-height: 2.4rem; */
        display: inline;
        opacity: 1 !important;
        min-height: 50px;
        margin-bottom: 0;
    }
    .fast-search__heading span
    {
        font-size: 1.2rem;
        /* font-size: 1.2rem; */
    }
    .fast-search__heading img
    {
        /* width: 40px; */
    }
    .main-news-slider
    {
        padding: 0;
    }
    .main-block-slider .main-slider-elem__heading
    {
        font-size: 1.2rem;
    }
    .main-overlay__content
    {
        right: 0;
        left: 0;
    }
    .main-overlay__footer
    {
        right: 70px;
        left: 70px;
    }
    .main-overlay__footer ul li
    {
        margin-right: 10px;
    }
    .main-overlay__footer ul li a
    {
        font-size: 1.4rem;
        line-height: 1.6rem;

        padding-right: 10px;

        margin-bottom: 10px;
    }
    .main-overlay__footer ul li a:before
    {
        display: none;
    }
    .main-overlay-col
    {
        padding-left: 80px;
    }
    .submenu
    {
        display: none;
    }
    .right-col
    {
        margin-left: 0;
        width: 100%;
    }
    .content
    {
        width: 100%;
    }
}
@media screen and (min-width: 770px)
{
    .mobile-show
    {
        display: none;
    }

    #gosmonitor_widget_wrapper_main
    {
        /*position: absolute !important;*/
        bottom: 300px;
        left: 0 !important;
        top: auto;
        z-index: 200 !important;
    }
}
@media screen and (max-width: 769px)
{

    #sputnik-informer {
        display:block;
        margin-top:10px;
        text-align: center;
    }

    .slider-indicator {
        display: none;
    }

    .main-search-popup
    {
        height: 80px;
    }
    .main-search-popup__close
    {
        background: url('../img/main-sprite.png') no-repeat -1075px 34px transparent;
    }
    .main-search-popup .input-submit
    {
        background: url('../img/main-sprite.png') no-repeat -673px 33px transparent;
    }

    #gosmonitor_widget_wrapper_main
    {
        display: none;
    }
    .white-container
    {
        padding: 15px 0;
    }
    .mobile-grey
    {
        padding: 25px 0;

        background-color: #f1f1f1;
    }
    .mobile-white
    {
        padding: 25px 0;

        background-color: #fff;
    }
    .white-container--no-padding
    {
        padding: 0;
    }
    .grey-stripe
    {
        padding: 0;

        background-color: #fff;
    }
    .mobile-heading
    {
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 2.4rem;

        padding: 25px 0;

        cursor: pointer;
        text-align: left;
        text-transform: uppercase;
    }
    .mobile-heading a
    {
        font-size: 2.4rem;
        line-height: 2.4rem;

        display: block;
    }
    .mobile-heading--blue
    {
        color: #fff;
        background-color: #3e8dbe;
    }
    .mobile-heading--blue a
    {
        color: #fff;
    }
    .tab-content-template
    {
        padding: 0 0 30px;
        z-index: 3;
        margin-left: -15px;
        margin-right: -15px;
    }
    .mobile-active
    {
        display: block !important;

        opacity: 1 !important;
    }
    .container
    {
        width: 100%;
    }
    .flex-container
    {
        flex-flow: column nowrap;
    }
    .flex-container div
    {
        width: 100%;
    }
    .main-header__fixed-logo
    {
        padding-left: 20px;
    }
    .main-header__fixed-logo span
    {
        font-size: 2rem;
        line-height: 40px;
        font-family: 'PlumbC Bold';
        display: inline-block;
        vertical-align: middle;
    }
    .tab-content
    {
        display: none;
    }
    .slick-dotted.slick-slider
    {
        margin-bottom: 0;
    }
    .slick-slide
    {
        margin: 0;
    }
    .slider .slider-arrows .arrow-left
    {
        left: -10px;
    }
    .slider .slider-arrows .arrow-right
    {
        right: -10px;
    }
    .slider .main-slider-elem {
        vertical-align: top;
    }
    .main-block-slider .slider-content,
    .main-block-slider--large .slider-content
    {
        margin: 0 20px;
    }
    .main-block-slider .slider-arrows,
    .main-block-slider--large .slider-arrows
    {
        display: block;
    }
    .main-news-slider
    {
        margin-right: -15px;
        margin-bottom: 0;
        margin-left: -15px;
    }
    .main-news-slider .main-news-slider__content .slick-list,
    .main-news-slider .main-news-slider__content .slick-track
    {
        height: 350px;
    }
    .main-news-slider-elem
    {
        height: auto;
    }
    .main-news-slider .main-news-slider__content
    {
        height: auto;
        background-color: transparent;
        padding-top: 30px;
    }
    .main-news-slider__dots
    {
        display: none;
    }
    .main-news-slider-elem__content,
    a.main-news-slider-elem__content
    {
        padding: 10px 15px;

        color: #3586c4;
        font-size: 2rem;

        // background: linear-gradient(to top, #000, transparent);

        position: relative;
        display: block;
        background-color: transparent;
        border-bottom: 1px solid #b9b9b9;
    }
    .main-news-slider-elem img {
        display: none;
    }
    .news-elem
    {
        height: auto;
        min-height: auto;
        margin-bottom: 0;
        padding: 10px 15px;
        border-bottom: 1px solid #b9b9b9;

        background-color: transparent;
    }
    /*
    // .news-elem:last-of-type
    // {
    //     border-bottom: none;
    // }
    */
    .all-news-link {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .news-elem__heading
    {
        font-size: 2rem;
        font-weight: normal;
        line-height: 2.4rem;

        margin-bottom: 0;
    }
    .news-elem__content
    {
        display: none;
    }
    .main-news-slider-elem .news-elem__date
    {
        position: static;
        width: 100px;
        text-align: center;
        margin-top: 5px;
        font-size: 1.2rem;
        display: block;
        z-index: 10; color: #afaeae;
    }
    .news-block .news-elem__date
    {
        position: static;
        width: 100px;
        text-align: center;
        margin-top: 5px;
    }
    .news-elem__date:before {
        display: none;
    }
    .footer-slider
    {
        display: block;
    }
    .block-link,
    a.block-link
    {
        width: 100%;
        margin-top: 0;
        margin-right: 0;

        flex-basis: auto;
    }
    .block-link:last-of-type,
    a.block-link:last-of-type
    {
        margin-bottom: 40px;
    }
    .social-heading
    {
        display: none;
    }
    .main-footer .main-footer-links {
        width:100%;
    }
    .main-footer .main-footer-links li
    {
        display: block;
        width:100%;
        margin-right: 0;
        margin-bottom: 20px;

        text-align: center;
    }
    .main-footer .main-footer-links li:last-of-type
    {
        margin-bottom: 0;
    }
    .main-footer .main-footer-links li:before
    {
        display: none;
    }
    .main-footer .rounded-links,
    .main-footer .main-footer__copyrights
    {
        float: none !important;

        text-align: center;
    }
    .main-footer .main-footer__copyrights
    {
        margin-bottom: 0;
    }
    .main-footer .hidden-stripe
    {
        right: 0;

        display: none;

        width: auto;
        height: 60px;

        background-color: #4b83b5;
    }
    .main-footer .hidden-stripe__btn
    {
        line-height: 60px;

        right: auto;
        left: 0;

        width: 100%;
        height: 60px;

        transition: width .3s;
        text-align: center;

        background-color: #4c75a2;
    }
    .main-footer .hidden-stripe__btn:before
    {
        top: 50%;
        left: 50%;

        margin-top: -17px;
        margin-left: -60px;
    }
    .main-footer .hidden-stripe__btn:after
    {
        top: 50%;
        right: 50%;

        margin-top: -5px;
        margin-right: -60px;
    }
    .main-footer .hidden-stripe.active .hidden-stripe__btn
    {
        font-size: 0;

        width: 60px;
        padding: 0;
    }
    .main-footer .hidden-stripe.active .hidden-stripe__btn:after
    {
        top: 50%;
        left: 50%;

        margin-top: -4px;
        margin-left: -2px;
    }
    .main-footer .hidden-stripe.active .hidden-stripe__btn:before
    {
        display: none;
    }
    .main-footer .hidden-stripe__content
    {
        line-height: 60px;

        margin-right: 60px;
        margin-left: 80px;
    }
    .mobile-hide
    {
        display: none !important;
    }
    .hidden-stripe .mobile-hide
    {
        display: none !important;
    }
    .mobile-show
    {
        display: block !important;
    }
    .hidden-stripe .mobile-show
    {
        display: none !important;
    }
    .main-block-slider .main-slider-elem
    {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .main-block-slider .main-slider-elem__heading
    {
        font-size: 2rem;
        font-weight: normal;
        line-height: 2.4rem;
    }
    .main-block-slider .main-slider-elem:before,
    .main-block-slider .main-slider-elem:after
    {
        display: none;
    }
    .input-container .checkbox-label
    {
        display: block;

        width: 100%;
        padding-bottom: 15px;

        border-bottom: 1px solid #c8c8c8;
    }
    .input-container .checkbox-label:hover
    {
        color: #000;
    }
    .input-container .checkbox-label:hover:before
    {
        border-color: #000;
    }
    .input-container .checkbox-label.active
    {
        font-weight: bold;

        color: #3586c4;
    }
    .input-container .checkbox-label.active:before
    {
        border-color: #3586c4;
        background-position: -204px -46px;
    }
    .input-container .checkbox-label:last-of-type
    {
        border-bottom: 0;
    }
    .main-form
    {
        margin-bottom: 0;
        padding-top: 0;
    }
    .main-form .btn-submit
    {
        font-size: 2.4rem;
        line-height: 24px;

        float: none !important;

        width: 100%;
        height: auto;
        margin-bottom: 25px;
        padding: 25px 0;

        color: #deecf4;
        border: none;
        border-radius: 0;
        background-color: #599ec9;
    }
    .subscription-block
    {
        margin-top: 0;
        margin-right: -15px;
        margin-left: -15px;
        padding-top: 40px;
    }
    .subscription-block .row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .subscription-block input[type='text'],
    .subscription-block input[type='password'],
    .subscription-block input[type='email']
    {
        line-height: 60px;

        float: none !important;

        width: 100%;
        height: 60px;
        margin-bottom: 30px;
        padding: 0 6px;

        text-align: center;

        border-right: 1px solid #c8c8c8;
        background-color: transparent;
    }
    .text-left
    {
        margin-bottom: 30px;
    }
    .text-left a
    {
        color: #4b83b5;
    }
    .main-footer .white-container
    {
        padding-bottom: 0;
    }
    .main-footer .main-footer-links li a
    {
        font-size: 1.8rem;
        line-height: 3rem;
    }
    a.block-slider-elem,
    .block-slider-elem
    {
        display: block;

        width: auto;
        height: auto;
        margin: 0;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px;

        color: #3586c4;
        border-bottom: 1px solid #dcdbdb;
        background-color: transparent;
    }
    a.block-slider-elem:first-of-type,
    .block-slider-elem:first-of-type
    {
        margin-right: -15px;
    }
    .main-block-slider--large a.block-slider-elem,
    .main-block-slider--large .block-slider-elem
    {
        margin-right: 0;
        margin-left: 0;
        width: auto;
    }
    .main-block-slider--large a.block-slider-elem__heading,
    .main-block-slider--large .block-slider-elem__heading
    {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        height: auto;
        padding-top: 100px;

        color: #fff;
        background-color: rgba(36,123,175,.5);
    }
    .main-block-slider--large a.block-slider-elem:first-of-type,
    .main-block-slider--large .block-slider-elem:first-of-type
    {
        margin-right: 0;
    }
    .main-block-slider--large a.block-slider-elem:hover .block-slider-elem__heading,
    .main-block-slider--large .block-slider-elem:hover .block-slider-elem__heading
    {
        height: auto;
    }
    .main-overlay-col
    {
        padding-right: 20px;
        padding-left: 20px;
    }
    .main-overlay__close
    {
        right: 10px;
    }
    .main-overlay__heading:before
    {
        display: none;
    }
    .main-overlay__footer
    {
        right: 19px;
        left: 5px;
        background-color: #428ec7;
        padding: 20px 15px 10px;
    }
    .main-overlay__footer ul li
    {
        margin-right: 0;
    }
    .main-overlay__footer ul li a
    {
        font-size: 1.2rem;
    }
    .content
    {
        margin-top: 40px;
    }
    .block-slider .slider-arrows
    {
    	/* display: none; */
    }
    .main-block-slider .main-slider-elem:hover .main-slider-elem__heading
    {
    	transform: none;
    }
    .main-block-slider .main-slider-elem:hover .main-slider-elem__date
    {
    	display: none;
    }
    .footer-slider .footer-slider-elem__img {
        width: 30%;
		padding: 5%;
    }
    .main.common img {
        max-width: 100%;
    }
    .block-links .btn-mobile--toggle {
        margin: 5px 0;
        padding: 15px 20px 25px !important;
        position: relative;
    }
    .block-links .btn-mobile--toggle:before {
        display: block;
        content: '';
        width: 16px;
        height: 8px;
        background: url('../img/main-sprite.png') no-repeat -1499px -100px;
        position: absolute;
        bottom: 9px;
        left: 50%;
        margin-left: -8px;
        transition: transform .3s;
    }
    .block-links .btn-mobile--toggle.active:before {
        transform: rotate(180deg);
    }
    .block-links .btn-mobile--toggle[data-show='0'] {
        margin-top: 20px;
    }
    .block-links .btn-mobile--toggle[data-show='2'] {
        margin-bottom: 20px;
    }
    .slider .slider-arrows .arrow-left,
    .slider .slider-arrows .arrow-right {
        transform: scale(.75);
    }
}

@media (max-width: 767px){
    .tab-content .btn--operators {
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .w-button {
        display: block;
        margin-bottom: 20px;
    }
    .w-button&gt;a {
        display: inline-block;
        vertical-align: top;
        margin-top: -10px;
    }
    .btns img+img {
        margin-top: 0;
    }
    .clms-2 {
        -webkit-columns: 1;
        -o-columns: 1;
        columns: 1;
    }
    .pop-up--fade {
        padding: 30px 20px;
    }
    .form-row {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 16px;
    }
    .pop-up--title {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 20px;
    }
    .pop-up--close {
        top: 20px;
        right: 20px;
    }
    .pop-up--content .textarea::-webkit-input-placeholder {
        text-transform: none;
    }
    .pop-up--content .textarea::-moz-placeholder {
        text-transform: none;
    }
    .pop-up--content .textarea:-ms-input-placeholder {
        text-transform: none;
    }
    .pop-up--content .textarea:-moz-placeholder {
        text-transform: none;
    }

}

@media screen and (max-width: 375px)
{
    .main-header__fixed-logo
    {
        overflow: hidden;

        width: 70px;
        padding-left: 20px;
    }
    .main-header__fixed-logo span
    {
        display: none;
    }
}



@media print
{
    .main-header .main-header__top,
    .main-header .main-header__list,
    .main-header .main-header__fixed,
    .main-header .main-header__fast-search,
    .main-header .main-header__mobile
    {
        display: none;
    }
    .breadcrumbs,
    .submenu,
    .right-col,
    .main-footer,
    .main-overlay,
    .main-aside,
    .pagination,
    .slider,
    .main-news-slider
    {
        display: none;
    }
}

/* main &gt; register */

.b_inner__cldr_anonce
{
    font-family:Arial;
    font-size:16px;
    color:#3d3d3d;
}

.b_inner__cldr_location{
   font-family:Arial;
    font-size:16px;
    color:#3d3d3d;
    margin-top:20px;
}

.b_inner__regis {
	
	}
	.b_inner__regis_field{font-size:1.6rem !important;}
		.b_inner__regis_item {
			display:inline-block;vertical-align:top;
			width:308px;
			margin-bottom:17px;
		}
		.b_inner__regis_item_long {
			display:inline-block;vertical-align:top;
			color:#707070;
			margin-bottom:17px;
		}
		.b_inner__regis_field .b_inner__regis_item:first-child{color:#707070;}
		
		.b_inner__regis_field_tit{
			background:#f3f3f3;
			margin-bottom:17px;
			padding:10px 10px;
		}
		
/* inner content &gt; calendar */
	.b_inner__cldr .b_clndr{
		float:none;
		width:99%;
		margin-left:0;
		padding-bottom:0;
		}
		.b_inner__cldr .b_clndr__box{margin-left:60px;}
		.b_inner__cldr .b_clndr__filter{margin-left:77px;}
		
		.b_inner__cldr_item{margin-top:45px;color:#FFF;}
			.b_inner__cldr_item h2{margin-bottom:14px;}
			.b_inner__cldr_item {line-height:20px;}
			.b_inner__cldr_place{margin-bottom:10px;}
			.b_inner__cldr_date:not([class*="h-background-"]){
				display:inline-block;
				background:#3586c4;
				margin-bottom:10px;
				padding:4px 8px;
				font-size:1.6rem !important;
                color:#fff;
				}
/* main &gt; calendar */
.b_clndr {
	float:left;
	width:452px;height:274px;
	background:#f2f2f2;
	margin-left:33px;
	padding-bottom:23px;
	}
	.b_clndr__tit {
		margin-top:20px;
		font-size:20px;
		text-align:center;
	}	
	.b_clndr__box {
		float:left;
		width:210px;
		margin-top:28px;
		margin-left:11px;
		text-align:center;
		}
		.b_clndr__week{margin:0 0 10px 0 !important;}
			.b_clndr__week li{
				display:inline-block;
				width:25px;
				background:0 !important;
				margin:0 !important;
				padding:0 !important;
				color:#404040;1.6rem !important;
				font-weight:700;
			}			
			li.b_clndr__week_red {color:#af2626;}
		
		.b_clndr__days {margin:0 0 10px 0 !important;}
			.b_clndr__days li{
				display:inline-block;
				width:25px;
				background:0 !important;
				margin:0 0 5px 0 !important;
				padding:2px 0 !important;
				}
				.b_clndr__days li a{color:#000 !important;font-size:1.6rem !important;}
			li.b_clndr__week_act{background:#3586c4 !important;}
			.b_clndr__week_act a{text-decoration:none;}
	
				li.b_clndr__week_red {color:#af2626 !important;}
				li.b_clndr__week_before {color:#8a8a8a !important;}
				li.b_clndr__week_red a{color:#af2626 !important;}
				li.b_clndr__week_before a{color:#8a8a8a !important;}
				
/* main &gt; calendar &gt; selectbox */
.b_clndr__filter {
	float:left;
	width:200px;
	margin-top:30px;
	margin-left:19px;
	}
	.b_clndr__filter_field {margin-bottom:10px;}
	.jq-selectbox {
		position:relative;z-index:100;
		width:200px;height:35px;
		background:#d9d9d9;
		color:#404040;font-size:1.6rem !important;
		line-height:35px;cursor:pointer;
		}
		
	.jq-selectbox.b_clndr__filter_mth {width:106px;}
	.jq-selectbox.b_clndr__filter_yr {width:84px;margin-left:4px;}
	
		.jq-selectbox__trigger {
			position:absolute;top:0;right:0;
			width:35px;height:34px;
			background:url(../img/selectbox__trigger.gif) no-repeat;
		}
		.jq-selectbox__select{
			position:relative;
			height:35px;
			padding:0 35px 0 8px;
			}
			.jq-selectbox__select-text {
				display:block;width:100%;
				overflow:hidden;text-overflow:ellipsis;
				white-space:nowrap;
			}
		.jq-selectbox__dropdown {width:200px !important;background:#f8f8f8;}
		
		.jq-selectbox.b_clndr__filter_mth .jq-selectbox__dropdown{width:106px !important;}
		.jq-selectbox.b_clndr__filter_yr .jq-selectbox__dropdown{width:84px !important;}
		
			.jq-selectbox__dropdown ul{margin:0 !important;padding:0 !important;}
				.jq-selectbox__dropdown li{
					height:35px;
					background:0 !important;
					padding:0 8px !important;
					margin-bottom:0 !important;
					overflow:hidden;text-overflow:ellipsis;
					}
				.jq-selectbox__dropdown li.selected,
				.jq-selectbox__dropdown li:hover{background:#d9d9d9 !important;color:#404040;}
	
	/* main &gt; calendar &gt; filter &gt; checkbox */
	.b_clndr__filter_field_chb {margin-top:35px;}
		.b_clndr__filter label {
			color:#000;font-size:1.6rem !important;
			margin-left:10px;
		}
		.jq-checkbox {
			position:relative;top:5px;
			width:21px;height:21px;
			background:url(../img/checkbox_fon.gif) no-repeat 0 0;
			cursor:pointer;
			-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;
		}
		.jq-checkbox.checked{background:url(../img/checkbox_fon_act.gif) no-repeat 0 0;}
	
	/* main &gt; calendar &gt; filter &gt; submit */
	.b_clndr__filter_field_sbm {margin-top:15px;}
		.b_clndr__filter_field_sbm input[type="submit"]{
			width:200px;
			height:39px;
			color: #fff;
			border-color: #3586c4;
			background-color: #3586c4;
			font-size:1.6rem !important;
			line-height:39px;
		}
		.b_clndr__filter_field_sbm input[type="submit"]:active,
		.b_clndr__filter_field_sbm input[type="submit"]:hover{background-position:0 0;color:#fff;}
		
	/* inner content &gt; regions map */
	.b_inner__map{}
		.b_inner__map .b_inner__form_tltip p{margin-bottom:0;}
		
		.b_inner__map_wrap{
			position:relative;
			width:614px;height:341px;
			background:url(../img/regions/all.png) no-repeat 0 0;
			margin-bottom:40px;
			}
			.b_inner__map_wrap a{opacity:0;
				position:absolute;display:block;white-space:nowrap;
				-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;
				}
				.b_inner__map_wrap a span{visibility:hidden;
					position:absolute;
					height:43px;
					background:#f3f3f3;
					padding:0 10px;
					color:#000;font-size:14px;
					line-height:43px;
				}
				.b_inner__map_wrap a span:before{
					content:'';
					position:absolute;top:14px;left:-9px;
					width:9px;height:14px;
					background:url(../img/inner__map_wrap_arrlt.png) no-repeat 0 0;
				}
				.b_inner__map_wrap a.b_inner__map_fo9 span:before{background:0;}
				.b_inner__map_wrap a.b_inner__map_fo9 span:after{
					content:'';
					position:absolute;top:14px;right:-9px;
					width:9px;height:14px;
					background:url(../img/inner__map_wrap_arrrt.png) no-repeat 0 0;
				}
				
			a.b_inner__map_fo1{z-index:9;bottom:13px;left:33px;width:35px;height:54px;background:url(../img/regions/1h.png) no-repeat 0 0;}
				a.b_inner__map_fo1 span{top:3px;left:28px;}			
			a.b_inner__map_fo2{z-index:8;bottom:39px;left:0px;width:97px;height:59px;background:url(../img/regions/2h.png) no-repeat 0 0;}
				a.b_inner__map_fo2 span{top:8px;left:60px;}				
			a.b_inner__map_fo3{z-index:7;bottom:77px;left:0;width:24px;height:21px;background:url(../img/regions/3h.png) no-repeat 0 0;}
				a.b_inner__map_fo3 span{top:-10px;left:22px;}			
			a.b_inner__map_fo5{z-index:6;bottom:91px;left:46px;width:94px;height:77px;background:url(../img/regions/5h.png) no-repeat 0 0;}
				a.b_inner__map_fo5 span{top:20px;left:50px;}				
			a.b_inner__map_fo4{z-index:5;bottom:43px;left:82px;width:109px;height:104px;background:url(../img/regions/4h.png) no-repeat 0 0;}
				a.b_inner__map_fo4 span{top:30px;left:60px;}
			a.b_inner__map_fo6{z-index:4;top:53px;left:25px;width:246px;height:161px;background:url(../img/regions/6h.png) no-repeat 0 0;}
				a.b_inner__map_fo6 span{top:90px;left:140px;}			
			a.b_inner__map_fo7{z-index:3;bottom:52px;left:154px;width:139px;height:157px;background:url(../img/regions/7h.png) no-repeat 0 0;}
				a.b_inner__map_fo7 span{top:70px;left:90px;}
			a.b_inner__map_fo8{z-index:1;bottom:0;right:156px;width:241px;height:273px;background:url(../img/regions/8h.png) no-repeat 0 0;}
				a.b_inner__map_fo8 span{top:123px;left:118px;}
			a.b_inner__map_fo9{z-index:3;top:0;right:0;width:259px;height:327px;background:url(../img/regions/9h.png) no-repeat 0 0;}
				a.b_inner__map_fo9 span{top:123px;left:-70px;}
				
			.b_inner__map_wrap a:hover{opacity:1;}
			.b_inner__map_wrap a:hover span{visibility:visible;}
			
			a.b_inner__map_all{
				display:inline-block;
				height:39px;
				background:url(../img/inner__map_all.png) no-repeat 0 ;
				margin-left:195px;
				padding-left:40px;
				color:#000;line-height:39px;
			}
			/* inner content &gt; regions map filter */
			.b_inner__map_fltr{min-height:40px;margin-bottom:15px;}
			.b_inner__map_fltr .jq-selectbox{width:235px;margin-right:15px;}
			.b_inner__map_fltr_smt{
				position:relative;top:-3px;
				display:inline-block;vertical-align:top;
				height:39px;
				background:url(../img/inner__form_field_smt.gif) no-repeat -350px 0;
				padding:0 30px;
				color:#000;font-size:15px !important;
				line-height:39px !important;text-decoration:none;
				-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;
			}
			.b_inner__map_fltr_smt:hover{background-position:-226px 0;color:#fff;text-decoration:none;}
		
		.b_inner__map .b_inner__cont_map{margin-top:25px;}
		
		
		/* content &gt; block tabs &gt; titles */
		.b_cntn__maintab_tit{margin-bottom:35px;}
			.b_cntn__maintab_tit a{
				display:inline-block;
				height:40px;
				padding:0 20px;
				color:#000;font-size:16px;
				line-height:40px;
				text-decoration:none;
			}
			.b_cntn__maintab_tit a span{border-bottom:1px dashed #000;}
			.b_cntn__maintab_tit a:hover span{color:#32689A;border-bottom:1px dashed #32689A;}
			.b_cntn__maintab_tit a.selected{background:#f3cb50;font-size:20px;}
			.b_cntn__maintab_tit a.selected span{border:0;}
			.b_cntn__maintab_tit a.selected:hover  span{border:0;color:#000;}
		
		/* content &gt; block tabs &gt; item */
		a.b_cntn__maintab_info_item {
			position:relative;
			display:block;
			min-height:35px;
			margin-bottom:13px;
			}
			.b_cntn__maintab_info_name{display:block;margin-left:52px;}
			.b_cntn__maintab_info_exh{display:block;margin-left:0px;}
			.b_cntn__maintab_info_anons{display:block;margin-left:20px;font-size:0.85em;color:black;}
			
			
			
			
			
			
			
			
			
			.b_cntn__maintab_info_date{
				display:inline-block;
				background:#3586c4;
				margin-bottom:10px;
				padding:4px 8px;
				font-size:1.6rem !important;
				}
				.b_cntn__maintab_info_date i{display:block;font-style:normal;}
				.b_cntn__maintab_info_date i:first-child{font-weight:700;}
				a.b_cntn__maintab_info_item:hover .b_cntn__maintab_info_date{background-position:0 0;}
				a.b_cntn__maintab_info_item:hover .b_cntn__maintab_info_date i{color:#000;}
		
		.custom_scroll{opacity:0;
			position:relative;
			overflow:auto;
			height:290px;
			}
			.mCSB_scrollTools{
				width:18px;
				background:#ebebeb;
				opacity:1;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				}
				.mCSB_scrollTools .mCSB_dragger{
					width:18px;height:27px;
					background:#bebebe;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
				}
		
		/* content &gt; news */
		.b_cntn__maintab_news{position:relative;margin-top:30px;}
			.b_cntn__maintab_news a{
				position:absolute;top:0px;
				display:inline-block;height:33px;
				background:url(../img/fon_wh.gif) no-repeat -250px 0;			
				color:#000;font-size:14px;
				line-height:33px;
				-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;
			}
			a.b_cntn__maintab_news_all{left:0;padding:0 9px;}
			a.b_cntn__maintab_news_rss{right:0;padding:0 33px 0 9px;}
			a.b_cntn__maintab_news_rss:after{
				content:'';
				position:absolute;top:5px;right:7px;
				width:19px;height:19px;
				background:url(../img/cntn__maintab_news_rss.png) no-repeat 0 0;
				-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;
			}			
			a.b_cntn__maintab_news_all:hover{background-position:-60px 0;}
			a.b_cntn__maintab_news_rss:hover{background-position:-13px 0;}
			a.b_cntn__maintab_news_rss:hover:after{background:url(../img/cntn__maintab_news_rss_act.png) no-repeat 0 0;}
			
			
			/* inner content &gt; contacts */
	.b_inner__cont_item{position:relative;margin-bottom:10px;font-size:18px;}
		.b_inner__cont_type {
			display:inline-block;
			width:125px;
			text-align:right;
		}
		.b_inner__cont_data {position:absolute;top:0px;left:131px;}
			.b_inner__cont_data p{margin-bottom:0;}
	
		.b_inner__cont_map {
			overflow:hidden;
			margin:60px 0 35px;
			border:3px solid #d7d7d7;
			-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
			}
		.b_inner__cont_info strong{display:block;margin-top:5px;}

		.b_inner__contacts_map {
			overflow:hidden;
			margin:60px 0 35px;
			border:3px solid #d7d7d7;
			-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
			}
		.b_inner__cont_info strong{display:block;margin-top:5px;}
		
		/* inner content &gt; tooltip */
				.b_inner__form_tltip{
					position:relative;
					margin-bottom:35px;
					padding:12px 52px 17px;
					color:#656565;font-size:16px;
					text-align:center;
					border:3px solid #d7d7d7;
				}
				.b_inner__form_tltip:after{
					content:'';
					position:absolute;bottom:-15px;left:16px;
					width:20px;height:15px;
					background:url(../img/inner__form_tltip_arr.gif) no-repeat 0 0;
				}
				.b_inner__form_tltip p{margin-top:5px;}
				
/* inner content &gt; stars fields */
				.b_inner__form_star{
					display:inline-block;
					min-width:9px;
					margin-right:5px;
					color:#ff0000;
					}
					
/* inner content &gt; fields */
				.b_inner__form_field{
					position:relative;
					min-height:29px;
					margin-bottom:19px;
					}
					.b_inner__form_field_tit{font-weight:700;line-height:29px;}					
					.b_inner__form_field label{line-height:29px;}				
					.b_inner__form_bigind input[type="text"]{
						position:absolute;top:0px;left:153px;
						width:330px;					
					}
					.b_inner__form_bigind input[type="email"]{
						position:absolute;top:0px;left:230px;
						width:253px;					
					}
					.b_inner__fdb .b_inner__form_bigind input[type="email"]{left:153px;width:330px;}
					.b_inner__form_smlind .b_inner__form_field{display:inline-block;width:254px;}
						.b_inner__form_smlind input[type="text"]{
							position:absolute;top:0px;left:75px;
							width:149px;					
						}				
					.b_inner__form_error{visibility:hidden;opacity:0;
						position:absolute;top:-63px;left:214px;z-index:10;
						background:#ff0000;
						padding:16px;
						color:#fff;font-size:14px;
						-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;
					}
					.b_inner__form_error:after{
						content:'';
						position:absolute;bottom:-12px;left:16px;
						width:18px;height:12px;
						background:url(../img/inner__form_error_arr.png) no-repeat 0 0;
					}

					input.input_error {border:2px solid #ff0000 !important;}
					input.input_error:focus + .b_inner__form_error{visibility:visible;opacity:1;}

					textarea.input_error {border:2px solid #ff0000 !important;}
					textarea.input_error:focus + .b_inner__form_error{visibility:visible;opacity:1;}

					select.input_error {border:2px solid #ff0000 !important;}
					select.input_error:focus + .b_inner__form_error{visibility:visible;opacity:1;}

		
					.b_inner__form_bigind textarea{
						position:absolute;top:0px;left:153px;
						width:330px;
					}
					.b_inner__form_gvrmt{min-height:132px;}
					.b_inner__form_mess{min-height:242px;}
					
						.b_inner__form_mess label,
						.b_inner__form_gvrmt label{line-height:18px;}
						.b_inner__form_mess textarea,
						.b_inner__form_gvrmt textarea{width:460px;padding:3px 5px;line-height:18px;}
						.b_inner__form_gvrmt textarea{height:132px;}
						.b_inner__form_mess textarea{height:242px;}
						
					.b_inner__form_subj input[type="text"]{width:460px;}
					
					.b_inner__form_field_proc{
						width:460px;
						min-height:74px;
						margin-left:153px;
						}
						.b_inner__form_field_proc label{
							position:absolute;top:5px;left:40px;
							line-height:18px;
						}
						.b_inner__form_field_proc .b_inner__form_star{margin-left:3px;}
					
					.b_inner__form_field input[type="submit"]{
						width:350px;height:39px;
						background:url(../img/inner__form_field_smt.gif) no-repeat -350px 0;
						margin-left:153px;
						font-size:15px;line-height:39px;
					}
					.b_inner__form_field input[type="submit"]:active,
					.b_inner__form_field input[type="submit"]:hover{background-position:0 0;color:#fff;}
		
			.b_inner p{margin-bottom:20px;}

      /* Подсветка ОЧЕНЬ важных новостей */      
      .news-block a[href="/news/12033/"]{
        color: #e20d3c;
      }
	  
	  /* Подсветка ОЧЕНЬ важных новостей */      
      .news-block a[href="/news/12076/"]{
        color: #e20d3c;
      }
	  
	  /* Подсветка ОЧЕНЬ важных новостей */      
      .news-block a[href="/news/12113/"]{
        color: #e20d3c;
      }
	  
	  /* Подсветка ОЧЕНЬ важных новостей */      
      .news-block a[href="/news/12159/"]{
        color: #e20d3c;
      }
	  	  /* Подсветка ОЧЕНЬ важных новостей */      
      .news-block a[href="/news/12269/"]{
        color: #e20d3c;
      }
      
      a[href="/urgent/12034/"].main-slider-elem&gt; div.main-slider-elem__heading{
        color: #e20d3c;  
      }
	  a[href="/urgent/12112/"].main-slider-elem&gt; div.main-slider-elem__heading{
        color: #e20d3c;  
      }
	  a[href="/urgent/12160/"].main-slider-elem&gt; div.main-slider-elem__heading{
        color: #e20d3c;  
      }   
	  a[href="/urgent/12270/"].main-slider-elem&gt; div.main-slider-elem__heading{
        color: #e20d3c;  
      }	  
      
      
      .stilized-list .active{
      	color: #434343;
      	font-weight: bold;
      
      }

@media (min-width: 992px){
.main-header__desktop .main-header__top .col-md-8{width: 67%;}
.main-header__desktop .main-header__top .col-md-4{width: 33%;}
.main-logo__text span {
    line-height: 2.6rem;
}
}

.popup{
	background: #3586c4;
	max-width: 600px;
	padding:0 20px;
}

/* fancybox 3.0 style */
.fancybox-enabled {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.compensate-for-scrollbar,
.fancybox-enabled,
.fancybox-enabled .menu-block {
  padding-right: 17px; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  background-size: cover;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide &gt; * {
  display: inline-block;
  position: relative;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.fancybox-close-small {
  position: fixed;
  top: 40px;
  right: 40px;
  padding: 0;
  margin: 0;
  width: 47px;
  height: 47px;
  font: 30px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #a64c45;
  -webkit-transition: .5s all;
  transition: .5s all;
  box-sizing: border-box;
  z-index: 2;
  outline: none;
  display:none;  }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default; }

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .6s infinite linear;
  animation: fancybox-rotate .6s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs &gt; ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs &gt; ul &gt; li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs &gt; ul &gt; li &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs &gt; ul &gt; li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs &gt; ul &gt; li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }


.block-slider-elem.border-statistic {
    border: 1px solid #f1f1f1;
}

.block-slider-elem.border-statistic:hover {
    background-color: #fff;
}

.block-slider-elem-wrapper .block-slider-elem__heading {
    text-align: center;
    padding: 20px;
}


.block-slider-elem-wrapper:focus {
    outline: none;

}

.news-elem__content span {
background-color: #f5f5f5;
}

.eputevka-request .pop-up--title {
    display: none;
}

.eputevka-request .btn--operators {
    background:#3586c4 !important;
    color:#fff !important;
    width:30%;
}

.eputevka-request input[type=checkbox] {
    margin-right:5px;
    vertical-align: top;
}

.eputevka-request .label {
    color:#434343;
}

.eputevka-request .form-cell + .form-cell {
    align-self: center !important;
}

.eputevka-request input[type=text] {
    width:345px;
}

.eputevka-request textarea {
    width:555px;
    margin-top:15px;
}

.eputevka-request input[type=checkbox] + span {
    width:550px;
    display: inline-block;
    line-height:17px;
}

.eputevka-request .form-label-cell .label {
    text-transform: none;
}

.eputevka-request select {
    height: 30px;
    margin-bottom:10px;
}

.eputevka-request input[type=submit] {
    margin-top:0px;
}

.eputevka-webinar-request .form-label-cell {
    width: 286px;
}

@media (max-width: 1700px) {
    .main-footer .social-heading{
        display: none;
    }    
    .footer-contacts + .footer-contacts{
        margin-top: 16px;
    }
}

@media (max-width: 1200px) {
    .footer-contacts + .footer-contacts {
        margin-top: 0;
    }
    .main-footer .rounded-links .stilized-list li {
        margin-right: 4px;
    }    
    .main-footer .pull-right {
        width: 336px;
    }    
    .main-footer .main-footer__copyrights {
        margin-left: 0;
        margin-top: 18px;
    }
}

@media (max-width: 1024px) {
    .main-footer .rounded-links .stilized-list li:first-child{
        float: right;
        margin-right: 0;
        margin-left: 8px;
    }
}

@media (max-width: 992px) {
    .footer-contacts + .footer-contacts {
        margin-top: 18px;
    }
}


@media screen and (max-width: 769px){
    .main-footer .rounded-links .stilized-list li:first-child{
        float: none;
        margin-right: 8px;
        margin-left: 0;
    }
    .main-footer #sputnik-informer {        
        margin-top: 0;
    }
    .main-footer .pull-right.rounded-links {
        text-align: left;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 430px){
    .main-footer .rounded-links .stilized-list li:first-child{
        display: block;
        margin-bottom: 20px;
    }
    .main-footer .rounded-links .stilized-list li {
        margin-right: 15px;
    }
    .main-footer #sputnik-informer{
        text-align: left;
    }
}

/*Иначе в формах белый текст на белом фоне*/
.h-background-1 input {color: #000;}
.h-background-1 textarea {color: #000;}
.h-background-1 select {color: #000;}