html, body {
    margin: 0 auto;
    padding: 0;
    height: 100%;
	font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
    color: #504e53;
	-webkit-text-size-adjust: 100%;
    line-height: 1.2;
}


.toprint{display:none;}


* {outline:none !important}

header, section, footer, aside, nav, article, figure {
   display: block;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

input {
	outline: none;
}

a img, a img:active, a img:focus {
	border: none;
	outline: none;
	border-collapse:collapse;
}

table  {
	border-collapse:collapse;
	border: none;
}

a:hover {
	text-decoration: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
	-webkit-appearance: none !important;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
	color: #0095cc;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
    font-size: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.link-h-none:hover {
	text-decoration: none;
	border-bottom: none;
}

.link-h-none-parent a:hover {
	text-decoration: none;
	border-bottom: none;
}

.link-h-underline:hover {
	text-decoration: underline;
}

.link-h-underline-parent a:hover {
	text-decoration: underline;
}

.button-h-opacity:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

@font-face {
    font-family: 'OfficinaSansC-Book';
    src: url('../fonts/OfficinaSansC-Book.eot');
    src: url('../fonts/OfficinaSansC-Book.eot') format('embedded-opentype'),
    url('../fonts/OfficinaSansC-Book.woff') format('woff'),
    url('../fonts/OfficinaSansC-Book.ttf') format('truetype'),
    url('../fonts/OfficinaSansC-Book.svg#OfficinaSansC-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}


.main-section {
    margin: 0 auto;
    width: 1200px;
}

.main-section-2 {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
}

/*top-form-wrapper*/
.top-form-wrapper {
    padding: 20px 0 20px 0;
    display: none;
}

.top-form {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.search-button {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 200px;
    background-color: #45b08a !important;
    border-color: #45b08a !important;
}

.search-input {
    display: block;
    padding-right: 200px;
}




/*header*/
header {
	min-height: 100px;
	position: relative;
}

.logo {
	width: 300px;
	height: 78px;
	background: url('../img/logo.png') no-repeat;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-info {
	position: absolute;
	left: 317px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-info > div {
	float: left;
	position: relative;
}

.header-call {
	padding: 0 0 0 0px;
	/* padding: 0 0 0 45px; */
    line-height: 1;
}

.header-call-no:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('../img/icons/header-time.svg') no-repeat;
	background-size: 100% 100%;
}

.header-call-bottom {
    color: #96969a;
    font-size: 67%;
}

.header-call-link {
	color: #856395;
	font-size: 131%;
	text-decoration: none;
}

.header-delivery {
	padding: 0 0 0 45px;
	color: #96969a;
	font-size: 90%;
	margin-left: 15px;
}

.header-delivery:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('../img/icons/header-delivery.svg') no-repeat;
	background-size: 100% 100%;
}

.header-menu {
	position: absolute;
	right: 33px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 2500;
}

.header-menu > ul {
	list-style-type: none;
	display: table;
}

.header-menu > ul > li {
	display: inline-block;
	margin-right: 15px;
	text-align: left;
	vertical-align: middle;
  /*   height: 40px; */
    position: relative;
}

.header-menu > ul > li > a {
	color: #96969a;
	font-size: 80%;
	width: 95px;
	text-decoration: none;
	padding: 0 0 0 45px;
	position: relative;
    display: block;
}

.header-menu > ul > li > a > span {
	display: table-cell;
    height: 40px;
	max-width: 95px;
    vertical-align: middle;
}

.header-menu > ul > li > a:before {
	content: '';
	display: block;
	width: 35px;/*35*/
	height: 35px;/*40*/
	position: absolute;
	left: 4%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-menu > ul > li:nth-child(1) > a:before  {
	background: url('../img/icons/header-menu-1.svg') no-repeat;
	background-size: 100% 100%;
}
.header-menu > ul > li:nth-child(2) > a:before  {
	
	background: url('../img/icons/header-delivery.svg') no-repeat;
	background-size: 100% 100%;
}
.header-menu > ul > li:nth-child(3) > a:before  {
	background: url('../img/icons/header-menu-2.svg') no-repeat;
	background-size: 100% 100%;
}

.header-menu > ul > li:nth-child(4) > a:before  {
	background: url('../img/icons/header-menu-3.svg') no-repeat;
	background-size: 100% 100%;
}

.header-submenu {
    position: absolute;
    left: 0;
    top: 55px;
    -webkit-box-shadow:  7px 7px 21px rgba(7, 1, 7, 0.33), -7px 0 21px  rgba(7, 1, 7, 0.33);
    -moz-box-shadow:  7px 7px 21px rgba(7, 1, 7, 0.33), -7px 0 21px  rgba(7, 1, 7, 0.33);
    box-shadow:  7px 7px 21px rgba(7, 1, 7, 0.33), -7px 0 21px  rgba(7, 1, 7, 0.33);
    padding: 10px 10px 10px 10px;
    background: rgba(133, 99, 149, 0.9);
    display: none;
    min-width: 240px;
    z-index: 2500;
}

.header-menu > ul > li:hover   .header-submenu {
    display: block;
}

.header-submenu:after   {
    position: absolute;
    left: 0;
    top: -19px;
    height: 19px;
    width: 100%;
    content: '';
    display: block; 
}

.header-submenu:before {
    content: '';
    position: absolute;
    display: block;
    left: 70px;
    top: -30px;
    border: 10px solid transparent;
    border-bottom: 20px solid rgba(133, 99, 149, 0.9);
    opacity: 0.9;
}

.header-submenu > ul {
    list-style-type: none;
}

.header-submenu > ul > li {
    display: block;
    padding: 7px 0 7px 15px;
    position: relative;
    z-index: 2500;
}

.header-submenu > ul > li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.header-submenu > ul > li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 82%;
}

.header-submenu > ul > li a:hover {
    text-decoration: underline;
}

.header-search {
    position: absolute;
    right: 0;
    top: 110%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.header-search:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url('../img/icons/header-search.png') no-repeat center center;
    background-size: 100% 100%;
}

.header-search.active:before {
    -webkit-transform:  rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform:  rotate(45deg);
    -ms-transform:  rotate(45deg);
    transform: rotate(45deg);
}


/*geo*/
.geo-inner {
	width: 80%;
	margin: 0 auto;
	color: #96969a;
	/* font-weight: 700; */
	padding: 0 0 0 0;
	text-align: center;
	font-size: 20px;
}


/*main-slider*/
.slider-1 {
    position: relative;
    z-index: 500;
}

.slider-1-list {
    list-style-type: none;
}

.slider-1-list li {
    padding-bottom: 36.8%;
    background-size: auto  100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

.slider-1 .bx-wrapper {
    max-width: 100% !important;
    max-height: 100% !important;
    z-index: 500;
}

.slider-1 .bx-wrapper .bx-viewport {
    max-width: 100% !important;
    position: relative;
}

.slider-1 .bx-wrapper .bx-pager {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 250;
    width: 100%;
    text-align: center;
}

.slider-1 .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}

.slider-1 .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
    display: block;
    font-size: 0;
    margin-top:14px;
    line-height: 0;
    text-decoration: none;
    margin: 0 6px -1px 6px;
    text-indent: -9999px;
    width: 60px;
    height:  8px;
    background-color: #00935f;//#856395;
    opacity:0.5;
    border: 0px solid #00935f;  
    -webkit-border-radius:  0%;
    -moz-border-radius:  0%;
    border-radius:  0%;
}

.slider-1 .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
    border: 0px solid #fff;
    background-color: #00935f;
    opacity:1;
}

.slider-1-text {
    position: absolute;
    left: 0;
    top: 45%;/* 147px; */
    background: url('../img/bg/slider-1-text.png') repeat-y left top;
    background-size: 100% auto;
    font-family: 'OfficinaSansC-Book';
    color: #008a5f;
    font-size: 180%;
    padding: 20px 18% 20px 7%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-1-text span {
    display: block;
    text-transform: uppercase;
    font-size: 115%;
}

.slider-1-menu {
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1800;
    width: 100%;
}

.slider-1-menu li {
    display: table-cell;
    vertical-align: top;
    width: 33.333%;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
}

.slider-1-menu li:nth-child(1) {
    text-align: left;
}

.slider-1-menu li:nth-child(3) {
    text-align: right;
}

.slider-1-menu li a {
    width: 99%;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    background: rgba(59, 166, 128, 0.9);
    height: 100px;
    position: relative;
    text-align: center;
}

.slider-1-menu li a span {
    display: block;
    position: absolute;
    left: 2%;
    top: 50%;
    width: 96%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/*info-links-wrapper*/
.info-links-wrapper {
    padding: 35px 0 15px 0;
    border-bottom: 1px solid #11926a;
    margin-bottom: 37px;
}

.info-link-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    list-style-type: none;
    width: 100%;
	padding-left: 8%;
    /* margin: 0 6%; */
}

.info-link-list > li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 3% 20px 0;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
}

.info-link-list > li a {
    padding: 0 0 0 50px;
    position: relative;
    color: #856395;
    text-decoration: none;
    display: inline-block;
}

.info-link-list > li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
}

.info-link-list > li a:hover {
    text-decoration: underline;
}

.info-link-list > li a span {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}

.info-link-list > li:nth-child(1) a:before {
    background: url('../img/icons/info-link-1.svg') no-repeat;
    background-size: 100% 100%;
}

.info-link-list > li:nth-child(2) a:before {
    background: url('../img/icons/info-link-2.svg') no-repeat;
    background-size: 100% 100%;
}

.info-link-list > li:nth-child(3) a:before {
    background: url('../img/icons/info-link-3.svg') no-repeat;
    background-size: 100% 100%;
}

.info-link-list > li:nth-child(4) a:before {
    background: url('../img/icons/info-link-4.svg') no-repeat;
    background-size: 100% 100%;
}

.info-link-list > li:nth-child(5) a:before {
    background: url('../img/icons/info-link-5.svg') no-repeat;
    background-size: 100% 100%;
}

.info-link-list > li:nth-child(6) a:before {
    background: url('../img/icons/info-link-6.svg') no-repeat;
    background-size: 100% 100%;
}


/*info-block*/
.info-block {
    margin-bottom: 20px;
    position: relative;
}

.info-left {
    float: left;
    width: 33.2%;
    margin-right: 2.4%;
    background: url('../img/bg/7-pattern.png') repeat;
}

.info-left-top {
    background-color: #45b08a;
    font-weight: 700;
    font-size: 120%;
    text-align: center;
    padding: 20px 2% 20px 2%;
    color: #ffffff;
    margin-bottom: 20px;
}

.info-left-image {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;/*44*/
    background: url('../img/icons/12_dispanser.svg') no-repeat;
    background-size: 100% 100%;
}

.info-left-text {
    padding: 0 5% 30px 5%;
	font-size:110%;
}

.info-left-text p {
    padding-bottom: 15px;
}

.info-left-text strong {
    color: #00935f;
}

.chosen-select-wrapper {
    margin-bottom: 54px;
    padding: 0 5% 0 5%;
}

.chosen-select-wrapper .chosen-container {
    width: 100% !important;
    text-align: center;
}

.info-left-bottom {
    margin-bottom: 30px;
}

.info-left-bottom-list {
    list-style-type: none;
    text-align: center;
}

.info-left-bottom-list li {
    width: 31.5%;
    text-align: center;
   /*  font-size: 12px; */
    font-weight: 700;
    color: #00935f;
    padding: 50px 1% 0 1%;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.info-left-bottom-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 40px;
    height: 40px;
}

.info-left-bottom-list > li:nth-child(1):before {
    background: url('../img/icons/info-left-bottom-1.svg') no-repeat;
    background-size: 100% 100%;
}

.info-left-bottom-list > li:nth-child(2):before {
    background: url('../img/icons/info-left-bottom-2.svg') no-repeat;
    background-size: 100% 100%;
}

.info-left-bottom-list > li:nth-child(3):before {
    background: url('../img/icons/info-left-bottom-3.svg') no-repeat;
    background-size: 100% 100%;
}


.info-right {
    overflow: hidden;
}

.info-right-heading {
    font-weight: 700;
    font-size: 110%;
    padding-bottom: 27px;
    color: #00935f;
}

.info-right-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    list-style-type: none;
    margin-left: -3.5%;
    border-bottom: 1px solid #88c8b4;
    margin-bottom: 20px;
}

.info-right-list > li {
    display: inline-block;
    vertical-align: top;
    width: 46.5%;
    margin: 0 0 38px 3.5%;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
}

.info-right-list-img-block {
    position: relative;
    padding-bottom: 56.3%;/*5356.3%*/
}

.info-right-block-2  li .info-right-list-img-block {
    padding-bottom: 59%;
}

.info-right-list-img-block iframe {
    position: absolute;
    left: 0;
    top: 0;
	padding: 0 !important;
    width: 100%;
    height: 100%;
    border: 0 none;
}

.info-right-list-img-block > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.info-right-list-img-block > a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
}

.info-right-list-text {
    margin-top: 20px;
    color: #504e53;
    font-size: 16px;
    text-align: left;
}

.info-hidden-block {
    width: 65%;
    background-color: #e8f0ed;
    padding: 45px 25px 25px 25px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 250;
    border: 2px solid #11926a;
    min-height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    display: none;
}
.info-block .info-hidden-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.info-block .icon-hamburger-wrap {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: top;
    color: #008a5f;
}

.info-block .icon-hamburger-wrap .icon-bar {
    display: block;
    height: 2px;
    margin: 0;
    background-color: #008a5f;
}

.info-block .icon-hamburger-wrap .icon-bar:nth-child(2) {
    margin-bottom: 4px;
    margin-top: 4px;
}

.info-block .icon-hamburger-wrap .icon-bar:nth-child(2) {
    opacity: 0;
}

.info-block .icon-hamburger-wrap .icon-bar:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 6px, 0) rotate(45deg);
    -o-transform: translate3d(0, 6px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.info-block .icon-hamburger-wrap .icon-bar:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -6px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -6px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.info-hidden-block-heading {
     color: #008a5f;
    font-size: 110%;
    font-weight: 700;
    padding-bottom: 12px;
}

.info-hidden-block p {
    padding-bottom: 12px;
}

.info-hidden-block ol {
    list-style: none;
    margin:0 0 24px;
    counter-reset: section;
    padding:0;
}

.info-hidden-block ol li:after {
    clear: both;
    display: block;
    content: "";
}

.info-hidden-block ol li {
    margin: 0 0 15px 35px;
    counter-increment:section;
    height: 1%
}

.info-hidden-block ol li:before {
    float: left;
    text-align: center;
    content: counter(section);
    margin: 0 0 0 -35px;
   /*  color: #008a5f; */
    font-weight: 700;
}

.banner-block {
    margin-bottom: 40px;
    /* background-color: #00935f;
    padding: 23px 0 23px 0; */
}

.banner-block a {
    display: block;
}

.banner-block a img {
    width: 100%;
    max-width: 100%;
}


/*contacts*/
.contacts {
    background-color: #ececed;
    padding: 40px 4% 50px 4%;
    border-bottom: 1px solid #9c9ca0;
}

.contacts-left {
    float: left;
    width: 500px;
    margin-right: 2.4%;
}

.contacts-left-top {
    /* margin-bottom: 20px; */
}

.contacts-left .logo {
   float: left;
    position: relative;
    left: auto;
    top: -8px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-right: 15px;
}

.license {
    color: #504e53;
    font-size: 90%;
}

.contacts-map-wrapper {
    position: relative;
    padding-bottom: 81.2%;
}

.contacts-map-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contacts-right {
    overflow: hidden;
}

.contacts-right-top-wrapper {
    padding-bottom: 5px;
}

.contacts-phone-top-wrapper > div {
    display: inline-block;
    /* padding: 0 15px 15px 0; */
    vertical-align: top;
}

.contacts-right-top {
    color: #96969a;
    font-size: 120%;
    line-height: 1.2;

}

.contacts-right-top span {
    font-weight: 700;
    color: #00935f;
}

.contacts-bottom > div {
    width: 48%;
}

.contacts-bottom p {
    padding-bottom: 7px;
}

.contacts-bottom-top {
    font-weight: 700;
    padding-bottom: 10px;
}

.contacts-bottom a {
    color: #504e53;
    text-decoration: none;
}

.contacts-bottom a:hover {
    text-decoration: underline;
}

.contacts-phone-block {
    margin-top: 0px;
}

.contacts-phone-top {
    /* color: #96969a; */
    font-size: 100%;
	margin-top: 10px;
    margin-bottom: 5px;
}

.contacts-phone {
    color: #00935f !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 120%;
}

.contacts-social-wrapper {
    margin-top: 12px;
}

.contacts-social-top {
    font-size: 115%;
    margin-bottom: 10px;
}

.social-list {
    list-style-type: none;
}

.social-list li {
    display: inline-block;
    margin: 0 7px 10px 0;
}

.hidden-desktop {
    display: none;
}

.social-list li .social-box {
    padding: 14px 12px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    height: 42px;
}

.social-list li .social-box:hover {
    text-decoration: none;
}

.social-list li .social-box.facebook {
    background-color: #3a5795;
}

.social-list li .social-box.vk {
    background-color: #0077ff;
	padding-left: 7px;
  border-radius: 12px;
}
.social-list li .social-box.tg {
  background-color: #24A1DE;
padding-left: 9px;
}

.social-list li .social-box.twitter {
    background-color: #55acee;
}

.social-list li .social-box.ins {
    background-color: #517fa4;
}

.social-list li .social-box i {
    padding-right: 10px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: 'fontawesome-webfont' !important;
    font-size: 16px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/*footer*/
footer {
    padding: 20px 4% 20px 4%;
    background-color: #ececed;
}

.footer-copy {
    float: left;
    font-size: 85%;
}

.footer-info {
    float: right;
    max-width: 50%;
}

.footer-info a {
    color: #504e53;
	font-size: 85%;
}
/*new 13-08*/
.main-menu {
    position: absolute;
    right: 2px;
    top: 34px;
    z-index: 2600;
}

.main-menu > ul {
    list-style-type: none;
    display: none;
    background: rgba(59, 166, 128, 0.9);
    min-width: 200px;
    position: absolute;
    right: 0;
	//position:fixed;
    //height: 100vh;
    top: 20px;
    z-index: 1200;
padding: 0 10px 0 10px;}

.main-menu > ul > li {
    display: block;
    padding: 10px 0 10px 0px;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.main-menu > ul > li:last-child {
     
    border-bottom: none;
}
.main-menu > ul > li:first-child {
    margin-left: 0;
}
.main-menu > ul > li >  b{
	text-transform: uppercase;
	
}
.main-menu > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    //text-transform: uppercase;
    padding: 3px 5px  3px 5px;
    line-height: 20px;
    position: relative;
	white-space:nowrap;
    z-index: 3500;
    display: block;
}

.main-menu > ul > li > a:before, .main-menu > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}

.main-menu > ul > li > a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.main-menu > ul > li > a:hover {
    color: #fff;
	text-decoration:underline;
}

.main-menu .m-menu {
    display: block;
    cursor: pointer;
    text-align: center;
}

.main-menu .icon-hamburger-wrap {
    display: inline-block;
    width: 28px;
    height: 17px;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 0;
    margin-top: 2px;
	z-index:3510;
    vertical-align: top;
}

.main-menu .icon-hamburger-wrap .icon-bar {
    background: #856395;
    display: block;
    height: 3px;
    margin: 0;
}

.main-menu .icon-hamburger-wrap .icon-bar:nth-child(2) {
    margin-bottom: 8px;
    margin-top: 8px;
}

.main-menu .m-menu .icon-bar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    -o-transition: -o-transform 0.1s ease;
    -ms-transition: -ms-transform 0.1s ease;
    -moz-transition: -moz-transform 0.1s ease;
    transition: transform 0.1s ease-in;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.main-menu .m-menu.open .icon-bar:nth-child(1) {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(45deg);
    -o-transform: translate3d(0, 8px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.main-menu .m-menu.open .icon-bar:nth-child(2) {
    opacity: 0;
}

.main-menu .m-menu.open .icon-bar:nth-child(3) {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -14px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -14px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -14px, 0) rotate(-45deg);
    transform: translate3d(0, -14px, 0) rotate(-45deg);
}


@media only screen and (min-width: 1301px) {
	.info-left-text {
	 font-size: 100% !important;
	 
	}
	.info-left-text  strong{ font-size: 110% !important;}
	
}

@media only screen and (max-width: 1060px) {
	
	.info-left-text {
        
        font-size: 130% !important;
		     
    }

	
}
	
	@media only screen and (max-width: 1300px) {

    html, body {
        font-size: 16px;
    }

    .main-section {
        width: 96%;
    }

    .main-section-2 {
        min-width: 100%;
    }

    /*header*/
    
    /*main-slider*/
    /*main-slider*/
    .slider-1-list li {
        background-size: cover !important;
    }

    /*info-links-wrapper*/


    /*info-block*/
    .info-left-bottom-list li {
        vertical-align: top;
        font-size: 100%;
    }
	
    /*contacts*/
    .contacts-left .license {
        font-size: 100%;
    }

    .social-list li .social-box {
        width: 120px;
    }

    /*main-slider*/
    .slider-1-list li {
        background-size: cover !important;
    }

    .slider-1-text {
        top: 45%;/* 157px; */
        font-size: 150%;
    }

    /*info-block*/
    .info-left-bottom-list {
        text-align: center;
    }
    
    .info-left-bottom-list li {
        margin-bottom: 20px;
    }

    .info-left-image {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .info-left-text {
        padding: 0 5% 20px 5%;
        font-size: 110%;
		    text-align: center;
    }

    .chosen-select-wrapper {
        margin-bottom: 20px;
    }

    /*contacts*/
    .contacts-bottom > div {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .contacts-social-wrapper {
        margin-top: 15px;
    }

}

@media only screen and (max-width: 1210px) {


    /*header*/


    /*main-slider*/
    .slider-1-list li {
        background-size: cover !important;
    }

    .slider-1-text {
        top: 40%;/* 177px; */
        font-size: 208%;
        padding: 15px 5% 15px 7%;
    }

    .slider-1-menu li a {
        width: 99%;
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
        background-color: #3aa680;
        height: 80px;
        position: relative;
        text-align: center;
    }

}

@media only screen and (max-width: 1105px) {
	
	.contacts-left .header-call{width:100%;}
	.header-call:last-child img{margin-top:-20px;}
	
	.geo.main-section{
		margin-top: -50px;
	}
	.contacts-phone-top-wrapper > div{
		display: block;
	}
	.header-search {
		position: absolute;
		right: 45px;
		top: 48px;
	}
    html, body {
        font-size: 13px;
    }
	 .contentPost, .headPost, .main-content  /*p*/ {
        font-size: 16px;
    }
    /*header*/
    header {
        min-height: 0;
        padding: 15px 0 15px 0;
        text-align: center;
    }

    .logo {
		display: block;
		position: relative;
		margin: 0 auto;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
    }

    .header-info {
        position: relative;
        left: auto;
        top: auto;
        display: block;
        margin-bottom: 25px;
        margin-top: 55px;
		text-align: left;
    }

    .header-info > div {
        float: none;
        display: inline-block;
        text-align: left;
    }

    .header-menu {
		position: absolute;
		right: 0px;
		top: 148px;
		display: inline-block;
    }


    /*info-links-wrapper*/
    .info-link-list {
        width: 90%;
    }
    .info-link-list > li {
        width: 46.5%;
    }




    /*info-block*/
    .info-block {
        margin-bottom: 20px;
    }

    .info-left {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
        background-color: #e2dde6;
    }

    .info-right-list-text {
        font-size: 13px;
    }

    .info-left-top {
        padding: 15px 2% 15px 2%;
        margin-bottom: 20px;
    }

    .info-left-image {
        margin-bottom: 20px;
    }

    .info-right {
        overflow: auto;
    }

    .info-right-heading {
        padding-bottom: 17px;
    }

    .info-hidden-block {
        padding: 45px 10px 15px 10px;
        position: relative;
        right: auto;
        top: auto;
        min-height: 0;
        max-height: none;
        height: auto;
        width: 100%;
    }


    .banner-block {
        margin-bottom: 20px;
        padding: 15px 0 15px 0;
    }

    /*contacts*/
    .contacts {
        padding: 20px 2% 20px 2%;
        text-align: center;
    }

    .contacts-left {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .contacts-left .logo {
        float: none;
        position: relative;
        left: 50%;
        top: auto;
        margin: 0 0 15px -140px;
    }

    .contacts-bottom {
        text-align: left;
    }

    /*footer*/
    footer {
        padding: 20px 2% 20px 2%;
        text-align: center;
    }

    .footer-copy {
        float: none;
        font-size: 100%;
        margin-bottom: 15px;
    }

    .footer-info {
        float: none;
        max-width: 100%;
    }

    .hidden-desktop {
        display: block;
        padding-bottom: 15px;
    }

    .hidden-mob {
        display: none;
    }

    .header-submenu > ul > li::before {
        top: 12px;
    }



}


@media only screen and (max-width: 767px) {
	
	
	.indicat_table{width:100% !important;}
	
	
	.geo.main-section{
		margin-top: -25px;
	}

	.main-menu > ul{width: 95vw;right:0;}/*-85-*/

	.main-menu > ul > li > a {
		 
		white-space:normal;
		width:100%;
		 
	}

    /*header*/
    .header-search {
        display: none;
    }


    .header-menu {
        display: block;
        text-align: center;
    }

    .header-menu > ul {
        display: inline-block;
		z-index: 10;
    }





    .header-menu > ul > li:hover   .header-submenu {
        display: none;
    }

    .header-menu > ul > li > a > span {
        max-width: 65px;
        font-size: 13px;
    }



    /*main-slider*/
    .slider-1-text {
        padding: 15px 2% 15px 3%;
        /* top: 100px; */top:35%;
    }

    .slider-1-menu {
        text-align: center;
    }

    .slider-1-menu {
        display: block;
    }

    .slider-1-menu li {
        display: inline-block;
        margin-bottom: 10px;
    }

    .slider-1-menu li {
        width: 32.2%;
        font-size: 15px;
    }

    .slider-1-menu li a {
        height: 65px;
    }


    /*info-block*/
    .info-right-list {
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .info-right-list > li {
        width: 99%;
        margin: 0 0 20px 0%;
    }





}

@media only screen and (max-width: 734px){
	
	.contacts-left .header-call{width:100%;}
	header .header-call.regions:first-child{display:none;}
	.header-info{
		text-align: center;
		margin-top: 40px;
	}
	.header-delivery {
		margin-left: 44px;
	}
	.header-menu{
		position: relative;
		top: 0;
		right: 0;		
	}
	.header-menu > ul > li:last-child{
		margin-right: 0px;
	}
}

@media only screen and (max-width: 639px) {

    .header-menu > ul > li {
        margin: 0 15px 15px 0;
        text-align: left;
        vertical-align: middle;
        position: relative;
    }

    .header-menu-list > li:nth-child(2) .header-submenu {
        left: auto;
        right: 0;
    }

    
    .header-submenu {
        min-width: 300px;
		    background: rgba(133, 99, 149, 0.9);
    }
	.header-submenu:before {
    content: '';
    position: absolute;
    display: block;
    left: 70px;
    top: -30px;
    border: 10px solid transparent;
    border-bottom: 20px solid rgba(133, 99, 149, 0.9);
    opacity: 0.9;
}
	.second-submenu{left: -90px !important;}
.header-submenu > ul > li a {font-size: 102%;}

    .info-link-list > li {
        width: 98.5%;
        margin: 0 0 10px 0;
    }



    .slider-1-menu {
        position: relative;
        left: auto;
        top: auto;
    }

    .slider-1-menu li {
        width: 99.0%;
    }

    .slider-1 .bx-wrapper {
        display: none;
    }

    .info-hidden-block {
        padding: 45px 10px 15px 10px;
        position: fixed;
        right: auto;
        left: 0;
        top: 0;
        min-height: 100%;
        max-height: none;
        height: 100%;
        width: 100%;
        overflow-y: scroll;
    }

    .info-links-wrapper {
        text-align: center;
    }
    
    .info-link-list {
        display: inline-block;
        width: 250px;
        text-align: left;

    }

    .info-link-list > li {
        display: block;
        text-align: left;
        width: auto;
        margin: 0 0 20px 0;
    }


}

@media only screen and (max-width: 768px){
	.logo {
		width: 200px !important;
		height: 52px;
		margin: 0;
		margin-left: 15px;
	}
	.main-menu .icon-hamburger-wrap{
		margin-top: -5px;
	}
	.contacts-left .logo{
		width: 200px;
		height: 52px;
		margin: 0 auto;
		left: 0;
		margin-bottom: 20px;		
	}
	.header-info{
		margin-bottom: 15px;
		transform: none;		
	}
	.header-menu{
		transform: none;
	}
	.header-info > div{
		float: none;
		display: inline-block;
		text-align: left;
		margin: 0px 1%;
	}
	.header-menu > ul > li{
		display: inline-block;
		margin: 0;
		margin-bottom: 30px;
	}
}
.secondMenu .btn-group {
    width: 33.3333333%;
	background-color:#00935f;
}
.secondMenu .btn-group:hover {
     
	background-color:#45b08a;
}
.submenu-item {
    text-align: center;
    float: none;
}
.secondMenu {
    background-color: #0c7037;
	margin-bottom:24px;
}

.w100p {
    display: table;
}
.w100p {
    width: 100% !important;
    padding: 0;
}


.submenu-item {
    text-align: center;
    float: none;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: none;
}
.btn-group-vertical > .btn, .btn-group > .btn  {
    color:#fff;font-size:18px;
}

h1{	
	color:#45b08a;    
	font-size: 22px;
    margin-top: -24px;
    margin-bottom: 8px;}


.contentPost  li{margin-left:20px;padding-left:10px;}
.main-content a{color:#00935f;}
.main-content a:hover{color:#45b08a;}
.submenu-item a:hover{color:#fff;}
.slider-1-menu a:hover{color:#fff;}
.contentPost {margin-bottom:24px;}
.content-Post p{line-height: 24px;
    font-size: 18px;}
	
	
.image img{width:100%;}	
.news_list .item {margin-bottom:24px;}


.tabmenu li {
    float: left !important;
	list-style: none;  
}
.mb24{margin-bottom:24px;}
.mb12{margin-bottom:12px;}
.news-main .info-right-list-text span{font-size:12px;}

.all-date{float:right;}
.tp-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 20px;
	    
}
.tp-btn:hover{color: #fff;}
.mb10{margin-bottom:10px;}
.tp-btn-orange{background-color: #856395;margin-bottom:3px;}
.tp-btn-orange:hover{opacity:0.8;}
.tp-btn-orange:hover a{color:#fff;}

form[name="SIMPLE_FORM_2"] .win_box li{list-style: none;
	
	
}
form[name="SIMPLE_FORM_2"] .win_box table{width:100%;}
form[name="SIMPLE_FORM_2"] .win_box {
    background-color: #fff;
    border: 1px solid #dadcdd;
    display: none;
     left: 5%;
    width: 90%;
    text-align: center;
    padding: 10px 15px 10px 22px;
     position: absolute;
	 margin:0 auto;
   // top: -16px;
   
    z-index: 100;
    border-radius: 10px;
    display: none;
}

@media only screen and (max-width: 767px) {
	
	
	
	
	
	
form[name="SIMPLE_FORM_2"] .win_box {
    
	 margin:0 auto;
    
left:0;



}
.info-link-list {padding:0;}
}

.tp-btn-orange,.main-content a.tp-btn {color:#fff !important;}  
.btn:hover{opacity:0.6 !important;}

.prava h3{
	background:#e2dde6;
	color:#504e53;
	text-align:center;
	padding:24px;
	font-size:18px;
	display:block;
	
	}
 .prava .h3{
	background:#e2dde6;
	color:#504e53;
	/* text-align:center; */
	 padding:24px;
	 font-size:16px;  
	display:block;
	
	}
	
	
 .prava .h4{
	background:#ececee;
	 color: #504e53;
	/* text-align:center; */
	 padding:24px;
	 font-size:14px;  
	display:block;
	
	}
.prava .h4>div>div{
color: #504e53;


}	
	 .prava .h4 span{
	 
	color:#019360 !important;
	 
	
	}
	
.prava .split{
	border-bottom:solid 1px #008a5f;
	margin:24px 0;
	width:100%;
	display:block;
	}	
.prava h3 a{color:#856395;font-size:18px;text-decoration:none;border:none;}
.prava h4 {text-align:center;margin-bottom:24px;color:#00935f;font-size:18px;text-decoration:none;border:none;}
.prava h4 img{margin-bottom:24px;}

@media only screen and (max-width: 767px) {
.prava h3 a.tp-btn-orange{color:#856395;font-size:13px;text-decoration:none;border:none;}
.mo-list-btn, .tp-btn-orange, .main-content a.tp-btn{font-size:13px;}
.footer-section{text-align:center;}
.footer-section .btn{float:none  !important;}
.header-submenu:before{left:50px;} 
.header-submenu.second-submenu:before{left:170px;} 
}
@media only screen and (min-width: 768px) {

.not-red.control-label{float:left;}
.prava p{padding:0 48px;text-align:justify;}
.prava ul{margin:0 48px;text-align:left;}
.prava ul{margin:0 48px;text-align:left;}


}
.prava li  { text-align:justify;}
.prava li p{padding:0;text-align:justify;}

 .htg   p{padding:0;text-align:justify !important;}
 .htg  .h3 li{     margin-left: 20px !important ;  
      padding-left: 10px !important;  }






.social-list li .social-box{
	
	width: 42px;
    border-radius: 50%;
    bor-der: 2px solid #96969a;
	    padding: 7px 9px;
		font-size:24px;
	
	
}


trrr {
    font-family: "Roboto Condensed", ​sans-serif !important;
}


.doc_list{background-color:#e6e8eb;padding:1px 0;}
.doc_list .item{background-color:#fff;padding:12px;margin:10px;}
.doc_list .item .fa{font-size:36px;margin-right:13px;margin-top:2px;}
.doc_list .item .text{margin-bottom:10px;}
.doc_list .item .text a{color:#62656a;font-size:18px;}
.news_list .item{margin-bottom:10px;}
.news_list h3{margin:-8px 0 0 0;}
.news_list .text{margin-bottom:36px;}
.mt12 {margin-top:12px;}


.qa2016{padding: 12px 0;font-weight:normal !important;}
 .news_list .text p{margin-top:10px;}
 
 
 
 
 /* feedback*/
 label.uploadbutton .button {    margin: 0 20%;}
 
 form .info label {font-weight:normal;font-size:14px;} 
 form .info .checklabel:after {display:block;margin-bottom:12px;}
 form .info * {font-weight:normal;font-size:14px !important;}
 .feedback-top div{margin-bottom:12px;}
 
 
 /* ez*/
 
 .topInfo{    background: #e2dde6;
    color: #504e53;padding:12px!important;margin-bottom:24px!important;
	border-radius:0 !important;
	border:none!important;}
#oms{border-radius:0 !important;
	border:none!important;}
#oms label{font-weight:normal;}	
	
#oms h3{font-weight:normal;margin-bottom:12px !important;}		
	
	
	
.contacts-right{font-size:14px;}	



.top-head {margin:24px 0;}
.top-head .docs{text-align:left;padding-left:22px;color: #504e53;}
.top-head .docs1{text-align:left; color: #504e53;padding:12px;margin:0 !important;background:#fff;}
 .top-head #rd{text-align:left;  font-size:14px !important;color: #504e53;padding:12px;margin-bottom:24px;;}
 .top-head #rd p{text-align:left;  font-size:14px !important;color: #504e53; margin:0 !important;}
.type_2_docs{margin:0 !important;}
.prava  .docs1 ul{margin-left:0;padding-left:0;}
.top-head span{text-transform:uppercse;font-weight:bold;}
.top-head img{clear:both;height:70px;margin-bottom:24px;}
 .top-head img.sm{ height:20px;margin-right:12px;float:left;clear:none;margin:0;}
.top-head div{color:#00935f;margin-bottom:24px;}


h3{font-size:19px;}



@media only screen and (max-width: 1056px) and (min-width: 900px){
.contacts-bottom > div {
    width: 48%;
    float: left;
    margin-bottom: 15px;
}


 
}
@media only screen and (max-width: 1056px) and (min-width: 700px){
 


.footer-copy, .footer-info{
	
	 width: 50% !important;
    float: left;
	
	
	
}
.footer-copy {
	
	text-align:left;
	
	
	
}

.footer-info{
	
	text-align:right;
	
	
	
}
}
 

.top-head .btn-default {
	outline:none  !important;
color:#856395;
background:#fff; 
font-size:14px;
font-weight:normal !important;}

.top-head  .btn-default.active, .top-head  .btn-default:hover{
	color:#fff;
	background:#856395 !important;
	}
.top-head  .docs1  {background:#fff !important;}	
.top-head  .docs1 ul{margin:0 !important;}
.top-head  .docs1 ul .type_2_docs{text-align:left;color:#504e53;}

.top-head .zm{color:#504e53;}

.top-head  .dropdown-menu > li > a 	{white-space:inherit;border-bottom: 1px solid #cfcfcf;}
	
.top-head  .dropdown-menu  ,.top-head  .dropdown-menu li{margin:0 !important; padding:0 !important;}
 
 
 .top-head #dropdownMenuLink{white-space: inherit;}
 
 
.tabs .nav-tabs li.fancyTab  a {text-align:center;}


.mo-list-btn, .mo-list-btn:hover {
    padding: 8px;
    background-color: #7A668F;
    color: #fff !important;
    margin-top: 12px;
	margin-left:12px;
}

.maincontent h3{text-align:center;}

.contentPost p {
margin: 0 0 10px;  }



/* .news_list .text{margin-left:36px;} */

.news_list .prev{float:left;margin-bottom:24px;margin-right:24px;}


.indicat_table tr:first-child{background-color:#eee;}
.indicat_table tr:first-child td{font-weight:bold;vertical-align:top;text-align:center;padding:10px;}
.indicat_table td{border:1px solid #ccc;padding:12px;line-height:15px;vertical-align:middle;font-size:15px;}
.indicat_table td p{margin:0;text-align:left;font-size:15px;}
.many_cols{width:50%;}

.pname {font-size:16px ;}
.pname .info {margin-right:6px !important;}
 #form-result {margin-bottom:64px;}
 
 
.topInfo.text-center h3, #oms h3{color:#45b08a !important;margin:6px auto 24px;}

.pname a{margin-top:0px !important;}
.masonrys.collection a{ color: #000 !important; text-decoration:none !important;}
img[src="/upload/icons/clock.svg"] {
  margin-top: 4px;
}


.w-h, .way {font-size: 14px !important;}





.hidden{display:none;}

#oms .send {margin-top:24px;}
.inpFileBlock input[type="file"] {
    display: none;
}

  #form-result h2{color:#856395;font-weight:normal; font-size:22px;}
  
  input[type=radio] + span {font-size:14px;top:2px !important;}

.addFile {
    background-color: #00935f ;
    border: 1px solid #00935f ;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
	display: inline-block;
	margin-top:24px;
    padding: 5px;
}


.section-header .col-md-6 #Is-zak-pr {margin-left:-6px;}



.topInfo span[style*="color: #197B30 !important;font-size:18px;font-weight:bold;"]{
	//color:red !important;
	
}

.title.title_news{clear:both;margin-top:34px;}
.list.tabmenu{margin: 24px 0 64px;}

#on-list {margin-bottom: -36px !important;}

.mo-list-btn, .mo-list-btn:hover{margin-top:-24px;background:#fff;color:#45b08a !important;float:left;}
.mo-list-btn i {display:none;}


#fancyTabWidget b{color:#7d7f7d;margin-top: 34px;
    display: block;}
	
	
	.info-elements.info-hidden-block *{font-size:14px;}
	 h2.h2{color:#45b08a !important;font-size:18px !important;}
	 
	 
	 
	 
	 
.green{color:#45b08a;}


.pi h2, h2{color:#45b08a;margin:24px auto;font-size:20px;}

.pi h3{color:#45b08a;margin:24px auto 4px;font-size:18px;}


.prava b{color:#7d7f7d;}


#main-c .detail_picture	{    float: left;
    margin-right: 12px;}
	
	
	
.red{color:#ff6565 !important;}




#main-c .docname{
	
	    margin: 24px 0;
    font-weight: normal;
    color: #504e53;
	font-size:18px;
	
	
}
#main-c .greendate{
	
	    margin: 12px 0 0;
    font-weight: normal;
	font-size:14px;
     color:#856395;
	
	
}


#main-c ol li{margin-left:24px;padding-left:12px;}




.reviews .review_text img{width:500px !important;}



@media only screen and (max-width: 767px) {
	.address_list{margin-bottom:68px !important;} 
	
	.reviews .review_text img{width:100% !important;}
	.contacts-bottom{text-align:center;}
}


.address_list{margin-bottom:48px;} 


.contentPost	p,.contentPost	 li {text-align:justify;}



.job, .job img{margin-bottom:36px;}

.button-GU{


 

 
justify-content: center;
align-items: center;
padding: 7px 50px;

 
width: 100%;
height: 50px;
 
 
font-weight:200;
 
//font-family: 'Source Sans Pro', sans-serif;
background: #FFFFFF;
 text-transform:uppercase;
color:#0D4CD3;
border: 1px solid #0D4CD3;
box-sizing: border-box;
border-radius: 3px;

}

 .form_policy button.next{height: 50px !important;}
 
 .input-_cost button{height: 56px !important;}
 
 
 
 @media only screen and (max-width: 1024px) {
	
	
	.button-GU{


 

 
 
padding: 7px 0px;

 

}
	
	
	
 }
 
 
 @media print {   
	header, footer,.contacts.main-section,.geo.main-section, .slider-1    {display:none !important;} 
	 
	header { background: #000; color: #fff; padding: 1rem;
font-family: Avenir, Arial, sans-serif; }
}


@media screen and (max-width:1024px){
	
	.slider-1.main-section{dis-play:none;}
	.prch{display:block;}
	 #main-c > section.info-links-wrapper.main-section > li{display:none;}
	
}

 @media screen and (max-width:1107px){
	
	 
	.prch{display:block  !important;}
	 
	
}


@media screen and (min-width:640px){
	
	 
	 #main-c > section.info-links-wrapper.main-section > li{display:none !important;}
	
}

/* .info-link-list > li   a:before {
    background: unset !important;
    background-size: 100% 100%;
}

.info-link-list > li a span {color:#555;} */        




.op .form b{font-size:18px !important;
}







html body .bvi-body .main-menu .icon-hamburger-wrap .icon-bar {
    background: #000 !important;
    display: block;
    height: 3px;
   
}


html body .bvi-body .main-menu{top:0;}