body, html {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;	
}
body {
	font-family: 'Plumb', sans-serif;
	min-width: 640px;
}
.sect_descript h2 {
    color: #000;
    font-size: 28px;
}
.font-italic{
	font-style: italic;
}
@media screen and (min-width: 1801px) {
  .menu__catalog #bx_incl_area_3 {
    grid-column: 1 / -3;
  }
}


@media screen and (min-width: 1401px) {
  .menu__catalog #bx_incl_area_3 {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 180px 180px 180px;
    grid-column: 1 / -1;
  }
}


/*Табы*/
#plusbox {
	display: none;
}
.cd-tabs {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #f6f6f6;
}
.spoiler__body__gd {
	display: grid !important;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
/*@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}*/
@media only screen and (min-width: 768px) {

  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
	background: #fff;
  }
}

.cd-tabs-navigation {
  width: 360px;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
  flex: 1;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #12398a;
  padding-top: 34px;
  text-decoration: none;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color: #ffffff !important;
  box-shadow: inset 0 3px 0 #21bcff;
  color: #12398a;
}


/*@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    width: 80px;
    float: left;
  }
  .cd-tabs-navigation a {
    height: 80px;
    width: 80px;
    padding-top: 46px;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 3px 0 0 #21bcff;
  }
  .cd-tabs-navigation a::before {
    top: 22px;
  }
}*/
@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
    background-color: #f6f6f6;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
  }
  .cd-tabs-navigation a {
    height: 100%;
	min-height: 60px;
    line-height: 1.2;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 20px 5px 20px;
	border: 1px solid transparent;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 0 3px 0 #21bcff;
	border: 1px solid #21bcff;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: #f6f6f6;
  padding: 0;
  margin-top: 40px;
}
.cd-tabs-content li {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}

/*@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }
}*/
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
}
/*End Tab*/


#mapSubmit {
	display: none;
}
.menu__catalog #bx_incl_area_3 {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
    grid-template-rows: 180px 180px 180px 180px;
}
.header__menu #bx_incl_area_2 {
  grid-column: 2/8;
    display: flex;
    justify-content: space-around;
}
header {
	/* position: absolute; */
	width: 100%;
	z-index: 99; 
/* 	height: 83px; */
}
main {
	width: 100%;
}
.header__content, .header__menu {
	position: relative;
	padding: 0px 10%;
	max-width: 100%;
}
.header__content {
	padding: 0px 50px;
}
.logo {
	background: url(/img/logo-tonar.jpg) no-repeat center;
	height: 83px;
	width: 83px;
	display: inline-block;
	cursor: pointer;
}
.menubtncontainer {
	height: 83px;
	/*$Dwidth: 83px;*/
	width: 96px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.menubtn-white, .menubtn-blue {
	height: 100%;
	/*$Dwidth: 100%;*/
	position: absolute;
    top: 0;
	left: 60px;
    width: auto;
	/*$Dbackground: url(/img/openmenu.png) no-repeat center;*/
}
.menubtn-white .btn {
	margin: 20px 0 0 0;
}
.menubtn-blue .btn {
	margin: 20px 0 0 0;
}
/*$D.menubtn-blue {
	height: 100%;
	width: 100%;
	display: none;
	background: url(/img/openmenublue.png) no-repeat center;
}*/
.menu__close {
	height: 100%;
	width: 100%;
	background: url(/img/menu-close.png) no-repeat center;
}
.header__office {
	position: absolute;
	right: 10%;
	top: 0px;
	padding-top: 31px;
}
.header__phone {
	position: absolute;
	right: calc(10% + 202px);
	top: 0px;
	padding-top: 31px;
}
.header__phone a {
	text-decoration: none;
}
body .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px !important;
}
.h__t {
	color: #ffffff;
	font-family: Plumb;
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.header__office .h__t {
	border-bottom: 1px dashed #ffffff;
}
.langimg {
	height: 83px;
	width: 65px;
	position: absolute;
	right: calc(10% + 404px);
	top: 0px;
}
.ru, .en {
	width: 25px;
	height: 17px;
	position: absolute;
	top: 32px;
	letter-spacing: 0.45px;
	cursor: pointer;
}
.ru {
	background: url(/img/ru.png) no-repeat center;
	left: 0px;
}
.en {
	background: url(/img/en.png) no-repeat center;
	right: 0px;
}
.topslider {
	background-repeat: no-repeat;
	/*background-position: center;*/
background-position: bottom;
	background-size: cover;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.clouds1 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 251px;
	position: absolute;
	width: 1385px;
	top: 80px;
	left: 0px;
	z-index: 2;
}
.clouds2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 615px;
	position: absolute;
	width: 1920px;
	top: -50px;
	left: 0px;
	z-index: 2;
}
.topslider__num, .tsn2 {
	background: url(/img/45251.png) no-repeat center;
	background-size: 75%;
	height: 147px;
	position: absolute;
	width: 530px;
	top: 157px;
	left: 18%;
	z-index: 3;
}
.tsn2 {
	background: url(/img/tonar_banner.png) no-repeat center;
	height: 205px;
	width: 874px;
}
.topslider__img {
	width: 100% !important;
	height: auto !important;
}

.topslider__b {
	font-size: 60px;
	font-weight: 500;
	color: white;
	position: absolute;
	left: 10%;
	top: 180px;
	z-index: 9;
}
.topslider__text {
	font-size: 24px;
	font-weight: 400;
	color: white;
	width: 100%;
}
.btn {
	border: none;
	border-radius: 3px;
	padding: 0px;
	cursor: pointer;
	transition: all 0.5s ease;
	text-decoration: none;
}
.btn-green {
	background-color: #b6d555;
	background-image: linear-gradient(to right, #b6d555 0%, #8ec526 100%);
}
.btn-green:hover {
	box-shadow: 5px 8px 10px #b6d55566;
	cursor: pointer;
}
.btn-blue {
	background-color: #092c74;
}
.btn-blue:hover {
	box-shadow: 5px 8px 10px #092c7466;
	cursor: pointer;
}
.btn-orange {
	background-color: #ff6f00;
    background-image: linear-gradient(to right, #ff7301 0%, #ff990e 100%);
}
.btn-orange:hover {
	box-shadow: 5px 8px 10px #ff6f0066;
	cursor: pointer;
}
.topslider__btn {
	height: 38px;
	display: block;
	padding: 0 20px;
	padding: 0 8px;
	width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.tsb2 {
	top: 560px;
}
.main__catalog__btn {
	height: 38px;
	position: absolute;
	left: 40px;
	top: 24px;
	z-index: 9;
}
.btn > p {
	font-size: 18px;
	font-weight: 400;
	color: white;
	padding: 9px 25px;
	margin: 0px;
	user-select: none;
	text-decoration: none;
}
.nowrap {
	white-space: nowrap;
}
.main__content {
	background-color: #f6f6f6;
	height: auto;
}
.main__catalog, .main__service {
	padding-top: 80px;
	position: relative;
}
h1, h2 {
	color: #333333;
	font-size: 60px;
	font-weight: 700;
	margin: 0px 50px;
	z-index: 2 !important;
}
h2 {
	margin: 0px;
}
h3 {
	color: #12398a;
	font-size: 30px;
	font-weight: 600;
}
.bg-technika {
	background: url('/img/tehnika.png') no-repeat 300px 200px;
	background-size: 786px 126px;
}
.bg-service {
	background: url('/img/service.png') no-repeat 180px 60px;
	background-size: 631px 128px;
}
.bg-news {
	background: url('/img/sobitia.png') no-repeat 160px 240px;
	background-size: 793px 128px;
}
.bg-footer {
	background: url('/img/tonar.png') no-repeat 200px 0px #12398a;
}
.mcc__a {
	color: #12398a;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.5s ease;
}
.mcc__text {
	color: #12398a;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	width: 150px;
	transition: all 0.5s ease;
}
.mcc__img {
	position: absolute;
	bottom: 10px;
	right: 30px;
	width: calc(100% - 160px);
	height: 180px;
	background-size: contain !important;
	cursor: pointer;
}
.mcc__item {
	position: relative;
	height: 280px;
	width: 420px;
	margin-right: 30px;
	padding: 30px 0 0 20px;
	transition: all 0.5s ease;
}
.mcc__item:hover {
	background-color: #12398a;
}
.mcc__item:hover .mcc__a, .mcc__item:hover .mcc__text {
	color: white;
}
.mcc__container {
	padding: 50px;
	padding-top: 100px;
}
#main__catalog__carousel {
	height: 400px;
}
.owl-dot {
	outline: none;
}
#main__catalog__carousel > .owl-dots > .active > span, #main__news__carousel > .owl-dots > .active > span {
	background-color: #092c74;
}
.main__catalog__rightcontainer {
	position: absolute;
	border-left: solid 1px #d2d2d2;
	height: 86px;
	width: 50%;
	right: 0px;
	top: 70px;
}
.catalog__search {
	position: absolute;
	display: flex;
	top: 24px;
	left: 200px;
}
.catalog__search > input {
	height: 38px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	color: #696969;
	font-size: 18px;
	font-weight: 400;
	padding: 0px 22px;
	outline: none;
}
.catalog__search > .btn {
	height: 38px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.catalog__search > .btn > p {
	padding: 9px 25px;
}
.main__service, .main__news, .main__video, footer {
	padding: 0px 35px;
}
.main__service__container {

	height: 800px;
	max-width: 100%;
	display: grid;
	grid-template-columns: calc(100%/3 - 20px) calc(100%/3 - 20px) calc(100%/3 - 20px);
	grid-template-rows: calc(50% - 15px) calc(50% - 15px);
	grid-template-areas: 
	    "osi osi tr"
	    "gk sc ep";
	grid-gap: 30px 30px;
	margin: 75px 0px;
}
.msc__block > p {
	color: #12398a;
	font-size: 18px;
	font-weight: 400;
	width: 300px;
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 8;
}
.msc__block > .btn {
	height: 44px;
	position: absolute;
	bottom: 30px;
	left: 50px;
}
.msc__block > .btn > p {
	padding: 12px 40px;
}
.msc__osi {
	grid-area: osi;
	background-color: white;
	border: 1px solid #e5e5e5;
}
.msc__osi > .btn-blue {
	left: 300px;
}
.msc__tr {
	grid-area: tr;
	border: 1px solid #e5e5e5;
	background: url(/img/service1.png) no-repeat center;
}
.msc__gk {
	grid-area: gk;
	background: url(/img/service2.png) no-repeat center;
	border: 1px solid #e5e5e5;
	background-color: #ff6f00;
}
.msc__sc {
	grid-area: sc;
	border: 1px solid #e5e5e5;
	background: url(/img/service3.jpg) no-repeat center;
}
.msc__ep {
	grid-area: ep;
	background-color: white;
	border: 1px solid #e5e5e5;
}
.msc__tr > h3, .msc__tr > p, .msc__gk > h3, .msc__gk > p {
	color: white;
}
.msc__block {
	padding: 0px 50px;
	background-size: cover;
	position: relative;
}
.osiimg {
	background: url(/img/osi.png) no-repeat center;
	background-size: contain;
	width: 60%;
	height: 100%;
	top: 0px;
	right: 0px;
	position: absolute;

}
.epimg {
	background: url(/img/europlan.png) no-repeat center;
	background-size: 100%;
	width: 213px;
	height: 57px;
	margin-top: 30px;
	margin-bottom: 40px;

}
.main__news {
	padding-right: 0px;
	background-color: #f1f1f1;
	padding-top: 200px;
	margin-top: -200px;
}
.mnc__item {
	margin-right: 30px;
	background-color: white;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.mnc__img {
	height: 240px;
	flex: 0 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.mnc__item a {
	color: #12398a;
	font-size: 18px;
	font-weight: 700;
}
.mnc__item p {
	color: #12398a;
	font-size: 16px;
	font-weight: 400;
}
#main__news__carousel {
	padding: 80px 0 80px 0;
}
#main__news__carousel .owl-stage {
	display: flex;
}
#main__news__carousel .owl-item.active {
	height: auto;
}
.mnc_text {
	padding: 35px;
	margin-bottom: auto;
	box-sizing: border-box;
}
.mnc_text a {
	text-decoration: none;
}
.mnc_text a:hover {
	color: #ff6f00;
}
.owl-item {
	height: 100%;
}
.main__video {
	background-color: #f1f1f1;
}
.main__video .btn {
	height: 44px;
	display: inline-block;
	margin-bottom: 70px;
}
.main__video .btn > p {
	padding: 12px 40px;
}
.main__video__container {
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	grid-template-rows: auto;
	width: 100%;
	grid-gap: 30px;
	padding: 70px 0 70px 0;
}
.main__video__container iframe {
	height: 100%;
	width: 100%;
}
.footer__container {
	display: grid;
	width: 100%;
	/* grid-template-columns: 114px auto auto auto; */
	grid-template-columns: auto auto auto;
	padding: 80px 0 50px 0;
}
.footer__logo {
	display: none;
	background: url('/img/footer-logo.png');
	height: 82px;
	width: 114px;
}
.footer__text-container {
	color: #f7f6f6;
	font-size: 18px;
	font-weight: 500;
	/* padding-left: 40px; */
	border-right: #2753b0 solid 1px;
	padding-right: 10px;
}
.footer__text-container p {
	margin-top: 0;
}
.footer__phone {
	display: block;
	font-size: 26px;
	color: white;
    text-decoration: none;
}
.footer__nav {
	display: grid;
	justify-self: center;
	grid-template-rows: auto;
	/* grid-template-columns: auto auto auto auto; */
	grid-template-columns: auto auto auto auto auto;
	padding-left: 10px;
}
.footer__nav__col {
	display: grid;
	grid-template-rows: auto auto auto;
	grid-row-gap: 15px;
	padding: 0 15px;
}
.footer__nav a {
	color: #21bcff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	user-select: none;
}
.footer__nav a:hover {
	color: #ff6f00;
}
.footer__social p {
	color: #f1f1f1;
	font-size: 16px;
	font-weight: 400;
	margin-top: 0;
}
.footer__social {
	padding-left: 0px;
	justify-self: end;
}
.social {
	display: grid;
	grid-template-columns: 24px 24px 24px 24px;
	grid-gap: 20px;
}
.social__icon {
	background: no-repeat center;
	width: 24px;
	height: 24px;
	display: block;
}
.social_ABS {
	position: absolute;
    top: 27px;
    left: 445px;
}
.footer__disclaimer {
	margin-top: 0px;
	color: #3f68be;
	font-size: 14px;
	font-weight: 400;
	display: block;
}
.footer__authors {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #f1f1f1;
	display: inline;
}
.footer__copy {
	color: #f1f1f1;
	font-size: 14px;
	font-weight: 400;
	margin-top: 0;
	display: inline-block;
	padding: 16px 0;
}
.header__menu {
	height: 100vh;
	width: 80%;
	background-color: white;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	grid-template-columns: auto auto auto auto auto auto auto;
	grid-template-rows: 83px 250px auto 75px;
	overflow-y: auto;
}
.menu__info-container {
	color: #092c74;
	font-weight: 500;
	align-self: center;
}
.menu__info-container p {
	font-size: 18px;
}
.menu__phone {
	font-size: 26px;
	cursor: pointer;
	text-decoration: none;
	color: #092c74;
}
.menu__col a {
	color: #21bcff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
}
.menu__col a:hover {
	color: #ff6f00;
}
.menu__col b {
	color: #092c74;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin: 20px 0 20px 0;
}
.logo-area {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 83px 83px auto;
}
.menu__catalog {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
	grid-template-rows: 180px 180px 180px 180px;
}
.menu__catalog__img {
	background-size: 200px 120px;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	height: 120px;
	width: 100%;
	background-size: contain;
}
.menu__catalog__item {
	cursor: pointer;
}
.menu__catalog__item a {
	color: #092c74;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: block;
}
.menu__catalog__item:hover a {
	color: #ff7400;
}
.menu__news {
	display: none;
}
.menu__news__img {
	height: 240px;
	width: 100%;
	display: block;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.menu__news__link {
	color: #092c74;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 30px;
	display: block;
}
.menu__news__link:hover {
	color: #ff7400;
}
.menu__news__name {
	color: #12398a;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	padding-top: 30px;
	display: block;
}
.menu__news__name:hover {
	color: #ff7400;
}
.menu__news__text {
	color: #12398a;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
#banner__carousel .owl-dots {
	position: absolute;
	bottom: 80px;
	left: 10%;
}
#banner__carousel .owl-dot span {
	width: 28px;
	height: 16px;
	background-color: #f6f6f6;
	transition: all 0.5s ease;
}
#banner__carousel .owl-dot.active span {
	background-color: #ff6f00;
}
@keyframes clouds {
	0% {
		left: -1000px;
	}
	100% {
		left: 500px;
	}
}
@keyframes bannerText {
	0% {
		left: 60%;
	}
	100% {
		left: -500px;
	}
}
a.no {
	color: gray;
}
a.no:hover {
	color: gray;
}
.form__container, .alert__container {
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.form__bg {
	background-color: black;
	opacity: 0.5;
	height: 100%;
	width: 100%;
}
form.callback, .alert {
	position: absolute;
	width: 390px;
	height: auto;
	top: 10%;
	background: white;
	padding: 50px;
	box-sizing: border-box;
	left: calc(50% - 185px);
}
form.callback > *, .alert > * {
	display: block;
}
form.callback .title, .alert .title {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}
form.callback .form__item {
	text-align: center;
}
form.callback span {
	color: #ff7502;
	font-weight: 400px;
	font-size: 14px;
}
form.callback input, form.callback select {
	margin: 6px 0;
	padding: 10px 12px;
	border-radius: 3px;
	border: 1px #a5a5a5 solid;
	outline: none;
	box-shadow: none;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
}
form.callback label {
	margin-top: 12px;
	font-weight: 500;
}
form.callback .btn p, .alert .btn p {
	padding: 9px 25px;
	text-align: center;
}
form.callback .btn {
	margin: 20px 0 0 0;
}
.checkbox__container {
	display: grid !important;
	font-size: 14px;
	grid-template-columns: 22px 1fr;
	padding: 12px 0;
}
.checkbox__container p {
	margin: 0 !important;
}
.checkbox__container input {
	margin: 6px 0 0 0 !important;
}
.checkbox__container input {
	align-items: start;
	height: 14px;
	width: 14px;
}
form.callback a {
	color: #21bcff;
}
form.callback a:hover {
	color: #ff6f00;
}
.btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	height: 20px;
	width: 20px;
	user-select: none;
	cursor: pointer;
	color: #e6e6e6 !important;
}
.btn-close:hover {
	color: #555555 !important;
}
@media screen and (max-width:1680px) {
	.menubtn-white, .menubtn-blue {
		left: 45px;
	}
	.social_ABS {
		left: 380px;
	}
}
@media screen and (max-width:1550px) {
	.social_ABS {
		left: 340px;
	}
}
@media screen and (max-width:1490px) {
	.menubtn-white, .menubtn-blue {
		left: 30px;
	}
	.social_ABS {
		left: 21%;
	}
}
@media screen and (min-width:1401px) {
	.topslider {
		/*height: 930px;*/
		height:750px;
	}
	.topslider__num, .tsn2 {
		background-size: 100%;
		top: 217px;
	}
	/* .topslider1__auto {
		width: 1474px;
		height: 778px;
		right: -32px;
	} */
	/* .topslider2__auto {
		width: 1070px;
		height: 562px;
		right: 0px;
		bottom: 150px;
	} */
	.mcc__container {
		padding: 100px 10% 50px 10%;
	}
	.catalog__search > input {
		width: 320px;
	}
	.bg-video {
		background: url('/img/video.png') no-repeat 180px 60px #f1f1f1; 
		background-size: 1024px 277px;
	}
	footer {
		padding: 0 10%;
	}
	.header__menu {
		grid-template-columns: 230px auto auto auto auto auto auto auto;
		grid-template-rows: 280px auto 75px;
	}
	.logo-area {
		grid-template-columns: 83px auto; 
		grid-template-rows: 83px auto;
		grid-column: 1;
	}	
	.menu__info-container {
		grid-column: 1 / 3;
		grid-row: 2;
		align-self: start;
	}
	.menu__col b {
		padding: 30px 0 20px 0;
	}
	.menu__catalog {
		grid-template-columns: 25% 25% 25% 25%;
		grid-template-rows: 180px 180px 180px;
		grid-column: 1 / -1;
	}
	.clouds {
		animation-name: clouds;
		animation-duration: 20s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.topslider__num {
		animation-name: bannerText;
		animation-duration: 20s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
}
@media screen and (max-width:1440px) {
	.social_ABS {
		/*left: 18.5%;*/
		grid-gap: 8px;
	}
}
@media screen and (max-width:1380px) {
	.langimg {
		right: calc(10% + 370px);
	}
	.contacts_sale {
		
	}
	.social_ABS {
		left: 22%;
	}
}
@media screen and (max-width:1400px) and (min-width:1101px) {
	.topslider {
		height: 672px;
	}
	.topslider1__auto {
		width: 1064px;
		height: 562px;
		right: -150px;
	}
	.topslider2__auto {
		width: 714px;
		height: 375px;
		right: 0px;
	}
	.catalog__search > input {
		width: 240px;
	}
	.footer__social {
		justify-self: end;
	}
	.header__menu {
		

	}
	.menu__phone {
		padding-left: 30px;
	}
	.menu__info-container p {
		display: inline;
	}
	.menu__phone {
		display: inline;
	}
	.menu__info-container {
		display: inline-block;
	}
	#banner__carousel .owl-dots {
		position: absolute;
		bottom: 20px;
		left: 10%;
	}
	.clouds {
	animation-name: clouds;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	}
	.topslider__num {
		animation-name: bannerText;
		animation-duration: 20s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
}

/*for search panel and service blocks*/
@media screen and (max-width:1280px) { 
	.catalog__search {
		display: none;
	}
	.main__catalog__rightcontainer {
		width: 200px;
	}
	.main__service__container {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		grid-template-rows: calc(100%/3 - 20px) calc(100%/3 - 20px) calc(100%/3 - 20px);
		grid-template-areas: 
		    "osi osi"
		    "tr ep"
		    "gk sc";
	}

}
@media screen and (max-width:1280px) {
	.contacts_sale {
		
	}
	.social_ABS {
		grid-gap: 4px;
	}
}
@media screen and (max-width:1260px) {
	.social_ABS {
		display: none;
	}
}
@media screen and (max-width:1195px) {
	.menubtn-white .btn p {
		font-size: 13px;
	}
	.menubtn-blue .btn p {
		font-size: 13px;
	}
}
@media screen and (max-width:1100px) and (min-width:801px) {
	.topslider {
		height: 900px;
	}
	.topslider1__auto {
		width: 910px;
		height: 500px;
		right: 0px;
	}
	.topslider2__auto {
		width: 714px;
		height: 375px;
		right: 0px;
		bottom: 55px;
	}
	.topslider__num, .tsn2 {
		background-size: 50%;
		top: 150px;
		left: 15%;
	}
	.footer__nav {
		display: none;
	}
	.footer__social {
		justify-self: end;
	}
	.footer__container {
		/* grid-template-columns: 114px auto auto; */
		grid-template-columns: auto auto auto;
	}
	.footer__text-container {
		border: none;
	}

	.header__menu {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		grid-template-rows: auto auto auto auto auto 75px;
		grid-gap: 30px;
	}
	.logo-area {
		grid-template-columns: 83px auto; 
		grid-template-rows: 83px auto;
		grid-column: 1;
	}
	.menu__info-container {
		grid-column: 1 / 3;
		grid-row: 2;
		align-self: start;
	}
	.menu__catalog {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		grid-template-rows: 180px 180px 180px 180px 180px 180px;
		grid-gap: 30px;
	}
	.menu__col__zap {
		grid-column: 2 / 3; grid-row: 2;
	}
	
}
@media screen and (max-width:800px){

	body {
		min-width: 320px;
	}

	.specialist__block {
		grid-template-columns: 1fr;
	}

	.footer__container {
		grid-template-columns: 1fr;
	}
	
		.footer__container > *:empty {
			display: none;
		}

	.main__video__container {
		grid-template-columns: auto;
		grid-template-rows: auto auto;
	}
	.topslider {
		height: 650px;
	}
	.header__office {
		display: none;
	}
	.langimg {
		right: calc(10% + 202px);
	}
	.header__phone {
		right: 10%;
	}
	.header__content {
		padding: 0px 10%;
	}
	.topslider1__auto {
		width: 559px;
		height: 300px;
		right: 0px;
	}
	.topslider2__auto {
		width: 559px;
		height: 300px;
		right: 0px;
		bottom: 60px;
	}
	.topslider__text {

		font-size: 16px;
	}
	.topslider__b {

		font-size: 40px;
	}
	.topslider__num, .tsn2 {
		background-size: 50%;
		top: 70px;
		left: 5%;
	}

	.tsb2 {
		top: 320px;
	}
	.main__service__container {
		grid-template-columns: 100%;
		grid-template-rows: calc(100%/3 - 24px) calc(100%/6 - 24px) calc(100%/6 - 24px) calc(100%/6 - 24px) calc(100%/6 - 24px);
		grid-template-areas: 
		    "osi"
		    "tr"
		    "gk"
		    "sc"
		    "ep";
	}
	.main__catalog__rightcontainer {
		display: none;
	}
	.osiimg {
		width: 100%;
		height: 50%;
		top: 160px;
	}
	.msc__block > p {
		width: 500px;
		max-width: 100%;
		top: 50px;
	}
	.epimg {
		margin-top: 15px;
	}
	.footer__nav {
		display: none;
	}

	.footer__social {
		justify-self: start;
		padding-top: 2em;
	}

	.info__row {
		flex-direction: column;
		justify-content: flex-start;
	}

		.info__row__right {
		    flex: 0 0 auto;
		}

	main .page__content {
		font-size: 1.4em;
	    padding: 1em 5% 3em 5%;
	        display: block;
    width: 100%;
	}

		.tb__row {
			flex-direction: column;
			padding-top: 1em;
			padding-bottom: 1em;
		}


			.tb__elem-double,
			.tb__elem {
				text-align: left;
				padding-left: 5%;
				padding-right: 5%;
			}

		.detail-page .h2 {
			margin-top: 1em;
		}


	.footer__container {
		grid-template-columns: 1fr
	/* 	114px auto auto; */
	}
	.footer__text-container {
		border: none;
	}
	.header__menu {
		grid-template-columns: 280px auto;
		grid-template-rows: auto auto auto auto auto 75px;
		grid-gap: 30px;
	}
	.logo-area {
		grid-template-columns: 83px auto; 
		grid-template-rows: 83px auto;
		grid-column: 1;
	}
	.menu__info-container {
		grid-column: 1 / 3;
		grid-row: 2;
		align-self: start;
	}
	.menu__catalog {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		grid-template-rows: 180px 180px 180px 180px 180px 180px;
		grid-gap: 30px;
	}
	.menu__col__zap {
		grid-column: 2 / 3; grid-row: 2;
	}
}
@media screen and (max-width:768px) {
	.menubtn-white .btn {
		margin: 25px 0 0 0;
	}
	.menubtn-blue .btn {
		margin: 25px 0 0 0;
	}
}
@media screen and (max-width:760px) {
	#tabobox {
		display: none;
	}
	#plusbox {
		display: block;
	}
}
@media screen and (max-width:600px) {
	.menubtn-white {
		height: 100%;
		width: 100%;
		background: url(/img/openmenu.png) no-repeat center;
		position:static;
	}
	.menubtn-white .btn {
		display: none;
	}
	.menubtn-blue {
		height: 100%;
		width: 100%;
		background: url(/img/openmenublue.png) no-repeat center;
		position:static;
		display: none;
	}
	.menubtn-blue .btn {
		display: none;
	}
	.menubtncontainer {
		height: 83px;
		width: 83px;
	}
}
@media screen and (max-width:575px) {
	.specialist__block {
		grid-template-columns: 1fr !important;
	}
	.btn > p {
		text-align: center;
		font-size: 16px !important;
	}
	.spoiler__body {
		padding: 0 10px 10px 10px !important;
	}
	.specialist__block {
		padding: 30px 15px !important;
	}
}
@media screen and (min-width:1801px) {
	.catalog__search > input {
		width: 450px;
	}
	/* .footer__text-container {
		padding-left: 100px;
	} */
	/* .footer__social {
		border-left: #2753b0 solid 1px;
	} */
	.footer__disclaimer {
		width: 77%;
	}
	.footer__nav__col {
		padding: 0 30px;
	}
	/* .footer__social {
		padding-left: 90px;
	} */
	.menu__news {
		height: 100%;
		width: calc(100% - 85px);
		grid-column: -3 / -1;
		display: block;
		padding: 0 0 0 85px;
		border-left: solid 1px #d2d2d2;
	}
	.menu__catalog {
		grid-column: 1 / -3;
	}	
	.header__menu {
		grid-template-columns: 250px auto auto auto auto auto 10% 20%;
	}
}
.file-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: auto;
	grid-auto-rows: auto;
	grid-gap: 30px;
	justify-items: start;
	padding-bottom: 65px;
}
.file-row {
	display: grid;
	grid-template-columns: 60px auto;
}
.file-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 52px;
	width: 39px;
	transition: all 0.2s linear;
}
.file-row:hover .file-icon{
	box-shadow: -2px 2px 2px 0px #c6c6c6;
}
.file-name {
	color: #12398a;
	font-size: 16px;
	line-height: 22px;
	user-select: none;
	align-self: center;
	transition: all 0.2s linear;
}
.file-row:hover .file-name{
	color: #ff7400;
}

.header__content {
	display: flex;
}

.header__content.none {
	display: none;
}

header.fixed .logo-text {
	color: rgb(9, 44, 116);
}

.logo-block {
	display: flex;
	align-items: center;
	color: #fff;
	gap: 10px;
	font-size: 13px;
}

.social_ABS {
	left: 32%;
}

.footer__social {
	padding-top: 30px;
}

@media screen and (max-width:1680px) { 
	.social_ABS {
		display: none;
	}
}

@media screen and (max-width:1450px) { 
	.contacts_sale {
		
	}
}

@media screen and (max-width:1020px) { 
	.header__office {
		display: none;
	}

	.header__content .header__phone {
		right: 125px;
	}

	.header__content .langimg {
		right: 285px;
	}
}

@media screen and (max-width:830px) { 
	.header__content .langimg {
		right: 80px;
		top: 30px;
	}

	.header__content .header__phone {
		right: 15px;
		padding-top: 1em;
	}

	.header__content .header-search {
    position: absolute;
    right: 0px;
    top: 85px;
	}

	#search_open {
		width: 64px;
		position: absolute;
		z-index: 999;
		right: 0;
		margin-bottom: 10px;
		margin-top: -38px;
	}
	.h__t {
    font-size: 1.4em;
}

.header__content {
	padding: 0;
}

.search-form .btn > p {
	text-align: center;
	font-size: 16px !important;
}
}

@media screen and (max-width:560px) { 
	.logo-text {
		display: none;
	}

	.logo-block {
		display: inline-block;
	}
}

#main__catalog__carousel,
#main__news__carousel {
	position: relative;
}
#main__catalog__carousel .owl-nav {
	position: absolute;
	width: 110%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

#main__news__carousel .owl-nav {
	position: absolute;
	width: calc(100% - 35px);
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.up-arrow {
	border-radius: 10px;
	padding: 0;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 23px;
	bottom: 100px;
	cursor: pointer;
	outline: none;
	background-color: #12398a;
	border: 1px solid #12398a;
	background-image: url(../img/arrow-left.svg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(90deg);
	z-index: 10;
	display: none;
	transition: border .3s ease-in-out, background-color .3s ease-in-out, background-image .3s ease-in-out;
}

.up-arrow:hover {
	background-color: #D6D6D6;
	border: 1px solid #D6D6D6;
	background-image: url(../img/arrow-left-hover.svg);
}

@media screen and (max-width:768px) { 
	.up-arrow {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:1400px) { 
	#main__catalog__carousel .owl-nav {
		width: 100vw;
		padding: 0 20px;
	}

	#main__news__carousel .owl-nav {
		width: calc(100% - 35px);
	}
}

@media screen and (max-width:768px) { 
	#main__catalog__carousel .owl-nav,
	#main__news__carousel .owl-nav {
		display: none;
	}
}

#main__catalog__carousel .owl-nav button,
#main__news__carousel .owl-nav button {
	margin: 0;
	width: 13px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image .3s ease-in-out;
}

#main__catalog__carousel .owl-nav button.owl-prev,
#main__news__carousel .owl-nav button.owl-prev {
	background-image: url(../img/arrow-left.svg);
}

#main__catalog__carousel .owl-nav button.owl-next,
#main__news__carousel .owl-nav button.owl-next {
	background-image: url(../img/arrow-right.svg);
}

#main__catalog__carousel .owl-nav button.owl-prev:hover,
#main__news__carousel .owl-nav button.owl-prev:hover {
	background-image: url(../img/arrow-left-hover.svg);
}

#main__catalog__carousel .owl-nav button.owl-next:hover,
#main__news__carousel .owl-nav button.owl-next:hover {
	background-image: url(../img/arrow-right-hover.svg);
}
#main__catalog__carousel .owl-nav button:hover,
#main__news__carousel .owl-nav button:hover {
	background-color: transparent;
}

#main__catalog__carousel .owl-nav button:focus,
#main__news__carousel .owl-nav button:focus {
	background-color: transparent;
}

#main__catalog__carousel .owl-nav span,
#main__news__carousel .owl-nav span {
	display: none;
}

@media screen and (max-width:1100px) {
	.file-container {
	grid-template-columns: 1fr;
}


@media screen and (max-width: 480px) {
	.spares__table.table__container {
    overflow: scroll;
    display: flex;
}
	.page__video__container {
	    grid-template-columns: 1fr;
	    grid-template-rows: auto;
	    grid-auto-rows: minmax(185px, 185px);
	}

	.page__gallery {
	    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	    grid-template-rows: auto;
	    grid-auto-rows: auto;
	}

	.specialist__block {
		font-size: 1.4em;
	    padding: 2em 5%;
	}

		.specialist__text, .specialist__name {
			font-size: 1em;
			line-height: 1.5;
		}

		.footer__disclaimer {
		    margin-top: 0px;
		    color: #537fda;
		    font-size: 1em;
		 }

	.info {
	    font-size: 1em;
	    color: #12398a;
	    line-height: 1.4;
	    margin-bottom: 1em;
	}

	.page__grayside {
		padding: 2em 5%;
	}

	.bx-breadcrumb {
	    font-size: 0.8em;
	    line-height: 1.2;
	}

	.bx-breadcrumb .bx-breadcrumb-item {
		margin-bottom: .5em;
	}

	.medal-row {
		margin: 0
	}

	.btn > p {
		font-size: 1em;
	}

	p:empty {
		display: none;
	}

	.header__content {
	    padding: 0px 0;
	}

	.header__content .header__phone {
	    right: 4%;
		padding-top: 1.0em;
	}

	main .page__content h1 {
		font-size: 1.6em;
		line-height: 1.2;
	}

	.header__menu {
		    grid-template-columns: 1fr;
		    grid-gap: 0;
	}

		.menu__col {
			padding: .5em 5%;
			font-size: 1.4em;
		}

			.menu__col a {
				font-size: 1em;
				padding-bottom: .8em;
			}

	.header__menu {
		padding: 0;
		grid-template-rows: auto auto auto auto auto auto;
		width: 100%;
	}

		.menu__info-container {
			padding: 1em 5%;
		}

	h1, h2 {
		font-size: 3em;
		margin-left: 0;
		margin-right: 0;
	}

	.topslider1__auto {
		position: absolute;
		left: 4%;
	}
	.topslider2__auto {
		position: absolute;
		left: 4%;
		bottom: 1%;
		width: 95% !important;
	}
	.topslider3__auto {
		position: absolute;
		left: 4%;
	}
	.topslider4__auto {
		position: absolute;
		left: 4%;
	}
	.topslider5__auto {
		position: absolute;
	}

	.main__service, .main__news, .main__video, footer {
	    padding: 0px 5%;
	} 

	.osiimg,
	.msc__block > p {
		height: auto;
		position: static;
	}

	.msc__osi {
		min-height: 1em
	}

	.msc__block > .btn {
		height: auto;
		min-height: 44px;
		display: block;
		position: static;
		margin-bottom: 1em;
	}

	.main__service__container {
		    grid-template-rows: repeat( 5, minmax(min-content, auto ))
	}

	.msc__block  {
		padding-bottom: .5em;
		padding-left: 7%;
		padding-right: 7%;
	}

	.main__service__container  {
		height: auto !important
	}

	.main__catalog, .main__service,
	.mcc__container {
		padding-left: 5%;
		padding-right: 5%;
	}

	.footer__text-container {
		padding-left: 0;
	}

	.catalog__sections__item {
		padding-left: 0;
		padding-right: 0;
	}

	.menu__catalog {
		padding: 1em 5%;
	}

	.mcc__img {
	    width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	    background-position: center bottom !important;
    	background-size: auto 59% !important;
	}
}

@media (max-width: 475px) {
	.mcc__img {
    	background-size: auto 54% !important;
	}
}

@media screen and (max-width: 500px) {
	h1, h2 {
		font-size: 2.6em;
	}

	h1 + .main__service__container,
	h2 + .main__service__container {
		margin-top: 15px;
	}

	h2 + .main__news__carousel,
	h1 + .main__video__container,
	h2 + .main__video__container {
		padding-top: 15px;
	}


	h1 ~ .mcc__container {
		padding-top: 20px;
	}

	.mnc__item {
		margin-right: 0;
	}

	.mnc_text {
		padding-bottom: 0;
	}

	.mcc__a:first-child {
		display: block;
		max-width: 75vw;
	}

}
@media screen and (min-width: 375px) and (max-width: 480px) {
	.h__t {
		font-size: 1.4em;
	}

	.topslider1__auto {
		left: 10%;
		width: 90% !important;
	}
	.topslider2__auto {
		left: 10%;
		width: 90% !important;
	}
	.topslider3__auto {
		left: 10%;
		width: 90% !important;
	}
	.topslider4__auto {
		left: 10%;
		width: 90% !important;
	}
	.topslider5__auto {
		width: 90% !important;
	}
	
}

@media screen and (max-width: 450px) {
	.mcc__img {
    	background-size: auto 50% !important;
	}
}

@media screen and (max-width: 435px) {
	.mcc__img {
    	background-size: auto 47% !important;
	}
}

@media screen and (max-width: 430px) {
	.topslider1__auto {
		left: 15%;
		width: 85% !important;
	}
	.topslider2__auto {
		left: 15%;
		width: 85% !important;
	}
	.topslider3__auto {
		left: 15%;
		width: 85% !important;
	}
	.topslider4__auto {
		left: 15%;
		width: 85% !important;
	}
	.topslider5__auto {
		width: 85% !important;
	}
}
@media screen and (max-width: 420px) {
	.mcc__img {
    	background-size: auto 45% !important;
	}
}
@media screen and (max-width: 410px) {
	.mcc__img {
    	background-size: auto 43% !important;
	}
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 400px) {
	.mnc__item {
    margin-right: 0px;
    width: 340px;
	}
	form.callback, .alert {
		position: absolute;
		width: 328px;
		height: auto;
		top: 9%;
		background: white;
		padding: 33px;
		box-sizing: border-box;
		left: calc(50% - 162px)
	}
	form.callback > textarea{
		width: 95%!important;
	}
	.topslider1__auto {
		left: 20%;
		width: 80% !important;
	}
	.topslider2__auto {
		left: 20%;
		width: 80% !important;
	}
	.topslider3__auto {
		left: 20%;
		width: 80% !important;
	}
	.topslider4__auto {
		left: 20%;
		width: 80% !important;
	}
	.topslider5__auto {
		left: 20%;
		width: 80% !important;
	}
	.mcc__img {
    	background-size: auto 40% !important;
		background-position-x: 25% !important;
	}
}

@media screen and (max-width: 390px) {
	.mcc__img {
    	background-size: auto 38% !important;
	}
}

@media screen and (max-width: 380px) {
	.topslider1__auto {
		left: 30%;
		width: 70% !important;
	}
	.topslider2__auto {
		left: 30%;
		width: 70% !important;
		bottom: 5%;
	}
	.topslider3__auto {
		left: 30%;
		width: 70% !important;
	}
	.topslider4__auto {
		left: 30%;
		width: 70% !important;
	}
	.topslider5__auto {
		left: 30%;
		width: 70% !important;
	}
}

@media screen and (max-width: 350px) {
	.mcc__img {
		background-position-x: 17% !important;
		background-size: auto 35% !important;
	}
}

@media screen and (max-width: 320px) {
	.topslider1__auto {
		left: 35%;
		width: 65% !important;
	}
	.topslider2__auto {
		left: 35%;
		width: 65% !important;
	}
	.topslider3__auto {
		left: 35%;
		width: 65% !important;
	}
	.topslider4__auto {
		left: 35%;
		width: 65% !important;
	}
	.topslider5__auto {
		left: 35%;
		width: 65% !important;
	}
}
