body {
    font-family: 'Roboto', sans-serif;
    line-height: inherit;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.hover-btn:hover {
    background: #9d1006 !important;
}

.form-group {
    margin-bottom: 30px;
}

.form-group.error input, .form-group.error .select-holder, .form-group.error .checkbox-custom {
    border: 1px solid #d10a0f;
}

.form-group.error .checkbox label {
    color: #d10a0f;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

#wrapper {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
    padding: 0;
}

.init-sly {
    margin: 0 55px;
}

.container h2 {
    font-size: 76px;
    margin-bottom: 80px;
    margin-top: 120px;
    text-align: center;
    font-weight: bold;
}

header > * {
    display: inline-block;
    vertical-align: middle;
}

header .bars {
    background: url(../img/menu.png) no-repeat center center;
    width: 35px;
    height: 34px;
    margin-right: 20px;
    display: none;
}

header .mob-menu.active .bars {
    background: url(../img/menu_active.png) no-repeat center center;
}

header .logo {
    background: url(../img/logo.png) no-repeat center center;
    width: 130px;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
}

header #nav {
    margin: 0 100px;
}

header #nav > ul {
    font-size: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

header #nav > ul li {
    float: left;
    position: relative;
    margin-right: 25px;
}

header #nav > ul li:last-child {
    margin-right: 0;
}

header #nav > ul li a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

header #nav .drop {
    position: absolute;
    left: -10px;
    top: 59px;
    padding: 0 10px 10px;
    overflow: hidden;
}

header #nav .drop-inner {
    border-top: 1px solid #f2f2f2;
    width: 311px;
    background: #fff;
    display: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.8);
}

header .phone {
    font-size: 19px;
    font-weight: bold;
}

header .button {
    background: #d10a0f;
    height: 60px;
    line-height: 60px;
    font-size: 19px;
    font-weight: bold;
    padding: 0 30px;
    color: #fff;
    float: right;
}

#slide {
    height: 760px;
    background: url(../img/main_back.jpg) no-repeat left center;
    background-size: cover;
    text-align: center;
}

#slide .text {
    padding-top: 130px;
}

#slide .text p {
    font-size: 76px;
    background: rgba(255, 221, 0, 0.8);
    display: inline;
    margin-bottom: 0;
}

#slide a {
    background: #d10a0f;
    border: 4px solid #ffdd00;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: bold;
    padding: 25px 110px;
    color: #fff;
    margin-top: 100px;
    display: inline-block;
}

#courses .items .item {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
    display: table;
}

#courses .items .item a {
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 300px;
    flex-wrap: wrap;
    position: relative;
}

#courses .items .item .name {
    z-index: 1;
    position: absolute;
    bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #ffff;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 30px;
}

#courses .items .item .name span {
    background: rgba(255, 221, 0, 0.8);
    color: #000;
}

#courses .items .item .hover {
    background: rgba(255, 221, 0, 0.8);
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    padding: 40px 30px;
    font-size: 26px;
    left: 0;
    top: 0;
    color: #000;
}

#courses .items .item:hover .name {
    display: none;
}

#courses .items .item:hover .hover {
    display: block;
}

#courses .items .item .hover strong {
    display: block;
    margin-bottom: 20px;
}

#courses .items .item .hover .text {
    font-size: 14px;
    line-height: 22px;
}

#courses .bottom {
    margin-top: 70px;
    text-align: center;
}

#courses .bottom > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
}

#courses .bottom span {
    margin-right: 45px;
}

#courses .bottom a {
    text-transform: uppercase;
    background: #d10a0f;
    line-height: 70px;
    padding: 0 80px;
    color: #fff;
}

#stats .text {
    width: 80%;
    font-size: 47px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}

#stats .text a {
    color: #d10a0f;
    border-bottom: 1px dashed;
}

#stats .items {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

#stats .items > * {
    display: flex;
}

#stats .items .item {
    background: #ffdd00;
    border-radius: 5px;
    padding: 70px 60px;
    text-align: center;
    width: 100%;
}

#stats .items .item .count {
    font-size: 80px;
    font-weight: bold;
}

#stats .items .item .name {
    font-size: 29px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

#stats .items .item .name.double {
    margin-top: 20px;
}

.slide-wrapper {
    position: relative;
}

.slide-wrapper .no-items {
    color: #d10a0f;
    text-align: center;
    font-size: 18px;
}

.slide-wrapper .page-btn-prev,
.slide-wrapper .page-btn-next {
    width: 50px;
    height: 50px;
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 50%;
    margin-top: -63px;
    cursor: pointer;
    z-index: 3;
}

.slide-wrapper .page-btn-prev {
    left: 0px;
    background-image: url(../img/arrow-left.png);
}

.slide-wrapper .page-btn-next {
    right: 0px;
    background-image: url(../img/arrow-right.png);
}

.init-sly ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.init-sly li {
    width: 382.5px;
    float: left
}

.init-sly .item {
    margin: 0 10px 20px 10px;
}

.init-sly a {
    text-decoration: none;
    color: #000;
}

.init-sly .item .title {
    display: block;
    padding: 13px 21px 15px;
    background: #ffdc00;
    font-size: 17px;
    line-height: 20px;
}

.init-sly .item img {
    width: 100%;
}

.pages-holder {
    text-align: center;
    margin-top: 10px;
}

.pages {
    display: inline-block;
    font-family: 'FuturaDemiCTTNormal', Arial, Helvetica, sans-serif;
    font-size: 20px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}

.pages li {
    cursor: pointer;
    float: left;
    height: 32px;
    line-height: 30px;
    margin: 0 4px;
    padding: 0 2px;
    width: 30px;
}

.pages li.active {
    background: url("../img/page-active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #d10a0f;
}

.pages li:hover {
    color: #d10a0f;
}

.page-btn-prev {
    background: url("../img/page-btn-prev.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 32px;
    margin-right: 20px;
    width: 12px;
    cursor: pointer;
}

.page-btn-next {
    background: url("../img/page-btn-next.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 32px;
    margin-left: 20px;
    width: 12px;
    cursor: pointer;
}

.page-btn-next.disabled, .page-btn-prev.disabled {
    display: none;
}

#reviews .top-block {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 35px;
    padding: 0 15px;
    font-size: 16px;
}

#reviews .top-block .left {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

#reviews .top-block .left li {
    margin-right: 39px;
}

#reviews .top-block .left li:last-child {
    margin-right: 0;
}

#reviews .top-block .left li a {
    color: #000;
    border-bottom: 1px dashed #000;
}

#reviews .top-block .left li a.active {
    color: #d10a0f;
    border-bottom: 0;
}

#reviews .top-block .all {
    position: relative;
}

#reviews .top-block .all strong {
    display: block;
    float: left;
    background: url(../img/arrow5.png) no-repeat 100% 9px;
    padding: 0 10px 0 0;
    font-weight: normal;
}

#reviews .top-block .all strong a {
    color: #d10a0f;
    border-bottom: 1px dashed #d10a0f;
    font-weight: bold;
}

#reviews .top-block .all .drop {
    position: absolute;
    right: -8px;
    top: 38px;
    font-size: 13px;
    line-height: 16px;
    width: 346px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ebebeb;
    padding: 12px 16px 4px 10px;
    box-shadow: 0 1px 2px 0 #ebebeb;
    -webkit-box-shadow: 0 1px 2px 0 #ebebeb;
    -moz-box-shadow: 0 1px 2px 0 #ebebeb;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #fbfbfb), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 50%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    display: none;
    z-index: 200;
}

#reviews .top-block .all.active .drop {
    display: block;
}

#reviews .top-block .all .drop-scroll {
    height: 212px;
    overflow: hidden;
}

#reviews .top-block .all .drop ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#reviews .top-block .all .drop li {
    border-top: 1px solid #e5e5e5;
}

#reviews .top-block .all .drop li.active a {
    color: #d10a0f;
}

#reviews .top-block .all .drop li:first-child {
    border: none;
}

#reviews .top-block .all .drop a {
    display: block;
    padding: 8px 5px 11px 7px;
    color: #000;
}

#reviews .top-block .all .drop a:hover {
    background: #e5e5e5;
    color: #d10a0f;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
}

#reviews .top-block .all .arrow {
    position: absolute;
    background: url(../img/arrow6.png) no-repeat;
    width: 29px;
    height: 10px;
    top: -10px;
    right: 27px;
}

.drop-scrollbar {
    width: 4px;
    position: absolute;
    right: 4px;
    top: 12px;
    height: 212px;
}

.drop-scrollbar .handle {
    height: 59px;
    background: #e1e1e1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    overflow: hidden;
}


#reviews .init-sly .item {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 15px;
    border-radius: 5px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

#reviews .init-sly .item .ava {
    width: auto;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 5px;
}

#reviews .init-sly .item .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}

#reviews .init-sly .item .name {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}

#reviews .init-sly .item .description {
    font-size: 16px;
}

#reviews .init-sly .item .detail {
    display: inline-block;
    margin: 20px 0;
    color: #d10a0f;
    border-bottom: 1px dashed;
    text-align: center;
    font-size: 20px;
}

#form form {
    max-width: 1000px;
    margin: 0 auto;
}

#form .err, #form .success {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #d10a0f;
    font-weight: bold;
}

#form .success {
    color: green;
}

#form form input {
    font-size: 29px;
    border-radius: 0;
    box-shadow: none;
    line-height: 60px;
    height: 60px;
    padding: 0 25px;
}

#form form ::placeholder {
    color: #ccc;
}

#form form .checkbox {
    font-size: 29px;
    color: #000;
}

#form form .checkbox a {
    color: #d10a0f;
    border-bottom: 1px dashed #d10a0f;
}

#form form .checkbox a:hover {
    border: 0;
}

#form form .checkbox label {
    padding-left: 0px;
    display: flex;
    align-items: center
}

#form .recaptcha, #form .submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

#form .submit button {
    font-size: 29px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    background: #d10a0f;
    padding: 25px 70px;
}

.cc {

}

.checkbox-custom {
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    flex-shrink: 0;
}

.cc:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #413548;
}

#contacts .block {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    border-radius: 5px;
}

#contacts .block .top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 25px;
    margin-bottom: 30px;
    align-items: center;
}

#contacts .items {
    /*height: 425px;
    overflow: hidden;*/
    padding: 0;
    position: relative;
}

#contacts #filials_map {
    width: 100%;
    height: 500px;
    display: none;
}

.choosing-view {
    font-size: 15px;
}

.choosing-view .link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.choosing-view a {
    color: #d10a0f;
    border-bottom: 1px dashed #d10a0f;
}

.choosing-view a:hover {
    text-decoration: none;
    border: none;
    padding: 0 0 1px;
}

.choosing-view a.active {
    border: none;
    padding: 0 0 1px;
    color: #47494b;
}

.controls-panel {
    padding: 0 0 12px 5px;
}

.controls-panel:after {
    content: '';
    display: block;
    clear: both;
}

.current-city {
    color: #d10a0f;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 8px 0 0;
}

.view-switcher {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/switch-area.png) no-repeat;
    width: 36px;
    height: 17px;
    position: relative;
    margin: 3px 11px 0 0;
    cursor: pointer;
}

.view-switcher .handle {
    position: absolute;
    background: url(../img/switch-handle.png) no-repeat;
    width: 19px;
    height: 21px;
    left: 0;
    top: 50%;
    margin: -10px 0 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

.view-switcher.right .handle {
    left: 17px;
}

.showall-cntn strong {
    font-size: 15px;
    font-weight: normal;

}

.showall-cntn a {
    border-bottom: 1px dashed #000;
    color: #000;
}

.showall-cntn a:hover {
    text-decoration: none;
    border: none;
}

.cities-choosing {
    position: relative;
    float: left;
    margin: 5px 0 0;
}

.cities-choosing > strong {
    display: block;
    float: left;
    background: url(../img/arrow7.png) no-repeat 100% 11px;
    padding: 0 13px 0 0;
    font-weight: normal;
    font-size: 15px;
}

.cities-choosing > strong > a {
    color: #000;
    border-bottom: 1px dashed #000;
}

.cities-choosing.active > strong > a {
    color: #c4161c;
    border-bottom: 1px dashed #c4161c;
}

.cities-choosing.active > strong {
    background: url(../img/arrow5.png) no-repeat 100% -29px;
}

.cities-choosing > strong > a:hover {
    text-decoration: none;
}

.cities-choosing .drop {
    position: absolute;
    left: 1px;
    top: 37px;
    width: 186px;
    padding: 15px 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 2px 1px #c5c6c7;
    -webkit-box-shadow: 0 1px 2px 1px #c5c6c7;
    -moz-box-shadow: 0 1px 2px 1px #c5c6c7;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #fbfbfb), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 50%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    z-index: 200;
    display: none;
}

.cities-choosing.active .drop {
    display: block;
}

.cities-choosing .arrow {
    position: absolute;
    background: url(../img/arrow9.png) no-repeat;
    width: 21px;
    height: 10px;
    left: 15px;
    top: -10px;
}

.cities-form {
    border: 1px solid #c7c9c9;
    box-shadow: inset 0 1px 1px 0 #c7c9c9;
    -webkit-box-shadow: inset 0 1px 1px 0 #c7c9c9;
    -moz-box-shadow: inset 0 1px 1px 0 #c7c9c9;
    height: 32px;
    position: relative;
    margin: 0 0 9px;
}

.cities-form .text {
    overflow: hidden;
    padding: 6px 30px 0 10px;
}

.cities-form .text input {
    color: #bfb9b1;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    float: left;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    outline: none;
}

.btn-find2 {
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 7px;
    background: url(../img/btn-find2.png) no-repeat;
    width: 18px;
    height: 18px;
}

.cities-scroll {
    overflow-y: scroll;
    position: relative;
    height: 143px;
}

.cities-scroll ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
}

.cities-scroll li {
    border-top: 1px solid #e0e1e1;
}

.cities-scroll li:first-child {
    border: none;
}

.cities-scroll a {
    display: block;
    color: #000;
    padding: 7px 4px 8px 7px;
}

.cities-scroll a:hover {
    color: #d10a0f;
    text-shadow: 0 1px 1px #fff;
    background: #e0e0e0;
    text-decoration: none;
}

.cities {
    position: relative;
}

.cities-scrollbar {
    display: none !important;
    position: absolute;
    right: 8px;
    top: 58px;
    height: 143px;
    width: 4px;
}

.cities-scrollbar .handle {
    position: absolute;
    background: #e0e0e0;
    width: 4px;
    height: 59px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

#contacts .filial-list {
    margin: 0;
    padding: 0;
}

#contacts .filial-list > li {
    display: flex;
    border-top: 1px solid #f0f0f0;
}

#contacts .filial-list > li:first-child {
    border-top: 0;
}

.address-item {
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    width: 33.3%;
    padding: 25px 10px 15px 20px;
    overflow: hidden;
}

.address-item.in-map {
    width: auto;
    border: 0;
    padding: 15px;
}

.address-item.in-map .show-on-map {
    display: none;
}

.address-item .sometext {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.address-item .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    display: block;
    padding: 0 0 2px;
}

.address-item a {
    color: #d10a0f;
}

.address-item .show-on-map {
    padding-left: 10px;
}

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

.address-item address {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    padding: 0 0 9px;
}

.info-list {
    padding: 0 0 5px 1px;
    margin: 0;
    list-style: none;
}

.info-list li {
    padding: 0 0 8px;
}

.info-list .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px 0 0;
}

.info-list .icon img {
    vertical-align: top;
}

.info-list a {
    color: #d10a0f;
}

.info-list span {
    display: inline-block;
    vertical-align: middle;
}

.list-scrollbar-holder {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 425px;
    padding: 2px 0;
    background: #f0f0f0;
    width: 14px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    display: none;
}

.list-scrollbar {
    height: 421px;
    position: relative;
}

.list-scrollbar .handle {
    height: 174px;
    width: 9px;
    position: absolute;
    left: 3px;
    top: 0;
    background: #c1c1c1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

footer {
    margin-top: 50px;
}

footer .yellow {
    text-align: center;
    background: #ffd000;
    padding: 40px 30px;
}

footer .yellow p {
    font-size: 20px;
}

footer .yellow p.welcome {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: bold;
}

footer .yellow p a {
    color: #d10a0f;
}

footer .yellow .share {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

footer .yellow .socials {
    display: none;
}

footer .yellow .share > * {
    margin: 0 5px;
}

footer .yellow a.phone {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: #000;
}

footer .bottom {
    padding: 50px 15px;
    background: #ffe44f;
}

footer .bottom .info {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

footer .bottom .copy {
    font-size: 29px;
    font-weight: bold;
}

footer .bottom a {
    color: #d10a0f;
}

footer .bottom .copy a:hover {
    text-decoration: underline;
}

footer .bottom .link a {
    font-size: 29px;
    font-weight: bold;
}

footer .bottom .link a:hover {
    text-decoration: underline;
}

footer .bottom .cookie {
    font-size: 18px;
}

.mob-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mob-menu ul {
    position: absolute;
    left: 0;
    top: 47px;
    background: #fff;
    padding: 0;
    list-style: none;
    margin: 0;
    border: 1px solid #919392;
    border-top: 0;
    display: none;
}

.mob-menu.active ul {
    display: block;
}

.mob-menu ul li a {
    padding: 8px 12px;
    font-size: 18px;
    display: block;
    color: #919392;
    white-space: nowrap;
    min-width: 250px;
}

.mob-menu ul li a:hover {
    background: #919392;
    color: #fff
}

.info-block .btn-wrap {
    display: flex;
    margin-bottom: 30px;
}

.button {
    float: left;
    background: #d10a0f;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 20px;
    line-height: 25px;
    padding: 17px 37px;
}

.button:hover {
    background: #9d1006 !important;
}

.button2 {
    float: left;
    background: #FFF;
    border: 2px solid #444;
    text-transform: uppercase;
    color: #444;
    font-size: 20px;
    line-height: 25px;
    padding: 15px 37px;
}

.info-block {
    margin: 0;
    padding: 0;
}

.info-block .btn-frame {
    overflow: hidden;
    margin: 4px 16px 0 0;
}

.info-block a {
    text-decoration: underline;
    color: #000;
}

.info-block a.button,
.info-block a.button2 {
    text-decoration: none;
}

.info {
    font-size: 15px;
    line-height: 22px;
}

.info-block-scroll {
    padding: 0;
    font-size: 14px;
}

.info .title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 8px;
    min-height: 51px;
}

.info .intro {
    display: block;
    padding: 0 0 19px;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
}

.info p {
    margin: 0;
}

.info .list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    line-height: 22px;
}

.info .list li {
    background: url(../img/bullet1.png) no-repeat 0 8px;
    padding: 0 0 22px 19px;
}

.info-scrollbar {
    position: absolute;
    height: 600px;
    width: 24px;
    background: #fcfcfc;
    right: 0px;
    top: 0px;
    box-shadow: inset 1px 0 5px 0 #e4e4e4;
    -webkit-box-shadow: inset 1px 0 5px 0 #e4e4e4;
    -moz-box-shadow: inset 1px 0 5px 0 #e4e4e4;
    display: none;
}

.info-scrollbar .handle {
    position: absolute;
    width: 20px;
    height: 41px;
    left: 3px;
    top: 0;
    background: #c3c3c3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 0 1px 0 #bcbcbc;
    -webkit-box-shadow: inset 0 0 1px 0 #bcbcbc;
    -moz-box-shadow: inset 0 0 1px 0 #bcbcbc;
    cursor: pointer;
}

.description-text {
    font-size: 15px;
    line-height: 24px;
}

.description-text .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    display: block;
    padding: 0 0 26px;
}

.description-text .intro {
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.description-text p {
    margin: 0 0 24px;
}

.popup .btn-close {
    right: 7px;
    top: 6px;
}

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

.fancybox-block3 {
    border: 5px solid #fd0;
    max-width: 760px;
    padding: 40px;
}

div.empty {
    display: none;
}

.fancybox-close-small:after {
    background-color: #bdc3c7;
    color: #fff;
}

.fancybox-close-small:hover:after {
    background: #d10a0f;
}

.video-wrapper {
    width: 100%;
    max-width: 600px;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: auto;
}

.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dist-section .text {
    font-size: 44px;
    margin-bottom: 20px;
    margin-top: 100px;
    text-align: center;
    padding: 0 40px;
}

.dist-section .text > a {
    white-space: nowrap;
}

.in-widget {
    position: relative;
}

.in-widget:after {
    content: "";
    display: block;
    width: 100%;
    height: 24px;
    background-color: #ffd000;
    position: absolute;
    left: 0;
    bottom: 0;
}