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;
}
.fixblock {
    position: fixed;
    width: 100%;
    margin-bottom: 500px;
    transition: 0.4s;
    top: 0;
    z-index: 99;
}
.logo img {
    display: block;
    width: 100%;
    max-width: 159px;
}
.top1 {
    background-color: #162456;
    padding: 10px 0;
}
.top2 {
    background-color: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #dfe2ea;
}
.slogan {
    color: #ffb96d;
}
.topcontact, .topcontact a {
    color: #dbeafe;
}

/*top menu*/
.topmenu ul {
    margin: 0;
    padding: 0;     
}
.topmenu, .topmenu li {
    display: inline-block;
}
.topmenu li {
    padding: 15px 20px;
    margin: 0;   
    border-radius: 8px;  
}
.topmenu ul li > a {
    color: #162456;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 20px;
}

.topmenu li:hover {
    background-color: #fff7ed;   
}

.dropdown:hover .dropbtn {
    background-color: #fff7ed;
}

.topmenu li a:hover, .dropdown:hover .dropbtn {
    color: rgba(0,0,0,.6);
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 10%;
    left: 10%;
    min-width: 160px;
    z-index: 999;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-bg {
    color: #162456;
    padding: 15px 25px;
    background-color: #ffffff; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-title {
    font-size: 1.5em;
    font-family: "Noto Sans Bold", Verdana, sans-serif;
}

.dropdown-item {
    padding: 15px;
margin-bottom: 5px;
}

.dropdown-item:hover {
background-color: #fff7ed;
}
.boxborder {
    padding: 5px;
    border: 1px solid #dfe2ea;
}


.b {
    font-size: 1.1em;
    font-family: "Noto Sans Bold", Verdana, sans-serif;
}



.dropdown-space {
    height: 35px;
}

.btn_request {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 340px;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #fe6e00;
    background: #fe6e00;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.btn_request:hover {
    color: #ffffff;
    background: #f05100;
}

/*end top menu*/

/*slider*/
section.slider {
    margin-top: 50px;
}
.gradient {
    display: inline-block;
    position: relative;    
    line-height: 0;
}
.gradient:after {
    content: "";
    display: block;    
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 0;      
    left: 0;   
    background: transparent;
    background: linear-gradient(to right, #162456, rgba(0, 0, 0, 0));
    opacity: 0.8;
}
.owl-dots {
margin-top: 5px;
 text-align: center;
}
.owl-dot {
    display: inline-block;
    width: 100%;
    max-width: 700px;
    height: 8px;
    border-radius: 8px;
    background-color: #e2e8f0;
    margin-right: 10px;
}
.owl-dots .active {
    background-color: #fe6e00;
}
.owl-nav {
    margin-top: -10px;
    margin-left: 50px;
}
.customNextBtn, .customPrevBtn {
    display: inline-block;
    width: 50px;
    padding: 12px 0;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    color: #162456;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.customNextBtn:hover, .customPrevBtn:hover {
    color: #fe6e00;
    border: 1px solid #fe6e00;
}

.slide_content {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 1;
}
.textbox1 {
    font-size: 1.2em;
    color: #ffb96d;
}
.textbox2 {
    font-size: 2.7rem;
    font-weight: 900;
    color: #ffffff;
}
.textbox3 {
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #ffffff;
}
.textbox4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #ffffff;
}
.btn_white {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 290px;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.btn_white:hover {
    color: #ffd7a8;
    border: 1px solid #ffd7a8;
}

.btn_request2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 340px;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #fe6e00;
    background: #fe6e00;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.btn_request2:hover {
    color: #ffffff;
    background: #f05100;
}

.block-wh {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 100%;
    max-width: 290px;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
/*end slider*/
/*mobile*/

.mobblock {
    padding: 10px 0;
}

.headerblock_mob {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 3px;

    position: fixed;
    top: 0;
    left: 0;    
    z-index: 999999;

}
.headerblock_mob a {
    color: #000000;
}
.headerblock_mob a:hover {
    color: #000000;
}
.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: #000000;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    content: "";
}

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

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

    .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;
    }

.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*/



/*sundry*/
.push50 {
    height: 50px;
}
.push100 {
   height: 100px;
}
.line {
    margin: 10px 0;
    border-bottom: 1px solid #dfe2ea;
}
.imgcenter {
    display:block; 
    margin: 0 auto;
    max-width: 100%;
}
/*end sundry*/

footer {
    background-color: #162456;
}
.footer_title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}

.footer_link {
    margin-bottom: 20px;
    color: #ffffff;
}


.footer_link a {
    display: block;
    color: #cad5e2;
}

.footer_link a:hover {
    color: #ffffff;
}
.footer_link a:not(:first-child) {
    margin-top: 10px;
}
.copyright {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffffff;
}

/*breadcrumbs */

.golf {
    margin-top: 145px;
    padding: 10px 0;
    background-color: #f7f7f7;
}
.golf, .golf a {
    color: #000000;
}
.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;
}
ul.B_crumbBox {
    margin: 0px;
}
/*end breadcrumbs*/

/*форма обратной связи*/
.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 форма обратной связи*/
