/* UTILS */
body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

#menu__toggle {    position: absolute;    left: 23px;}

.bx-auth {
    float: right;
}

.banner_wide {
 /*   background-image: url(/images/Antey_Plast_RM_950x160_with_booth_number.jpeg);
    height: 160px;
    background-repeat: no-repeat;
    width: 100%;
    height: 14.2vw;
    background-size: contain;*/
}

.newsBlock {
    height: fit-content;
}

.newsBlock p {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}

.owl-carousel-product {    padding: 30px 5px !important;}

.root-item-selected{   padding: 12px;    border: 2px solid #0057FF;    border-radius: 5px; color: #0057FF !important}

.navParag a:hover {
	color: #1D39C4;
}
.phoneMenu a,
.email a
{
	color: #0057FF !important;
}

a:active {
	color: #0057FF !important;
}

a:hover {
	color: #1D39C4 !important;
}

h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
}


h3 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

::-webkit-resizer {
	background-image: url(main.css);
	background-repeat: no-repeat;
	width: 4px;
	height: 0px;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-button {
	background-image: url(main.css);
	background-repeat: no-repeat;
	width: 5px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #0057FF;
}

.simplebar-content-wrapper::-webkit-scrollbar-thumb {
	background: none;
}
::-webkit-scrollbar-track {
	background-color: #ecedee;
}

.msg {
	max-width: 320px;
	width: 80%;
	position: fixed;
	padding: 25px 15px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	color: #ffffff;
	text-align: center;
	border-radius: 7px;
	font-weight: 500;
	opacity: 0;
	cursor: pointer;
	z-index: 555;
}


.showmsg {
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transform: translateY(-5vh);
	-ms-transform: translateY(-5vh);
	transform: translateY(-5vh);
	-webkit-animation: shadow  0.3s 2.5s forwards ease-in-out;
	animation: shadow  0.3s 2.5s forwards ease-in-out;
}

.inputerror {
	border-color: #DC352F !important;
	animation: shake 0.15s 3 forwards ease-in-out;
}

.wrapperImg {
	width: 100%;
	max-height: 260px;
	overflow-y: hidden;
}
.test1 {
	position: relative;
}

.aInput:focus {
	outline:none;
}

.test1::after  {
	content: '';
	width: 20px;
	height: 20px;
	right: 40px;
	top: 55%;
	background: url("images/!.png") no-repeat;
}

.test1::before  {
	content: '';
	width: 20px;
	height: 20px;
	right: 50px;
	top: 55%;
	background: url("images/VV.png") no-repeat;
}

.test2::after,
.test3::before {
	position: absolute;
}

/* времянка */

.activeMenu {
	padding: 10px;
	border: 2px solid #0057FF;
	color: #fff;
	border-radius: 10px;
}

.mobileTabs {
	display: none;
	place-items: center;
	align-items: center;
	top: 0;
	left: 317px;
	z-index: 1001;
	background-color: rgba(255,255,255,.95);
	padding: 10px 20px;
	width: calc(100% - 317px);
	position: fixed;
}

.mobileTabs.show {
	display: flex;
	justify-content: space-between;
}

.sectionBlock__mobile {
	margin-right: 20px;
	position: relative;
	border-right: 1px solid #0057FF;
	padding-right: 20px;
	text-align: center;
	flex: 25%;
}

.sectionBlock__mobile a,
.sectionBlock__mobile a:active,
.sectionBlock__mobile a:focus,
.sectionBlock__mobile a:link {
	color: #0057FF;
}

.sectionBlock__mobile:last-child {
	border: none;
}

.blockProduct__description:hover {
	background-color: #0057FF;
}

.blockProduct__description:hover a {
	color: #fff;
}

.blockProduct__description:hover p {
	color: #fff;
}

.open-modal {
	color: #0057FF;
}

#button img {
	position: absolute;
	top: 8px;
	left: 9px;
}

#button {
	display: inline-block;
	background-color: #0057FF;
	width: 64px;
	height: 64px;
	text-align: center;
	border-radius: 50%;
	margin: 30px;
	position: fixed;
	bottom: 5px;
	right: 15px;
	z-index: 1000;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}
#button:hover {
	cursor: pointer;
	background-color: #333;
}
#button:active {
	background-color: #555;
}

#button::after {
	content: "";
	background: url("/local/templates/redesign_wizard/images/arrow-up.png") no-repeat center center;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
	width: 50px;
	height: 50px;
}

#button.showBTN {
	opacity: 1;
	visibility: visible;
	box-shadow: 0 0 10px 5px rgba(255,255,255,.8);
}

.container {
	padding: 20px;
}

.tableSize {
	width: 100%;
	overflow-x:auto;
	padding-left: 0;
}

.table {
	width: 100%;
	height: auto;
	padding: 0;
	box-sizing: border-box;
}

.table .simplebar-scrollbar:before {
	opacity: 1;
	background-color: #0057FF;
}

.table  .simplebar-track {
	bottom: 110px;
}

.table .simplebar-track.simplebar-horizontal {
	left: 25px;
	right: 25px;
	background: #fff;
}
p.error {
	color: #ffffff;
}

body th {
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 15px 15px;
	background-color: #0057FF;
	color: #fff;
	border: 1px solid #fff;
}

body td {
	background: #F1F1F1;
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	padding: 15px 15px;
	border: 1px solid #d0d2d6;
}

body tr:last-child {
	height: 200px;
	vertical-align: top;
}

.flexBox {
	display: flex;
	justify-content: space-between;
}

.btn {
	background: #0057FF;
	border-radius: 5px;
	width: 100%;
	margin-top: 55px;
	padding: 13px 0;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	align-items: center;
	text-align: center;
	color: #ffffff;
	border: none;
}

.btn:hover {
	background: #1D39C4;
	color: #ffffff !important;
	cursor: pointer;
}

.container {
	width: 100%;
}

.copyright {
	margin-top: 4vh;
	font-size: 14px;
	line-height: 17px;
}

.addr .req {
	color: #0057FF !important;
	position: relative;
}

.copyright a {
	color: #0057FF !important;
}

.copyright a:hover {
	color: #1D39C4 !important;
}

.addr .req::after {
	content: '';
	position: absolute;
	width: 31px;
	height: 38px;
	left: -10px;
	top: -10px;
	background: url("images/Vector_blue.png") no-repeat center center;
}

.addr .req:hover::after {

	background: url("images/scrhov.png") no-repeat center center;
}

.index .uploadFile {
	height: 25px;
	padding-top: 5px;
}

.modalPolitics {
	background-color: #0057FF;
	width: 25%;
	position: absolute;
	height: 50vh;
	top: 20vh;
	left: 40%;
	backdrop-filter: opacity(20%);
}

.backgroundPolitics {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
}

.backgroundPolitics.open {
	display: block;
}

#modalPoliticsText {
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}

.crutch,
.crutch2 {
	position: absolute;
	content: '';
	width: 38px;
	height: 38px;
	background-color: red;
	left: -2px;
	top: 15px;
	z-index: 3;
	display: none;
}

.crutch2 {
	top: 0;
}

#mainFastForm + label,
#mmodalForm + label {
	color: #fff;
	cursor: pointer;
	position: relative;
	padding-left: 41px;
	padding-top: 5px;
	text-decoration: underline;
}

#mainFastForm,
#mmodalForm {
	opacity: 0;
	position: absolute;
	z-index: -100;
}

.uploadFile {
	position: relative;
	padding-left: 30px;
}

#mainFastForm + label::after,
#mmodalForm + label::after {
	content: '';
	position: absolute;
	width: 31px;
	height: 38px;
	left: 0px;
	top: -5px;
	background: url("images/upload.png") no-repeat center center;
}

.uploadFile:hover::after {
	background: url("images/uploadhov.png") no-repeat center center;
}

.main-header {
	padding: 40px 25px 50px 52px;
	margin-left: 317px;
	background-color: #f1f1f1;
}

.main-header h1 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
}

.newsBlock__description {
	box-sizing: border-box;
	padding: 10px 28px;
}

.breadcrumbs ul {
	padding-left: 0;
}

.breadcrumbs li{
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

h2 {
	text-align: center;
	margin: 50px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 100px;
	padding-left: 15px;
}

/* HEADER & FOOTER*/

.header {
	position: fixed;
	max-width: 317px;
	width: 317px;
	left: 0;
	top: 0;
	height: 100vh;
	background-color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	overflow: auto;
}

.logo {
	margin: 50px 0;
}

.logo img {
	width: 100%;
}

.navigation {
	margin-top: 16.5vh;
}

.navList {
	list-style-type: none;
	padding: 0;
}

.navParag a {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}

.navParag {
	margin-bottom: 24px;
}

.service {
	position: relative;
}
.service .productCards p {
	line-height: 27px;
}

.service__Annotation h1{
	color: #000;
}

.productionAnnotation h1 {
	color: #000;
}

.serviceDetailed .service .request {
	margin-top: 0;
}

.service .owl-carousel-product {
	margin: 30px 0;
}

.footer {
	margin-top: 8vh;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;

	color: #000000;
}

.breacrumbs {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: flex-end;
	margin: 55px 0;
	color: #000000;
}

.breacrumbs li {
	list-style-type: none;
}

.breacrumbs li a {
	color: #000;
	text-decoration: none;
}

.newsInfoBlock {
	padding: 40px;
}

/* MENU MOBILE */

/* скрываем чекбокс */
#menu__toggle {
	opacity: 0;
}
/* стилизуем кнопку */
.menu__btn {
	display: block; /* используем flex для центрирования содержимого */
	align-items: center;  /* центрируем содержимое кнопки */
	position: fixed;
	top: 12px;
	left: 20px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 1;
}
/* добавляем "гамбургер" */
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #616161;
}
.menu__btn > span::before {
	content: '';
	top: -8px;
}
.menu__btn > span::after {
	content: '';
	top: 8px;
}

/* контейнер меню */
.menu__box {
	display: block;
	position: fixed;
	visibility: hidden;
	top: 0;
	left: -100%;
	width: 300px;
	height: 100%;
	margin: 0;
	padding: 80px 0;
	list-style: none;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 1px 0 6px rgba(0, 0, 0, .2);
}
/* элементы меню */
.menu__item {
	display: block;
	padding: 12px 24px;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}
.menu__item:hover {
	background-color: #CFD8DC;
}

#menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
	visibility: visible;
	left: 0;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	transition-duration: .25s;
}
.menu__box {
	transition-duration: .25s;
}
.menu__item {
	transition-duration: .25s;
}

/* MAIN */

main {
	margin-left: 317px;
	font-family: 'Arial', sans-serif;
}

main h1,
main h2,
main h3,
main h4 {
	font-family: 'Montserrat', sans-serif;
}

main p {
	font-family: 'Arial', sans-serif;
}

.index .production {
	background: url("images/background.jpg") no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: space-around;
	min-height: 69vh;
	padding-left: 3px;
}

.sectionBlock.sleep img {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.production .sectionBlock,
.service .sectionBlock {
	margin-top: auto;
	margin-bottom: 0;
	width: 25%;
	background-size: cover;
	min-height: 240px;
	margin-right: 11px;
	display: block;
}


.index .production .sleep:first-child {
	background: url(/local/templates/redesign_wizard/images/blue_normal.svg) center bottom no-repeat;
}

.index .production .sleep:nth-child(2) {
	background: url(/local/templates/redesign_wizard/images/blue_norma3.svg) center bottom no-repeat;
}

.index .production .sleep:nth-child(3) {
	background: url(/local/templates/redesign_wizard/images/blue_normal2.svg) center bottom no-repeat;
}

.index .production .sleep:nth-child(4) {
	background: url(/local/templates/redesign_wizard/images/blue_normal4.svg) center bottom no-repeat;
}

.index .production .sleep:hover:first-child {
	background: url(/local/templates/redesign_wizard/images/blue_normalh1.svg) center bottom no-repeat;
	cursor: pointer;
	background-size: contain;
}

.index .production .sleep:hover:nth-child(2){
	background: url(/local/templates/redesign_wizard/images/blue_normalh2.svg) center bottom no-repeat;
	cursor: pointer;
	background-size: contain;
}

.index .production .sleep:hover:nth-child(3){
	background: url(/local/templates/redesign_wizard/images/blue_normalh3.svg) center bottom no-repeat;
	cursor: pointer;
	background-size: contain;
}

.index .production .sleep:hover:nth-child(4) {
	background: url(/local/templates/redesign_wizard/images/blue_normalh4.svg) center bottom no-repeat;
	cursor: pointer;
	background-size: contain;
}

.index .production .sectionBlock.sleep {
	margin-top: auto;
	margin-bottom: 0;
	width: 25%;
	background-size: contain;
	margin-right: 11px;
	position: relative;
}

.index .production .sectionBlock.unsleep {
	display: none;
}

.sectionBlock__background {
	background-color: #1f1f1f;
}

.sectionBlock:first-child {
	margin-left: 16px;
}



.index .btn-bottom-form {
	margin: 20px 0;
}

.production .sectionBlock:hover h3 {
	color: #fff;
}

.popup__form {
	position: relative;
}

.service .sectionBlock:hover h3 {
	color: #000;
}
.productions .sectionBlock {
	cursor: pointer;
}

.productions .production .sectionBlock:hover h3 {
	color: #000;
}

.productions {
	position: relative;
}

#wrapMap {
	position: relative;
	cursor: help;
	overflow: hidden;
}
.mapTitle {
	position: absolute;
	z-index: 1000;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
	display: none;
	padding: 5px 20px;
	border-radius: 5px;
	background: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-image: initial;
}

.sectionBlock h3 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	margin: 20% 5%;
	color: #FFFFFF;
	padding-top: 0;
}

.index .sectionBlock h3 {
	margin: 10% 5%;
	padding-top: 20px;
}
.footer .email {
	margin-top: 17px;
}

.sectionBlock p {
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
	margin: 18px 32px 49px 33px;
}

.advantages {
	padding-left: 3px;
}

.groupBlocks {
	display: flex;
	justify-content: space-around;
}

.groupBlocks .block {
	width: 20%;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}

.anyInfo {
	background: url("images/about_company.jpg") no-repeat;
	background-size: cover;
	min-height: 740px;
	display: flex;
	margin-top: 71px;
}

.anyInfo .sectionBlock {
	position: relative;
	background-color: #0057FF;
}

.anyInfo .sectionBlock h3 {
	margin-top: 0;

}

.anyInfo .sectionBlock::after {
	content: '';
	background: url("images/background_block.png") 50% 0%;
	position: absolute;
	width: 100%;
	height: 55px;
	top: -55px;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.anyInfo .rightBlock {
	margin-right: 34px;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 0;
	width: 30%;
}

.partner h2 {
	text-align: center;
	margin: 65px 0 11px 0;
	line-height: 53px;
}



.partnerBlocks {
	justify-content: center;
	align-items: center;
}

.partnerLink {
	margin-right: 30px;
}


.partnerLink:last-child {
	margin-top: 10px;
}

.newsLink {
	display: flex;
	margin-top: 67px;
}

.blockImg {
	width: 25%;
	margin: 0;
}

.blockText {
	width: 70%;
	margin: 0;
}

.blockImg {
	background: url("images/stanok.png") center center no-repeat;
	background-size: cover;
	order: -1;
}

.mobile-back {
	display: none;
}

.blockText {
	box-sizing: border-box;
	padding: 50px 52px;
}

.newsblockText {
	padding-top: 0;
}

.newsblockText p {
	margin-top: 0;
	margin-bottom: 20px;
}

.btnSmall {
	width: 276px;
}

.slick-slider {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.blockImg .slider-nav {
	margin-top: -10px;
}

.allNews {
	margin-top: auto;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-align: right;
	text-decoration-line: underline;
	color: #919397;
	margin-right: 0;
	margin-left: auto;
}

.allNews:hover {
	color: #1D39C4;
}

.allNews img {
	filter: grayscale(1);
	padding-left: 15px;
}

.allNews:hover img {
	filter:none;
}

.newsLink .date {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #919397;
	margin-top: 0;
}

.date {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #919397;
	margin-top: 5px;
}

.newsLink h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
}

.infoText {
	width: 100%;
}

.topSide {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #D0D2D6 95.31%), #F1F1F1;
	box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.25);
	padding: 20px 52px 60px 20px;
}

.topSide h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	margin-top: 60px;
}

.topSide p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

.bottomSide {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 102px 66px 69px 66px;
	background: url("images/background_ant.png") no-repeat center center;
	margin-top: -40px;
}

.antennas__block {
	box-sizing: border-box;
	padding: 0 35px;
}

.antennas__block:first-child {
	width: 37.5%;
}

.antennas__block:last-child {
	width: 47%;
}

.antenBlock {
	flex: 33%;
	width: 33%;
	min-height: 230px;
	margin-right: 35px;
	position: relative;
}

.antenBlock__bottom {
	background-color: rgba(255,255,255,.8);
	position: absolute;
	bottom: 0;
	min-height: 66px;
	width: 100%;
}



.antenBlock:first-child {
	background: url("images/image_01.png") no-repeat center center;
}

.antenBlock:nth-child(2) {
	background: url("images/image_02.png") no-repeat center center;
}

.antenBlock:last-child {
	background: url("images/image_03.png") no-repeat center center;
}

.antenBlock__bottom {
	display: grid;
	align-items: center;
	place-items: center;
	box-sizing: border-box;
	min-height: 92px;
	text-align: center;
}

.antenBlock a {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	text-decoration: none;
	color:#000000;
	max-width: 85%;
}

.antenBlock a:active {
	color: #000000;
}

@media screen and (max-width: 1745px) {
	.antenBlock a {
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		line-height: 24px
	}
}

.formRequest {
	background: linear-gradient(0deg, #0057FF, #0057FF), #F1F1F1;
	box-sizing: border-box;
	padding: 24px 52px;
	color: #fff;
}

.formRequestMain h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	color: #fff;
}

.formRequestMain p,
.blockInputInfo__left label,
.blockInputInfo__right label {
	font-style: normal;
	font-weight: lighter;
	font-size: 16px;
	line-height: 20px;
}

.formRequestMain p {
	margin-top: 39px;
}

.blockInputInfo {
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
}

.blockInputInfo__left {
	width: 43%;
	height: 40%;
	margin-right: 0;
}
.askAQuestion .blockInputInfo__left {
	width: 100%;
}
.blockInputInfo__right {
	width: 55%;
	height: 60%;
	margin-top: -1px;
}

.blockInputInfo__left label,
.blockInputInfo__left input,
.blockInputInfo__right label,
.blockInputInfo__right input {
	display: block;
}

.blockInputInfo__left input,
.blockInputInfo__right input {
	width: 100%;
	padding: 15px 25px;
	margin-bottom: 35px;
	color: #000;
	box-sizing: border-box;
}

#userMessageModal {
	width: 100%;
	padding: 15px 25px;
	max-height: 100px;
	overflow: scroll;
	box-sizing: border-box;
	margin-bottom: 35px;
	overflow-x: hidden;
}

#userMessageModal:active,
#userMessageModal:hover,
#userMessageModal:focus {
	outline: 0;
	outline-offset: 0;
}

.blockInputInfo__right textarea {
	width: 100%;
	height: 263px;
	color: #000;
	margin-top: 5px;
}

.formRequestMain a {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-decoration-line: underline;
	margin: 20px 0;
	color: #FFFFFF;
}

.formRequestMain__accept {
	display: flex;
	justify-content: space-between;
}

.formRequestMain__accept input {
	border: none;
	width: 32px;
	height: 32px;
	background-color: white;
	margin-right: 21px;
}

.formRequestMain__accept input:checked {
	background-color: white;
}

.formRequestMain__accept label {
	display: flex;
	align-items: center;
}

.uploadFile img {
	padding-right: 10px;
}

.btn-bottom-form {
	background-color: #fff;
	color: #000;
	max-width: 276px;
	text-align: center;
	display: block;
	margin: 20px auto;
}

.copyLink {
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
	position: relative;
}

.acceptCopyLink {
	display: none;
}

.linkCopy {
	display: inline;
	position: absolute;
	width: 15px;
	height: 15px;
	font-size: 22px;
	right: -5px;
	top: -12px;
	content: '';
	transition: 1.5s linear;
	color: #30d404;
}

.green {
	transition: 1.5s linear;
	color: #30d404;
}

.copyLink:hover {
	color: #fff !important;
	opacity: .6;
}

.infoText {
	padding-bottom: 5px;
}

.newsblockText {
	position: relative;
}

.infoText .escape {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-top: 40px;

	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-decoration-line: underline;

	color: #1D39C4;
}

.infoText .escape img {
	padding-left: 20px;
}

.hamburger-menu {
	display: none;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}



.contact h1 {
	padding: 20px 50px;
}

.contacts {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 45px;
}
.contacts .tel p a {
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
}

.contacts .email p a {
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 41px;
	text-decoration-line: underline;
	color: #000000 !important;
}

.contacts .tel p span {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;

	color: #000000;
}

.contacts .addr {
	font-size: 26px;
	line-height: 41px;
}

.contacts .addr p{
	margin: 0;
}

.contacts .addr span {
	font-size: 16px;
	line-height: 20px;
}

.contacts .addr a {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-decoration-line: underline;
	margin-top: 35px;
	color: #0057FF;
	padding-left: 30px;
}



.contacts .addr a:hover {
	color: #1D39C4 !important;
}

.contacts .addr a img {
	margin-right: 15px;
}

.request {
	padding: 30px 50px 100px 50px;
	position: relative;
}

.request {
	background: url(images/background_ant.png) no-repeat center -10%;
	margin-top: -100px;
	box-shadow: 0 2px 3px rgba(128,128,128,.3);
}

}

.request h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
}

.request h3,
.request p {
	margin-bottom: 35px;
}

.request label {
	width: 35%;
}

.productCards:not(#Block1) {
	padding-bottom: 140px;
}

.request input {
	border: none;
	background-color: #F1F1F1;
	padding: 15px 30px;
	width: 100%;
	margin-top: 15px;
}

.request .btn {
	width: 10%;
}

.newsMain {
	display: flex;
	flex-flow: row wrap;
	background-color: #f1f1f1;
	padding: 0 30px;
	min-height: 100vh;
}

.newsBlock {
	flex-basis: 25%;
	box-sizing: border-box;
	background-color: #fff;
	margin: 20px 10px 20px 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.newsMain .newsBlock {
	flex-basis: 30%;
	min-width: 260px;
}

.service .btn {
	padding: 20px 0;
	margin-top: 32px;
	line-height: 8px;
}

.blockImgNews {
	height: 269px;
	overflow: hidden;
}

.newsBlock img {
	width: 100%;
}

.dateNews {
	margin: 0;
}
.specificNews {
	color: #0057FF !important;
	justify-content: flex-end;
	margin-right: 16px;
}

.newsBlock .date {
	font-size: 18px;
	line-height: 22px;
}

.newsBlock h4 {
	margin-top: 17px;
	padding-right: 40px;
}

.productCards .container {
	width: 100%;
}

.service .productCards .container {
	width: 60%;
	padding-left: 35px;
}

.service .productCards .container100 {
	width: 100%;
	box-sizing: border-box;
}

.container100 {
	width: 100%;
}

.service .inputBlock .btn {
	line-height: 0;
}

.newsBlock p {
	margin-bottom: 76px;
	margin-top: 60px;
	display: block;
	overflow: hidden;
}

.line-break {
	width: 100%;
	flex-basis: 100%;
	height: 0;
}

.inputBlock {
	display: flex;
	justify-content: space-between;
}

.inputBlock input {
	display: block;
}

.inputBlock .btn {
	width: 20%;
	margin: 0;
	height: 40px;
	margin-top: 35px;
	line-height: 16px;
}

.mobile-footer {
	display: none;
}

/* SERVICES */
.service .enable {
	margin-top: 42vh;
}

.service .sectionBlock {
	cursor: pointer;
}

.fixed {
	position: fixed !important;
	min-height: auto;
	height: 40px;
	width: calc(100% - 317px);
	z-index: 9999;
}

.productions .fixed .fixedBlock {
	padding: 0;
	margin: 0 15px 0 0;
	height: 40px;
	min-height: 40px;
	border-radius: 0;
}

.service .productCards {
	margin-top: -30px;
	background-color: #fff;
	z-index: 9999;
	position: relative !important;
}
.service .services {
	display: flex;
	justify-content: space-around;
	background: url("images/Background_picture_services.png") no-repeat center center;
	min-height: 69vh;
	background-position-y: 0;
	background-size: 110% 130%;
}

.services .sectionBlock {
	background: none;
	background: rgba(255,255,255,.8);;
	border-radius: 25px;
	color: #000;
	padding-bottom: 25px;
	position: relative;
}

.services .sectionBlock:hover h3 {
	color: #0057FF;
}

.services .sectionBlock.enable h3 {
	color: #1D39C4;
}

.services .sectionBlock h3 {
	color: #000;
}

.service .request {
	position: relative;
	z-index: 999;
}

/* ABOUT */

.about {
	position: relative;
}

.capacity.bottomBlock {
	background: url("images/Background_capacity.png") center center no-repeat;
	margin-top: 0;
	background-size: cover;
}

.aboutAdvantages {
	background: linear-gradient(321.43deg, #F2EEE5 27.42%, #F8F4EB 60.88%);
	padding-top: 50px;
}

.tech {
	display: flex;
	justify-content: space-between;
}

.techBlockLeft,
.techBlockRight {
	width: 50%;
	box-sizing: border-box;
	padding: 40px;
}

.newsDetailedMain {
	margin-left: 317px;
	box-sizing: border-box;
	padding: 37px 50px;
	background-color: #f1f1f1;
	min-height: 100vh;
}

.newsDetailedMain h3 {
	margin-top: 48px;
}

.newsDetailedMain .blockText {
	padding: 0 0 33px 33px;
}

.newsDetailedMain .blockImg {
	background: none;
	margin-top: 10px;
}

.newsDetailedMain .blockImg img {
	width: 100%;
}

.productions .owl-nav {
	width: 98%;
	top: calc(35% - 20px);
}

.owl-nav {
	width: 100%;
	position: absolute;
	top: calc(50% - 20px);
	min-height: 1px;
}

.owl-carousel .owl-nav button.owl-prev {
	font-size: 40px;
	color: #919397;
	position: absolute;
	left: -25px;
	width: 18px;
	height: 20px;
	opacity: .75;
	background: url(/local/templates/redesign_wizard/images/arrow-left.png) no-repeat center center !important;
}

.owl-carousel-prdct .owl-nav button.owl-prev {
	left: -5px;
}

.owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
	font-size: 40px;
	outline: none;
	display: none;
}

.owl-carousel .owl-nav button.owl-next {
	font-size: 40px;
	color: #919397;
	position: absolute;
	right: -25px;
	width: 18px;
	height: 20px;
	opacity: .75;
	background: url(/local/templates/redesign_wizard/images/arrow-right.png) no-repeat center center !important;
}

.owl-carousel-prdct .owl-nav button.owl-next {
	right: -5px;
}
.owl-carousel .owl-nav button.owl-next:hover {
	opacity: 1;
}

.newsDetailedMain .newsLink {
	margin-top: 29px;
}

.slider-nav div {
	margin: 10px 30px 10px 15px;
}

.slick-prev:before, .slick-next:before {
	color: #000 !important;
	font-weight: bold;
}

.blockImg .slick-list {
	z-index: 50;
}

.blockImg .slick-next:before {
	content: '';
	position: absolute;
	lefT: 0;
	background: url(images/arrow-right.png) no-repeat center center;
	width: 18px;
	height: 20px;
	top: 0;
	z-index: 90;
}

.blockImg .slick-prev:before {
	content: '';
	position: absolute;
	lefT: 0;
	background: url(images/arrow-left.png) no-repeat center center;
	width: 18px;
	height: 20px;
	top: 0;
	z-index: 90;
}

.blockImg .slick-prev
{
	left: 10px;
	z-index: 95;
	opacity: .5;

}

.blockImg .slick-next {
	right: 10px;
	z-index: 95;
	opacity: .5;
}

.blockImg .slick-prev:hover {
	opacity: 1;
}

.blockImg .slick-next:hover {
	opacity: 1;

}

.blockImg .flexBox img {
	margin-left: 20px;
}


/* PRODUCTS */

.tabAnchor {
	text-decoration: none;
}

.tabAnchor p {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}

.productions .production {
	padding-top: 0;
	background: url("images/press.png") center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-around;
	min-height: 69vh;
}

.productions .owl-carousel-product .owl-nav button.owl-next {
	right: 35px;
}

.productions .services .sectionBlock {
	margin-bottom: -45px;
	margin-left: 15px;
}

.productions .services .sectionBlock:hover h3 {
	color: #0057FF;
}

.services .sectionBlock::after {
	content: '';
	position: absolute;
	background: url("images/shitvector.png") no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	filter: brightness(1);
}

.services .sectionBlock.enable {
	margin-bottom: -30px;
	background-color: rgba(255,255,255,1);
}

.services .sectionBlock.enable::after {
	filter: brightness(1);
	height: 35%;
}

.services .sectionBlock h3 {
	padding-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	margin: 30px 15px 0 15px;
}

.productions .services .sectionBlock .fixedH3 {
	font-size: 12px;
	line-height: 14px;
	padding-top: 0;
	margin: 15px 0;
	text-align: center;
}

.productCards__slider {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	background-color: #f1f1f1;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	z-index: 2;
}

.blockProduct {
	margin: 1%;
	flex-basis: 18%;
	background-color: #fff;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	border-radius: 5px;
}

.blockProduct:hover {
	box-shadow: 0 0 10px 2px rgba(0,0,0,.5);
	cursor: pointer;
}

.production .sectionBlock a {
	text-decoration: none;
	display: block;
	width: 100%;
	min-height: 230px;
}

@media screen and (max-width: 1700px){
	.request input {
		width: 90%;
	}
}

@media screen and (max-width: 1635px){
	.about .sectionBlock p {
		margin-bottom: 10px;
		line-height: 24px;
	}
}

@media screen and (max-width: 1335px) {
	.blockProduct {
		flex-basis: 23%;
	}

}

@media screen and (max-width: 1024px) {
	.blockProduct {
		flex-basis: 31%;
	}

	.modalPolitics {
		left: 25%;
		width: 50%;
		top: 10vh;
	}
}

@media screen and (max-width: 768px) {
	.index .sectionBlock h3 {
		min-height: auto;
	}
	.blockProduct {
		flex-basis: 48%;
	}
	.service .productCards .container {
		padding: 0;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: 5% !important;
		background: url(/local/templates/redesign_wizard/images/Vector_left.png) no-repeat center center !important;
		opacity: 1;
		filter: brightness(0.5);
	}
	.owl-carousel .owl-nav button.owl-next {
		background: url(/local/templates/redesign_wizard/images/Vector_right.png) no-repeat center center !important;
		opacity: 1;
	}

	.service .container p{
		padding: 0 40px;
	}

	.service .container .techBlockLeft p{
		padding: 0;
	}

	.service .productCards .container {
		width: 100%;
	}



}

@media screen and (max-width: 319px) {
	.blockProduct {
		flex-basis: 100%;
	}

	.sectionBlock h3,
	.about h3 {
		font-size: 14px !important;
		line-height: 15px !important;
	}

	.sectionBlock p {
		font-size: 12px !important;
	}

	#button.showBTN {
		opacity: 0 !important;
		visibility: 0 !important;
	}
}

.blockProduct__image {
	overflow: hidden;
	max-height: 279px;
	height: 100%;
	border-radius: 5px 5px 0 0;
}

.blockProduct__image img {
	max-height: 280px;
    width: 100%;
}

.blockProduct__description {
	border-radius: 0 0 5px 5px;
}

#Block3 .blockProduct__image {
	overflow-y: hidden;
	max-height: 279px;
}

.blockProduct__description {
	background-color: #D0D2D6;
	padding: 20px;
	max-height: 125px;
	overflow: hidden;
	font-weight: bold;
}

#Block1 .blockProduct__description {
	padding: 20px 20px 30px;
}

.exit {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	cursor: pointer;
}

.productCards {
	display: none;
}

.blockProductNone {
	display: none;
}


.productCards.active {
	display: flex;
	background-color: #F1F1F1;
	z-index: 99;
	position: relative;
	box-shadow: 5px -5px 2px -3px rgba(0, 0, 0, 0.4);
}

.overlay,
.overlay2 {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	pointer-events: none;
	transition: 0.35s ease-in-out;
	max-height: 100vh;
	overflow-y: auto;
	z-index: 9999;
}
.overlay.open,
.overlay2.open {
	opacity: 1;
	pointer-events: inherit;
}
.blockProduct__image .owl-carousel.owl-loaded {
	margin: 0 auto;
}

.overlay .modal,
.overlay2 .modal_askQ {
	background: #0057FF;
	text-align: left;
	padding: 20px;
	display: flex;
	opacity: 0;
	pointer-events: none;
	transition: 0.35s ease-in-out;
	max-height: 100vh;
	overflow-y: auto;
	max-width: 20%;
	min-width: 15%;
	box-sizing: content-box;
}

.overlay2 .modal_askQ h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 60px;
}

.overlay2 .modal_askQ .blockInputInfo {
	margin-top: 0;
}

.secondScreen {
	display: none;
}

.content {
	display: none;
}

.modal p {
	color: #fff;
}

.secondScreen .blockInputInfo__left {
	width: 100%;
	height: auto;
}

.blockInputInfo__left label {
	color: #fff;
	margin-bottom: 5px;
}


.overlay .modal.open,
.overlay2 .modal_askQ.open{
	opacity: 1;
	pointer-events: inherit;
	border-radius: 5px;
}
.overlay .modal.open .content,
.overlay .modal.open_askQ .content {
	transform: translate(0, 0px);
	opacity: 1;
}
.overlay .modal .content,
.overlay .modal_askQ .content {
	transform: translate(0, -10px);
	opacity: 0;
	transition: 0.35s ease-in-out;
	width: 100%;
}
.overlay .modal .title,
.overlay .modal_askQ .title {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 0;
	padding-right: 30px;
}

.enable {
	display: block;
}

.blockProduct__image {
	background: #fff;
	text-align: center;
}

.btn__form {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #000000;
	background-color: #FFFFFF;
	cursor: pointer;
	border-radius: 5px;
	width: 100%;
	margin: 10px auto 0;
}


.owl-carousel-product {
	box-sizing: border-box;
	padding: 30px;
}

.owl-carousel-product .owl-nav button.owl-next {
	right: 50px;
}

.blockProduct__sample {
	margin-right: 15px;
	margin-left: 15px;
}

.blockProduct__sample:nth-child(3n) {
	margin-right: 0;
}

.custom-checkbox+label,
.custom-checkbox1488+label{
	display: inline-flex;
	align-items: center;
	color: #fff;
	margin-top: 20px;
	position: relative;

}

.custom-checkbox,
.custom-checkbox1488 {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.custom-checkbox+label::before,
.custom-checkbox1488+label::before{
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	background-color: #f1f1f1;
	z-index: 5;
}

.about .sectionBlock h3 {
	margin: 0;
	margin-left: 32px;
}

.about .anyInfo {
	margin-top: 0;
	min-height: 69vh;
	margin-bottom: 40px;
}

.about .bottomBlock {
	min-height: 110vh;
}



.about .anyInfo h3 {
	font-size: 28px;
	line-height: 40px;
}

.about .aboutAdvantages {
	margin-bottom: -220px;
}

.about .bottomBlock {
	margin: 0;
}

.custom-checkbox:checked+label::before {
	border-color: #0b76ef;
	background-color: #f1f1f1;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
	border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}

.techBlockLeft {
	order: -1;
}

.owl-carousel .owl-nav button.owl-next:focus {
	outline: none;
}

.owl-carousel .owl-nav button.owl-prev:focus {
	outline: none;
}

.service .production .sectionBlock:hover h3 {
	color: #0057FF;
}

.productionAnnotation {
	position: absolute;
	width: 60%;
	color: #000;
	left: 0;
	top: 15px;
	box-sizing: border-box;
	padding: 0 30px;
	z-index: 1;
	background: rgba(255,255,255,.7);
	border-radius: 15px;
	margin-left: 15px;
}



.mobileProduct {
	display: none;
}

.productionAnnotation p {
	font-size: 18px;
	line-height: 20px;
}



.productions .production {
	position: relative;
}

.service .services .sectionBlock.enable {
	margin-bottom: 15px;
	color: #1D39C4;
}

.service .services .sectionBlock.enable h3 {
	color: #1D39C4;
}

.breadcrumbs a {
	color: #000;
	text-decoration: none;
}

.errorImg,
.errorImg2 {
	width: 48px;
	height: 48px;
	background: url(/local/templates/redesign_wizard/images/alert-circle-sharp.png);
	float: left;
	display: none;
	margin-top: -7px;
}

@media screen and (max-width: 350px) {
	.productionAnnotation p {
		font-size: 18px;
		line-height: 19px;
	}
}

@media screen and (max-width: 1440px) {
	.services .sectionBlock h3 {
		font-size: 25px;
		line-height: 26px;
	}
}

@media screen and (max-width: 1440px) {
	.anyInfo .sectionBlock p {
		margin: 0 15px 32px 15px;
	}

	.anyInfo .sectionBlock h3 {
		font-size: 18px;
		line-height: 28px;
		margin: 0 15px 15px 15px;
	}

	.antennas__block {
		width: 50%;
	}

	.antennas__block img {
		width: 100%;
	}
}



@media screen and (max-width: 1366px) {
	.line-break {
		display: none;
	}
	.productions .services .sectionBlock h3 {
		font-size: 20px;
		line-height: 22px;
		margin-top: 30px;
	}

	.productions .sectionBlock {
		min-height: 170px;
	}
	.index .sectionBlock h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.production .sectionBlock a {
		min-height: 130px;
	}
}

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

	.index .production .sectionBlock.unsleep {
		width: 90%;
		background-size: cover;
		margin: 0 auto;
		display: block !important;
	}

	.production .sectionBlock a {

		min-height: auto;
	}

	.index .production .unsleep:nth-child(5) {
		background: url(/local/templates/redesign_wizard/images/background_block.png) center center no-repeat;
		background-size: cover;
	}

	.index .production .sectionBlock.sleep {
		display: none;
	}

	.index .sectionBlock h3 {
		min-height: auto;
	}
	.about .aboutAdvantages {
		margin-bottom: 0;
	}

	.index .sectionBlock h3 {
		padding-top: 25px;
	}

	.productionAnnotation {
		padding: 45px 30px;
	}

	.productions .services .sectionBlock::after {
		content: none;
	}

	.mobileProduct {
		display: block;
	}
	.productions .production {
		margin: 0;
		height: auto;
		min-height: 400px;
		padding-bottom: 20px;
		padding-top: 450px;
		display: block;
	}

	/* Styles specific to this particular page */
	.scroll-pane
	{
		width: 100%;
		height: 200px;
		overflow: auto;
	}

	.productionAnnotation {
		padding: 23px 20px;
		width: 75%;
	}

	.productionAnnotation h1 {
		margin-top: 0;
	}

	.service__Annotation {
		top: 0;
		padding: 45px 40px;
	}


	.productions .services .sectionBlock.enable {
		margin-bottom: 15px;
	}

	.productions .services .sectionBlock {
		margin-bottom: 30px;
		display: grid;
		place-items: center;
	}

	.advantages h2 {
		font-weight: bold;
		font-size: 22px;
		line-height: 27px;
		text-align: center;
		box-sizing: border-box;
		padding: 21px;
	}

	.productions .services .sectionBlock {
		margin-bottom: 15px;
	}

	.service .services {
		background-size: cover;
		padding-top: 475px;
		display: block;
		height: 1000px;
		min-height: auto;
	}

	.antennas__block {
		width: auto;
	}

	.antennas__block img {
		width: 100%;
	}

	.antennas {
		display: block;
	}
	.topSide .flexBox {
		display: block;
	}

	.bottomSide {
		display: block;
		padding: 40px 20px;
		position: relative;
		z-index: 5;
		margin-top: 20px;
	}

	.antenBlock {
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.index .antenBlock {
		width: 71%;
		margin: 0 auto 10px;
	}

	.groupBlocks {
		display: block;
	}
	.groupBlocks .block {
		margin: auto;
	}

	.anyInfo .rightBlock {
		margin-right:auto;
		margin-left: auto;
		width: 100%;
	}

	.sectionBlock p {
		font-size: 19px;
		margin: 10px 14px 32px 14px;
	}

	.antennas img {
		width: 100%;
	}

	.index .production {
		display: block;
		height: 960px;
		background-position-y: 0;
		box-sizing: border-box;
		padding-top: 120px;
	}

	.index .production .sectionBlock a {
		min-height: auto;
	}

	.anyInfo .sectionBlock {
		width: 80%;
	}

	.production .sectionBlock {
		background: #0057ff;
		width: 90%;
		margin: 0 auto;
		min-height: 150px;
	}

	.production .sectionBlock:hover,
	.production .sectionBlock:focus {
		background: #1d39c4;
	}

	.index .sectionBlock h3 {
		margin: 5% !important;
	}

	.production .sectionBlock:first-child {
		background: url("images/background_block.png") no-repeat center center;
		margin: 0 auto 15px;
		background-size: 100% 100%;
	}
	.productions .services .sectionBlock {
		margin: 0 auto 15px;
	}

	.production .sectionBlock:first-child:hover {
		background:  url("images/background_block_hover.png") center center no-repeat;
		background-size: cover;
	}



	.leftImage .blockText h3 {
		font-size: 20px;
		line-height: 27px;
	}



	.mobile-back {
		display: block;
	}



	.leftImage .btnSmall {
		width: 100%;
		display: block;
		padding: 13px 10px;
		box-sizing: border-box;
	}

	.leftImage .allNews {
		margin-top: 20px;
	}

	.services .sectionBlock:first-child,
	.services .sectionBlock {
		background: none;
		background-color: #f1f1f1;

	}

	.service .sectionBlock {
		display: grid;
		margin-bottom: 15px;
		min-height: 200px;
	}


	.services .sectionBlock::after {
		background: none;
	}

	.services .sectionBlock:first-child:hover,
	.services .sectionBlock:hover{
		background: none;
		background-color: #f1f1f1;
		background-size: cover;
	}

	.tech {
		display: block;
	}

	.techBlockLeft, .techBlockRight {
		width: 100%;
	}

	.aboutAdvantages {
		padding: 50px 0;
	}

	.about .anyInfo.bottomBlock {
		background: url(images/Background_capacity.png) left center no-repeat;
		background-size: 308% auto;
	}

	.about .owl-stage-outer {
		padding-left: 0;
	}

	.antenBlock__bottom {
		min-height: 80px;
	}


	.antenBlock {
		background-size: cover !important;
	}


	.antennas__block:first-child {
		width: 100%;
		padding: 0;
	}

	.antennas__block:last-child {
		padding: 0;
	}
	.index .antenBlock {
		width: 100%;
	}

	.index .anyInfo  .sectionBlock h3 {
		padding-top: 0;
	}

	.overlay .modal, .overlay2 .modal_askQ {
		max-width: 50%;
	}

}

@media screen and (max-width: 1024px) {
	.mobileTabs {
		display: none !important;
	}
}

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

	.antenBlock__bottom {
		padding-left: 10px;
	}

	.newsDetailedMain {
		background-color: #fff;
	}

	.newsDetailedMain .blockText {
		padding-left: 0;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 5% !important;
		filter: brightness(0.5);
	}

	.owl-carousel .owl-nav button.owl-prev {
		filter: brightness(0.5);
	}

	.about .bottomBlock {
		min-height: auto;
	}

	.about .anyInfo.bottomBlock {
		background-size: cover;
	}

	.leftImage .blockText {
		margin: 0;
	}
	.newsDetailedMain .blockImg {
		margin: 0;
		padding: 0;
	}

	.overlay.open {
		padding: 0;
	}
	.blockProduct__image img{
		width: 100%;
	}
	.btn__form {
		margin: 10px auto;
		width: 75%;
	}
	.overlay .modal {
		width: 100%;
	}
	.mobile-footer {
		display: block;
	}

	.techBlockRight {
		padding: 10px 0;
	}

	.overlay .modal.open {
		box-sizing: border-box;
		max-width: 60%;
	}

	.main-header {
		padding: 20px 25px 25px 15px;
		margin-left: 0;
		background-color: #f1f1f1;
	}

	.hamburger-menu {
		display: flex;
		position: fixed;
		background-color: rgba(255,255,255,.8);
		width: 100%;
		height: 50px;
		margin: 0;
		top: 0;
		z-index: 100;
	}

	.menu__btn {
		display: flex;
		position: fixed;
	}
	.header {
		display: none;
	}

	main {
		margin-left: 0;
	}

	.footer {
		padding: 0 24px;
	}



	.groupBlocks {
		display: block;
	}

	.antennas {
		display: block;
	}

	.topSide .flexBox {
		display: block;
	}

	.topSide .flexBox img {
		width: 100%;
	}

	.newsLink  {
		display: block;
	}

	.blockImg {
		width: 100%;
		min-height: 329px;
	}

	.bottomSide {
		display: block;
	}
	.newsLink h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.groupBlocks .block {
		width: 100%;
	}

	.anyInfo {
		box-sizing: border-box;
		padding-top: 400px;
		min-height: 400px;
		background-repeat: no-repeat;
		background-position-y: 0;
	}

	.anyInfo .rightBlock {
		width: 75%;
	}

	.antennas__block:first-child {
		width: 100%;
	}

	.antennas__block:last-child {
		width: 100%;
	}

	.antennas__block h3 {
		font-size: 22px;
		line-height: 27px;
	}

	.formRequestMain__accept {
		display: block;
	}


	.productionAnnotation {
		top: 65px;
		width: 75%;
	}


	.sectionBlock h3 {
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		line-height: 27px;
	}

	.sectionBlock p {
		font-size: 16px;
		line-height: 20px;
	}

	.rightBlock h3 {
		margin: 0 32px 32px 32px;
	}

	.partnerLink {
		margin: 20px auto;
		text-align: center;
		display: block;
	}

	.partnerLink:first-child {
		text-align: center;
		padding: 0 20px;
		margin: 0 auto;
		display: block;
	}

	.leftImage .flexBox {
		display: block;
	}



	.leftImage {
		background-color: #f1f1f1;
	}

	.blockImg {
		width: auto;
		padding: 20px;
		margin: 20px 20px 0 20px;
		background-color: #fff;
	}

	.blockText {
		width: auto;
		padding: 20px;
		margin: 0 20px 0 20px;
		background-color: #fff;
	}

	.leftImage .flexBox .btn {
		margin-top: 0;
	}

	.leftImage .allNews {
		display: block;
		margin: 20px 0;
		text-align: center;
		color: #0057FF;
	}

	.bottomSide {
		padding: 40px 20px;
		margin-top: 20px;
	}

	.btn-bottom-form {
		max-width: none;
	}

	.topSide {
		box-shadow: none;
	}

	.blockInputInfo {
		display: block;
	}

	.antenBlock {
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.blockInputInfo__left {
		width: 100%;
		margin-right: 0;
	}

	.formRequest {
		padding: 20px;
	}

	.blockInputInfo__left input, .blockInputInfo__right input {
		width: 100% !important;
		margin-right: 0;
	}

	.blockInputInfo__right {
		width: 100%;
	}

	.copyright {
		padding: 20px;
	}


	/* CONTACTS */

	.contact {
		box-sizing: border-box;
		padding: 0;
	}

	.contacts {
		display: block;
		padding: 0;
	}

	.contacts .tel {
		margin-bottom: 40px;
	}

	.contacts .email {
		margin-bottom: 20px;
	}

	.contacts .addr {
		margin-bottom: 40px;
	}

	.contacts strong,
	.contacts .tel p a,
	.contacts .email p a{
		font-size: 20px;
		line-height: 31px;
	}

	.contacts .tel p {
		margin: 0;
	}

	.contacts .tel p:first-child {
		margin: 15px 0;
	}



	.request .inputBlock {
		display: block;
	}

	.request .inputBlock input {
		box-sizing: border-box;
	}

	.inputBlock .btn {
		width: 100%;
	}



	/* MOBILE FOOTER */

	.mobile-footer {
		background-color: #f1f1f1;
		padding-top: 30px;
		border-top: 1px solid #c1c1c1;
	}

	.mobile-footer .footer {
		margin-top: 0;
	}

	.map iframe {
		z-index:  -1;
	}

	.anyInfo .rightBlock {
		margin: 0 auto;
	}

	.sectionBlock h3 {
		margin: 10px 15px 0 15px;
	}

	.mobile-back {
		display: flex;
	}

	.mobile-back .allNews {
		margin: 30px auto 0;
	}

	.leftImage .allNews {
		display: none;
	}

	.techBlockLeft h2 {
		font-size: 22px;
		line-height: 27px;
		text-align: left;
		padding: 0;
		margin: 0;
	}

	.bottomBlock .rightBlock {
		width: 75%;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left:-17px;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	.owl-carousel .owl-nav button.owl-next span {
		color: #fff;
	}

	.owl-carousel .owl-nav button.owl-prev span {
		color: #fff;
	}

	.contact h1 {
		padding: 40px 20px 6px;
	}

	.contacts {
		padding: 0 20px;
	}
}

@media screen and (max-width: 608px) {
	.modalPolitics {
		left: 5%;
		width: 90%;
		top: 10vh;
		height: 80vh;
	}


	.productCards .container {
		width: 100%;
	}

	.overlay.open, .overlay2.open {
		padding: 0;
	}

	.about .aboutAdvantages {
		margin-bottom: 0;
	}

	.overlay2 .modal_askQ.open {
		max-width: 100%;
		width: 90%;
		box-sizing: border-box;
	}

	.overlay2 .modal_askQ h2 {
		margin: 0;
		padding: 0;
		color: #fff;
		line-height: 30px;
	}

	.overlay2 .modal_askQ .blockInputInfo {
		margin-top: 0;
	}

	.overlay2.open .blockInputInfo__left input {
		margin-bottom: 15px;
		padding: 10px;
	}



	.productions .blockProduct__sample {
		margin-right: 0;
		background-color: #F1F1F1;
		padding: 20px 0;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 5px;
	}

	.productions .owl-carousel .owl-nav button.owl-prev {
		left: -15px;
	}
	.index .production {
		background: url(images/background_mobile_index.png) no-repeat center center;
		background-size: contain;
		background-position-y: top;
		box-sizing: border-box;
		padding-top: 315px;
	}

	.productions .production .sectionBlock {
		margin-bottom: 30px;
		display: flex;
		min-height: 80px;
	}
	.productions .services .sectionBlock.enable {
		margin-bottom: 30px;
	}
	.newsMain {
		padding: 0 15px;
	}

	.newsBlock {
		margin: 0 0 15px 0;
		flex-basis: auto !important;
	}

	.productCards__slider .owl-nav {
		width: 94%
	}

	.productCards__slider .owl-stage-outer {
		padding-left: 7px;
	}

	.newsBlock p {
		margin: 0 0 25px 0;
		font-size: 16px;
		line-height: 20px;
	}

	.newsDetailedMain {
		padding: 50px 15px;
	}

	.breadcrumbs li {
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 15px;
	}

	.newsDetailedMain h3 {
		font-size: 26px;
		line-height: 32px;
	}

	.newsDetailedMain .date {
		margin-top: 0;
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
	}

	.newsDetailedMain .blockImg {
		margin: 0;
		padding: 0;
		background-color: #fff;
	}



	.owl-carousel-product {
		padding: 0;
	}

	.owl-stage-outer {
		padding-left: 15px;
	}

	.productions .owl-stage-outer {
		padding-left: 0;
	}

	.serviceDetailed .owl-stage-outer {
		padding-left: 0;
	}

	.owl-carousel .owl-nav button.owl-prev span {
		color: #000;
	}

	.owl-carousel .owl-nav button.owl-next span {
		color: #000;
	}

	.about .anyInfo {
		min-height: 560px;
		background-size: auto;
		background-position-x: -160px;
	}
	.productions .owl-carousel-product .owl-nav button.owl-next {
		right: 0;
	}

	.blockProduct {
		flex-basis: 100%;
	}

}

@media screen and (max-width: 374px) {
.productionAnnotation {
    width: 90%;
}
}


@media screen and (max-width: 1475px) {
	.index .sectionBlock h3 {
		font-size: 21px;
		line-height: 31px;
		margin: 20% 5%;
	}

	.index .anyInfo .sectionBlock h3 {
		margin: 0 15px 15px 15px;
	}

	.index .anyInfo .sectionBlock h3 {
		min-height: auto;
	}

	.sectionBlock p {
		font-size: 16px;
		line-height: 20px;
	}

	.partnerLink {
		margin-right: 0;
	}
	.sectionBlock h3 {
		font-size: 21px;
		line-height: 31px;
		margin: 2% 5%;
	}
	.about .sectionBlock h3 {
		font-size: 21px;
		line-height: 31px;
	}
}

@media screen and (max-width: 1295px) {
	.productions .services .sectionBlock h3 {
		font-size: 20px;
		line-height: 22px;
		margin: 30px 15px 0 15px;
	}
	.service .services .sectionBlock h3 {
		font-size: 22px;
		line-height: 26px;
	}



}

@media screen and (max-width: 1650px) {
	.antenBlock__bottom {
		min-height: 80px;
	}


}

@media screen and (max-width: 420px) {
	.overlay .modal.open {
		box-sizing: border-box;
		width: 90%;
		max-width: 100%;
	}
}


@media screen and (max-width: 1393px) {
	.index .sectionBlock h3 {
		min-height: 125px;
		font-size: 20px;
		line-height: 24px;
	}

	.newsMain .newsBlock {
		flex-basis: 44%;
	}

}

@media screen and (max-width: 1130px) {
	.request .inputBlock {
		display: block;
	}
	.request input {
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 15px;
	}
	.inputBlock .btn {
		width: 100%;
	}

	.service .request {
		background: #ffffff;
	}
}

@media screen and (max-width: 959px) {
	.newsMain .newsBlock {
		flex-basis: 100%;
	}
	}
}

@media screen and (max-width: 768px) {
	.index .sectionBlock h3 {
		min-height: auto;
	}
	.blockInputInfo {
		margin-bottom: 20px;
	}

	.newsDetailedMain {
		margin: 0;
		margin-left: 0;
	}

	.leftImage .blockText {
		background-color: #fff;
		margin: 0 20px;
		padding: 20px;
	}
}

.techBlockLeft h2 {
	text-align: left;
	padding-left: 0;
	line-height: 36px;
	margin-top: 0;
}
@media screen and (max-width: 420px) {
	.service .request {
		z-index: 666;
	}
	
	.newsDetailedMain {
		margin: 0;
		margin-left: 0;
	}

	#mainFastForm + label, #mmodalForm + label {
		line-height: 27px;
	}

	.techBlockLeft, .techBlockRight {
		padding: 0;
	}

	.productionAnnotation h1 {
		width: 90%;
		font-size: 26px;
		line-height: 28px;
	}

	.about h3 {
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		line-height: 27px;
	}
	tr:last-child {
		display: none;
	}
	.owl-nav {
		width: 92%;
		top: 42%;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: -2% !important;
	}

	.table {
		padding: 0;
	}
	.owl-stage-outer {
		padding: 0;
	}

	.owl-item .blockProduct {
		margin: 0;
	}

	.anyInfo .sectionBlock::after {
		background-size: cover;
	}

	.production {
		padding-top: 310px;
	}

	.service .production .sectionBlock {
		margin-top: 0;
	}

	.production .sectionBlock {
		margin-top: -25px;
	}

	.index .production .sectionBlock {
		margin-bottom: 35px;
	}


	.antenBlock:last-child p {
		bottom: 0;
	}

	.request h3 {
		font-size: 22px;
		line-height: 27px;
		padding-right: 35%;
		margin-top: 90px;
		padding-top: 45px;
	}

	.request p {
		padding-right: 20%;
	}

	.request {
		background: url(images/background_ant.png) no-repeat center center;
		background-size: auto !important;
		margin-top: -120px;
		background-position-x: 90.2%;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 20px 40px 20px;
	}

	.table .simplebar-track {
		bottom: 90px;
	}

	.owl-carousel .owl-item img {
		height: 330px;
		object-fit: none;
	}

	.owl-carousel-prdct .owl-item img {
		height: auto;
		object-fit: contain;
		max-width: 240px;
	}


	.bottomBlock .rightBlock {
		width: 100%;
	}

	.index .sectionBlock h3 {
		font-size: 22px;
	}

	.anyInfo .rightBlock {
		width: 100%;
	}

	.index .anyInfo .rightBlock {
		margin: 0 20px;
		margin-bottom: -185px;
	}

	.index .partner h2 {
		margin: 250px 0 11px 0;
	}

	.about .anyInfo .rightBlock {
		width: 100%;
		margin: 0 20px;
	}

	.index .blockText {
		padding: 10px 20px;
		margin: 0 20px;
	}


	tr:nth-last-child(-n+2) {
		height: 200px;
		vertical-align: top;
	}

	.tableSize {
		width: auto;
	}
	.techBlockRight {
		padding-top: 20px;
	}
	.techBlockLeft {
		padding: 20px;
	}

	.antenBlock {
		min-height: 180px;
	}

	.index .formRequest {
		margin-top: -10px;
	}

	.index .blockInputInfo {
		margin-bottom: 20px;
	}

	#mainFastForm + label, #mmodalForm + label {
		display: block;
	}

	#mainFastForm + label::after, #mmodalForm + label::after {
		top: 0;

	}

	.about .anyInfo.bottomBlock {
		background-position-y: top;
		background-size: contain;
		padding-top: 250px;
	}

	.overlay .modal, .overlay2 .modal_askQ {
		padding: 20px;
	}

	.bottomSide {
		margin-top: -40px;
		padding: 80px 20px 40px 20px;
		background: url(/local/templates/redesign_wizard/images/background_antenn.png) no-repeat top center;
		background-size: cover;
	}

	.service .request {
		margin-top: -170px;
		background: url(/local/templates/redesign_wizard/images/background_ant.png) no-repeat center center;
		background-size: auto !important;
		background-position-x: 90.2%;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 20px 40px 20px;
	}

	.index .partner h2 {
		margin: 250px 0 11px 0;
	}

	.about .bottomBlock .rightBlock {
		margin: 0;
	}

	.overlay2 .modal_askQ h2 {
		font-size: 25px !important;
	}


}



@media screen and (max-width: 10550px) {
	.request {
		background: none;
		margin-top: 0;
	}
	.blockProduct__image img {
		width: auto;
	}
}

@media screen and (max-width: 1920px) {
	.request {
		background: url(/local/templates/redesign_wizard/images/background_ant.png) no-repeat center -10%;
		margin-top: -100px;
	}
	.blockProduct__image img {
		max-width: 100%;
	}
}

@media screen and (max-width: 1919px) {
	.request {
		background: #fff;
	}
}

@media screen and (max-width: 320px) {
	.owl-carousel-prdct .owl-item img {
		max-height: 280px;
		height: 280px !important;
	}
}

@media screen and (max-width: 319px) {
	.overlay .modal.open {
		width: 100%;
	}
}
