*{
    font-family: 'Averta', sans-serif;
    font-weight: normal;
}
.navbar-toggler {
    border: none;
}
ul{
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
.contact-list {
    display: inline-block;
}
a{color:inherit}
a:hover{color:inherit}
button,select,input{
    -webkit-appearance: none;
}

.navbar-brand img{
    width: 100px;
}

@media (min-width: 992px){
    header nav #navbarSupportedContent .navbar-nav {
        -ms-flex-align: center;
        align-items: center;
    }
    .sub-menu {
        opacity: 1;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        padding: 10px 0px;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        z-index: 100;
        list-style-type: none;
        position: absolute;
        top: 46px;
        left: 0px;
        margin: 0;
        background-color: #fff;
        text-align: left;
        border-top: 2px solid #4cb6ed;
    }
    .sub-menu-parent:hover .sub-menu {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.sub-menu li a {
    display: block;
    padding: 10px 20px;
    margin-right: 0px;
    font-size: 13px;
    clear: both;
    white-space: nowrap;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.sub-menu li{
    transition:.5s all ease;
}
.sub-menu li:hover {
    background-color: #4cb6ed;
    color:white;
}
.category_title {
    font-size: 17px;
}
.modal-body {
    padding: 0 60px 60px;
}
.modal-header {
    padding: 0 60px 20px 60px;
    border: none;
}
.modal-content {
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}
.modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}
.modal-content .close::before, .modal-content .close::after {
    background: #282828;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-content .close::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
.modal-content .close::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}
button:focus,button:hover{
    border:none;
    outline:none
}
input:focus{
    outline:none;
    border:none;
    box-shadow:none;
}
button{
    border:none;
    background:none
}
.page{
    margin-top:105.5px;
}
header {
    background-color: #fff;
    width: 100%;
    transition: 0.3s ease-in-out;
}
.navbar{
    padding:3px 0;
}
.hamburger {
    cursor: pointer;
    margin: auto;
    transform: rotate(0);
    transition: .5s ease-in-out;
    -webkit-transform: rotate(0);
    width: 30px;
    height: 20px;
}
.hamburger div {
    background: #3a9ee8;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    transition: .25s ease-in-out;
    -webkit-transform: rotate(0);
    width: 100%;
}
.hamburger div:nth-child(1) {
    top: 0;
}
.hamburger div:nth-child(2), .hamburger div:nth-child(3) {
    top: 10px;
}
.hamburger div:nth-child(4) {
    top: 20px;
    width: 85%;
}
header nav #navbarSupportedContent .navbar-nav {
    position: relative;
}
header nav #navbarSupportedContent .navbar-nav .nav-item {
    margin-left: 27px;
    position: relative;
}
@media (max-width: 1500px){
    header nav #navbarSupportedContent .navbar-nav .nav-item {
        margin-left: 20px;
    }
}
header nav #navbarSupportedContent .navbar-nav .nav-item .nav-link {
    color: rgb(15, 15, 15);
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0;
}
.languages span{
    text-transform: uppercase;
}

.nav-item .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border: 2px solid #fff;
    padding: 12px 30px 12px;
    /*background-color: #489260;*/
    background-color:#4cb6ed;
    color: white;
    transition: 0.3s all linear;
    letter-spacing: -0.5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}
.nav-item .btn:not(:disabled):not(.disabled):hover{
    /*background-color:rgb(58, 120, 78)*/
    background-color:#44a6d9;
}
.nav-item .btn:not(:disabled):not(.disabled) {
    border: none !important;
}
header .languages {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f8f8f8;
    color: #111111;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 200;
}
header .languages span {
    transition: all .3s ease;
    transform: translateY(-1px);
    font-weight: bold;
}
header .languages ul .en, header .languages ul .ru {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #f8f8f8;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: black;
    margin-bottom: 15px;
}
header .languages ul .en span, header .languages ul .ru span {
    text-align: center;
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 14px;
}
header .languages ul .en::after {
    display: block;
    content: '';
    width: 2px;
    position: absolute;
    left: 17px;
    top: -9px;
    height: 17px;
    background-color: #f8f8f8;
}
header .languages ul.active{
    opacity: 1;
    visibility: visible;
    height: 100px;
    background: transparent;
    width: 53px;
    margin: -15px 2px 0px 0px;
}
header .languages ul{
    position: absolute;
    top: 59px;
    right: -20px;
    height: 100px;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: height .1s ease;
    transition: 3s height ease;
    z-index: 1;
}
.overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(3, 1, 22);
    background: linear-gradient(90deg, rgb(3 1 22 / 85%) 2%, rgb(9 9 9 / 21%) 51%, rgb(0 0 0 / 13%) 100%);
    z-index: 99;
    top: 0;
    left: 0;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 100;
    width: 8% !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    position: absolute;
    top: 58%;
    height: 48px;
    width: 48px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    box-shadow: 0 0 0 0 #fff, 0 5px 20px 0 rgb(0 0 0 / 20%);
    opacity: 0;
    border-radius: 50%;
    text-align: center;
    outline: none;
    padding-top: 0.65rem;
    transition: opacity .3s, box-shadow .1s;
}
.carousel-control-prev-icon::after {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 17px;
    color: black;
}
.carousel-control-next-icon::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 19px;
    color: black;
}
.carousel:hover .carousel-control-prev-icon, .carousel:hover .carousel-control-next-icon {
    color: #fff;
    opacity: 1;
    z-index: 200;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    text-decoration: none;
    color: #fff;
    outline: 0;
    opacity: 1;
    z-index: 200;
}
.carousel-control-prev, .carousel-control-next{opacity: .5;}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    text-decoration: none;
    color: #fff;
    /* outline: 0; */
    opacity: 1;
    z-index: 200;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    box-shadow: 0 0 0 3px #fff;
}
.carousel-inner {
    height: 580px;
}
.carousel-item img {
    width: 100%;
    object-fit: cover;
    height: 580px;
}
.caruselText {
    position: absolute;
    left: -423px;
    right: 0;
    display: inherit;
    top: 230px;
    width: 100%;
    text-align: left;
    display: inline-block;
    z-index:100
}
@media (max-width: 1600px){
    .caruselText {
        left: 0;
        max-width: 1130px;
        top: auto;
        bottom: 0;
        width: 100%;
    }
}
.caruselText p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 36px;
    position: relative;
    z-index: 100;
    font-weight: bold;
}
.caruselText h4 {
    text-align: left;
    margin-bottom: 24px;
    width: 50%;
    font-size: 18px;
    position: relative;
    z-index: 200;
}
.slider-details{
    color: white;
    border-radius: 4px;
    /*background: #489260;*/
    background-color: #4cb6ed;
    margin-bottom:30px;
    padding:16px 98px;
    display:inline-block;
    transition:.5s all ease
}
.slider-details:hover{
    /*background:#3a784e;*/
    background-color: #44a6d9;
}
.carousel-caption{
    position: static;
    text-align:left
}
header nav #navbarSupportedContent .navbar-nav .nav-item .nav-link{
    transition:.5s all ease
}
header nav #navbarSupportedContent .navbar-nav .nav-item .nav-link.links:hover{
    color:#4cb6ed
}
.cat-inner h3 {
    color: #333;
    font-size: 16px;
    transition: 500ms all ease;
    margin-bottom: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.category-in h3 img {
    margin-right: 10px;
    height: 60px;
    object-fit: contain;
    width: 70px;
}
#about-company {
	background: url("../img/back.png") no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	z-index: 2;
}
#about-company .about-info {
	padding: 90px 100px 90px 0;
}
#about-company .about-info h3 {
	font-size: 36px;
	margin-bottom: 15px;
    font-weight: bold;
}
#about-company .about-info article {
	font-size: 15px;
}
#about-company .about-svg-wrap {
	margin: -12px 0 0 50px;
	position: relative;
}
#about-company .about-svg-wrap .hexagon-svg:nth-child(1) {
    -webkit-transform: rotate(-30deg) scaleY(0.93);
	transform: rotate(-30deg) scaleY(0.93);
	-webkit-filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.1));
	position: relative;
	z-index: 2;
}
#about-company .about-svg-wrap .hexagon-svg:nth-child(2) {
	position: absolute;
	top: -6px;
	left: -1px;
	-webkit-transform: scale(0.81) rotate(-30deg);
	transform: scale(0.81) rotate(-30deg);
	z-index: 3;
}
#about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
	position: absolute;
	left: 33.9%;
	-webkit-transform: rotate(34deg) scale(0.78) scaleY(1);
	transform: rotate(34deg) scale(0.78) scaleY(1);
	bottom: 8.99%;
	opacity: .9;
	z-index: 3;
}
#about-company .about-svg-wrap .hexagon-svg:nth-child(4) {
	position: absolute;
	top: 19%;
	left: -6.5%;
	-webkit-transform: scale(0.59) rotate(-30deg);
	transform: scale(0.59) rotate(-30deg);
	z-index: 1;
	opacity: .7;
}
/* statistics style */
#statistics {
	padding: 114px 0 100px;
	background: url("../img/plastik.jpeg") no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	position: relative;
	top: -42px;
	z-index: 1;
}
#statistics:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
#statistics .statistic-box {
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
}
#statistics .statistic-box i {
	color: #fee74e;
	font-size: 40px;
	margin-right: 40px;
}
#statistics .statistic-box .statistic {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1;
}
#statistics .statistic-box .statistic:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
}
#statistics .statistic-box .statistic strong {
	font-size: 40px;
	color: #ffe72f;
}
#statistics .statistic-box .statistic span {
	color: #fff;
	padding: 5px 0;
}
/* areas of use style */
#areas-use {
	padding: 50px 0;
	background-color: #fff;
}
#areas-use h3 {
	text-align: center;
	margin-bottom: 25px;
}
#areas-use .areas-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#areas-use .areas-boxes .box, .category-content .box {
	width: calc(20% - 30px);
	margin: 15px;
	position: relative;
}
#areas-use .areas-boxes .box a, .category-content .box a {
	display: block;
	overflow: hidden;
	color: #262626;
	position: relative;
}
#areas-use .areas-boxes .box a::after, .category-content .box a::after {
	content: "";
	position: absolute;
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
	width: 100%;
	height: 160px;
	bottom: 0px;
	left: 0;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
#areas-use .areas-boxes .box a img, .category-content .box a img {
	width: 100%;
	height: 206px;
	object-fit: cover;
}
#areas-use .areas-boxes .box a h6, .category-content .box a h6 {
	position: absolute;
	bottom: 23px;
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
#areas-use .areas-boxes .box a span, .category-content .box a span {
	position: absolute;
	bottom: -35px;
	left: 0;
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	z-index: -1;
	text-decoration: underline;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
#areas-use .areas-boxes .box a:hover::after, .category-content .box a:hover::after {
	bottom: 0;
}
#areas-use .areas-boxes .box a:hover h6, .category-content .box a:hover h6 {
	bottom: 35px;
}
#areas-use .areas-boxes .box a:hover span, .category-content .box a:hover span {
	bottom: 0;
	z-index: 10;
}

.products {
    background-color: #f2f3f5;
    padding-bottom: 7rem;
    padding:5rem 0;
    margin-top:-42px
}
.products .section_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.products .row,.product-page .row{
    margin:0 -2px
}
.products .row .col-md-6,.product-page .row .col-md-6{
    padding:0 2px 20px
}
.product-page .page-content{
    background-color: #f2f3f5;
}
.product-item {
    background: white;
    position: relative;
}
.product-item_header {
    display: flex;
    justify-content: space-between;
    color: #eb7353;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    padding: 25px;
    z-index: 99;
}
.product-icon svg {
    width: 24px;
}
.product-icon svg path {
    stroke-width: 5px;
}
.product-item_img {
    position: relative;
    padding-top: 70px;
    height: 245px;
}
.product-item_img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.3s ease;
}
.product-item img {
    transition: 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-item_text_wrap .product-item_text {
    min-height: 120px;
}
.product-item_text_wrap .product-item_title {
    font-size: 24px;
    /* margin-top: 14px; */
    margin-bottom: 8px;
}
.product-item_text_wrap .product-product_code {
    margin: 0;
    font-size: 15px;
    color: #b3bdc7;
    margin-top: 4px;
    /* min-height: 22px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-item_text_wrap .product-item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0 10px;
}
.stock {
    font-size: 14px;
}
.stock.var{
    color: #27ae60;
}
.stock.yoxdur{
    color:red;
}
.stock i {
    margin-right: 4px;
}
.product-more_btn {
    background: #f2f3f5;
    padding: 15px 25px;
    border-radius: 32px;
    transition: 0.3s ease;
    font-size:15px;
}
.product-item_text_wrap {
    padding: 25px;
    position: relative;
    min-height: 214px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-item:hover .product-item_img::before {
    background: rgba(0, 0, 0, .2);
}
.product-more_btn:hover {
    background-color: #53a4d1;
    color: white;
}
#partners{
    padding: 76px 0;
}
#partners h2{
    text-align:center;
    font-size: 35px;
    line-height: 1.37;
    margin-bottom: 59px;
    color: #000;
    font-weight: bold;
}
@media only screen and (min-width: 1200px){
    .small-container {
        width: 996px;
    }
}
#partners img,.reference-page img{
    opacity: .8;
    -webkit-transition: opacity .15s ease,-webkit-filter .15s ease;
    -moz-transition: filter .15s ease,opacity .15s ease;
    -o-transition: filter .15s ease,opacity .15s ease;
    transition: opacity .15s ease,-webkit-filter .15s ease;
    transition: filter .15s ease,opacity .15s ease;
    transition: filter .15s ease,opacity .15s ease,-webkit-filter .15s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding:20px 30px;
    cursor:pointer;
    object-fit: contain;
}
#partners img{
    width:100%;
    height: 100%;
}
.references-wrap,.reference-page img {
    width: calc(20% - 20px);
    margin: 0 10px 20px;
    height: 100px;
}
.reference-page img {
    border: 2px solid #e3e3e3;
}
#partners .references-wrap:hover img,.reference-page img:hover{
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
.call-to-action-content{
    padding-top: 70px;
    padding-bottom: 100px;
    background: #d95d22;
    margin:0 auto 50px;
    border-radius: 5px;
}
.call-to-action-content h2{
    font-size: 40px;
    color: white;
    text-align:center;
    margin-bottom: 0.8em;
}
.call-to-inner{
    max-width: 690px;
    margin: 0 auto;
}
.order-form input[type="text"] {
    height: 60px;
    border: none;
    text-align: center;
    background-color: transparent;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.order-form .submit-button {
    border: 2px solid rgba(255,255,255,0.4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    height: 60px;
    color: white;
    width: 100%;
    transition: 0.5s all ease;
}
::placeholder {
    color:white;
    opacity: 1;
}
:-ms-input-placeholder {
    color: white;
}
::-ms-input-placeholder {
    color: white;
}
.order-form .submit-button:hover {
    border: 2px solid white;
}
footer{
    border-top: 1px solid #00000014;
    background-color: #fff;
    /* margin-top:30px; */
    padding:50px 0
}
.footer-top ul li a{
    font-size:13px;
    color:#0000008c;
    transition: color 0.15s ease-out 0s;
    display: inline-block;
    margin-bottom:10px;
}
.footer-top ul li.footer-menu-head a{
    color:#000;
    font-weight: 700;
    font-size:15px
}
.footer-top ul li a:hover{
    color:#489260
}
.footer-bottom{
    border-top: 1px solid #00000014;
    margin-top:40px;
    padding-top:40px
}
.footer-social li{
    display:inline-block;
    margin-right:20px
}
.footer-social li:last-of-type{
    margin-right:0
}
.footer-social li a i{
    font-size:18px
}
.footer-tel,.footer-links li{
    font-weight:500;
    color:#000;
    margin-right: 16px;
    font-size:13px
}
.footer-links li a{
    transition:.5s all ease
}
.footer-links li a:hover{
    color: #489260
}
.mt-footer{
    margin-top:40px
}
.footer-links{
    display:inline-flex
}
.copy{
    color:#000;
    font-size:13px;
    display:inline-block
}
.footer-lang{
    display: inline-block;
    margin-right:20px
}
.footer-lang li a{
    font-size:13px;
    color:#000;
    line-height: 0;
}
.footer-lang li{
    position: relative;
}
.footer-lang li a img{margin-bottom: 4px;}
.footer-lang-drop{
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 0px;
    z-index: 10;
    box-shadow: rgb(0 0 0 / 30%) 0px 1.5ex 2ex -1ex;
    background-color: var(--color-control-bg-default);
    width:max-content;
}
.footer-lang-drop.active{
    visibility: visible; 
}
.footer-lang-drop li a{
    padding:5px 16px;
    background-color: rgb(230 230 230);
    display: flex;
    align-items: center;
    font-size:13px
}
.footer-lang-drop li:hover a {
    background-color: #dddddd;
}
.footer-lang-drop li.active a{
    background-color: #489260;
    color:white
}
.footer-lang .footer-lang-drop img{
    margin-bottom:0;
    margin-right: 2px;
}
.view-all a {
    font-size: 14px;
    color: black;
    position: relative;
}
.view-all a:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: black;
    display: block;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    bottom: 0;
    left:0
}
.view-all a:hover:after {
    width: 0;
}
/*static*/

.head h1{
    margin-bottom:0;
    font-size: 72px;
    line-height: 80px;
}
.page-descr {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 27px;
}
.contact-details a{
    margin-right:25px;
}
.contact-details i{
    margin-right:10px;
}
.contact-address{
    margin-top:10px;
    display:inline-block;
}
.head{
    background-color: #54c4ff;
    padding:150px 0;
    color:white;
    background-image: url(/img/cities-header.png?=bdmf);
    width: 100%;
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
}
.page-content{
    padding:56px 0;
}
.about-page img{
    margin: 0 auto 40px;
    width:50%;
    border-radius: 5px;
}
.full-page img{
    border: 2px solid #3a9ee8;
    margin:0;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.full-page .highslide,.full-page .full-content2 .quote{
    width: 25%;
    height:300px;
    padding: 15px;
    display:inline-block;
}
.full-page .full-content2 .quote{
    margin-bottom:30px;
}
.full-page .full-content2 .highslide{
    width:100%;
    height: 100%;
    padding: 0;
}
.page-content ul li {
    /*background-image: url(/img/tick.png?=1.1);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left 7px;*/
    /*padding-left: 17px;*/
    margin-bottom: 4px;
}
.page-content ul li:before{
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 3px solid #4cb6ed;
    border-radius: 50%;
    margin-right: 10px;
}
.page-content ul {
    padding-left: 40px;
}
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.pagination .nav-icons, .pagination span, .pagination a:link, .pagination a:visited, .pagination a:active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #feffff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
}

.pagination .nav-icons span {
    opacity: .35;
}
.pagination .nav-icons a, .pagination .nav-icons span {
    display: block;
    margin: 0;
    background-color: transparent !important;
    width: 100%;
    height: 100%;
    border: 1px solid #191919;
    background-color: #feffff !important;
    line-height: 0;
}
.pagination .fa-backward {
    left: -1px;
}
.pagination i {
    font-size: 10px;
    color: #191919;
    position: relative;
    top: 46%;
    line-height: 0;
}
.pagination span {
    background-color: #3189ce;
}
.pagination a:link, .pagination a:visited, .pagination a:active {
    background-color: #cdcdcd;
    -webkit-transition: 500ms background ease;
    -moz-transition: 500ms background ease;
    -o-transition: 500ms background ease;
    transition: 500ms background ease;
}
.pagination .fa-forward {
    right: -1px;
}
.pagination a:hover {
    background-color: #3189ce;
}
.contact-inner input {
    width: 100%;
    border-style: solid;
    border-image: initial;
    line-height: 28px;
    font-size: 16px;
    color: rgb(73, 73, 73);
    appearance: none;
    font-weight: lighter;
    background-color: transparent;
    pointer-events: all;
    letter-spacing: 0.01em;
    padding: 9px 24px 0px 0px;
    border-width: 0px 0px 1px;
    border-color: rgb(218, 218, 218);
    border-radius: 0;
}
.contact-inner textarea {
    width: 100%;
    border: 1px solid rgb(218, 218, 218);
    line-height: 28px;
    font-size: 16px;
    color: rgb(73, 73, 73);
    appearance: none;
    font-weight: lighter;
    background-color: transparent;
    pointer-events: all;
    border-radius: 0;
}
.contact-inner label{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-90%) scale(1);
    transform-origin: left center;
    left: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: rgb(170, 170, 170);
    transition: transform 0.15s ease 0s, top 0.15s ease 0s, left 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    will-change: transform, top, left;
}
.contact-inner .textar label{
    top: -30px;
    transform: translateY(-15%);
}
.form-group.active label{
    top: -16px;
    transform: translateY(-15%) scale(0.75);
}
.textar .form-group.active label{
    top:-35px;
}
.contact-inner input[type="submit"] {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: auto;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 11px 57px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    color: white;
    border: 2px solid rgb(76 182 237);
    border-radius: 24px;
    outline: none;
    background: rgb(76 182 237);
    box-shadow: rgb(76 182 237 / 30%) 0px 4px 8px;
    margin: 0 auto;
    transition:.5s all ease;
}
.contact-inner input[type="submit"]:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(56 138 181);
    background: rgb(56 138 181);
}
.button-submit{
    margin-top:65px;
}
.contact-inner input:focus,.contact-inner textarea:focus{
    outline:none;
    box-shadow:none;
    background-color:transparent;
    border-color:rgb(218, 218, 218);
}
.contact-inner .form-group {
    position: relative;
}
.contact-head h4 {
    line-height: 44px;
    font-size: 2.1875rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 80px;
}
#map {
    margin-top: 50px;
}
/*end*/
/*static pages*/
.certificates-page a.highslide {
    width: calc(33.333333% - 10px);
    margin: 5px;
    display: inline-block;
    border: 3px solid #3a9ee8;
    border-radius: 5px;
}
.certificates-page .page-content .row{
    margin-right: -5px !important;
    margin-left: -5px !important;
}
.certificates-page a.highslide img{
    width:100%;
    margin:0;
}
/*end*/
.highslide-viewport-size {
    background-color: #000;
}
.highslide-loading{
    display:none !important;
    left: 0 !important;
}
.highslide-container {
    z-index: 9999999 !Important;
}
.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}

@media (max-width: 1199.98px) {
    .full-page .highslide, .full-page .full-content2 .quote{
        width: 33.333333%;
    }
}
@media (max-width: 991.98px) {
    .full-page .highslide, .full-page .full-content2 .quote{
        width: 50%;
    }
    .contact-list {
        display: block;
    }
    .contact-details br{display:none;}
    .page{
        margin-top: 76px;
    }
    .modal-body {
        padding: 0 30px 30px;
    }
    .modal-header {
        padding: 0 30px 20px 30px;
    }
    header nav #navbarSupportedContent .navbar-nav{
        padding: 30px 0;
    }
    header nav #navbarSupportedContent .navbar-nav .nav-item .nav-link{
        padding: 15px 0;
    }
    .page-descr span{margin-top:10px;display:inline-block;}
    .certificates-page a.highslide{
        width: calc(50% - 10px);
    }
    .head h1{
        font-size: 40px;
    }
    .head{padding:80px 0;}
    .page-descr{font-size:15px;margin-top: 5px;line-height: 22px;}
    .about-page img{width:100%;}
    .references-wrap, .reference-page img {
        width: calc(50% - 20px);
    }
    .footer-top ul li.footer-menu-head a{margin-bottom:30px;}
    .footer-tel {
        margin-bottom: 10px;
        display: inline-block;
    }
    .footer-social,.mt-footer{
        margin-top:20px;
    }
    .order-form {
        padding: 0 15px;
    }
    header .languages,header .languages ul .en, header .languages ul .ru {
        width: 50px;
        height: 50px;
    }
    header .languages ul .en::after{
        left: 24px;
    }
    header .languages ul {
        top: 73px;
        right: -6px;
    }
    header .languages ul .en span, header .languages ul .ru span{
        left: 16px;
        top: 16px;
    }
    #partners img, .reference-page img{
        padding:15px;
    }
    #statistics .statistic-box .statistic{
        width:126px;
    }
    #statistics .statistic-box i{
        width:40px;
    }
    #statistics {
        padding: 100px 0 60px;
        top: -60px;
    }
    .products{margin-top:-60px;padding: 3rem 0;}
    #statistics .statistic-box{margin-bottom:25px;}
    .carousel-caption {
        padding: 20px 50px;
    }
    .caruselText h4{width:100%;}
    .caruselText{bottom:15%;}
    .carousel-control-next-icon,.carousel-control-prev-icon{
        color: #fff;
        opacity: 1;
        z-index: 200;
        width:30px;
        height:30px;
    }
    .carousel-control-prev-icon::after {
        font-size: 15px;
        top: 5px;
        left: 9px;
    }
    .carousel-control-next-icon::after{
        top: 5px;
        left:11px;
        font-size: 15px;
    }
    .navbar-brand img {
        height: 60px;
    }
    .sub-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        display: none;
        transition: none;
        z-index: 1;
        border-top: none;
    }
    #about-company .about-info{
        padding: 50px 0 90px;
    }
    #about-company .about-svg-wrap{
        margin: -203px -27px 0;
        transform: scale(0.7);
    }
    .carousel-control-next{
        right:20px;
    }
    .carousel-control-prev{
        left:20px;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 567.98px) {
    .full-page .highslide, .full-page .full-content2 .quote{
        width: 100%;
    }
}
@media (max-width: 400px) {
    #about-company .about-svg-wrap{
        transform: scale(0.5);
    }
}