/* Styles */
/* Общие стили */

@font-face {
    font-family: "RockwellRegular";
    src: url("./newfonts/RockwellRegular.eot");
    src: url("./newfonts/RockwellRegular.eot?#iefix")format("embedded-opentype"),
    url("./newfonts/RockwellRegular.woff") format("woff"),
    url("./newfonts/RockwellRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RockwellBoldItalic";
    src: url("../newfonts/RockwellBoldItalic.eot");
    src: url("../newfonts/RockwellBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../newfonts/RockwellBoldItalic.woff") format("woff"),
    url("../newfonts/RockwellBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body
{
    letter-spacing: 0.2px;
    font-weight: 300;
    font-family: RockwellRegular, 'Gotham Pro', sans-serif;
}
h1,h2,h3,h4,h5
{
    color: #07219B;
}
img
{
    max-width: 100%;
}
.flex
{
    display: flex;
}
.btn-primary {
    color: #fff;
    background-color: #DA1EBB;
    border-color: #DA1EBB;
}
.btn-primary:hover {
    color: #fff;
    background-color: #07219B;
    border-color: #07219B;
}
.btn-default {
    color: #fff;
    background-color: #005db0;
    border-color: #005db0;
}
.btn-default:hover, .btn-default:focus {
    color: #fff;
    background-color: #DA1EBB;
    border-color: #DA1EBB;
}
.no-padding
{
    padding: 0;
}
.content
{
    padding: 50px 0;
}
.auto
{
    margin: auto;
}
/* Частные стили */

/* -- HEADER --- */

header
{
    z-index: 100;
    position: relative;
}
.pre-header .navbar-nav
{
    float: right;
    padding: 0px 30px;
}
.pre-header .navbar-nav > li
{
    list-style-type: disc;
}
.pre-header .navbar-nav > li > a
{
    padding: 15px 5px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #07219B;
}
.pre-header .navbar-nav > li > a:hover, .pre-header .navbar-nav > li > a:focus
{
    background: none;
    color: #0a3e6b;
}
.pre-header .navbar-nav > li > a::before {
    content: "●";
    padding-right: 8px;
}
.pre-header .navbar-header button {
    color: #07219B;
}
.main-header
{
    margin-bottom: -16px;
}
.header-ribbons
{
    background: #DA1EBB;
    border-bottom: 1px solid #DA1EBB;
    height: 50px;
    margin-bottom: -65px;
}
.main-header nav
{
    margin: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #DA1EBB;
    border-radius: 0;
    background: #DA1EBB;
    border-top: 15px solid #fff;
}
.menu-ribbons {
    position: relative;
    top: 15px;
}
.menu-ribbons:before
{
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 0 15px 18px;
    border-color: transparent transparent #f3b5d3 transparent;
    left: 0;
    top: -14px;
    display: block;
    background-color: #DA1EBB;
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 100;
}
.menu-ribbons:after
{
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 15px 0 0 18px;
    border-color: transparent transparent transparent #f3b5d3;
    right: 15px;
    top: -14px;
    display: block;
    background-color: #DA1EBB;
    position: absolute;
    top: 0px;
    z-index: 100;
}
.navbar-brand > img {
    margin-top: -40%;
}
.main-header .navbar-nav > li > a
{
    font-weight: 700;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(34,34,34,0.35);
    text-transform: uppercase;
}
.main-header .navbar-nav > li > a:hover
{
    background: #07219B;
    box-shadow: 0px 1px 0px 0px #004580;
}
.main-header .dropdown-menu > li > a {
    padding: 10px 20px;
}
.main-header nav a
{
    color: #fff!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #07219B;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #07219B;
}
.main-header .navbar-nav > li > .dropdown-menu
{
    background: #07219B;
}
.dropdown-menu > li > a{
    color: #fff!important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #DA1EBB!important;
    text-decoration: none;
    background-color: #f5f5f5;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.main-header .navbar-default .navbar-toggle:focus, .main-header .navbar-default .navbar-toggle:hover {
	background-color: #07219B;
	border-color: #07219B;
}

/* -- HEADER --- */



/* --- SLIDER --- */

.slideshow
{
    background: #07219B;
    color: #fff;
}
.slideshow h2 {
	color: #fff;
	text-shadow: 2px 2px 2px #555;
	font-size: 68px;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	font-weight: 700;
	margin-top: -25px;

}
.slideshow p {
	text-shadow: 2px 2px 2px #555;
	font-size: 18px;
}
.slideshow p b {
	text-shadow: 2px 2px 2px #555;
	font-size: 28px;
}
.slideshow .btn
{
    margin-top: 70px;
}
.slideshow .carousel-control {
    background: none;
}
.slideshow .carousel-control a{
    text-shadow: none;
    padding: 15px 0;
}
.slideshow .carousel-control i{
    margin: auto;
}
.slideshow .carousel-control i:before{
    font-size: 40px;
    text-shadow: none;
}
.slideshow .carousel-inner  {
    height: 450px;
}
.slideshow .carousel-inner h1 {
    text-shadow: 2px 2px 2px #555;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.slideshow .carousel-inner .item {
    height: 100%;
}
.slideshow .item-caption
{
    padding: 35px 35px 35px 0;
    text-align: center;
}
.slideshow .item.item-1, .slideshow .item.item-2, .slideshow .item.item-3 {
    background: url(../img/2.jpg) no-repeat center center / cover;
}

.carousel-inner .picture img {height: 450px;    }
@media screen and (max-width: 990px){
    .carousel-inner .picture img {height: 188px;margin: 0 auto;display: block;;}
    .carousel-inner .item-caption {}
    .carousel-inner .picture {}
    .carousel-inner .h1,.carousel-inner  h1 {font-size: 18px;margin-top: 31px;line-height: 19px;}
    .carousel-inner .h2,.carousel-inner  h2 {font-size: 30px;margin-top: 6px;}
    #carousel-example-generic .carousel-indicators {text-align: center;    width: 100%;}
    .slideshow .btn{    margin-top: 0px;}
    .slideshow p b{    font-size: 21px;}
}
@media screen and (min-width: 767px) and (max-width: 990px ){
    .carousel-inner .picture img {     height: 450px;
        margin: 0 auto;
        display: block;
        padding-top: 150px;}
    .carousel-inner .item-caption {  margin-top: 60px;}
    .carousel-inner .picture {}
    .carousel-inner .h1,.carousel-inner  h1 { ;}
    .carousel-inner .h2,.carousel-inner  h2 {   ;}
    #carousel-example-generic .carousel-indicators { ;}
    .slideshow .btn{     ;}
    .slideshow p b{     ;}
}
/* --- SLIDER --- */

#our-history
{
    background: #eee;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section#our-history > div {
    background: rgba(255, 255, 255, 0.46);
    padding: 350px 0 0 0;
    height: 100vh;
}
.bgyears1945{  background: url(../img/years/1945.jpg) no-repeat !important;    background-position: center top !important;
    background-size: cover !important;
}
.bgyears1953{  background: url(../img/years/1953.jpg) no-repeat !important;    background-position: center top !important;
    background-size: cover !importants;
}
.bgyears1958{  background: url(../img/years/1958.jpg) no-repeat !important;    background-position: center top !important;
    background-size: cover !important;
}
.bgyears1970{  background: url(../img/years/1976.jpg) no-repeat !important;    background-position: center top !important;
    background-size: cover !important;
}
.bgyears1992{  background: url(../img/years/1996.jpg) no-repeat !important;    background-position: center top !important;
    background-size: cover !important;
}
.bgyears2012{  background: url(../img/years/2012.jpg) no-repeat !important;    background-position: center top !important;
    background-size: cover !important;
}
.bgyears2015{  background: url(../img/years/2015.jpg) no-repeat !important;    background-position: center top !important;
    background-size: cover !important;
}


.news__content > button.slick-next.slick-arrow {
    right: 17px;
}

.news__content > button.slick-prev.slick-arrow {
    left: 16px;
}

.news__content > button.slick-prev.slick-arrow:before {
    content: "\f104";
}

ul.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

ul.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 0px;
    margin-bottom: -2px;
    left: 0px;
    right: 0px;
}

ul.slick-dots li button {
    border-radius: 3px;
    background: #DA1EBB;
    border: 0px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-indent: -9999px;
    outline: none !important;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.slick-dots li.slick-active button,ul.slick-dots li button:hover {
    background: #07219B;
}


.news__content > button:hover {
    background: #07219B;
}
.news__content .slick-list {
    margin: 0px 16px;
}
.news__content > button{
    border: 0px;
    padding: 0px;
    margin: 0px;
    color: #fff; */
    background: #DA1EBB;
    display: block;
    width: 20px;
    height: 20px;
    background: #DA1EBB;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    outline: none !important;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news__content > button:before {
    /* color: #fff; */
    /* background: #DA1EBB; */
    display: block;
    /* width: 20px; */
    /* height: 20px; */
    text-align: center;
    /* border-radius: 5px; */
    z-index: 10;
    position: relative;
    content: "\f105";
    border: 0px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none !important;
}

/* Visual menu blocks */
#visual-menu
{
    background: #DA1EBB;
    color: #fff;
    padding: 50px 0;
}
#visual-menu object {
    width: 100%;
}
#visual-menu .icon {
    line-height: 9;
}
#visual-menu h4 {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(34,34,34,0.35);
}


/* --- NEWS CAROUSEL --- */

.carousel
{
    position: relative;
}
.news-carousel
{
    background: #e2f3ff;
    padding: 50px 0;
}
.news-carousel .carousel-inner {
    background: #fff;
    border-radius: 4px;
    z-index: 10;
    padding: 15px;
}
.news-carousel .carousel-inner .slick-slide img {
    display: block;
    max-width: 100%;
}
.news-carousel .carousel-inner .slick-slide date, .news-carousel .carousel-inner .slick-slide h5 {
    font-weight: 700;
    color: #07219B;
}
.news-carousel .controls {
    position: absolute;
    bottom: 55%;
    width: 100%;
}
.news-carousel .controls i {
    position: relative;
}
.news-carousel .controls i::before {
    color: #fff;
    background: #DA1EBB;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 5px;
    z-index: 10;
    position: relative;
    line-height: 1.28;
}
.news-carousel .controls .carousel-control-left
{
    position: absolute;
    left: -13px;
}
.news-carousel .controls .carousel-control-right
{
    position: absolute;
    right: -13px;
}
.news-carousel .controls .carousel-control-left i::after {
    content: '';
    display: block;
    width: 10px;
    height: 11px;
    position: absolute;
    top: -20%;
    background: #f9a3d4;
    transform: rotate(60deg);
    z-index: 0;
    left: 29%;
}
.news-carousel .controls .carousel-control-right i::after {
    content: '';
    display: block;
    width: 10px;
    height: 11px;
    position: absolute;
    top: -20%;
    background: #f9a3d4;
    transform: rotate(-60deg);
    z-index: 0;
    right: 29%;
}

/* --- END NEWS CAROUSEL --- */



/* --- FRANSHISE --- */

.franshise .features {
    padding: 50px 0;
}
.franshise .features h1 {
    text-align: center;
    font-weight: 700;
}
.franshise .features .item {
    text-align: center;
}
.franshise .features .item img {
    width: 30%;
    margin: 20px 0;
}
.franshise .features h5 {
    font-size: 22px;
    font-weight: 700;
}
.franshise .numbers {
    padding: 50px 0;
    background: #005db0;
    color: #fff;
    text-align: center;
}
.franshise .numbers h3 {
    color: #fff;
    font-weight: 700;
}
.franshise .numbers span {
    font-size: 100px;
    font-weight: 700;
}
.franshise .franchise-offer
{
    background: #DA1EBB;
    padding: 50px 0;
}
.franshise .franchise-offer .carousel-inner
{
    width: auto;
    color: #fff;
}
.franshise .franchise-offer .control i::before {
    color: #fff;
    background: #DA1EBB;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 1.7;
    border-radius: 100%;
    opacity: 0.7;
}
.franshise .franchise-offer .control i:hover::before {
    opacity: 1;
}
.franshise .franchise-offer .control a:hover, .franshise .franchise-offer .control a:focus {
    text-decoration: none;
}
.franshise .franchise-offer .item .image {
    height: 200px;
    overflow: hidden;
}
.franshise .franchise-offer .item .image img {
    width: 100%;
    max-height: 100%;
}
.franshise .buttons
{
    padding: 50px 0;
}
.franshise .buttons .btn {
    width: 100%;
}
.franshise .buttons .btn:hover {
    background: #555;
    border-color: #555;
}
.franshise .form {
    padding: 50px 0;
}
.franshise form.fv-form {
    background: #DA1EBB;
    padding-top: 50px;
}
.franshise form.fv-form label{
    text-align: left!important;
}
.franshise form.fv-form .nav.nav-pills
{
    display: none;
}
.franshise .fv-form i {
    font-size: 18px;
    line-height: 2.15;
}
.franshise .pager.wizard a {
	margin: 20px;
	border: none;
	color: #005db0;
	font-weight: bold;
	padding: 10px 20px;
}
.franshise .form .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #005db0;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.franshise .form .well h3
{
    color: #fff;
    font-weight: 700;
}
.franshise .form h2 {
    text-align: center;
    padding-bottom: 50px;
    font-weight: 700;
}
.franshise .form .nav-pills h4 {
    font-weight: 700;
}
.franshise .form .nav-pills li.active h4 {
    color: #fff;
}
.franshise .form .form-group
{
    width: 50%;
    margin: 20px auto;
}
.franshise .form .steps.form-group
{
    width: 100%;
    margin: auto;
}
.franshise .form .form-control {
	display: block;
	height: auto;
	padding: 10px 12px;
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: auto;
}
.franshise .form .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.franshise .form .thumbnail {
	background-color: #efefef;
	border: none;
	border-radius: 2px;
}
.franshise .form .nav-pills > li > a {
    border-radius: 2px;
}
.franshise .form .nav-pills > li.active > a
{
    background: #DA1EBB;
}
.franshise .banner {
    background: url(../img/baskin_sun1.jpeg) no-repeat center top/ cover;
    height: 450px;
    background-attachment: fixed;
}

/* --- END FRANSHISE--- */



/* Content */
.offer img
{
    width: 100%;
}
.offer
{
    margin-bottom: 30px;
}
.search-cafe {
    background: #DA1EBB;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}
.search-cafe h3{
    color: #fff;
    margin-bottom: 0;
}
.search-cafe p{
    margin-bottom: 30px;
}
.search-cafe input, .search-cafe button{
    width: 100%;
    padding: 10px;
    height: 100%;
    border: none;
}

.news-archive .news > div {
    padding: 0!important;
    margin: 0!important;

}
.news-archive .news-archive .row .item {
	background: #fff;
	margin-bottom: 35px;
	padding: 10px;
    text-align: center;
}
#news-archive
{
    background: #eee;
}
#news-archive .news>div>.item
{
    background: #fff;
    text-align: center;
    padding: 10px;
}
#news-archive .news>div>.item date
{
    color: #DA1EBB;
}

#news-archive .img-block {
    height: 150px;
    background: url(../img/2.jpg) no-repeat center center / cover;
    margin-bottom: 10px;
}
#our-rewards, #our-gallery
{
    text-align: center;
    padding: 50px 0;
}
#our-rewards .carousel-inner .item, #our-rewards .carousel-inner .item:active  {
    padding: 5px;
    z-index: 10;
}
#our-rewards .carousel-inner, #our-gallery .carousel-inner
{
    padding: 0;
}
#our-rewards h3, #our-gallery h3
{
    padding-bottom: 50px;
}
#our-rewards .item img,#our-rewards .items img
{
    width: 50%;
    display: block;
    margin: auto;
}
#our-rewards .left, #our-rewards .right, #our-rewards .left:focus, #our-rewards .right:focus
{
    text-decoration: none;
}
#our-rewards .left i, #our-rewards .right i, #our-gallery .left i, #our-gallery .right i {
    background: #005db0;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 1.6;
}
#our-rewards .left:hover i, #our-rewards .right:hover i, #our-gallery .left:hover i, #our-gallery .right:hover i {
    background: #DA1EBB;
    color: #fff;
}
#our-gallery .items img
{
    width: 100%;
}
#our-gallery .item img
{
    width: 100%;
}

.carousel-inner.col-md-10 .col-md-3 {
    width: 231px;
}
.row.string-date {
    position: relative;
    margin-bottom: 25px;
}
.row.string-date hr {
    border-top: 3px solid #005db0;
    position: absolute;
    height: 3px;
    width: 100%;
    top: 22px;
}
.row.string-date hr:before {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/flag-triangle-1.svg) no-repeat center center;
    background-size: contain;
    bottom: 5px;
    left: -6px;
}
.row.string-date button{
    position: relative;
    z-index: 10;
    background: none;
}
.row.string-date button p{
    text-align: center;
    color: #005db0;
    padding: 10px;
    font-weight: bold;
}
.row.string-date button img {
    width: 70px;
    background: #005db0;
    padding: 10px;
    border-radius: 100%;
}
/* Contacts */
#content {
    padding-top: 60px;
}
.contacts > .container-fluid {
    background: #DA1EBB;
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
}
.contacts-info {
    padding: 35px;
}
.contacts-info p {
    padding: 5px 0;
}
.contacts-info i::before {
    font-size: 14px;
    background: #c35293;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 2.2;
    border-radius: 100%;
    margin-right: 10px;
}
#content .line-form
{
    padding: 50px 0;
}
#content .line-form h4
{
    padding-bottom: 30px;
}
#content .line-form i
{
    color: #DA1EBB;
}
#content .line-form .input-group-addon
{
    border: 0;
    border-right: 1px solid #fff;
}
#content .line-form .input-group
{
    width: 100%;
}
#content .line-form input
{
    border: 0;
    box-shadow: none;
    background: #efefef;
    width: 100%;
}
#content .line-form button
{
    width: 100%;
}
/* International */
.world-map {
    margin-top: -45px;
    height: 450px;
    background: #eee;
}
.countries {
    padding-bottom: 50px;
}
.countries h3{
    padding: 25px;
}

/* Catalog */

.catalog-view .product-image img,
.catalog .product-image img
{
    width: 70%;
    height: auto;
}
.catalog-view .slideshow .item,
.catalog .slideshow .item{
	background: #07219B;
}
.catalog-view .slideshow .item img,
.catalog .slideshow .item img{
	width: 70%;
    padding: 25px;
}
.catalog-view .slideshow .carousel-inner,
.catalog-view .picture img,
.catalog .slideshow .carousel-inner{
	min-height: 315px;
}
.catalog-view .picture img{
    width: auto!important;
}
.catalog-view .slideshow .btn,
.catalog .slideshow .btn{
	margin-top: 15px;
}
.catalog-view .slideshow .btn-primary:hover,
.catalog .slideshow .btn-primary:hover
{
    background-color: #DA1EBB;
    border-color: #DA1EBB;
}
.carousel-indicators {
	bottom: 0!important;
	right: 0%!important;
    left: auto;
}

.catalog .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0 40px 0;
	border-radius: 4px;
}
.catalog .pagination > li > a, .pagination > li > span {
	font-weight: bold;
}

.sidebar-menu
{
    padding-left: 0;
}
.sidebar-menu .list-group-item {
    background-color: #07219B;
    border: 1px solid #07219B;
    border-top: 1px dotted #003f74;
}
.sidebar-menu a.list-group-item, .sidebar-menu button.list-group-item {
    color: #fff;
}
.sidebar-menu a.list-group-item:focus, .sidebar-menu a.list-group-item:hover, .sidebar-menu button.list-group-item:focus, .sidebar-menu button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #DA1EBB;
    border: 1px solid #DA1EBB;
}
.sidebar-menu h4 {
    text-align: center;
    background: #DA1EBB;
    margin: 0;
    color: #fff;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    border-bottom: 2px solid #DA1EBB;
}
.sort span
{
    font-weight: 500;
    color: #DA1EBB;
}
.category-header h1
{
    margin: 0;
    font-weight: 700;
}
.product {
    text-align: center;
    margin-bottom: 35px;
}
.product-details {
    margin: 30px auto 100px;
}
.product-details h1 {
    margin-top: 0;
    font-weight: 700;
}

.col-md-9.news .col-md-4 {
    background: #fff;
    text-align: center;
    padding: 10px;
    outline: none !important;
    width: 244px;
    margin-right: 31px;
}
#installationForm .tab-content>.tab-pane {
    background: #005db0;
    padding: 5px 0px;
}
.product-caption
{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.product-details .product-image img
{
    width: 100%;
    border: 3px solid #DA1EBB;
}
.product-details .price p
{
    font-size: 22px;
    color: #d6398f;
    font-weight: bold;
}
.allergen-info ul
{
    margin: 0;
    padding: 0;
}
.allergen-info ul li
{
    list-style-type: none;
    padding: 10px 0;
}
.allergen-info img {
    margin-right: 10px;
    width: 30px;
}


/* --- FOOTER --- */

.footer-menus {
    border-bottom: 2px dotted #999;
    padding-bottom: 10px;
}
.footer-menus ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-menus ul li
{
    padding: 10px 0;
}
.footer-menus ul li a
{
    color: #777;
    font-size: 12px;
}
.footer-menus p
{
    color: #777;
    font-size: 12px;
}
.footer-menus ul li a:hover
{
    color: #07219B;
    text-decoration: none;
}
.footer-menus .menu .socials i::before {
    background: #555;
    color: #e4e4e4;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 2.5;
    margin-right: 10px;
}
.footer-menus .menu .socials a:hover i::before {
    background: #07219B;
}
.footer-menus img
{
    width: 70%;
}
.footer-menus .subscribe label {
    font-size: 12px;
    font-weight: 300;
    color: #999;
    padding: 10px 0;
}
.footer-sub-menu, .footer-sub-menu .navbar-collapse
{
    padding: 0;
}
.footer-menus .subscribe label input{
    margin-right: 5px;
}
#subscribe-email {
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 5px 5px 7px 5px;
}
footer {
    background: #e4e4e4;
    padding-top: 50px;
}
footer .navbar-header {
    float: none;
}
footer .navbar-nav > li > a {
    padding: 15px 15px 15px 0;
    color: #999;
    font-size: 12px;
}
footer .navbar-nav > li > a:hover, footer .navbar-nav > li > a:focus {
    background: none;
    color: #333;
}

/* --- END FOOTER --- */
.news__content {
  display: none; /* по умолчанию прячем все блоки */
}
.news__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}
a.list-group-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #DA1EBB;
    border: 1px solid #DA1EBB;
}
.news__content .slick-list {
    margin: 0px 16px;
    padding-bottom: 38px;
}

/* --- Responsive --- */

@media (max-width: 640px) {
    #navbar-collapse-main-menu {
        position: absolute;
        background: #DA1EBB;
        width: 100%;
        z-index: -1;
        border-radius: 0 0 5px 5px;
        padding-top: 5px;
        left: auto!important;
    }
    #visual-menu object {
        width: 50%;
    }
    #visual-menu>div>div {
        text-align: center;
        padding-bottom: 40px;
    }
    #visual-menu .icon {
        line-height: 1;
    }
    #news-block .carousel-inner {
        height: 360px;
    }
    .slideshow .item-caption {
        padding: 50px 0 0 0;
        text-align: center;
    }
    .pre-header .navbar-nav {
        float: none;
        padding: 0px 0px 30px 0;
    }
    .main-header {
        margin-bottom: 20px;
        margin-top: 0;
        position: fixed;
        width: 100%;
    }
    .main-header .navbar-brand > img {
        margin-top: -23%;
        width: 65%;
    }
    .pre-header .navbar-nav > li {
        padding-bottom: 14px;
        padding-left: 32px;
        border-bottom: 1px solid #ccc;
    }
    .contacts > .container-fluid {
        height: auto;
    }
    .footer-sub-menu .navbar-toggle, .footer-menus .navbar-toggle
    {
        padding: 5px 10px;
        margin: 0 5px;
        color: #07219B;
    }
    footer .form-control {
        display: inline-block;
        width: 80%;
    }
    footer .form-group .btn-primary {
        margin-top: -4px;
    }
    .footer-menus .menu {
        padding: 0px 15px;
        border-top: 1px solid #ccc;
    }
    .footer-menus .last-menu {
        border-bottom: 1px solid #ccc;
    }
    .footer-sub-menu .navbar-collapse
    {
        padding: 0 15px 0 15px;
    }
    
} 

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .main-header .navbar-brand > img {
        margin-top: -23%;
        width: 65%;
    }
    #visual-menu object {
        width: 50%;
    }
    #navbar-collapse-main-menu {
        padding-top: 20px;
        border-top: 0;
        position: absolute;
        background: #DA1EBB;
        width: 100%;
        z-index: -1;
        border-radius: 0 0 5px 5px;
        padding-top: 5px;
        left: 0;
    }
}
@media (max-width: 991px) {
	.offer img {
		height:auto !important;
	}
}


div#carousel-gallery .carousel-inner.col-md-10,div#carousel-rewards .carousel-inner.col-md-10 {
    width: 100% !important;
}

div#carousel-gallery .carousel-inner.col-md-10 .slick-list,
div#carousel-rewards .carousel-inner.col-md-10 .slick-list  {
    width: 83.33333333%!important;
    margin: 0 auto;
}



div#carousel-gallery button.slick-prev.slick-arrow,div#carousel-rewards button.slick-prev.slick-arrow  {
    position: absolute;
    left: 0px;
    top: 23px;
    background: #005db0;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 1.6;
    outline: none !important;
    border: 0px;
}


div#carousel-gallery button.slick-next.slick-arrow,
div#carousel-rewards button.slick-next.slick-arrow {
    position: absolute;
    right: 0px;
    top: 23px;
    background: #005db0;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 1.6;
    outline: none !important;
    border: 0px;
}
div#carousel-gallery button.slick-prev.slick-arrow:after,div#carousel-rewards button.slick-prev.slick-arrow:after {content: "\f104";font: normal normal normal 14px/1 FontAwesome;font-size: 30px;}
div#carousel-gallery button.slick-next.slick-arrow:after,div#carousel-rewards button.slick-next.slick-arrow:after {content: "\f105";font: normal normal normal 14px/1 FontAwesome;font-size: 30px;}
div#carousel-gallery button.slick-prev.slick-arrow:hover,div#carousel-rewards button.slick-prev.slick-arrow:hover  {
    background: #DA1EBB;
}
div#carousel-gallery button.slick-next.slick-arrow:hover,div#carousel-rewards button.slick-next.slick-arrow:hover {
    background: #DA1EBB;
}
#carousel-rewards .col-md-2 {
    width: 152px;
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.main-header .navbar-nav>li>a {
    font-family: RockwellRegular, 'Gotham Pro', sans-serif !important;
}