html {
	box-sizing:border-box;
	-ms-overflow-style:scrollbar
}
*,::after,::before {
	box-sizing:inherit
}

body {
	margin: 0;
	font-family: "Noto Sans Regular", Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {
    text-decoration: none;
    outline: none!important;
    color: #000000;
}
a:hover {
    color: #003894;
}
h1, h2, h3, h4, h5 {
    font-size: 30px;
    font-weight: 900;
}

/*headerblock*/
.headerblock {
    position: relative;    
}
.headerblock:before {
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: .6;
  z-index: -1;
}
.headerblock a {
    color: #000000;     
}
.logo img {
    display: block;
    width: 100%;
    max-width: 190px;
}
.home {
    display: inline-block;
    font-size: 18px;
    border-right: 1px solid #000000;
    padding: 10px 25px 11px 0;
}
.home a {
    color: #000000;
}
.home a:hover {
    color: #DB3f49;
}
.topmenu ul {
    margin: 0;
    padding: 0;     
}
.topmenu, .topmenu li {
    display: inline-block;
}
.topmenu li {
    margin: 0 0 0 40px;     
}
.topmenu ul li > a {
    font-size: 14px;
    text-transform: uppercase;
}
li.dropdown {
    padding: 0 0 10px;
}
.topmenu li a:hover, .dropdown:hover .dropbtn {
    color: #DB3f49; 
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a:first-child {
  margin-top: 15px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.phone {
    font-size: 15px;
}
.b {
    font-family: "Noto Sans Bold", Verdana, sans-serif;
    font-size: 21px;
}

.fixblock {
    position: fixed;    
    width: 100%;
    padding: 0 0 25px;
    transition: 0.4s;   
    top: 0;
    z-index: 99;
       background-color: #ffffff;
    border-bottom: 1px solid #c7c7c7;
}
.fixblock_s {
    background-color: #ffffff;
    padding: 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px -6px;
}
.top1 {
    background-color: #ffffff;
    color: #000000;
}
.top2 {
  background-color: #ffffff;
}
.fixblock2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.line {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c7c7c7;
}

/*end headerblock*/

/* hamburger */
.hamburger {
  width: 30px;
  margin: 0 auto;
}
.hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.hamburger-line:nth-child(2) {
  margin: 8px auto;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.hamburger-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger.hamburger-active .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(40deg);
  -ms-transform: translateY(10px) rotate(40deg);
  -o-transform: translateY(10px) rotate(40deg);
  transform: translateY(10px) rotate(40deg);
}
.hamburger.hamburger-active .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-40deg);
  -ms-transform: translateY(-10px) rotate(-40deg);
  -o-transform: translateY(-10px) rotate(-40deg);
  transform: translateY(-10px) rotate(-40deg);
}
#mainmenu {
    display: none;
}
.menblock_s{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: #ffffff;
    z-index: 100; 
}
/* end hamburger */

/*slider*/
section.slider {
    margin-top: 180px;
    margin-bottom: 15px;
    border-bottom: 10px solid #003894;  
}
.slide_item {
    padding: 0;
    margin: 0 10px;
}

.textbox {
    font-size: 1.3em;
    opacity: 0;
}


.slide-one .owl-stage > .center .textbox {
transition-property: opacity;
transition-duration: 2s;
opacity: 1;
}

.owl-prev,
.owl-next {
    color: #ffffff;
    font-size: 45px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 40%;
    padding: 5px 10px 8px;
}
.owl-next {
    right: 0px;
    border-radius: 5px 0 0 5px;
}
.owl-prev {
    left: 0px;
    border-radius: 0 5px 5px 0;
}
.owl-dots { 
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 5%;
}
.owl-dot {
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #000000;
    margin-right: 10px;
}
.owl-dots .active {
    background-color: #DB3f49;
}
/*end slider*/



/*news*/
.latest_news {
    border: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.latest_news img {
    width: 100%;
    max-width: 476px;
    border-bottom: 3px solid #edac15;   
}
.latest_news_date {
    width: 130px;
    background-color: #edac15;
    color: #fff;
    padding: .25rem 2.1rem;
    font-weight: 700;
    text-shadow: 0 1px rgba(0,0,0,.15);
    font-size: 15px;
}
.latest_news_title {
    font-size: 20px;
    color: #333333;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.latest_news_text {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 90px;
}
.news {
  display: flex; 
  flex-wrap: nowrap;
}
.news-item:nth-child(2) {
    margin-left: 10px;
}
.news:first-child {
    border-top: 1px solid #eee;
}
.news-item a {
 color: #000000;
}
.news-item a:hover {
 color: #000000;
}
.news {
    padding: 8px 8px 1px 8px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 4px solid #eee;
}
.news span {
    font-size: 12px;
    font-weight: bold;
}
.news p {
    margin-top: 4px;
}
.news:hover {
    border-left: 4px solid #edac15;
}
/*end news*/


/*footer*/
footer {
    background: #f4f4f4;
}
.copyright {

}
.footer-line {
    width: 100%;
    height: 1px;
    background-color: #000000;
}
.copyright {
    margin-top: 20px;
}
.footer_link {

}

.footer_link a {
    display: block;
    color: #000000;
}
.footer_link a:not(:first-child) {
    margin-top: 10px;
}
.footer_link a:hover {
    color: rgba(0,0,0,.6);
}
.footer_title {
    color: #00067c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}
/*end footer*/


/*************************************/
.harmonic {
    background-color: #373b42;
}

.harmonic img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.accordion {
  width: 100%;
}
.accordion__title {
  display: block;
  border-top: 1px solid #41444b;
  padding: 15px 0;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e51937;
  cursor: pointer;
}
.accordion__title:hover {
  color: #ffffff;
}
.accordion__copy {
  display: none;
  color: #ffffff;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
}
.accordion__copy--open {
  display: block;
}

.accordb {
    color: #ffffff;
    font-size: 1.5rem;
    text-transform: uppercase;
}


/*breadcrumbs */

.golf {
    padding: 10px 0;
    background-color: #f7f7f7;
}
.golf {
    background-color: #f7f7f7;
    margin-top: 145px;
}



.golf, .golf a {
    color: #000000;
}

.golf1 {
    margin: 15px 0 25px 25px;
    font-size: 15px;
}

.golf1 a {
    color: #ffffff;
}


.golf2 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.breadcrumbs {
    font-size: 15px;
}
.breadcrumbs ul {
    padding: 0px;
}
.breadcrumbs li {
    display: inline;
}
.B_crumbBox {
    margin: 0px;
}
.B_firstCrumb {
    padding-right: 10px;
}
.B_lastCrumb {
    padding-left: 10px;
}
.B_crumb {
    padding: 0 5px;
}
/*
.breadcrumbs  li:not(:first-child) {
 padding: 0 15px;
}
*/

ul.B_crumbBox {
    margin: 0px;
}
/*end breadcrumbs*/



/*mobile*/
.headerblock_mob {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding-bottom: 3px;
/*
    position: fixed;
    top: 0;
    left: 0;    
    z-index: 999999;
*/
}
.headerblock_mob a {
    color: #ffffff;
}
.headerblock_mob a:hover {
    color: #ffffff;
}
.headerblock_mob .far, .headerblock_mob .fas {
    font-size: 16px;
}

.email-m {
    display: inline-block;
    padding-top: 3px;
}

/***************/
.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.1s;
    left: -4px;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 5px;
    right: 5px;
    height: 2px;
    background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}

.c-hamburger span::before {
    top: -7px;
}

.c-hamburger span::after {
    bottom: -7px;
}

/*.c-hamburger--htx {
    background-color: #ff3264;
    }*/

    .c-hamburger--htx span {
        transition: background 0s 0.1s;
    }

    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        transition-duration: 0.1s, 0.1s;
        transition-delay: 0.1s, 0s;
    }

    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }

    .c-hamburg er--htx span::after {
        transition-property: bottom, transform;
    }

/* состояние active при открытом меню  */
/*.c-hamburger--htx.is-active {
background-color: #cb0032;
}*/

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.1s;
}

/***************/
#menu {
    position: fixed;
    left: -292px;
    width: 280px;
    min-height: 700px;
    top: 110px;
    background: #ffffff;
    color: #14295e;
        /*
        -webkit-box-shadow: 0 0px 10px rgba(20,41,94,.25);
        box-shadow: 0 0 10px rgba(20,41,94,.25);
        */
}
#menu.menu-open {
    position: absolute;
    left: 0;    
    top: 39px;
    z-index: 999;
    height: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.menu_item {    
    padding: 15px 15px 15px 20px;
}
.menu_item:not(:last-child) {
    border-bottom: 1px solid #dfe2ea;
}
#menu a:not(:last-child) {
    margin-bottom: 10px;
}
#menu a {
    display: block;
    color: #000000;
    font-size: 16px;
}
#menu a:hover {

}
#menu{
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
/*
#menuToggle {
    position: absolute;
    top: 120px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0,0,0,0.45);
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

#menuToggle:hover {
    color: #00ff40;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

*/

.search-m {
    width: 100%;
    margin: 10px 0;
}
.count-m {
  display: inline-block;
  background: #fe0200;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  padding: .3em .65em;
}

/*end mobile*/


/*search_form*/

.search-box * {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.search-bar input,
.search-btn, 
.search-btn:before, 
.search-btn:after {
    transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
    width: 3em;
    height: 3em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
    cursor: pointer;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid  {
    width: 100%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
    outline: transparent;
}
.search-bar {
    display: flex;    
    justify-content: right;
    margin-left: 10px;
}
.search-bar input {
    background: transparent;
    border-radius: 1.5em;
    box-shadow: 0 0 0 0.4em #171717 inset;
    padding: 0.75em;
    transform: translate(0.5em,0.5em) scale(0.5);
    transform-origin: 100% 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-bar input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
    background: #fff;
    border-radius: 0.375em 0 0 0.375em;
    box-shadow: 0 0 0 0.1em #d9d9d9 inset;
    transform: scale(1);
}
.search-btn {
    background: #171717;
    border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
    padding: 0.75em;
    position: relative;
    transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);
    transform-origin: 0 50%;
}
.search-btn:before, 
.search-btn:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
}
.search-btn:before {
    border-radius: 50%;
    box-shadow: 0 0 0 0.2em #f1f1f1 inset;
    top: 0.75em;
    left: 0.75em;
    width: 1.2em;
    height: 1.2em;
}
.search-btn:after {
    background: #f1f1f1;
    border-radius: 0 0.25em 0.25em 0;
    top: 51%;
    left: 51%;
    width: 0.75em;
    height: 0.25em;
    transform: translate(0.2em,0) rotate(45deg);
    transform-origin: 0 50%;
}
.search-btn span {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
    background: #DB3f49;
    border-radius: 0 0.375em 0.375em 0;
    transform: scale(1);
}
.search-bar input:focus + .search-btn:before, 
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before, 
.search-bar input:valid + .search-btn:after {
    opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
    background: #e51937;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
    transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {
    .search-bar input {
        box-shadow: 0 0 0 0.4em #000000 inset;
    }
    .search-bar input:focus,
    .search-bar input:valid {
        background: #3d3d3d;
        box-shadow: 0 0 0 0.1em #3d3d3d inset;
    }
    .search-btn {
        background: #000000;
    }
}

/*end search_form*/

/*форма обратной связи*/
.title_form {
    display: block;
    font-family: "Noto Sans Bold", Verdana, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-bottom: 5px; 
}
.legend {
    display: inline-block;
    color: #CCCCCC;
    font-size: 12px;
    margin-bottom: 20px;    
}
.btn_reset {
    width: 100%;
    max-width: 180px;
    border: medium none;    
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 8px 20px;  
    text-transform: uppercase;  
}
.btn_reset:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn_reset:active {
    background-color: #f0ad4e;
}
.btn_submit {
    width: 100%;
    max-width: 180px;    
    border: medium none;    
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 8px 20px;  
    text-transform: uppercase;  
}
.btn_submit:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn_submit:active {
    background-color: #337ab7;
}
.form-group, .form-item {
    padding-bottom: 10px;
}
.controls textarea {
    margin-top: 3px;
    padding: 5px;
    border: #999 1px solid; 
    width: 100%;
}
.controls input {
    margin-top: 3px;
    padding: 5px;
    border: #999 1px solid;
    width: 100%;
}
.ajax_form span {
    display: block;
}
button {
    cursor: pointer;
}
.dopemail {
    display: none !important;
}
.grecaptcha-badge {visibility: hidden;}
/*end форма обратной связи*/



/*other*/
.push100 {
   height: 100px;
}
.push50 {
   height: 50px;
}
.imgcenter {
    display:block; 
    margin: 0 auto;
    max-width: 100%;
}
.imgright {
    float: right;
    margin-left: 10px;
    max-width: 100%;
}
/*end other*/


/*shopfront*/
.shopfront {
    margin-bottom: 25px;
}
.shopfront-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 476px;   
}
.shopfront-img img:hover {
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}
.shopfront-text {
    margin-top: 5px;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
}
/*end shopfront*/