

/* ===== Theme default ===== */
:root {
	--black: #21282E;
	--white: #fff;
	--main-color: #223b7e;
	--light-blue:#2e81ff;
	--purple: #653985;
	--gray: #F5F5F5;
	--blue: #548CEB;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}



html {
	font-size:10px;
}
body {
		width: 100%;
		max-width: 1480px;
		margin: 0 auto;
    background: var(--white);
    font-weight: normal;
	font-family: 'Montserrat';
	font-size: 1.6rem;
    letter-spacing: 0.1px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;	
    overflow-x: hidden;
	color: var(--black);

}

.header {
	height: 90px;
		background-color: red;
		display: flex;
		align-items: center;
}

.menu {

}

h2 {
	font-size: 48px;
	color: var(--black);
	font-weight: 700;
	line-height: 1.2;
	margin: 50px 0 30px 0;
}

.subtitle-h3 {display: block;}
.subtitle-h3-mob {display: none;}

/*p {
	padding: 0;
	margin: 0;
}
*/

.navbar-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 400px;
}

.logo {
	max-width: 156px;
	height: auto;
}

.language {
    background-color: var(--gray);
    height: 40px;
    width: 140px;
    border-radius: 50px;
    padding: 0 20px 0;
    display: flex;
    justify-content: center;
}

.language-list {
	margin: 0;
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    list-style: none;
}

.language-item {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: linear-gradient(to right, #548CEB 0%, #548CEB 100%);
	/*background: linear-gradient(to right, #548CEB 0%, #4d3378 100%);*/
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;

	font-family: 'Gilroy';
	font-weight: 600;
	font-size: 18px;
	color: var(--white);	
	text-decoration: none;
}

.language-item:hover {
	border-radius: 2px solid #4d3378;
	color: yellow;
}

.language-item:active {
	background: linear-gradient(to right, #548CEB 0%, #4d3378 100%);
}


.nav-link {
	color: var(--black);
}


.container {
	max-width: 1440px;
	padding-left: 38px;
	padding-right: 38px;
	margin: 0 auto;
	box-sizing: border-box;
}

.offcanvas-end {
	margin-left: 35%;
}

.offcanvas-common {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.login-button {
	background: linear-gradient(to right, #003b9e 0%, #4d3378 100%);
	color: #fff;
	font-size: 14px;
	padding: 0px 28px;
	border-radius: 50px;
	text-decoration: none;
	transition: 0.3s background-color;
}

.login-button:hover {
	 background: linear-gradient(to bottom, #003b9e 0%, #4d3378 100%);
	 transition: 0.7s background;
}

.navbar-toggler {
	border: none;
	font-size: 1.25rem;
}

.navbar-toggler:focus, .btn-close:focus {
	box-shadow: none;
	outline: none;
}

/*li.nav-item {
	padding-right: 10px;
}

li.nav-item:last-child {
	padding-right: 0px;
}*/


.nav-link {
	color: #666777;
	font-family: 'Gilroy';
	font-weight: 500;
	position: relative;
}

.nav-link:hover, .nav-link.active {
	color: #000;
}


.navbar-right {

}

@media (min-width: 991px) {
.nav-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: linear-gradient(to bottom, #003b9e 0%, #4d3378 100%);
	visibility: hidden;
	transition: 0.3s ease-in-out;
}

.nav-link:hover::before, .nav-link.active::before {
	width: 100%;
	visibility: visible;
}
}

.title-section__left {
	padding-top: 30px;
}

.title-section__left h3 {
	font-family: 'Gilroy';
	font-size: 18px;
	color: var(--black);
	font-weight: 500;
	line-height: 1.4;
}

.title-section__left h1 {
	font-size: 48px;
	color: var(--black);
	font-weight: 700;
	line-height: 1.2;
	margin: 20px 0 20px 0;
}

.subtitle-mob {
	display: none;
}

.btn {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	 background: linear-gradient(to right, #548CEB 0%, #4d3378 100%);
	 border-radius: 50px;
}

/*.btn:hover {
	color: #fff;
	 background: linear-gradient(to bottom, #003b9e 0%, #4d3378 100%);
	 transition: 0.7s background;
}*/

.title-section__left a:active  {
	color: var(--white);
}

.btn-padding {
	padding: 13px 25px 13px 25px;
}

.btn-position {
	margin-top: 78px;
}

.title-section__right {
/*width: 648px;*/
height: 47rem;
background-image: url(../img/director.jpg);
background-size: cover; 
background-position: center;
background-repeat: no-repeat;
display: flex;
justify-content: space-between;
}

.social-fb-ytb {
display: flex;
flex-direction: column;
justify-content: flex-end;
}

.social-fb-ytb-block {
	height: 36%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.youtube-block {
	margin-bottom: 5px;
}

.youtube-block, .facebook-block, .inst-block {
	width: 75px;
	height: 75px;
}

/*.youtube-block:hover, .facebook-block:hover, .inst-block:hover {
	width: 77px;
	height: 77px;
	transform: translateY(-3px);
	transition: all .2s;
}*/




.inst-block {
align-self: flex-start;
}

.quality {
	max-width: 1480px;
	padding: 12px 0 60px 0;
	/*height: 400px;*/
	background-color: var(--gray);
	border-radius: 50px;
	margin-top: 50px;
}

.quality h2 {
	margin-top: 25px;
}

.quality-block {
	/*height: 167px;*/
	width: 24%;
	background: linear-gradient(to right, #548CEB 0%, #4d3378 100%);
	/*margin-right: 10px;*/
	border-radius: 40px;
	padding: 10px 5px 12px 55px;
	line-height: 1.2;

	display: flex;
	flex-direction: column;
}

.gradient-1 {
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(84,140,235,1) 0%, rgba(83,129,222,1) 100%);
}

.gradient-2 {
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(83,127,219,1) 0%, rgba(81,102,185,1) 100%);
}

.gradient-3 {
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(81,99,183,1) 0%, rgba(78,73,148,1) 100%);
}

.gradient-4 {
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(78,70,145,1) 0%, rgba(77,51,120,1) 100%);
}

.quality-content {
	font-family: 'Gilroy';
	font-size: 18px;
	color: var(--white);
	display: flex;
	flex-flow: row wrap;
}

.quality-content span {
	font-family: 'Gilroy';
	font-style: italic;
	font-size: 64px;
	font-weight: 500;
}

.advantages-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.advantages-col {

	/*height: 167px;*/
	width: 23%;
	margin-right: 15px;
}

.advantages-block {
	position: relative;
}

.advantages-img {
	height: 355px;
}


.advantages-ring {
	position: absolute;
    top: 78%;
    right: 0%;
    width: 60px;
    height: 60px;
	background-color: var(--white);
	border-radius: 50px;

	display: flex;
	align-items: center;
	justify-content: center;
}

/*.advantages-ring:hover {
	width: 63px;
	height: 63px;
	transform: translateY(-2px);
	transition: all .2s;
}*/

.advantages-txt {
	font-family: 'Gilroy';
	font-size: 18px;
	margin-top: 15px;
	font-weight: 600;
}

.appointment-block {
	height: 604px;
	border: none;
	padding: 340px 10px 0 23px;
}


.appointment-block-left {
	background-image: url(../img/appointment-01.jpg);
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
}

.appointment-block-center {
	background-image: url(../img/appointment-02.jpg);
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
}

.appointment-block-right {
	background-image: url(../img/appointment-03.jpg);
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
}


.appointment-content {
	margin-bottom: 10px;
	height: 178px;
}

.appointment-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	text-shadow: 1px 3px 5px #21355a;
}

.appointment-description {
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: 600;
	text-shadow: 1px 3px 5px #21355a;
	line-height: 1.2;

}

.appointment-btn {
	padding: 11px 85px 11px	85px;
	background-color: #fff;
	border-radius: 50px;
	font-family: 'Gilroy';
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	color: var(--black);
}

.yougetting {
	margin-top: 50px;
	border-radius: 40px;
	background: linear-gradient(90deg, rgba(84, 140, 235, 1) 0%, rgb(77 52 121) 100%);

}

.row-yougetting {

	padding: 20px 20px 0px 20px;
}

.yougetting-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 500px;
	background-color: rgb(255 255 255 / 20%);
	border-radius: 20px;
	padding: 60px 57px;
	margin-bottom: 20px;
}

.yougetting-list-items {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.yougetting-item {
	width: 350px;
	display: flex;
	align-items: center;
	/*margin-bottom: 70px;*/
}

.yougetting-item:last-child {
	/*margin-bottom: 0px;*/
}

.yougetting-item_img {
    margin-right: 15px;
    border: solid 3px rgb(255 255 255 / 50%);
    border-radius: 50px;
}

.yougetting-item p {
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--white);
}

.howsgoing {

}

.row-howsgoing {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: url(../img/background_howsgoing.jpg);
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50px;
	border: solid 2px #548CEB;
	margin-bottom: 60px;
	padding-top: 20px;
}

.howsgoing-item-title {
	margin: 0 10px 0 10px;
	display: flex;
	align-items: center;
	/*width: 400px;*/
	background-color: #548CEB;
	border-radius: 50px;
	padding: 5px;
	font-size: 20px;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 10px;
	}

.howsgoing-item-title span {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	color: #548CEB;
	margin-right: 30px;
	}

.howsgoing-item-title-mob {
	display: none;
}

.howsgoing-bottom-line {
	height: 200px;
	border-bottom: 3px solid #548CEB;
}

.howsgoing-item-text {
	margin: 0 10px 0 10px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Gilroy';
	line-height: 1.2;
}

.howsgoing-item img {
	position: absolute;
	right: 0;
	top: 200px;
}

.testlesson {
	background-color: var(--gray);
	max-width: 1480px;
	padding: 60px 0 60px 0;
	border-radius: 50px;
	margin-bottom: 35px;
}

.testlesson__left {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
}

.testlesson__left h2 {
	margin-bottom: 10px;	
}

.testlesson__left-subtitle {
	font-family: 'Gilroy';
	font-weight: 600;
	font-size: 18px;
	width: 75%;
}

.testlesson__left-text {
	font-family: 'Gilroy';
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}

.testlesson-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 380px;
	height: 50px;
	margin-bottom: 8px;
}

/*.testlesson-btn:hover {
	color: #fff;
	 background: linear-gradient(to bottom, #003b9e 0%, #4d3378 100%);
	 transition: 0.7s background;
}*/

.testlesson-btn img {
	width: 40px;
	margin-left: 64px;
	margin-right: 1px;
	padding: 0;
}

.testlesson-bottom_mob {
	display: none;
}


/*#FHPB3-jSR54 {
	width: 675px;
	height: 460px;
}*/

.youtube_video {
/*	width: 675px;
	height: 460px;*/
/*	max-width: 80%;
	max-height: 460px;
	height: auto;*/
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube_video .play {
    background: url('../img/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.youtube_video:hover .play {
    background-position: 0 0;
}

.rates {
	/*height: 900px;*/
	border-radius: 50px 50px 0 0;
	background: linear-gradient(90deg, rgba(84, 140, 235, 1) 0%, rgb(77 52 121) 100%);
	max-width: 1480px;
	padding: 10px 0 150px 0;
}

.rates-title {
	color: var(--white);
	text-align: left;
	margin-bottom: 12px;
}

.rates-title-two {
	color: var(--white);
	font-size: 25px;
}

.rates-text {
	color: var(--white);
	text-align: left;
	margin-top: 15px;
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	width: 50%;
}

.black-txt {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.rates-subtitle {
	color: var(--white);
	text-align: left;
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
	width: 50%;
}

.rates-item {
	background-color: var(--white);
	height: 604px;
	max-width: 440px;
	border-radius: 30px;
	padding-top: 20px;
	}

.rates-item-title, .rates-item-title-rej {
	font-weight: 900;
	font-size: 32px;
	color: transparent;
	background-image: linear-gradient(to right, #9d9d9d 0%, #d6d6d6 100%);
	text-align: center;
	-webkit-background-clip: text;
}

.rates-item-price, .rates-item-price-rej  {
	width: 235px;
	padding: 3px 20px;
	border-radius: 50px;
	font-size: 33px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    background: linear-gradient(to right, #9d9d9d 0%, #d6d6d6 100%);
    margin: 0 auto;
    text-align: center;
}

.rates-item:nth-child(2) > .rates-item-top > .rates-item-title {
    color: transparent;
    background-image: linear-gradient(to right, #462523 0, #cb9b51 22%, #edd556 45%, #ebe6aa 50%, #bfa622 55%, #cb9b51 78%, #462523 100%);
    -webkit-background-clip: text;
}

.rates-item:nth-child(2) > .rates-item-top > .rates-item-price {
    background: linear-gradient(to left, #E9DF85 0%, #CCA84A 100%);
}

.rates-item:nth-child(3) > .rates-item-top > .rates-item-title {
	color: transparent;
	background: linear-gradient(to right, #949494 0%, #2E2E2E 100%);
	-webkit-background-clip: text;
}

.rates-item:nth-child(3) > .rates-item-top > .rates-item-price {
	width: 235px;
	background: linear-gradient(to left, #C2C2C2 0%, #646464 100%);
}

.rates-item-price {

}

.rates-item-quantity-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-right: 20px;
}

.rates-item-quantity-item img {
	margin-top: 5px;
	margin-right: 7px;
}

.rates-item-quantity {
	display: flex;
	justify-content: flex-start;
	margin: 15px 0 12px 30px;
}

.rates-item-content {
	width: 427px;
	height: 404px;
	border: solid 1px var(--gray);
	border-radius: 30px;
	padding: 25px;
}

.rates-block-scroll {
	overflow-y: scroll;
		height: 354px;
	padding-right: 20px;
}

.rates-block-scroll::-webkit-scrollbar {
  width: 3px;
}

.rates-block-scroll::-webkit-scrollbar-track {
  background: #a8a6a6;
}

.rates-block-scroll::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 20px;
}

.rates-item-content h2 {
	font-family: 'Gilroy';
	font-size: 20px;
	font-weight: 700;
	color: var(--blue);
	text-align: left;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.rates-item-content h3 {
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: 700;
	color: var(--black);
	text-align: left;
	margin: 0 0 10px 0;
}

.rates-item-content ul {
	list-style: url('../img/icon-list-black.svg');
	

}

.rates-item-content li {
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 7px;
}

.rates-item-bottom a {
	text-decoration: none;
}

.rates-item-btn {
	display: block;
	max-width: 440px;
	margin-top: 20px;
	background-color: var(--white);
	border-radius: 50px;
	font-family: 'Gilroy';
	font-size: 24px;
	font-weight: 800;
	color: var(--blue);
	padding-top: 11px ;
	padding-bottom: 11px;
	text-align: center;
}

/*.rates-item-btn:hover, .rates-present-bottom-btn:hover {
	background: linear-gradient(to left, #548CEB 0%, #516dc3 100%);
	color: var(--white);
	border: 1px solid var(--white); 
	transition: all .5s;
}*/

 .rates-item-content li:nth-child(2) > ul {
	list-style: disc;
}

.row-rates-bottom {
	margin-top: 150px;
	display: flex;
	justify-content: space-between;
}

.rates-bottom-steps {
	/*width: 220px;*/
	background-color: var(--white);
	border-radius: 30px;
	padding: 36px 20px;
}

.rates-step {
	font-family: 'Gilroy';
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}

.rates-step span {
	font-size: 64px;
	font-style: italic;
	text-align: center;
	font-weight: 700;
	line-height: 1.25;
}

.rates-step-line {
	height: 70px;
	width: 3px;
	background-color: var(--black);
	padding: 25px 0;
}

.rates-present {
	/*width: 560px;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rates-present-top {
	text-align: center;
}

.rates-present-top h2 {
	margin-top: 0px;
	color: var(--white);
	margin-bottom: 10px;
}

.rates-present-top-btn {
	width: 300px;
	background-color: #fff;
	padding: 5px 30px;
	border-radius: 50px;

	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.rates-present-top-btn h3 {
	font-family: 'Gilroy';
	font-size: 32px;
	font-weight: 600;
	color: var(--blue);
	margin-right: 5px;
}

.rates-present-top p {
	font-family: 'Gilroy';
	font-size: 24px;
	font-weight: 600;
	margin-top: 15px;
	color: var(--white);
}

.rates-present-top p > span {
	font-weight: 900;
}

.rates-present-bottom {
	/*width: 560px;*/
	height: auto;
	background: linear-gradient(to right, #8c8bbe 0%, #685490 100%);
	border-radius: 50px;
	padding: 50px 33px 35px 33px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 0 30px 0;
}

.rates-present-bottom p {
	font-family: 'Gilroy';
	font-size: 24px;
	font-weight: 400;
	color: var(--white);
}

.rates-present-bottom p > span {
	font-weight: 700;
}

.rates-present-bottom-btn {
	width: 400px;
	margin-top: 20px;
	background-color: var(--white);
	border-radius: 50px;
	font-family: 'Gilroy';
	font-size: 24px;
	font-weight: 800;
	color: var(--blue);
	padding-top: 11px ;
	padding-bottom: 11px;
	text-align: center;
	border: none;
}

.rates-item-title-rej {
    color: transparent;
    background-image: linear-gradient(to right, #462523 0, #cb9b51 22%, #edd556 45%, #ebe6aa 50%, #bfa622 55%, #cb9b51 78%, #462523 100%);
    -webkit-background-clip: text;
}

.rates-item-price-rej {
    background: linear-gradient(to left, #E9DF85 0%, #CCA84A 100%);
}



.rates-item-rej-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 612px	;
}

.rates-item-bottom-rej {
	width: 100%;
	/*display: flex;*/
	/*justify-content: center;*/
}

.clients-mob {
	display: none;
}


/*Slider swiper*/

.clients {
	     /*position: relative;*/
      height: 100%;

      background: var(--white);
      z-index: 2;
      margin-top: -95px;
      border-radius: 50px;
      /*margin-bottom: 150px;*/
}

    swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 1;
    }

.button-prev svg {
    width: 30%;
    /*height: 50px;*/
    }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto;
}

    /*slider end*/

.clients-content h2 {
		margin-top: 50px;
}

.clients-content {
 					padding-top: 5px;
    }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
		    bottom: var(--swiper-scrollbar-bottom,-40px);
}

.articles {
	background: linear-gradient(to bottom, #fff 0%, #F5F5F5 100%);
	/*background-color: #f5f5f5;*/
}

.articles-column {
	padding-bottom: 75px;
}

.articles-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--black);
	line-height: 1.2;
	margin: 17px 25px;
}

.articles-title-mob {
	display: none;
}

.articles-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	margin-bottom: 8px;
}

.questions {
	margin-top: -45px;
	border-radius: 50px; 
	background-color: #fff;
	padding-top: 90px;
}

.questions__left {
}

.questions-title {
	text-transform: uppercase;
	font-size: 37px;
	margin: 0px 0 30px 0;
}

.questions-subtitle {
	font-family: 'Gilroy';
	font-size: 18px;
	color: var(--black);
	font-weight: 500;
	line-height: 1.4;
}

.questions-btn {
	margin-top: 136px;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px 25px;
}

.questions-btn-mob {
	display: none;
}

.question-block-mob {
	display: flex;
	justify-content: space-between;
}

.questions__center {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.questions-items {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
}

.questions-items-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: linear-gradient(to right, #548CEB 0%, #4d3378 100%);
	margin-right: 26px;
}

.questions-items-txt {
	font-family: 'Gilroy';
	font-size: 18px;
	color: var(--black);
	font-weight: 600;
	line-height: 1.4;
}

.questions-items-txt-mob {
	display: none;
	font-family: 'Gilroy';
	font-size: 18px;
	color: var(--black);
	font-weight: 600;
	line-height: 1.4;
}

.questions-items-txt a, .questions-items-txt-mob a {
	color: var(--black);
	text-decoration: none;
}

.questions__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

/*.questions__right a > img:hover {
	width: 53px;
	height: 53px;
	transition: all .7s;
	transform: translateY(-3px);
}*/

.questions-btn-mobil {
	display: none;
}

.footer {
	margin-top: 50px;
	background-color: #003B9E;
	border-radius: 50px;
}

.footer-row {
	padding: 59px 38px;
}

.footer-main {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer-logo {
	background-color: #fff;
	width: 250px;
	height: 75px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-logo img {
	width: 75%;
	height: auto;
}

.footer-txt {
	margin-top: 40px;
	margin-left: 40px;
	font-family: 'Gilroy';
	font-size: 18px;
	color: var(--white);
	font-weight: 400;
	line-height: 1.4;
}

.footer-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	height: 75px;
}

.footer-nav ul > a > li {
    display: inline-block;
    color: #fff; /* Цвет обычной ссылки */
    line-height: 1;
    text-decoration: none; /* Убираем подчеркивание */
    cursor: pointer;
    font-weight: 500;
}
.footer-nav ul > a > li:after {
	margin-top: 5px;
    background-color: #fff; /* Цвет линии при наведении на нее курсора мыши */
    display: block;
    content: "";
    height: 2px; /* Высота линии */
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.footer-nav ul > a > li:hover:after,
.footer-nav ul > a > li:focus:after {
    width: 100%;
}

.margin-left-20 {
	margin-left: 20px;
}

.footer-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.footer-social {
	display: flex;
	flex-direction: row;
}

.footer-social-mob {
	display: none;
}

.footer-social-icon {
	margin-left: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background-color: #fff;
}

/*.footer-social-icon:hover {
	width: 76px;
	height: 76px;
	transform: translateY(-2px);
	transition: all .2s;
}*/

.footer-txt a {
	text-decoration: none;
	color: var(--white);
}

/*Форма обратной связи*/
* {
   box-sizing: border-box;
}
.transparent {
   position: relative;
   max-width: 400px;
   padding: 60px 50px;
   margin: 50px auto 0;
   background-image: url(https://html5book.ru/wp-content/uploads/2017/01/photo-roses.jpg);
   background-size: cover;
}
.transparent:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: linear-gradient(to right bottom, rgba(43, 44, 78, .5), rgba(104, 22, 96, .5));
}
.form-inner {
   position: relative;
}
.form-inner h3 {
   position: relative;
   margin-top: 0;
   color: white;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   font-size: 26px;
   text-transform: uppercase;
}
.form-inner h3:after {
   content: "";
   position: absolute;
   left: 0;
   bottom: -6px;
   height: 2px;
   width: 60px;
   background: #1762EE;
}
.form-inner label {
   display: block;
   padding-left: 15px;
   font-family: 'Roboto', sans-serif;
   color: rgba(255, 255, 255, .6);
   text-transform: uppercase;
   font-size: 14px;
}
.form-inner input {
   display: block;
   width: 100%;
   padding: 0 15px;
   margin: 10px 0 15px;
   border-width: 0;
   line-height: 40px;
   border-radius: 20px;
   color: white;
   background: rgba(255, 255, 255, .2);
   font-family: 'Roboto', sans-serif;
}
.form-inner input[type="checkbox"] {
   position: absolute;
   opacity: 0;
}
#custom-checkbox+label {
   position: relative;
   margin: 20px 0;
   text-transform: none;
   cursor: pointer;
}
#custom-checkbox+label:before {
   content: "";
   display: inline-block;
   width: 20px;
   height: 20px;
   margin-right: 10px;
   vertical-align: text-top;
   background: white;
}
#custom-checkbox:checked+label:before {
   background: #1762EE;
}
#custom-checkbox:checked+label:after {
   content: "";
   position: absolute;
   width: 2px;
   height: 2px;
   left: 20px;
   top: 9px;
   background: white;
   box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
   transform: rotate(45deg);
}
.form-inner input[type="submit"] {
   background: #1762EE;
}







/* Popup  */
.popup-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(5, 40, 84, 0.7);
	z-index: 15;
	display: none;
	backdrop-filter: blur(3px);
}
.popup-window {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	visibility: hidden;
	z-index: 110;
	transition: all .3s;
	background: var(--main-color);
	padding: 3em;
	border-radius: 10px;
	width: 35em;
	min-width: 15em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup-window.active {
	transform: translate(-50%, -50%) scale(1);
	visibility: visible;
}
.close-popup {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	display: block;
	overflow: visible;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.close-popup::before, .close-popup::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	display: block;
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
.close-popup::after {
	left: 0;
	transform: rotate(-45deg);
}


/* Buttons */
.btn-popup {
	margin-top: 30px;
	font-family: 'Montserrat';
	display:inline-flex;
	padding:1.8em 2em;
	background:var(--main-color);
	position:relative;
	text-align:center;
	transition: 0.25s;
	justify-content: center;
	align-items: center;
	border-radius: 5rem;
	color:#fff;
	text-transform: uppercase;
	line-height: 1;
	min-width: 30rem;
	font-size: 1.6rem;
}
.btn-popup:hover {
	cursor:pointer;
	transition: 0.25s;
	background: #0b4793;
}
.btn-popup:active {
	background: #3b66d9;
}
.btn-popup--light-blue {
	background: var(--light-blue);
}
.btn-popup--round {
	padding:1.8em;
	width:5rem;
	height:5rem;
}
.btn-popup--round .fa {
	color:#fff;
	font-size: 3rem;
}

.text--white {color:var(--white);}

.popup-title {
	margin-bottom: 1em;
    display: block;
    font-size: 3rem;
    line-height: 1.2;

	color: var(--white);
	text-transform: uppercase;
	text-align: center;
}

.popup__content p {
	color: var(--white);
	text-transform: uppercase;
	text-align: center;
}


.form-flex {
	display: flex;
	justify-content: center;
}

input, textarea {
    width: 100%;
    border: 1px solid transparent;
    outline: none;
    resize: none;
}

.input-wrapper input, .input-wrapper textarea {
    background-color: transparent;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Montserrat';
    color: #fff;
    font-size: 1.6rem;
    display: block;
}

input, button, select {
    -moz-appearance: none;
    appearance: none;
}

input::placeholder {
  color: var(--white);
  font-size: 1.2em;
}

input:-webkit-autofill {
    transition: all 5000s ease-in-out 0s;
}

.offcanvas-body__block {

}



.navbar-section {
	    flex-grow: 1;
}

.open_burger{
    display: flex !important;
}

.header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    background-color: var(--white);
    color: #FAF6F2;
}


.nav__header{
    display: flex;
    /*width: 700px;*/
    padding: 0 40px;
}

.nav__header ul{
    width: 100%;
    list-style: none;
	background-color: var(--gray);
	height: 40px;
	width: 480px;
	border-radius: 50px;
	padding: 0 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	    margin: 0;
}

.burger{
    display: none;
    position: relative;
    z-index: 50;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 18px;
}

.burger span{
    height: 2px;
    width: 80%;
    transform: scale(1);
    background-color: #21282E;
}

.burger::before, .burger::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #21282E;
    transition: all 0.3s ease 0s;
}

.burger::before { top: 0 }

.burger::after { bottom: 0 }


/* Добавляем класс active для анимации иконки бургера */
.burger.active span { transform: scale(0) }

.burger.active::before{
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after{
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}


/* При разрешении экрана 900px и ниже, выводим на экран иконку бургера */
@media (max-width: 900px) {

    .burger { display: flex }

    .nav__header{
        display: none;
        flex-direction: column;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: 50;
        overflow-y: auto;
        padding: 50px 40px;
        background-color: #EAEAEA;
        animation: burgerAnimation 0.4s;
    }

    .nav__header ul{
        flex-direction: column;
        row-gap: 30px;
    }
}

@keyframes burgerAnimation {
    from {opacity: 0}
    to {opacity: 1}
}


/*.hvr-shrink {
	display: block;
}
*/

/*Hover.css Copyright Ian Lunn 2017*/
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}


/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}


/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  /*display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Grow */
.hvr-grow {
  /*display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* Shrink */
.hvr-shrink {
  /*display: inline-block;*/
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}


/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.thankyou-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.thankyou-inner img {
	width: 25%;
    height: auto;
}

.thankyou_title {
	margin: 25px 0;
    text-align: center;
    font-size: 4.5rem;
    font-weight: 600;
    /*color: #0866ff;*/
    line-height: 1.3;
}

.thankyou_subtitle {
    width: 75%;
    border: 3px solid #005de1;
    border-radius: 50px;
    padding: 25px 10px;
    /*background-color: #fff9ff;*/
    color: #000000;
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
}

.thankyou_text {
	font-size: 3.0rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.4;
	margin-top: 20px;
}

.thankyou_btn {
    border-radius: 20px;
    padding: 25px 30px;
    background: linear-gradient(to right, #548CEB 0%, #4d3378 100%);
    color: #fff;
    font-size: 2.5rem;
    text-decoration: none;
    margin: 30px auto;
    text-align: center;
}


.bottom_a {
    position: fixed;
    bottom: 22px;
    margin: auto;
    width: 100%;
    padding: 0px 10px;
}

.uk-position-fixed {
    position: fixed !important;
}

    .bottom_a a {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
    }

.svyaz {
    background-color: #0074fc;
    color: #fff;
    border: 0px;
    box-shadow: 0 2px 3px #adadad;
}

.svyaz {
        justify-content: center;
		align-items: center;
        position: fixed;
        z-index: 100;
        bottom: 100px;
        right: 40px;
        padding: 18px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 1.1rem;
        line-height: 1.55;
    }

    .svyaz::after {
        animation-delay: 1.25s;
    }

    .svyaz::after, .svyaz::before {
        content: '';
        position: absolute;
        border: 2px solid #0074fc;
        left: -20px;
        opacity: 0;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: svyaz 2.5s linear infinite;
    }

.svyaz::after,
.svyaz::before {
  content: '';
  position: absolute;
 border: 2px solid #0074fc;
   /*border: 2px solid #23bc64;*/
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: svyaz 2.5s linear infinite;
}

.svyaz::after {
  animation-delay: 1.25s;
}

@keyframes svyaz {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}


/*блок розтермінування*/
:root {
  --primary: #000000; /* заміни на основний колір сайту */
  --accent: #ff6b6b;  /* акцент */
  --bg: #ffffff;
  --text: #1a1a1a;
  --muted: #6b6b6b;
}

.installment-block {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0,0,0,0.02), rgba(0,0,0,0.05));
  border-radius: 50px;
}

.installment-container {
  max-width: 820px;
  width: 100%;
  text-align: center;
  background: var(--bg);
  border-radius: 24px;
  padding: 5px 35px 50px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* subtle hover */
.installment-container:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 80px rgba(0,0,0,0.12);
}

/* Badge */
.installment-badge {
  position: absolute;
  top: 25px;
  right: -50px;
  background: var(--accent);
  color: #fff;
  padding: 10px 70px;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Titles */
.installment-title {
	font-size: 48px;
	color: var(--black);
	font-weight: 700;
	line-height: 1.2;
	margin: 50px 0 30px 0;
	text-align: left;
}

.installment-subtitle {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--text);
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

.installment-subtitle img {
  margin-right: 15px;
}

.installment-text {
    font-family: 'Gilroy';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 35px;
    text-align: left;
}

/* Features */
.installment-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.feature:hover {
  transform: translateY(-4px);
}

/* SVG icons */
.icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.installment-features > div > span {
	text-transform: uppercase;
	font-weight: 600;
}

.icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 2;
}

/* hover icon effect */
.feature:hover .icon {
  background: var(--primary);
}

.feature:hover svg {
  stroke: #fff;
}

/* Button */
.installment-button {
  display: inline-block;
  padding: 15px 32px;
  border-radius: 40px;
  background: linear-gradient(to right, #548CEB 0%, #4d3378 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;

/*    font-size: 24px;
    font-weight: 500;
    color: #fff;
    
    border-radius: 50px;*/
}

.installment-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 600px) {

    .installment-container {
        padding: 18px 20px;
    }

	.installment-block {
	padding: 10px 10px;
	}

  .installment-title {
    font-size: 28px;
  }

  .installment-subtitle {
    font-size: 18px;
  }

.installment-title {
	margin: 10px 0 10px 0;
}

}
/*блок розтермінування end*/


