* {box-sizing: border-box; border: none; outline: none; margin: 0; padding: 0; resize: none; text-decoration: none; font-family: "Onest", sans-serif; color: #22262B;}
input[type="submit"] {cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none;}

::-webkit-input-placeholder {color: #6C7178B2;}
:-moz-placeholder {color: #6C7178B2; opacity:  1;}
::-moz-placeholder {color: #6C7178B2; opacity:  1;}
:-ms-input-placeholder {color: #6C7178B2;}

:root {
	--max-width: 1310px;
}

.wrapper {max-width: var(--max-width);}

*[class|="button"] {font-weight: 900; border-radius: 50px; cursor: pointer;}
.button-blue {background: #3693FC; color: #fff;}
.button-orange {background: #E68018; color: #fff;}
.button-blue:hover {background: #0e78f0;}
.button-orange:hover {background: #f65600;}
.button-blue-border {color: #0e78f0; border: 2px solid #0e78f0;}
.button-blue-border:hover {background: #fff; color: #0e78f0;}


h1,h2,h3,h4 {font-family: "Montserrat", sans-serif;}

header {position: fixed; top: 0; left: 0; width: 100%; background: #FFFFFF4D; border-radius: 0 0 20px 20px; z-index: 99999; backdrop-filter: blur(10px);}
header > div {max-width: var(--max-width); padding: 15px; margin: 0 auto; display: flex ; align-items: center; justify-content: space-between;}
header .logo {}
header .logo img {display: block; height: 60px;}
header nav {background: #FFFFFF4D; border-radius: 50px; display: flex;}
header nav a {font-size: 14px; font-weight: 700; padding: 10px 14px;}
header .cont {display: flex ; flex-direction: column; align-items: center; gap: 5px;}
header .cont .tel {font-size: 18px; font-weight: 600;}
header .cont .callback {font-size: 14px; padding: 10px 20px;}

.mainBlock {position: relative; overflow: hidden;}
.mainBlock .bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.mainBlock .bg img {display: block; width: 100%; height: 100%; object-fit: cover;}
.mainBlock .bg video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.mainBlock .bg:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, #1a7ff4, #1A7FF480, #ffffff);}
.mainBlock .content {position: relative; max-width: var(--max-width); padding: 400px 15px 100px; margin: 0 auto; display: flex; justify-content: space-between; gap: 80px;}
.mainBlock .content .left {flex: 1.2;}
.mainBlock .content .right {flex: 1; padding-top: 5px;}
.mainBlock .content h1 {font-size: 56px; font-weight: 900; line-height: 112%;}
.mainBlock .content h1 span {text-transform: uppercase; font-weight: 900; background-image: linear-gradient(to top, #96C2F3, #68ACF7, #3693FC); color: transparent; background-clip: text; display: block; margin-top: 5px;}
.mainBlock .content p {font-size: 20px; font-weight: 500;margin: 10px 0;}
.mainBlock .content ul {display: flex; flex-direction: column; gap: 10px; list-style: none;}
.mainBlock .content ul li {font-size: 20px; font-weight: 500; position: relative; padding-left: 32px;}
.mainBlock .content ul li:before {content: ''; width: 22px; height: 22px; position: absolute; top: 2px; left: 0; background: url(../img/circle-check.svg) no-repeat center / 100%;}
.mainBlock .content .buts {display: flex; gap: 10px; margin-top: 30px;}
.mainBlock .content .buts *[class|="button"] {font-size: 16px; padding: 14px 28px;}

.circleFaces {position: absolute; top: -580px; left: 0; right: 0; margin: auto; max-width: var(--max-width); height: 100%;}
.circleFaces .item {width: 680px; height: 680px; border-radius: 100%; position: absolute; display: flex ; align-items: center; justify-content: center;}
.circleFaces .item1 {border: 2px dashed #ffffff99; top: 200px; left: -50px;}
.circleFaces .item2 {border: 2px solid #ffffff99; top: 200px; left: 0; right: 0; margin: auto;}
.circleFaces .item3 {border: 2px solid #ffffff99; top: 200px; right: -50px;}
.circleFaces .item4 {border: 2px solid #ffffff99; top: 50px; right: 150px;}
.circleFaces .face {border-radius: 100%; border: 2px solid #ffffff99;}

.circleFaces .face1 {width: 68px; height: 68px; animation: spin1 20s infinite linear;}
@keyframes spin1 {
	from { transform: 	rotate(1turn) translate(-300px, 150px) rotate(0turn) }
	to { transform: 	rotate(0turn) translate(-300px, 150px) rotate(1turn) }
}

.circleFaces .face2 {width: 68px; height: 68px; animation: spin2 14s infinite linear;}
@keyframes spin2 {
	from { transform: 	rotate(1turn) translate(220px, -260px) rotate(0turn) }
	to { transform: 	rotate(0turn) translate(220px, -260px) rotate(1turn) }
}

.circleFaces .face3 {width: 68px; height: 68px; animation: spin3 16s infinite linear;}
@keyframes spin3 {
	from { transform: 	rotate(0turn) translate(150px, 300px) rotate(1turn) }
	to { transform: 	rotate(1turn) translate(150px, 300px) rotate(0turn) }
}

.circleFaces .face4 {position: absolute; width: 68px; height: 68px; animation: spin4 18s infinite linear;}
@keyframes spin4 {
	from { transform: 	rotate(1turn) translate(210px, 260px) rotate(0turn) }
	to { transform: 	rotate(0turn) translate(210px, 260px) rotate(1turn) }
}

.circleFaces .face5 {position: absolute; width: 56px; height: 56px; animation: spin5 15s infinite linear;}
@keyframes spin5 {
	from { transform: 	rotate(1turn) translate(-210px, 260px) rotate(0turn) }
	to { transform: 	rotate(0turn) translate(-210px, 260px) rotate(1turn) }
}

.circleFaces .face6 {position: absolute; width: 56px; height: 56px; animation: spin6 13s infinite linear;}
@keyframes spin6 {
	from { transform: 	rotate(0turn) translate(-210px, -260px) rotate(1turn) }
	to { transform: 	rotate(1turn) translate(-210px, -260px) rotate(0turn) }
}

.circleFaces .face7 {position: absolute; width: 56px; height: 56px; animation: spin7 14s infinite linear;}
@keyframes spin7 {
	from { transform: 	rotate(0turn) translate(210px, 260px) rotate(1turn) }
	to { transform: 	rotate(1turn) translate(210px, 260px) rotate(0turn) }
}

.wrblock {position: relative; overflow: hidden;}
.block {max-width: var(--max-width); padding: 100px 15px; margin: 0 auto;}
.conttext {}
.conttext h2 {font-size: 44px; font-weight: 800; text-align: center; text-transform: uppercase;}
.conttext p {font-size: 20px; color: #6C7178; text-align: center; max-width: 450px; margin: 25px auto 0;}
.conttext.left {}
.conttext.left h2 {text-align: left;}
.conttext.left p {text-align: left;}

.anchor {position: absolute; top: -20px; left: 0; width: 100%;}

.warn {font-size: 18px; color: #6C7178; text-transform: uppercase; display: flex; justify-content: center; position: relative; margin-top: 35px;}
.warn span {background: #fff; position: relative; padding: 0 40px; color: #6C7178; z-index: 9;}
.warn:before {content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 2px;}
.warn.blue:before {background: #DCECFF;}
.warn.orange:before {background: #FFEDDA;}

.warn:after {content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 2px;}
.warn.blue:after {background: #DCECFF;}
.warn.orange:after {background: #FFEDDA;}

.bg-g-top {background: linear-gradient(to bottom, #95CCFF20, #fff 20%);}
.bg-g-bot {background: linear-gradient(to top, #95CCFF20, #fff 20%);}
.bg-c-blue {background: #F8FBFF;}
.bg-c-blue .warn span {background: #F8FBFF;}

.itembox {margin-top: 60px; display: flex; gap: 20px;}
.itembox .item {flex: 1; position: relative; display: flex; align-items: start; gap: 30px; padding: 40px 40px 100px; overflow: hidden; border-radius: 15px;}
.itembox .item h3 {font-size: 28px; font-weight: 700; display: flex; align-items: center; gap: 15px; white-space: nowrap;}
.itembox .item h3:before {content: ''; width: 24px; height: 24px; background: url(../img/arr-right.svg) no-repeat center / 100%;}
.itembox .item .bg {position: absolute; bottom: 0; left: 0;}
.itembox .item .text {}
.itembox .item .text ul {display: flex; flex-direction: column; gap: 10px; list-style: none;}
.itembox .item .text ul li {position: relative; padding-left: 20px; font-size: 18px; line-height: 150%;}
.itembox .item .text ul li:before {content: ""; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; width: 8px; height: 8px; border-radius: 100%;}
.itembox .item1 {border: 2px solid #DCECFF; background: linear-gradient(to top right, #95CCFF, #fff);}
.itembox .item1 .text ul li:before {background: #3693FC;}
.itembox .item2 {border: 2px solid #FFEDDA; background: linear-gradient(to top right, #FFD3A6, #fff);}
.itembox .item2 .text ul li:before {background: #E68018;}

@keyframes pulse-blue {
	0% {
		box-shadow: 0 0 1px 2px #DCECFF;
	}
	50% {
		box-shadow: 0 0 1px 8px #DCECFF;
	}
	100% {
		box-shadow: 0 0 1px 2px #DCECFF;
	}
}

@keyframes pulse-orange {
	0% {
		box-shadow: 0 0 1px 2px #FFEDDA;
	}
	50% {
		box-shadow: 0 0 1px 8px #FFEDDA;
	}
	100% {
		box-shadow: 0 0 1px 2px #FFEDDA;
	}
}

.olSteps {position: relative; margin-top: 80px;}
.olSteps .line {position: absolute; top: 0; left: -100vw; width: 300vw; border-top: 2px dashed #3693FC; opacity: 0.4;}
.olSteps ol {counter-reset: counter; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px;}
.olSteps ol li {counter-increment: counter; position: relative; margin-top: 40px; border: 2px solid #F3F3F3; background: #fff; box-shadow: 0 0 10px 2px #1465CA10; border-radius: 15px; padding: 80px 40px 40px;}
.olSteps ol li:before {animation: pulse-blue 3s linear infinite; content: counter(counter); width: 50px; height: 50px; background: #3693FC; color: #fff; border-radius: 100%; font-family: "Montserrat", sans-serif; font-size: 32px; font-weight: 700; display: flex ; align-items: center; justify-content: center; border: 4px solid #DCECFF; position: absolute; top: -70px; left: 0; right: 0; margin: auto;}
.olSteps ol li h3 {font-size: 28px; font-weight: 700; line-height: 110%;}

.accards-blue { --color: #3693FC; --color-dop1: #DCECFF; --color-dop2: #95CCFF; }
.accards-orange { --color: #E68018; --color-dop1: #FFEDDA; --color-dop2: #FFD3A6;}

div[class|="accards"] {display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; margin-top: 60px; position: relative;}
div[class|="accards"] .elem {display: flex; flex-direction: column; gap: 100px;}
div[class|="accards"] .elem.fake {}
div[class|="accards"] .items {display: flex ; flex-direction: column; gap: 15px;}
div[class|="accards"] .items .item {}
div[class|="accards"] .items .item h3 {border: 2px solid #F3F3F3; border-radius: 15px; padding: 20px 25px; font-size: 26px; font-weight: 700; line-height: 110%;}
div[class|="accards"] .items .item h3:hover {cursor: pointer;}
div[class|="accards"] .items .item .itemcont {visibility: hidden; max-height: 0; border: 2px solid var(--color-dop1); background: linear-gradient(to top left, var(--color-dop2), #fff); border-radius: 15px; position: absolute; top: 0; right: 0; height: 100%; width: calc(50% - 20px); padding: 40px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px;}
div[class|="accards"] .items .item .itemcont .bg {position: absolute; bottom: 0; right: 0;}
div[class|="accards"] .items .item .itemcont .wr {position: relative;}
div[class|="accards"] .items .item .itemcont .wr .title {display: flex; align-items: center; gap: 15px;}
div[class|="accards"] .items .item .itemcont .wr .title .ico {width: 60px; height: 60px; border-radius: 100%; background: var(--color); display: flex; justify-content: center; align-items: center;}
div[class|="accards"] .items .item .itemcont .wr .title .ico img {max-width: 40px; max-height: 40px;}
div[class|="accards"] .items .item .itemcont .wr .title h4 {font-size: 24px; font-weight: 700; line-height: 110%;}
div[class|="accards"] .items .item .itemcont .wr p {font-size: 20px; font-weight: 500; line-height: 150%; margin-top: 15px;}
div[class|="accards"] .items .item.active h3 {color: #fff; background: var(--color); border-color:  var(--color);}
div[class|="accards"] .items .item.active .itemcont {visibility: visible; max-height: 300%;}
div[class|="accards"] .items .item.active .itemcont {}
div[class|="accards"] .checklist {border: 2px solid #F3F3F3; border-radius: 15px; padding: 20px 25px; display: flex; align-items: center; gap: 40px;}
div[class|="accards"] .checklist h3 {font-size: 18px; font-weight: 500; line-height: 115%;}
div[class|="accards"] .checklist *[class|="button"] {white-space: nowrap; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 25px; flex: 0 0 240px;}
div[class|="accards"] .checklist *[class|="button"] img {width: 24px; height: 24px;}

.historySlider {margin-top: 60px; margin-bottom: 40px; position: relative;}
.historySlider .wr {max-width: 800px; margin: 0 auto; background: #fff; box-shadow: 0 0 10px 2px #1465CA10; border-radius: 15px; position: relative;}
.historySlider .wr:before {content: ''; background: #EBF4FF; width: 40px; border-radius: 15px 0 0 15px; height: calc(100% - 60px); position: absolute; top: 0; bottom: 0; margin: auto; left: -40px;}
.historySlider .wr:after {content: ''; background: #EBF4FF; width: 40px; border-radius: 0 15px 15px 0; height: calc(100% - 60px); position: absolute; top: 0; bottom: 0; margin: auto; right: -40px;}
.historySlider .wr .owl-carousel {position: relative; z-index: 9;}
.historySlider .elems {display: flex ; flex-direction: column; gap: 25px; padding: 30px;}
.historySlider .elems .elem {}
.historySlider .elems .elem h3 {font-size: 20px; font-weight: 700; line-height: 110%; display: flex ; gap: 15px;}
.historySlider .elems .elem h3:before {content: ''; width: 20px; height: 20px; border-radius: 100%;}
.historySlider .elems .elem.blue h3:before {background: #3693FC;}
.historySlider .elems .elem.orange h3:before {background: #E68018;}
.historySlider .elems .elem p {font-size: 20px; line-height: 150%; margin-top: 10px;}
.historySlider .owl-nav {}
.historySlider .owl-nav .owl-prev {opacity: 0.2; width: 50px; height: 50px; background: #3693FC!important; border-radius: 100%; position: absolute; top: 0; bottom: 0; margin: auto; left: -150px; display: flex ; align-items: center; justify-content: center;}
.historySlider .owl-nav .owl-prev:before {content: ''; width: 20px; height: 20px; background: url(../img/arr-right.svg) no-repeat center / 100%; filter: brightness(0) invert(1); transform: scale(-1, 1);}
.historySlider .owl-nav .owl-prev:hover {opacity: 1;}
.historySlider .owl-nav .owl-next {opacity: 0.2; width: 50px; height: 50px; background: #3693FC!important; border-radius: 100%; position: absolute; top: 0; bottom: 0; margin: auto; right: -150px; display: flex ; align-items: center; justify-content: center;}
.historySlider .owl-nav .owl-next:before {content: ''; width: 20px; height: 20px; background: url(../img/arr-right.svg) no-repeat center / 100%; filter: brightness(0) invert(1);}
.historySlider .owl-nav .owl-next:hover {opacity: 1;}
.historySlider .owl-dots {display: flex; justify-content: center; gap: 10px; position: absolute; bottom: -40px; left: 0; width: 100%;}
.historySlider .owl-dots .owl-dot {height: 4px; width: 32px; background: #EBF4FF; border-radius: 2px;}
.historySlider .owl-dots .owl-dot.active {background: #3693FC;}

.fotoText {display: flex; gap: 180px; margin-top: 60px;}
.fotoText .text {flex: 1.1; display: flex; flex-direction: column; gap: 20px;}
.fotoText .text h3 {font-size: 32px; font-weight: 700; line-height: 110%;}
.fotoText .text h4 {font-size: 24px; font-weight: 700; line-height: 110%;}
.fotoText .text ul {display: flex; flex-direction: column; gap: 10px; list-style: none;}
.fotoText .text ul li {position: relative; padding-left: 20px; font-size: 18px; line-height: 150%;}
.fotoText .text ul li:before {content: ""; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; width: 8px; height: 8px; border-radius: 100%; background: #1465CA;}
.fotoText .text.blue ul li:before {background: #3693FC;}
.fotoText .text.orange ul li:before {background: #E68018;}
.fotoText .text p {font-size: 18px; line-height: 150%;}
.fotoText .text .buts {display: flex; margin-top: 10px;}
.fotoText .text .buts *[class|="button"] {white-space: nowrap; display: flex ; align-items: center; justify-content: center; gap: 10px; padding: 15px 25px;}
.fotoText .text .textfoto {display: none; position: relative; margin-bottom: 30px;}
.fotoText .text .textfoto img {display: block; width: 100%;}
.fotoText .text .textfoto .label {line-height: 150%; position: absolute; max-width: 70%; text-align: right; bottom: -27px; right: 20px; color: #6C7178; text-transform: uppercase; border-radius: 5px; font-size: 18px;}
.fotoText .foto {flex: 1; position: relative;}
.fotoText .foto img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain;}
.fotoText .foto .label {position: absolute; bottom: 35px; left: -100px; color: #6C7178; text-transform: uppercase; border-radius: 5px; font-size: 18px;}

.tabs-blue { --color: #3693FC; --color-dop1: #EBF4FF; }
.tabs-orange { --color: #E68018; --color-dop1: #FFF6ED; }

.tabs {display: flex; justify-content: center; margin-top: 60px;}
.tabs > div {background: var(--color-dop1); border-radius: 50px; display: flex;}
.tabs .tab {display: flex; display: flex; align-items: center; gap: 10px; padding: 15px 20px; border-radius: 50px; font-weight: 700;}
.tabs .tab img {width: 20px; height: 20px;}
.tabs .tab:hover {cursor: pointer;}
.tabs .tab.active {background: var(--color); color: #fff;}
.tabs .tab.active img {filter: brightness(0) invert(1);}

.stepTabCont {display: none;}
.stepTabCont.active {display: block;}
.stepTabCont .warn {margin-top: 50px;}

.tabSteps {counter-reset: counter; display: flex; flex-direction: column; gap: 100px; margin-top: 130px;}
.tabSteps .bgline {position: absolute; left: 0; top: 405px; width: 100%; display: flex; justify-content: center;}
.tabSteps .bgline img {display: block; margin: 0 auto;}
.tabSteps .line {display: flex; justify-content: center; gap: 200px;}
.tabSteps .line .step {counter-increment: counter; text-align: center; position: relative; border: 2px solid #F3F3F3; background: #fff; box-shadow: 0 0 10px 2px #1465CA10; border-radius: 15px; padding: 25px 40px; width: 420px; height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;}
.tabSteps .line .step h3 {font-size: 28px; font-weight: 700; line-height: 110%;}
.tabSteps .line .step p {font-size: 20px; line-height: 150%;}
.tabSteps .line .step:before {content: counter(counter); width: 50px; height: 50px; color: #fff; border-radius: 100%; font-family: "Montserrat", sans-serif; font-size: 32px; font-weight: 700; display: flex ; align-items: center; justify-content: center; position: absolute; top: -70px; left: 0; right: 0; margin: auto;}
.tabSteps .line .step.blue:before {background: #3693FC; border: 4px solid #DCECFF; animation: pulse-blue 3s linear infinite;}
.tabSteps .line .step.orange:before {background: #E68018; border: 4px solid #FFEDDA; animation: pulse-orange 3s linear infinite;}

.footerFaces {position: relative; overflow: hidden;}
.footerFaces .bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.footerFaces .bg img {display: block; width: 100%; height: 100%; object-fit: cover;}
.footerFaces .bg:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to left, #1a7ff4, #1A7FF480, #ffffff);}
.footerFaces .circleFaces {top: 0; right: 0; left: auto;}
.footerFaces .circleFaces .item1 {left: -1000px;}
.footerFaces .circleFaces .item2 {left: -500px; top: -400px;}
.footerFaces .circleFaces .item3 {top: 120px;}
.footerFaces .content {max-width: var(--max-width); padding: 70px 15px; margin: 0 auto; position: relative;}
.footerFaces .content h2 {font-size: 56px; font-weight: 900; line-height: 110%; max-width: 600px;}
.footerFaces .content .buts {display: flex; flex-direction: column; gap: 10px; margin-top: 40px; max-width: 360px;}
.footerFaces .content .buts *[class|="button"] {padding: 15px 20px; text-align: center;}

footer {}
.footer {max-width: var(--max-width); padding: 30px 15px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.footer .left {display: flex; flex-direction: column; gap: 25px;}
.footer .left .logo {}
.footer .left .logo img {display: block; height: 60px; filter: brightness(0);}
.footer .left .ft {display: flex; gap: 15px;}
.footer .left .ft a {font-size: 14px; font-weight: 500; color: #6C7178;}
.footer .left .ft a:hover {text-decoration: underline;}
.footer .left .ft span {font-size: 14px; font-weight: 500; color: #6C7178;}
.footer .right {display: flex; flex-direction: column; align-items: end; gap: 35px;}
.footer .right nav {display: flex; gap: 30px;}
.footer .right nav a {font-size: 14px; font-weight: 500;}
.footer .right nav a:hover {text-decoration: underline;}

.wrconts {display: flex; align-items: center; gap: 30px;}
.wrconts .clink {font-size: 18px; font-weight: 500; display: flex; align-items: center; gap: 10px;}
.wrconts .clink img {width: 18px; height: 18px;}
.wrconts .soc {display: flex; align-items: center; gap: 5px;}
.wrconts .soc a {width: 40px; height: 40px; border-radius: 100%; background: #3693FC; display: flex; justify-content: center; align-items: center;}
.wrconts .soc a img {max-width: 20px; max-height: 20px;}
.wrconts .soc a:hover {}

.popup-blue { --color-bg: #95CCFF; --color-main: #3693FC; }
.popup-orange { --color-bg: #FFD3A6; --color-main: #E68018; }

.popup {position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 999999; visibility: hidden; padding: 15px;}
.popup .bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #04264C99; opacity: 0;}
.popup .cont {will-change: transform; position: relative; background: linear-gradient(to top left, var(--color-bg), #fff); border-radius: 20px; max-width: 760px; margin: 15px; opacity: 0; transform: scale(0.8); max-height: 100%; overflow: auto;}
.popup .cont > div {position: relative; padding: 70px;}
.popup .cont .close {position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; background: var(--color-main); border-radius: 100%; display: flex; justify-content: center; align-items: center;}
.popup .cont .close img {width: 18px; height: 18px;}
.popup .cont .close:hover {cursor: pointer;}
.popup .cont .contbg {position: absolute; bottom: 0; right: 0;}
.popup .cont .wrForm {position: relative;}
.popup .cont .wrForm h2 {font-size: 44px; font-weight: 800; line-height: 110%; text-transform: uppercase; text-align: center;}
.popup .cont .wrForm p {font-size: 18px; line-height: 150%; text-align: center; margin-top: 15px;}

.popup.show {visibility: visible;}
.popup.show .bg {opacity: 1;}
.popup.show .cont {opacity: 1; transform: scale(1);}

.ajaxForm {margin-top: 15px;}

.stepTabs {margin-top: 35px; display: flex; justify-content: center; pointer-events: none;}
.stepTabs .wrtabs {display: flex; justify-content: center; background: #fff; border-radius: 50px;}
.stepTabs .tab {color: #6C7178; border-radius: 50px; padding: 10px 15px;}
.stepTabs .tab:hover {cursor: pointer;}
.stepTabs .tab.active {background: var(--color-main); color: #fff;}

.contform {display: none; margin-top: 30px;}
.contform.active {display: block;}
.contform .buts {display: flex; align-items: center; margin-top: 25px; gap: 10px;}
.contform .buts *[class|='button'] {padding: 12px 25px;}
.contform .buts .button-blue {border: 2px solid #3693FC;}
.contform .buts .next {}
.contform .buts .prev {}
.contform .checks {margin-top: 20px; display: flex; flex-direction: column; gap: 5px;}
.contform .checks .title {max-width: 520px;}
.contform .checks .items {display: flex; align-items: center; gap: 20px;}
.contform .agree {margin-top: 20px; max-width: 500px;}
.contform input[type="submit"] {flex: 1; font-size: 16px;}

.inputtext {margin-top: 20px; display: flex ; flex-direction: column; gap: 4px;}
.inputtext .title {padding-left: 25px;}
.inputtext input {font-size: 16px; padding: 15px 25px; border-radius: 50px; border: 2px solid #fff;}

.blue { --color-main: #3693FC; }
.orange { --color-main: #3693FC; }

.inputradio {display: flex; align-items: center; gap: 10px; cursor: pointer;}
.inputradio input {display: none;}
.inputradio .input {width: 30px; height: 30px; flex:  0 0 30px; background: #fff; border-radius: 100%; display: flex ; align-items: center; justify-content: center;}
.inputradio .input:before {content: ''; width: 15px; height: 15px; border-radius: 100%; background: var(--color-main); transform: scale(0); will-change: transform;}
.inputradio input:checked ~ .input {}
.inputradio input:checked ~ .input:before {transform: scale(1);}
.inputradio .value {}

.inputcheckbox {display: flex; align-items: center; gap: 10px;}
.inputcheckbox input {display: none;}
.inputcheckbox .input {width: 30px; height: 30px; flex:  0 0 30px; background: #fff; border-radius: 5px; display: flex ; align-items: center; justify-content: center;}
.inputcheckbox .input:before {content: ''; width: 100%; height: 100%; background: url(../img/check.svg) no-repeat center / 19px; transform: scale(0); will-change: transform;}
.inputcheckbox input:checked ~ .input {background: var(--color-main);}
.inputcheckbox input:checked ~ .input:before {transform: scale(1);}
.inputcheckbox .value {}
.inputcheckbox .value a {text-decoration: underline;}
.inputcheckbox .value a:hover {text-decoration: none;}

.agree {font-size: 14px;}

.popupbuts {display: flex ; flex-direction: column; gap: 12px; margin-top: 50px;}
.popupbuts *[class|="button"] {padding: 15px; text-align: center;}

.hidebuts {display: none; align-items: center; gap: 15px;}
.hidebuts .tel {width: 40px; height: 40px; background: #3693FC; border-radius: 100%; display: flex; justify-content: center; align-items: center;}
.hidebuts .tel img {max-width: 24px; max-height: 24px;}
.hidebuts .clink {width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
.hidebuts .clink img {max-width: 100%; max-height: 100%;}
.hidebuts .burger-menu {width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
.hidebuts .burger-menu img {max-width: 28px; max-height: 28px;}

.flogoc {display: none; margin: 30px 0 10px;}
.flogoc img {display: block; width: 62px;}

label.error {}
label.error .title {color: red;}
label.error input[type="text"] {border: 2px solid red;}
label.error input[type="text"]::-webkit-input-placeholder {color: red;}
label.error input[type="text"]:-moz-placeholder {color: red; opacity:  1;}
label.error input[type="text"]::-moz-placeholder {color: red; opacity:  1;}
label.error input[type="text"]:-ms-input-placeholder {color: red;}

.innerBlockText {padding-top: 120px;}
.innerBlockText h1 {}
.innerBlockText h2 {}
.innerBlockText p {margin: 15px 0;}

.mobileMenu {position: fixed; top: -100%; left: 0; width: 100%; z-index: 999999; background: linear-gradient(to top right, #95CCFF, #fff, #fff); border-radius: 0 0 15px 15px; padding: 20px 20px 100px 20px; visibility: hidden; opacity: 0; max-height: 100%; overflow: auto;}
.mobileMenu.show {top: 0; visibility: visible; opacity: 1;}
.mobileMenu .decor {position: absolute; bottom: 0; left: 0;}
.mobileMenu .cont {position: relative; display: flex ; flex-direction: column; align-items: end; gap: 40px;}
.mobileMenu *[class|='button'] {padding: 15px; text-align: center; width: 100%;}
.mobileMenu .closeMenu {width: 24px; margin: 15px 0;}
.mobileMenu nav {display: flex; flex-direction: column; align-items: end; gap: 20px;}
.mobileMenu nav a {font-size: 18px; font-weight: 700;}
.mobileMenu .wrconts {flex-direction: column; gap: 20px; align-items: end;}




.mobileMenu,
.inputcheckbox .input,
.inputcheckbox .input:before,
.popup .bg,
.popup .cont,
.tabs .tab,
.tabs .tab img,
*[class|="button"],
.inputradio .input:before,
.historySlider .owl-nav .owl-prev,
.historySlider .owl-nav .owl-next,
.anim {
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.clear {clear: both;}



@media (hover: hover) {
	
}

@media (max-width: 1200px){
	header nav {display: none;}
	header .cont {display: none;}
	.hidebuts {display: flex;}
	.mainBlock .content {padding: 290px 15px 50px;}
	.mainBlock .content h1 {font-size: 46px;}
	.circleFaces {top: -640px;}
	.mainBlock .content p {font-size: 18px;}
	.mainBlock .content ul li {font-size: 18px;}
	.conttext h2 {font-size: 34px;}
	.itembox .item {padding: 25px 25px 50px;}
	.block {max-width: var(--max-width); padding: 30px 15px 80px; margin: 0 auto;}
	.olSteps {margin-top: 40px;}
	.olSteps ol {grid-template-columns: repeat(2, 1fr);}
	.olSteps ol li:before {top: -30px;}
	.olSteps .line {display: none;}
	div[class|="accards"] .items .item h3 {font-size: 22px;}
	div[class|="accards"] .checklist {flex-direction: column; align-items: start; gap: 20px;}
	div[class|="accards"] .checklist *[class|="button"] {flex: 1; width: 100%;}
	div[class|="accards"] .elem {gap: 50px;}
	div[class|="accards"] {margin-top: 30px;}
	.historySlider .owl-nav {display: none;}
	.tabSteps .bgline {display: none;}
	.tabSteps .line {gap: 100px;}
	.tabSteps .line .step:before {top: -30px;}
	.tabSteps .line .step {height: 220px; padding: 50px 40px 25px;}
	.tabSteps {gap: 80px; margin-top: 100px;}
	.footerFaces .content h2 {font-size: 46px;}
	.itembox .item h3 {font-size: 24px;}
	.innerBlockText {padding-top: 100px;}
	.anchor {top: -80px;}
}

@media (max-width: 940px) {
	.mainBlock .content {flex-direction: column; gap: 30px;}
	.mainBlock .bg:after {background: linear-gradient(180deg, #54a3ff, #1A7FF480, #cbe0f6, #ffffff);}
	.mainBlock .content h1 {font-size: 36px;}
	.mainBlock .content .buts {flex-direction: column; text-align: center; margin-top: 50px;}
	.circleFaces .item1 {left: -250px;}
	.circleFaces .item2 {top: 150px;}
	.circleFaces .item3 {right: -400px;}
	.circleFaces {top: -670px;}
	.mainBlock .content {padding: 255px 15px 50px;}
	.mainBlock .content h1 span {background-image: linear-gradient(to top, #0079ff, #4fa3ff, #3693FC);}
	.itembox {flex-direction: column;}
	.itembox .item {padding: 25px 25px 80px; flex-direction: column;}
	.itembox .item .bg {transform: scale(-1, 1);}
	.itembox .item1 {background: linear-gradient(to top left, #95CCFF, #fff);}
	.itembox .item2 {background: linear-gradient(to top left, #FFD3A6, #fff);}
	.warn span {background: none; text-align: center;}
	.bg-c-blue .warn span {background: none;}
	.warn:before {left: calc(-100% + 30px);}
	.warn:after {left: auto; right: calc(-100% + 30px);}
	.block {padding: 40px 15px;}
	.conttext h2 {font-size: 28px;}
	.conttext p {font-size: 18px; margin: 15px auto 0;}
	.olSteps {margin-top: 20px;}
	.olSteps ol {grid-template-columns: repeat(1, 1fr);}
	.olSteps ol li h3 {text-align: center; font-size: 26px;}
	div[class|="accards"] .items .item h3 {display: flex; justify-content: space-between; align-items: start; gap: 20px;}
	div[class|="accards"] .items .item h3:after {content: ''; width: 16px; height: 10px; background: url(../img/up.svg) no-repeat center / 100%; filter: invert(1); transform: rotate(180deg);}
	div[class|="accards"] .items .item.active h3 {border-radius: 15px 15px 0 0;}
	div[class|="accards"] .items .item.active h3:after {filter: invert(0); transform: rotate(0deg);}
	div[class|="accards"] .items .item.active .itemcont {position: relative; width: 100%; border-radius: 0 0 15px 15px; max-height: 1000px; height: auto; padding: 25px; gap: 25px; overflow: hidden;}
	div[class|="accards"] .elem.fake {display: none;}
	div[class|="accards"] {grid-template-columns: repeat(1, 1fr);}
	div[class|="accards"] .items .item .itemcont .wr .title .ico {width: 50px; height: 50px;}
	div[class|="accards"] .items .item .itemcont .wr .title .ico img {max-width: 24px; max-height: 24px; position: relative; left: 1px;}
	div[class|="accards"] .items .item .itemcont .wr .title h4 {font-size: 18px;}
	div[class|="accards"] .items .item .itemcont .bg {width: 50%;}
	.historySlider {margin-top: 30px;}
	.historySlider .elems .elem h3 {font-size: 18px;}
	.historySlider .elems .elem p {font-size: 16px;}
	.fotoText .text h3 {font-size: 22px;}
	.fotoText .text h4 {font-size: 20px;}
	.fotoText .text ul li {font-size: 16px;}
	.fotoText .text p {font-size: 16px;}
	.fotoText .foto {display: none;}
	.fotoText .text .buts *[class|="button"] {width: 100%;}
	.fotoText .text .textfoto {display: block;}
	.tabSteps .line {flex-direction: column; gap: 60px;}
	.tabSteps .line .step {width: 100%;}
	.tabSteps {gap: 60px; margin-top: 70px;}
	.tabs {margin-top: 30px;}
	.tabSteps .line .step h3 {font-size: 26px;}
	.tabSteps .line .step p {font-size: 18px;}
	.footerFaces .content h2 {font-size: 36px;}
	.footerFaces .content .buts {max-width: 100%;}
	.footerFaces .content {padding-bottom: 350px;}
	.footerFaces .circleFaces .item1 {left: -700px; top: 500px;}
	.footerFaces .circleFaces .item2 {top: 400px;}
	.footerFaces .circleFaces .item3 {top: 350px;}
	.footerFaces .circleFaces .item4 {top: 580px; right: -230px;}
	.footer {flex-direction: column-reverse; gap: 50px;}
	.footer .left {width: 100%;}
	.footer .right {width: 100%; justify-content: center; align-items: center;}
	.footer .left .logo {display: none;}
	.footer .left .ft {justify-content: space-between;}
	.footer .right nav {flex-direction: column; justify-content: center; align-items: center;}
	.wrconts {margin: 20px 0;}
	.flogoc {display: block;}
	.wrconts {flex-direction: column; gap: 20px;}
	.innerBlockText {padding-top: 100px;}
	.popup .cont > div {padding: 70px 15px;}
	.popup .cont .wrForm h2 {font-size: 28px;}
	.popup .cont .wrForm p {font-size: 16px;}
	.anchor {top: -60px;}
}

@media (max-width: 720px) {
	.popup {padding: 0;}
	.popup .cont {margin: 0; border-radius: 0;}
	.popup .cont .close {top: 15px; right: 15px;}
}