@font-face{font-family:"Awesome";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}
body {
	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-size: 16px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #999;
}
h1, h2, h3, h4, h5, h6, .h1-like, .h2-like, .h3-like {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 800;
	text-align: center;
}
h1, .h1-like {
	color: #000;
	font-size: 25px;
	line-height: 25px;
	font-weight: 800;
	display: block;
}
h2, .h2-like {
	font-size: 24px;
	margin-bottom: 40px;
}
h3, .h3-like {
	font-size: 24px;
}
ul.list-style, .block-blockService .tab-content ul {
  list-style: none; 
  margin-left: 0;
  padding-left: 1em;
}

ul.list-style  li::before, .block-blockService .tab-content ul  li::before{
  content: "\2022";  
  color: #03a5b0; 
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.yellow {
	color: #f0c970;
}
.btn {
	white-space: normal;
	text-decoration: none;
	transition: all 0.3s ease;
}
.btn.active.focus, .btn.active:focus,
.btn.focus, .btn:active.focus, 
.btn:active:focus, .btn:focus {
	outline: none !important;
	text-decoration: none;
	box-shadow: none !important;
}
.btn {
	border-width: 2px;
	font-family: 'Open Sans', sans-serif;
}
.btn-default {
	background: #ffb400;
	text-decoration: none;
	padding: 10px 40px;
	color: #000;
}
.btn-default:hover {
	color: #000;
	background: #f9de9f;
}
.btn-white {
	background: #fff;
	border-color: #047f91;
	padding: 7px 20px;
	color: #047f91;
}
.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):hover, .btn-white:not(:disabled):not(.disabled):active, .show>.btn-white.dropdown-toggle {
    border-color: #ffb400;
    color: #ffb400;
}

.btn-primary {
	background: #047f91;
	border-color: #047f91;
	color: #fff;
	padding: 7px 20px;
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffb400;
    border-color: #ffb400;
}
.btn-link {
	color: #000;
}
.btn-dashed {
    padding: 10px 15px;
    margin-bottom: 20px;
    outline: 1px dashed white;
    outline-offset: -5px;
}
.font-os {
	font-family: 'Open Sans', sans-serif;
}
.font-small {
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
img.float-right {
	margin-left: 20px;
}
@media (min-width: 768px) {
	h1, .h1-like {
		font-size: 36px;
		line-height: 48px;
	}
	h2, .h2-like {
		font-size: 32px;
	}
	.btn-primary {
		padding: 7px 40px;
	}
}
.company-logo {
        background: url(images/logotypeVert.jpg) no-repeat;
        background-size: contain;
        display: block;
        text-indent: -999px;
        overflow: hidden;
        width: 95px;
        height: 80px;
        max-width: 294px;
        margin: 0 auto;
}
header.header-page {
	border-top: 3px solid #eaf2f8;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	z-index: 10;
        position: relative;
	box-shadow: 0 8px 8px -5px rgba(0,0,0,.25);
}
header.header-page .list-contacts {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
}
header.header-page .list-contacts li {
        display: block;
        float: left;
        font-weight: bold;
        color: #000;
        font-size: 12px;
        line-height: 16px;
        position: relative;
        padding-left: 25px;
        padding-right: 10px;
	padding-top: 5px;
}
header.header-page .list-contacts  li:last-child {
	padding-right: 0;
}
header.header-page .list-contacts li::before {
        width: 20px;
        height: 20px;
        text-align: center;
        padding-top: 2px;
        font-family: "Font Awesome 5 Free";
        display: block;
        border-radius: 100%;
        color: #fff;
        content: "";
        background: #a0c1c3;
        position: absolute;
	top: 5px;
        left: 0px;
        font-size: 10px;
}
header.header-page .list-contacts  li:first-child::before {
        content: "\f3c5";
}
header.header-page .list-contacts  li:nth-of-type(2)::before {
        content: "\f0e0";
}
header.header-page .list-contacts  li:nth-of-type(3)::before {
        content: "\f095";
}
header.header-page .list-contacts a {
        font-size: 12px;
        display: block;
        font-weight: bold;
        color: #000;
        text-decoration: none;
}
header.header-page .list-contacts  li .list-contacts__label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	display: block;	
	color: #6a6a6a;
	padding-bottom: 0;
}
header.header-page .list-contacts li small {
        font-size: 9px;
        color: #6a6a6a;
}
header.header-page .header-menu {
	border-top: 2px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}
.dropdown-toggle::after {
    color: #ccc;
    vertical-align: .1em;
 }
header.header-page .btn {
	font-size: 13px;
}
header.header-page .btn-white {
	margin-right: 15px;
}
.social-icons a {
	color: #a0c1c3;
	margin-left: 15px;
	font-size: 26px;
	transition: all 0.3s ease;
}
.social-icons a:hover {
	color: #ffb400;
}
@media (min-width: 576px) {
	header.header-page .list-contacts {
		padding-top: 20px;
	}
	header.header-page .list-contacts li {
	        width: 33%;
		padding-top: 0;
	}
	header.header-page .list-contacts li::before {
		top: 10px;
	}
	header.header-page .btn {
		font-size: 14px;
	}
}
/*MAIN MENU*/
.navbar-nav {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-decoration: none;
    padding-right: 2rem;
}
.dropdown-item.active, .dropdown-item:active {
        background-color: #047f91;
}
@media (min-width: 768px) {
	.company-logo {
		background-size: inherit;
		width: 128px;
	        height: 120px;
	}
	header.header-page {
		box-shadow: 0 8px 25px -5px rgba(0,0,0,.25);
	}
	header.header-page .list-contacts {
		padding-left: 40px;
		/*padding-right: 0;*/
	}
	header.header-page .list-contacts  a{
		font-size: 14px;
	}
	header.header-page .list-contacts  li{
		font-size: 14px;
		line-height: 20px;
		padding-left: 50px;
		padding-right: 20px;
	}
	header.header-page .list-contacts  li::before {
		width: 40px;
		height:40px;
	        padding-top: 10px;
		font-size: 14px;
	}
	header.header-page .list-contacts  li small {
		font-size: 11px;
	}
	.social-icons a {
		margin-left: 20px;
	}
}
@media (min-width: 992px) {
	.company-logo {
		background: url(images/logotypeHor.jpg) no-repeat;
		width: 105%;
		height: 90px;
	}
	header.header-page .list-contacts  li{
		padding-left: 60px;
	}
}
@media (min-width: 1200px) {
	.company-logo {
		width: 100%;
	}
	header.header-page .list-contacts  li{
		font-size: 16px;
	}
	header.header-page .list-contacts  a{
		font-size: 16px;
	}
	header.header-page .list-contacts  li small {
		font-size: 12px;
		color: #6a6a6a;
	}
}
/*BLOCKS*/
.block {
	margin: 50px 0;
}
/*BLOCK MAINSLIDER*/
.block-blockMainSlider {
        background: #ecf4fa;
        color: #000;
        font-weight: bold;
        font-size: 21px;
        line-height: 22px;
        padding: 20px 0 200px;
        margin: 0;
}
.block-blockMainSlider .image {
        background: url(images/printer-image.png) bottom right no-repeat;
        background-size: contain;
        min-height: 250px;
        width: 100%;
        position: relative;
        left:0;
}
.block-blockMainSlider .title {
        padding-top: 30px;
}
.block-blockMainSlider .title span {
        display: block;
        font-weight: 900;
        font-size: 53px;
        line-height: 70px;
}
.block-blockMainSlider .title span:first-child {
        font-size: 32px;
        line-height: 10px;
}
.block-blockMainSlider .delivery {
        text-transform: uppercase;
        position: relative;
        display: block;
        text-decoration: none;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 9px;
        font-weight: bold;
        padding-left: 10px;
        padding-top: 3px;
        margin-top: 25px;
        width: 100%;
        padding-bottom: 3px;
        background: url(images/delivery.png) no-repeat 5px 4px #ffb400;
        background-size: 19px;
}
.block-blockMainSlider .delivery .icon-quest {
        position: absolute;
        font-size: 23px !important;
        top: 1px;
        right: 30px;
        color: #f9de9f;
        z-index: 99;
}
.tooltip-inner {
    background: #ffb400; 
    color: #fff;
    background: -webkit-linear-gradient(top, #cc9000 0%,#ffb400 44%,#fdc131 100%); 
    background:    -moz-linear-gradient(top, #cc9000 0%,#ffb400 44%,#fdc131 100%); 
    background:   linear-gradient(to bottom, #cc9000 0%,#ffb400 44%,#fdc131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#fdc131',GradientType=0 ); 
}
.tooltip.top .tooltip-arrow {
    border-top-color: #fdc131;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #fdc131;
}
.service-list-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-list-icons li {
        display: block;
        float: left;
        width: 20%;
        font-weight: 500;
        overflow-wrap: break-word;
        text-align: center;
        font-size: 10px;
        padding: 0px 0px;
        line-height: 12px;
}
.service-list-icons li  a {
	text-decoration: none;
}
.service-list-icons li  a:hover {
	color: #047f91;
}
.service-list-icons li a::before {
        display: block;
        content: "";
        width: 65px;
        height: 65px;
        background: #a0c1c3;
        background-size: cover;
        margin: 0 auto 10px;
        border-radius: 100%;
}
.service-list-icons li.service1 a::before  {
	background-image: url(images/service1.jpg);
}
.service-list-icons li.service2 a::before  {
	background-image: url(images/service2.jpg);
	background-position-x: -90px;
}
.service-list-icons li.service3 a::before  {
	background-image: url(images/service3.jpg);
}
.service-list-icons li.service4 a::before  {
	background-image: url(images/service4.jpg);
	background-position-x: -90px;
}
.service-list-icons li.service5 a::before  {
	background-image: url(images/service5.jpg);
	background-position-x: -20px;
}
.service-list-icons::after {
	content: "";
	clear: both;
	display: block;
} 
.block.block-blockMainText {
	margin: 0;
}
.block-blockMainText .container {
        background: #fff;
        margin-top: -220px;
        padding-top: 30px;
        z-index: 20;
        position: relative;
        padding-bottom: 20px;
        box-shadow: 0 8px 25px -5px rgba(0,0,0,.25);
}
@media (min-width: 576px) {
	.block-blockMainSlider .image {
	        width: 125%;
	        left: -25px;
	}
	
	.block-blockMainSlider .delivery {
		padding-left: 0;
		width: 120%;
	}
	
}
@media (min-width: 768px) {
	.block-blockMainSlider {
	        font-size: 28px;
	        line-height: 30px;
	}
	.block-blockMainSlider .image {
		min-height: 350px;
	}
	.block-blockMainSlider .title {
		padding-top: 60px;
	}
	.block-blockMainSlider .title span{
		font-size: 75px;
	        line-height: 95px;
	}
	.block-blockMainSlider .title span:first-child {
	        font-size: 46px;
	        line-height: 10px;
	}
	.block-blockMainSlider .delivery {
	        font-size: 12px;
	        padding-top: 5px;
	        margin-top: 30px;
	        width: 120%;
	        padding-bottom: 5px;
	        background: url(images/delivery.png) no-repeat 7px 2px #ffb400;
	        background-size: 35px;
	}
	.block-blockMainText .container {
	        margin-top: -230px;
	        padding-top: 50px;
	        padding-bottom: 30px;
	}
	.service-list-icons li {
	        font-size: 13px;
	        padding: 0px 15px;
	        line-height: 16px;
	}
	.service-list-icons li a::before {
	        width: 100px;
		height: 100px;
	        margin: 0 auto 20px;
	}
}
@media (min-width: 992px) {
	.block-blockMainSlider {
		font-size: 36px;
		line-height: 40px;
	}
	.block-blockMainSlider .title {
		padding-top: 80px;
	}
	.block-blockMainSlider .title span {
		font-size: 102px;
	        line-height: 130px;
	}
	.block-blockMainSlider .title span:first-child {
		font-size: 63px;
	}
	.block-blockMainSlider .image {
		min-height: 480px;
		left: -75px;
	}
	.block-blockMainSlider .delivery {
	        font-size: 14px;
	        padding-top: 12px;
	        padding-bottom: 12px;
		width: 110%;
		background: url(images/delivery.png) no-repeat 10px 7px #ffb400;
		background-size: inherit;
	}
	.block-blockMainSlider .delivery .icon-quest {
	    font-size: 25px !important;
	    top: 10px;
	    right: 55px;
	}
	.service-list-icons li {
	    font-size: 18px;
	    line-height: 18px;
	    padding: 0px;
	}
	.service-list-icons li a::before {
		width: 130px;
		height: 130px;
	} 
	.block-blockMainText .container {
	    margin-top: -250px;
	    padding-top: 70px;
	    padding-bottom: 50px;
	}
}
@media (min-width: 1200px) {
	.block-blockMainSlider .title span{
		font-size: 104px;
		line-height: 150px;
	}
	.block-blockMainSlider .image {
		min-height: 508px;
		width: 150%;
	}
	.block-blockMainSlider .delivery {
		font-size: 15px;
		width: 120%;
	}
	.block-blockMainSlider .delivery .icon-quest {
	    right: 35px;
	}
}
.block.block-blockForm {
        margin-top: 0;
        margin-bottom: 20px;
}
.block.block-blockForm .row {
        margin-left: 0;
        margin-right:0;
}
.block-blockForm .container {
    text-align: center;
    background: url(images/form-bg.jpg) no-repeat #308494;
    box-shadow: 0 8px 25px -5px rgba(0,0,0,.25);
    padding: 50px 0;
    color: #fff;
}
.block-blockForm .container .h2-like {
    color: #fff;
    margin-bottom: 20px;
}
.block-blockForm  .input-block {
    width: 50%;
    text-align: center;
    margin: 25px 0;
    float: left;
}
.block-blockForm  input[type="text"]{
    overflow: visible;
    font-size: 12px;
    width: 80%;
    padding: 10px;
    border: none;
    border-radius: 3px;
}
.block-blockForm  .submit-block{
	clear: both;
}
.block-blockForm  .btn {
    margin: 0 auto;
    display: block;
}

@media (min-width: 576px) {
	.block.block-blockForm .row {
	        margin-left: -15px;
	        margin-right: -15px;
	}
}
/*BLOCK SERVICE*/
.nav-vertical {    
    display: block;
    margin-bottom: 20px;
}
.nav-vertical .nav-link::before {
	content: "\f061";
	display: inline-block;
	color: #047f91;
	font-size: 12px;
	margin-right: 5px;
	font-family: "Awesome";
}
.nav-vertical .nav-link  {
	font-weight: 500;
	font-size: 14px;
	color: #6a6a6a;
	padding: 0px 0 10px;
	text-decoration: none;
}
.nav-vertical .nav-link.active {
	color: #000;
}
.nav-vertical .nav-link.active::before {
	color: #000;
}
.bg-blue {
	background: #047f91;
	color: #fff;
}
.form-in-text {
	font-weight: bold;
	padding: 20px;
	margin: 20px 0;
	outline: 1px dashed white;
	outline-offset: -5px;
}
.form-in-text .btn {
	margin: 15px 0;
}
.blue {
	color: #047f91;
}
.w100 {
	width: 100%;
	height: auto;
}
.w40 {
	width: 40%;
	height: auto;
}
@media (min-width: 768px) {
.block.block-blockForm  {
	margin-bottom: 80px;
}
}
@media (min-width: 1200px) {
.nav-vertical .nav-link::before {

	margin-right: 15px;
	}
.nav-vertical .nav-link  {
	font-size: 16px;
	}

}
/*MAP*/
.block-blockMap {
	position: relative;
	margin-bottom: 0;
	margin-top: 100px;
}
.block-blockMap .mapscript {
	background: url(images/loading.gif) center center no-repeat #f7f7f7;
	background-size: 250px;
	height: 430px; 
}
.block-blockMap .ymaps-2-1-73-balloon__close+.ymaps-2-1-73-balloon__content  {
	/*position: absolute;
	top: 150px;
	left: calc( 50% - 150px );*/
	font-family: 'Open Sans', sans-serif;
	width: 300px;
	text-align: center;
	background: #fff;
	padding: 30px 20px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
}
.block-blockMap .ymaps-2-1-73-balloon__content .label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: block;
    color: #6a6a6a;
    padding-bottom: 0;
}
.ymaps-2-1-73-ground-pane {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

footer.footer-page {
	font-family: 'Open Sans', sans-serif;
	background: #0e151b;
	color: #fff;
	font-size: 14px;
	padding: 40px 0;
}
footer.footer-page .list {
	float: left;
	color: #bdbdbd;
	list-style: none; 
	text-align: left;
	min-width: 150px;
}
footer.footer-page .list li {
	margin-bottom: 10px;
}
footer.footer-page .list .title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
footer.footer-page .company-logo {
        margin: 0 0 20px;
        width: 109%;
	height: 60px;
        background-image: url(images/logotypeWhite.png);
        background-size: contain;
}
footer.footer-page .social-icons {
	margin-bottom: 20px;
}
footer.footer-page .social-icons a {
	color: #53575a;
	margin-left: 20px;
}
footer.footer-page .social-icons a:first-child{
	margin-left: 0;
}
footer.footer-page .social-icons a:hover {
	color: #ffb400;
}
footer.footer-page a {
	color: #bdbdbd;
	text-decoration: none;
}
@media (min-width: 768px) {
	footer.footer-page {
		padding: 100px 0;
	}
	footer.footer-page .company-logo {
		margin: 0 0 50px;
		width: 120%;
		height: inherit;
	}
}
@media (min-width: 1200px) {
	footer.footer-page .company-logo {
		width: 100%;
		height: 90px;
		background-size: inherit;
	}
}
/*MODALS*/
.modal  button.close {
    position: absolute;
    right: 15px;
    color: #047f91;
}
 .modal .input-block {   
    padding-bottom: 20px;
    text-align: center;
}
.modal .btn {
    margin: 0 auto;
    display: block;
}
input[type="text"], textarea {
    font-size: 14px;
    padding: 10px;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.pointer {
    cursor: pointer;
} 