html {
 
}

body {
  /*background: url(../img/bg.jpg) #fff 50% 0;*/
  font-weight: normal;
  color: #3d3d3d;
  font: 18px "Calibri";
  position: relative; }

a {
  color: #1b569b;
  text-decoration: underline;
  transition: all 0.3s ease;
}
  a:hover {
    text-decoration: none; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

header {
  width: 100%;
}
header .bar{
  height: 70px;
  background: none;
  z-index: -4;
}
header .bar a {
    color: #3d3d3d;
    text-decoration: none;
	top: 2px;
    position: relative;
}

header .bar a:hover {
    color: #1b569b;
}
header .bar .container-fluid{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
}
header .bar .container-fluid div{
  font-size: 16px;
  padding-left: 25px;
  line-height: 1
}
header .bar .container-fluid div.point{
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
header .bar .container-fluid div.time{
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
header .bar .container-fluid .phone{
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}
header .bar .container-fluid a.order{
  background: #f72b35;
  font-size: 13px;
  color: #fff;
  width: 73px;
  height: 37px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-right: 2px;
}
header nav{
  height: 50px;
  background: #3d3d3d;
  background: rgb(61,61,61);
  background: rgba(61,61,61,0.8);
}
header nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav ul li{
  padding:0 25px;
  position: relative;
}
header nav ul li a{
  color:#fff;
  text-decoration: none;
  font-size: 18px;
  display: block;
  height: 50px;
  line-height: 50px
}
header nav ul li a:hover{
  color: yellow;
}
li.level2 a:hover {
    color: yellow;
}
header nav ul ul{
	position: absolute;
	left: 0;
	top: 0;
	background: #3d3d3d;
	z-index: 2;
	height: auto;
	display: block;
	margin-top: 66px;
	font-size: 14px;
	padding-top: 10px;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	opacity: 0;
	visibility: hidden;

}
header nav ul li:hover > ul{
	margin-top: 46px;
	opacity: 1;
	visibility: visible;
}
header nav ul ul li{
	margin-bottom: 10px;
}
header nav ul ul li a{
	font-size: 14px;
	white-space: nowrap;
	height: auto;
	line-height: normal;
}
header nav ul ul{
	display: block;
}

.mob-contacts {
	display: none;
}

.plus{
  background: rgba(0,0,0,.05);
  padding:60px 0;
}
.plus-cont{
  background: rgba(0,0,0,.0);
  padding:60px 0;
}
.dop52 + .plus{
	background: transparent;
}
.plus .title{
  text-align: center;
  font-size: 30px;
  color:#0093a2;
  font-family: "Impact";
  margin-bottom: 50px;
}
.plus .row > div{
  width: 20%;
  text-align: center;
  font-size: 18px
}
.plus .row > div .img{
  height: 110px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.plus-cont .title{
  text-align: center;
  font-size: 30px;
  color:#0093a2;
  font-family: "Impact";
  margin-bottom: 50px;
}
.plus-cont .row > div{
  width: 20%;
  text-align: center;
  font-size: 18px
}
.plus-cont .row > div .img{
  height: 110px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

h1 {
  font-size: 28px;
  color: #1b569b;
  margin-bottom: 35px;
  padding-bottom: 0;
  font-family: 'Gotham-Ultra';
  text-transform: uppercase;
}
.textinner p{
  padding-bottom: 10px;
}
.textinner ul{
  list-style:none;
  padding-left: 10px;
}
.textinner ul li:before{
  content: "•";
  color:#0093a2;
  margin-right: 10px;
}
.textinner  .title{
  font-size: 30px;
  color:#0093a2;
  font-family: "Impact";
  margin-bottom: 35px;
  padding-bottom: 0;
}

.catalog-taifun {
	max-width: 100% !important;
    margin: auto;
    background-color: #D8E6F3;
    padding-top: 20px;
    text-align: center;
}

.catalog-taifun span {
    text-align: center;
    display: block;
    margin-top: -20px;
    margin-bottom: 40px;
}

.catalog-taifun .row {
    display: flex;
    flex-direction: column;
	max-width: 990px;
    margin: auto;
	padding-bottom: 40px;
}

.catalog-taifun .flex-row {
    display: flex;
    flex-direction: row;
	max-width: 990px;
    justify-content: space-evenly;
	align-items: center;
}

.catalog-taifun h2 {
	font-family: 'Gotham-Ultra';
    text-transform: uppercase;
}

.main .textinner{
	/*background: rgba(0,0,0,.05);*/
}
.gray .textinner{
	background: rgba(0,0,0,.05);
}

.dop5{
	padding:50px 0;
}
 .dop5 .cat .row{
  margin-bottom: 40px;
}
 .dop5 .cat .row p{
 	line-height: 1.1
 }
 .dop5 .cat .row p span{
 	font-weight: 700;
 	color:#0093a2;
 }
 .dop5 .cat .row p.price{
}
 .dop5 .cat .row p.price span{
  font-weight: 700;
  color:#ff1000;
}
.dop-cont{
	padding:50px 0;
	padding-top: 0px;
	background: rgba(0,0,0,.05);
}
 .dop-cont ul.icons{
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
 .dop-cont ul.icons .img{
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
}
 .dop-cont ul.icons li:before{
  display: none;
}
 .dop-cont ul.icons li{
  text-align: left;
  line-height: 1.4;
  width: 30%;
}
 .dop-cont ul.icons li:first-child,  .dop-cont ul.icons li:last-child{
  width: 22%;
  text-align: left;
}
 .dop-cont ul.icons li:first-child .img,  .dop-cont ul.icons li:last-child .img{
  justify-content: flex-start;
}
 .dop-cont ul.icons li:nth-child(2n){
  width: 5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
 .dop-cont ul.icons li strong{
  font-size: 30px;
  text-transform: uppercase;
  color:#0093a2;
  margin-bottom: 5px;
  display: block;
}
.dop-cont ul.icons li a.order{
  background: #0093a2;
  color:#fff;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  text-align: center;
  width: 120px;
}

.dop52{
	padding:50px 0;
	background: rgba(0,0,0,.05);
}
 .dop52 ul.icons{
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
 .dop52 ul.icons .img{
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
}
 .dop52 ul.icons li:before{
  display: none;
}
 .dop52 ul.icons li{
  text-align: left;
  line-height: 1.4;
  width: 30%;
}
 .dop52 ul.icons li:first-child,  .dop52 ul.icons li:last-child{
  width: 22%;
  text-align: left;
}
 .dop52 ul.icons li:first-child .img,  .dop52 ul.icons li:last-child .img{
  justify-content: flex-start;
}
 .dop52 ul.icons li:nth-child(2n){
  width: 5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
 .dop52 ul.icons li strong{
  font-size: 30px;
  text-transform: uppercase;
  color:#0093a2;
  margin-bottom: 5px;
  display: block;
}
.dop52 ul.icons li a.order{
  background: #0093a2;
  color:#fff;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  text-align: center;
  width: 120px;
}

.partners{
	font-size: 16px;
	text-align: center;
}
.partners .owl-item .img{
	height: 55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 10px;
}
.partners .owl-item img{
	display: inline-block;
	max-width: 100%
}
.partners .owl-prev{
	width: 18px;
	height: 30px;
	background: url(../img/arrow_c.png) no-repeat !important;
	text-indent: -9999em;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -50px;
}
.partners .owl-next{
	width: 18px;
	height: 30px;
	background: url(../img/arrow_c.png) no-repeat right 0 !important;
	text-indent: -9999em;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: -50px;
}

 .dop6{
  padding:50px 0;
  background: rgba(0,0,0,.05);
 
}
 .dop6 ul.icons{
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
 .dop6 ul.icons .img{
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
}
 .dop6 ul.icons li:before{
  display: none;
}
 .dop6 ul.icons li{
  text-align: left;
  line-height: 1.4;
  width: 30%;
}
 .dop6 ul.icons li:first-child,  .dop6 ul.icons li:last-child{
  width: 20%;
  text-align: left;
}
 .dop6 ul.icons li:first-child .img,  .dop6 ul.icons li:last-child .img{
  justify-content: flex-start;
}
 .dop6 ul.icons li:nth-child(2n){
  width: 5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
 .dop6 ul.icons li strong{
  font-size: 30px;
  text-transform: uppercase;
  color:#0093a2;
  margin-bottom: 5px;
  display: block;
}
 .dop62{
  padding:50px 0;

}
 .dop62 .cat .row{
  margin-bottom: 40px;
}
 .dop62 .cat .row p.t{
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  color:#0093a2;
  line-height: 1
}
 .dop62 .cat .row p.price{
  padding-top: 5px;
}
 .dop62 .cat .row p.price span{
  font-weight: 700;
  color:#ff1000;
}
 .dop62 .doplink{
  background: #e7e7e7;
  border-radius: 7px;
  padding:25px 20px;
  margin-top: 35px;
}
 .dop62 .doplink p{
  font-weight: 700;
  color:#0093a2;
  padding-bottom: 30px;
}
 .dop62 .doplink ul{
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;

}
 .dop62 .doplink ul li{
  margin-bottom: 15px;
}
 .dop62 .doplink ul li:last-child{
  margin-bottom: 0;
}
 .dop62 .doplink ul li:before{
  content: "-";
  margin-top: 5px;
}

 .dop7{
  padding:50px 0;
 
}
 .dop7 ul.icons{
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color:#0093a2;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700
}
 .dop7 ul.icons li:nth-child(2n){

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
 .dop7 ul.icons .img{
  margin-bottom: 5px;
}
 .dop7 ul.icons li:before{
  display: none;
}

.dop8{
	padding:50px 0;
}
.dop8 .justifyleft{
	border:none;
	margin-right: 15px;
}
.dop8 .text{
	font-size: 16px;
	margin-top: 35px;
}
.dop8 .text p{
	margin-bottom: 10px;
}
.dop8 .text:last-child{
	margin-bottom: 0;
}
ul.po{
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 40px;
}
ul.po li{
	width: 22%;
}
ul.po li:before{
	display: none;
}
ul.po li:nth-child(2n){
  width:4%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.po li > div{
	background: #fff;
	border:1px solid #0093a2;
	border-radius: 7px;
	padding: 8px 15px;
}
ul.po li > div p.t{
	color:#0093a2;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
ul.po li > div p.t img{
	display: block;
	float: right;
}

form.order-main-head, form.order-main-footer, form.order-tm15-head, form.order-tm15-footer, form.order-tgm300-head, form.order-tgm300-footer, form.order-tvk35-head, form.order-tvk35-footer, form.order-tv50-head, form.order-tv50-footer, form.order-komplektuyushhie-head, form.order-komplektuyushhie-footer, form.order-dostavka-head, form.order-dostavka-footer, form.order-kontakty-head, form.order-kontakty-footer, form.zakaz-tm15, form.otzyv-tm15, form.zakaz-tgm300, form.otzyv-tgm300, form.zakaz-tvk35, form.otzyv-tvk35, form.zakaz-tv50, form.otzyv-tv50 {
  text-align: center;
}
form.order-main-head label, form.order-main-footer label, form.order-tm15-head label, form.order-tm15-footer label, form.order-tgm300-head label, form.order-tgm300-footer label, form.order-tvk35-head label, form.order-tvk35-footer label, form.order-tv50-head label, form.order-tv50-footer label, form.order-komplektuyushhie-head label, form.order-komplektuyushhie-footer label, form.order-dostavka-head label, form.order-dostavka-footer label, form.order-kontakty-head label, form.order-kontakty-footer label, form.zakaz-tm15 label, form.otzyv-tm15 label, form.zakaz-tgm300 label, form.otzyv-tgm300 label, form.zakaz-tvk35 label, form.otzyv-tvk35 label, form.zakaz-tv50 label, form.otzyv-tv50 label {
  display: block;
  margin-bottom: 20px;
}
form.order-main-head select, form.order-main-footer select, form.order-tm15-head select, form.order-tm15-footer select, form.order-tgm300-head select, form.order-tgm300-footer select, form.order-tvk35-head select, form.order-tvk35-footer select, form.order-tv50-head select, form.order-tv50-footer select, form.order-komplektuyushhie-head select, form.order-komplektuyushhie-footer select, form.order-dostavka-head select, form.order-dostavka-footer select, form.order-kontakty-head select, form.order-kontakty-footer select, form.zakaz-tm15 select, form.otzyv-tm15 select, form.zakaz-tgm300 select, form.otzyv-tgm300 select, form.zakaz-tvk35 select, form.otzyv-tvk35 select, form.zakaz-tv50 select, form.otzyv-tv50 select {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #0093a2;
  font: 16px "Conv_Calibri";
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
form.order-main-head input, form.order-main-footer input, form.order-tm15-head input, form.order-tm15-footer input, form.order-tgm300-head input, form.order-tgm300-footer input, form.order-tvk35-head input, form.order-tvk35-footer input, form.order-tv50-head input, form.order-tv50-footer input, form.order-komplektuyushhie-head input, form.order-komplektuyushhie-footer input, form.order-dostavka-head input, form.order-dostavka-footer input, form.order-kontakty-head input, form.order-kontakty-footer input, form.zakaz-tm15 input, form.otzyv-tm15 input, form.zakaz-tgm300 input, form.otzyv-tgm300 input, form.zakaz-tvk35 input, form.otzyv-tvk35 input, form.zakaz-tv50 input, form.otzyv-tv50 input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #1b569b;
    font: 16px "Conv_Calibri";
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
form.order-main-head textarea, form.order-main-footer textarea, form.order-tm15-head textarea, form.order-tm15-footer textarea, form.order-tgm300-head textarea, form.order-tgm300-footer textarea, form.order-tvk35-head textarea, form.order-tvk35-footer textarea, form.order-tv50-head textarea, form.order-tv50-footer textarea, form.order-komplektuyushhie-head textarea, form.order-komplektuyushhie-footer textarea, form.order-dostavka-head textarea, form.order-dostavka-footer textarea, form.order-kontakty-head textarea, form.order-kontakty-footer textarea, form.zakaz-tm15 textarea, form.otzyv-tm15 textarea, form.zakaz-tgm300 textarea, form.otzyv-tgm300 textarea, form.zakaz-tvk35 textarea, form.otzyv-tvk35 textarea, form.zakaz-tv50 textarea, form.otzyv-tv50 textarea {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #0093a2;
  font: 16px "Conv_Calibri";
  resize: none;
  height: 130px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
form.order-main-head .invalid > *, form.order-main-footer .invalid > *, form.order-tm15-head .invalid > *, form.order-tm15-footer .invalid > *, form.order-tgm300-head .invalid > *, form.order-tgm300-footer .invalid > *, form.order-tvk35-head .invalid > *, form.order-tvk35-footer .invalid > *, form.order-tv50-head .invalid > *, form.order-tv50-footer .invalid > *, form.order-komplektuyushhie-head .invalid > *, form.order-komplektuyushhie-footer .invalid > *, form.order-dostavka-head .invalid > *, form.order-dostavka-footer .invalid > *, form.order-kontakty-head .invalid > *, form.order-kontakty-footer .invalid > *, form.zakaz-tm15 .invalid > *, form.otzyv-tm15 .invalid > *, form.zakaz-tgm300 .invalid > *, form.otzyv-tgm300 .invalid > *, form.zakaz-tvk35 .invalid > *, form.otzyv-tvk35 .invalid > *, form.zakaz-tv50 .invalid > *, form.otzyv-tv50 .invalid > * {
  border-color:#ff0000;
}
form.order-main-head a.button-1, form.order-main-footer a.button-1, form.order-tm15-head a.button-1, form.order-tm15-footer a.button-1, form.order-tgm300-head a.button-1, form.order-tgm300-footer a.button-1, form.order-tvk35-head a.button-1, form.order-tvk35-footer a.button-1, form.order-tv50-head a.button-1, form.order-tv50-footer a.button-1, form.order-komplektuyushhie-head a.button-1, form.order-komplektuyushhie-footer a.button-1, form.order-dostavka-head a.button-1, form.order-dostavka-footer a.button-1, form.order-kontakty-head a.button-1, form.order-kontakty-footer a.button-1, form.zakaz-tm15 a.button-1, form.otzyv-tm15 a.button-1, form.zakaz-tgm300 a.button-1, form.otzyv-tgm300 a.button-1, form.zakaz-tvk35 a.button-1, form.otzyv-tvk35 a.button-1, form.zakaz-tv50 a.button-1, form.otzyv-tv50 a.button-1 {
    background: #1b569b;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 15px;
}
form.order-main-head .success, form.order-main-footer .success, form.order-tm15-head .success, form.order-tm15-footer, form.order-tgm300-head .success, form.order-tgm300-footer .success, form.order-tvk35-head .success, form.order-tvk35-footer .success, form.order-tv50-head .success, form.order-tv50-footer .success, form.order-komplektuyushhie-head .success, form.order-komplektuyushhie-footer .success, form.order-dostavka-head .success, form.order-dostavka-footer .success, form.order-kontakty-head .success, form.order-kontakty-footer .success, form.zakaz-tm15 .success, form.otzyv-tm15 .success, form.zakaz-tgm300 .success, form.otzyv-tgm300 .success, form.zakaz-tvk35 .success, form.otzyv-tvk35 .success, form.zakaz-tv50 .success, form.otzyv-tv50 .success {
  color:green;
  margin-top: 20px;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
#maps{
  background: #fff;
  padding-top: 30px;
  margin-bottom: 50px;
}
h2, p.title {
    font-size: 26px;
    color: #1b569b;
    font-family: sans-serif;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 400;
    padding-bottom: 0;
}


.services{
  padding: 0;
}
.services .title{
  text-align: center;
  font-size: 30px;
  color:#3d3d3d;
  font-family: "Impact";
  margin-bottom: 50px;
}
.services .item{
  border:1px solid #0093a2;
  border-radius: 10px;
  padding:20px 20px;
  margin-bottom: 30px;
  background-image: url(/assets/images/blok.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.item:hover {
    opacity: 0.8;
}
.services .dop .item{
  background: #e5e5e5;
  border:none;
  opacity: 1 !important;
}
.services .item .img img{
  border:1px solid #0093a2;
  display: block;
  /*width: 100%;*/
}
.services .row > div:first-child .img img{
  border:none;
}
.services .item .img{
  margin-bottom: 10px;
  padding:0 5px;
}
.services .item .intro{
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #3d3d3d;
}
a.services {
    text-decoration: none;
}
.services .item a{
  font-size: 18px
}
.services .dop .item .title{
  font-family: "Conv_Calibri";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.services .dop .item span{
  display: block;
  font-size: 14px;
  margin-bottom: 35px;

}
.services .dop .item span:last-child{
  margin-bottom: 0;
}
.services .dop .item a{
  font-size: 14px;
  text-decoration:underline;
  color:red;
}
.services .dop .item a:hover{
  text-decoration: none;
  color:red;
}

img.img-responsive{
 
  max-width: 100%;
  border:2px solid #39aab5;
}
img.justifyright{
 
  max-width: 100%;
  border:2px solid #39aab5;
  float: right;
  margin:0 0 10px 10px;
}
img.justifyleft{
 
  max-width: 100%;
  border:2px solid #39aab5;
  float: left;
  margin:0 10px 10px 0;
}

footer .copy{
  background: #3d3d3d;
  color:#fff;
  text-align: center;
  padding:14px 0;
}
footer .copy .row{
  justify-content: center;
}
footer .info{
  background: #524f4f;
  background-size: cover;
  padding:16px 0 40px;
  font-size: 16px;
  color:#fff;
}
footer .info ul{
  list-style: none;
  padding: 0;
  margin: 0;

}
footer .info .menus ul{
  /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;*/
  display: block;
  /*flex-flow: row wrap*/
}
footer .info .menus ul li{
  /*width: 50%;*/
}
footer .info .menus{
  color: yellow;
  max-width: 297px !important;
}
footer .info a{
  color:#fff;
  text-decoration: none
}
footer .info a:hover{
  color: yellow;
}
footer .info .phone_f span{
  font-size: 20px
}
footer .info .phone_f a.order{
  background: #fff;
  font-size: 13px;
  color:#010101;
  width: 100%;
  height: 30px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:10px;
}
footer .info .soc{
  padding-top: 10px;
}
footer .info .soc a{
  display: inline-block;
  margin-bottom: 10px;
}

/*
   header#bar .logo{
    display: block;
    margin-top: 20px;
   }
  header#bar .logo img {
    display: block;
    max-width: 220px}
  header#bar a {
    text-decoration: none;
    line-height: 1;
    position: relative;
    display: inline-block;
    color: #362543;
    min-height: 16px;
    margin-bottom: 5px; }
  header#bar a.mail:before, header#bar a.phone:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 0;
    background: #ff6300;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s; }
  header#bar a.mail:hover:before, header#bar a.phone:hover:before {
    height: 1px; }
  header#bar a.mail {
    padding-left: 30px;
    margin-top: 16px;
    background: url(../img/icon_mail.png) 0 50% no-repeat; }
  header#bar a.phone {
    padding-left: 30px;
    background: url(../img/icon_phone.png) 0 50% no-repeat; }
  header#bar a.callback {
    max-width: 220px;
    width: 100%;
    height: 58px;
  
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 9px;
    text-align: center;
    line-height: 56px;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: relative;
  }
  header#bar a.callback span {
    position: relative;
    z-index: 2; }
  header#bar a.callback:hover {
    
    color: #fff; }
  header#bar a.callback:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff6300;
   -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg); 
    transform: skewX(-20deg);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s; 
 

          }
  header#bar a.callback:hover:before {
    opacity: 1;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
            box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset; }
*/
section#header {
 
 height: 600px;
  margin-top: 80px;
  background: url(../img/top.jpg) no-repeat 50% top;
  
   }
   section#header img.man{
    position: absolute;
    right: 30px;
    bottom: 67px;
   }
   section#header .container-fluid > .row{
    position: relative;
    height: 600px;
   }
  section#header h1 {
    font-size: 40px;
    margin-top: 50px; 
    font-weight: 400;
    color:#fff;}
    section#header h1 strong {
      font-weight: 900 }
  section#header p {
    font-size: 19px;
    margin-top: 85px; }
  section#header a.order {
    margin-top: 75px;
    width: 270px;
    height: 70px;
    display: inline-block;
    border: 1px solid #c3baf0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 68px;
    -webkit-border-radius: 35px;
            border-radius: 35px;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: relative;
    overflow: hidden;
    background: #5035da;
    text-decoration: none;
    background: -webkit-linear-gradient(left, #5035da 0%, #8d38c5 100%);
    background: -webkit-gradient(linear, left top, right top, from(#5035da), to(#8d38c5));
    background: -o-linear-gradient(left, #5035da 0%, #8d38c5 100%);
    background: linear-gradient(to right, #5035da 0%, #8d38c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5035da', endColorstr='#8d38c5',GradientType=1 );
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.085);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.085);
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s; }
  section#header a.order:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  section#header form{
    background: #fff;
    padding: 25px;
    margin-top: 50px;
    width: 70%;
  }
  section#header form p.title{
    margin-top: 0;
    text-align: center;
     font-weight: 700;
     margin-bottom: 20px;
  }
  section#header form input{
    display: block;
      width: 100%;
      height: 40px;
      border: none;
      background: #f6f3fa;
      border: 1px solid #f6f3fa;
      font-size: 16px;
     font-weight: 500;
      padding-left: 20px;
      padding-right: 20px;
       margin-bottom: 20px;
       font: 16px "Exo 2 Condensed";
    }
   section#header form a.button-1{
    display: block;
    text-align: center;
   }
   section#header form label.invalid > input {
      border-color: #ff0000; }
  section#header form .success{
    display: block;
    text-align: center;
    color:green;
    margin-top: 20px;
  }

  section#catalog{
  padding:50px 0;}
  section#catalog h2{
    font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  }
  section#catalog h2:after{
    width: 1000%;
    right: 0;
    position: absolute;
    content: "";
    height: 2px;
    background: #ff6300;
    bottom: 0;
  }
  section#catalog .owl-nav {
    
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    margin-top: -31px;}
    section#catalog .owl-nav button.owl-prev {
      width: 62px;
      height: 62px;
 
      border: none;
      margin: 0 20px;
      text-indent: -9999em;
 
      position: relative; }


 section#catalog .owl-nav button.owl-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 62px;
      height: 62px;
 
    -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg); 
      transform: skewX(-20deg);
      -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s; 
        background: url(../img/icon_arrow_rev.png) no-repeat #ff6300 -2px -1px;

    }
   section#catalog .owl-nav button.owl-prev:hover:before {
    opacity: 1;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
            box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
    }

   section#catalog .owl-nav button.owl-prev span{
    position: relative;
    z-index: 2;
   }


    section#catalog .owl-nav button.owl-next {
      width: 62px;
      height: 62px;
   
      border: none;
      margin: 0 20px;
      text-indent: -9999em;
      float: right;
      position: relative; }


   section#catalog .owl-nav button.owl-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 62px;
      height: 62px;
 
   -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg); 
    transform: skewX(-20deg);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s; 
     background: url(../img/icon_arrow_rev.png) no-repeat #ff6300 -63px -1px;

          }
   section#catalog .owl-nav button.owl-next:hover:before {
    opacity: 1;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
            box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset; }
   section#catalog .owl-nav button.owl-next span{
      position: relative;
      z-index: 2;
   }

    section#catalog .owl-nav button.disabled {
      opacity: 0.5; }
      section#catalog .owl-carousel{
        margin-bottom: 140px;
        padding:0 120px;
      }
      section#catalog .item button{
         border: 1px solid #ff6300;
    font-size: 14px;
    color: #fff;
    background: #ff6300;
      font-weight: 500;
      display: block;
      width: 100%;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
      height: 40px;
      padding-left: 20px;
      padding-right: 20px;
      cursor: pointer;
      margin-top: 15px;
      font: 16px "Exo 2 Condensed";
      }
      section#catalog .item {
        
      }
      section#catalog .item img{
        border:2px solid #ff6300;
        display: block;
        margin-bottom: 20px;
      }
      section#catalog .item p{
        margin-bottom: 10px;
      }
      section#catalog .item p.title{
 
  font-weight: 700;
  font-size: 18px 
      }
      section#catalog .item p.price{
        text-align: right;
      }
      section#catalog .item p.price span{
        font-weight: 700;
        color:#ff6300;
      }
      section#catalog .item .dopparam{
        width: 60%;
        float: left;
        text-align: left;
      }
      section#catalog .item select{
   font: 16px "Exo 2 Condensed";
    font-size: 14px;
    border:1px solid #ff6300;
      font-weight: 500;
      display: block;
      width: 100%;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
      height: 30px;
      padding-left: 10px;
      padding-right: 10px;
      cursor: pointer;
 }



  .table-container{
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  padding:0 1px;
}

.table-container::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-container::-webkit-scrollbar-thumb{
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

 #shopCart{
  border:none;
  padding: 0;
  margin: 0;
 }
  #shopCart .small{
    position: fixed;
    bottom: 30px;
    width: 250px;
    right: -201px;
    min-height: 50px;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border-radius: 10px 0 0 10px;
    z-index: 2;
    color:#fff;
    background: #ff6300;
    border:none;
    margin: 0;
    padding: 0;

  }
  #shopCart .small .cart-order{
    display: block;
    width: 50px;
    height: 50px;
    border-right: 1px solid #fff;
    margin: 0;
    float: left;
    background: url(../img/cart.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  #shopCart .small .cart-order > a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
      bottom: 0;
  }
  #shopCart .small .cart-order span{
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 50%;
        left: 10px;
        top: 4px;
        color:#ff6300;
        padding: 2px;
        width: 21px;
        height: 21px;

  }
  #shopCart .small .cart-order + span{

    display: block;
    width: 150px;
    float: right;
  }

 section#catalog .item .kol{
 
  position: relative;
  padding:0 15px;
  margin-left: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  float: right;
}
 section#catalog .item .kol input{
  border:none;
  background: transparent;
  display: block;
  float: left;
  height: 30px;
  width: 60px;
 
  font-weight: 700;
  text-align: center;
  font-size: 16px
}     
 section#catalog .item .kol .field-arr{
  display: block;
  width: 15px;
  height: 15px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
 section#catalog .item .kol .field-arr.up{
  right: 0;
  top: 0;
}
 section#catalog .item .kol .field-arr.up:after{
  content: "+";
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color:#78909c;
font-family:"Exo 2 Condensed";
  font-weight: 700;
  font-size: 32px;
  -webkit-transition-duration: 0.25em;
  -o-transition-duration: 0.25em;
  transition-duration: 0.25em;
}
 section#catalog .item .kol .field-arr.up:hover:after{
  color:#ff6300;
}
 section#catalog .item .kol .field-arr.down{
  left: 0;
  top: 0;
}
section#catalog .item .kol .field-arr.down:after{
  content: "-";
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color:#78909c;
font-family:"Exo 2 Condensed";
  font-weight: 700;
  font-size: 32px;
  -webkit-transition-duration: 0.25em;
  -o-transition-duration: 0.25em;
  transition-duration: 0.25em;
}
 section#catalog .item .kol .field-arr.down:hover:after{
  color:#ff6300;
}



section.textinner {
 padding: 20px 0 50px;
}
  
  /*
  section#about .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -110px; }
    section#about .owl-nav button.owl-prev {
      width: 62px;
      height: 62px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: url(../img/icon_arrow_rev.png) no-repeat #fff;
      border: none;
      margin: 0 20px;
      text-indent: -9999em; }
    section#about .owl-nav button.owl-next {
      width: 62px;
      height: 62px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: url(../img/icon_arrow_rev.png) no-repeat #fff;
      border: none;
      margin: 0 20px;
      text-indent: -9999em;
      background-position: right 0;
      position: relative; }

   section#about .owl-nav button.owl-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff6300;
   -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg); 
    transform: skewX(-20deg);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s; 
 

          }
   section#about .owl-nav button.owl-next:hover:before {
    opacity: 1;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
            box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset; }

    section#about .owl-nav button.disabled {
      opacity: 0.5; }
      section#about .owl-carousel{
        margin-bottom: 140px;
      }*/
    section#about .owl-carousel img{
      border:2px solid #fff;
    }

     section#about .owl-nav {
    
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    margin-top: -31px;}
    section#about .owl-nav button.owl-prev {
      width: 62px;
      height: 62px;
 
      border: none;
      margin: 0 20px;
      text-indent: -9999em;
 
      position: relative; }


 section#about .owl-nav button.owl-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 62px;
      height: 62px;
 
    -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg); 
      transform: skewX(-20deg);
      -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s; 
        background: url(../img/icon_arrow_rev.png) no-repeat #ff9c5d -2px -1px;

    }
   section#about .owl-nav button.owl-prev:hover:before {
    opacity: 1;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
            box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
    }

   section#about .owl-nav button.owl-prev span{
    position: relative;
    z-index: 2;
   }


    section#about .owl-nav button.owl-next {
      width: 62px;
      height: 62px;
   
      border: none;
      margin: 0 20px;
      text-indent: -9999em;
      float: right;
      position: relative; }


   section#about .owl-nav button.owl-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 62px;
      height: 62px;
 
   -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg); 
    transform: skewX(-20deg);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s; 
     background: url(../img/icon_arrow_rev.png) no-repeat #ff9c5d -63px -1px;

          }
   section#about .owl-nav button.owl-next:hover:before {
    opacity: 1;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
            box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset; }
   section#about .owl-nav button.owl-next span{
      position: relative;
      z-index: 2;
   }

    section#about .owl-nav button.disabled {
      opacity: 0.5; }
      section#about .owl-carousel{
        margin-bottom: 40px;
        padding:0 120px;
      }


section#plus{
  background: #f5f4f0;
  padding:50px 0 20px;}
  section#plus p{
    margin-bottom: 20px;
  }   
  section#plus h2{
    font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  }
  section#plus h2:after{
    width: 1000%;
    right: 0;
    position: absolute;
    content: "";
    height: 2px;
    background: #ff6300;
    bottom: 0;
  }
  section#plus .row{
    text-align: center;
  }
  section#plus .row > div{
    margin-bottom: 30px;
  }
  section#plus .row > div img{
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  section#plus .row > div  .title{
    font-size: 18px;
  font-weight: 700;
  }
 

section#sert{
  background: #fff;
  padding:50px 0 20px;}
  section#sert p{
    margin-bottom: 20px;
  }   
  section#sert h2{
    font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  }
  section#sert h2:after{
    width: 1000%;
    right: 0;
    position: absolute;
    content: "";
    height: 2px;
    background: #ff6300;
    bottom: 0;
  }
/*  section#sert .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -110px; }
    section#sert .owl-nav button.owl-prev {
      width: 62px;
      height: 62px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: url(../img/icon_arrow_rev.png) no-repeat #fff -2px -1px;
      border: none;
      margin: 0 20px;
      text-indent: -9999em;
      border:2px solid #ff6400; }
    section#sert .owl-nav button.owl-next {
      width: 62px;
      height: 62px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: url(../img/icon_arrow_rev.png) no-repeat #fff -63px -1px;
      border: none;
      margin: 0 20px;
      text-indent: -9999em;
 
      border:2px solid #ff6400; }
    section#sert .owl-nav button.disabled {
      opacity: 0.5; }
      section#sert .owl-carousel{
        margin-bottom: 140px;
      }*/
    section#sert .owl-carousel img{
      border:2px solid #ff6400;
      margin-bottom: 20px;
    }
     section#sert .owl-nav {
    
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    margin-top: -31px;}
    section#sert .owl-nav button.owl-prev {
      width: 62px;
      height: 62px;
 
      border: none;
      margin: 0 20px;
      text-indent: -9999em;
 
      position: relative; }


 section#sert .owl-nav button.owl-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 62px;
      height: 62px;
 
    -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg); 
      transform: skewX(-20deg);
      -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s; 
        background: url(../img/icon_arrow_rev.png) no-repeat #ff6300 -2px -1px;

    }
   section#sert .owl-nav button.owl-prev:hover:before {
    opacity: 1;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
            box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
    }

   section#sert .owl-nav button.owl-prev span{
    position: relative;
    z-index: 2;
   }


    section#sert .owl-nav button.owl-next {
      width: 62px;
      height: 62px;
   
      border: none;
      margin: 0 20px;
      text-indent: -9999em;
      float: right;
      position: relative; }


   section#sert .owl-nav button.owl-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 62px;
      height: 62px;
 
   -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg); 
    transform: skewX(-20deg);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s; 
     background: url(../img/icon_arrow_rev.png) no-repeat #ff6300 -63px -1px;

          }
   section#sert .owl-nav button.owl-next:hover:before {
    opacity: 1;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset;
            box-shadow: 0 0px 40px rgba(0, 0, 0, 0.185) inset; }
   section#sert .owl-nav button.owl-next span{
      position: relative;
      z-index: 2;
   }

    section#sert .owl-nav button.disabled {
      opacity: 0.5; }
      section#sert .owl-carousel{
        margin-bottom: 140px;
        padding:0 120px;
      }
    section#sert .owl-carousel p.name{
      text-align: center;
      font-size: 18px
    }
   

  section#order{
  background: #ff6300;
    background: url(../img/order.jpg) no-repeat center bottom #ff6300;
  padding:50px 0;}
section#order h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  display: block;
  width: 100%; 
color:#fff;}

section#order form {
  background: url(../img/bg_form.png) no-repeat 50% 0 #fff;
 
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  padding: 75px;
  margin-bottom: 80px;
  position: relative; }
  section#order form label {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative; }
    section#order form label input {
      display: block;
      width: 100%;
      height: 80px;
      border: none;
      background: #f6f3fa;
      border: 1px solid #f6f3fa;
 
      font-size: 19px;
     font-weight: 500;
      padding-left: 50px;
      padding-right: 50px; 

font-family:"Exo 2 Condensed";
    }
    section#order form label.error > input {
      border-color: #ff0000; }
    section#order form label.phone input {
      padding-left: 100px; }
    section#order form label.phone:after {
      content: "+7";
      background: #fbf8ff;
      position: absolute;
      width: 75px;
      height: 78px;
      left: 1px;
      top: 1px;
      line-height: 78px;
      font-size: 19px;
      text-align: center;
      }
  section#order form .button-1 {
    width: 100%;
    height: 80px;
    display: inline-block;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 80px;
 
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: relative;
    overflow: hidden;
    background: #ff6300;
    text-decoration: none;
   
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.085);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.085);
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s; }
  section#order form .button-1:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  section#order form p.pol {
    text-align: center;
    margin-top: 15px; }
  section#order form div.error {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 16px;
   font-weight: 700;
    color: #ff0000;
    display: none; }
  section#order form .success {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: green; }


#contacts h2 {
  font-size: 40px;
 font-weight: 700;
  margin-bottom: 50px;

 position: relative;
  display: inline-block;
  padding-bottom: 15px;
  }
  #contacts h2:after{
    width: 1000%;
    right: 0;
    position: absolute;
    content: "";
    height: 2px;
    background: #ff6300;
    bottom: 0;
  }
#contacts .map{
  height: 380px;
}
#map{
  height: 380px;
  width: 100%;
 
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
}


 



.shop-cart td{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}        

#shopCart.full .itog{
  text-align: right;
  font-size: 19px;
 font-weight: 700;
}
#shopOrderForm{
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.errors{
  color:#ff0000;
  font-size: 14px;
  margin-bottom: 30px;
}
#shopOrderForm input{
  display: block;
  width: 100%;
  height: 35px;
  border:none;
  font-family: "PT Sans";
  font-size: 16px;
  padding:0 15px;
  margin-top: 5px;
  border:1px solid #ccc;
}
#shopOrderForm input.button{
         border: 1px solid #ff6300;
    font-size: 14px;
    color: #fff;
    background: #ff6300;
     font-family:"Exo 2 Condensed";
      display: block;
      width: 100%;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 20px;
      height: 40px;
      padding-left: 20px;
      padding-right: 20px;
      cursor: pointer;
      }

#shopOrderForm textarea{
  display: block;
  width: 100%;
  height: 100px;
  border:none;
  font-family: "PT Sans";
  font-size: 16px;
  padding:0 15px;
  margin-top: 5px;
  resize: none;
  border:1px solid #ccc;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none; }

.popup {
    background: #fff;
    overflow-x: auto;
    position: fixed;
    display: none;
    z-index: 11;
    width: 100%;
    max-width: 360px;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #1b569b;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    padding: 25px;
}
  .popup p.title {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 30px;
    /*font-family: 'Gotham-Ultra';*/
    text-transform: uppercase;
}
  .popup a.close {
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #f72b35;
    font-size: 36px;
    line-height: 1; }

.popup_feedback {
  background: #fff;
  overflow-x: auto;
  position: fixed;
  display: none;
  z-index: 11;
  width: 100%;
  max-width: 360px;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #0093a2;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  padding: 25px; }
  .popup_feedback p.title {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 30px; }
  .popup_feedback a.close {
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 36px;
    line-height: 1; }

.owl-stage-outer{
  z-index: 2;
}

.text a {
    text-decoration: none;
    color: #fff;
}

.text a:hover {
    color: #0093a2;
}

.B_crumbBox {
    /*padding-left: 200px;*/
}

.container-crumbs {
	padding-top: 30px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 990px;
    font-size: 16px;
}

a.B_crumb {
    color: #3d3d3d;
    text-decoration: none;
}

a.B_crumb:hover {
    color: #1b569b;
}

.bar-and-nav {
    width: 100%;
}

.bar_fon {
    background: #fff;
    z-index: -3;
    display: none;
}

.cont a.feedback {
    background: #0093a2;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 170px;
}

form.feedback{
  text-align: center;
}
form.feedback label{
  display: block;
  margin-bottom: 20px;
}
form.feedback select{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #0093a2;
  font: 16px "Conv_Calibri";
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
form.feedback input{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #0093a2;
  font: 16px "Conv_Calibri";
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
form.feedback textarea{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #0093a2;
  font: 16px "Conv_Calibri";
  resize: none;
  height: 130px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
form.feedback .invalid > *{
  border-color:#ff0000;
}
form.feedback a.button-1{
  background: #0093a2;
  color:#fff;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 15px;
}
form.feedback .success{
  color:green;
  margin-top: 20px;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.cont-item {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
}

.img_cert_all .img_cert {
    display: inline-block;
    width: 292px;
	float: right;
}

.img_cert_all .img_cert a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.img_cert_all .img_cert a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_cert_all .img_cert a span {
    width: 100%;
    height: 100%;
    background: url(http://zatal.ru/assets/templates/tag/img/loop.png) center no-repeat, rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.img_cert_all .img_cert:hover span {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

a.kbm {
    background: #0093a2;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 15px;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.popup_kbm {
    background: #fff;
    overflow-x: auto;
    position: fixed;
    display: none;
    z-index: 11;
    width: 100%;
    max-width: 360px;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #0093a2;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    padding: 25px;
}

.popup_kbm p.title {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 30px;
}

.popup_kbm a.close {
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 36px;
    line-height: 1;
}

form.kbm {
    text-align: center;
}

form.kbm label {
    display: block;
    margin-bottom: 20px;
}

form.kbm input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #0093a2;
    font: 16px "Conv_Calibri";
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

form.kbm select{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #0093a2;
  font: 16px "Conv_Calibri";
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

form.kbm textarea{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #0093a2;
  font: 16px "Conv_Calibri";
  resize: none;
  height: 130px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
form.kbm .invalid > *{
  border-color:#ff0000;
}
form.kbm a.button-1{
  background: #0093a2;
  color:#fff;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 15px;
}

form.kbm .success {
    color: green;
    margin-top: 20px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

/*button#amoforms_action_btn {
    background: #fff !important;
    font-size: 13px !important;
    color: #010101 !important;
    width: 73px !important;
    height: 37px !important;
    border-radius: 8px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    align-items: center !important;
    padding-right: 2px !important;
    margin: 0px !important;
    font-family: Calibri !important;
    padding-left: 0px !important;
}*/






a.dostavka-polisa {
    background: #0093a2;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 15px;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.popup_dostavka-polisa {
    background: #fff;
    overflow-x: auto;
    position: fixed;
    display: none;
    z-index: 11;
    width: 100%;
    max-width: 360px;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #0093a2;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    padding: 25px;
}

.popup_dostavka-polisa p.title {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 30px;
}

.popup_dostavka-polisa a.close {
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 36px;
    line-height: 1;
}

form.dostavka-polisa {
    text-align: center;
}

form.dostavka-polisa label {
    display: block;
    margin-bottom: 20px;
}

form.dostavka-polisa input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #0093a2;
    font: 16px "Conv_Calibri";
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

form.dostavka-polisa select{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #0093a2;
  font: 16px "Conv_Calibri";
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

form.dostavka-polisa textarea{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #0093a2;
  font: 16px "Conv_Calibri";
  resize: none;
  height: 130px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
form.dostavka-polisa .invalid > *{
  border-color:#ff0000;
}
form.dostavka-polisa a.button-1{
  background: #0093a2;
  color:#fff;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 15px;
}

form.dostavka-polisa .success {
    color: green;
    margin-top: 20px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

i.fa.fa-clock-o {
    font-size: 24px;
    color: #1b569b;
    display: inline-block;
    vertical-align: middle;
}

i.fa.fa-truck {
    font-size: 24px;
    color: #1b569b;
    display: inline-block;
    vertical-align: middle;
}

i.fa.fa-phone {
    font-size: 24px;
    color: #1b569b;
    display: inline-block;
    vertical-align: middle;
}

.item-card__info {
    padding: 35px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #1b569b;
    border: 1px solid rgb(27,86,155);
    border: 1px solid rgba(27,86,155,0.2);
    position: relative;
    height: fit-content;
	width: 50%;
}

.col-7 .item-card__info {
	width: 100%;
	margin-bottom: 10px;
}

.item-card__table {
    margin-bottom: 30px;
}

.item-card__table-line {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 8px;
	justify-content: space-between;
}

.item-card__table-left, .item-card__table-right {
    position: relative;
    top: 4px;
    /*z-index: 3;*/
    text-align: left;
    padding-bottom: 3px;
    background: #FFF;
}

.item-card__table-left {
    padding-right: 3px;
    font-weight: bold;
}

.item-card__table-right {
    padding-left: 3px;
}

.item-card__caption {
	text-transform: uppercase;
}

.item-card__table-line:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #a3a3a3;
}

.item-card__price {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
}

.item-card__price .rub {
    font-size: 24px;
    font-weight: normal;
}

.rub {
    font-family: 'Ruble';
}

a.zakaz-tm-15, a.zakaz-tgm-300v {
    background: #f72b35;
    color: #fff;
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.zakaz-tm-15:hover, a.zakaz-tm-15:focus, a.zakaz-tgm-300v:hover, a.zakaz-tgm-300v:focus {
    color: #FFF;
    background: #f72b35;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.7);
}
a.order.otzyv-tm15:hover, a.order.otzyv-tm15:focus, a.order.otzyv-tgm300:hover, a.order.otzyv-tgm300:focus {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.7);
}

.tabs-block {
    padding: 40px 0 80px;
	background: #1b569b;
	background: rgb(27,86,155);
    background: rgba(27,86,155,0.2);
}

.tabs__btns {
    margin-bottom: 30px;
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.tabs__btn--active, .tabs__btn:hover, .tabs__btn:focus {
    color: #000;
    font-weight: bold;
}

.tabs__btn {
    position: relative;
    display: inline-block;
    margin-right: 80px;
    font-size: 28px;
    color: rgba(0,0,0,0.3);
    padding-bottom: 15px;
}

a.tabs__btn.tabs__btn--active {
    color: #000;
}

.tabs__item--active {
    display: block !important;
}

.tabs__item {
    display: none;
}

.tabs__item-text {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
}
.tabs__item-text video {
    width: 100%;
}
.tabs__btn:hover:after, .tabs__btn--active:after {
    width: 55px !important;
    background: #1b569b !important;
}

.tabs__btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #FFF;
    transition: all linear 0.3s;
}

a.tabs__btn.tabs__btn--active, a.tabs__btn {
    text-decoration: none;
}

.tabs__item-text p {
    margin-bottom: 10px;
}

.tabs__item-text th, .tabs__item-text td:first-child {
    background: #3d3d3d;
	background: rgb(61,61,61);
	background: rgba(61,61,61,0.8);
    color: white;
    padding: 10px 20px;
}

.tabs__item-text th:first-child, td:first-child {
    text-align: left;
}

.tabs__item-text td {
    background: #D8E6F3;
    padding: 10px 20px;
}

.tabs__item-text th, .tabs__item-text td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}

.item-card__table-right a {
    color: #1b569b;
    text-decoration: none;
}

.tabs-block .order {
    background: #1b569b;
    font-size: 13px;
    color: #FFF;
    width: 150px;
    height: 30px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

section.services p {
    margin-bottom: 10px;
}

section.services li {
    margin-bottom: 5px;
}

td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
    background: #D8E6F3;
    padding: 10px 20px;
}

.popup .col-12 {
    padding-bottom: 10px;
}

.none, .mobyes {
    display: none;
}

.video-block {
    display: block;
    position: relative;
    height: 50px;
    width: 100px;
    text-align: center;
}

.tabs__item-otzyv {
    margin-bottom: 20px;
}

.tabs__item-otzyv img {
    padding-left: 5px;
}

.video-block__video {
    display: none;
	position: relative;
    height: 640px;
    background-size: cover;
    text-align: center;
}

.video-block__btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border: 0 none;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    margin: auto;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
}

details {
    border: 2px solid #2B2A29;
    border-radius: 10px;
	display:block;
	margin-left: 30px;
    margin-right: 30px;
	margin-bottom: 7px;
}
	
summary {
    line-height: 2;
    color: #d14646;
    list-style-type: none;
    padding-left: 10px;
	cursor: pointer;
	display:inline-block;
	width: 100%;
}
	
a.toSoc-vk, a.toSoc-youtube {
	transition: none;
}
	
i.fa.fa-youtube-square {
    font-size: 50px;
	background: #fff;
	color: #c4302b;
	width: 36px;
    height: 39px;
}

.fa-youtube-square:before {
    top: -5px;
    left: -3px;
    position: relative;
}
	
i.fa.fa-vk {
    font-size: 44px;
	color: #6883AB;
}
	
.toSoc-youtube {
	position: fixed;
    bottom: 100px;
    right: 55px;
    cursor: pointer;
    z-index: 1500;
    text-decoration: none;
}
	
.toSoc-vk {
	position: fixed;
    bottom: 50px;
    right: 53px;
    cursor: pointer;
    z-index: 1500;
    text-decoration: none;
}
	
details.soc {
    border: none;
    border-radius: 0;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
	position: fixed;
}

details.soc[open] > div.youtube {
    background: #c4302b;
}
	
details.soc div.youtube {
    padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
    position: fixed;
    bottom: 108px;
    right: 120px;
    border-radius: 7px;
    height: 40px;
	color: #fff;
	z-index: 1800;
}
	
details.soc div.youtube:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: calc(50% - 12px);
    border-top: 12px solid transparent;
    border-left: 24px solid #c4302b;
    border-bottom: 12px solid transparent;
}
	
details.soc[open] > div.vk {
    background: #6883AB;
}
	
details.soc div.vk {
    padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px;
    position: fixed;
    bottom: 50px;
    right: 120px;
    border-radius: 7px;
    height: 40px;
	color: #fff;
	z-index: 1800;
}
	
details.soc div.vk:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: calc(50% - 12px);
    border-top: 12px solid transparent;
    border-left: 24px solid #6883AB;
    border-bottom: 12px solid transparent;
}

.sertifikaty {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.sertifikaty a {
    cursor: zoom-in;
}

.sertifikaty img {
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}

.messengers-button {
    cursor: pointer;
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom: 60px;
}

.messengers-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(29,31,34,1)
}

.messengers-button__content {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    opacity: 0;
    transition: width ease .6s,opacity ease .6s
}

.open .messengers-button__content {
    width: auto;
    opacity: 1
}

.messengers-button__list {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.messengers-button__li:first-child {
    flex-shrink: 0
}
.promo-block {
    margin-bottom: 2rem;
    border: 2px dashed #1b569b;
    padding: 0.85rem 0.7rem;
    font-size: 87%;
    text-align: center;
}
.promo-block > *:last-child {
    margin-bottom: 0;
}
.promo-top {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #e2001a;
    color: #fff;
    padding: 5px;
}
.gallery-row {
    margin-bottom: 30px;
}
.gallery-row img {
    width: 100%;
    object-fit: cover;
}
.container .gallery-row.row {
   display: flex;
   justify-content: flex-start;
   width: auto;
   margin-left: -15px;
   margin-right: -15px;
}
.container .gallery-row.row > * {
    padding-top: 10px;
    padding-bottom: 15px;
}
.gallery-slider img {
    width: 100%;
}
.gallery-slider .owl-nav button {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: 50% !important;
    background-size: 50% !important;
}
.gallery-slider .owl-nav .disabled {
    opacity: 0.5;
    cursor: inherit;
}
.gallery-slider .owl-prev {
    left: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E") !important;
}
.gallery-slider .owl-next {
    right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") !important;
}