.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Cascadia Code';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}
body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}
body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    height: 100%;
    color: #555555;
    font-family: 'Proxima Nova Rg';
    height: 100vh;
    background: #f9f9f9;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

header .adaptive {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adaptive {
    width: 1140px;
    margin: 0 auto;
}

header {
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(/images/bg-header.jpg);
    color: #fff;
    background-position: center top;
    background-size: cover;
}

header .logotype a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.h_menu ul {
    display: flex;
}

.h_menu ul a {font-size: 16px;margin: 0;transition: 0.3s;}

header a {
    text-decoration: none;
    color: #fff;
}

header .logotype a img {
    display: block;
    margin: 0 20px 0 0;
}

header .logotype a h2 {
    font-family: 'Sports World';
    font-size: 28px;
    margin: 0 0 10px;
}

header .logotype a h3 {
    font-size: 14px;
}

.h_menu ul li {
    margin: 0 0 0 20px;
}

.h_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.h_menu {
    margin: 0 0 20px;
}

.h_contacts a {
    background: #fff;
    display: flex;
    margin: 0 0 0 10px;
    color: #661a18;
    font-weight: 600;
    padding: 0 30px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 16px;
}

.h_contacts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.h_contacts a:hover {
    background: transparent;
    color: #fff;
}

.h_menu ul a:hover {
    color: red;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    min-width: 1140px;
}

.breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 40px 0 15px;
    color: #333;
    font-size: 14px;
}

section.pagetitle h1 {
    color: #b93023;
    font-family: 'Sports World';
    font-size: 30px;
    padding: 0 0 30px;
    line-height: 32px;
}

.breadcrumb * {
    text-decoration: none;
    color: inherit;
}

article.article h2 {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 15px;
}

article.article p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px;
}

article.article h3 {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px;
}

article.article strong {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}

article.article {
    color: #000;
}

article.article ul li {
    font-size: 16px;
    line-height: 18px;
    list-style-type: square;
    list-style-position: inside;
    margin: 0 0 5px;
}

article.article ul {
    padding: 0 0 10px 0px;
}

article.article blockquote {
    background: #f5f5f5;
    border-left: 4px solid #c95950;
    padding: 20px 30px 5px;
    margin: 0 0 15px;
    font-style: italic;
}

article.article a {
    color: #c95950;
}

body.gallery_page .docBlock {
    margin: 0 20px 20px 0;
    width: 173.333px;
}

body.gallery_page .rows.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

body.gallery_page .docBlock img {
    display: block;
    width: 100%;
}

body.gallery_page .docBlock img a {
    display: block;
}

body.gallery_page .docBlock:nth-child(6n) {
    margin: 0 0 20px;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-item.active {
    opacity: 1;
    visibility: visible;
}

.owl-item {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

section.docs .owl-nav, body.article_page .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 22222;
    height: 0;
}

section.docs .owl-nav button, body.article_page .owl-nav button {
    display: flex;
    width: 50px;
    height: 50px;
    background: rgb(0 0 0 / 31%) !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: -25px 0 0;
    color: #fff !important;
}

section.docs .owl-nav button span, body.article_page .owl-nav button span {
    font-size: 40px;
}

.article_carousel {
    padding: 30px 0 20px;
}

.article_carousel_title {
    color: #b93023;
    font-family: 'Sports World';
    font-size: 30px;
    padding: 50px 0 0;
}

.article_carousel_btn a {
    display: flex;
    background: #b93023;
    padding: 0 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #b93023;
    transition: 0.3s;
    font-weight: bold;
}

.article_carousel_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
}

.article_carousel_btn a:hover {
    background: #fff;
    color: #b93023;
}

footer {
    height: 320px;
    background: #000;
    color: #fff;
    min-width: 1140px;
}

.f_container {
    height: 100%;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: auto 320px;
    margin: -320px 0 0;
}

footer .adaptive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

footer h2 {
    color: #fff;
    font-family: 'Sports World';
    font-size: 30px;
    padding: 0 0 20px;
}

footer p a {
    color: inherit;
    text-decoration: none;
}

footer p {
    font-size: 18px;
    margin: 0 0 20px;
}

footer p.address {
    margin: 0 0 10px;
}

.f_btns {
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
}

.f_btns a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    height: 40px;
    background: #fff;
    padding: 0 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border: 2px solid #fff;
    transition: 0.3s;
}

.f_btns a:hover {
    background: transparent;
    color: #fff;
}

.copyright {
    display: flex;
    opacity: 0.4;
}

.copyright a {
    text-decoration: none;
    color: #fff;
}

.copyright span {display: flex;margin: 0 15px;}

hr.clear.footer {
    height: 320px;
}

section.container {
    padding: 0 0 80px;
}

img.arcimg {
    display: block;
    float: left;
    margin: 0 30px 15px 0;
}

.bottom_share {
    padding: 30px 0 0;
    clear: both;
}

section.srv_list ul {
    column-count: 3;
    column-gap: 30px;
}

.srv_list ul li {
    display: flex;
    padding: 0 0 15px;
}

.srv_list ul li .icon {
    display: flex;
    min-width: 15px;
    min-height: 15px;
    background: #b93023;
    border-radius: 100%;
    height: 15px;
    margin: 3px 20px 0 0;
}

.srv_list ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s;
}

section.srv_list {
    padding: 0 0 30px;
}

section.srv_list ul li a:hover {
    color: #b93023;
}

body.contacts_page section.container .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.contacts_block {
    width: 360px;
    padding: 0 40px 0 0;
}

.entermap {
    width: 740px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    background: #fff;
}

.contacts_block .contacts_title {
    color: #b93023;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 15px;
}

.contacts_block h3 {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px;
}

.contacts_block p {
    margin: 0 0 20px;
    font-size: 16px;
}

.contacts_block p a {
    color: inherit;
    text-decoration: none;
}

body.news_page .rows.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.articleBlock {
    width: 270px;
    margin: 0 20px 20px 0;
}

.articleBlock img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.articleBlock:nth-child(4n) {
    margin: 0 0 20px;
}

.articleBlock h4 {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 0;
}

.articleBlock h3 {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 18px;
}

.articleBlock a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.articleBlock a:hover {
    color: #b93023;
}

div#pdopage .btn-more {
    background: #b93023;
    border: 2px solid #b93023;
    color: #fff;
    display: flex;
    height: 40px;
    width: auto;
    padding: 0 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

div#pdopage .btn-more:hover {
    background: #fff;
    color: #b93023;
}

section.welcome {
    background-image: url(/images/bg-header.jpg);
    background-position: center top;
    background-size: cover;
}

body.home_page header {
    background: none;
}

.slideBlock {
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-item .slideBlock img {
    width: 750px;
    height: 610px;
    position: relative;
    z-index: 2;
}

.slideBlock .text {
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.slideBlock .img {
    position: relative;
}

.borderimg {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 100%;
    height: 100%;
    border: 4px solid white;
    box-sizing: border-box;
}

.slideBlock .text h3 {
    font-family: 'Sports World';
    font-size: 28px;
    margin: 0 0 20px;
    line-height: 34px;
}

.slideBlock .text p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 30px;
}

.slideBlock .text .btn a {
    background: #fff;
    padding: 0 30px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: #661a18;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #fff;
    transition: 0.3s;
}

.slideBlock .text .btn {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.slider {
    padding: 0 0 30px;
}

span.next.material-icons {
    transform: rotateZ(180deg);
}

section.welcome .owl-nav button span {
    color: #fff;
    font-size: 26px;
    margin: 0 10px 0 0;
}

section.welcome .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
}

section.welcome .owl-nav button.disabled {
    opacity: 0.2;
}

section.welcome .owl-nav button {
    transition: 0.3s;
}

section.services {
    padding: 60px 0;
}

section.services .adaptive {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}

section.services .adaptive .srv_text {
    width: 360px;
    border: 4px solid #b93023;
    position: relative;
    padding: 60px 0 60px 40px;
    box-sizing: border-box;
    height: 355px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.services .adaptive .srv_list {
    width: 780px;
    column-count: 2;
    column-gap: 30px;
    padding: 0 0 0 50px;
}

section.services .adaptive .srv_text:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
}

section.services .adaptive .srv_text h2 {
    position: relative;
    z-index: 2;
    color: #b93023;
    font-family: 'Sports World';
    font-size: 23px;
    margin: 0 0 25px;
}

section.services .adaptive .srv_text .btn {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

section.services .adaptive .srv_text .btn a {
    background: #b93023;
    color: #fff;
    text-decoration: none;
    padding: 0 30px;
    display: flex;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
    border: 2px solid #b93023;
    box-sizing: border-box;
    font-weight: 600;
}

section.docs .left {
    width: 550px;
}

section.docs {
    position: relative;
    margin: 0 0 50px;
}

section.docs .article_carousel_title {
    padding: 0;
}

section.docs .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

section.docs .adaptive .right {
    width: 50%;
    display: flex;
    border-left: 20px solid #fff;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 50px;
}

section.docs:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: rgb(80,26,24);
    background: -moz-linear-gradient(90deg, rgba(80,26,24,1) 0%, rgba(200,59,41,1) 50%, rgba(80,26,24,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(80,26,24,1) 0%, rgba(200,59,41,1) 50%, rgba(80,26,24,1) 100%);
    background: linear-gradient(90deg, rgba(80,26,24,1) 0%, rgba(200,59,41,1) 50%, rgba(80,26,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#501a18",endColorstr="#501a18",GradientType=1);
}

section.docs .adaptive .right article {
    color: #fff;
    padding: 0 0 10px;
}

section.services .adaptive .srv_text .btn a:hover {
    background: transparent;
    color: #b93023;
}

section.docs .adaptive .right .btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

section.docs .adaptive .right .btn a {
    display: flex;
    background: #fff;
    text-decoration: none;
    padding: 0 30px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #b93023;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid white;
    box-sizing: border-box;
    transition: 0.3s;
}

section.docs .adaptive .right .btn a:hover {
    background: transparent;
    color: #fff;
}

section.docs .adaptive .right .title {
    color: #fff;
    font-family: 'Sports World';
    font-size: 30px;
    margin: 0 0 15px;
}

body.mapsite_page .content ul {
    padding: 0 0 0 30px;
}

body.mapsite_page .content ul a {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    transition: 0.3s;
}

body.mapsite_page .content ul li {
    list-style-type: square;
    list-style-position: inside;
    padding: 2px 0;
}

body.mapsite_page .content ul a:hover {
    color: #b93023;
}

.input_text input {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    outline: none;
    font-family: 'Proxima Nova Rg';
    font-size: 15px;
    transition: 0.3s;
}

.input_text {
    margin: 0 0 10px;
}

.input_text input:focus {
    border-color: #bbb;
}

.input_text.textarea textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    height: 140px;
    border: 1px solid #ddd;
    background: #fff;
    outline: none;
    font-family: 'Proxima Nova Rg';
    font-size: 15px;
    resize: none;
    transition: 0.3s;
}

.input_text.textarea textarea:focus {
    border-color: #bbb;
}

.row.polit {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 0 25px;
}

.row.polit label {
    font-size: 15px;
    line-height: 20px;
}

.row.polit input {
    margin: 0 10px 0 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.row.polit label a {
    text-decoration: none;
    color: #b93023;
}

form .row button {
    background: #b93023;
    color: #fff;
    padding: 0 30px;
    height: 40px;
    border: 2px solid #b93023;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}

form .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

form .row button:hover {
    background: #fff;
    color: #b93023;
}

button.disb {
    opacity: 0.5;
}

.modal_window1 {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal_window1.act {
    display: flex !important;
}

.modal_back_close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

.modal_block {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 420px;
    padding: 40px 40px;
    box-sizing: border-box;
}

.modal_but_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
}

.modal_title {
    color: #b93023;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px;
}

.slideBlock .text .btn a:hover {
    background: transparent;
    color: #fff;
}