body {
    position: relative;
}

#wrapper {
    position: relative;
}
.layout {
    margin: 0 15px 0 30px;
    position: relative;
}
.page-search .layout {
    margin: 0 60px;
    position: relative;
}
.page-search #body .page .news {
    display: block;
    height: 88%;
    margin: 3%;
    overflow: hidden;
    position: relative;
    width: 94%;
    padding: 0px;
}
.page-search .searchresult {
    margin-bottom: 30px;
}
.page-search .searchresult .title {
    font-family: 'FreeSetCRegular',sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.page-search .searchresult small, .page-search .searchresult small a{
    text-decoration: none;
    border: 0 none;
    color: #16858F;
    font-style: italic;
}

.page-search .searchresult b{
    text-decoration: none;
    border: 0 none;
    color: #16858F;
    font-weight: bold;
    font-style: italic;
}

.page-search #nav .layout {
    display: inline-block;
    margin: 20px 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.page-search #nav p{
    font-style: italic;
    margin-top:10px;
}

.page-search #nav p em{
    font-family: "Times New Roman",Times,serif;
}

.page-search #nav input{
    border-radius:10px;
    border-style: inset hidden none;
    height: 16px;
    float:left;
    margin-top:4px;
    width: 160px;
    color:#666666;
    padding-left:5px;
    padding-right:5px;
}
.page-search #nav .searchsubmit{
    border-radius: 0px;
    border: 0 none;
    width:24px;
    height:30px;
    margin-top:0px;
    padding-left:0px;
    padding-right:0px;
}

.page-search #nav .searchquery{
    font-family: 'FreeSetCRegular',sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-style:normal;
    margin-top:20px;

}

.page-search #nav .searchquery span{
    color: #16858F;
}

.page-search #nav .layout h2 {
    display: inline;
    font-family: 'FreeSetCRegular',sans-serif;
    font-size: 25px;
    margin: 0 14px 0 0;
    vertical-align: middle;
}
.page-search #nav .layout h2 a {
    border-bottom: 1px solid transparent;
    color: #2F2F2F;
    text-decoration: none;
    text-transform: uppercase;
}
.page-search #nav .layout ul {
    display: inline;
    font-family: 'FreeSetCRegular',sans-serif;
    vertical-align: middle;
}
.page-search #nav .layout ul:before {
    background-color: #9C9C9C;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 14px 0 0;
    vertical-align: middle;
    width: 34px;
}
.page-search #nav .layout li {
    display: inline;
    font-family: 'FreeSetCRegular',sans-serif;
    font-size: 12px;
    margin: 0 14px 0 0;
    vertical-align: middle;
}
.page-search #nav .layout li a {
    border-bottom: 1px solid #DCDCDC;
    color: #8C8C8C;
    text-transform: uppercase;
}
.page-search #nav .layout li a:hover {
    border-bottom: 1px solid transparent;
    color: #2F2F2F;
}
.page-search #nav .layout li.current a {
    border-bottom: 1px solid transparent;
    color: #16858F;
}
.layout .left {
    left: 0;
    position: absolute;
    top: 0;
    width: 32.5%;
}
.layout .center {
    margin: 0 auto;
    position: relative;
    width: 32.5%;
}
.layout .right {
    position: absolute;
    right: 0;
    top: 0;
    width: 32.5%;
}
#header .layout {
    margin: 0 auto;
    max-width: 1140px;
    min-width: 335px;
}
#header #logo a {
    display: block;
}
#header #logo a img {
    display: block;
}
#header .text a {
    color: #6C6C6C;
    font-family: 'FreeSetCRegular',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
#header .text a:hover {
    color: #2F2F2F;
}
#header .left .text {
    margin: 15px 15px 11px;
}
#header .right .text {
    float: right;
    margin: 0 60px 0 0;
}

.social_text {
    display: inline;
    margin-right: 20px;
}
.social_icon {
    /* background-image: url('/bitrix/templates/.default/images/sprites.png'); */
    display: block;
    height: 18px;
    width: 20px;
    float: right;
    margin-top: 0px;
    margin-left: 2px;
}
.social_icon.facebook {
    background: url("img/facebook.png") center no-repeat;
    background-size: 7px 12px;
    filter: grayscale(100%);
}

.social_icon.facebook:hover {
    filter: grayscale(0);
}

/* .social_icon.linkedin {
    background-position: 0px 0px;
}

.social_icon.linkedin:hover {
    background-position: 0px -50px;
} */

.social_icon.vk {
    background: url("img/vk.png") center no-repeat;
    background-size: 17px 12px;
    filter: grayscale(100%);
}

.social_icon.vk:hover {
    filter: grayscale(0);
}

.social_icon.youtube {
    background: url("img/youtube.png") center no-repeat;
    background-size: 17px 12px;
    filter: grayscale(100%);
}

.social_icon.youtube:hover {
    filter: grayscale(0);
}

.header-wrapper {
    position: relative;
    width: 100%;
    height: 55px;
    border-top:0;
    border-bottom: 1px dotted #b6b6b6;
    background-color: #F6F6F6;
    color: #8B8B8B;
    z-index: 10;
}
#header {
    max-width: 1382px;
    margin: 0 auto;
    position: relative;
}
#header #logo {
    float: left;
    border: 0;
    border-left:0;
    border-right:0;
    margin:14px 0 0;
    padding:0;
    width: 160px;
}
#header i { white-space:nowrap; line-height:18px;}
#header .showsearchfield {
    display:none;
    position: absolute;
    right: 0px;
    top: 56px;
    background-color: #ddd;
}
#header .searchfield {
    border-radius: 10px;
    border-style: inset hidden none;
    float: left;
    height: 19px;
    margin-top: 1px;
    color: #666666;
    padding-left: 5px;
    padding-right: 30px;
    width: 135px;
}
#header .search_form .showsearchbutton {float: left;    margin-right: 20px;    margin-top: 5px; z-index:999}
#header .showsearchbutton {margin-top: 12px;}
#header .layout {
    float:right;
    width: 70%;
}
#header .layout .left { width:32%; }
#header .layout .search{float: right;    height: 40px;    margin: 15px 15px 0 0;    width: auto;}
#header .layout .search_button {width:70px;position: absolute;
    right:20px;z-index:999}
#header .layout .search_button p {
    padding:0;
    height:55px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
#header .layout .search_button a {border-bottom: 0 none;}
#header .text {
    position: relative;
    padding-top:0;
}
#header .text a {
    color: #373737;
}
#header .left {
    position: relative;
    float: left;
}
#header .anim-nav {
    /*float: left;
    cursor: pointer;*/
    position: absolute;
    left: 0;
    top: 0;
    padding: 18px 0 0 0;
    width: 100%;
    /*padding: 24px 0 0;*/
    height: 36px;
}
#header .anim-nav a {
    float:left;
    margin-right: 3px;
}
#header .anim-nav:hover a {
    border: 0;
    color: #16858f;
    /*font-weight:bold;*/
}
#header .anim-nav-click {
    /*float: left;
    cursor: pointer;*/
    position: absolute;
    left: 0;
    top: 0;
    padding: 18px 0 0 0;
    width: 100%;
    /*padding: 24px 0 0;*/
    height: 36px;
}
#header .anim-nav-click a {
    float:left;
}
#header .anim-nav-click:hover a {
    border: 0;
    color: #16858f;
    /*font-weight:bold;*/
}

#footer .right.design {
    /* display: none; */
    
}

.footer-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #393939;
    height: 32px;
}

#bottom-feedback {
    max-width: 1382px;
    margin: 0 auto;
}

#footer {
    max-width: 1382px;
    margin: 0 auto;
    height: 18px;
}

#bottom-feedback-container + #footer {
    margin-top: 0;
}
#bottom-feedback-container {
    background-color: #F6F6F6;
    border-bottom: 1px dotted #D1D1D1;
    border-top: 1px dotted #D1D1D1;
    padding: 15px 0;
    height: 74px;
}
#bottom-feedback .layout {
    min-height: 60px;
}
#bottom-feedback .left{
    padding-top: 19px;
    width: 15%;
}
#bottom-feedback .right {
    /* padding-top: 16px; */
    width: 24%;
    min-width: 280px;

}
#bottom-feedback .center {
    width: 50%;
    margin: 0 auto 0 15%;
}
#bottom-feedback .center .text {
    margin: 0 auto 10px;
    max-width: 700px;
}
#bottom-feedback .center .text p {
    margin-bottom: 10px;
    max-width: none;
}
#bottom-feedback .center .text em {
    color: #16858F;
}
#bottom-feedback .left div {
    margin-bottom: 5px;
    width: 100px;
}
#bottom-feedback .left a {
    border-bottom: 1px solid #D6D6D6;
    color: #8B8B8B;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}
#bottom-feedback .left a:hover {
    border: 0 none;
}
/* #bottom-feedback .right img {
    bottom: -16px;
    position: absolute;
    right: 0;
} */

#bottom-feedback-container {
    width:100%;
}

#bottom-feedback .center em {
    line-height: 18px;
}

.collapse {
    display: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-appearance: button;
    cursor: pointer;
}

.navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-toggle .icon-bar {
    background-color: #888;
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

#header #horizontal-multilevel-menu {
    height: 55px;
    float: left;
    width: 75%;
    margin-left: 5%;
    z-index: 100;
}

.site-lang-kz #header #horizontal-multilevel-menu,
.site-lang-en #header #horizontal-multilevel-menu {
    width: 65%;
    margin-left: 13%;
}

#header #horizontal-multilevel-menu:after {
    clear: both;
}

#header #horizontal-multilevel-menu > li {
    float: left;
    width: 24%;
}

.site-lang-kz #header #horizontal-multilevel-menu > li,
.site-lang-en #header #horizontal-multilevel-menu > li {
    width: 32%;
}

#header #horizontal-multilevel-menu li a {
    font-family: 'FreeSetCRegular',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #373737;
}

#header #horizontal-multilevel-menu > li > a {
    padding: 22px 15px 19px;
    display: block;
    text-align: center;
    height: 12px;
}

#header #horizontal-multilevel-menu > li:hover > a {
    border-bottom: 3px solid #000000;
}

#header #horizontal-multilevel-menu > li:hover > ul {
    display: block;
    background-color: #f5f5f5;
}

#header #horizontal-multilevel-menu > li > ul {
    display: none;
    padding: 10px 0px;
}

#header #horizontal-multilevel-menu > li > ul > li {
    position: relative;
}

#header #horizontal-multilevel-menu > li > ul > li:hover,
#header #horizontal-multilevel-menu > li > ul > li > ul > li:hover{
    background-color: #eee;
}

#header #horizontal-multilevel-menu > li > ul > li > a,
#header #horizontal-multilevel-menu > li > ul > li > ul > li > a{
    display: block;
    padding: 8px 0px 0px 10px;
}

#header #horizontal-multilevel-menu > li > ul > li > a > span,
#header #horizontal-multilevel-menu > li > ul > li > ul > li > a > span {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

#header #horizontal-multilevel-menu > li > ul > li > ul > li > a > span {
    padding-right: 10px;
    white-space: nowrap;
}

#header #horizontal-multilevel-menu > li > ul > li > ul {
    display: none;
    padding: 10px 0px;
    position: absolute;
    top: 0px;
    left: 100%;
    margin-top: -10px;
}

#header #horizontal-multilevel-menu > li > ul > li:hover > ul {
    display: block;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

#header .navbar-collapse {
    margin-left: 170px;
}

#header .search_button {
    float: right;
    width: 75px;
    margin-right: 15px;
}

.navbar-header:after {
    clear: both;
}

.clear {
    clear: both;
}

.navbar-collapse.in {
    display: block;
}
.showsearchbutton {
    float: right;
}
#wrapper {
    min-width: 320px;
}
#wrapper .error-page{

}

#wrapper .error-page .text h2 {
    /* font-family: Tahoma, sans-serif; */
    font-family: 'FreeSetCRegular', sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #2f2f2f;
    width: 100%;
    text-align: center;
}
#body.error-page .error {
    color: #16858F;
    font-family: 'Times New Roman',sans-serif;
    font-style: italic;
}
#body.error-page h3 {
    margin: 20px 0 10px;
    max-width: 100%;
}
#body.error-page h3 a {
    border-bottom: 1px solid #ACABAB;
    color: #6D6C6C;
}
#body.error-page h3 a:hover {
    border-bottom: 1px solid transparent;
    color: #2F2F2F;
}
#wrapper .error-page .text h3 {
    /* font-family: Verdana, sans-serif; */
    font-family: 'FreeSetCRegular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.page-search .header-wrapper {
    position: relative;
}
.outer-footer-wrapper {
    position: relative;
    margin-top: -32px;
    height: 32px;
    clear:both;
}
.inner-wrapper {
    padding-bottom: 32px;
    position: relative;
}
.main_page .outer-footer-wrapper {
    margin-top: -138px;
    height: 138px;
}
.main_page .inner-wrapper {
    padding-bottom: 138px;
}
#start-facts {
    z-index: 1;
}
.footer-telephone {
    display: none;
}
.footer-contacts-link {
	display: none;
}
.footer-contacts-header {
	display: block;
}
.small-contacts {
    clear: both;
    color: #FFFFFF;
}
.showsearchfield .searchsubmit {
    top: -2px;
    right: 0px;
    position: absolute;
}
.showsearchfield .text {
    overflow: hidden;
}
.page-search #nav input[type="text"]{
    padding-left: 5px;
    padding-right: 30px;
}
.page-search #nav .searchsubmit {
    position: absolute;
    top: 0px;
    left: 170px;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.league {
    display: flex;
    justify-content: flex-end;
}

.league__text-wrapper {
    width: 200px;
    margin-right: 20px;
}

.league__text {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.league__link {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #468791;
}

.league__img {
    width: 60px;
    height: 60px;
}

#bottom-feedback-container .flex-container {
    display: flex;
}

.qr__link {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    opacity: 0.3;
    transition: opacity 0.2s ease;
}

.qr__link:hover,
.qr__link:focus {
    opacity: 1;
}

.qr__img {
    width: 60px;
    height: 60px;
}

@media screen and (min-width: 992px) and (max-width: 1381px) {

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header #horizontal-multilevel-menu > li > a {
        padding: 22px 7px;
    }
    #bottom-feedback .center .text p {
        margin-top: -10px;
        margin-bottom: 0px;
        max-width: none;
        line-height: 16px;
    }
    .contacts-city > ul {
        margin: 0 4% 0 0;
    }

    .site-lang-kz #header #horizontal-multilevel-menu,
    .site-lang-en #header #horizontal-multilevel-menu {
        width: 75%;
        margin-left: 5%;
    }

    .site-lang-kz #header #horizontal-multilevel-menu > li > ul {
        width: 120%;
    }
}

@media screen and (max-width: 767px) {
    .showsearchfield .text {
        overflow: visible;
    }
    #footer .right.design {
        display: block;
    }
    .social-buttons-prefooter {
        display: none;
    }
    #footer {
        height: auto;
    }
    .footer-wrapper #footer .center {
        width: auto;
        text-align: left;
        float: left;

    }
    #footer #contact-popup-link {
        display: none;
    }
    .footer-wrapper #footer .right {
        width: auto;
        position: relative;
        text-align: center;
        overflow: hidden;
        float: right;
        margin-top: 10px;
    }
    #footer .right .text {
        margin: 2px auto;
        overflow: hidden;
        width: 200px;
    }
    #footer .left {
        width: 100%;
        position: relative;
        text-align: center;
        clear: both;
    }
    #bottom-feedback-container {
        bottom: 115px;
    }
    #bottom-feedback .center {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    #bottom-feedback .left {
        width: 100%;
        text-align: center;
        position: relative;
        margin: 0px auto 10px;
        overflow: hidden;
        padding-top: 0px;
    }
    #bottom-feedback .center .text {
        margin: 0 auto 0px;
    }
    #bottom-feedback .left .more-review {
        float: left;
        padding: 10px 10px 5px 25px;
        cursor: pointer;
        width: auto;
        margin-bottom: 0px;
    }
    .more-review span.ico-more {
        padding-top: 10px;
    }
    .more-review span.ico-more:before {
        top: 13px;
    }
    #bottom-feedback .right {
        /* display: none; */
        position: static;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    #bottom-feedback .left .clients-about-us {
        float: right;
        margin-top: 10px;
    }
    #bottom-feedback .layout {
        margin: 0 15px;
    }
    #header .navbar-collapse {
        margin-left: -75px;
        width: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1001;
    }
    #header .search_button {
        float: left;
        width: 100%;
        margin-right: 0px;
        height: 56px;
        border-bottom: 1px solid #ccc;
        position: relative;
    }
    #header #horizontal-multilevel-menu,
    .site-lang-kz #header #horizontal-multilevel-menu,
    .site-lang-en #header #horizontal-multilevel-menu {
        margin-left: 75px;
        width: auto;
        height: auto;
        float: none;
    }
    #header #horizontal-multilevel-menu > li,
    .site-lang-kz #header #horizontal-multilevel-menu > li,
    .site-lang-en #header #horizontal-multilevel-menu > li {
        width: 100%;
    }
    #header #horizontal-multilevel-menu li a {
        color: #fff;
        text-align: left;
    }
    #header #horizontal-multilevel-menu > li:hover > ul,
    #header #horizontal-multilevel-menu > li > ul > li:hover > ul {
        display: none;
    }
    #header #horizontal-multilevel-menu > li > a {
        padding: 22px 0 12px 15px;
    }
    #header #horizontal-multilevel-menu > li > a > span {
        display: block;
        padding-bottom: 12px;
        border-bottom: 1px solid #ddd;
    }
    #header #horizontal-multilevel-menu > li:hover > a {
        border-bottom: none;
    }
    #horizontal-multilevel-menu .has-childs a {
        position: relative;
    }
    #horizontal-multilevel-menu .has-childs p {
        display: block;
        position: absolute;
        width: 100px;
        height: 46px;
        top: 0px;
        right: 0px;
    }
    #horizontal-multilevel-menu .has-childs p i {
        display: block;
        width: 20px;
        height: 20px;
        background: url('/bitrix/templates/.default/images/sprites.png') no-repeat -149px -28px;
        position: absolute;
        right: 19px;
        top: 18px;
    }
    #horizontal-multilevel-menu .has-childs.opened > a > p > i {
        background: url('/bitrix/templates/.default/images/sprites.png') no-repeat -149px 0px;
    }
    #header #horizontal-multilevel-menu > li.has-childs.opened > ul,
    #header #horizontal-multilevel-menu > li.has-childs.opened > ul > li.has-childs.opened > ul{
        display: block;
        background: none;
    }
    #header #horizontal-multilevel-menu > li > ul > li:hover,
    #header #horizontal-multilevel-menu > li > ul > li > ul > li:hover{
        background: none;
    }
    #header #horizontal-multilevel-menu > li > ul {
        padding: 0 0 0 30px;
    }
    #header #horizontal-multilevel-menu > li > ul > li > a {
        padding: 22px 0 12px 0;
        height: 12px;
    }
    #header #horizontal-multilevel-menu > li > ul > li > ul > li > a {
        padding: 22px 0 0 0;
        height: auto;
    }
    #header #horizontal-multilevel-menu > li > ul > li > a > span,
    #header #horizontal-multilevel-menu > li > ul > li > ul > li > a > span {
        display: block;
        padding-bottom: 12px;
        border-bottom: 1px solid #ddd;
    }
    #header #horizontal-multilevel-menu > li > ul > li > ul {
        padding: 0px 0px 0px 15px;
        position: relative;
        margin-top: 0px;
        left: auto;
        border: none;
    }
    #header #horizontal-multilevel-menu > li > ul > li:hover > ul {
        border: none;
    }
    .showsearchbutton {
        display: none;
    }
    #header .showsearchfield {
        display: block !important;
        position: absolute;
        left: 0px;
        top: 0px;
        background: none;
        margin-left: 75px;
        margin-right: 54px;
    }
    #header .searchfield {
        border-radius: 10px;
        border-style: inset hidden none;
        float: left;
        height: 19px;
        margin-top: 1px;
        color: #666666;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
    #header .searchsubmit {
        right: -10px;
    }
    #header .showsearchfield .search {
        float: none;
    }
    #header .left .text {
        margin: 15px 15px;
    }
    .lang_selector {
        margin-right: 10px;
        z-index: 1000000000;
        right: 0;
        position: absolute;
    }
    .header-wrapper {
        z-index: 1001;
    }
    .outer-footer-wrapper {
        position: relative;
        margin-top: -114px;
        height: 114px;
        clear:both;
    }
    .inner-wrapper {
        padding-bottom: 114px;
        position: relative;
    }
    .main_page .outer-footer-wrapper {
        margin-top: -254px;
        /* height: 254px; */
        height: auto;
    }
    .main_page .inner-wrapper {
        padding-bottom: 253px;
    }
    #bottom-feedback-container {
        box-sizing: border-box;
        height: auto;
        padding: 8px 0;
    }
    .footer-wrapper {
        height: auto;
    }
    .contacts-city {
        display: none;
    }
    .outer-footer-wrapper #contact-popup {
        display: none;
        bottom: 20px;
    }
    .inner-wrapper #start-facts h2 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    body #wrapper {
        overflow-y: visible;
    }
    #horizontal-multilevel-menu:after {
        content: '';
        clear: both;
    }
    .footer-telephone {
        display: block;
    }
	.footer-contacts-link {
		display: block;
	}
	.footer-contacts-header {
		display: none;
	}
    .small-contacts {
        padding: 15px 0px;
    }
    .small-contacts .tab-list {
        padding: 0 3%;
        position: relative;
    }
    .small-contacts .tab-label {
        clear: both;
        margin: 0 auto;
        width: 80%;
    }
    .small-contacts .tab-label h2 {
        color: #FFFFFF;
        font-family: FreeSetC,sans-serif;
        font-size: 16px;
        margin: 0 0 10px;
        position: relative;
        text-transform: uppercase;
    }
    .small-contacts .tab-label h2:before {
        background-color: #CBCBCB;
        content: "";
        display: block;
        height: 1px;
        left: -60px;
        position: absolute;
        top: 8px;
        width: 45px;
    }
    .small-contacts .tab-label h2 a {
        border-bottom: 1px solid #FFFFFF !important;
        color: #FFFFFF !important;
        line-height: 1.2em;
    }
    #footer .contact a:hover {
        color: #FFFFFF !important;
    }
    .small-contacts .tab-label h2 a:hover {
        border-bottom: 1px solid transparent !important;
    }
    .small-contacts .tab-content {
        line-height: 20px;
        margin: 0 auto;
        width: 80%;
    }
    .small-contacts .feedback-layout {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }
    .small-contacts .feedback-layout .text p {
        margin-bottom: 10px;
    }
    .small-contacts .address-layout {
        float: none;
        width: 100%;
    }
    .small-contacts .phone-layout {
        float: none;
        width: 100%;
    }
    .small-contacts .phone-layout a {
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    .small-contacts .phone-layout a:hover {
        border-bottom: 1px solid transparent;
        color: #FFFFFF;
    }
    .small-contacts .map-layout {
        clear: both;
        width: 100%;
    }
    .small-contacts .left-map-layout {
        float: left;
        width: 100%;
    }
    .small-contacts .right-map-layout {
        float: right;
        width: 29%;
    }
    .small-contacts .left-map-layout a, .small-contacts .right-map-layout a {
        border-bottom: 1px solid #6F6F6F;
        color: #6F6F6F;
    }
    .small-contacts .left-map-layout a:hover, .small-contacts .right-map-layout a:hover {
        border-bottom: 1px solid transparent;
        color: #FFFFFF;
    }
    .small-contacts .tab-content:after {
        clear: both;
        content: "";
        display: block;
    }
    .small-contacts #central-office {
        margin-bottom: 30px;
    }
    .footer-wrapper #footer a {
        color: #ffffff;
        border-bottom: 1px solid #FFFFFF;
    }
    .footer-wrapper #footer .design a {
        border-bottom: none;
    }
    .footer-wrapper #footer .contact a {
        font-size: 15px;
        margin-top: 12px;
        font-style: normal;
    }
    .footer-wrapper #footer a:hover {
        color: #ffffff;
        border-bottom: 1px solid transparent;
    }
    #header #horizontal-multilevel-menu > li > ul > li > ul > li > a > span {
        white-space: normal;
        line-height: 16px;
    }

    .league {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 25px;
    }
    
    .league__text-wrapper {
        margin-right: 0;
        order: 2;
    }
    
    .league__text {
        text-align: center;
    }
    
    .league__link {
        text-align: center;
    }
    
    .league__img {
       order: 1;
       margin-bottom: 20px;
    }
    .social_text {
        display: inline;
        margin-right: 10px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block;
    }
}

.cookie-modal {
    position: absolute;
    bottom: 148px;
    right: 10px;
    z-index: 1001;
    box-sizing: border-box;
    width: auto;
    max-width: 353px;
    padding: 27px 15px 27px 30px;
    color: #ffffff;
    background-color: rgba(57, 57, 57, 0.9);
}

@media (max-width: 500px) {
    .cookie-modal {
        position: fixed;
        max-width: unset;
        right: 0;
        bottom: 0;
        background-color: rgba(57, 57, 57, 1);
    }
}

.cookie-modal__text {
    margin-bottom: 18px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.cookie-modal__btn {
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: underline dashed;
    text-underline-offset: 4px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.cookie-modal__btn:hover,
.cookie-modal__btn:focus {
    text-decoration: none;
}