@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('OPENSANSREGULAR'), local('SourceSansPro-Regular'), url(/fonts/OPENSANSREGULAR.TTF) format('TTF');
}

body {
	/* font-family: 'Open Sans', sans-serif!important; */
	color: #323232!important;
}

button {
    background: transparent;
    border: 0;
    outline: 0!important;
}

img {
    width: 100%;
    max-width: initial;
}

.h1, h1 {
    font-size: 2rem!important;
}

@media (min-width: 575px) {
	.w-sm-85 {
		width: 85%!important;
	}
}

.opacity-0{opacity:0}
.opacity-10{opacity:.1}
.opacity-20{opacity:.2}
.opacity-30{opacity:.3}
.opacity-40{opacity:.4}
.opacity-50{opacity:.5}
.opacity-60{opacity:.6}
.opacity-70{opacity:.7}
.opacity-75{opacity:.75}
.opacity-80{opacity:.8}
.opacity-90{opacity:.9}
.opacity-100{opacity:1}

.border-radius-2{border-radius:2px}
.border-radius-4{border-radius:4px}
.border-radius-5{border-radius:5px}
.border-radius-6{border-radius:6px}
.border-radius-10{border-radius:10px}
.border-radius-15{border-radius:15px}

.line-height-0{line-height:0}
.line-height-0-4{line-height:0.4}
.line-height-1{line-height:1}
.line-height-1-2{line-height:1.2}
.line-height-2{line-height:2}
.line-height-19{line-height:19px}

.font-size-10{font-size:10px}
.font-size-11{font-size:11px}
.font-size-12{font-size:12px}
.font-size-14{font-size:14px}
.font-size-15{font-size:15px}
.font-size-16{font-size:16px}
.font-size-18{font-size:18px}

.navbar-toggler {
    padding: 0!important;
    border: 0!important;
}

nav.navbar {
    -webkit-box-shadow: 3px 3px 5px -1px #ccc;
    -moz-box-shadow: 3px 3px 5px -1px #ccc;
    box-shadow: 3px 3px 5px -1px #ccc;
}

@media (max-width:992px) {
	.navbar-brand img {
		width: 42px;
		height: 42px;
	}

	.navbar-brand span {
		font-size: 26px;
	}
}

.nav-link {
    color: #333!important;
}

.nav-item:hover, .nav-item:focus, .nav-item:active  {
    text-decoration: underline;
}

a.nav-link {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.btn-small {
    font-size: 12px;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.3s;
    border: 2px solid;
    margin-top: 8px;
}

.btn-small:hover {
    color: #008ed6;
    background-color: #fff;
    border: 2px solid;
	-webkit-box-shadow: 3px 3px 5px -1px #ccc;
    -moz-box-shadow: 3px 3px 5px -1px #ccc;
    box-shadow: 3px 3px 5px -1px #ccc;
}

.main-banner {
    background-image: url(images/main.jpg);
    min-height: 645px;
    padding: 35px 0;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    margin-top: 105.6px;
}

.red {
    background-color: #ea5167;
	color: #fff;
    transition: 0.3s;
	cursor: pointer;
	border: 2px solid #ea5167;
}

.red:hover {
    color: #ea5167;
    background-color: transparent;
    border: 2px solid #ea5167;
	-webkit-box-shadow: 3px 3px 5px -1px #ccc;
    -moz-box-shadow: 3px 3px 5px -1px #ccc;
    box-shadow: 3px 3px 5px -1px #ccc;
}

.blue {
    background-color: #008ed6;
}


.blue1 {
    background: rgba(0, 142, 214, 0.8);
    margin: 0px 35px 0px 0px;
    text-align: center;
}

.blue2 {
    color: black;
    text-align: center;
}


.blue-light {
    background-color: #0099cc;
}

.dark-green {
    background-color: #30393b;
    display: flex;
    align-items: center;
}

.color-blue {
    color: #0099ff;
}

.color-blue-light {
    color: #0099cc;
}

.blue-title {
    color: #2f7b97;
}

.color-dark-grey {
    color: #333333;
}

.c-pointer{
    cursor: pointer!important;
}

@media (max-width:992px) and (min-width: 768px) {
	.other-day {
		font-size: 26px!important;
	}
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.main-right {
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.5019607843137255);
}

.black-fonn {
    
    background-color: rgba(0, 0, 0, 0.5019607843137255);
    padding: 5px;
    text-align: center;
    margin: 40px 145px 0px 80px;
}

.ekran2 {
    background-color: rgba(0, 0, 0, 0.5019607843137255);
    text-align: center;
    padding: 22px;
    margin: 0px 110px 0px 110px;
}




.modal-main{
    border-radius: 10px;
    max-width: 440px;
    width: 100%;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    margin: 0 auto;
}

.modal-main .modal_title_desc{
    font-size: 14px;
    max-width: 310px;
    width: 100% ;
    margin: 0 auto 20px;
}

.modal-main form.main-form input{
    border: 1px solid #c6c6c6;
    width: 90%;
    height: 45px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
    margin: 0 auto 20px;
}

.main-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form.main-form input {
    width: 100%;
    max-width: 32%;
    height: 45px;
    border-radius: 2px;
    text-align: center;
    outline: 0;
    border: 0;
    margin: 12px 0;
    color: #666666;
}

form.main-form input.your-phone {
    max-width: 100%;
    margin: 0 auto 12px;
}

form.main-form input.checkbox {
    width: 16px;
    height: 16px;
    margin: 0;
	cursor: pointer;
}

form.main-form button {
    margin-bottom: 25px;
    height: 45px;
    color: #fff;
    border-radius: 2px;
    transition: 0.3s;
}

form.main-form button:hover {
    color: #008ed6;
    background-color: transparent;
    border: 2px solid;
    -webkit-box-shadow: 3px 3px 5px -1px #ccc;
    -moz-box-shadow: 3px 3px 5px -1px #ccc;
    box-shadow: 3px 3px 5px -1px #008ed696;
}

.button-blue {
    color: #fff;
    border-radius: 2px;
    transition: 0.3s;
	cursor: pointer;
	border: 2px solid #008ed6;
}

.button-blue:hover {
    color: #008ed6;
    background-color: transparent;
    border: 2px solid #008ed6;
	-webkit-box-shadow: 3px 3px 5px -1px #ccc;
    -moz-box-shadow: 3px 3px 5px -1px #ccc;
    box-shadow: 3px 3px 5px -1px #ccc;
}

.button-blue-2 {
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    border: 2px dashed #0099cc;
    border-top: 0;
}

.button-blue-2:hover {
    color: #0099cc;
    background-color: transparent;
    border: 2px dashed #0099cc;
    border-top: 0;
    -webkit-box-shadow: 3px 3px 5px -1px #ccc;
    -moz-box-shadow: 3px 3px 5px -1px #ccc;
    box-shadow: 3px 3px 5px -1px #ccc;
}

.dlina, .shirina, .visota {
    margin: 12px auto;
}

.agree-text {
	color: #999999;
	font-size: 14px;
	margin-left: 15px;
}

.video-block {
    background-image: url(images/bg-video.jpg);
    min-height: 625px;
    padding: 35px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center bottom;
}

iframe.iframe-video {
    max-width: 425px;
    width: 100%;
}

.video-text {
    color: #717171;
}

.sep {
    width: 68px;
    height: 1px;
    background-color: #0199e6;
    margin: 35px 0;
}

.production {
    min-height: 900px;
    padding: 35px 0;
    display: flex;
    align-items: center;
}

.specialize {
    background-image: url(images/bg-specialize.png);
    min-height: 790px;
    padding: 35px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center bottom;
}

.spec-img {
	width: auto;
}

.variation {
    min-height: 940px;
    padding: 35px 0;
    display: flex;
    align-items: center;
}

.objects {
    display: flex;
    flex-wrap: wrap;
}

.main-img {
    max-height: 348px;
    overflow: hidden;
	position: relative;
}

.main-img .nsblock, .smal-img .nsblock, .var-img .nsblock, .our-production .col-6 .nsblock {
    width: 100%!important;
	overflow: hidden!important;
    /*min-height: fit-content!important;
	height: 100%!important;*/
}

a.nsblock {
	line-height: 0!important;
}

.smal-img {
    height: 112px;
    height: 100%;
    overflow: hidden!important;
}

.icons-2.text-center {
    background-color: rgba(47, 123, 151, 0.5215686274509804);
}

.bg-object {
    background-image: url(images/bg-objects.jpg);
    min-height: 625px;
    padding: 35px 0;
    align-items: center;
    background-size: cover;
    background-position: center bottom;
}

.obj-desc-left {
}

.obj-img {
    width: auto;
}

.icons-1 {
    background-color: #fff;
    color: #7aafbf;
}

.obj-desc-right {
    background-color: rgba(255, 255, 255, 0.5607843137254902);
}
.obj-desc-right p {
	line-height: 1;
	font-weight: 400;
}

@media (max-width:769px) {
	.obj-desc-right .h5 {
		font-size: 16px;
	}
	.obj-mob {
		margin: 15px;
		padding: 15px 0;
		background-color: rgba(172, 208, 220, 0.5019607843137255);
		border-radius: 4px;
		box-shadow: 0 0 10px rgba(172, 208, 220, 0.5019607843137255);
	}
}

@media (max-width:576px) {
	.obj-desc-right .h5 {
		font-size: 12px;
	}
	
	section .h1 {
		font-size: 1.6rem!important;
	}
	
	section .h2, footer .h2 {
		font-size: 1.4rem!important;
	}
	
	section .h3 {
		font-size: 1.3rem!important;
	}
	
	section .h4 {
		font-size: 1.2rem!important;
	}
	
	section .h5 {
		font-size: 1.1rem!important;
	}
	
	section .h6 {
		font-size: 0.9rem!important;
	}
	
	.soc-icons a img {
		max-height: 25px;
	}
}

.stoyanka {
	height: 100%;
    max-height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale {
    padding: 35px 0;
    display: flex;
    align-items: center;
}

.quality {
    background-image: url(images/bg-quality.png);
    min-height: 835px;
    padding: 35px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.mask-qual-img {
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media (min-width:992px) {
	.w-md-95 {
		width: 95%;
	}
}

@media (max-width:992px) {
	.main-banner {
		margin-top: 48px;
	}
}

@media (max-width:768px) {
	.quality .h5 {
		font-size: 16px;
	}
	
	.quality .w-md-95 {
		font-size: 12px;
	}
}

.form-ferm {
    padding: 35px 0;
    display: flex;
    align-items: center;
}

@media (min-width:769px) {
	.left-5 {
		left: 5%;
	}
}

.map {
    padding: 35px 0 0 0;
    margin-bottom: -6px;
}

.review {
    background-image: url(images/bg-review.png);
    padding: 100px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center top;
    background-color: #ccc;
}

.review-item {
    margin: 0 8px!important;
    outline: 0!important;
    cursor: pointer;
}

.review-item a {
    outline: 0!important;
}

.review-slider img {
    border: 4px solid #0199e6;
    margin: 0 auto;
    outline: 0!important;
	position: relative!important;
}

.review .nsblock {
    width: 100%!important;
    min-height: 367px!important;
	height: 100%!important;
}

.our-production {
    padding: 100px 0 40px;
    display: flex;
    align-items: center;
}

.our-production ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.our-production ul li::before {
  content: "\2022";
  color: #0199e6;
  font-weight: bold;
  display: inline-block;
  width: 25px;
  font-size: 39px;
  vertical-align: bottom;
  line-height: 27px;
  height: 27px;
}

.question {
    background-image: url(images/bg-question.png);
    min-height: 565px;
    padding: 35px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

footer {
    min-height: 110px;
}

footer img:hover, .quality .col-6:hover img, .specialize .col-6:hover img {
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}

.modal-content {
    border: 4px dashed #0099cc!important;
    background: #fff!important;
    border-radius: 15px!important;
}

.modal_title {
    color: #008ed6;
}
.success_page{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    text-align: center;
}
.success_page img{
    max-width: 120px;
    width: 100%;
}


body.modal-open section, body.modal-open nav, body.modal-open footer  {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

@keyframes trambling-animation {
    0%, 50%, 100% {
        transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-10deg);
    }
    20%, 40% {
        transform: rotate(10deg);
    }
}