@font-face {
			font-family: "OpenSansRegular";
			src: url("../font/OpenSans-Regular.eot");
			src: url("../font/OpenSans-Regular.eot?#iefix")format("embedded-opentype"),
			url("../font/OpenSans-Regular.woff") format("woff"),
			url("../font/OpenSans-Regular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
@font-face {
			font-family: "OpenSansBold";
			src: url("../font/OpenSans-Bold.eot");
			src: url("../font/OpenSans-Bold.eot?#iefix")format("embedded-opentype"),
			url("../font/OpenSans-Bold.woff") format("woff"),
			url("../font/OpenSans-Bold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
@font-face {
			font-family: "oswald-regular";
			src: url("../font/Oswald-Regular.eot");
			src: url("../font/Oswald-Regular.eot?#iefix")format("embedded-opentype"),
			url("../font/Oswald-Regular.woff") format("woff"),
			url("../font/Oswald-Regular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
@font-face {
			font-family: "oswald-bold";
			src: url("../font/Oswald-Bold.eot");
			src: url("../font/Oswald-Bold.eot?#iefix")format("embedded-opentype"),
			url("../font/Oswald-Bold.woff") format("woff"),
			url("../font/Oswald-Bold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
html {
	overflow-x: hidden;
}
body {
	font-family: "OpenSansRegular", sans-serif;
	font-size: 16px;
	color: #343333;
	overflow-x: hidden;
	margin-top: 54px;
}
video {
	display: block;
}
ul, li {
	padding: 0;
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
}
* {
    outline: none !important;
}
img {
    max-width: 100%;
}
h2, h1, h3, h4, h5, h6 {
    font-family: "oswald-bold", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h2, h1 {
    font-size: 28px;
    color: #003A5D;
	margin: 0;
    margin-bottom: 30px;
}
h3 {
    font-size: 20px;
    color: #003A5D;
	margin-bottom: 15px;
    letter-spacing: 2px;
}
h4 {
    font-size: 18px;
    color: #003A5D;
	margin-bottom: 15px;
    letter-spacing: 2px;
}
h4.black {
    color: #2F2F2F;
}
h5 {
    font-size: 16px;
    color: #2F2F2F;
    margin: 0 0 15px;
    letter-spacing: 2px;
}
h6 {
    font-size: 11px;
    color: #2F2F2F;
    margin: 0 0 15px;
    letter-spacing: 2px;
}
h5.smallTez {
    padding: 20px 20px 20px 50px;
    background-color: #F2F3F8;
}
h4 {
    text-transform: none;
}
.red {
    color: #003A5D;
}
.red.chronicle_h {
    margin-bottom: 40px;
}
.black.chronicle_h {
    padding-left: 20px;
}
span.red {
    font-family: "OpenSansBold";
}
.container.capt h1, .container.capt h2, .container.capt h3 {
	margin-bottom: 20px;
	margin-top: 20px;
}
p {
    color: #5D5B5B;
    font-size: 16px;
    letter-spacing: 1.7px;
}
section {
    padding: 40px 0 30px;
	position: relative;
}
section.small {
    padding: 10px 0 10px;
}
section.small.big_bottom {
    padding-bottom: 30px;
}
section.small.big_top {
    padding-top: 30px;
}
section.empty{
    padding: 0;
}
section.tax-elements {
    padding: 20px 0 40px;
}
.transparent {
    color: transparent;
}
.mb30 {
	margin-bottom: 30px;
}
.mb45 {
	margin-bottom: 45px;
}
.pb0 {
	padding-bottom: 0px;
}
.p30 {
	padding: 10px 0 30px;
}
.p30:last-child {
	padding: 10px 0 0px;
}
.center {
	text-align: center;
}
.head {
    margin-top: 50px;
}
.beLine {
    position: relative;
}
.beLine::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 80px;
    background-color: #FD6B0D;
    left: 4px;
    bottom: -20px;
}
.beLine.beLineSmall::after {
    height: 4px;
    width: 40px;
    bottom: -20px;
    left: 1px;
}
.beLine.beLineCenter::after {
    left: 50%;
    margin-left: -20px;
}
.beLine.smallTez::after {
    width: 20px;
    height: 5px;
    top: 27px;
    left: 15px;
}
.beLine.imCapt::after {
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
}
.preHeader span {
    position: relative;
}
.beforeImg.location {
	padding-left: 18px;
	font-size: 15px;
}
.beforeImg.tel {
    padding-left: 21px;
    float: left;
    font-size: 15px;
}
.beforeImg::before {
	content: '';
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
}
.afterImg::after {
	content: '';
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
}
.beforeImg.location::before {
    background-image: url(../images/location.png);
    height: 20px;
    width: 14px;
}
.beforeImg.tel::before {
	background-image: url(../images/tel.png);
    top: 1px;
    height: 18px;
    width: 18px;
}
.beforeImg.buttonTop {
    padding: 5px 35px 5px 42px;
    position: absolute;
    background-color: transparent;
    border: 1px white solid;
    border-radius: 5px;
    left: 50%;
    margin-left: -100px;
    top: -6px;
}
.buttonTop::before {
    background-image: url(../images/amtt-ico.png);
    top: 5px;
    left: 10px;
    height: 21px;
    width: 21px;
}
.buttonTop::after {
    background-image: url(../images/arrow.png);
    top: 13px;
    right: 12px;
    height: 6px;
    width: 10px;
}


#company-group { overflow: hidden; }
#company-group .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 65px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3));
    animation: flareAnimation 2s infinite linear;
}
@keyframes flareAnimation {
    0% { left: -150%; }
    100% { left: 150%; }
}


.mb60 {
    margin-bottom: 60px;
}
.tez {
    background-color: #F7F7F7;
    position: absolute;
    bottom: -157px;
    height: 315px;
    width: 100%;
    padding-top: 40px;
}
.tez span {
    display: block;
    font-family: 'oswald-bold';
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}
.tez span:nth-last-of-type(3) {
    font-size: 70px;
    color: #FF5800;
}
.tez span:nth-last-of-type(2) {
    font-size: 40px;
    color: #2F2F2F;
}
.tez span:nth-last-of-type(1) {
    font-size: 18px;
    color: #787878;
}
.single-solution section {
    padding: 30px 0;
}
.notDisplayed {
	display: none;
}
.preHeader {
    background-color: #003A5D;
    color: white;
    padding: 16px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}
.preHeader a {
    color: inherit;
}
.admin-bar .preHeader {
    top: 32px;
}
.preHeader ul {
    list-style: none;
    float: right;
    margin-left: 15px;
}
.preHeader ul li {
    display: inline-block;
    padding: 0 8px;
}
.preHeader .fa, .preHeader .fa:visited {
    color: white;
    transition:  color, .5s;
}
.preHeader .fa-youtube:hover {
    color: #FF001B;
    transition:  color, .5s;
}
.preHeader .fa-facebook:hover {
    color: #4267B2;
    transition:  color, .5s;
}
header {
    position: relative;
    width: 100%;
}
.search-panel {
	position: absolute;
    top: 10px;
    right: 0;
}
.search-panel ul {
    display: inline-block;
    list-style: none;
    padding: 0 35px 0 25px;
	position: relative;
    top: 1px;
}
.search-panel ul.wpm-language-switcher {
	height: 30px;
    overflow: hidden;
    vertical-align: middle;
    transition: 0.5s;
    position: absolute;
    right: 55px;
    top: 2px;
    z-index: 1;
    background: white;
    padding: 4px 15px 4px 4px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.search-panel ul.wpm-language-switcher.hover {
	height: 170px;
    border-color: #303030;
}
.search-panel ul.wpm-language-switcher::after {
	content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 7px;
    right: 8px;
    transition: 0.5s;
    font-size: 16px;
}
.search-panel ul.wpm-language-switcher.hover::after {
	transform: rotate(180deg);
}
.qtranxs_widget_end {
	display: none;
}
.search-panel ul li {
    display: none;
    padding-right: 10px;
}
.search-panel ul li.active {
    display: block;
}
.search-panel ul li::after {
    content: "/";
    position: relative;
    left: 7px;
	display: none;
}

.search-panel ul li:last-child::after {
    display: none;
}
.search-panel ul li a {
    font-family: "OpenSansRegular";
    font-size: 16px;
    color: #303030;
    transition: all 0.5s;
	text-transform: uppercase;
}
.search-panel ul li a:hover, .search-panel ul li span:hover, .search-panel ul li.current-lang a, .search-panel ul li.active a, .search-panel ul li.active span {
    text-shadow:
    -0.2px -0.2px 0 #003A5D,
    0.2px -0.2px 0 #003A5D,
    -0.2px 0.2px 0 #003A5D,
    0.2px 0.2px 0 #003A5D;
    color: #003A5D;
}
.search-panel .call, .preHeader .call {
	background-color: #F2F3F8;
    padding: 5px 15px 5px 35px;
    border-radius: 15px;
    border: 1px solid #003A5D;
    cursor: pointer;
	position: relative;
	color: #343333;
}
.search-panel .call{
	margin-right: 100px;
}
.search-panel .call::before, .preHeader .call::before {
	content: '';
    position: absolute;
    background-image: url(../images/call.png);
    background-repeat: no-repeat;
    left: 5px;
    width: 26px;
    height: 26px;
    top: 3px;
}
.search-panel .search {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../images/Layer-132.png) center center no-repeat;
    cursor: pointer;
    position: relative;
    top: 4px;
    right: 15px;
}
.search-form {
	position: absolute;
    top: 0;
	width: 85%;
	visibility: hidden;
	opacity: 0;
	left: 80px;
	transition: visibility 0.5s, opacity 0.5s, left 0.5s;
}
.search-form.open {
	visibility: visible;
	opacity: 1;
	left: 0px;
}
.search-form input {
	margin: 0;
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    width: 100%;
}
/*.search-submit {
	border: none;
    background-color: transparent;
    background: url(../images/Layer-132.png) center center no-repeat;
    width: 20px;
    height: 20px;
    padding: 0;
}*/
header.headerTwo {
	background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    height: auto;
    margin: 0;
}
.headerTwo .menu {
	position: relative;
}
header .slide {
    position: relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}
.logo img {
    padding: 20px 0 30px;
	max-width: 180px;
}
.logo_en img {
	max-width: 150px;
}
.menu {
	position: relative;
    width: 100%;
    z-index: 100;
}
menu {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 5px;
    margin: 0;
    background-color: transparent;
}
menu ul {
    list-style: none;
}
menu ul li {
    display: inline-block;
    padding: 0 3px;
}
menu ul li a, menu ul li a:hover, menu ul li a:focus {
    color: #303030;
    font-family: "OpenSansBold", sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
	border-bottom: 1px solid transparent;
	transition: border-color 0.5s;
}
menu ul li a:hover {
	border-color: #003A5D;
}
menu .sub_menu {
	display: none;
}
img.full {
	width: 100%;
}
/******************/
/*product sub menu*/
/******************/
.product_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: white;
    border-top: 3px solid #FD6B0D;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.product_menu.open {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.product_menu > .container {
    position: relative;
}
.product_menu button.close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -30px;
    top: 5px;
    transition: 1s;
}
.product_menu button.close::before, .product_menu button.close::after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    border-radius: 3px;
    background-color: black;
    transform: rotate(45deg);
}
.product_menu button.close::after {
    transform: rotate(-45deg);
}
.product_menu .blocks {
    padding: 15px 0 40px;
    margin: 0 -45px;
}
.product_menu .block {
    flex-basis: calc(25% - 90px);
    margin: 0 45px 15px;
    padding-bottom: 20px;
}
.product_menu .block h4 {
    color: #FD6B0D;
    text-transform: uppercase;
	height: 40px;
}
.product_menu .block .img_cont {
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 37%;
    position: relative;
	display: block;
}
.product_menu .block .img_cont > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    transition: 1s;
}
.product_menu .block:hover .img_cont > div {
    transform: scale(1.1);
}
.product_menu .block a {
    position: absolute;
    font-size: 14px;
    font-family: "OpenSansBold";
    right: 0;
    bottom: 0;
    color: #003A5D;
}
.product_menu .block a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #003A5D;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.product_menu .block a:hover::after {
    opacity: 1;
    visibility: visible;
}
/******************/
/*product sub menu*/
/******************/
/******************/
/*Rhomb Header*/
/******************/
.bottomHead {
    width: 100vw;
    height: 0;
    padding-bottom: 32.5%;
    position: relative;
}
body:not(.home) .bottomHead {
    margin-bottom: -9%;
}
/* Keep desktop top navigation from overlapping the rhomb header on /project/ archive pages. */
@media screen and (min-width: 993px) {
    body.post-type-archive-project header .menu .col-md-12 {
        min-height: 115px;
    }
}
.rhombHeader {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rhombHeader .block {
	position: absolute;
    width: 14%;
    padding-bottom: 14%;
    display: block;
}
.rhombHeader .block.bigSize {
	width: 19%;
    padding-bottom: 19%;
}
.rhombHeader .block.smallSize {
	width: 6.5%;
    padding-bottom: 6.5%;
}
.rhombHeader .block .revers {
	transform: rotate(45deg);
    overflow: hidden;
    width: 71%;
    height: 71%;
    margin: 0 auto;
    position: absolute;
    top: 14%;
    left: 14%;
}
.rhombHeader .block .revers .content {
    background-color: #003A5D;
    transform: rotate(-45deg) translate(0%, 0%);
    width: 145%;
    height: 145%;
    position: absolute;
    left: -22%;
    top: -22%;
}
.rhombHeader .block.orangeColor .revers .content {
    background-color: #FD6B0D;
}
.rhombHeader .block.imageBg .revers .content {
    background-color: transparent;
    background-size: cover;
    background-position: center center;
}
.rhombHeader .block .revers .content .textCont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.20vw;
    font-size: 1.0vw;
    font-family: "oswald-regular";
    letter-spacing: 0.10vw;
}
.rhombHeader .block .revers .content .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 1s;
}
.rhombHeader .block:hover .revers .content .layer {
    background-color: rgba(0, 0, 0, 1);
}
.rhombHeader .block .revers .content .textCont h1, .rhombHeader .block .revers .content .textCont h2 {
    font-size: 1.8vw;
    white-space: nowrap;
    color: white;
    margin-bottom: 0;
    letter-spacing: 0.25vw;
    line-height: 2.5vw;
}
.rhombHeader .block .revers .content .textCont h2 {
    font-size: 1.3vw;
    line-height: 2vw;
}
.rhombHeader .block .revers .content .textCont ul {
    list-style: none;
    white-space: nowrap;
}
.rhombHeader .block .revers .content .textCont ul li {
    padding: 2px 0;
}
.rhombHeader .block .revers .content .textCont ul li a {
    color: white;
    transition: 1s;
}
.rhombHeader .block .revers .content .textCont ul li a:hover {
    color: #FD6B0D;
}
.rhombHeader .block.orangeColor .revers .content .textCont ul li a {
    color: #003A5D;
}
.rhombHeader .block.orangeColor .revers .content .textCont ul li a:hover {
    color: white;
}
/******************/
/*Rhomb Header*/
/******************/
.video, .video .container {
	height: 100%;
    position: relative;
}
.video {
	overflow: hidden;
}
.video .container {
	position: absolute;
    width: 100%;
    height: 100%;
}
.video .rec {
    position: absolute;
    bottom: 25px;
    right: 40px;
    cursor: pointer;
}
a.menuToggle {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 31px;
	transition: 0.5s;
}
.menuToggle span, .menuToggle span:before, .menuToggle span:after {
    position: absolute;
    display: block;
    content: '';
    height: 6px;
    width: 46px;
    background: #003A5D;
    border-radius: 6px;
    cursor: pointer;
}
.menuToggle span {
    left: 0;
    top: 12px;
}
.menuToggle span:before {
    top: -12px;
}
.menuToggle span:after {
    bottom: -12px;
}
.menuToggle.active span {
    background-color: transparent;
}
.menuToggle.active span, .menuToggle.active span:before, .menuToggle.active span:after {
    height: 5px;
    width: 35px;
}
.menuToggle.active span::before {
    transform: rotate(45deg);
}
.menuToggle.active span::after {
    transform: rotate(-45deg);
}
.menuToggle.active span:before, .menuToggle.active span:after {
    top: 0;
}
.menuToggle span, .menuToggle span:before, .menuToggle span:after {
    transition: all 500ms ease-in-out;
}
.button, .button:visited, .button:focus {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #003A5D;
    border: 1px solid #003A5D;
    color: white;
    transition: all .5s;
    font-family: "oswald-bold";
}
.button:hover, .button:focus {
	background-color: white;
    color: #003A5D;
}
.button.empty, .button.empty:visited {
    background-color: white;
    color: #003A5D;
}
.button.empty:hover, .button.empty:focus {
    background-color: #003A5D;
    color: white;
}
.roundBtn, .roundBtn:visited, .roundBtn:focus {
	background-color: #FD6B0D;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #FD6B0D;
    cursor: pointer;
    position: relative;
    color: white;
}
.roundBtn:hover {
	color: #FD6B0D;
	background-color: white;
}
.blocks {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.blocks h2 {
    flex-basis: 100%;
}
.blocks .block {
    position: relative;
}
.lightBg {
    background-color: #F4F4F6;
}
.bgGrey {
	background-color: #87878D;
}
.bgLightGrey {
	background-color: #F4F4F6;
}
.bgGrey h2, .bgGrey p {
	color: white;
}
.bgGrey .beLine::after {
    background-color: white;
}
ul.type1, ul.type2, ul.type3 {
    list-style: none;
    color: #5D5B5B;
    font-size: 16px;
    letter-spacing: 1.7px;
    margin-bottom: 15px;
}
ul.type1 li, ul.type2 li, ul.type3 li {
    padding: 1px 0 1px 25px;
    background-image: url(../images/ulType1.png);
    background-position: 1px center;
    background-repeat: no-repeat;
}
ul.type2 li {
    background-image: url(../images/ulType2.png);
    padding: 5px 0 5px 30px;
    background-position: 0px 6px;
}
ul.type3 li {
    background-image: url(../images/ulType3.png);
    padding: 5px 0 5px 30px;
    background-position: 0px 6px;
}
.slider_production .slick-track {
    transition: 1s;
}
.slider_production .slick-slide {
    margin: 0 20px;
}
.slider_production .slick-slide .img_cont {
    position: relative;
    background-color: white;
    border: 1px solid #ccc9c9;
    margin-bottom: 25px;
}
.slider_production .slick-slide .img_cont::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background-color: #FD6B0D;
    z-index: -1;
}
.slider_production .slick-slide .img_cont img {
    margin: auto;
}
.slider_production .slick-slide h3 {
    font-size: 18px;
    color: #777777;
}
.slider_production .slick-arrow, .slider_production .slick-arrow:hover, .slider_production .slick-arrow:focus {
    background: url(../images/slider.png) center center no-repeat;
    left: -15px;
}
.slider_production .slick-next, .slider_production .slick-next:hover, .slider_production .slick-next:focus {
    transform: rotate(180deg);
    top: calc(50% - 10px);
    left: auto;
    right: -15px;
}
.slider_production .slick-arrow::before {
    display: none;
}
.setka {
    margin: 0 -30px;
}
.setka .block {
    flex-basis: calc(12.5% - 60px);
    margin: 0 30px;
}
.setka .block span {
    display: block;
    text-align: center;
    font-family: "OpenSansBold";
    font-size: 16px;
    color: #FD6B0D;
}
.setka .block img {
    display: block;
    margin: 10px auto 0;
}
/*===========first_main==========*/
.tezys {
    justify-content: space-around;
}
.tezys .block {
    flex-basis: 25%;
    text-align: center;
    padding: 0 15px 30px;
}
.tezys .block:nth-child(n+5) {
    flex-basis: 33.33%;
}
.tezys .block p {
    font-family: "OpenSansBold";
    color: #303030;
    margin: 5px 0;
}
/*===========first_main==========*/
/*===========cyfer==========*/
.bgImage {
	background-size: cover;
    background-position: center center;
}
.bgImage > .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 58, 93, 0.63);
}
.cyfer {
    justify-content: space-around;
    position: relative;
}
.cyfer .block {
    flex-basis: 25%;
    text-align: center;
}
.cyfer h3 {
    color: white;
    font-family: "oswald-bold";
    font-size: 18px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.cyfer h3 span {
    font-size: 50px;
    display: block;
    margin-bottom: 20px;
}
.cyfer h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #FD6B0D;
}
.cyfer p {
    font-size: 20px;
    color: white;
}
/*===========cyfer==========*/

/*===========profucts==========*/
h1 button, h2 button, h3 button {
    top: -4px;
    margin: 0 15px;
}
.beLine span {
    color: #FD6B0D;
}
.products {
	margin: 0 -1px;
}
.products .block {
	flex-basis: calc(25% - 2px);
    margin: 1px;
    background-size: cover;
}
.products .cont {
    position: relative;
    height: 0;
    padding-bottom: 105%;
    overflow: hidden;
}
.products .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: -100%;
    transition: top 1s, opacity 1s;
}
.products .overlay {
    height: 160%;
    width: calc(100% + 1px);
    position: absolute;
    top: -136%;
    transition: top 1s, opacity 1s;
}
.products .overlay:before, .products .overlay:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 58, 93, 0.75);
    transition: 1s;
}
.products .overlay:before {
    left: 0;
    transform: skew(0deg, 45deg);
    width: 50%;
}
.products .overlay:after {
    right: 0;
    transform: skew(0deg, -45deg);
    width: 50%;
}
.products .block:hover .overlay {
    top: -35%;
}
.products .block:hover .overlay::before, .products .block:hover .overlay::after {
    background: rgba(0, 58, 93, 1);
}
.products h3 {
    margin: 0;
    top: 5px;
    position: absolute;
    z-index: 1;
    color: white;
    width: 100%;
    text-align: center;
    height: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: 1s;
	width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
.products a {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%);
    transition: 1s;
}
.products .block:hover h3 {
    top: 30%;
}
.products .block:hover a {
    top: 50%;
}
.products .block:nth-child(even) .overlay {
    top: 76%;
}
.products .block:nth-child(even):hover .overlay {
    top: -35%;
}
.products .block:nth-child(even) .overlay:before {
    transform: skew(0deg, -45deg);
}
.products .block:nth-child(even) .overlay:after {
    transform: skew(0deg, 45deg);
}
.products .block:nth-child(even) h3 {
    top: auto;
    bottom: 5px;
}
.products .block:nth-child(even) a {
    top: 70%;
}
.products .block:nth-child(even):hover h3 {
    top: auto;
    bottom: 30%;
}
.products .block:nth-child(even):hover a {
    top: 40%;
}
/*===========profucts==========*/

/*===========areas_of_use==========*/
.areas_of_use {
    margin: 0 -25px;
}
.areas_of_use .block {
    flex-basis: calc(33.33% - 50px);
    margin: 0 25px 40px;
    overflow: hidden;
}
.areas_of_use .cont {
    height: 0;
    padding-bottom: 70%;
    position: relative;
    background-size: cover;
    background-position: center center;
    transition: 1s;
}
.areas_of_use .block:hover .cont {
    transform: scale(1.1);
}
.areas_of_use h3 {
    margin: 0;
    color: white;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 58, 93, 0.75);
    transition: 1s;
	padding: 0 5px;
	text-align: center;
}
.areas_of_use .block:hover h3 {
    transform: scale(0.9);
    top: 67%;
    bottom: 22px;
    left: 14px;
    right: 14px;
}
/*===========areas_of_use==========*/

/*===========projects==========*/
.projects .block {
	background-size: cover;
    background-position: center center;
    flex-basis: 25%;
    cursor: pointer;
}
.projects .cont {
    position: relative;
    height: 0;
    padding-bottom: 110%;
}
.projects .overlay {
    opacity: 0;
    background-color: rgba(0, 58, 93, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 1s;
}
.projects span {
    position: absolute;
    width: 90%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;
    font-family: "Oswald-Bold";
    font-size: 18px;
    color: white;
    text-align: center;
}
.projects .plus, .projects .whiteplus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;
	width: 29px;
    height: 29px;
}
.projects .plus::after, .projects .whiteplus::after {
    content: '';
    width: 29px;
    height: 29px;
    background: url(../images/Layer-238.png) center center no-repeat;
    position: absolute;
	left: 0;
}
.projects .whiteplus::after {
    background: url(../images/Layer-382.png) center center no-repeat;
}
.projects .block:hover .overlay, .projects .block:hover a, .projects .block:hover span {
    opacity: 1;
}
/*===========projects==========*/

/*===========news==========*/
.news_main {
    margin: 0 -25px;
}
.news_main .block {
	flex-basis: calc(33.33% - 50px);
    margin: 0 25px -30px;
}
.single .news_main .block, .archive .news_main .block {
    margin: 0 25px 0px;
}
.news_main .img_cont {
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}
.news_main .img_cont .scaled_img {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: 1s;
}
.news_main .block:hover .img_cont .scaled_img {
    transform: scale(1.1);
}
.news_main .text_cont {
	position: relative;
    height: 0;
    padding-bottom: 32%;
    top: -30px;
    left: 15px;
    background-color: white;
    -webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.35);
    box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.35);
}
.news_main .text_cont h3 {
	margin: 0;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: 22px;
    left: 18px;
    right: 10px;
}
.news_main .text_cont a {
	position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    font-family: "OpenSansBold";
    color: #003A5D;
    transition: 1s;
}
.news_main .text_cont a:hover {
    color: #FD6B0D;
}
/*===========news==========*/

/*===========promo==========*/
.promo {
    margin-top: 57px;
}
.promo > .container {
    position: relative;
}
.promo > .container > img {
    position: absolute;
    right: 0;
    height: calc(120% + 70px);
    bottom: -30px;
}
.promo .text_container {
    width: 80%;
    padding: 60px 0;
}
.promo .text_container h2:first-child {
    color: white;
    font-size: 40px;
    margin-bottom: 80px;
    text-align: center;
}
.promo .text_container h2:last-child {
    text-align: center;
    margin: 0;
}
/*===========promo==========*/
.nav {
    list-style: none;
    padding: 0;
    margin-left: -15px;
}
.nav li {
    display: inline-block;
    font-family: "oswald-bold", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 0 15px;
}
ul.nav>li>a {
    color: #777777;
    padding: 0;
    transition: 1s;
	text-transform: uppercase;
}
ul.nav>li>a:focus, ul.nav>li>a:hover, ul.nav>li.active>a {
    color: #FD6B0D;
    background: none;
    position: relative;
}
ul.nav>li>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FD6B0D;
    opacity: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
}
ul.nav>li>a:focus::after, ul.nav>li>a:hover::after, ul.nav>li.active>a::after {
    opacity: 1;
}
.price_type {
	margin: 20px 0;
}
.price_type p {
	font-family: "OpenSansBold";
    font-size: 18px;
    color: #003a5d;
}
.price_type span {
    font-family: "OpenSansBold";
    font-size: 30px;
    color: #FD6B0D;
    position: relative;
}
.price_type span.info {
    height: 16px;
    width: 16px;
    position: absolute;
    border: 1px solid #5d5c5c;
    background-color: #a49f9f;
    color: #151515;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: block;
    right: -20px;
    top: 0;
    line-height: 14px;
    padding-left: 3px;
}
.price_type span.cont {
	opacity: 0;
    visibility: hidden;
    position: absolute;
    font-size: 14px;
    font-family: "OpenSansRegular";
    left: 20px;
    top: -20px;
    padding: 5px;
    border: 1px solid #5d5c5c;
    background-color: #a49f9f;
    color: #151515;
    max-width: 300px;
    min-width: 200px;
    transition: 1s;
}
.price_type span.info:hover span.cont {
    opacity: 1;
    visibility: visible;
    top: 10px;
}
.imgWithBg .overlay {
    background-image: url(../images/Rectangle-12-copy-7.jpg);
    background-size: cover;
    width: 100%;
    height: calc(100% + 60px);
    position: absolute;
    left: -25%;
    top: -30px;
    z-index: -1;
}
.imgWithBg img {
    width: 100%;
}
.imgWithBg:last-child .overlay {
    left: auto;
    right: -25%;
}
section.small .imgWithBg  {
    padding-top: 30px;
    padding-bottom: 30px;
}
section.small .imgWithBg .overlay {
    height: 100%;
    top: 0px;
}
section.small h3  {
    margin-top: 0;
}
.quote {
    background-color: #f4f4f6;
    padding: 10px 10px 10px 60px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
    font-family: "OpenSansBold";
}
.bgImage h3, .bgImage h2, .bgImage p {
    color: white;
    position: relative;
}
.colors_p .block {
    flex-basis: 16.66%;
    padding-bottom: 17%;
}
.colors_p .rhombs {
	transform: rotate(45deg);
    overflow: hidden;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    position: absolute;
    top: 25%;
    left: 11%;
}
.colors_p .rhombs > div {
	transform: rotate(-45deg) translate(0%, 0%);
    width: 145%;
    height: 145%;
    position: relative;
    position: absolute;
    left: -22%;
    top: -22%;
}
.colors_p .rhombs img {
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.colors_p .block img {
    width: 100%;
}
.colors_p .block p {
    position: absolute;
    max-width: 40%;
    top: -10px;
    left: 55%;
    line-height: 1;
}
.colors_p .block::after, .colors_p .block span::before, .colors_p .block span::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FD6B0D;
    border-radius: 50%;
    left: 32%;
    top: 35%;
}
.colors_p .block span::before {
    width: 12%;
    height: 2px;
    top: -3%;
    left: 36%;
    border-radius: 0;
}
.colors_p .block span::after {
    width: 2px;
    height: 39%;
    top: -3%;
    left: 35.5%;
    border-radius: 0;
}
.table_cont {
	width: 100%;
    overflow: auto;
}
.table_cont table {
	width: 90%;
    margin: 15px auto;
}
.table_cont table td {
	border: 1px solid;
    padding: 15px;
}
.table_cont .tablepress tbody tr:first-child td {
    border-top: 1px solid;
}
.table_cont table img {
	display: block;
    margin: 0 auto;
}
.our_projects .block {
    flex-basis: 33.33%;
}
.our_projects .cont {
    padding-bottom: 75%;
}
.video_cont {
    width: 80%;
    margin: 0 auto;
}
.video_cont .layer {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    position: relative;
}
.video_cont iframe, .video_cont img, .video_cont video {
    position: absolute;
    width: 100%;
    height: 100%;
}
.certificats {
	margin: 0 -15px;
}
.certificats .block {
    flex-basis: calc(25% - 30px);
    margin: 0 15px 30px;
    text-align: center;
}
.certificats .block img {
    width: 100%;
}
.project_block {
    padding: 45px 0 60px;
}
.project_block .block {
    flex-basis: 50%;
}
.project_block .block:not(.imgWithBg) {
    text-align: center;
    display: flex;
    align-items: center;
    background-color: #f4f4f6;
    padding: 0 5%;
	justify-content: center;
}
.project_block .imgWithBg .overlay {
    width: 100%;
    height: calc(100% + 45px);
    left: 0%;
    top: -30px;
}
.project_block .imgWithBg img {
    position: relative;
    top: 30px;
    width: 85%;
    left: 20%;
    z-index: 1;
}
html[lang^="uk"] body.post-type-archive-project .project_container > .container > h1:not(.steli-project-archive-uk-title),
body.language-uk.post-type-archive-project .project_container > .container > h1:not(.steli-project-archive-uk-title) {
    display: none;
}
.project_container .project_block .imgWithBg img {
    height: auto !important;
}
@media screen and (min-width: 993px) {
    body.language-en.post-type-archive-project header.un_background .menu > .container > .row > .col-md-12 {
        display: flex !important;
        align-items: center !important;
        min-height: 118px !important;
    }
    body.language-en.post-type-archive-project header.un_background .logo {
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 15px !important;
        right: auto !important;
        width: 240px !important;
        height: auto !important;
        z-index: 2;
    }
    body.language-en.post-type-archive-project header.un_background menu {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        order: 1 !important;
        margin-left: auto !important;
    }
    body.language-en.post-type-archive-project header.un_background .search-panel {
        display: flex !important;
        align-items: center !important;
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        width: 128px !important;
        min-height: 50px;
        order: 2 !important;
        flex: 0 0 128px !important;
        margin-left: 16px !important;
        pointer-events: auto;
        z-index: 200;
    }
    body.language-en.post-type-archive-project header.un_background .search-panel ul.wpm-language-switcher {
        position: relative !important;
        display: block !important;
        top: 0 !important;
        right: 0 !important;
        width: 54px !important;
        min-width: 54px !important;
        height: 30px !important;
        min-height: 30px !important;
        overflow: visible !important;
        background: transparent !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 12px 0 0 !important;
        z-index: 320 !important;
    }
    body.language-en.post-type-archive-project header.un_background .search-panel ul.wpm-language-switcher.hover,
    body.language-en.post-type-archive-project header.un_background .search-panel ul.wpm-language-switcher:hover,
    body.language-en.post-type-archive-project header.un_background .search-panel ul.wpm-language-switcher:focus-within {
        width: 54px !important;
        min-width: 54px !important;
        height: 30px !important;
        min-height: 30px !important;
        overflow: visible !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }
    body.language-en.post-type-archive-project header.un_background .search-panel ul.wpm-language-switcher li {
        display: none !important;
        width: 54px !important;
        height: 27px !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left !important;
    }
    body.language-en.post-type-archive-project header.un_background .search-panel ul.wpm-language-switcher li.active {
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        background: transparent !important;
        border: 0 !important;
    }
    body.language-en.post-type-archive-project header.un_background .search-panel ul.wpm-language-switcher.hover li:not(.active),
    body.language-en.post-type-archive-project header.un_background .search-panel ul.wpm-language-switcher:hover li:not(.active),
    body.language-en.post-type-archive-project header.un_background .search-panel ul.wpm-language-switcher:focus-within li:not(.active) {
        display: block !important;
        position: absolute !important;
        top: 28px !important;
        left: 0 !important;
        background: #fff !important;
        border: 1px solid rgba(0, 58, 93, .18) !important;
        text-align: center !important;
        z-index: 330 !important;
    }
    body.language-en.post-type-archive-project header.un_background .search-panel .search {
        display: block !important;
        right: 0 !important;
        cursor: pointer;
        pointer-events: auto;
    }
}
@media (min-width: 993px) {
    .project_block.project_inside .imgWithBg img {
        height: clamp(520px, 32vw, 620px);
        object-fit: cover;
        object-position: center center;
    }
}
.project_block h2 {
    color: #FD6B0D;
}
.project_block .button {
    padding: 10px 45px;
    margin-top: 15px;
}
.project_block:nth-child(2n+1) .block.imgWithBg {
    left: 50%;
}
.project_block:nth-child(2n+1) .imgWithBg img {
    left: 15%;
}
.project_block:nth-child(2n+1) .block:not(.imgWithBg) {
    left: -50%;
}
.project_block.project_inside .block:not(.imgWithBg) {
    text-align: left;
    display: block;
    padding: 25px 5%;
}
.project_block.project_inside h3 {
    color: #333333;
}
.project_block.project_inside .line {
    display: block;
    margin: 0 0 5px;
}
.project_block.project_inside .line h3, .project_block.project_inside .line p {
    display: inline;
}
.projects.project_inside .block {
    flex-basis: 33.33%;
}
.projects.project_inside .cont {
    padding-bottom: 75%;
}
.projects.project_inside span {
    top: 50%;
}
.video_galery {
	position: relative;
    width: 80%;
    height: 0;
    padding-bottom: 43%;
    margin: 0 auto;
}
.article .video_galery {
    margin: 30px auto;
}
.video_galery iframe, .video_galery video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_galery.tiktok_video {
	position: relative;
    width: auto;
    height: auto;
    padding-bottom: 0;
}
.video_galery blockquote {
	position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
}
.video_galery blockquote iframe {
	position: relative;
}
.blog_href {
	margin: 30px 0 15px;
}
.blog_href a {
	min-width: 200px;
	margin: 0 15px;
}
/*===========endend==========*/
/*==========contacts form==========*/
.forms .wpcf7 {
    background-color: #f4f4f6;
    padding: 15px 75px 35px 50px;
	position: relative;
}
.modal .forms .wpcf7 {
    background-color: white;
}
.forms .wpcf7-form-control-wrap {
    display: block;
}
.forms span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 7px;
    background-color: yellow;
    padding: 3px 10px;
    border-radius: 15px;
}
.forms div.wpcf7-validation-errors {
    border: none;
    margin: 0;
    color: black;
    position: absolute;
    bottom: -60px;
    left: 0px;
    z-index: 101;
    width: 100%;
    background-color: yellow;
    border-radius: 15px;
}
.forms .wpcf7 ::-webkit-input-placeholder {
    color: #787878; 
    letter-spacing: 1.5px;
}
.forms .wpcf7 ::-moz-placeholder          {
    color: #787878; 
    letter-spacing: 1.5px;
}/* Firefox 19+ */
.forms .wpcf7 :-moz-placeholder           {
    color: #787878; 
    letter-spacing: 1.5px;
}/* Firefox 18- */
.forms .wpcf7 :-ms-input-placeholder      {
    color: #787878; 
    letter-spacing: 1.5px;
}
.forms .head_form {
    margin-bottom: 15px;
}
.forms .head_form h2 {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin: 0 0 0 10px;
    letter-spacing: 1px;
    color: #303030;
}
.forms .head_form img {
    vertical-align: middle;
}
.forms input:not([type="submit"]):not([type="file"]), .forms textarea, .forms select {
    border: 1px solid #9B9B9F;
    padding: 10px 25px;
    width: 100%;
    margin-bottom: 10px;
    color: #5D5B5B;
    font-family: "OpenSansRegular", sans-serif;
}
.forms select {
    color: #787878;
	letter-spacing: 1.5px;
	appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/Shape-5.png);
    background-position: 97% center;
    background-repeat: no-repeat;
}

.forms select.first_disablet option:first-child {
    background-color: #F8F5F5;
}
.forms textarea {
    resize: none;
    height: 100px;
}
.forms textarea.long {
    height: 190px;
    margin-bottom: 30px;
}
.forms input[type="file"] {
    visibility: hidden;
    position: absolute;
}
.forms .file_upload .button {
    font-family: "OpenSansRegular";
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: normal;
    background-color: #9B9B9F;
    border: 1px solid #9B9B9F;
    padding: 5px 15px 7px;
    color: white;
    float: right;
    margin-top: 5px;
	cursor: pointer;
}
.forms .file_upload .button:hover {
    background-color: white;
    color: #9B9B9F;
}
.forms .file_upload .info, .forms .placeholder {
    font-weight: normal;
    font-size: 16px;
    color: #787878;
    width: 100%;
    text-align: center;
    display: inline-block;
    letter-spacing: 1.5px;
}
.forms label {
	width: 100%;
    font-family: "OpenSansRegular", sans-serif;
}
.forms .file_upload .fileName {
    color: #5D5B5B;
    float: left;
}
.forms .roundBtn {
    background-color: #FD6B0D;
    width: auto;
    font-family: "OpenSansBold";
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 25px;
    transition: color 1s, background-color 1s;
	display: inline-block;
}
.calc.forms input[type="submit"], .calc.forms input[type="reset"] {
    display: none;
}
.forms .roundBtn:hover {
    color: #FD6B0D;
    background-color: white;
}
.forms br {
    display: none;
}
/*==========contacts form==========*/
/*==========calculator==========*/
.cont-calc {
	padding: 25px 15px;
    background-color: #f7f5f5;
}
.calcHref span, .calcHref a {
    padding: 10px 25px;
    font-size: 22px;
    font-family: "oswald-bold", sans-serif;
    letter-spacing: 1.5px;
    border: 1px solid #9B9B9F;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-right: 5px;
    color: #303030;
    background-color: transparent;
    transition: 1s;
}
.calcHref a:hover {
    background-color: #F8F5F5;
}
.calcHref span {
    background-color: #F8F5F5;
}
.calc h2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #303030;
    margin-bottom: 15px;
}
.calc h2 span {
    font-family: "OpenSansRegular", sans-serif;
    font-weight: 400;
    text-transform: none;
}
.cont-calc .group.two {
    text-align: center;
}
.cont-calc .group.two label:first-of-type {
    margin-right: 50px;
}
.cont-calc label {
    font-size: 18px;
    font-weight: normal;
    color: #303030;
    letter-spacing: 2px;
    margin-bottom: 10px;
    width: auto;
    vertical-align: middle;
    position: relative;
    max-width: 95%;
}
.cont-calc p {
    font-size: 18px;
    font-weight: normal;
    color: #303030;
    letter-spacing: 2px;
    margin-bottom: 10px;
    width: auto;
}
.cont-calc img {
    display: inline-block;
    margin-left: 15px;
}
.cont-calc label .info {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/info.png);
    background-position: center center;
    left: 100%;
    top: 0;
}
.cont-calc label .info .capt {
    position: absolute;
    background: white;
    padding: 15px 20px;
    border: 1px solid #9B9B9F;
    width: 450px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.5px;
    left: 100%;
    top: -100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 1;
}
.cont-calc label .info:hover .capt {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.cont-calc .row > .col-md-6:last-child label .info .capt  {
	right: 100%;
    left: auto;
}
.cont-calc.size label {
    width: 100%;
}
.cont-calc select {
	width: 100%;
    max-width: 350px;
}
.cont-calc .img {
	width: 100%;
    text-align: center;
    padding: 20px 0;
}
button.more {
    border: 1px solid #F8F5F5;
    padding: 6px 70px 6px 25px;
    background: url(../images/plus.png) 80% center no-repeat;
    background-color: #F8F5F5;
    margin-left: -15px;
    transition: 1s;
}
button.more:hover {
    border: 1px solid #9B9B9F;
}
section.forms {
    padding: 15px 0 15px;
}
.forms input[type="radio"]:not([type="submit"]):not([type="file"]), .forms input[type="checkbox"]:not([type="submit"]):not([type="file"]) {
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0; 
    border: none;
    width: 16px;
    height: 16px;
    background-image: url(../images/Ellipse-2.png);
    background-position: center center;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 12px;
}
.forms input[type="radio"]:not([type="submit"]):not([type="file"]):checked, .forms input[type="checkbox"]:not([type="submit"]):not([type="file"]):checked {
    background-image: url(../images/Ellipse-3.png);
}
input[name="amount"]:not([type="submit"]):not([type="file"]) {
    width: 100px;
}
input[name="square"]:not([type="submit"]):not([type="file"]), input[name="perimeter"]:not([type="submit"]):not([type="file"]) {
    width: 80%;
}
.line_calc {
	display: flex;
    margin-bottom: 15px;
}
.line_calc .input_imit {
    border: 1px solid #9B9B9F;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 10px;
    color: #5D5B5B;
    font-family: "OpenSansRegular", sans-serif;
    background-color: white;
    flex-basis: 63%;
    margin-right: 1.8%;
}
.line_calc .input_imit:nth-child(2) {
    flex-basis: 12%;
	max-width: 12%;
    margin-right: 1.8%;
    padding: 10px 15px;
}
.line_calc .input_imit:last-child {
    flex-basis: 9%;
    margin-right: 0;
}
.info_calc {
	color: red;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
	display: none;
}
.calc-form .wpcf7 {
    background-color: transparent;
    padding: 15px 0 35px 0;
    height: auto;
}
.calc-form .form-cont {
    display: flex;
    justify-content: space-between;
}
.calc-form .wpcf7-form-control-wrap {
    flex-basis: 30%;
}
.calc-form form {
	text-align: center;
}
.calc h2.red {
    color: #003A5D;
}
.calc .result h2, .calc .result input:not([type="submit"]):not([type="file"]) {
    display: inline-block;
}
.calc .result input:not([type="submit"]):not([type="file"]) {
    width: 160px;
    margin: 0 40px 0 10px;
}
.calc_submit {
    margin-top: 30px;
}
.calc .result .roundBtn {
    display: block;
    margin: 0px 0 20px;
    background-color: #F8F5F5;
    border: 1px solid #787878;
    transition: 1s;
    color: black;
    text-transform: none;
}
.calc .result .roundBtn:hover {
    border: 1px solid #003A5D;
    background-color: #003A5D;
    color: white;
}
/*==========calculator==========*/

section.feedback {
    padding: 35px 0;
    background-color: #003A5D;
}
.feedback form {
    text-align: center;
}
.feedback .wpcf7-form-control-wrap {
    display: inline-block;
}
.feedback .wpcf7-form-control-wrap span[role="alert"] {
    position: absolute;
    left: 0;
    bottom: -110%;
    text-align: left;
}
.feedback .wpcf7-response-output {
	position: fixed;
    top: 10px;
    left: 0;
    width: 350px;
	border: none;
	border-radius: 15px;
    z-index: 1;
}
.feedback div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	background: #f7e700;
}
.feedback input:not([type="submit"])  {
    padding: 10px 5px 10px 20px;
    width: 200px;
    background: #4D4D52;
    outline: none;
    border: 1px solid white;
    margin-right: 50px;
    color: white;
}
.feedback  input[type="checkbox"] { padding: 10px; width: 20px; margin: 0 }

.feedback input[type="submit"] {
    border: 1px solid white;
    background: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #003A5D;
    font-weight: bold;
    letter-spacing: 2px;
    transition: all 0.5s;
}
.feedback input[type="submit"]:hover {
    background: #003A5D;
    color: white;
}
.feedback h3 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
::-webkit-input-placeholder {
    color: white; 
}
::-moz-placeholder          {
    color: white; 
}/* Firefox 19+ */
:-moz-placeholder           {
    color: white; 
}/* Firefox 18- */
:-ms-input-placeholder      {
    color: white; 
}
#myModal ::-webkit-input-placeholder {
    color: #5D5B5B; 
}
#myModal ::-moz-placeholder          {
    color: #5D5B5B; 
}/* Firefox 19+ */
#myModal :-moz-placeholder           {
    color: #5D5B5B; 
}/* Firefox 18- */
#myModal :-ms-input-placeholder      {
    color: #5D5B5B; 
}
.projects .flipp-container {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
    float: left;
    width: 25%;
    height: 360px;
}
.flipp-block {
    width: 100%;
    height: 100%;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.flipp-block .front {
    background-repeat: no-repeat;
    background-size: cover;
}
.flipp-container:hover .flipp-block {
    transform: rotateY(180deg);
}
.flipp-block .front, .flipp-block .projectBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flipp-block .front {
 z-index: 2;
}
.flipp-block .projectBlock {
 transform: rotateY(180deg);
 backface-visibility: hidden;
 z-index: 3;
}
.projectBlock div {
	height: 100%;
    background-color: rgba(37, 71, 52, 0.8);
    text-align: center;
}
.projectBlock h3 {
	font-size: 20px;
    color: white;
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
    top: 40%;
}
.projectBlock p {
	font-size: 20px;
    color: white;
}
.projectBlock img {
    position: absolute;
    top: 70%;
}
.tax-menu {
	padding: 30px 0;
}
.tax-menu .container {
	display: flex;
    justify-content: space-between;
}
.tax-menu .container::before, .tax-menu .container::after {
	display: none;
}
.tax-menu .container .block {
	width: 275px;
    height: 45px;
    border: 2px solid #003A5D;
    padding: 5px 30px 5px 60px;
    cursor: pointer;
    position: relative;
	margin: 0 5px;
}
.tax-menu .container .block:first-child, .tax-menu .container .block:last-child {
	margin: 0;
}
.tax-menu .container .block .img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
}
.tax-menu .container .block .dropdown {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: url(../images/Shape-6-copy.png) center center no-repeat;
}
.tax-menu .container .block p {
	font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    color: #303030;
    font-family: 'OpenSansBold';
	margin: 0;
}
.tax-menu .container .block a {
	height: 100%;
    display: flex;
    align-items: center;
}
.tax-menu .container .block .dropdown_ul {
	position: absolute;
    border: 2px solid #003A5D;
    list-style: none;
    width: calc(100% + 4px);
    left: -2px;
    top: -30px;
    background-color: white;
    z-index: 1;
    padding: 0 5px;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.5s, opacity 0.5s, top 0.5s;
}
.tax-menu .container .block .dropdown_ul.active {
    top: 45px;
	opacity: 1;
	visibility: visible;
}
.tax-menu .container .block .dropdown_ul li {
    padding: 5px;
    border-bottom: 1px dotted #003A5D;
}
.tax-menu .container .block .dropdown_ul li:last-child {
    border-bottom: none;
}
.tax-elements .container {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tax-elements .container::before, .tax-elements .container::after {
	display: none;
}
.tax-elements h2, .tax-elements h1 {
	margin-bottom: 30px;
    color: #303030;
}
.tax-elements .container > a {
	flex-basis: 100%;
	text-align: center;
}
.tax-elements .block {
	width: 48%;
    height: 90px;
    border: 2px #003A5D solid;
    padding: 15px 10px 15px 20px;
    position: relative;
    margin: 0 0 30px;
}
.tax-elements .block:last-child, .tax-elements .block:nth-last-child(2) {
    margin: 0px;
}
.tax-elements .block:nth-child(odd):last-child {
    margin: 0 auto 30px;
}
.tax-elements img {
	width: auto;
    height: 105px;
    position: relative;
    top: -24px;
}
.tax-elements .img {
	position: relative;
    float: left;
    margin-right: 15px;
}
.tax-elements .img::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: RGBA(162,28,33,1);
    top: -28px;
    left: -4px;
}
.tax-elements p {
    font-size: 18px;
    letter-spacing: 1px;
	line-height: 20px;
}
.tax-elements .block a {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 14px;
    font-family: 'OpenSansBold';
    color: #5D5B5B;
	transition: color 0.5s;
}
.tax-elements .block a:hover {
    color: #003A5D;
}
.header-content h1 {
	margin: 25px 0 0;
}
.team .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team .container.contact {
    display: block;
}
.team .container.contact a {
    color: inherit;
}
.team .container::before, .team .container::after {
    display: none;
}
.team h1 {
    flex-basis: 100%;
}
.team h3 {
    font-size: 22px;
    margin-bottom: 30px;
    flex-basis: 100%;
    color: black;
}
.team .block {
    width: 25%;
    padding: 30px 15px;
    text-align: center;
}
.team .block .img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.team .block img {
    transition: 0.5s;
}
.team .block .img img {
    position: absolute;
    max-width: none;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.team .block .img img:hover {
    -webkit-transform: scale(1.2) translate(-40%, -40%);
    -moz-transform: scale(1.2) translate(-40%, -40%);
    -o-transform: scale(1.2) translate(-40%, -40%);
    transform: scale(1.2) translate(-40%, -40%);
}
.big {
    text-transform: uppercase;
}
.team .block h4 {
        margin: 40px 0 15px;
}
.team .block p {
    margin-bottom: 0;
}
.contact .col-md-6 {
    text-align: left;
}
.contact .col-md-6 p, .contact .col-md-6 img {
    margin-bottom: 10px;
}
.contact h4 {
    font-size: 18px;
    color: #787878;
    text-transform: uppercase;
}
.contact .col-md-6 p {
    font-family: 'oswald-bold';
    font-size: 18px;
    color: #303030;
}

.galarySlider {
	margin-top: 15px;
}
.slider_s .sliderBig {
	display: inline-block;
    width: 78%;
    height: 260px;
    border: 3px solid white;
    border-radius: 5px;
    box-shadow: 6px 9px 5px -2px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}
.slider_s .sliderBig .slick-list, .slider_s .sliderBig .slick-track, .slider_s .sliderBig .slick-slide, .slider_s .sliderBig .slick-slide img {
    height: 100%;
}
.slider_s .sliderBig .slick-slide {
    overflow: hidden;
	background-size: cover;
}
.slider_s .sliderBig .slick-slide img {
    max-width: none;
}
.slider_s .sliderSmall {
	display: inline-block;
    width: 22%;
    height: 260px;
    vertical-align: top;
}
.slider_s .sliderSmall .slick-list {
    padding: 0px 0px 4px 0px;
}
.slider_s .sliderSmall .slick-slide {
    margin: 0px 8px 4px;
    border: 3px solid transparent;
    border-radius: 5px;
	height: 62px;
	overflow: hidden;
}
.slider_s .sliderSmall .slick-slide.slick-active {
    margin: 0px 8px 4px;
    border: 3px solid white;
    border-radius: 5px;
    box-shadow: 5px 6px 10px -2px rgba(0, 0, 0, 0.4);
}
.video_galery .video_frame {
	width: 950px;
    position: relative;
    margin: 0 auto 10px;
}
.video_galery .video_frame .cont {
	padding-top: 56.25%;
}
.video_galery .video_frame iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.video_galery .slider {
	width: 960px;
	margin: 0 auto;
}
.video_galery .slider .slick-track {
	margin: 0 auto;
}
.video_galery .slider .slick-slide {
	margin: 0 5px;
	position: relative;
	height: 130px;
	width: 230px;
	cursor: pointer;
}
.video_galery .slider .slick-slide span {
	display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 4px;
    color: hsl(0, 0%, 100%);
    background-color: hsl(0, 0%, 6.7%);
    opacity: .8;
    padding: 2px 4px;
    border-radius: 2px;
    letter-spacing: .5px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: inline-flex;
    font-family: Roboto, Arial, sans-serif;
	font-weight: 600;
}
.video_galery .slider .slick-prev::before, .video_galery .slider .slick-next::before {
    display: none;
}
.video_galery .slider .slick-prev, .video_galery .slider .slick-next, .video_galery .slider .slick-prev:hover, .video_galery .slider .slick-next:hover {
    width: 30px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}
.video_galery .slider .slick-prev, .video_galery .slider .slick-prev:hover {
    background-image: url(../images/arrLeft.jpg);
}
.video_galery .slider .slick-next, .video_galery .slider .slick-next:hover {
    background-image: url(../images/arrRight.jpg);
}
.borderShadow {
	border: 3px solid white;
    border-radius: 5px;
    box-shadow: 6px 9px 5px -2px rgba(0, 0, 0, 0.4);
}
.borderShadow.otherShaddow {
	box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.4);
}
.bigText {
    background-color: #F2F3F8;
    padding: 50px 0;
}
.bigText h2 {
    margin: 0;
    padding-left: 80px;
    color: #303030;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 30px;
}
section.bigText .container h2::after {
    top: 15px;
    left: 20px;
}
h2.small {
    font-size: 22px;
    margin: 10px 0 25px;
}
h3.sub {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 15px;
}
ul.harakteristiki {
    padding-left: 15px;
    list-style: none;
}
.galarySlider .slick-slide {
	margin: 0 6px 9px;
}
.sertifikaty h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.sertif-cont {
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.sertif-cont .sertif {
    width: 24%;
    margin-right: 1.33%;
    background: url(../images/sertif.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 36%;
    position: relative;
	margin-bottom: 1.33%;
}
.sertif-cont .sertif:nth-child(4n+4) {
    margin-right: 0;
}
.sertif-cont .sertif > img, .sertif-cont .sertif > h4, .sertif-cont .sertif > a {
    position: absolute;
}
.sertif-cont .sertif img:first-child {
    top: 13%;
    left: 13%;
    width: 37%;
}
.sertif-cont .sertif > h4 {
    left: 15%;
    bottom: 42%;
    width: 74%;
    color: white;
    line-height: 140%;
}
.sertif-cont .sertif img:nth-last-child(2) {
    bottom: 18%;
    right: 11%;
}
.sertif-cont .sertif > a {
    bottom: 5%;
    right: 5%;
    font-family: "oswald-bold", sans-serif;
    font-size: 14px;
    color: #003A5D;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.sertif-cont .sertif > a img {
    vertical-align: bottom;
    display: inline-block;
}
.sertif-cont .sertif > a span {
    margin: 0;
    vertical-align: bottom;
    display: inline-block;
    line-height: 14px;
}
.articles h3 {
    color: #003A5D;
    margin-bottom: 20px;
    margin-top: 5px;
}
.simple_ul {
    padding-left: 25px;
    list-style-image: url(../images/Rounded-Rectangle-6.png);
    color: #5D5B5B;
    font-size: 16px;
    letter-spacing: 1.7px;
}
.simple_ul li {
    margin: 10px 0;
}
section.sub-rubric {
    padding: 0;
    margin-bottom: -50px;
}
.sub-rubric .container {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sub-rubric .container:after, .sub-rubric .container:before {
	display: none;
}
.sub-rubric .block {
	flex-basis: 30%;
    text-align: center;
    margin-bottom: 50px;
}
.sub-rubric .block:nth-child(3n-1):last-child {
    margin-right: 35%;
}
.sub-rubric .block .img {
	margin-bottom: 30px;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.sub-rubric .block .img img {
	height: 100%;
    width: auto;
    max-width: none;
}
.sub-rubric .block h3 {
    margin-bottom: 25px;
}
.imTwo {
    margin: 50px 0 0;
}
.imTwo img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.imCapt {
    font-size: 18px;
    width: 90%;
    margin: 25px auto;
    padding: 5px 5px 5px 15px;
    background-color: #F2F3F8;
}
/*Table style*/
.table {
	display: table;
    border-collapse: collapse;
	margin-bottom: 0px;
	position: relative;
}
.table .tr {
	display: table-row;
}
.table.capt .tr:first-child .td, .table.capt .td.mob {
    font-family: 'OpenSansBold';
    color: black;
}
.table.capt .table .tr:first-child .td {
    font-family: 'OpenSansRegular';
	color: #5D5B5B;
}
.table .td {
	display: table-cell;
    border: 1px solid #6f6e6e;
    padding: 10px 20px;
    color: #5D5B5B;
    font-size: 16px;
    letter-spacing: 1.7px;
	vertical-align: middle;
}
.table .td.mob {
	display: none;
}
.table .td.rowspanned.first {
    margin: -1px;
}
.table .td.rowspanned {
	position: absolute;
    padding: 0;
    border: none;
    margin: -1px -1px 0px -1px;
}
.table .td.rowspanned .table {
	height: 100%;
}
.table .td.rowspan2 {
	height: 86px;
}
.table .td.rowspan3 {
	height: 129px;
}
.table .td.rowspan4 {
	height: 173px;
}
.table .td.empty {
	border: none;
}
@media (max-width: 992px) {
    .table, .table .td.mob, .table .td, .table .tr {
        display: block;
    }
	.table {
        text-align: center;
    }
	.table .td.empty {
		display: none;
	}
    .table.capt .tr:first-child .td {
        display: none;
    }
	.table.capt .table .tr:first-child .td {
        display: block;
    }
	.table .td.rowspanned {
        margin: 0px!important;
		height: auto!important;
		width: 100%!important;
		position: relative;
	}
	.table .td {
		width: 100%!important;
	}
}
/*End table style*/
/*Slider head style*/
.smallHead {
    padding-bottom: 165px;
    position: relative;
    margin-bottom: 32px;
}
.contSlide {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px
}
.smallHead .slider, .smallHead .slick-list, .smallHead .slick-track {
    height: 100%;
}
.smallHead .slider {
    width: 1775px;
    margin: 0;
    overflow: hidden;
    position: absolute;
}
@media screen and (min-width: 1600px) {
	.smallHead .slider {
		width: 113%;
	}
}
.smallHead img {
    width: 110%;
    max-width: none;
    transform: skew(10deg);
    position: absolute;
    left: -5%;
}
.smallHead .slider .slick-slide > div {
    transform: skew(-10deg);
    border-style: solid;
    border-width: 0px 1px 0px 2px;
    border-color: #E7E7E9;
    overflow: hidden;
    margin-left: -2px;
	width: 16%;
	height: 100%;
	float: left;
}
.smallHead .slider .slick-slide .overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    transition: background 1s;
}
.smallHead .slider .slick-slide .overlay.two {
    background: RGBA(85,85,89,0.82);
}
.smallHead .slider .slick-slide .overlay.two:hover {
    background: RGBA(85,85,89,1);
}
.smallHead .slider .slick-slide ul li a {
    color: white;
    font-size: 12px;
    font-family: 'OpenSansBold';
    position: relative;
	letter-spacing: 1.5px;
}
.smallHead .slider .slick-slide ul li a::before {
    content: '';
    width: 0;
    height: 1px;
    background: white;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transition: width 1s, left 1s;
}
.smallHead .slider .slick-slide ul li a:hover::before {
    width: 100%;
    left: 0;
}
.smallHead .slider .slick-slide ul {
    list-style: none;
    transform: skew(10deg);
    position: relative;
    left: 20px;
}
.smallHead .slider .slick-slide ul li {
    font-size: 13.5px;
}
/*End Slider head style*/
/*Breadcrumbs style*/
header #breadcrumbs {
    position: relative;
    z-index: 1;
}
header #breadcrumbs a {
    color: #003A5D;
    font-weight: 600;
	transition: 0.5s;
}
header #breadcrumbs a:hover {
    color: #FD6B0D;
}
/*End Breadcrumbs style*/
.arrSlider .slick-slide {
	margin: 10px 20px 0;
}
.arrSlider .slick-slide img {
	width: 100%;
}
.arrSlider .slick-slide .imCapt {
	width: 100%;
}
.arrSlider .slick-prev::before, .arrSlider .slick-next::before {
    display: none;
}
.arrSlider .slick-prev, .arrSlider .slick-next, .arrSlider .slick-prev:hover, .arrSlider .slick-next:hover, .arrSlider .slick-prev:focus, .arrSlider .slick-next:focus {
    width: 30px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}
.arrSlider .slick-prev, .arrSlider .slick-prev:hover, .arrSlider .slick-prev:focus {
    background-image: url(../images/arrLeft.jpg);
}
.arrSlider .slick-next, .arrSlider .slick-next:hover, .arrSlider .slick-next:focus {
    background-image: url(../images/arrRight.jpg);
}
p.strong {
    font-family: "OpenSansBold";
    color: #303030;
}
footer {
    background-color: #3A4851;
}
footer .footer-top {
    background-image: url(../images/Rectangle.jpg);
    background-size: cover;
    padding: 35px 0;
}
footer .footer-bottom {
    padding: 35px 15px;
}
footer .footer-bottom img {
    width: 120px;
    float: left;
    margin-right: 30px;
}
.footer-top .addr, .footer-top .tel {
    margin: 35px 0;
}
.footer-top .addr img {
    float: left;
    width: 136px;
    height: 83px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-right: 15px;
}
.footer-top  p {
    margin: 0;
    color: white;
	font-size: 15px;
}
.footer-top  p a {
    color: inherit;
}
.footer-top  h3 {
    color: white;
}
.footer-top  ul {
    list-style: none;
    font-size: 14px;
}
.footer-top  ul li.menu-item-has-children {
    margin-top: 20px;
}
.footer-top  ul li.menu-item-has-children.special {
    margin-top: 0px;
}
.footer-top  ul a, .footer-top  ul a:focus, .footer-top  ul a:visited {
    color: white;
    transition: all 0.5s;
    font-weight: bold;
}
.footer-top  ul.sub-menu a {
    font-weight: normal;
}
.footer-top  ul a:hover {
    color: #FD6B0D;
}
.footer-top .socIcons {
    margin-bottom: 30px;
    font-size: 20px;
}
.footer-top .socIcons li {
    display: inline-block;
    padding: 0 5px;
}
.footer-top .socIcons li a, .footer-top .socIcons li a:focus, .footer-top .socIcons li a:visited {
    font-weight: 400;
}
footer .footer-bottom p {
    font-family: 'oswald-regular'; 
    font-size: 22px;
    position: relative;
    color: #A9A5A5;
	text-transform: uppercase;
}
footer .footer-bottom p::before {
    content: "";
    position: absolute;
    width: 1px;
    left: 135px;
    height: 100%;
    background-color: #A9A5A5;
}
.gmap_canvas {
    width: 100%;
	height: 530px;
	margin-bottom: -5px;
}
/*Company group dropdown*/
@media screen and (min-width: 320px) {
.dropdown-toggle:after {
    transition: all 0.25s linear;
}
  .preHeader .company-group-dropdown {
    padding: 0;
  }
  .preHeader .company-group-dropdown .company-group {
    width: 100%;
    top: -30px;
  }
  .preHeader .company-group-dropdown .dropdown {
    text-align: right;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu {
    -webkit-transform: translate3d(0, -110%, 0);
            transform: translate3d(0, -110%, 0);
    visibility: hidden;
    display: block;
    background-color: #fff;
    top: 88%;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .close {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
    background: url("../images/icon_close.png") no-repeat center center;
    opacity: 0.5;
    z-index: 999;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company {
    cursor: pointer;
    overflow: hidden;
    border-top: 1px solid #ced0d9;

    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    color: #333;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company.company-group-site {
    border-bottom: 2px solid #ff7919;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company.company-group-site .company-logo {
    padding: 12px 0 12px 20px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company.facade-systems {
    border-bottom: 2px solid #a89f9d;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company.translucent-constructions {
    border-bottom: 2px solid #487d25;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company.glass-processing {
    border-bottom: 2px solid #3e88c2;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company.pvc-design {
    border-bottom: 2px solid #b42613;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company.aluminium-ceiling {
    border-bottom: 2px solid #004261;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company.aluminium-extrusion {
    border-bottom: 2px solid #0e0e10;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company .corner {
    position: absolute;
    opacity: 0;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company .corner.top-right {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company .corner.bottom-left {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company .corner.bottom-right {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company .corner.top-left {
    top: 40px;
    left: 40px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company .corner.top-right {
    top: 40px;
    right: 40px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company .corner.bottom-left {
    bottom: 40px;
    left: 40px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company .corner.bottom-right {
    bottom: 40px;
    right: 40px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company:hover .corner {
    opacity: 1;
    -webkit-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company:hover .corner.top-left {
    top: 0;
    left: 10px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company:hover .corner.top-right {
    top: 1px;
    right: 10px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company:hover .corner.bottom-left {
    bottom: 1px;
    left: 9px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company:hover .corner.bottom-right {
    bottom: 1px;
    right: 11px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company-logo,
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company-name {
    display: inline-block;
    margin: 0 0 0 -4px;
    float: none;
    vertical-align: middle;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company-name {
    padding: 0 0 0 20px;
    font-size: 14px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company-logo {
    padding: 15px 0 15px 20px;
  }
  .preHeader .company-group-dropdown #company-group-dropdown-menu .company-logo img {
    width: 100%;
    max-width: 96px;
  }
}
@media screen and (min-width: 768px) {
  .preHeader .company-group-dropdown .dropdown {
    text-align: center;
  }
  .preHeader .company-group-dropdown .dropdown #company-group {
    margin: 0;
    -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
            transform: translateX(-45%);
    background-position: 11px 3px;
  }
  .preHeader .company-group-dropdown .dropdown #company-group:after {
    right: 4px;
  }
  .preHeader .company-group-dropdown .dropdown.open #company-group:after {
    right: 10px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 30%;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu {
    top: 85px;
	background-image: url(https://www.amtt.ua/wp-content/themes/twentyseventeen/assets/images/new_logo/Fon_logo.png);
    background-size: 98% 50%;
    background-repeat: no-repeat repeat;
    background-position: center 0;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company {
    height: 185px;
    max-height: 100%;
    float: none;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 -4px;
    border-bottom-width: 10px;
    opacity: 0;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company-logo, .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company-name {
    text-align: center;
    padding: 15px 0;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company-logo {
    padding-top: 25px;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company-logo img {
    max-width: 180px;
    max-height: 60px;
    width: auto;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company.company-group-site .company-logo {
    padding: 25px 0 15px 0;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company:hover .corner {
    opacity: 1;
    -webkit-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company:hover .corner.top-left {
    top: 10px;
    left: 10px;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company:hover .corner.top-right {
    top: 10px;
    right: 10px;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company:hover .corner.bottom-left {
    bottom: 10px;
    left: 10px;
  }
  .preHeader .company-group-dropdown .dropdown #company-group-dropdown-menu .company:hover .corner.bottom-right {
    bottom: 10px;
    right: 10px;
  }
}
/*end Company group dropdown*/
@media (max-width: 1200px) and (min-width: 992px) {
	.smallHead .slider {
		width: 1300px;
	}
	.smallHead .slider .slick-slide > div {
		width: 20%;
	}
	.smallHead .slider .slick-slide > div:last-child {
		display: none;
	}
	body {
		margin-top: 93px;
	}
}
@media (max-width: 1100px) {
	.products-blocks .overlay {
		top: 50%;
	}
	.products-blocks .block h3 {
		font-size: 16px;
	}
	.products-blocks .block a {
		margin-left: -72px;
		font-size: 14px;
		padding: 10px 30px;
	}
	.sam-blocks.o-nas.active .block:after {
		display: none;
	}
	.vid iframe {
		position: absolute;
		display: inline-block;
		width: 100%;
		left: 0%;
		height: 100%;
	}
}
@media (max-width: 767px) {
	.logo img {
        padding-top: 15px;
        width: 200px;
    }
    h1 {
        font-size: 35px;
    }
    h3 {
        font-size: 18px;
    }
    .caption {
        position: relative;
        top: 0;
        left: 0;
        margin: 100px -5px 0;
    }
    .caption h1 {
        padding-bottom: 20px;
    }
    .toScreen {
        display: none;
    }
    .toMobScreen {
        display: block;
        padding: 10px 0;
    }
    .openSolution li {
        width: 100%;
        margin: 10px 0;
    }
    section.ourAdvantages ul li {
        width: 100%;
        margin: 15px 0 15px 0;
    }
    section.ourAdvantages h2 {
        margin-top: 20px;
    }
    .pricePlan {
        margin: 0 15px 30px;
        width: 100%;
    }
    .pricePlan .button {
        margin: 40px auto 0;
    }
    .video img {
        display: block;
        margin: 10px auto;
    }
    menu {
        position: absolute;
        margin: 15px -15px 0;
        left: 0;
        right: 0;
        bottom: 0;
        top: 60px;
        z-index: 1;
    }
    menu::after, menu::before {
        display: none;
    }
    menu ul li {
        display: block;
        padding: 5px 8px;
    }
    a.menuToggle {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
	.subRubrics .block {
		flex-basis: 100%;
		max-width: 400px;
		margin: auto;
	}
	.subRubrics .block .img {
		width: 100%;
		height: 60vw;
		max-height: 250px;
	}
}
.mobLogo {
    display: none;
}
.preHeader .pull-right span br {
    display: none;
}
.preHeader .call {
	display: none;
}
html[lang="de-DE"] .preHeader .company-group-dropdown .dropdown #company-group {
	font-size: 14px;
    padding-right: 25px;
    padding-left: 35px;
}
@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
}
@media (min-width: 1500px) {
    .container {
        width: 80%;
    }
}
.search-panel ul.socialMenu {
	display: none;
}
@media (max-width: 992px) {
	body {
		margin-top: 0;
	}
	.admin-bar .preHeader {
		top: 0;
	}
	.preHeader {
		position: relative;
		padding: 0;
		height: 200px;
		z-index: auto;
	}
	.preHeader ul.socialMenu {
		display: none;
	}
	.preHeader .pull-right span br {
		display: block;
	}
	.preHeader .pull-left span::before, .preHeader .pull-right span::before {
		display: none;
	}
	.preHeader .pull-right span.call::before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background-size: 100%;
	}
	.preHeader .pull-right span.call {
		left: 0;
		position: relative;
		top: 0;
		padding-left: 35px;
		padding: 5px 10px 5px 30px;
		font-size: 11px;
		margin-top: 10px;
	}
	.preHeader .pull-left span, .preHeader .pull-right span {
		padding-left: 0px;
		float: none;
	}
	.mobLogo {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 0 -15px;
		background-color: white;
	}
	.mobLogo img {
		width: 150px;
	}
	.mobLogo.logo_en img {
		width: 120px;
	}
	.preHeader .pull-left, .preHeader .pull-right {
		margin-bottom: 10px;
		width: 40%;
		font-size: 14px;
		position: absolute;
		top: 80px;
		left: 20px;
	}
	.preHeader .company-group-dropdown {
		position: absolute;
		top: 100px;
		left: 0;
		width: calc(100% - 10px);
	}
	a.menuToggle {
		display: block;
		position: absolute;
		top: 18px;
		right: 20px;
	}
	#company-group {
		position: absolute;
		display: block;
		right: calc(50% - 175px);
		left: auto;
		top: 3px;
		margin: 0;
	}
	.preHeader .pull-right {
		width: 45%;
		left: calc(50% + 5px);
	}
	.preHeader ul {
		margin-top: 5px;
		float: none;
	}
	a.logo {
		display: none;
	}
	.productOpen-container {
		position: relative;
	}
	.menu, body:not(.home) .menu {
		position: fixed;
		display: none;
		height: 100vh;
		top: 0;
		padding: 0;
		background-color: rgba(0,0,0,0.9);
		z-index: 3;
		overflow-y: auto;
		min-height: 100vh;
	}
	menu .sub_menu li {
		padding: 5px 0 5px 10px;
	}
	html.static {
		overflow: hidden;
	}
	.product_menu {
		display: none;
	}
	.admin-bar .menu, body:not(.home) .menu {
		top: 32px;
	}
	menu ul li a, menu ul li a:hover, menu ul li a:focus {
		color: white;
		display: block;
	}
	.productOpen::after {
		position: absolute;
		content: '+';
		right: 30px;
		top: 1px;
		color: white;
		font-size: 30px;
	}
	.productOpen.open::after {
		content: '-';
	}
	.search-panel ul.wpm-language-switcher {
		position: relative;
		background-color: transparent;
		height: auto;
		width: auto;
		top: 0;
		right: 0;
		border: none;
		margin-right: 15px;
	}
	.search-panel ul.wpm-language-switcher::after {
		display: none;
	}
	.search-panel ul li {
		display: inline-block!important;
	}
	.search-panel .call {
		display: none;
	}
	.preHeader .call {
		display: inline-block;
		position: absolute;
		top: 220px;
		left: calc(50% - 100px);
	}
	html[lang="en-US"] .preHeader .call {
		left: calc(50% - 78px);
	}
	header {
		height: auto;
		background-image: none;
	}
	menu {
		display: block;
		position: relative;
		bottom: 0px;
		top: 70px;
		right: 0px;
		padding: 0;
	}
	menu ul li {
		display: block;
		padding: 10px 8px;
	}
	.search-panel {
		position: relative;
		right: auto;
		top: 30px;
		left: 0;
	}
	.search-panel ul li a {
		color: white;
	}
	.search-form {
		top: 40px;
	}
	.search-panel ul.socialMenu {
		display: block;
		margin-top: 15px;
	}
	.search-panel ul.socialMenu li a {
		font: normal normal normal 14px/1 FontAwesome;
	}
	a.menuToggle.active {
		top: -55px;
		left: calc(100% - 50px);
		z-index: 4;
	}
	.bottomHead {
		padding-bottom: 110%;
		overflow: hidden;
	}
	body:not(.home) .bottomHead {
		margin-bottom: 20px;
	}
	.rhombHeader .block {
		display: none;
		width: 60%;
		padding-bottom: 60%;
	}
	.rhombHeader .block.bigSize {
		width: 60%;
		padding-bottom: 60%;
	}
	.rhombHeader .block.smallSize {
		width: 15%;
		padding-bottom: 15%;
	}
	.rhombHeader .block.forMob {
		display: block;
	}
	.rhombHeader .block:nth-child(1) {
		left: 44%!important;
		top: 3%!important;
	}
	.rhombHeader .block:nth-child(2) {
		left: -6%!important;
		top: 23%!important;
		width: 50%;
		padding-bottom: 50%;
	}
	.rhombHeader .block:nth-child(3) {
		left: 58%!important;
		top: 33.5%!important;
		width: 50%;
		padding-bottom: 50%;
	}
	.rhombHeader .block:nth-child(10) {
		left: 20%!important;
		top: -12%!important;
		width: 74%;
		padding-bottom: 74%;
	}
	.rhombHeader .block:nth-child(11) {
		left: 8.5%!important;
		top: 47%!important;
		width: 74%;
		padding-bottom: 74%;
	}
	.rhombHeader .block:nth-child(12) {
		left: 44%!important;
		top: 85%!important;
	}
	.rhombHeader .block:nth-child(14) {
		left: 21.5%!important;
		top: 22%!important;
	}
	.rhombHeader .block .revers .content .textCont {
		line-height: 130%;
		font-size: 3.8vw;
		top: 48%;
	}
	body:not(.home) .block .revers .content .textCont {
		top: 50%;
	}
	.rhombHeader .block .revers .content .textCont h1, .rhombHeader .block .revers .content .textCont h2 {
		font-size: 3.8vw;
		line-height: 130%;
	}
	.rhombHeader::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 4px;
		bottom: 0px;
		left: 0;
		background-color: #FD6B0D;
	}
	body:not(.home) .bottomHead {
		padding-bottom: 110%;
	}
	body:not(.home) .rhombHeader .block:nth-child(2) {
		left: 7.5%!important;
		top: 44.5%!important;
		width: 74%;
		padding-bottom: 74%;
	}
	body:not(.home) .rhombHeader .block:nth-child(4) {
		width: 50%;
		padding-bottom: 50%;
		left: -7.5%!important;
		top: 20.4%!important;
	}
	body:not(.home) .rhombHeader .block:nth-child(7) {
		width: 74%;
		padding-bottom: 74%;
		left: 20%!important;
		top: -14%!important;
	}
	body:not(.home) .rhombHeader .block:nth-child(9) { 
		width: 50%;
		padding-bottom: 50%;
		left: 58.3%!important;
		top: 31.5%!important;
	}
	h1 .roundBtn, h2 .roundBtn, h3 .roundBtn {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	body:not(.home) .contSlide {
		display: none;
	}
	.blocks .block {
		flex-basis: 100%;
		max-width: 400px;
		margin: auto;
		padding-bottom: 50px;
	}
	.sam-blocks.active .block:after {
		display: none;
	}
	.products-blocks .block {
		max-width: 400px;
		padding-bottom: 300px;
	}
	.production > .container > img {
		position: relative;
		width: 100%;
		height: 50%;
		left: 0%;
		top: 0;
	}
	.new_article .col-md-6 {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.tax-elements .block {
		width: 100%;
	}
	.tax-elements .block:last-child, .tax-elements .block:nth-last-child(2) {
		margin-bottom: 30px;
	}
	.products .block {
		padding-bottom: 0;
	}
	.products .overlay:before, .products .overlay:after, .products .block:nth-child(even) .overlay:before, .products .block:nth-child(even) .overlay:after {
		transform: none;
	}
	.products .overlay {
		height: 100%;
		top: 0%;
	}
	.products .block:hover .overlay {
		top: 0;
	}
	.products .block h3, .products .block:hover h3 {
		top: 30%;
	}
	.products .block a, .products .block:hover a {
		top: 50%;
	}
	.products .block:nth-child(even) .overlay, .products .block:nth-child(even):hover .overlay {
		top: 0;
	}
	.products .block:nth-child(even):hover h3, .products .block:nth-child(even) h3 {
		top: auto;
		bottom: 30%;
	}
	.products .block:nth-child(even):hover a, .products .block:nth-child(even) a {
		top: 40%;
	}
	.projects .block {
		padding-bottom: 0;
	}
	.materials .block {
		flex-basis: 100%;
		max-width: 300px;
		height: 110vw;
		max-height: 340px;
		margin: 15px auto 30px;
	}
	.project-blocks .block {
		flex-basis: 100%;
		padding-bottom: 80%;
		max-width: none;
		margin-bottom: 30px;
	}
	.project-blocks .img, .project-blocks .text_block {
		width: 100%;
		height: 60%;
		left: 0;
	}
	.project-blocks .img {
		top: 0;
	}
	.project-blocks .text_block {
		top: 60%;
		height: 40%;
		display: block;
	}
	.project-blocks .block:nth-child(even) .img {
		left: 0%;
	}
	.project-blocks .cont {
		display: block;
		text-align: center;
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	.project-blocks .cont h2 {
		font-size: 20px;
	}
	.project-blocks .block .button {
		padding: 5px 20px;
		font-size: 14px;
	}
	.colors_p .block {
		flex-basis: 50%;
		padding-bottom: 50%;
		margin-bottom: 15px;
	}
	.promo > .container > img {
		right: 50%;
		height: 300px;
		transform: translateX(50%);
	}
	.promo .text_container {
		width: 100%;
		padding: 0px 0 300px;
	}
	.calcHref .container {
		text-align: center;
		margin-bottom: -15px;
	}
	.calcHref span, .calcHref a {
		display: inline-block;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		margin-bottom: 15px;
	}
	.calc-form .form-cont {
		flex-wrap: wrap;
	}
	.calc-form .wpcf7-form-control-wrap {
		flex-basis: 100%;
	}
	.imgWithBg {
		margin-bottom: 45px;
	}
	.nav li {
		display: block;
	}
	.nav li a {
		display: inline-block;
	}
	.for_button .button {
		display: block;
		margin: 0 auto 15px!important;
		width: fit-content;
	}
	.feedback input:not([type="submit"]) {
		margin: 10px auto;
	}
	.feedback input[type="submit"] {
		margin: 20px auto 0px;
		display: block;
	}
	.feedback .wpcf7-form-control-wrap {
		margin-right: 15px;
	}
	.footer-top .pull-right, .footer-top .pull-left {
		float: none!important;
		margin-top: 15px;
	}
	footer .footer-bottom img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	footer .footer-bottom p {
		padding-left: 15px;
		padding-top: 10px;
		margin-left: 15px;
	}
	footer .footer-bottom p::before {
		left: 0;
	}
	.smallHead {
		padding-bottom: 0;
	}
	.smallHead .breadcrumbs {
		top: -32px;
	}
	.rules .col-md-3 {
		padding: 30px 20%;
		text-align: center;
	}
	.sam-blocks.o-nas {
		flex-wrap: wrap;
	}
	.sam-blocks.o-nas .block {
		padding-bottom: 50px;
		flex-basis: 50%;
	}
	.chronic .bigSliderChronic, .chronic .bigSliderChronicDouble {
		width: 100%;
	}
	.chronic .bigSliderChronicDouble {
		padding-bottom: 0;
		margin: 5px 0;
	}
	.chronic .bigSliderChronicDouble .slick-list {
		position: relative;
	}
	.chronic .bigSliderChronicDouble .slick-track {
		height: auto;
		min-width: 100%;
	}
	.chronic .bigSliderChronicDouble .slick-slide {
		width: 32%!important;
		padding: 0;
		margin: 0 1.33% 0 0;
		height: 100%;
	}
	.chronic .bigSliderChronicDouble .slick-slide > div {
		position: relative;
		width: 100%;
		margin: 0;
	}
	.chronic .bigSliderChronicDouble .slick-slide > div:nth-child(odd) {
		margin: 0;
		left: 0;
		right: auto;
	}
	.chronic .bigSliderChronic .slick-slide > div > div, .chronic .bigSliderChronicDouble .slick-slide > div > div > div {
		position: relative;
	}
	.chronic .bigSliderChronicDouble .slick-slide > div > div > div {
		width: 20vw;
		height: 12vw;
	}
	.vid {
		padding-bottom: 57%;
	}
	.vid iframe {
		width: 100%;
		left: 0%;
	}
	.preHeader .company-group-dropdown .dropdown #company-group {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	html[lang="en-US"] .preHeader .company-group-dropdown .dropdown #company-group, html[lang="tr"] .preHeader .company-group-dropdown .dropdown #company-group, html[lang="de"] .preHeader .company-group-dropdown .dropdown #company-group, html[lang="ro"] .preHeader .company-group-dropdown .dropdown #company-group {
		font-size: 14px;
		padding-left: 35px;
	}
    .video_cont {
        width: 100%;
    }
	.forms .wpcf7 {
        padding: 15px 10px 35px 10px;
    }
	.tel-473 input {
		max-width: 100%;
		margin-bottom: 30px;
	}
	#wpcf7-f65-o4 input[type="submit"] {
		display: block;
		margin: 0 auto;
	}
	#myModal .modal-dialog {
		margin-top: 100px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
    .project_block .block {
        max-width: none;
        flex-basis: 50%;
        margin: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    .project_block .block:not(.imgWithBg) {
        padding: 0;
    }
    .project_block .imgWithBg img, .project_block:nth-child(2n+1) .imgWithBg img {
        width: calc(100% - 30px);
        left: 15px;
    }
    .project_block .text_cont {
        padding: 30px 15px;
    }
    .project_block .button {
        margin-top: 0px;
    }
    .project_block:nth-child(2n+1) .block.imgWithBg, .project_block:nth-child(2n+1) .block:not(.imgWithBg) {
        left: 0%;
    }
	.line_calc {
		flex-wrap: wrap;
	}
	.line_calc .input_imit {
		flex-basis: 100%;
		margin-right: 0;
	}
	.line_calc .input_imit:nth-child(2) {
		flex-basis: 50%;
		max-width: none;
	}
}
@media screen and (max-width: 600px) {
	.bigText h2 {
		padding-left: 40px;
	}
	section.bigText .container h2::after {
		bottom: auto;
		top: 20px;
		left: 0px;
		width: 30px;
	}
	.sam-blocks.o-nas .block {
		flex-basis: 100%;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1750px) {
	.beforeImg.tel {
		display: block;
		max-width: 330px;
		padding-left: 25px;
	}
	body {
		margin-top: 77px;
	}
	.beforeImg.tel::before {
		top: 28%;
		margin-top: -9px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
	.beforeImg.tel {
		max-width: 313px;
	}
	.preHeader ul {
		margin-left: 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.preHeader .company-group-dropdown .dropdown #company-group {
		-webkit-transform: translate(-45%, 110%);
		-ms-transform: translate(-45%, 110%);
		transform: translate(-45%, 110%);
	}
	.preHeader {
		padding-bottom: 55px;
	}
	header {
		height: auto;
	}
	.projects .flipp-container {
		width: 33.33%;
	}
	menu {
		bottom: 3px;
	}
	.materials .block h4 {
		font-size: 12px;
	}
	.sertif-cont .sertif > h4 {
		line-height: 110%;
	}
	.team .block .img img {
		max-width: 300px;
	}
	.materials .block {
		flex-basis: 20%;
	}
	.materials .block h5 {
		bottom: 30%;
		font-size: 14px;
	}
}
@media (min-width: 2000px) {
	.container {
		width: 80%;
	}
	body {
		margin-top: 65px;
	}
	body, .search-panel ul li a, p, .button, .button:focus, .button:visited, .smallHead .breadcrumbs span, .simple_ul {
		font-size: 20px;
	}
	.search-panel ul.wpm-language-switcher::after {
		font-size: 18px;
	}
	.search-panel ul.wpm-language-switcher {
		top: -2px;
	}
	.search-panel ul.wpm-language-switcher.hover {
		height: 125px;
	}
	.search-panel {
		top: 20px;
	}
	.search-panel .call::before, .preHeader .call::before {
		top: 8px;
	}
	menu ul li a, menu ul li a:hover, menu ul li a:focus, .sfera .block h3, h5, .imCapt, .materials .block h4 {
		font-size: 26px;
	}
	.logo img {
		width: 250px;
		max-width: 250px;
	}
	h2, h1 {
		font-size: 45px;
	}
	.team h3, .sertifikaty h3, .articles h3, .articles h4 {
		font-size: 35px;
	}
	h3, h4, .contact .col-md-3 p {
		font-size: 28px;
	}
	.footer-top ul, .sertif-cont .sertif > a, .tax-elements p, .materials .block a, .table .td {
		font-size: 22px;
	}
	.tax-menu .container .block p, .tax-elements .block a {
		font-size: 18px;
		line-height: unset;
	}
	.beLine.beLineSmall::after {
		height: 7px;
		width: 60px;
	}
	section {
		padding: 50px 0 50px;
	}
	.team .block {
		width: 20%;
	}
	.slider_s .sliderBig, .slider_s .sliderSmall {
		display: inline-block;
		width: 75%;
		height: auto;
		padding-bottom: 55%;
		overflow: hidden;
	}
	.slider_s .sliderSmall {
		width: 25%;
	}
	.slider_s .sliderBig .slick-list, .slider_s .sliderSmall .slick-list, .slider_s .sliderSmall .slick-track {
		position: absolute;
		height: 100%!important;
		width: 100%;
	}
	.video_galery .slider .slick-slide span {
		font-size: 20px;
	}
	.tax-menu .container .block {
		width: 24%;
		height: 70px;
	}
	.tax-elements .block {
		width: 32%;
		margin: 0 auto 30px;
	}
	.tax-elements .block:last-child, .tax-elements .block:nth-last-child(2) {
		margin: 0 auto 30px;
	}
	.materials .block {
		flex-basis: 20%;
		height: 450px;
	}
	.materials .block img:nth-last-child(2) {
		width: 60px;
	}
	.tax-menu .container .block .dropdown_ul.active {
		top: 75px;
	}
}
@media (max-width: 400px) {
	#company-group {
		right: calc(50% - 156px);
	}
	.beforeImg.buttonTop {
		padding: 5px 30px 5px 30px;
	}
	.products-blocks .block {
		max-width: none;
		padding-bottom: 70%;
	}
	.project-blocks .block {
		padding-bottom: 100%;
	}
	.project-blocks .cont h2 {
		font-size: 17px;
		margin-bottom: 10px;
	}
}
/*Modal My-Modal*/
#myModal .close:after {
    content: '✖';
    color: #003A5D;
}
#call-me-success {
    min-height: 200px;
    position: relative;
    text-align: center;
    color: #004261;
}
.v-align {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#call-me-success h3 {
    color: #004261;
    margin-bottom: 10px;
}
#call-me-success p {
    font-size: 20px;
}
.form_header {
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 22px !important;
    color: white;
	font-weight: 900;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
#myModal form {
    float: none;
    width: 85%;
    margin: 0 auto;
}
#myModal h4 {
    margin-top: 35px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.wpcf7 p, .wpcf7 span {
    color: #787878;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.call-me-time {
    font-size: 35px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #004261 url(https://color.amtt.ua/wp-content/uploads/2017/06/number-fone.png) 90% 46% no-repeat;
    background-size: auto;
    padding-left: 5px;
    padding-right: 25px;
    font-weight: 700;
}
.call-me-form option {
    background: #003A5D;
    color: #fff;
    font-weight: 700;
}
.call-me-form .select-day select {
    font-size: 32px;
    line-height: 55px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://color.amtt.ua/wp-content/uploads/2017/06/select-down.png) 100% 55% no-repeat;
    background-size: auto;
    padding-right: 20px;
}
#myModal form div .tel-473 {
    width: 100%;
}
.tel-473 input {
    font-size: 22px;
    line-height: 60px;
    border: none;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
	color: #003A5D;
}
#myModal .call-me-form input {
    width: 100%;
}
.call-me-form input[type="submit"] {
    font-size: 27px;
    line-height: 60px;
    font-weight: 700;
    border: none;
    background: #004261;
    color: #fff;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.work-time {
    font-size: 22px;
    color: white !important;
    font-weight: 700;
    line-height: 1.25;
}
form::after {
    clear: both;
    content: "";
    display: block;
}
div.wpcf7-validation-errors {
    border: none;
	margin-top: 170px;
    color: white;
}
#myModal div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
	margin-top: 170px;
    color: white;
}
.call-me-form select:focus {
    outline: none;
}
.time-wrap br{
	display: none;
}
#myModal .modal-content {
	background-color: #003A5D;
}
@media screen and (min-width: 768px) {
	#myModal .modal-dialog {
		margin-top: 80px;
		max-width: 825px;
		width: 95%;
	}
	#myModal .modal-content {
		border-radius: 7px;
	}
	#myModal .close {
		padding: 0;
		position: absolute;
		top: -38px;
		right: -38px;
		width: 38px;
		height: 38px;
		color: #003A5D;
		border: 2px solid #003A5D;
		border-radius: 50%;
	}
	#call-me-success {
		height: 385px;
	}
	.time-wrap {
		float: right;
	}
	.call-me-time, #call-me-select {
		margin-bottom: 40px;
	}
	.call-me-time {
		float: right;
	}
	#minute-1 {
		margin-left: 25px;
	}
	.phone-wrap {
		padding: 0;
		margin-bottom: 15px;
	}
	#myModal form .tel-473 {
		float: right;
	}
	.submit-wrap {
		padding-left: 0;
	}
	.product .main-product-section .amtt-product-heading:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 90%;
		background-color: #004261;
	}
}
.mobElement {
	display: none;
}
@media screen and (min-width: 992px) {
	.mobElement {
		display: block;
	}
	#myModal form input {
		float: left;
		display: block;
		margin-right: 1.26964%;
		width: 100%;
	}
	#myModal form input[type='submit'] {
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 300px;
	}
	#myModal form input:last-child {
		margin-right: 0;
	}
	#myModal form span {
		float: left;
		display: block;
		margin-right: 1.26964%;
		width: 43.73909%;
	}
	#myModal form span.wpcf7-not-valid-tip {
		width: 100%;
	}
	#myModal form span:last-child {
		margin-right: 0;
	}
	#myModal form input:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	#myModal .close:after {
		color: #74659a;
	}
	.time-wrap {
		width: 158px;
		text-align: center;
		margin: 0 auto;
	}
	#myModal form span {
		float: inherit;
		display: block;
		margin-right: 0.94922%;
		width: 100%;
	}
	#call-me-select {
		margin: 0 auto;
		margin-bottom: 15px;
		display: block;
	}
	.call-me-form input {
		margin-bottom: 15px;
	}
	#myModal form {
		padding-right: 0;
		padding-left: 15px;
	}
	.call-me-time {
		margin-bottom: 10px;
	}
	form span:last-child {
		margin-right: 0;
	}
	.map-wrapper #map {
		margin-bottom: 0px;
	}
	footer .tools .tools-list-wrapper .tools-list .tools-list-item a {
		padding: 10px 0 10px 10px;
	}
}
@media screen and (min-width: 1800px)and (max-width: 2000px) {
	.logo img {
		padding: 30px 0 40px;
		max-width: 210px;
	}
}
@media screen and (max-width: 500px) {
	#myModal form {
		width: 100%;
	}
}
@media screen and (max-aspect-ratio: 16/9) {
	header {
		height: auto;
	}
}

/* Production mobile header hotfix 2026-05-31 */
@media (max-width: 992px) {
	.preHeader .mobLogo {
		min-height: 72px;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	.preHeader .mobLogo img {
		display: block;
		width: auto !important;
		max-width: 150px !important;
		height: auto !important;
		max-height: 56px !important;
		object-fit: contain !important;
		padding: 0 !important;
	}
	html[lang="en-US"] .preHeader .mobLogo img {
		max-width: 128px !important;
		max-height: 54px !important;
	}
	a.menuToggle {
		z-index: 1006 !important;
		pointer-events: auto !important;
		cursor: pointer;
	}
	a.menuToggle.active {
		position: fixed !important;
		top: 18px !important;
		right: 20px !important;
		left: auto !important;
		z-index: 1007 !important;
	}
	html.static .preHeader,
	html.static body:not(.home) .preHeader {
		z-index: auto !important;
	}
	html.static header .menu .search-panel ul.wpm-language-switcher,
	html.static header .menu .search-panel ul.wpm-language-switcher.hover {
		display: inline-flex !important;
		align-items: center;
		gap: 10px;
		width: auto !important;
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		background: transparent !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 15px 0 0 !important;
	}
	html.static header .menu .search-panel ul.wpm-language-switcher::after,
	html.static header .menu .search-panel ul.wpm-language-switcher.hover::after {
		display: none !important;
		content: none !important;
	}
	html.static header .menu .search-panel ul.wpm-language-switcher li {
		display: inline-block !important;
		width: auto !important;
		height: auto !important;
		padding: 0 3px !important;
		margin: 0 !important;
	}
	html.static header.un_background .menu .search-panel ul.wpm-language-switcher.steli-lang-dropdown,
	html.static header.un_background .menu .search-panel ul.wpm-language-switcher.steli-lang-dropdown.hover,
	html.static header.un_background .menu .search-panel ul.wpm-language-switcher.steli-lang-dropdown:hover,
	html.static header.un_background .menu .search-panel ul.wpm-language-switcher.steli-lang-dropdown:focus-within {
		display: inline-flex !important;
		align-items: center !important;
		gap: 10px !important;
		width: auto !important;
		min-width: 0 !important;
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		padding: 0 !important;
		margin: 0 15px 0 0 !important;
	}
	html.static header.un_background .menu .search-panel ul.wpm-language-switcher.steli-lang-dropdown li,
	html.static header.un_background .menu .search-panel ul.wpm-language-switcher.steli-lang-dropdown li.active,
	html.static header.un_background .menu .search-panel ul.wpm-language-switcher.steli-lang-dropdown.hover li:not(.active),
	html.static header.un_background .menu .search-panel ul.wpm-language-switcher.steli-lang-dropdown:hover li:not(.active),
	html.static header.un_background .menu .search-panel ul.wpm-language-switcher.steli-lang-dropdown:focus-within li:not(.active) {
		display: inline-block !important;
		position: static !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		min-width: 0 !important;
		height: auto !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		padding: 0 3px !important;
		margin: 0 !important;
	}
	html.static header.un_background .menu .search-panel ul.wpm-language-switcher.steli-lang-dropdown li.active::before {
		display: none !important;
		content: none !important;
	}
	header .menu.steli-mobile-menu-open,
	body:not(.home) header .menu.steli-mobile-menu-open {
		display: block !important;
		width: 100% !important;
		height: 100vh !important;
		min-height: 100vh !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 1004 !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	body.admin-bar header .menu.steli-mobile-menu-open {
		top: 32px !important;
		height: calc(100vh - 32px) !important;
		min-height: calc(100vh - 32px) !important;
	}
}

/* Accessibility helper for icon-only links */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
