.modal-open {
    overflow: auto!important;
}

body{
  color: rgb(51,51,51);
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* background: #ffffff; */
  /* min-width: 320px; */
}

header, footer {
  background: #ffffff;
  color: white;
}

header a, footer a {
  color: white;
}

header a:focus, header a:hover, footer a:focus, footer a:hover{
  color: rgb(51,51,51);
}

header{
  background-color: #ffffff;
}

header > .container{
  padding: 10px 0px;
}



select {
    border: 1px solid #CCC;
    background-color: #FFF;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  border-radius: 4px;
  vertical-align: top;
}
input, button, select, textarea {
  font-family: "Helvetica Neue","Helvetica","Arial,sans-serif";
	font-size: 16px;
}
.search-form{
	padding-top: 30px;
	padding-bottom: 30px;
}

.search-form  ul li {
    display: inline;
}

.contact-form ul, .search-form ul {
    list-style: outside none none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    color: #4F4F4F;
    border: solid 1px #E0E0E0;
    border-radius: 4px;
}
.btn-primary {
    color: #4F4F4F;
    border: solid 1px #E0E0E0;
    background-color: #ffffff;
	padding-right:15px;
	padding-left:15px;
}
.btn-primary.active {
    color: #FFF;
    background-color: #064600!important;
    border-color: #064600!important;
	padding-right:30px;
	padding-left:30px;
}
.btn:hover{
    color: #4F4F4F;
    border: solid 1px #E0E0E0;
    background-color: #FFF;
    
}
.btn:focus{
    color: #4F4F4F;
    border: solid 1px #E0E0E0;
    background-color: #fff;
	//#5AAA00;
	//#5AAA00;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #EAEAEA 100%);
	color: #4F4F4F;
    border: solid 1px #E0E0E0;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #EAEAEA 100%);
	color: #4F4F4F;
    border: solid 1px #E0E0E0;
}


.site-map ul, ol {
    padding: 10px;
    margin: 0px 0px 10px 0px;
}
#content-wrapper{
    /* background: white;  */
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
a {
    text-decoration: none!important;
}
.text-slim {
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 1em;
}
.text-bar {
    color: #202945;
}
.h3, h3 {
    font-size: 20px;
}
.h4, h4 {
    font-size: 18px;
}
@media (min-width: 768px) {
  .modal-dialog {
	padding-top: 100px!important;
	width: 900px!important;
  }
}
@media (max-width: 768px) {
	h4 {
		padding-left: 0px;
		padding-top: 0px;
		font: normal 18px "omnes-pro", Helvetica, Arial, sans-serif;
		color: #333;
	}
	.navbar-nav {
		display: grid!important;
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0px;
		margin-left: 0px;
	}
}
.h6, h6 {
    font-size: 12px;
}
.text-slim {
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 1em;
}

.text-aqua {
    color: #43BAB8;
}
.text-hevi-bold {
    font-weight: 600;
}
.header-logo-title h3 {
	margin-left: 0px;
}
.header-logo-title {
	margin-top: 20px;
    margin-left: -45px;
}

.bar-left {
    border-left: solid #C4C4C4 2px;
}
.text-hevi-bold {
    font-weight: 600;
}
.col-md-5 {
    width: 56%;
    margin-left: 0px;
    padding-left: 0px;
}

footer{
  /* padding-top: 10px; */
  /* padding-bottom: 20px; */
}

.footer-nav > .container{
  padding: 0;
}

.page-header{
  margin: 0;
}
.page-header h1{
  margin-top: 0px;
}


@media (min-width: 1200px ) {
  header > .container{
    padding-top: 0px;
  }

  footer > .container > .row > a > img{
    margin-top: 10px;
  }
}
.container{
	padding-left: 15px;
	max-width: 100%;
}
#main-submenu {
	margin-bottom: -15px;
}
#main-submenu a{
	color: #333333;
	font-weight: 400;
	text-decoration: none;
}
#main-submenu a:hover,
#main-submenu  a:focus,
#main-submenu  li.current a,
#main-submenu  li.active a
{
    color: #194100;
	font-weight: bold;
    text-decoration: none;
}
#main-submenu .nohref a:hover,
#main-submenu .nohref a:focus,
#main-submenu .nohref a{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.list-inline {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
}
.pull-right {
	margin-right: 20px;
	margin-bottom: 5px;
}
.col-md-8 {
    width: 50%;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li.current > a,
.nav-pills > li.current > a:focus,
.nav-pills > li.current > a:hover{
    color: #FFF;
    background-color: #B1C599!important;
	min-width: 100px!important;
}
.nav {
    font-size: 11px;
}
#pogodynka-footer{
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
	width: 270px;
	margin-top: 15px;
}
#imgw-footer{
	margin-bottom: 20px;
	width: 200px;
	float: right;
	margin-left: 100px;
}
.imgw, .imgw:hover, .imgw:focus {
    color: white;
    font-size: 10px;
    float: left;
    width: 270px;
    line-height: 7px;
    text-decoration: none;
}
.imgw > img {
    float: left;
    padding-right: 10px;
}
.imgw > p {
    margin-top: 5px;
}

#communicat_container {
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 100px;
    left: 0px;
    display: block;
    z-index: 10000;
    height: 100%;
    width: 100%;
}

.communicat_box{
    background-color: rgba(255, 255, 0, 0.6);
    text-align: justify;
    margin-top: 10%;
    margin-left: 25%;
    height: 300px;
    width: 600px;
}

.communicat{
    color: black;
    z-index: 10001;
    font-weight: bold;
    padding: 50px;
    padding-top: 100px;
}

/* service menu */
.service-menu-opened {
    position: relative;
    padding-left: 240px;
    transition: padding 0.05s ease;
}
#service_menu202203 {
    width: 240px;
    background: #fff;
    padding: 15px;
    box-shadow: 10px 38px 38px rgba(0, 0, 0, 0.1);    
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 100%;
    position: absolute;
    overflow-y: auto;
    z-index: 101;
    left: 0;
    transition: width 0.05s ease;
}
@media(max-width: 768px) {
    .service-menu-opened {
        padding-left: 0;
    }
}
#service_menu202203.is-hidden {
    width: 75px;
    padding: 10px;
    min-height: auto;
    border-bottom-right-radius: 8px;
}
#service_menu202203.is-hidden > *:not(.menuArrow) {
    display: none;
}
#service_menu202203 .menuArrow {
    background: #1FB9D4;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    align-self: end;
    cursor: pointer;
}
#service_menu202203 .menuArrow .widgetIcon {
    display: none;
}
#service_menu202203.is-hidden .menuArrow .widgetIcon {
    vertical-align: top;
    display: inline-block;
    color: #1FB9D4;
    margin: 0 0 0 -30px;
    width: 25px;
}
#service_menu202203 .menuArrow__icon {
    position: relative;
    width: 5px;
    display: inline-block;
    margin: 12px 7px;
}
#service_menu202203.is-hidden .menuArrow__icon {
    margin: 12px 0 12px 19px;
}
#service_menu202203 .menuArrow__icon:before {
    content: '';
    width: 2px;
    background: #fff;
    height: 8px;
    position: absolute;
    top: -1px;
    transform: rotate(50deg);
    left: -1px;
}
#service_menu202203 .menuArrow__icon:after {
    content: '';
    width: 2px;
    background: #fff;
    height: 8px;
    position: absolute;
    top: -1px;
    transform: rotate(-50deg);
    right: -1px;
}
#service_menu202203 .menuArrow__icon--left {
    transform: rotate(-90deg);
}
#service_menu202203.is-hidden .menuArrow__icon--left  {
    transform: rotate(90deg);
}
#service_menu202203 ul{
    padding: 5px;
    margin: 0;
}
#service_menu202203 ul.service_menu {
    position: absolute;
    top: 50px;
    width: calc(100% - 40px);
}
#service_menu202203 ul.service_menu > li.is-opened > ul {
    display: block;
}
#service_menu202203 ul.service_menu > li > ul {
    display: none;
    padding: 0;
}
#service_menu202203 ul.service_menu > li > ul li a {
    font-size: 15px;
    font-weight: 400;
}
#service_menu202203 li {
    list-style: none;
    display: block !important;
}
#service_menu202203 li a,
#service_menu202203 li span {
    color: #000;
    font-family: Inter, Arial, sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s;
}
#service_menu202203 li a:hover,
#service_menu202203 li span:hover {
    color: #1FB9D4;
}
#service_menu202203 li a:not(:only-child):after,
#service_menu202203 li span:not(:only-child):after  {
    content: '+';
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
}
#service_menu202203 li.is-opened a:not(:only-child):after,
#service_menu202203 li.is-opened span:not(:only-child):after {
    content: '-';
}
#service_menu202203.is-hidden ul.service_menu {
    display: none;
}
/* !service menu */
@media (max-width: 512px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    #content-wrapper {
        padding-top: 50px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 15px;
    }
    #content {
        padding-left: 0px;
    }
}
