@charset "UTF-8";
@font-face {
	font-family: "EBGaramondRegular";
	src: url(../font/EBGaramond-Regular.ttf);
}

@font-face {
	font-family: "EBGaramondMedium";
	src: url(../font/EBGaramond-Medium.ttf);
}

body {
	overflow-x: hidden;
	width: 100%;
	font-family: "EBGaramondMedium";
}

body p {
	margin: 0;
}

body a {
	color: #000;
}
.footerPhone a {color:#fff;}
body ul {
	list-style: none;
	padding: 0;
}

.mobMenu {
	display: none;
}

.headerBg {
	height: 100px;
	background: #010101;
}
ul.nav_menu li a {
	color: #fff;
}
p.form-message {
	font-size: 20px;
	color: #daa521;
	text-align: center;
}
ul.nav_menu li {
	list-style: none;
	position: relative;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
}

ul.nav_menu li li {
	list-style: none;
}

ul.nav_menu li a {
	text-align: left;
	margin-left: 35px;
	display: inline-block;
	border-bottom: 2px solid #ba880e;
	vertical-align: middle;
	text-transform: uppercase;
}
ul.nav_menu li ul li a {
	border-bottom:none;
}
ul.nav_menu li:hover ul li a:hover {
	color: #ba880e;
}
ul.nav_menu li:hover ul li:hover a {
	color: #ba880e;
}

ul.nav_menu li:hover ul li:hover ul li a {
	color: #fff;
}
ul.nav_menu li:hover ul li:hover ul li a:hover {
	color: #ba880e;
}
ul.nav_menu li ul li .dert_menu {
	height: 23px;
}
ul.nav_menu li a:hover {
	text-decoration: none;
}
ul.nav_menu li ul {
	display: none;
}

ul.nav_menu ul ul {
	margin: 0;
}
ul.nav_menu li:hover a {
	color: #ba880e;
}
ul.nav_menu li:hover ul li a {
	color: #fff;
}
.shown {
	display: block;
}
.pc_none a {
	color: #fff;
}
.dert_menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 40px;
}
ul.nav_menu li ul li {
	border: none;
	padding-left: 10px;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	width: 90%;
	margin-left: 50px;
}
ul.nav_menu li ul li a {
	padding: 0px;
	margin-left: 10px;
}
ul.nav_menu li ul li ul li {
	display: block;
	margin-left: 10px;
}
.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100px;
}

.phoneHeader {
	width: 150px;
	height: 50px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position: relative;
	margin-top: 26px;
	margin-left: 81px;
}

.phoneHeader::before {
	content: url(../img/phone.svg);
	position: absolute;
	left: -60px;
	top: 12px;
}

.emailHeader {
	width: 152px;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position: relative;
	margin-left: 67px;
	margin-top: 38px;
}

.emailHeader::before {
	content: url(../img/email.svg);
	position: absolute;
	left: -60px;
}

.geolokHeader {
	width: 263px;
	height: 48px;
	margin-top: 26px;
	margin-left: 60px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position: relative;
}

.geolokHeader::before {
	content: url(../img/geolok.svg);
	position: absolute;
	left: -60px;
	top: 12px;
}

.languageBlock {
	width: 100%;
	height: 25px;
	margin-top: 37px;
	border-radius: 25px;
	border: 1px solid #fff;
	cursor: pointer;
}

.languageBlock span {
	margin-left: 13px;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}

.languageBlock span::before {
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: 6px;
	border: 6px solid transparent;
	border-top: 10px solid #fff;
}

.languageBlock:hover {
	background: #FFF;
}

.languageBlock:hover span {
	color: #000;
}

.languageBlock:hover span::before {
	border-top: 10px solid #000;
}
.first .container-fluid.menuBg.none {
	position: absolute;
}
.menuBg {
	height: 60px;
	background: rgba(1, 1, 1, 0.6);
	position: relative;
	z-index: 2;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 17px;
}

.menuItems:nth-child(1) {
	margin-left: 23px;
}

.menuItems:nth-child(2) {
	margin-left: 95px;
}

.menuItems:nth-child(3) {
	margin-left: 98px;
}

.menuItems:nth-child(4) {
	margin-left: 87px;
}

.menuLink {
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
}

.menuLink:hover {
	text-decoration: none;
	color: #fff;
}

.mainBaner {
    position: relative;
    height: 100vh;
    background: url(/assets/img/mainbaner.png) center no-repeat;
    background-size: cover;
    min-height: 640px;
}

.imgLogoBaner {
	margin-top: 130px;
}

.titleBaner {
	margin-top: 130px;
	font-weight: 500;
	font-size: 36px;
	line-height: 47px;
	text-transform: uppercase;
	color: #fff;
}

.textBaner {
	margin-top: 20px;
	font-size: 24px;
	line-height: 31px;
	color: #fff;
}

#banerBtn {
	width: 120px;
	height: 40px;
	font-family: serif;
	margin-top: 30px;
	border: 0;
	border-radius: 25px;
	color: transparent;
	outline: none;
	font-weight: 600;
	font-size: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
	position: relative;
}

#banerBtn::before {
	content: url(../img/banerBtn.svg);
	position: absolute;
	top: 0;
	left: 0;
}

#banerBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	color: #FFF;
}

#banerBtn:active {
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
}

.test {
	position: absolute;
	width: 120px;
	height: 40px;
	border-radius: 25px;
	margin-top: 500px;
}
.zz {
	text-decoration: none;
	color: #fff;
	width: 100px;
}
.mainBanerServis {
	display: block;
	width: 190px;
	margin-top: 60px;
	text-align: center;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.65;
}

.mainBanerServis:hover {
	opacity: 1;
}

.imgCorporate, .imgClosing, .imgMigration, .imgLicenses, .imgJudicial, .imgEarth {
	width: 95px;
	height: 95px;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.mainBanerServisText {
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 25px;
}

#w1 .imgCorporate {
	background-image: url(../img/imgCorporate.png);
}

#w2 .imgCorporate {
	background-image: url(../img/imgClosing.png);
}

#w3 .imgCorporate {
	background-image: url(../img/imgMigration.png);
}

#w4 .imgCorporate {
	background-image: url(../img/imgLicenses.png);
	background-position-x: -2px;
	width: 96px;
}

#w5 .imgCorporate {
	background-image: url(../img/imgJudicial.png);
}

#w6 .imgCorporate {
	background-image: url(../img/imgEarth.png);
	background-position-x: -2px;
	width: 96px;
}
.title {
	margin-top: 20px;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	text-transform: uppercase;
}

.socialNetworks {
	border: 1px solid #000000;
	border-radius: 25px;
	width: 348px;
	height: 378px;
	margin-top: 86px;
	padding-left: 62px;
	padding-right: 60px;
}

.titleСonnection {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}

.socialNetworksIconsBlock, .socialNetworksIconsBlockTwo {
	width: 160px;
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.socialNetworksIconsBlockTwo .socialNetworksLink {
	margin-left: 20px;
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.socialNetworksIconsBlockTwo .socialNetworksLink::before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}

.socialNetworksIconsBlockTwo .socialNetworksLink:hover::before {
	opacity: 1;
}

.socialNetworksIconsBlockTwo .socialNetworksLink:first-child {
	margin-left: 0;
	background: url(../img/telegram.png);
}

.socialNetworksIconsBlockTwo .socialNetworksLink:first-child::before {
	background: url(../img/telegramHover.png);
}

.socialNetworksIconsBlockTwo .socialNetworksLink:nth-child(2) {
	background: url(../img/viber.png);
}

.socialNetworksIconsBlockTwo .socialNetworksLink:nth-child(2)::before {
	background: url(../img/viberHover.png);
}

.socialNetworksIconsBlockTwo .socialNetworksLink:nth-child(3) {
	background: url(../img/whatsapp.png) no-repeat center;
}

.socialNetworksIconsBlockTwo .socialNetworksLink:nth-child(3)::before {
	background: url(../img/whatsappHover.png) no-repeat center;
}

.socialNetworksIconsBlock .socialNetworksLink {
	margin-left: 30px;
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.socialNetworksIconsBlock .socialNetworksLink::before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}

.socialNetworksIconsBlock .socialNetworksLink:hover::before {
	opacity: 1;
}

.socialNetworksIconsBlock .socialNetworksLink:first-child {
	margin-left: 0;
	background: url(../img/linkedin.png);
}

.socialNetworksIconsBlock .socialNetworksLink:first-child::before {
	background: url(../img/linkedinHover.png);
}

.socialNetworksIconsBlock .socialNetworksLink:nth-child(2) {
	background: url(../img/facebook.png);
}

.socialNetworksIconsBlock .socialNetworksLink:nth-child(2)::before {
	background: url(../img/facebookHover.png);
}

.socialNetworksIconsBlock .socialNetworksLink:nth-child(3) {
	background: url(../img/instagram.png) no-repeat center;
}

.socialNetworksIconsBlock .socialNetworksLink:nth-child(3)::before {
	background: url(../img/instagramHover.png) no-repeat center;
}

.socialNetworksIconsBlock .socialNetworksLink:nth-child(4) {
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 8px;
	background: url(../img/youtube.png);
}

.socialNetworksIconsBlock .socialNetworksLink:nth-child(4)::before {
	background: url(../img/youtubeHover.png);
}

.socialNetworksIconsBlock .socialNetworksLink:nth-child(5) {
	margin-top: 15px;
	margin-bottom: 8px;
	background: url(../img/twitter.png);
}

.socialNetworksIconsBlock .socialNetworksLink:nth-child(5)::before {
	background: url(../img/twitterHover.png);
}

.youtube, .twitter {
	margin-top: 15px;
	margin-bottom: 8px;
}

.socialNetworksText {
	font-size: 16px;
	line-height: 21px;
	margin-top: 13px;
}

.contactBlock {
	width: 410px;
	height: 440px;
	border: 1px solid #000000;
	border-radius: 25px;
	background: #fff;
	margin-left: 36px;
	margin-top: 55px;
	padding-left: 62px;
	padding-right: 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
}

.contactBlockPhone, .contactBlockEmail {
	font-size: 18px;
	line-height: 24px;
	width: 150px;
	position: relative;
	margin-left: 30px;
}

.contactBlockPhone {
	margin-top: 29px;
}

.contactBlockPhone::before {
	content: url(../img/phoneBlack.svg);
	position: absolute;
	left: -60px;
	top: 12px;
}

.contactBlockEmail {
	margin-top: 23px;
}

.contactBlockEmail::before {
	content: url(../img/mailBlack.svg);
	position: absolute;
	left: -60px;
}

.contactBlockText {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-top: 34px;
}

#contactBtn {
	margin: 38px auto 0;
}

.geolockBlock {
	width: 442px;
	height: 378px;
	border: 1px solid black;
	border-radius: 25px;
	margin-left: -91px;
	margin-top: 86px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.geolock {
	width: 263px;
	margin-left: 151px;
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

.geolock::before {
	content: url(../img/geolockBlack.svg);
	position: absolute;
	left: -57px;
	top: 10px;
}

.clock {
	width: 241px;
	margin-left: 130px;
	margin-top: 15px;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

.clock::before {
	content: url(../img/clock.svg);
	position: absolute;
	left: -55px;
	top: 25px;
}

.geolockText {
	width: 263px;
	font-size: 16px;
	line-height: 22px;
	margin-left: 151px;
	margin-top: 20px;
}

#geolockBtn {
	margin: 31px auto 0;
}

.aboutUsBlock {
	width: 100%;
	min-height: 351px;
	border: 1px solid #000000;
	border-radius: 25px;
	margin-top: 90px;
	padding: 30px 33px 27px 32px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	background: #fff;
}

.aboutTitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}

.aboutText {
	font-size: 16px;
	line-height: 21px;
	text-indent: 15px;
	margin-top: 3px;
}

.aboutTextMargin {
	margin-top: 20px;
}

.aboutUsImg {
	width: 666px;
	height: 422px;
	margin-left: -126px;
	position: relative;
	background: url(../img/aboutUsIMG.png) no-repeat center;
	background-size: cover;
	margin-top: 55px;
}

.benefitsBlock {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.benefitsImg {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 30px;
	position: relative;
}

.benefitsImg::before {
	content: "";
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
}

.benefitsText {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin-top: 25px;
	text-align: center;
}

.benefits {
	width: 255px;
	height: 255px;
	margin-left: 30px;
	margin-top: 50px;
	border: 1px solid #000000;
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.benefits:hover .benefitsImg::before {
	opacity: 1;
}

.benefits:first-child {
	margin-left: 0;
}

.benefits:first-child .benefitsImg {
	background-image: url(../img/home.png);
}

.benefits:first-child .benefitsImg::before {
	background-image: url(../img/homeHover.png);
}

.benefits:nth-child(2) .benefitsImg {
	background-image: url(../img/ukraine.png);
}

.benefits:nth-child(2) .benefitsImg::before {
	background-image: url(../img/ukraineHover.png);
}

.benefits:nth-child(3) .benefitsImg {
	width: 127px;
	height: 127px;
	background-image: url(../img/internship.png);
}

.benefits:nth-child(3) .benefitsImg::before {
	width: 127px;
	height: 127px;
	background-image: url(../img/internshipHover.png);
}

.benefits:nth-child(4) .benefitsImg {
	background-image: url(../img/wallet.png);
}

.benefits:nth-child(4) .benefitsImg::before {
	background-image: url(../img/walletHover.png);
}

.benefits:nth-child(5) {
	margin-left: 0;
}

.benefits:nth-child(5) .benefitsImg {
	background-image: url(../img/route.png);
}

.benefits:nth-child(5) .benefitsImg::before {
	background-image: url(../img/routeHover.png);
}

.benefits:nth-child(6) .benefitsImg {
	background-image: url(../img/light-bulb.png);
}

.benefits:nth-child(6) .benefitsImg::before {
	background-image: url(../img/light-bulbHover.png);
}

.benefits:nth-child(7) .benefitsImg {
	background-image: url(../img/Frame.png);
}

.benefits:nth-child(7) .benefitsImg::before {
	background-image: url(../img/FrameHover.png);
}

.benefits:nth-child(8) .benefitsImg {
	background-image: url(../img/analysis.png);
}

.benefits:nth-child(8) .benefitsImg::before {
	background-image: url(../img/analysisHover.png);
}

.map {
	width: 955px;
	height: 635px;
	margin-top: 55px;
	position: relative;
}

.pleceLviv, .pleceKiev, .pleceKherson {
	width: 28px;
	height: 38px;
	position: absolute;
	background: url(../img/plece.svg) no-repeat center;
	background-size: cover;
	cursor: pointer;
}

.pleceLviv {
	top: 163px;
	left: 110px;
}

.pleceKiev {
	top: 126px;
	left: 433px;
}

.pleceKherson {
	top: 298px;
	left: 195px;
}

.newsBlockOne, .newsBlockTwo, .newsBlockThree {
	width: 100%;
	height: 476px;
	margin-top: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.newsImg {
	position: absolute;
	width: 285px;
	height: 285px;
	background: url(../img/news.png) no-repeat center/cover;
}

.newsBlockOne .newsImg {
	margin-left: 10px;
}

.col-xl-4 .newsBlockOne .newsTextBlock {
	background: url(../img/newsBlockOneBg.svg) no-repeat center/cover;
}

.col-xl-4:nth-child(3n-1) .newsBlockOne .newsImg {
	margin-left: 32px;
}

.col-xl-4:nth-child(3n-1) .newsBlockOne .newsTextBlock {
	width: 101%;
	background: url(../img/newsBlockTwoBg.svg) no-repeat center;
}

.col-xl-4:nth-child(3n) .newsBlockOne .newsImg {
	margin-left: 56px;
}

.col-xl-4:nth-child(3n) .newsBlockOne .newsTextBlock {
	background: url(../img/newsBlockThreeBg.svg) no-repeat center/cover;
}

.newsTextBlock {
    width: 100%;
    height: 340px;
    margin-top: 134px;
    padding-top: 176px;
    padding-left: 30px;
    overflow: hidden;
}

.newsTitle {
	width: 223px;
	font-size: 18px;
	line-height: 24px;
	z-index: 3;
	font-family: 'EBGaramondMedium', sans-serif;
	font-weight: 500;
}

.news {
	width: 291px;
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}

.goldLine, .goldLineServices, .goldLinePay {
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-498.56%, #EEDD82), color-stop(673.37%, #B8860B));
	background: linear-gradient(180deg, #EEDD82 -498.56%, #B8860B 673.37%);
	margin-top: 54px;
}

#newsBtn {
	margin-left: 20px;
	margin-top: 35px;
	width: 120px;
	height: 40px;
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
	font-weight: 600;
	font-size: 20px;
	line-height: 31px;
	border: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 30px;
	position: relative;
	outline: none;
}

#newsBtn::before {
	content: url(../img/banerBtn.svg);
	position: absolute;
	left: 0;
	top: 0;
}

#newsBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	color: #FFF;
}

#newsBtn:active {
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
}

.mapMain {
	width: 100%;
	height: 450px;
	position: absolute;
	margin-top: 390px;
	-webkit-filter: brightness(45%);
	filter: brightness(45%);
}

.mainForm {
	width: 100%;
	height: 675px;
	border: 1px solid #000000;
	border-radius: 25px;
	margin-top: 55px;
	margin-bottom: 110px;
	padding: 32px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #FFFFFF;
}

.formTitle {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-family: 'EBGaramondMedium', sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}

.mainFormName, .mainFormEmail, .mainFormPhone {
	width: 100%;
	height: 35px;
	border: 1px solid #000000;
	border-radius: 25px;
	margin-bottom: 60px;
	padding-left: 20px;
	outline: none;
}

.mainFormName {
	margin-top: 65px;
}

.mainFormNameLabel, .mainFormEmailLabel, .mainFormNamePhone, .mainFormMessagePhone {
	position: absolute;
	font-size: 18px;
	line-height: 24px;
}

.mainFormNameLabel {
	top: 80px;
}

.mainFormEmailLabel {
	top: 173px;
}

.mainFormNamePhone {
	top: 267px;
}

.mainFormMessagePhone {
	top: 361px;
}

#mainFormMessage {
	width: 100%;
	height: 150px;
	border: 1px solid #000000;
	border-radius: 25px;
	outline: none;
	padding-left: 20px;
	resize: none;
}

.formBtn {
	margin: 35px auto 0;
	width: 120px;
	height: 40px;
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
	font-weight: 600;
	font-size: 20px;
	line-height: 31px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 0;
	border-radius: 30px;
	outline: none !important;
	position: relative;
}

.formBtn::before {
	content: url(../img/banerBtn.svg);
	position: absolute;
	left: 0;
	top: 0;
}

.formBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	color: #FFF;
}

.formBtn:active {
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
}

.formContact {
	width: 100%;
	height: 335px;
	border: 1px solid #000000;
	border-radius: 25px;
	margin-top: 55px;
	padding-left: 95px;
	padding-top: 30px;
}

.formContactPhone, .formContactEmail, .formContactGeolok {
	font-family: 'EBGaramondMedium', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

.formContactPhone {
	width: 152px;
}

.formContactPhone::before {
	content: url(../img/phoneBlack.svg);
	position: absolute;
	left: -60px;
	top: 10px;
}

.formContactEmail {
	width: 156px;
	margin-top: 23px;
}

.formContactEmail::before {
	content: url(../img/mailBlack.svg);
	position: absolute;
	left: -60px;
}

.formContactGeolok {
	width: 273px;
	margin-top: 20px;
}

.formContactGeolok::before {
	content: url(../img/geolockBlack.svg);
	position: absolute;
	left: -60px;
	top: 10px;
}

.footerBg {
	height: 280px;
	background: #010101;
}

.quetionBtn, .orderServiceBtn, .adiceBtn {
	position: relative;
	font-family: serif;
	height: 40px;
	width: 190px;
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
	font-weight: 600;
	font-size: 20px;
	line-height: 31px;
	border-radius: 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border: 0;
	outline: none !important;
	margin-top: 160px;
}

.quetionBtn::before, .orderServiceBtn::before, .adiceBtn::before {
	content: url(../img/connectionBtn.svg);
	position: absolute;
	left: 0;
	top: 0;
}

.quetionBtn:hover, .orderServiceBtn:hover, .adiceBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	color: #FFF;
}

.quetionBtn:active, .orderServiceBtn:active, .adiceBtn:active {
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
}

.menuFooter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 35px;
}

.menuFooterItem {
	margin-top: 15px;
}

.menuFooterItem:first-child {
	margin-top: 0;
}

.menuFooterLink {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
}

.menuFooterLink:hover {
	color: #fff;
	text-decoration: none;
}

.logoFooter {
	display: block;
	height: 114px;
	width: 65px;
	background: url(../img/logoFooter.png) no-repeat center/cover;
	margin-top: 30px;
}

.footerIconBlock {
	width: 100%;
	height: 30px;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.footerIcon {
	display: block;
	width: 30px;
	height: 30px;
	opacity: 1;
	position: relative;
}

.footerIcon::before {
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footerIcon:hover::before {
	opacity: 1;
}

.footerIcon:nth-child(1) {
	background: url(../img/linkedinWight.png) no-repeat center/cover;
}

.footerIcon:nth-child(1)::before {
	background: url(../img/linkedinHover.png) no-repeat center/cover;
}

.footerIcon:nth-child(2) {
	background: url(../img/facebookWight.png) no-repeat center/cover;
}

.footerIcon:nth-child(2)::before {
	background: url(../img/facebookHover.png) no-repeat center/cover;
}

.footerIcon:nth-child(3) {
	background: url(../img/instagramWight.png) no-repeat center/cover;
}

.footerIcon:nth-child(3)::before {
	background: url(../img/instagramHover.png) no-repeat center/cover;
}

.footerIcon:nth-child(4) {
	background: url(../img/telegramWight.png) no-repeat center/cover;
}

.footerIcon:nth-child(4)::before {
	background: url(../img/telegramHover.png) no-repeat center/cover;
}

.footerIcon:nth-child(5) {
	background: url(../img/viberWight.png) no-repeat center/cover;
}

.footerIcon:nth-child(5)::before {
	background: url(../img/viberHover.png) no-repeat center/cover;
}

.footerIcon:nth-child(6) {
	background: url(../img/whatsappWight.png) no-repeat center/cover;
}

.footerIcon:nth-child(6)::before {
	background: url(../img/whatsappHover.png) no-repeat center/cover;
}

.footerPhone, .footerEmail, .footerGeolock {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-align: right;
	margin-top: 20px;
}

.footerPhone {
	margin-top: 35px;
	width: 147px;
}

.footerEmail {
	width: 152px;
}

.footerGeolock {
	width: 263px;
	overflow: hidden;
}

.servicesMenuBlock {
	width: 30%;
	position: absolute;
	height: calc(100vh - 100px);
	background: #000;
	-webkit-transform: translateX(-100%);
	transform: translateX(-200%);
	z-index: 99999;
	margin-top: 100px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-bottom: 30px;
}
.servicesMenu {
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.servicesMenu::-webkit-scrollbar {
	display: none;
}
.servicesMenuActiv {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	overflow: auto;
	padding-right: 20px;
}

.servicesMenuLink {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "EBGaramondMedium";
	color: #fff;
	margin-left: 17%;
	padding-top: 21px;
	display: block;
	width: 100%;
	height: 50px;
	padding-right: 99.6px;
	padding-bottom: 6px;
	-webkit-transition: 0,3s;
	transition: 0,3s;
}

.servicesMenuLink:hover {
	text-decoration: none;
	color: #000;
}

.servicesMenuItemActiv {
	background: -webkit-gradient(linear, left bottom, left top, from(#B8860B), to(#EEDD82));
	background: linear-gradient(to top, #B8860B, #EEDD82);
}

.servicesMenuItemActiv .servicesMenuLink {
	background: -webkit-gradient(linear, right top, left top, color-stop(4.66%, #000000), color-stop(59.69%, rgba(0, 0, 0, 0)));
	background: linear-gradient(270deg, #000000 4.66%, rgba(0, 0, 0, 0) 59.69%);
	color: #fff;
}

.servicesMenuItem {
	margin-top: -3px;
	height: 50px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.servicesMenuItem:hover .servicesMenuLink {
	-webkit-transition: 0,3s;
	transition: 0,3s;
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
}

.servicesMenuItem:hover .menuImg {
	background: transparent;
}

.servicesMenuItem:hover .menuImg::before {
	opacity: 1;
}

.servicesMenuItem::before {
	content: '';
	display: block;
	height: 3px;
	width: 292px;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16%, #EEDD82), color-stop(97.76%, #B8860B));
	background: linear-gradient(180deg, #EEDD82 0.16%, #B8860B 97.76%);
}

.servicesMenuItem::after {
	content: '';
	display: block;
	height: 3px;
	width: 275px;
	position: absolute;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16%, #EEDD82), color-stop(97.76%, #B8860B));
	background: linear-gradient(180deg, #EEDD82 0.16%, #B8860B 97.76%);
}

.servicesMenuItem:first-child {
	margin-top: 45px;
}

ul.nav_menu li:nth-child(1n) {
	height: auto;
}

ul.nav_menu li:nth-child(1n)::before {
	width: 0px;
}

ul.nav_menu li:nth-child(1n)::after {
	width: 0px;
}

ul.nav_menu li:nth-child(1n):hover {
	background: transparent;
}

ul.nav_menu li:nth-child(2) .servicesMenuLink {
	padding-right: 135.6px;
}

ul.nav_menu li:nth-child(2n) .menuImg {
	background: url(../img/servisMenu_2.svg) no-repeat center/cover;
}

ul.nav_menu li:nth-child(2n) .menuImg::before {
	background-image: url(../img/servisMenu_2Hover.svg);
}

ul.nav_menu li:nth-child(2n)::before {
	width: 0px;
}

ul.nav_menu li:nth-child(2n)::after {
	width: 240px;
}

ul.nav_menu li:nth-child(2n) .servicesMenuLink {
	padding-right: 132.4px;
}

ul.nav_menu li:nth-child(3) .menuImg {
	background: url(../img/servisMenu_3.svg) no-repeat center/cover;
}

ul.nav_menu li:nth-child(3) .menuImg::before {
	background-image: url(../img/servisMenu_3Hover.svg);
}

ul.nav_menu li:nth-child(3)::before {
	width: 240px;
}

ul.nav_menu li:nth-child(3)::after {
	width: 243px;
}

ul.nav_menu li:nth-child(4) .servicesMenuLink {
	padding-right: 111.3px;
}

ul.nav_menu li:nth-child(4) .menuImg {
	background: url(../img/servisMenu_4.svg) no-repeat center/cover;
}

ul.nav_menu li:nth-child(4) .menuImg::before {
	background-image: url(../img/servisMenu_4Hover.svg);
}

ul.nav_menu li:nth-child(4)::before {
	width: 243px;
}

ul.nav_menu li:nth-child(4)::after {
	width: 263px;
}

ul.nav_menu li:nth-child(5) .servicesMenuLink {
	padding-right: 133.3px;
}

ul.nav_menu li:nth-child(5) .menuImg {
	background: url(../img/servisMenu_5.svg) no-repeat center/cover;
}

ul.nav_menu li:nth-child(5) .menuImg::before {
	background-image: url(../img/servisMenu_5Hover.svg);
}

ul.nav_menu li:nth-child(5)::before {
	width: 263px;
}

ul.nav_menu li:nth-child(5)::after {
	width: 240px;
}

ul.nav_menu li:nth-child(6) .servicesMenuLink {
	padding-right: 86.4px;
}

ul.nav_menu li:nth-child(6) .menuImg {
	background: url(../img/servisMenu_6.svg) no-repeat center/cover;
}

ul.nav_menu li:nth-child(6) .menuImg::before {
	background-image: url(../img/servisMenu_6Hover.svg);
}

ul.nav_menu li:nth-child(6)::before {
	width: 240px;
}

ul.nav_menu li:nth-child(6)::after {
	width: 289px;
}

.servicesMenuTwoLvl {
	width: 100%;
	height: 400px;
}

.menuImg {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/servisMenu_1.svg) no-repeat center/cover;
	/* margin-top: 9px; */
	/* margin-left: 6.5%; */
	-webkit-transition: 0.3s;
	transition: 0.3s;
	vertical-align: middle;
	display: inline-block;
}

.menuImg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-image: url(../img/servisMenu_1Hover.svg);
	opacity: 0;
}

.blur {
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.width {
	width: 180px !important;
	margin-left: 2px !important;
}

.right {
	right: 15px;
}

.goldLineServices {
	margin-top: 30px;
}
a.logo {
	display: inline-block;
	margin-top: 15px;
}
#servisBtn {
	width: 160px;
	height: 40px;
	margin-top: 10px;
	border: 0;
	color: transparent;
	font-weight: 600;
	font-size: 20px;
	line-height: 31px;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
	position: relative;
	outline: none;
}

#servisBtn::before {
	content: url(../img/servisBtn.svg);
	position: absolute;
	top: 2px;
	left: 0;
	z-index: -1;
}

.srevicePageMenu {
	height: 1400px;
}

.footerBg .quetionBtn,       .footerBg .orderServiceBtn, .footerBg .adiceBtn, 
.socialNetworks .quetionBtn, .contactBlock .orderServiceBtn,    .geolockBlock .adiceBtn {
	margin-top: 10px;
}
.nextTitle {
	margin-top: 15px;
}

.srevicePageMarginLeft {
	margin-left: 0;
}

.marginAboutUs {
	margin-top: 100px;
}

.formContactIconBlock {
	width: 100%;
	height: 30px;
	margin-top: 30px;
	margin-left: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.formContactIcon {
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 30px;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.formContactIcon::before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}

.formContactIcon:hover::before {
	opacity: 1;
}

.formContactIcon:nth-child(1) {
	margin-left: 0;
	background: url(../img/linkedin.png) no-repeat center/cover;
}

.formContactIcon:nth-child(1)::before {
	background: url(../img/linkedinHover.png) no-repeat center/cover;
}

.formContactIcon:nth-child(2) {
	background: url(../img/facebook.png) no-repeat center/cover;
}

.formContactIcon:nth-child(2)::before {
	background: url(../img/facebookHover.png) no-repeat center/cover;
}

.formContactIcon:nth-child(3) {
	background: url(../img/instagram.png) no-repeat center/cover;
}

.formContactIcon:nth-child(3)::before {
	background: url(../img/instagramHover.png) no-repeat center/cover;
}

.formContactIcon:nth-child(4) {
	background: url(../img/telegram.png) no-repeat center/cover;
}

.formContactIcon:nth-child(4)::before {
	background: url(../img/telegramHover.png) no-repeat center/cover;
}

.formContactIcon:nth-child(5) {
	background: url(../img/viber.png) no-repeat center/cover;
}

.formContactIcon:nth-child(5)::before {
	background: url(../img/viberHover.png) no-repeat center/cover;
}

.formContactIcon:nth-child(6) {
	background: url(../img/whatsapp.png) no-repeat center/cover;
}

.formContactIcon:nth-child(6)::before {
	background: url(../img/whatsappHover.png) no-repeat center/cover;
}

.serviceExMenu {
	margin-top: 55px;
}

.serviceExMenuLink {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: "EBGaramondMedium";
}

.serviceExMenuLink:hover {
	text-decoration: none;
	color: #000;
}

.serviceExMenuItem {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.serviceExMenuItem:first-child {
	margin-top: 0;
}

.serviceExMenuLinkLvlTwo {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	font-family: "EBGaramondMedium";
	margin-top: 15px;
}

.serviceExMenuLinkLvlTwo:hover {
	text-decoration: none;
	color: #000;
}

.serviceExMenuLinkLvlThree {
	font-size: 16px;
	line-height: 21px;
	margin-top: 10px;
}

.serviceExMenuLinkLvlThree:hover {
	text-decoration: none;
	color: #000;
}

.serviceExampleBlock {
	width: 100%;
	margin-top: 15px;
	border: 2px solid #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	padding-bottom: 20px;
}
span.B_crumbBox {
	margin-top: 10px;
	display: block;
}
.serviceExampleHeader {
	width: 100%;
	height: 100px;
	background: #000000;
	border: 1px solid #000000;
	border-radius: 23px 23px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.serviceExampleHeader div {
	position: absolute;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.serviceExampleTitle {
	font-size: 20px;
	line-height: 21px;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 62px;
	max-width: 480px;
}

.serviceExampleCost {
	display: block;
	width: auto;
	height: 40px;
	padding: 0px 5px;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
	margin-right: 34px;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
}

.serviceExampleWork {
	width: 150px;
	height: 40px;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
	margin-right: 62px;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
}

.serviceExampleHead {
	height: 280px;
	width: 100%;
	background: url(../img/serviceExampleHeadBg.png) no-repeat center/cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 62px;
	padding-right: 50px;
}

.serviceExampleHeadTitle {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 10px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    font-family: "EBGaramondMedium";
    color: #fff;
    margin-top: 35px;
}

.serviceExampleHeadText {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin-top: 20px;
}

.serviceExampleHeadBTN {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.serviceExampleContent {
	font-size: 18px;
	line-height: 24px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
}

.serviceExampleContent p {
	margin-top: 10px;
	text-indent: 15px;
}

.serviceExampleContent h5 {
	font-family: "EBGaramondMedium";
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}

.serviceExampleContent .margin {
	margin-top: 20px;
}

.serviceExampleContent .font-family {
	font-family: "EBGaramondMedium";
}

.serviceExampleContent ul {
	margin-top: 10px;
}

.serviceExampleContent li {
	margin-top: 5px;
}

.serviceExampleContent li:first-child {
	margin-top: 0;
}

.typePayBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 55px;
}

.typePay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 225px;
	width: 255px;
	border: 1px solid #000000;
	border-radius: 25px;
}

.typePay:hover .typeImg {
	background: transparent;
}

.typePay:hover .typeImg::before {
	opacity: 1;
}

.typeImg {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 125px;
	height: 125px;
	margin-top: 30px;
	position: relative;
}

.typeImg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 125px;
	height: 125px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
}

.typeName {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	font-family: "EBGaramondMedium";
	text-align: center;
	margin-top: 25px;
}

.cash {
	background: url(../img/cash.png) no-repeat center/cover;
}

.cash::before {
	background-image: url(../img/cashHover.png);
}

.cashless {
	background: url(../img/Cashless.png) no-repeat center/cover;
}

.cashless::before {
	background-image: url(../img/cashlessHover.png);
}

.card {
	border: 0;
	background: url(../img/card.png) no-repeat center/cover;
}

.card::before {
	background-image: url(../img/cardHover.png);
}

.cardText {
	margin-top: 14px;
}

.patContent {
	width: 825px;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cashText {
	position: relative;
	margin-top: 25px;
	width: 635px;
	font-size: 18px;
	line-height: 24px;
}

.goldLinePay {
	margin-top: 25px;
	margin-left: 95px;
	width: 920px;
}

.detailsFOP, .detailsTov {
	width: 396px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.detailsFOP h5, .detailsTov h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	font-family: "EBGaramondMedium", sans-serif;
	margin-bottom: 20px;
}

.detailsFOP p, .detailsTov p {
	font-size: 16px;
	line-height: 22px;
}

.detailsFOP p span, .detailsTov p span {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}

.contract {
	width: 100%;
	height: 70px;
	position: relative;
	border-radius: 25px;
	border: 2px solid black;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contract span {
	display: block;
	width: 35.25px;
	height: 45px;
	background: url(../img/file.svg) no-repeat center/cover;
	margin-left: 33px;
	z-index: 99;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contract span::before {
	content: '';
	display: block;
	width: 35.25px;
	height: 45px;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: url(../img/fileHover.svg);
	opacity: 0;
	left: 0;
	top: 0;
}

.contract p {
	z-index: 99;
	margin-left: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	font-family: "EBGaramondMedium", sans-serif;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contract button {
	width: 45px;
	height: 45px;
	border: 0;
	outline: none;
	background: url(../img/download.svg);
	z-index: 99;
	margin-left: 30px;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contract button::before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	left: 0;
	top: 0;
	background: url(../img/downloadHover.svg);
}

.contract::before {
	content: '';
	display: block;
	width: 396px;
	height: 70px;
	position: absolute;
	top: -2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	left: -2px;
	background: url(../img/contractBgHover.png);
	opacity: 0;
}

.contract:hover {
	border-color: transparent;
}

.contract:hover::before {
	opacity: 1;
}

.contract:hover span {
	background: transparent;
}

.contract:hover span::before {
	opacity: 1;
}

.contract:hover p {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.contract:hover button::before {
	opacity: 1;
}

.detailsTov {
	margin-left: 30px;
}

.newsContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.newsPageBlock {
	height: 476px;
	width: 350px;
	margin-top: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.newsPageBlock .newsPageTextBlockActiv {
	display: none;
}

.newsPageBlock .newsPageTextBlockActivTwo {
	display: none;
}

.newsPageBlock:nth-child(3n+1) .newsPageImg {
	margin-left: 10px;
}

.newsPageBlock:nth-child(3n+1) .newsPageTextBlock {
	background: url(../img/newsBlockOneBg.svg) no-repeat center/cover;
}

.newsPageBlock:nth-child(3n+2) {
	margin-left: 30px;
}

.newsPageBlock:nth-child(3n+2) .newsPageImg {
	margin-left: 32px;
}

.newsPageBlock:nth-child(3n+2) .newsPageTextBlock {
	background: url(../img/newsBlockTwoBg.svg) no-repeat center;
}

.newsPageBlock:nth-child(3n+3) {
	margin-left: 30px;
}

.newsPageBlock:nth-child(3n+3) .newsPageImg {
	margin-left: 56px;
}

.newsPageBlock:nth-child(3n+3) .newsPageTextBlock {
	background: url(../img/newsBlockThreeBg.svg) no-repeat center/cover;
}

.newsPageImg {
	position: absolute;
	width: 285px;
	height: 285px;
	background: url(../img/news.png) no-repeat center/cover;
}

.newsPageTextBlock {
	width: 100%;
	height: 340px;
	margin-top: 134px;
	padding-top: 176px;
	padding-left: 30px;
}

.newsPageTitle {
	width: 223px;
	font-size: 18px;
	line-height: 24px;
	z-index: 3;
	font-family: 'EBGaramondMedium', sans-serif;
	font-weight: 500;
}

.newsPageText {
	width: 291px;
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}

.paginationBlock {
	margin-top: 35px;
	width: 100%;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.page-item {
	width: 50px;
	height: 40px;
	background: url(../img/pagBg.svg);
	border: 0;
	text-align: center;
	outline: none !important;
}

.page-link {
	border: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	outline: none !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 20px;
}

.page-link:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.page-item:first-child .page-link {
	border-radius: 20px;
}

.page-item:last-child .page-link {
	border-radius: 20px;
}

.page-link:hover {
	z-index: 2;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	color: #FFF;
}

.activBlock {
	position: absolute;
	margin-top: 55px;
	display: none;
}

.display {
	display: block;
}

.newsPageBlockActiv {
	width: 826px;
	height: 920px;
	border: 1px solid #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	background: #FFFFFF;
	display: block;
	position: absolute;
	z-index: 999;
}

.newsPageBlockActiv #close {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	cursor: pointer;
}

.newsPageBlockActiv #close:hover::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(180deg, #EEDD82 0%, #B8860B 100%);
}

.newsPageBlockActiv #close:hover::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(180deg, #EEDD82 0%, #B8860B 100%);
}

.newsPageBlockActiv #close::before {
	content: "";
	display: block;
	width: 35px;
	height: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 13px;
	position: absolute;
	left: -2px;
	background: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.newsPageBlockActiv #close::after {
	content: "";
	display: block;
	width: 35px;
	height: 3px;
	background: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 13px;
	position: absolute;
	left: -2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.newsPageBlockActiv .newsPageTextBlockActiv {
	width: 350px;
	margin-left: 382px;
	margin-top: 30px;
	display: block;
}

.newsPageBlockActiv .newsPageTextBlockActiv .newsPageTitleActiv {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	font-family: 'EBGaramondMedium', sans-serif;
	margin-bottom: 10px;
	display: inline;
}

.newsPageBlockActiv .newsPageTextBlockActiv .newsPageTextActiv {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	text-indent: 15px;
}

.newsPageBlockActiv .newsPageTextBlockActivTwo {
	margin-top: 55px;
	padding-left: 33px;
	padding-right: 94px;
	display: block;
}

.newsPageBlockActiv .newsPageTextBlockActivTwo .newsPageTextActiv {
	margin-top: 5px;
	font-size: 16px;
	line-height: 24px;
	text-indent: 15px;
}

.newsPageBlockActiv:nth-child(3n+1) .newsPageImg {
	margin-left: 33px;
	margin-top: 30px;
	width: 319px;
	height: 425px;
}

.newsPageBlockActiv:nth-child(3n+1) .newsPageTextBlock {
	background: #fff;
	display: none;
	margin: 0;
	padding: 0;
}

.text {
	float: left;
}

.filter {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.sliderBG {
	width: 1015px;
	border: 1px solid #000000;
	border-radius: 25px;
	height: 400px;
	margin-top: 63px;
	padding-top: 27px;
	padding-left: 30px;
	padding-bottom: 43px;
	padding-right: 126px;
	position: relative;
}

.sliderContent {
	width: 100%;
	height: 327px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sliderContentImg {
	width: 415px;
	height: 327px;
	background: url(../img/sliderImg.png) center;
	position: absolute;
}

.sliderContentTitle {
	width: 413px;
	height: 85px;
	background: #fff;
	margin-left: 31px;
	border: 1px solid #000000;
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 410px;
}

.sliderContentTitle span {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'EBGaramondMedium', sans-serif;
}

.sliderContentText {
	width: 413px;
	height: 217px;
	border: 1px solid #000000;
	border-radius: 25px;
	background: #FFFFFF;
	margin-left: 410px;
	margin-top: 25px;
	padding: 30px;
}

.position {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	font-family: 'EBGaramondMedium', sans-serif;
}

.about {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}

.Arow {
	position: absolute;
	width: 95px;
	height: 407px;
	border-radius: 25px;
	background: #fff;
	right: -2px;
	top: -7px;
}

.nextArow {
	width: 95px;
	height: 407px;
	position: absolute;
	background: linear-gradient(88.45deg, rgba(184, 134, 11, 0.35) 5.71%, rgba(238, 221, 130, 0) 74.71%);
	border-radius: 25px;
	top: -35px;
	right: -127px;
	border-left: 1px solid #B8860B;
}

.prevArow {
	width: 35px;
	height: 40px;
	background: url(../img/prevArow.svg);
	position: absolute;
	top: -29px;
	left: -30px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

.infoPleceLviv {
	width: 200px;
	height: 140px;
	position: absolute;
	background: #000;
	color: #fff;
	text-align: center;
	top: -152px;
	left: -85px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	border-radius: 5px;
	opacity: 0;
	z-index: 999999999;
}

.infoPleceLviv::after {
	content: '';
	display: block;
	border: 20px solid transparent;
	border-top: 20px solid #000;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 20px);
}


.lol_mape:hover .infoPleceLviv {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.mape1 {
	top: 63px;
	left: 130px;
}
.mape2 {
	top: 263px;
	left: 120px;
}
.mape3 {
	top: 283px;
	left: 40px;
}
.mape4 {
	top: 203px;
	left: 170px;
}
.mape5 {
	top: 73px;
	left: 220px;
}
.mape6 {
	top: 213px;
	left: 240px;
}




.btn {
	position: fixed;
	z-index: 9999;
	top: calc(90vh - 46px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	right: 1%;
}
.btn.n2 {
	left: 1%;
	width: 91px;
}
.call .orderServiceBtn, .mess .orderServiceBtn {
	position: relative;
	outline: none !important;
}

.call .orderServiceBtn:hover::before, .mess .orderServiceBtn:hover::before {
	opacity: 1;
}

.call .orderServiceBtn {
	width: 65px;
	height: 65px;
	border: 0;
	background: url(../img/call.png);
	right: 2%;
	z-index: 9999;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 0;
}

.call .orderServiceBtn::before {
	content: "";
	width: 65px;
	height: 65px;
	position: absolute;
	background: url(../img/callHover.png);
	top: 0;
	left: 0;
	opacity: 0;
}

.mess .orderServiceBtn {
	width: 65px;
	height: 65px;
	border: 0;
	background: url(../img/mass.png);
	top: 0px;
	right: 2%;
	margin-top: 0;
	z-index: 9999999999999999;
}




.mess .orderServiceBtn::before {
	content: "";
	width: 65px;
	height: 65px;
	position: absolute;
	background: url(../img/messHover.png);
	top: 0;
	left: 0;
	opacity: 0;
}

.imgHoverTwo .imgCorporate {
	-webkit-transform: scale(0.9) translatey(-5px);
	transform: scale(0.9) translatey(-5px);
}

.imgHover .imgCorporate {
	-webkit-transform: scale(1.2) translatey(-15px);
	transform: scale(1.2) translatey(-15px);
}

.mainBanerServis {
	position: relative;
	width: 105px;
}

.mainBanerServis:hover {
	width: 120px;
}

.mainBanerServis:hover .hoverdiv {
	opacity: 1;
}

.hoverdiv {
	position: absolute;
	width: 190px;
	height: 30px;
	background: transparent;
	top: -60px;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	color: #FFF;
}

.servicesMenuLvlTwo {
	margin-left: 30px;
}

.servicesMenuLvlTwoItemActiv {
	background: -webkit-gradient(linear, left bottom, left top, from(#B8860B), to(#EEDD82));
	background: linear-gradient(to top, #B8860B, #EEDD82);
}

.servicesMenuLvlTwoItemActiv .servicesMenuLvlTwoLink {
	background: -webkit-gradient(linear, right top, left top, color-stop(4.66%, #000000), color-stop(59.69%, rgba(0, 0, 0, 0)));
	background: linear-gradient(270deg, #000000 4.66%, rgba(0, 0, 0, 0) 59.69%);
	color: #fff;
	text-decoration: none;
}

.servicesMenuLvlTwoItem {
	height: 49px;
	position: relative;
	margin-top: -3px;
}

.servicesMenuLvlTwoItem:hover .servicesMenuLvlTwoLink {
	-webkit-transition: 0,3s;
	transition: 0,3s;
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
	text-decoration: none;
}

.servicesMenuLvlTwoItem:nth-child(2n) {
	height: auto;
}

.servicesMenuLvlTwoItem:nth-child(2n)::before {
	width: 0px;
}

.servicesMenuLvlTwoItem:nth-child(2n)::after {
	width: 0px;
}

.servicesMenuLvlTwoItem:nth-child(2n):hover {
	background: transparent;
}

.servicesMenuLvlTwoItem:nth-child(1) {
	margin-top: 0;
}

.servicesMenuLvlTwoItem:nth-child(1)::after {
	content: '';
	display: block;
	height: 3px;
	width: 204px;
	position: absolute;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16%, #EEDD82), color-stop(97.76%, #B8860B));
	background: linear-gradient(180deg, #EEDD82 0.16%, #B8860B 97.76%);
}

.servicesMenuLvlTwoItem:nth-child(3) .servicesMenuLvlTwoLink {
	padding-right: 100px;
	padding-top: 1px;
}

.servicesMenuLvlTwoItem:nth-child(3)::before {
	content: '';
	display: block;
	height: 3px;
	width: 205px;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16%, #EEDD82), color-stop(97.76%, #B8860B));
	background: linear-gradient(180deg, #EEDD82 0.16%, #B8860B 97.76%);
}

.servicesMenuLvlTwoItem:nth-child(3)::after {
	content: '';
	display: block;
	height: 3px;
	width: 214px;
	position: absolute;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16%, #EEDD82), color-stop(97.76%, #B8860B));
	background: linear-gradient(180deg, #EEDD82 0.16%, #B8860B 97.76%);
}

.servicesMenuLvlTwoItem:nth-child(5)::after {
	content: '';
	display: block;
	height: 3px;
	width: 173px;
	position: absolute;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16%, #EEDD82), color-stop(97.76%, #B8860B));
	background: linear-gradient(180deg, #EEDD82 0.16%, #B8860B 97.76%);
}

.servicesMenuLvlTwoItem:nth-child(7) .servicesMenuLvlTwoLink {
	padding-right: 51px;
	padding-top: 3px;
}

.servicesMenuLvlTwoItem:nth-child(7)::after {
	content: '';
	display: block;
	height: 3px;
	width: 173px;
	position: absolute;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16%, #EEDD82), color-stop(97.76%, #B8860B));
	background: linear-gradient(180deg, #EEDD82 0.16%, #B8860B 97.76%);
}

.servicesMenuLvlTwoLink {
	color: #FFF;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	padding-top: 15px;
	display: block;
	padding-bottom: 13px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.servicesMenuLvlThreeLink {
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
}

.servicesMenuLvlThreeLink:hover {
	-webkit-transition: 0,3s;
	transition: 0,3s;
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
}

.servicesMenuLvlThreeItem {
	margin-top: 12px;
}

.servicesMenuLvlThreeItem:first-child {
	margin-top: 10px;
}

.servicesMenuLvlThreeItem:last-child {
	margin-bottom: 10px;
}

.modelPhone, .modelMess, .modelPurchase {
	width: 100%;
	height: 100vh;
	position: fixed;
	background: rgba(0, 0, 0, 0.85);
	z-index: -1;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.modalActiv {
	z-index: 99999;
	opacity: 1;
}

.modalPhoneContent, .modalMessContent, .modalPurchaseContent {
	width: 791px;
	height: 425px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 25px;
	padding: 30px;
	position: relative;
}

.modalTitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-family: 'EBGaramondMedium', sans-serif;
}

.modalPhoneForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.modalPhoneName, .modalPhonePhone {
	width: 350px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 25px;
	margin-top: 64px;
	outline: none !important;
	padding-left: 10px;
}

.modalPhonePhone {
	margin-left: 28px;
}

.modalPhoneNameLable, .modalPhonePhoneLable, .modalPhoneQuestionLable {
	position: absolute;
}

.modalPhoneNameLable {
	top: 25px;
	left: 5px;
}

.modalPhonePhoneLable {
	top: 25px;
	left: 385px;
}

.modalPhoneQuestionLable {
	top: 120px;
	left: 5px;
}

#modalPhoneQuestion {
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 25px;
	resize: none;
	outline: none !important;
	margin-top: 59px;
	padding-left: 10px;
	padding-top: 5px;
}

.modalBtn {
	width: 120px;
	height: 40px;
	margin: 0 auto;
	margin-top: 30px;
	border: 0;
	border-radius: 25px;
	color: transparent;
	font-weight: 600;
	font-size: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
	position: relative;
	outline: none !important;
}

.modalBtn::before {
	content: url(../img/banerBtn.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.modalBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	color: #FFF;
}

.modalBtn:active {
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
}

.close {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: 34px;
	right: 30px;
	opacity: 1;
	cursor: pointer;
}

.close::before {
	content: "";
	display: block;
	height: 30px;
	width: 3px;
	background: #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close::after {
	content: "";
	display: block;
	height: 30px;
	width: 3px;
	background: #000000;
	-webkit-transform: rotate(-45deg) translate(-1px, 1px);
	transform: rotate(-45deg) translate(-1px, 1px);
	margin-top: -31px;
}

.close:hover::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(180deg, #EEDD82 0%, #B8860B 100%);
}

.close:hover::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(180deg, #EEDD82 0%, #B8860B 100%);
}

.modalMessForm {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modalMessName, .modalMessPhone, .modalMessEmail, .modalMessPo {
	margin-top: 60px;
	width: 350px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 25px;
	padding-left: 10px;
	outline: none !important;
}

.modalMessPhone, .modalMessPo {
	margin-left: 29px;
}

#modalMessQuestion {
	width: 100%;
	height: 100px;
	outline: none;
	resize: none;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 25px;
	margin-top: 60px;
}

.modalMessContent {
	height: 520px;
}

.modalMessNameLable, .modalMessPhoneLable, .modalMessEmailLable, .modalMessPoLable, .modalMessQuestionLable {
	position: absolute;
}

.modalMessNameLable {
	top: 25px;
	left: 5px;
}

.modalMessPhoneLable {
	top: 25px;
	left: 385px;
}

.modalMessEmailLable {
	top: 120px;
	left: 5px;
}

.modalMessPoLable {
	top: 120px;
	left: 385px;
}

.modalMessQuestionLable {
	top: 213px;
	left: 5px;
}

.modalPurchaseForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.modalPurchaseName, .modalPurchasePhone, .modalPurchaseEmail, .modalPurchasePo, .modalPurchaseTupe {
	width: 350px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 25px;
	padding-left: 10px;
	margin-top: 60px;
	outline: none;
}

.modalPurchasePhone, .modalPurchasePo {
	margin-left: 29px;
}

.modalPurchaseTupe {
	width: 100%;
}

.modalPurchaseNameLable, .modalPurchasePhoneLable, .modalPurchaseEmailLable, .modalPurchasePoLable, .modalPurchaseTupeLable {
	position: absolute;
}

.modalPurchaseNameLable {
	top: 25px;
	left: 5px;
}

.modalPurchasePhoneLable {
	top: 25px;
	left: 385px;
}

.modalPurchaseEmailLable {
	top: 120px;
	left: 5px;
}

.modalPurchasePoLable {
	top: 120px;
	left: 385px;
}

.modalPurchaseTupeLable {
	top: 205px;
	left: 5px;
}

.mapBlock {
	width: 100%;
	height: 675px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 25px;
	margin-top: 55px;
	position: relative;
}

.mapContact {
	top: 0;
	left: 0;
	position: absolute;
	margin: 0;
	border-radius: 25px;
	width: calc(100%);
	height: 329px;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.mapContactUkr {
	margin: 0 auto;
	margin-top: 350px;
	width: 475px;
	height: 317px;
	background: url(../img/mapContact.png) no-repeat center/cover;
}

.servisMenuPage {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 105px;
}

.servisMenuPageItem {
	width: 218px;
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.servisMenuPageItem:first-child {
	margin-left: 0;
}

.servisMenuPageItem:nth-child(2) p {
	padding-top: 0;
}

.servisMenuPageItem:nth-child(4) p {
	padding-top: 0;
}

.servisMenuPageItem p {
	padding-top: 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'EBGaramondMedium', sans-serif;
	display: block;
	text-align: center;
	height: 55px;
	border-bottom: 3px solid transparent;
	border-image-source: linear-gradient(180deg, #EEDD82 0.13%, #B8860B 97.79%);
	border-image-slice: 1;
}

.servisMenuPageLvlTwo {
	width: 100%;
}

.servisMenuPageLvlTwoItem {
	margin-top: 15px;
}

.servisMenuPageLvlTwoItem:first-child {
	margin-top: 7px;
}

.servisMenuPageLvlTwoLink {
	font-size: 16px;
	line-height: 21px;
	-webkit-transition: 0,3s;
	transition: 0,3s;
}

.servisMenuPageLvlTwoLink:hover {
	text-decoration: none;
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text;
}
ul.nav_menu li ul li ul li a {
	width: 80%;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 10px;
}

ul.nav_menu li ul li::before {
	content: ">";
	color: #fff;
	margin-left: -15px;
}

ul.nav_menu li ul li ul li::before {
	content: "»";
	color: #fff;
}
.sliderNews {
	display: none !important;
}
.block_m {
	display: none;
}
span.pc_none {
	display: none;
}



#tabs {
	margin: 10px 0;
	overflow: hidden;
}
.tabs-nav {
	width: 210px;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}
.tabs-nav:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 0px;
	right: 0px;
}
.tabs-nav li {
	display: block;
	padding: 0;
	margin: 0;
}    
.tabs-nav a {
	display: block;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	/* border-top: 1px solid #ccc; */
	/* border-right: 1px solid #ccc; */
	/* border-left: 1px solid #ccc; */
	/* background: #fbfbfb; */
	font-size: 14px;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}	
.tabs-nav li:first-child a {
	border-radius: 5px 0 0 0; 
}
.tabs-nav li:last-child a {
	border-radius: 0 0 0 5px; 
}
.tabs-nav a.active {
	border-right: 1px solid #fff;
	background: #fff;
	color: #000;
}    
.tabs-items {
	margin-left: 209px;
	background: #fff;
}
.tabs-item {
	padding: 15px;
	border-radius: 0 5px 5px 0;	
	min-height: 160px;
}




ul.tabs-nav_inp li {
	display: inline-block;
	width: 24%;
	vertical-align: top;
	text-align: center;
}
ul.tabs-nav_inp li ul li{
	width: 100%;
}

ul.tabs-nav_inp li a {
	font-weight: 600;
}

ul.tabs-nav_inp li ul li a {
	font-weight: 100;
	font-size: 16px;
	padding: 0px 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.servicesMenuActiv span#poslygi_close {
	top: 0px;
	right: 0px;
	z-index: 999;
}
.servicesMenuActiv .close::before,
.servicesMenuActiv .close::after {
	background: #ffffff;
}
img.img_in_swrvice {
	width: 100%;
	float: right;
	border-radius: 7px;
	-webkit-filter: brightness(0.5);
	-moz-filter: brightness(0.2);
	-o-filter: brightness(0.2);
	-ms-filter: brightness(0.2);
}
.lol_img {
	width: 50%;
	float: right;
	margin-right: -45px;
	padding: 2px;
	border-radius: 8px;
	background: linear-gradient(347deg, rgb(223, 179, 57) 0%, rgb(219, 168, 38) 17%, rgb(220, 170, 40) 34%, rgb(239, 217, 81) 50%, rgb(229, 195, 85) 66%, rgb(237, 219, 126) 83%, rgb(237, 219, 126) 100%);
	/* background-size: 600% 600%; */
	/* -webkit-animation: AnimationName 9s ease infinite; */
	-moz-animation: AnimationName 9s ease infinite;
	-o-animation: AnimationName 9s ease infinite;
	/* animation: AnimationName 9s ease infinite; */
}
.serviceExampleContent ul {
	list-style: disc;
	padding-left: 30px;
}
.services_block {
	height: calc(100% - 4px);
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	margin: 2px;
	background: #fff;
	overflow: hidden;
}
.bg_serv {
	width: 18%;
	border-radius: 10px;
	height: auto;
	text-align: center;
	margin: 10px;
	background: linear-gradient(347deg, #f2efbb 0%, #ecda66 17%, rgba(242,239,187,1) 34%, rgba(236,218,102,1) 50%, rgba(242,239,187,1) 66%, rgba(236,218,102,1) 83%, rgba(242,239,187,0.9777626811594203) 100%);
	background-size: 600% 600%;
	-webkit-animation: AnimationName 9s ease infinite;
	-moz-animation: AnimationName 9s ease infinite;
	-o-animation: AnimationName 9s ease infinite;
	animation: AnimationName 9s ease infinite;
}

.bg_serv:hover {
	background: linear-gradient(347deg, rgb(191, 182, 16) 0%, rgb(253, 230, 85) 17%, rgb(187, 180, 48) 34%, rgb(239, 217, 81) 50%, rgb(253, 250, 193) 66%, rgb(234, 212, 66) 83%, rgba(225, 239, 22, 0.9777626811594203) 100%);

	background-size: 600% 600%;

	-webkit-animation: AnimationName 9s ease infinite;
	-moz-animation: AnimationName 9s ease infinite;
	-o-animation: AnimationName 9s ease infinite;
	animation: AnimationName 9s ease infinite;
}



.top10 {
	margin-top: 10px;
}

.svg img {
	width: 90px;
}
button.btn {
	background-color: #fff;
	border: 1px solid black;
	border-radius: 100px;
	color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
	background: linear-gradient(to bottom, #EEDD82, #B8860B);
	background-clip: text;
	-webkit-background-clip: text
}

.btn:focus,
.btn:hover {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.modal-header {
	border-bottom: none;
	justify-content: center;
}

.modal-content {
	border-radius: 20px;
	flex-direction: column;
}

.subform {
	font-size: 20px;
	color: #000;
	display: flex;
	flex-flow: column nowrap;
}

.subform .label {
	display: block;
	width: auto;
	color: #000;
	font-size: 18px;
}

.subform input[type="submit"] {
	width: 30%;
	padding:  6px 20px;
	margin: 10px auto;
	font-size: 20px;
	color: #000;
	border-radius: 50px;
	outline: none;
	background-color: #fff;
	border: 1px solid #000;
	cursor: pointer;

}

.subform input[type="text"],
.subform input[type="tel"],
.subform textarea{
	border-radius: 10px;
	width: auto;
	padding: 0px 20px;
	outline: none;
	border: 1px solid #000;
}

.subform input[type="text"]:focus,
.subform textarea:focus {
	background-color: white;
	color: black;
}
.foo_phone, .foo_email{
	display: flex;
	justify-content: space-between;
	align-items: center;

}
select#refer {
	border-radius: 10px;
	width: auto;
	padding: 2px 20px;
	outline: none;
	border: 1px solid #000;
}
.foo {
	margin: 15px 0;
	display: flex;
	flex-direction: column;
	width: 49%;
}
textarea#comments {
	width: 100%;
	/* width: 731px; */
}
p.foo_btn {
	margin: 20px 0px;
	text-align: center;
}
.foo_off {
	display: none;
}
.modal-dialog {
	margin: 6.75rem auto;
	max-width: 61%;
}
.modal-title {
	text-align: center;
}
.fonz{
	font-size: 16px;
}
.modal-body {
	padding: 0rem 1rem 0.5rem;
}
input.label {
	border: 0 !important;
	padding: 0px 0px !important;
}
a.zhopa_active {
	display: flex;
	align-items: center;
}
p.phone_mape {
	color: #FFF;
	text-align: center;
	padding: 13px 0 0;
}

@media screen and (max-width: 800px) {
	
	
.col-xl-4 .newsBlockOne .newsTextBlock {
    background: none;
    border: 1px solid #000;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    padding: 0px;
    height: auto;
    margin: 0px;
    display: block !important;
}
.newsBlockOne .newsImg {
    width: 100%;
    display: inline-block;
    margin: 0px;
    height: auto;
    background: none;
    position: relative;
    margin-left: 0px !important;
}
	.newsBlockOne {
    height: auto;
    display: inline-block !important;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.col-xl-4 a {
    display: inline-block;
}	
.newsTitle {
    width: 100%;
    text-align: center;
}
p.news {
    width: calc(100% - 20px);
    padding: 10px;
}
.newsImg img {
    width: 100%;
}	
.col-xl-4:nth-child(3n-1) .newsBlockOne .newsImg {
    margin-left: 0;
    width: 100%;
}	
.col-xl-4:nth-child(3n-1) .newsBlockOne .newsTextBlock {
    width: 100%;
    background: none;
}
	
	.mobile_none {
		display: none;
	}
	.block_m {
		display: table;
		color: #fff;
		text-transform: uppercase;
		margin: 0px;
		padding: 0px;
	}
	.drt_text_name a {
		font-size: 20px;
	}
	.container-fluid {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}	
	.formContactIconBlock {
		display: none;
	}
	.serviceExampleHeader {
		height: auto;
		display: block;
	}
	.lol_img {
		margin-right: 0px !important;
		width: 50%;
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.footerIcon {
		margin: 0px 5px;
	}
	.serviceExampleContent h3 {
		font-size: 20px;
	}

	.serviceExampleHeader div {
		display: block;
		width: 100%;
		text-align: center;
		position: initial;
		padding: 10px 0px;
	}
	p.serviceExampleTitle {
		margin: 6px;
		font-size: 16px;
		text-align: center;
	}
	span.serviceExampleWork {
		display: inline-block;
		padding: 0px;
		margin: 0px;
		min-width: 38%;
		vertical-align: top;
	}
	span.serviceExampleCost {
		display: inline-block;
		padding: 0px 15px;
		margin: 0px 10px 0px;
		margin-bottom: 10px;
		width: auto;
		vertical-align: top;
	}
	.table_mobsle {
    overflow-y: auto;
}
	.serviceExampleContent {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		text-align: justify;
	}	
	.serviceExampleHead {
		padding-left: 22px;
		padding-right: 22px;
		text-align: center;
	}	
	.bg_serv {
		width: 100% !important;
	}	
	.serviceExampleHeadBTN {
		width: auto;
		height: auto;
		display: block;
	}	

	.none {
		display: none !important;
	}
	.sliderNews {
		display: block !important;
	}
	.headerBg {
		height: 70px;
		position: fixed;
		z-index: 999999;
	}
	span.B_crumbBox {
		margin-top: 75px;
	}


	.servicesMenuBlock.servicesMenuActiv {
		position: fixed;
	}
	.logo {
		margin-top: 10px;
		width: 30px;
		height: 50px;
		background: url(../img/logoHeadMob.svg) no-repeat center/cover;
	}
	span.pc_none {
		display: block;
		position: absolute;
		color: #fff;
		padding: 15px;
		font-size: 22px;
		z-index: 999;
		top: 0;
		left: 50px;
	}
	.btnMenu {
		width: 50px;
		position: relative;
		display: block;
		margin-top: 10px;
		height: 50px;
		background: #83069c00;
		cursor: pointer;
	}
	.btnMenu span {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -35%;
		margin-top: -1px;
		width: 70%;
		height: 2px;
		background: #fff;
		border-radius: 6px;
	}
	.btnMenu span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -35%;
		margin-top: -1px;
		width: 70%;
		height: 2px;
		background: #fff;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.btnMenu span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -35%;
		margin-top: -1px;
		width: 70%;
		height: 2px;
		background: #fff;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.btnMenuActiv span {
		height: 0;
	}
	.btnMenuActiv span::before {
		width: 100%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btnMenuActiv span::after {
		width: 100%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.servicesMenuActiv {
		width: 100%;
	}
	.servicesMenuBlock {
		margin-top: 70px;
	}
	.logoMainBanerMob {
		width: 70px;
		height: 120px;
		background: url(../img/logoMainBanerMob.svg) no-repeat center/cover;
		margin-top: 100px;
	}
	.mainBaner {
		height: auto;
		min-height: 200px;
		padding-bottom: 20px;
	}
	.titleBaner {
		margin-top: 70px;
		font-size: 16px;
		font-weight: 500;
		font-size: 20px;
		line-height: 30px;
		font-family: "EBGaramondMedium";
	}
	.textBaner {
		font-size: 18px;
		width: auto;
		line-height: 22px;
	}
	.title {
		margin: 20px 0 0;
	}
	.socialNetworks {
		margin-top: 25px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.titleСonnection {
		margin-top: 20px;
	}
	.socialNetworks {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
		padding-bottom: 20px;
	}
	.socialNetworksIconsBlock {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 0px;
	}
	.socialNetworksIconsBlock .socialNetworksLink:nth-child(4) {
		margin-left: 30px;
	}
	.socialNetworksIconsBlockTwo {
		margin-top: 10px;
	}
	.socialNetworksText {
		margin-top: 5px;
	}
	.contactBlock {
		margin-top: 15px;
		width: 100%;
		margin-left: 0;
		height: auto;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.contactBlockPhone {
		margin-top: 15px;
	}
	.contactBlockEmail {
		margin-top: 10px;
	}
	.contactBlockText {
		margin-top: 15px;
		padding: 0 15px 0;
	}
	.quetionBtn {
		margin-top: 20px;
	}
	.orderServiceBtn {
		margin-top: 20px;
	}
.geolockBlock {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    height: auto;
    padding: 0px 0 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left !important;
    display: block;
}
	.geolockBlock button.adiceBtn {
    margin: 0 auto;
    display: block;
}
	.geolock, .clock, .geolockText {
		margin-left: 65px;
		width: auto;
		margin-top: 5px;
	}
.clock {
    margin-left: 65px;
    width: 143px;
}
	.geolockText {
		margin-top: 10px;
		margin-left: 0px;
		text-align: center;
	}
	.aboutUsBlock {
		height: auto;
		margin-top: 25px;
		width: calc(100% + 0px);
		margin-left: 0px;
		border-radius: 0;
		border: 0;
		background: url(../img/aboutusimg.png) no-repeat center/cover;
		color: #FFF;
	}
	.aboutTitle {
		font-weight: 500;
		font-size: 18px;
		line-height: 21px;
		font-family: "EBGaramondMedium", sans-serif;
	}
	.aboutText {
		font-size: 16px;
		line-height: 18px;
	}
	.benefits {
		margin-top: 13px;
		margin-left: 0px;
		width: 95%;
		height: 233px;
	}
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.benefits:nth-child(3) {
		margin-left: 0;
	}
	.benefits:nth-child(7) {
		margin-left: 0;
	}
	.benefitsImg {
		margin-top: 17px;
	}
	.benefitsText {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 10px;
	}
	.sliderBG {
		width: 100%;
		padding-right: 95px;
	}
	.sliderContentImg {
		width: 120px;
		height: 120px;
		background: url(../img/sliderContentImgMob.png) no-repeat center;
	}
	.sliderContentTitle {
		width: 186px;
		margin-left: 130px;
		height: 65px;
	}
	.sliderContentTitle span {
		font-weight: 500;
		font-size: 15px;
		line-height: 18px;
		font-family: "EBGaramondMedium", sans-serif;
	}
	.nextArow {
		right: -95px;
		height: calc(100% + 30px);
		margin-top: 5px;
	}
	.sliderBG {
		height: auto;
		margin-top: 30px;
		padding-bottom: 0px;
	}
	.sliderContentText {
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
		border: 0;
	}

	button {
		color: #daa521 !important;
		font-weight: 100 !important;
		font-size: 16px !important;
	}
	.footerBg button {
		font-size: 16px;
	}	

	.position {
		position: absolute;
		width: 186px;
		display: block;
		height: 30px;
		border: 1px solid #000000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 25px;
		padding-left: 10px;
		left: 130px;
		top: 80px;
		font-weight: 500;
		font-size: 15px;
		line-height: 18px;
		font-family: "EBGaramondMedium", sans-serif;
		padding-top: 4px;
	}
	.sliderContentText {
		padding: 0;
		margin-top: 52px;
		height: auto;
	}
	.about {
		font-weight: 500;
		font-size: 15px;
		line-height: 18px;
		font-family: "EBGaramondMedium", sans-serif;
		padding-top: 4px;
		margin-top: 0;
	}
	.Arow {
		height: 250px;
	}
	.sliderContent {
		height: auto;
		padding-bottom: 20px;
	}
	.sliderNews {
		width: 100%;
	}
	.sliderNewsContent {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sliderNewsContentImg {
		width: 202px;
		height: 202px;
		background: url(../img/newsSliderImg.png) no-repeat center/cover;
		z-index: 4;
	}
	.sliderNewsContentTextBlock {
		width: 80%;
		height: auto;
		border: 1px solid #000000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 25px;
		margin-top: -20px;
		padding: 25px 15px 15px;
		overflow: hidden;
	}
	.sliderNewsContentTextTitle {
		font-weight: 500;
		font-size: 16px;
		font-family: "EBGaramondMedium", sans-serif;
		text-align: center;
		line-height: 21px;
	}
	.footerBtn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 20px;
	}
	.quetionBtn, .orderServiceBtn, .adiceBtn {
		margin-top: 20px;
	}
	.footerBg {
		height: auto;
		padding-bottom: 30px;
	}
	#newsBtn {
		margin-left: -20px;
	}

	.footerIconBlock {
		position: absolute;
		width: auto;
		bottom: -25px;
		margin: 0 auto;
		z-index: 5;
	}
	.footerPhone, .footerEmail, .footerGeolock {
		text-align: left;
		font-size: 17px;
		line-height: 18px;
		width: 100%;
		margin-top: 10px;
	}
	.footerPhone {
		margin-top: 30px;
	}
	.menuFooterLink {
		font-size: 17px;
		line-height: 18px;
	}
	.menuFooterItem {
		margin-top: 5px;
	}
	.mainForm {
		margin-top: 25px;
		height: 600px;
		width: 100%;
		margin-bottom: 0;
	}
	.mainFormMessagePhone {
		top: 351px;
	}
	.formContact {
		margin-top: 15px;
		margin-bottom: 120px;
		height: 236px;
		background: #ffff;
		padding-top: 20px;
		padding-left: 70px;
	}
	.mapMain {
		height: 145px;
		margin-top: 0px;

	}
	.formContactEmail, .formContactGeolok, .formContactPhone {
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
		font-family: "EBGaramondMedium", sans-serif;
		width: 80%;

	}
	.formContactEmail {
		margin-top: 25px;
	}
	.formContactGeolok {
		margin-top: 10px;
	}
	.formContactIconBlock {
		margin-top: 15px;
	}
	.prevArowNews {
		width: 44px;
		height: 44px;
		position: absolute;
		top: 70px;
		margin-left: -155px;
	}
	.prevArowNews span {
		display: block;
		width: 44px;
		height: 44px;
		background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#C4C4C4));
		background: linear-gradient(180deg, #D8D8D8 0%, #C4C4C4 100%);
		-webkit-clip-path: polygon(30% 50%, 70% 5%, 65% 0, 20% 50%, 65% 100%, 70% 95%);
		clip-path: polygon(30% 50%, 70% 5%, 65% 0, 20% 50%, 65% 100%, 70% 95%);
	}
	.prevArowNews:hover span {
		background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
		background: linear-gradient(180deg, #EEDD82 0%, #B8860B 100%);
	}
	.nextArowNews {
		width: 44px;
		height: 44px;
		position: absolute;
		top: 70px;
		margin-left: 110px;
	}
	.nextArowNews span {
		width: 44px;
		height: 44px;
		display: block;
		-webkit-clip-path: polygon(80% 50%, 30% 0, 25% 5%, 70% 50%, 25% 95%, 30% 100%);
		clip-path: polygon(80% 50%, 30% 0, 25% 5%, 70% 50%, 25% 95%, 30% 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#C4C4C4));
		background: linear-gradient(180deg, #D8D8D8 0%, #C4C4C4 100%);
	}
	.nextArowNews:hover span {
		background: -webkit-gradient(linear, left top, left bottom, from(#EEDD82), to(#B8860B));
		background: linear-gradient(180deg, #EEDD82 0%, #B8860B 100%);
	}
	.mobMenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		height: 60px;
		margin-bottom: 0;
		margin-top: 42px;
	}
	.mobMenuLink {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 10px;
	}
	.mobMenuLink:hover {
		text-decoration: none;
		color: black;
	}
	.mobMenuImg {
		height: 26px;
		width: 30px;
	}
	.mobMenuText {
		font-size: 14px;
		line-height: 14px;
	}
	.mobMenuItem:nth-child(1) .mobMenuLink .mobMenuImg {
		width: 29px;
		height: 23px;
		background: url(../img/mobMenuNews.png) no-repeat center/cover;
	}
	.mobMenuItem:nth-child(2) .mobMenuLink .mobMenuImg {
		background: url(../img/mobMenuAbourUs.png) no-repeat center/cover;
	}
	.mobMenuItem:nth-child(3) .mobMenuLink .mobMenuImg {
		background: url(../img/mobMenuContact.png) no-repeat center/cover;
	}
	.patContent {
		flex-wrap: wrap;
		margin-left: 0px;
		justify-content: center;
	}
	.typePayBlock {
		margin-top: 30px;
		justify-content: center;
	}
	.typePay {
		justify-content: space-around;
	}

	.typeImg {
		margin-top: 0;
	}
	.typeName {
		margin-top: 0;
	}

	.cashText {
		width: auto;
		text-align: center;
	}

	.goldLinePay {
		margin-left: 0;
	}

	.detailsFOP {
		margin-top: 20px;

	}
	.detailsFOP, .detailsTov{width: auto;}
	.detailsTov {
		margin-left: 0px;
		margin-top: 20px;
	}

	.mapBlock {
		margin: 25px 0 10px;
		height: 455px;
	}

	.mapContactUkr {
		margin-top: 170px;
		background-size: 80%;
		height: 280px;
	}
	.contract {
		justify-content: space-around;
	}

	.menuFooter {
		text-align: center;
	}
	.footerPhone a {
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	.footerPhone, .footerEmail, .footerGeolock {
		text-align: center;
	}

	.contract::before {
		width: auto;
	}
}

@media only screen and (max-width: 491px) {
	span.pc_none {
		padding: 15px 0;
		left: 80px;
	}
	.mapContactUkr {
		width: auto;
	}
	.contract span {
		margin-left: 0px; 
	}
	.contract p {
		margin-left: 0;
		text-align: center;
	}
	.contract button {
		margin-left: 0;
	}
	.formContact {
		padding-left: 70px;
		margin-bottom: 35px;
	}
	.subform input[type="submit"] {
		width: auto;

	}
	.modal-dialog {
		max-width: 90%;
	}
	.foo_phone, .foo_email {
		flex-wrap: wrap;
		justify-content: center;
	}
	.foo {
		width: auto
	}
}
@media only screen and (max-width: 366px) {
	span.pc_none {
		font-size: 20px;
		left: 75px;}
	.btnMenu {
		position: absolute;
		right: 25px;
	}
}
@media only screen and (max-width: 366px) {
	span.pc_none {
		left: 60px;
	}
}
/*# sourceMappingURL=style.css.map */



@-webkit-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

a:hover {
	text-decoration: none;
}
.answer {
    height: 1px;
    overflow: hidden;
    margin: 10px;
}
.olson_active h4 {
    margin-bottom: 0px;
    padding: 4px;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.olson_active h4:hover {
    padding: 4px;
    border-radius: 4px;
background: linear-gradient(347deg, #f2efbb 0%, #ecda66 17%, rgba(242,239,187,1) 34%, rgba(236,218,102,1) 50%, rgba(242,239,187,1) 66%, rgba(236,218,102,1) 83%, rgba(242,239,187,0.9777626811594203) 100%);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    -o-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
	
	
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.olson_active.cktave h4 {
    padding: 4px;
background: linear-gradient(347deg, #f2efbb 0%, #ecda66 17%, rgba(242,239,187,1) 34%, rgba(236,218,102,1) 50%, rgba(242,239,187,1) 66%, rgba(236,218,102,1) 83%, rgba(242,239,187,0.9777626811594203) 100%);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    -o-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
	
	
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);    
	border-radius: 4px 4px 0px 0px;
}
.olson_active.cktave .answer {
    height: auto;
    overflow: hidden;
    border: 1px solid #eddc6d;
    margin: 0px;
    padding: 10px;
}

