@import url(reset.css);

@font-face {
	font-family: 'Segoe UI';
	src: url(../fonts/segoe.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url(../fonts/segoebold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url(../fonts/segoeblack.ttf);
    font-weight: 900;
    font-style: normal;
}

/*********************************/

.modalWrap {
	position: absolute;
	width: 100%;
	text-align: center;
}

.privacy {
	background-color: white;
	border-radius: 4px;
	width: calc(100% - 30px);
	max-width: 990px;
	position: relative;
	z-index: 5555;
	display: none;
	padding: 30px;
}

.privacy p {
	text-align: left;
	font-family: 'Segoe UI';
	font-size: 16px;
	line-height: 1.4;
}

.whtSpace {
	width: 30px;
	display: inline-block;
}

.modalForm {
	background-color: white;
	border-radius: 4px;
	width: calc(100% - 30px);
	max-width: 360px;
	position: relative;
	z-index: 5555;
	display: none;
	padding: 30px;
}

.modalForm form {
	width: 225px;
	margin: 0 auto;
	text-align: center;
}

.modalForm h6 {
	font: 900 23px 'Segoe UI';
	padding-bottom: 15px;
}

.modalForm input[type="text"] {
	border: 1px solid #bababa;
	border-radius: 4px;
	height: 60px;
	margin: 0 0 10px 0;
	width: 100%;
	background-color: #ececec;
	border: 0;
}

.modalForm .btn1 {
	height: 60px;
}

.modalForm .form {
	padding-top: 20px;
}

.thanks {
	background-color: white;
	border-radius: 15px;
	width: 290px;
	padding: 50px 10px 50px 10px;
	position: relative;
	z-index: 5555;
	display: none;
	text-align: center;
	margin-bottom: 50px;
}

.thanksImgWrap {
	filter: drop-shadow( 0 0 14px #ce0000 );
}

.thanksImg {
	width: 170px;
}

.thanks h6 {
	font-size: 40px;
	font-family: 'Segoe UI';
	line-height: 1;
	color: black;
	margin-top: 20px;
}

.thanks h6 span {
	font-size: 24px;
}

#overlay {
	z-index:5554;
	position:fixed;
	background-color:#000;
	opacity:0.8; 
	filter:alpha(opacity=80);
	width:100%; 
	height:calc(100% + 1000px);
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}

.empty {
	box-shadow: 0 0 20px red inset;
}



.videoModal {
	background-color: white;
	border-radius: 4px;
	width: calc(100% - 60px);
	max-width: 560px;
	max-height: 330px;
	position: relative;
	z-index: 5555;
	display: none;
	padding: 15px;
}

.videoWrap {
	padding-bottom: 56.25%;
	width: 100%;
	position: relative;
}

#videoIFrame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.galery {
	background-color: white;
	border-radius: 4px;
	width: auto;
	max-width: calc(100% - 60px);
	position: relative;
	z-index: 5555;
	display: none;
	padding: 5px;
}

.modal_close {
	width: 40px;
	height: 40px;
	background-color: white;
	border: 2px solid black;
	border-radius: 50%;
	position: absolute;
	display: inline-block;
	right: -20px;
	top: -20px;
	padding: 0 0 2px 2px;
	transform: rotate(45deg);
	user-select: none;
	cursor: pointer;
	color: black;
}

.modal_close span {
	vertical-align: middle;
	font: bold 36px Gotham;
	line-height: 1;
}

#galeryImg {
	max-width: 100%;
	max-height: calc(100vh - 65px);
	cursor: pointer;
}

.sliderImg {
	cursor: pointer;
}
/*********************************/

main {
	max-width: 1920px;
	margin: 0 auto;
}

header {
	background-color: #DD161C;
	background-image: url(../img/tophohloma.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 50px;
}

header ul {
	text-align: center;
}

header ul li {
	font: bold 18px 'Segoe UI';
	line-height: 50px;
	padding: 0 25px;
	display: inline-block;
}

header ul a {
	color: white;
}

header ul a:hover {
	color: white;
}

header ul a:visited {
	color: white;
}

.sec1 {
	padding: 15px 0;
	font-size: 0;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 240px);
}

.logo img {
	width: 100px;
	vertical-align: middle;
}

.logo p {
	display: inline-block;
	vertical-align: middle;
	font: 18px 'Segoe UI';
	line-height: 1.278;
	padding-left: 30px;
}

.number {
	display: inline-block;
	width: 240px;
	vertical-align: middle;
}

.number .telephone {
	font: 900 25px 'Segoe UI';
	text-align: center;
	padding-bottom: 15px;
}

.clear {
	clear: both;
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.btn1 {
	height: 40px;
	text-align: center;
	background-image: linear-gradient(0deg, rgb(19,197,25) 0%, rgb(20,255,27) 100%);
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
	display: inline-block;
	width: 100%;
	position: relative;
}

.btn1:hover {
	background-image: linear-gradient(180deg, rgb(19,197,25) 0%, rgb(20,255,27) 100%);
}

.btn1:active {
	box-shadow: inset 0px 0px 0px 0px rgba(83, 4, 3, 1);
}

.btn1:active p {
	transform: translateY(2px);
}

.btn1 p {
	display: inline-block;
	color: white;
	font: bold 18px 'Segoe UI';
	vertical-align: middle;
	text-transform: uppercase;
}

.sec2 {
	/*background: url(../img/sec2bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;*/
	padding: 85px 0;
	position: relative;
}

.sec2bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.sec2bg1 {
	background: url(../img/sec2bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	
	animation-name: changeBg1;
	animation-duration: 15s;
	animation-delay: 0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.sec2bg2 {
	background: url(../img/sec2bgSlide2.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	
	animation-name: changeBg2;
	animation-duration: 15s;
	animation-delay: 0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.sec2bg3 {
	background: url(../img/sec2bgSlide3.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	
	animation-name: changeBg3;
	animation-duration: 15s;
	animation-delay: 0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes changeBg1 {
    0% {opacity: 1}
    28% {opacity: 1}
    33% {opacity: 0}
    67% {opacity: 0}
    95% {opacity: 0}
    100% {opacity: 1}
}

@keyframes changeBg2 {
    0% {opacity: 0}
    28% {opacity: 0}
    33% {opacity: 1}
    62% {opacity: 1}
    67% {opacity: 0}
    100% {opacity: 0}
}

@keyframes changeBg3 {
    0% {opacity: 0}
    33% {opacity: 0}
    62% {opacity: 0}
    67% {opacity: 1}
    95% {opacity: 1}
    100% {opacity: 0}
}

h1 {
	color: white;
	font: 900 32px 'Segoe UI';
	line-height: 1.406;
	text-transform: uppercase;
}

.sec2Left .earn {
	color: white;
	font: 900 23px 'Segoe UI';
	padding-top: 15px;
}

.earn_1{
	color: white;
	font: 100 23px 'Segoe UI';

}

.buy {
	display: none;
}

.sec2Form {
	background-color: white;
	border-radius: 3px;
}

.sec2Form form {
	width: 225px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}

.sec2Form h6 {
	font: 900 23px 'Segoe UI';
	padding-bottom: 15px;
}

input[type="text"] {
	padding-left: 20px;
	padding-right: 10px;
	height: 50px;
	font: 16px 'Segoe UI';
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
}

.btn2 {
	height: 50px;
	text-align: center;
	background-image: linear-gradient(0deg, rgb(19,197,25) 0%, rgb(20,255,27) 100%);
	box-shadow: 0px 3px 0px 0px rgba(14, 152, 17, 1);
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
	display: inline-block;
	width: 100%;
	position: relative;
}

.btn2:hover {
	background-image: linear-gradient(180deg, rgb(19,197,25) 0%, rgb(20,255,27) 100%);
}

.btn2:active {
	box-shadow: 0px 3px 0px 0px rgba(14, 152, 17, 1);
}

.btn2:active p {
	transform: translateY(2px);
}

.btn2 p {
	display: inline-block;
	color: white;
	font: bold 18px 'Segoe UI';
	vertical-align: middle;
	text-transform: uppercase;
}

.secHead {
	text-align: center;
	position: relative;
}

.secHead .line {
	position: absolute;
	background-color: #ff141b;
	height: 3px;
	width: 100%;
	top: calc(50% - 0px);
	left: 0;
	border-left: 15px solid white;
	border-right: 15px solid white;
}

.sec13 .secHead .line {
	border-left: 15px solid #d2e2eb;
	border-right: 15px solid #d2e2eb;
}

h2 {
	font: 900 35px 'Segoe UI';
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	background-color: white;
	padding: 0 20px;
}

.sec3 {
	padding-top: 60px;
}

.sec3 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.sec3 ul li {
	flex-basis: 20%;
	text-align: center;
	margin-top: 30px;
}

.sec3 .listIcon {
	width: 120px;
	height: 120px;
	background-color: #ff141b;
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid white;
	box-shadow: 0px 0px 0 5px #ffde00;
	display: inline-block;
}

.sec3 .listIcon img {
	max-width: 70px;
	max-height: 55px;
	vertical-align: middle;
}

.sec3 h6 {
	font: 900 25px 'Segoe UI';
	line-height: 1.4;
	padding-top: 10px;
}

.sec3 p {
	font: 18px 'Segoe UI';
	line-height: 1.389;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	max-width: 280px;
}

.sec4 {
	padding-top: 60px;
}

.sec4 h3 {
	text-align: center;
	font: 900 35px 'Segoe UI';
	line-height: 1.143;
	padding-bottom: 35px;
}

.sec4 .smallText {
	font-size: 0.7em;
}

.redText {
	color: #ff141b;
}

.sec4 img {
	width: 100%;
}

.sec5 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.slider {
	background: url(../img/sliderbg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	height: 446px;
	border-left: 15px solid white;
	border-right: 15px solid white;
	margin-top: 60px;
	position: relative;
}

#sliderImg1 {
	position: absolute;
	bottom: 0;
	left: 125px;
	opacity: 1;
}

#sliderImg2 {
	position: absolute;
	bottom: 0;
	left: 50px;
	opacity: 0;
}

#sliderImg3 {
	position: absolute;
	bottom: 0;
	left: 25px;
	opacity: 0;
}

#sliderImg4 {
	position: absolute;
	bottom: 0;
	left: 15px;
	opacity: 0;
}

#sliderImg5 {
	position: absolute;
	bottom: 0;
	left: 15px;
	opacity: 0;
}

#sliderImg6 {
	position: absolute;
	bottom: 0;
	left: 15px;
	opacity: 0;
}

.sliderTicket {
	position: absolute;
	display: inline-block;
	right: 70px;
	top: 40px;
	width: 390px;
	padding-bottom: 50px;
	background-image: linear-gradient(to bottom,#FF0000 46%,#FCEE21);
	text-align: center;
}

#piroName {
	font: 35px 'Segoe UI';
	text-align: center;
	padding-top: 50px;
	color: white;
}

#piroDescr {
	font: 21px 'Segoe UI';
	text-align: center;
	padding-top: 50px;
}

.sliderTicket .btn2 {
	width: 275px;
	height: 60px;
	display: inline-block;
	margin: 0 auto;
	margin-top: 50px;
	border: 3px solid white;
	box-shadow: none;
}

.leftButton {
	background: url(../img/left.png) no-repeat;
	background-position: center;
	background-size: cover;
	width: 37px;
	height: 37px;
	position: absolute;
	display: inline-block;
	top: calc(50% - 19px);
	left: 10px;
	cursor: pointer;
}

.rightButton {
	background: url(../img/right.png) no-repeat;
	background-position: center;
	background-size: cover;
	width: 37px;
	height: 37px;
	position: absolute;
	display: inline-block;
	top: calc(50% - 19px);
	right: 10px;
	cursor: pointer;
}

.sliderPoints {
	text-align: center;
	margin-top: 60px;
}

.sliderPoints .point {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #f2f2f2;
	margin: 0 20px;
	margin-bottom: 60px;
	cursor: pointer;
	box-sizing: border-box;
	border: 4px solid transparent;
	position: relative;
}

.activePoint {
	border: 4px solid #ffde00 !important;
}

.point p {
	font: 18px 'Segoe UI';
	position: absolute;
	margin-top: 110px;
	text-align: center;
	width: 130px;
	margin-left: -15px;
}

#point1 {
	background-image: url(../img/61.png);
	background-position: center 13px;
	background-repeat: no-repeat;
}

#point2 {
	background-image: url(../img/62.png);
	background-position: center 2px;
	background-repeat: no-repeat;
}

#point3 {
	background-image: url(../img/63.png);
	background-position: center -5px;
	background-repeat: no-repeat;
}

#point4 {
	background-image: url(../img/64.png);
	background-position: center 13px;
	background-repeat: no-repeat;
}

#point5 {
	background-image: url(../img/65.png);
	background-position: center 6px;
	background-repeat: no-repeat;
}

#point6 {
	background-image: url(../img/66.png);
	background-position: center 13px;
	background-repeat: no-repeat;
}

.sec6 {
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../img/sec6bg.jpg) no-repeat;
	background-size: cover;
}

.sec6 h2 {
	text-align: center;
	background-color: transparent;
}

.sec6 h2::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	background-color: #ff141b;
	width: 135px;
	height: 3px;
}

.sec6 h2::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	background-color: #ff141b;
	width: 135px;
	height: 3px;
}

.sec6 .listIcon {
	padding: 5px;
	border: 5px solid #fde123;
	display: inline-block;
	border-radius: 50%;
	font-size: 0;
	vertical-align: middle;
}

.sec6 .listText {
	width: calc(100% - 100px);
	display: inline-block;
	padding-left: 30px;
	padding-right: 15px;
	vertical-align: middle;
}

.sec6 h6 {
	font: 900 21px 'Segoe UI';
	line-height: 1.1;
}

.sec6 ul p {
	font: 16px 'Segoe UI';
	line-height: 1.1;
}

.sec6 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.sec6 ul li {
	flex-basis: 50%;
	padding: 25px 0;
}

.btn3 {
	height: 90px;
	text-align: center;
	background-image: linear-gradient(0deg, rgb(19,197,25) 0%, rgb(20,255,27) 100%);
	box-shadow: 0px 3px 0px 0px rgba(14, 152, 17, 1);
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
	display: inline-block;
	width: 470px;
	margin-left: calc(50% - 235px);
	margin-top: 75px;
	position: relative;
}

.btn3:hover {
	background-image: linear-gradient(180deg, rgb(19,197,25) 0%, rgb(20,255,27) 100%);
}

.btn3:active {
	box-shadow: 0px 3px 0px 0px rgba(14, 152, 17, 1);
}

.btn3:active p {
	transform: translateY(2px);
}

.btn3 p {
	display: inline-block;
	color: white;
	font: 900 21px 'Segoe UI';
	vertical-align: middle;
	text-transform: uppercase;
}

.btn3Wrap {
	position: relative;
}

.leftForBtn {
	position: absolute;
	height: 127px;
	top: 58px;
	left: calc(50% - 345px);
}

.rightForBtn {
	position: absolute;
	height: 127px;
	top: 58px;
	left: calc(50% + 200px);
	transform: rotate(180deg);
}

.sec7 {
	padding-top: 60px;
}

.sec7 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.sec7 ul li {
	flex-basis: 20%;
	text-align: center;
}

.sec7 .listIcon {
	width: 120px;
	height: 120px;
	background-color: #ff141b;
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid white;
	box-shadow: 0px 0px 0 5px #ffde00;
	display: inline-block;
}

.sec7 .listIcon img {
	max-width: 67px;
	max-height: 50px;
	vertical-align: middle;
}

.sec7 p {
	font: 18px 'Segoe UI';
	line-height: 1.389;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.sec8 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.russias {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.russias li {
	flex-basis: 50%;
	text-align: center;
	margin-top: 40px;
}

.russias p {
	font: 18px 'Segoe UI';
	line-height: 1.389;
	display: inline-block;
	text-align: left;
}

.sec9 {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../img/sec9bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}

.sec9 h2 {
	background-color: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 60px;
}

.road {
	background: url(../img/road.png) no-repeat;
	background-position: center;
	height: 640px;
}

.road ul li {
	font: 20px 'Segoe UI';
	line-height: 1.5;
	display: inline-block;
	position: absolute;
	text-align: center;
}

.road ul li:nth-child(1) {
	margin-top: 200px;
	margin-left: 60px;
}

.road ul li:nth-child(2) {
	margin-top: 0px;
	margin-left: 355px;
}

.road ul li:nth-child(3) {
	margin-top: 570px;
	margin-left: 585px;
}

.road ul li:nth-child(4) {
	margin-top: 375px;
	margin-left: 903px;
}

.sec9 .line {
	border-left: 15px solid #f9f9f9;
	border-right: 15px solid #f9f9f9;
}

.sec10 {
	padding-top: 60px;
}

.business {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	box-shadow: 0px 17px 24px 0px rgba(241, 241, 241, 1);
	margin-top: 50px;
}

.business li {
	flex-basis: 25%;
	padding: 20px;
}

.business li:nth-child(1) .busAva {
	background-image: url(../img/photo1.jpg);
}

.business li:nth-child(2) .busAva {
	background-image: url(../img/photo2.jpg);
}

.business li:nth-child(3) .busAva {
	background-image: url(../img/photo3.jpg);
}

.business li:nth-child(4) .busAva {
	background-image: url(../img/photo4.jpg);
}

.busAva {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #ff141b;
	float: left;
	margin-bottom: 35px;
	background-repeat: no-repeat;
	background-size: cover;
}

.busName {
	font: 900 18px 'Segoe UI';
	line-height: 1.278;
	padding-left: 15px;
	display: inline-block;
	width: calc(100% - 80px);
}

.busTime {
	font: 14px 'Segoe UI';
	line-height: 1.278;
	padding-left: 15px;
	display: inline-block;
	width: calc(100% - 80px);
	padding-top: 5px;
}

.busMoney {
	font: 900 20px 'Segoe UI';
	line-height: 1.278;
	padding-left: 15px;
	display: inline-block;
	width: calc(100% - 80px);
	padding-top: 5px;
	color: #ff141b;
}

.busStick {
	height: 1px;
	background-color: #c5c5c5;
	margin-top: 10px;
}

.busAutor {
	font: 16px 'Segoe UI';
	line-height: 1.278;
	display: inline-block;
	padding-top: 10px;
}

.feedback {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}

.feedback li {
	flex-basis: 50%;
	margin-top: 50px;
}

.feedback li:nth-child(1) .feedbackImg {
	background-image: url(../img/photo5.jpg);
}

.feedback li:nth-child(2) .feedbackImg {
	background-image: url(../img/photo6.jpg);
}

.feedback li:nth-child(3) .feedbackImg {
	background-image: url(../img/photo7.jpg);
}

.feedback li:nth-child(4) .feedbackImg {
	background-image: url(../img/photo8.jpg);
}

.feedbackImg {
	width: 100px;
	height: 100px;
	display: inline-block;
	background-color: #ff141b;
	border-radius: 50%;
	vertical-align: top;
	margin-bottom: 50px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
}

.feedbackName {
	display: inline-block;
	font: 900 22px 'Segoe UI';
	padding-left: 30px;
}

.feedbackName span {
	font: 14px 'Segoe UI';
}

.feedbackText {
	display: inline-block;
	font: 16px 'Segoe UI';
	line-height: 1.438;
	padding-left: 30px;
	max-width: calc(100% - 110px);
	padding-top: 15px;
	padding-right: 30px;
}

.sec11 {
	padding-top: 60px;
	padding-bottom: 70px;
}

.clientsContent {
	text-align: center;
	padding-top: 60px;
}

.clientsContent img {
	padding: 15px;
	vertical-align: middle;
}

.clientsContent p {
	padding: 50px 0;
	font: 18px 'Segoe UI';
	line-height: 1.667;
}

.sec11 h3 {
	font: 900 30px 'Segoe UI';
	line-height: 87px;
	text-align: center;
	background: url(../img/hohloma.png) no-repeat;
	background-position: center;
	margin-top: 65px;
	margin-bottom: 50px;
}

.sec11 .stand img {
	max-width: 100%;
}

.sec11 .middle {
	padding-top: 25px;
}

.sec11 .middle h5 {
	font: 900 62px 'Segoe UI';
	line-height: 1;
	color: #ff141b;
	text-align: center;
	padding-top: 60px;
}

.sec11 .middle h6 {
	font: 900 30px 'Segoe UI';
	color: #000000;
	text-align: center;
	padding-top: 0px;
}

.sec11Form {
	background-image: linear-gradient( 133deg, rgb(235,235,235) 0%, rgb(255,255,255) 50%, rgb(235,235,235) 100%);
	border-radius: 3px;
}

.sec11Form form {
	width: 225px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}

.sec11Form h6 {
	font: 900 23px 'Segoe UI';
	padding-bottom: 15px;
}

.sec11 h4 {
	font: 900 30px 'Segoe UI';
	line-height: 1.333;
	text-align: center;
}

.sec12 {
	background-color: #e7f2f8;
	padding-top: 65px;
	padding-bottom: 65px;
}

.sec12 h4 {
	font: 900 30px 'Segoe UI';
	line-height: 1.333;
	text-align: center;
}

.sec12 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.sec12 ul li {
	flex-basis: 20%;
	text-align: center;
	margin-top: 30px;
}

.sec12 .listIcon {
	width: 100px;
	height: 100px;
	background-color: #d2e2eb;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
}

.sec12 .listIcon img {
	vertical-align: middle;
}

.sec12 p {
	font: 18px 'Segoe UI';
	line-height: 1.389;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.sec13 {
	background-color: #d2e2eb;
	padding-top: 65px;
	padding-bottom: 75px;
}

.sec13 h2 {
	background-color: #d2e2eb;
}

.sertificats {
	text-align: center;
	padding-top: 55px;
}

.sertificats img {
	padding: 0 5px;
	cursor: pointer;
}

.sec14 {
	padding-top: 60px;
	background: url(../img/sec14bg.jpg) no-repeat;
	background-position: center 510px;
}

.howWork {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-image: url(../img/arrow1.png), url(../img/arrow2.png), url(../img/arrow1.png), url(../img/arrow2.png);
	background-position: 270px 105px, 460px 105px, 660px 105px, 850px 105px;
	background-repeat: no-repeat;
	margin-top: 30px;
}

.howWork li {
	flex-basis: 195px;
	padding: 15px 15px;
	text-align: center;
}

.howWork p {
	font: 18px 'Segoe UI';
	line-height: 1.389;
	padding-top: 10px;
}

.sec14Form {
	background-image: linear-gradient( 133deg, rgb(235,235,235) 0%, rgb(255,255,255) 50%, rgb(235,235,235) 100%);
	border-radius: 3px;
	margin-top: 200px;
	position: relative;
	z-index: 2;
}

.sec14Form form {
	width: 225px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0 50px 0;
}

.sec14Form h6 {
	font: 900 23px 'Segoe UI';
	padding-bottom: 15px;
}

.box1 {
	position: absolute;
	top: 670px;
	left: calc(50% - 470px);
	z-index: 1;
}

.box2 {
	position: absolute;
	top: 650px;
	left: calc(50% + 150px);
	z-index: 1;
}

.row {
	position: relative;
}

.copyright {
	text-align: left;
	font: 16px 'Segoe UI';
	line-height: 1.25;
	padding-top: 110px;
	padding-bottom: 20px;
	padding-left: 275px;
}

.adress {
	text-align: left;
	font: 16px 'Segoe UI';
	line-height: 1.25;
	padding-top: 130px;
	padding-bottom: 20px;
	padding-left: 100px;
}

.blick {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	overflow: hidden;
	box-sizing: border-box;
}

.blick::before {
	content: "";
	position: absolute;
	width: 20px;
	background-color: white;
	height: 300px;
	margin-top: -100px;
	left: -50px;
	transform: rotate(25deg);
	
	animation-name: shine;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.openPrivacy:hover {
	text-decoration: underline;
	cursor: pointer;
}

@keyframes shine {
    0% {left: -50px; }
    10% {left: -50px; }
    30% {left:600px;}
    100% {left: 600px; }
}
 .form-agreements {
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 0.9em; /* Немного меньше основного шрифта формы */
            color: #555; /* Цвет текста для согласий */
            text-align: left;
        }

        .form-agreement-item {
            margin-bottom: 8px;
        }

        .form-agreement-item label {
			font: small-caption;
            font-weight: normal; /* Убираем жирность у label, если она есть глобально */
            cursor: pointer;
        }

        .form-agreement-item input[type="checkbox"] {
            margin-right: 8px;
            margin-top: 3px; /* Небольшая коррекция для вертикального выравнивания */
            flex-shrink: 0; /* Чтобы чекбокс не сжимался */
        }

        .form-agreement-item a {
            color: #c00000; /* Акцентный красный, как на сайте */
            text-decoration: underline;
        }

        .form-agreement-item a:hover {
            text-decoration: none;
        }

        .required-asterisk {
            color: red;
            margin-left: 3px;
            font-weight: bold;
        }

		.form-agreement-item.error-highlight-checkbox label {
    color: red; /* Или другой стиль для выделения */
}
.form-agreement-item.error-highlight-checkbox input[type="checkbox"] {
    outline: 1px solid red; /* Рамка для самого чекбокса */
}