@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300;400;500;700&display=swap');

@font-face { font-family: "BebasNeueBold"; src: url("/fonts/bebas/BebasNeueBold.ttf"); }
@font-face { font-family: "BebasNeueRegular"; src: url("/fonts/bebas/BebasNeueRegular.ttf"); }
@font-face { font-family: "BebasNeueLight"; src: url("/fonts/bebas/BebasNeueLight.ttf"); }

html, body {
    scrollbar-color: #ff0000 #ffffff;
    scrollbar-width: thin;
}

body * {
    scrollbar-color: #ff0000 #ffffff;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 6px;
}
 
::-webkit-scrollbar-track {
	border-radius: 3px;
    background-color: #ffffff;
}
 
::-webkit-scrollbar-thumb {
	border-radius: 3px;
    background-color: #ff0000;
}

input:active, input:focus {
  outline: none !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}

.center {
	width: 1160px;
	margin: 0 auto;
}

.fBlock {
    height: 870px;
    width: 100%;
    /*background: url('images/fBlock.jpg') no-repeat top center;*/
	background: url('images/2202/new1.png') no-repeat top center;
    color: #fff;
    padding-top: 54px;
    box-sizing: border-box;
    overflow: hidden;
}

.fBlockMainNew {
    height: 800px;
}

.fBlock.inzenernaya {
    /*position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;*/
    background: url('images/inzenernaya.jpg') no-repeat top center;
    height: auto;
    padding-bottom: 140px;
}

.fBlock.inzenernaya .zform {
	text-align: center;
	color: #fff;
	font-size: 30px;
}

.fBlock.inzenernaya .zform .title {
	margin-top: 55px;
}

.fBlock.inzenernaya .zform .sep {
	width: 31px;
	height: 3px;
	background: #fff;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.fBlock.inzenernaya .zform .inpts {
	margin-top: 80px;
}

.fBlock.inzenernaya .zform .inpts input[type="text"],
.fBlock.inzenernaya .zform .inpts select {
	height: 60px;
	width: 218px;
	box-sizing: border-box;
	border: 3px solid #c5211e;
	border-radius: 30px;
	background: url('images/btnBg.png');
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-right: 40px;
	margin-bottom: 37px;
}

.fBlock.inzenernaya .zform .inpts input[type="submit"] {
	height: 60px;
	width: 218px;
	box-sizing: border-box;
	border: 3px solid #c5211e;
	border-radius: 30px;
	background-color: #ff0000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-right: 40px;
}

.fBlock.inzenernaya .inzenernayaBottom {
    display: flex;
    margin-top: 180px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.fBlock.inzenernaya .inzenernayaBottom .pconf {
    font-size: 14px;
    color: #fff;
}

.fBlock.inzenernaya .inzenernayaBottom .goback {
    height: 60px;
    width: 218px;
    box-sizing: border-box;
    border: 3px solid #c5211e;
    border-radius: 30px;
    background: url('images/btnBg.png');
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
    color: #fff;
    text-decoration: none;
}

.fBlock.inzenernaya .inzenernayaBottom .goback:before {
    content: "";
    background: url('images/btnArr.png') no-repeat center;
    width: 8px;
    height: 14px;
    margin-right: 20px;
    transform: rotate(180deg);
}

/* *** */

.fBlock.fBlockUslugi {
    background: url('images/1801/fBlockUslugi.jpg') no-repeat top center;
    height: 870px;
}

.fBlock.fBlockUslugi.fBlockUsluga {
    overflow: hidden;
    background-image: none;
    background-color: #1b2024;
    background-position: top center;
    background-repeat: no-repeat;
}

.fBlock .videofon {
    width: 100%;
    float: left;
    margin-top: -54px;
    height: 870px;
    margin-bottom: -816px;
    position: relative;
    z-index: 1;
}

.fBlock .videofon video {
    width: 100%;
}

.fBlock.fBlockUslugi.fBlockUsluga .header,
.fBlock.fBlockUslugi.fBlockUsluga .ngfblk {
    position: relative;
    z-index: 2;
}

.fBlock.pagefBlock {
    background: #222b31;
    height: 160px;
}

.fBlock.pagefBlock .header {
    margin-bottom: 19px;
}

.fBlock .line-1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fBlock .line-1 .marshrut {
	background: url('images/2202/marshrut.png') no-repeat left center;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 205px;
	text-decoration: underline;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	color: #000;
}

.fBlock .line-1 .marshrut:hover {
	text-decoration: none;
}

.fBlock .line-1 .phone {
	background: url('images/2202/phoneicon.png') no-repeat left center;
	height: 55px;
	width: 225px;
	text-align: right;
}

.fBlock .line-1 .phone .title {
	font-size: 13px;
}

.fBlock .line-1 .phone .txt {
	font-size: 20px;
	font-weight: bolder;
	margin-top: 15px;
	color: #000;
}

.fBlock .line-1 .menuBtn {
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fBlock .line-1 .menuBtn .r1 {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fBlock .line-1 .menuBtn .r1 .r2 {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fBlock .line-1 .menuBtn .r1 .r2 .r3 {
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	background: url('images/menuBtn.png') no-repeat center gray;
	padding-left: 13px;
	padding-top: 13px;
	border-radius: 50%;
}

.fBlock .line-1 .menuBtn .r1 .r2 .r3 div {
	width: 15px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 4px;
}

.fBlock .header {
	position: relative;
	z-index: 2;
}

.fBlock .ngfblk {
	margin-top: 60px;
	position: relative;
	z-index: 2;
}

.fBlockMainNew .ngfblk {
    margin-top: 45px;
}

.fBlock .ngfblk .h1 {
	font-size: 99px;
	color: #c91f19;
	text-transform: uppercase;
	font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	height: 100px;
}

.fBlock .ngfblk .h1 span {
	color: #fff;
}

.fBlock .ngfblk .h2 {
	font-size: 99px;
	color: #000;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular','Yanone Kaffeesatz', sans-serif;
	font-weight: lighter;
	height: 115px;
}

.fBlock .ngfblk .sep {
	background-color: #c7201b;
	height: 1px;
	width: 180px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.fBlock .ngfblk .text {
	font-size: 18px;
	line-height: 1.5;
	height: 165px;
	color: #000;
}

.fBlock .ngfblk .ostz {
	height: 60px;
	width: 218px;
	box-sizing: border-box;
	border: 3px solid #c5211e;
	border-radius: 30px;
	background: url('images/btnBg.png') repeat gray;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.fBlock .ngfblk .ostz:hover {
	background-color: #c5211e;
	transition: 0.3s;
}

.fBlock .ngfblk .ostz:after {
	content: "";
	background: url('images/btnArr.png') no-repeat center;
	width: 8px;
	height: 14px;
	margin-left: 20px;
}

.fBlock .goNext {
	width: 14px;
	height: 58px;
	margin: 0 auto;
	display: block;
	margin-top: 85px;
    background: url('images/1801/goDown.png') no-repeat center;
}

.fBlock.fBlockUslugi.fBlockUsluga .goNext {
    background: url('images/1801/goDown.png') no-repeat center;
}

section.aboutUslugi {
	background: url('images/aboutUslugi.jpg') no-repeat top center #fcfcfc;
	float: left;
	width: 100%;
	height: 1470px;
	margin-top: -10px;
}

section.aboutUslugi.aboutUslugiPage {
	background: url('images/1801/aboutUslugiBtm.jpg') no-repeat center bottom;
	height: auto;
	padding-bottom: 85px;
}

section.aboutUslugi .h1 {
	font-size: 99px;
	color: #7a7b7c;
	text-transform: uppercase;
	font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	height: 100px;
	margin-top: 120px;
}

section.aboutUslugi .h1 span {
	color: #c91f19;
}

section.aboutUslugi.pageAboutUslugi {
    background: url('images/1801/pageAboutUslugi.jpg') top center;
    height: 741px;
    margin-top: -10px;
    position: relative;
    z-index: 4;
    margin-bottom: -210px;
}

.spsep {
	margin-top: -10px;
}

.spsep .l1 {
	text-align: right;
	font-size: 14px;
	color: #2d2d2d;
	height: 28px;
	line-height: 28px;
}

.spsep .l1 .phone {
	background: url('images/sepphone.png') no-repeat left center;
	height: 28px;
	display: inline-block;
	padding-left: 34px;
	line-height: 28px;
	margin-left: 10px;
}

.spsep .sep {
	width: 100%;
	height: 25px;
	background: url('images/hsep.png') no-repeat left center;
}

.spsep .rp {
	text-align: right;
	font-size: 8px;
	opacity: 0.5;
	color: #000;
	letter-spacing: 5px;
}

section.aboutUslugi .aboutText {
	color: #2d2d2d;
	font-size: 18px;
	width: 860px;
	margin-top: 40px;
	height: 260px;
}

section.aboutUslugi .getMore {
	height: 60px;
	width: 218px;
	box-sizing: border-box;
	border: 3px solid #c5211e;
	border-radius: 30px;
	background: url('images/btnBg.png');
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.3);
	text-decoration: none;
	color: #000;
	transition: 0.3s;
}

section.aboutUslugi .getMore:hover {
	background-color: #c5211e;
	color: #fff;
	transition: 0.3s;
}

section.aboutUslugi .getMore:after {
	content: "";
	background: url('images/blarrow.png') no-repeat center;
	width: 8px;
	height: 14px;
	margin-left: 20px;
	transition: 0.3s;
}

section.aboutUslugi .getMore:hover:after {
    background: url('images/btnArr.png') no-repeat center
}

section.aboutUslugi .h1.h1ots2 {
	margin-top: 70px;
}

section.aboutUslugi .uslBlock {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-top: 40px;
	max-width: 100%;
	overflow: auto;
}

section.aboutUslugi .uslBlock table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

section.aboutUslugi .uslBlock table tr th {
	font-weight: bold;
	text-align: left;
	padding: 10px 50px;
	border-bottom: 1px solid #000;
}

section.aboutUslugi .uslBlock table tr td {
	text-align: left;
	padding: 10px 50px;
}

section.aboutUslugi .uslBlock table tr:nth-child(2n - 1) td {
	background-color: #eee;
}

section.aboutUslugi .uslBlock .lb {
	width: 220px;
}

section.aboutUslugi .uslBlock .lb .elm {
	width: 100%;
	height: 40px;
	border-radius: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px dashed #bababa;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	transition: 0.3s;
}

section.aboutUslugi .uslBlock .lb .elm.active,
section.aboutUslugi .uslBlock .lb .elm:hover {
	border: 1px solid #ff0000;
	color: #fff;
	background-color: #ff0000;
	transition: 0.3s;
}

section.aboutUslugi .uslBlock .lb .elm .text {
	font-size: 14px;
	width: 170px;
}

section.aboutUslugi .uslBlock .lb .elm .arr {
	width: 13px;
}

section.aboutUslugi .uslBlock .lb .elm .arr .svg {
	fill: #bababa;
	transition: 0.3s;
}

section.aboutUslugi .uslBlock .lb .elm.active .arr .svg,
section.aboutUslugi .uslBlock .lb .elm:hover .arr .svg {
	fill: #fff4f4;
	transition: 0.3s;
}

section.aboutUslugi .uslBlock .rb {
	width: 920px;
	height: 400px;
	overflow-y: scroll;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

section.aboutUslugi .uslBlock .rb img {
	max-width: 100%;
}

.listuslug .usluga {
	width: 280px;
	height: 305px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0,0,0,0);
	transition: 0.3s;
}

.listuslug .usluga:hover {
	box-shadow: 0 15px 30px rgba(0,0,0,0.3);
	transition: 0.3s;
}

.listuslug .usluga .top {
	margin: 0 auto;
	width: 120px;
	height: 6px;
	border: 1px solid #bababa;
	border-radius: 0px 0px 3px 3px;
	margin-top: -1px;
	background-color: #fff;
	transition: 0.3s;
}

.listuslug .usluga:hover .top {
	background-color: #ff0000;
	transition: 0.3s;
}

.listuslug .usluga .name {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	width: 100%;
	height: 45px;
	text-align: center;
	padding: 0 40px;
	box-sizing: border-box;
	margin-top: 22px;
}

.listuslug .usluga .sep {
	width: 14px;
	height: 2px;
	background: #ff6b6b;
	margin: 0 auto;
	margin-bottom: 13px;
}

.listuslug .usluga img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  transition: 0.3s;
}

.listuslug .usluga:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */
  transition: 0.3s;
}

.listuslug .usluga .btn {
	width: 160px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid #c91f19;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 20px;
	transition: 0.3s;
	color: #333333;
	text-decoration: none;
}

.listuslug .usluga .btn:hover {
	background: #c91f19;
	color: #fff;
	transition: 0.3s;
}

.listuslug .usluga .more {
	color: #333333;
	font-size: 11px;
	text-align: center;
	display: block;
	margin-top: 12px;
}

.listuslug .usluga .more:hover {
	text-decoration: none;
}

section.aboutUslugi .btm {
	text-align: center;
	margin-top: 40px;
}

section.aboutUslugi .btm .btn {
	height: 60px;
	width: 218px;
	box-sizing: border-box;
	border: 3px solid #c5211e;
	border-radius: 30px;
	background: url('images/btnBg.png');
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
	color: #000;
	box-shadow: 0 15px 30px rgba(0,0,0,0.3);
	transition: 0.3s;
}

section.aboutUslugi .btm .btn:hover {
    background-color: #c5211e;
    color: #fff;
	transition: 0.3s;
}

section.aboutUslugi .btm .btn:after {
    content: "";
    background: url('images/blarrow.png') no-repeat center;
    width: 8px;
    height: 14px;
    margin-left: 20px;
	transition: 0.3s;
}

section.aboutUslugi .btm .btn:hover:after {
    background: url('images/btnArr.png') no-repeat center;
	transition: 0.3s;
}

section.instng {
	background: url('images/2202/normakt.png') no-repeat top center;
	float: left;
	width: 100%;
	height: 669px;
}

section.instng .h1 {
	font-size: 99px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	height: 100px;
	margin-top: 70px;
}

section.instng .h1 span {
	color: #c91f19;
}

section.instng .spsep .l1 {
	color: #fff;
}

section.instng .spsep .rp {
	color: #fff;
}

section.instng .spsep .sep {
	background: url('images/hsep2.png') no-repeat left center;
}

section.instng .spsep .l1 .phone {
	background: url('images/sepphone2.png') no-repeat left center;
}

section.instng .elms {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	margin-top: 25px;
}

section.instng .elms .elm {
	width: 260px;
	height: 260px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	display: block;
	margin-bottom: 40px;
	background: #fff;
}

section.instng .btm {
	float: left;
	width: 100%;
	text-align: center;
}

section.instng .btm .btn {
	height: 60px;
	width: 218px;
	box-sizing: border-box;
	border: 3px solid #c5211e;
	border-radius: 30px;
	background: url('images/btnBg.png');
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 5px 30px rgba(197, 33, 30, 0.8);
	transition: 0.3s;
}

section.instng .btm .btn:hover {
    background-color: #c5211e;
	transition: 0.3s;
}


section.instng .btm .btn:after {
    content: "";
    background: url('images/btnArr.png') no-repeat center;
    width: 8px;
    height: 14px;
    margin-left: 20px;
}

section.tonirovkang {
	float: left;
	width: 100%;
	background: url('images/tonirovkang.jpg') no-repeat top center;
	height: 905px;
}

section.tonirovkang .h1 {
	font-size: 99px;
	color: #7a7b7c;
	text-transform: uppercase;
	font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	height: 100px;
	margin-top: 95px;
}

section.tonirovkang .h1 span {
	color: #c91f19;
}

section.tonirovkang .slyder {
	float: left;
	width: 100%;
	display: flex;
	height: 492px;
	background: url('images/tonirovkaSlyderBg.png') no-repeat center;
	margin-top: 25px;
	justify-content: space-between;
	align-items: start;
}

section.tonirovkang .slyder .lb {
	width: 150px;
}

section.tonirovkang .slyder .lb .spectitle {
    transform: rotate(-90deg);
    font-size: 90px;
    font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
    font-weight: bold;
    color: #c91f19;
    width: 340px;
    text-align: center;
    margin-top: 190px;
    margin-left: -110px;
}

section.tonirovkang .slyder .lb .title {
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
}

section.tonirovkang .slyder .lb .title span {
	color: #b7b8ba;
}

section.tonirovkang .slyder .lb .elms .clr {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 43px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}


section.tonirovkang .slyder .lb .elms .clr:hover:after,
section.tonirovkang .slyder .lb .elms .clr.active:after {
	content: "";
	position: absolute;
	border: 2px solid #fa4747;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

section.tonirovkang .slyder .lb .elms .clr .svg {
	fill: #fff;
}

section.tonirovkang .slyder .lb .elms .clr:nth-child(1) {
	background-color: rgba(200, 19, 176, 0.7);
	margin-left: 30px;
}

section.tonirovkang .slyder .lb .elms .clr:nth-child(2) {
	background-color: rgba(0, 194, 246, 0.7);
	margin-left: 10px;
}

section.tonirovkang .slyder .lb .elms .clr:nth-child(3) {
	background-color: rgba(255, 0, 0, 0.7);
	margin-left: 0px;
}

section.tonirovkang .slyder .lb .elms .clr:nth-child(4) {
	background-color: rgba(68, 183, 89, 0.7);
	margin-left: 10px;
}

section.tonirovkang .slyder .lb .elms .clr:nth-child(5) {
	background-color: rgba(255, 247, 148, 0.7);
	margin-left: 30px;
}

section.tonirovkang .slyder .lb .elms .clr:nth-child(5) .svg {
	fill: #969155;
}

section.tonirovkang .slyder .pic {
	width: 850px;
	height: 475px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

section.tonirovkang .slyder .pic span {
	color: #c91f19;
}

section.tonirovkang .slyder .pic .txt1 {
	margin-bottom: 30px;
}

section.tonirovkang .slyder .pic .car {
    display: none;
    width: 100%;
    margin-top: -130px;
}

section.tonirovkang .slyder .pic .car.active {
    display: block;
}

section.tonirovkang .slyder .rb {
	width: 150px;
}

section.tonirovkang .slyder .rb .title {
	margin-right: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

section.tonirovkang .slyder .rb .elms {
	transform: scale(-1, 1);
}

section.tonirovkang .slyder .rb .title span {
	color: #b7b8ba;
}

section.tonirovkang .slyder .rb .elms .clr {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 43px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}

section.tonirovkang .slyder .rb .elms .clr:hover:after,
section.tonirovkang .slyder .rb .elms .clr.active:after {
	content: "";
	position: absolute;
	border: 2px solid #fa4747;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

section.tonirovkang .slyder .rb .elms .clr .svg {
	fill: #fff;
}

section.tonirovkang .slyder .rb .elms .clr:nth-child(1) {
	background-color: rgba(10, 10, 10, 0.7);
	margin-left: 30px;
}

section.tonirovkang .slyder .rb .elms .clr:nth-child(2) {
	background-color: rgba(56, 56, 56, 0.7);
	margin-left: 10px;
}

section.tonirovkang .slyder .rb .elms .clr:nth-child(3) {
	background-color: rgba(85, 85, 85, 0.7);
	margin-left: 0px;
}

section.tonirovkang .slyder .rb .elms .clr:nth-child(4) {
	background-color: rgba(186, 186, 186, 0.7);
	margin-left: 10px;
}

section.tonirovkang .slyder .rb .elms .clr:nth-child(4) .svg {
	fill: #969155;
}

section.tonirovkang .slyder .rb .elms .clr:nth-child(5) {
	background-color: rgba(221, 221, 221, 0.7);
	margin-left: 30px;
}

section.tonirovkang .slyder .rb .elms .clr:nth-child(5) .svg {
	fill: #969155;
}

section.tonirovkang .btm {
	text-align: center;
	margin-top: 40px;
	float: left;
	width: 100%;
}

section.tonirovkang .btm .btn {
    height: 60px;
    width: 218px;
    box-sizing: border-box;
    border: 3px solid #c5211e;
    border-radius: 30px;
    background: url('images/btnBg.png');
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

section.tonirovkang .btm .btn:hover {
    background-color: #c5211e;
    color: #fff;
    transition: 0.3s;
}

section.tonirovkang .btm .btn:after {
    content: "";
    background: url('images/blarrow.png') no-repeat center;
    width: 8px;
    height: 14px;
    margin-left: 20px;
}

section.tonirovkang .btm .btn:hover:after {
    background: url('images/btnArr.png') no-repeat center;
    transition: 0.3s;
}

section.pochemumi {
	float: left;
	width: 100%;
	background: url('images/pochemumi.png') no-repeat top center;
}

section.pochemumi.pochemumiUslPage {
    background: url('images/1801/pochemumiUslTop.jpg') no-repeat top center #fcfcfc;
}

section.pochemumi .h1 {
	font-size: 99px;
	color: #7a7b7c;
	text-transform: uppercase;
	font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	height: 100px;
	margin-top: 95px;
}

section.pochemumi .h1 span {
	color: #c91f19;
}

section.pochemumi .slyder1 {
	float: left;
	width: calc(100% - 100px);
	margin-left: 50px;
	margin-top: 65px;
}

section.pochemumi .slyder1 .slick-prev {
	background: url('images/slyderPrev.png') no-repeat center;
	width: 30px;
	height: 30px;
	left: -45px;
}

section.pochemumi .slyder1 .slick-prev:before {
	display: none;
}

section.pochemumi .slyder1 .slick-next {
	background: url('images/slyderNext.png') no-repeat center;
	width: 30px;
	height: 30px;
	right: -45px;
}

section.pochemumi .slyder1 .slick-next:before {
	display: none;
}

section.pochemumi .slyder1 .elm {
	text-align: center;
	color: #000;
	font-size: 12px;
}

section.pochemumi .slyder1 .elm .img {
	height: 160px;
	width: 160px;
	overflow: hidden;
	border-radius: 55px;
	border: 2px solid #c6c6c6;
	box-sizing: border-box;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.pochemumi .slyder1 .elm .name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}

section.pochemumi .slyder1 .elm .sep {
	display: inline-block;
	width: 14px;
	height: 1px;
	background-color: #d77472;
	margin-bottom: 11px;
	margin-top: 10px;
}

section.pochemumi .slyder2contener {
	float: left;
	width: 100%;
	display: flex;
	margin-top: 60px;
}

section.pochemumi .slyder2contener .lb {
	width: 100px;
}

section.pochemumi .slyder2contener .lb div {
	transform: rotate(-90deg);
	font-size: 99px;
	font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	color: #c91f19;
	margin-top: 180px;
	margin-left: -70px;
}

section.pochemumi.pochemumiUslPage .slyder2contener .rb {
    width: 100%;
}

section.pochemumi .slyder2contener .rb .contener {
	width: 1010px;
	height: 400px;
}

section.pochemumi.pochemumiUslPage .slyder2contener .rb .contener {
    width: calc(100% - 100px);
    margin-left: 50px;
}

section.pochemumi .slyder2contener .rb .contener .slick-prev {
	background: url('images/slyderPrev.png') no-repeat center;
	width: 30px;
	height: 30px;
	left: -35px;
}

section.pochemumi .slyder2contener .rb .contener .slick-prev:before {
	display: none;
}

section.pochemumi .slyder2contener .rb .contener .slick-next {
	background: url('images/slyderNext.png') no-repeat center;
	width: 30px;
	height: 30px;
	right: -35px;
}

section.pochemumi .slyder2contener .rb .contener .slick-next:before {
	display: none;
}

section.pochemumi .slyder2contener .rb .contener .elm {
	text-align: center;
}

section.pochemumi .slyder2contener .rb .contener .elm .img {
    width: 120px;
    height: 120px;
    border: 2px solid #c6c6c6;
    border-radius: 60px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -65px;
    z-index: 2;
    position: relative;
}

section.pochemumi .slyder2contener .rb .contener .elm .ctr {
	width: 232px;
	height: 341px;
	background: url('images/slyder2slydeBg.png') no-repeat center;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 19px;
	padding-right: 19px;
	text-align: left;
	padding-top: 75px;
}

section.pochemumi .slyder2contener .rb .contener .elm .ctr .name {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

section.pochemumi .slyder2contener .rb .contener .elm .ctr .sep {
	width: 14px;
	height: 1px;
	background: #d67371;
}

section.pochemumi .slyder2contener .rb .contener .elm .ctr .text {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}

section.bzayavka {
	float: left;
	width: 100%;
	height: 670px;
	background: url('images/2202/bzayavka.png') no-repeat center;
	margin-top: 0px;
}

section.bzayavka .h1 {
    font-size: 99px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
    font-weight: bold;
    height: 100px;
    margin-top: 70px;
}

section.bzayavka .h1 span {
    color: #c91f19;
}

section.bzayavka .spsep .l1 {
	color: #fff;
}

section.bzayavka .spsep .l1 .phone {
    background: url('images/sepphone2.png') no-repeat left center;
}

section.bzayavka .spsep .sep {
    background: url('images/hsep2.png') no-repeat left center;
}

section.bzayavka .spsep .rp {
	color: #fff;
}

section.bzayavka .zform {
	text-align: center;
	color: #fff;
	font-size: 30px;
}

section.bzayavka .zform .title {
	margin-top: 55px;
}

section.bzayavka .zform .sep {
	width: 31px;
	height: 3px;
	background: #fff;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

section.bzayavka .zform .inpts {
	margin-top: 80px;
}

section.bzayavka .zform .inpts input[type="text"] {
	height: 60px;
	width: 218px;
	box-sizing: border-box;
	border: 3px solid #c5211e;
	border-radius: 30px;
	background: url('images/btnBg.png');
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-right: 40px;
}

section.bzayavka .zform .inpts input[type="submit"] {
	height: 60px;
	width: 218px;
	box-sizing: border-box;
	border: 3px solid #c5211e;
	border-radius: 30px;
	background-color: #ff0000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-right: 40px;
	transition: 0.3s;
}

section.bzayavka .zform .inpts input[type="submit"]:hover {
    background-color: rgba(255, 0, 0, 0.25);
	transition: 0.3s;
}

section.kontakti {
	float: left;
	width: 100%;
	height: 901px;
	background: url('images/kontakti.jpg') no-repeat center;
}

section.kontakti.pageKontakti {
	height: 1020px;
	padding-top: 60px;
	box-sizing: border-box;
	background: url('images/1801/kontakti.jpg') no-repeat bottom center;
}

section.kontakti.kontaktiUslPage {
	height: 970px;
	padding-top: 70px;
	box-sizing: border-box;
	background: url('images/1801/kontakti.jpg') no-repeat bottom center;
}

section.kontakti .h1 {
	font-size: 99px;
	color: #c91f19;
	text-transform: uppercase;
	font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	height: 100px;
	margin-top: 95px;
}

section.kontakti.pageKontakti .h1 {
    margin-top: 155px;
}

section.kontakti .kcontent {
	display: flex;
	margin-top: 65px;
}

section.kontakti .kcontent .lb .map {
    width: 650px;
    height: 420px;
    margin-left: 0px;
    border: 1px solid #bababa;
    box-sizing: border-box;
    background: #e5e5e5;
    border-radius: 44px;
    overflow: hidden;
}

section.kontakti .kcontent .rb {
	margin-left: 60px;
	padding-top: 40px;
	font-size: 14px;
}

section.kontakti .kcontent .rb a {
	text-decoration: none;
	color: #000;
}

section.kontakti .kcontent .rb .sep {
	width: 15px;
	height: 2px;
	background-color: #fa3b3b;
	margin: 10px 0px;
}

section.kontakti .kcontent .rb .phones {
	background: url('images/fphoneicon.png') no-repeat left top;
	height: 140px;
	padding-left: 80px;
}

section.kontakti .kcontent .rb .adres {
	background: url('images/faddricon.png') no-repeat left top;
	height: 140px;
	padding-left: 80px;
}

section.kontakti .kcontent .rb .email {
	background: url('images/femailicon.png') no-repeat left top;
	height: 140px;
	padding-left: 80px;
}

section.kontakti .footer {
	border-top: 1px dashed #a0a0a0;
	padding-top: 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
}

section.kontakti .footer .lb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.kontakti .footer .lb a {
	text-decoration: none;
	font-size: 14px;
	color: #333;
}

section.kontakti .footer .lb .btn {
	width: 300px;
	height: 60px;
	border-radius: 30px;
	box-sizing: border-box;
	border: 3px solid #c91f19;
	background-color: #ff0000;
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	transition: 0.3s;
}

section.kontakti .footer .lb .btn:hover {
    background-color: rgba(255, 0, 0, 0.25);
    color: #000;
	transition: 0.3s;
}

section.kontakti .footer .year {
	color: #333;
	font-size: 14px;
}

section.kontakti .kcontent .lb .map {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

section.uslugaMore {
    float: left;
    width: 100%;
    background: url('images/1801/uslugaMore.jpg') no-repeat bottom #fcfcfc;
    padding-bottom: 100px;
}

section.uslugaMore .h1 {
    font-size: 99px;
    color: #c91f19;
    text-transform: uppercase;
    font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
    font-weight: bold;
    height: 100px;
    margin-top: 70px;
    margin-bottom: 10px;
}

section.uslugaMore .h1 font {
    font-size: 46px;
    color: #7a7b7c;
}

section.uslugaMore .h1 span {
    font-size: 46px;
}

section.uslugaMore .uslContener {
    margin-top: 25px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    display: flex;
    padding: 25px 25px;
    background-color: #fff;
    justify-content: space-between;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

section.uslugaMore .uslContener .l1 {
    color: #000;
    font-size: 14px;
    overflow-y: scroll;
    max-height: 400px;
}

section.uslugaMore .uslContener .l1 .elm {
    display: flex;
    color: #000;
    text-decoration: none;
    margin-top: 10px;
}

section.uslugaMore .uslContener .l1 .elm:first-child {
    margin-top: 0px;
}

section.uslugaMore .uslContener .l1 .elm .arr svg {
    fill: #fff;
}

section.uslugaMore .uslContener .l1 .elm.active .arr svg {
    fill: #ff0000;
    margin-left: 5px;
}

section.uslugaMore .uslContener .l2 {
    margin-left: 39px;
    width: 240px;
    margin-right: 10px;
}

section.uslugaMore .uslContener .l2 .name {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

section.uslugaMore .uslContener .l2 .sep {
    width: 24px;
    height: 2px;
    background-color: #ff0000;
    margin-top: 10px;
    margin-bottom: 150px;
}

section.uslugaMore .uslContener .l2 .pricet {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

section.uslugaMore .uslContener .l2 .price {
    color: #000;
    font-size: 27px;
    font-weight: bold;
}

section.uslugaMore .uslContener .l2 .sep2 {
    width: 24px;
    height: 2px;
    background-color: #ff0000;
    margin-top: 10px;
}

section.uslugaMore .uslContener .l2 .zBtn {
    width: 215px;
    height: 60px;
    border-radius: 30px;
    box-sizing: border-box;
    border: 3px solid #c91f19;
    background-color: #ff0000;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    text-decoration: none;
}

section.uslugaMore .uslContener .l3 .img {
    width: 480px;
    height: 320px;
    margin-top: -25px;
    background-repeat: no-repeat;
    background-position: center;
}

section.uslugaMore .uslContener .l4 {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.uslugaMore .uslContener .l4 .close {
    font-size: 28px;
    color: #000;
    text-decoration: none;
}

section.uslugaMore .uslContener .l4 .dText {
    width: 61px;
    height: 60px;
    background: url('images/1801/dText.png') no-repeat center;
}

.trapezoidLeft {
    border-bottom: 10px solid #fcfcfc;
    border-right: 30px solid transparent;
    height: 0;
    width: calc(50% - 120px);
    position: relative;
    z-index: 3;
    margin-top: 14px;
    float: left;
}

.trapezoidRight {
    border-bottom: 10px solid #fcfcfc;
    border-left: 30px solid transparent;
    height: 0;
    width: calc(50% - 120px);
    position: relative;
    z-index: 3;
    margin-top: 14px;
    float: right;
}

/* tooltip */

#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
  
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
  
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
  
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
  
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }
        
/* /tooltip */

section.tonirovkang .m360-loader {
    left: calc(50% - 25px);
    bottom: 305px;
}

.win {
    display: none;
    width: 550px;
}

.win .h {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.win .h2 {
    text-align: center;
    margin-bottom: 20px;
}

.win .h3 {
    margin-bottom: 5px;
}

.win input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px;
    border: 1px solid #a6a6a6;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

.win input[type="text"].hw {
    width: 50%;
}

.win select {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px;
    border: 1px solid #a6a6a6;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

.win input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px;
    border: 0px;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #c5211e;
}

.win .pconf {
    text-align: center;
    width: 100%;
    color: #7d7d7d;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.hideMenu {
    position: absolute;
    margin-top: 125px;
    width: 1160px;
    background: #fff;
    top: 0px;
    z-index: 5;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 20px;
    overflow-x: scroll;
    margin-left: calc(50% - 580px);
    display: flex;
    max-height: 0px;
    padding: 0px 20px;
    transition: 0.3s;
}

.hideMenu.open {
    max-height: 1000px;
    padding: 15px 20px;
    transition: 0.3s;
}

.hideMenu .line {
    width: 200px;
    flex: none;
}

.hideMenu .line a.h {
    text-decoration: none;
    color: #000;
    margin-bottom: 10px;
    display: block;
    font-family: 'BebasNeueBold','Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
}

.hideMenu .line .elms {
    
}

.hideMenu .line .elms a {
    text-decoration: none;
    color: #000;
    margin-bottom: 5px;
    display: block;
}

.hideMenu .line .elms a:hover {
    text-decoration: underline;
}

.fBlock .line-1 .menuBtn .r1 .r2 .r3.open div:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 7px;
}

.fBlock .line-1 .menuBtn .r1 .r2 .r3.open div:nth-child(2) {
    display: none;
}

.fBlock .line-1 .menuBtn .r1 .r2 .r3.open div:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -6px;
}

@keyframes circle1 {
    from {
        width: 42px;
        height: 42px;
    }
    to {
        width: 51px;
        height: 51px;
    }
}

@keyframes circle2 {
    from {
        width: 51px;
        height: 51px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    to {
        width: 63px;
        height: 63px;
        border: 1px solid rgba(255, 255, 255, 0.01);
    }
}

.fBlock .line-1 .menuBtn .r1 {
    animation: circle1  0.3s infinite linear;
    position: absolute;
}

.fBlock .line-1 .menuBtn .r1 .r2 {
    animation: circle2  0.3s infinite linear;
    position: absolute;
}

.fancybox-caption {
    font-size: 13px;
}