﻿/*
    Theme Name: Tejet
    Theme URI: https://tejet.ru/
    Version: 1.0
*/

/* Base */
html, body {
	height: 100%;
}
body.hidden {
    overflow: hidden;
}
body {
	position: relative;
	overflow-x: hidden;
	background: var(--change-color3, #F6F9FD);
	color: var(--change-color1, #002132);
	font: 18px/150% 'Golos Text', sans-serif;
    letter-spacing: -0.36px;
}
* {
	-webkit-tap-highlight-color: transparent;
}
.main-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
}
.inner-wrapper {
	position: relative;
	max-width: 1624px;
	width: 100%;
	height: 100%;
	padding: 80px 64px;
	margin: 0 auto;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
.text-mob {
    display: none;
}
a {
	color: var(--change-color1, #002132);
	text-decoration: none;
	transition: all .3s;
}
b {
	font-weight: 600;
}
.field::-webkit-input-placeholder {
    color: var(--change-color1, #002132);
}
.field::-moz-placeholder {
    color: var(--change-color1, #002132);
}
.field:-moz-placeholder {
    color: var(--change-color1, #002132);
}
.field:-ms-input-placeholder {
    color: var(--change-color1, #002132);
}
.field-phone::-webkit-input-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field-phone::-moz-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field-phone:-moz-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field-phone:-ms-input-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field.active, .field:focus {
	border-color: var(--change-color1, #009FEB);
}
.field.wpcf7-not-valid {
   border-color: #FF4444;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.profit-form .wpcf7 .wpcf7-response-output, .start-form .wpcf7 .wpcf7-response-output {
    color: white;
}
.start-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--change-color1, #009FEB);
}
.payment-form.prom-hide .wpcf7 form .wpcf7-response-output {
    display: block;
}
.payment-form.prom-hide .payment-form_agree label {
    cursor: auto;
}
.payment-form.prom-hide .payment-form_agree label:hover .checkmark {
    background: transparent;
}
.payment-form:not(.invoice-form) form.sent .wpcf7-response-output, .popup-tariff_stage form.sent .wpcf7-response-output {
    display: none;
}
.payment-form form.unaccepted .agree-style1_checkbox:not(.checked) .checkmark,
.payment-form_agree-checkbox.error .checkmark {
    border-color: #FF4444;
}
.start-form .wpcf7-response-output, .profit-form .wpcf7-response-output, .telegrams-form .wpcf7-response-output, .popup-whatsapp_form .wpcf7-response-output {
    display: none;
}
.field-hidden, .field-hidden + span {
    display: none!important;
}
.field {
    background: #F2F3F5;
    border: 2px solid transparent;
    border-radius: 30px;
    transition: all .3s;
    width: 100%;
    height: 60px;
    padding: 0 18px;
}
.field[name="your-ip"] {
    padding-left: 48px;
}
.field[name="your-ooo"] {
    padding-left: 62px;
}
.field[name="your-tin"], .field[name="your-tin1"], .field[name="your-tin2"] {
    padding-left: 62px;
}
.field-title {
    position: absolute;
    top: 8px;
    left: 22px;
    display: block;
    color: rgba(0, 33, 50, 0.60);
    font-size: 13px;
    line-height: 140%;
    z-index: 1;
}
.field-search::-webkit-input-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field-search::-moz-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field-search:-moz-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field-search:-ms-input-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field-search {
    background: white;
    padding: 0 10px 0 18px;
}
.field-message {
    border-radius: 20px;
    height: 200px;
    padding: 25px 20px; 
}
.field-field::-webkit-input-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field-field::-moz-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field-field:-moz-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.field-field:-ms-input-placeholder {
    color: rgba(0, 33, 50, 0.60);
}
.iti {
    width: 100%;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: 10px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    width: 100%;
    padding-left: 62px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}
.iti--allow-dropdown .iti__country-container .iti__search-input {
    border: 1px solid black;
    padding: 10px 18px;
}
label, input, select, textarea {
	color: var(--change-color1, #002132);
	font: 18px 'Golos Text', sans-serif;
    letter-spacing: -0.36px;
}
svg, label {
	display: block;
}
label, svg, svg path {
	transition: all .3s;
}
label {
	cursor: pointer;
}
.svg-color1_type1 path {
    fill: var(--change-color1, #002132);
}
.svg-color1_type2 path {
    stroke: var(--change-color1, #002132);
}
.svg-color2_type1 path {
    fill: var(--change-color2, #3CB594);
}
.svg-color2_type2 path {
    stroke: var(--change-color2, #3CB594);
}

/* Photo and Logo and Video */
.photo-style1:hover img {
	transform: scale(1.1);
}
.photo-style1 img {
	transition: 1s;
}
.photo, .video {
	overflow: hidden;
}
.logo a:hover {
	opacity: .5;
}
.logo a, img {
	display: block;
}
.logo a {
	transition: all .15s;
}
.photo img, .video video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Title styles */
.title-style1 {
    position: relative;
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -0.52px;
}
.title-style1 span {
    position: relative;
}
.title-style2 {
    position: relative;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.56px;
}
.title-style2 span {
    position: relative;
}
.sub-title_style1 {
    padding-top: 20px;
}

/* Buttons */
.btn1:not(:disabled):hover {
	background: var(--change-color2, #0089CB);
}
.btn1 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--change-color1, #009FEB);
    border-radius: 30px;
    color: white;
    letter-spacing: -0.15px;
    line-height: 120%;
	transition: all .3s;
	height: 60px;
	padding: 0 40px;
}
.btn1 svg {
	margin-right: 10px;
}
.btn2:hover {
    background: var(--change-color1, #002132);
    border-color: var(--change-color1, #002132);
    color: white;
}
.btn2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid var(--change-color1, #002132);
    border-radius: 30px;
    color: var(--change-color1, #002132);
    font-size: 15px;
    letter-spacing: -0.3px;
    line-height: 120%;
    transition: all .3s;
    height: 60px;
    padding: 0 40px;
}
.btn3:hover {
    background: white;
}
.btn3 {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.60);
    border-radius: 30px;
    color: var(--change-color1, #002132);
    transition: all .3s;
    line-height: 120%;
    height: 60px;
    padding: 10px 40px;
}
.btn3 span:first-child {
    letter-spacing: -0.18px;
}
.btn3 span:last-child {
    font-size: 12px;
    letter-spacing: -0.12px;
}
.btn3 span {
    line-height: 140%;
}
.btn4:hover {
    background: black;
}
.btn4 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--change-color2, #3CB594);
    border-radius: 30px;
    color: white;
    letter-spacing: -0.18px;
    line-height: 120%;
    transition: all .3s;
    height: 60px;
    padding: 0 40px;
}
.page-back_btn:hover {
    background: white;
}
.page-back_btn {
    background: rgba(255, 255, 255, 0.60);
    color: var(--change-color1, #002132);
    font-size: 15px;
    height: 50px;
    padding: 0 20px 0 12px;
    margin-bottom: 40px;
}
.page-back_btn svg {
    margin-right: 5px;
}
.btn1-bg_wr {
    position: absolute;
    top: -10px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: calc(100% + 10px);
}
.btn1-bg {
    position: absolute;
    top: -10px;
    left: -34%;
    animation: btn-glow infinite 1.3s linear;
    width: 99px;
    height: 53px;
}

.btn1-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.21) 48.93%, rgba(255, 255, 255, 0.00) 100%);
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}
@keyframes btn-glow {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}

/* Links */
.link1:hover {
    color: var(--change-color1, #002132);
}
.link1 {
    display: inline-flex;
    flex-wrap: wrap;
    color: var(--change-color1, #002132);
    font-size: 15px;
    letter-spacing: -0.3px;
    transition: all .3s;
}

/* Hashtags */
.hashtags {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -6px -1px;
    z-index: 1;
}
.hashtags li {
	margin: 6px 1px;
}
.hashtags-style1 a:after {
	background: var(--change-color3, #AED5CA);
    color: var(--change-color1, #002132);
}
.hashtags-style2 a:after {
	background: var(--change-color2, #CEF);
	color: var(--change-color1, #002132);
}
.hashtags-style3 a:after {
	background: #FFECCD;
	color: #0E323A;
}
.hashtags-style4 a:after {
	background: #FFD6D6;
	color: #330B0B;
}
.hashtags li a {
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: -0.3px;
    height: 40px;
    padding: 0 20px;
}
.hashtags li a:hover:after {
	transform: scale(0.97);
}
.hashtags li a .text {
    display: inline-flex;
    align-items: center;
}
.hashtags li a:hover .bg {
    transform: scale(0.97);
}
.hashtags li a .bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: all .3s;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hashtags li a img {
    margin-left: 5px!important;
}

/* Social styles */
.social-style1 {
    text-align: center;
    margin-top: 40px;
}
.social-style1_title {
    margin-bottom: 20px;
}
.social-style1_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.social-style1_item:hover {
    opacity: .7;
}
.social-style1_item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: white;
    font-size: 15px;
    width: calc(33.33% - 10px);
    height: 50px;
    padding: 0 20px;
    z-index: 1;
}
.social-style1_item img {
    margin-right: 10px;
}

/* Recommend styles */
.recommend-style1 {
    position: absolute;
    top: -14px;
    left: 0;
    text-align: center;
    width: 100%;
}
.recommend-style1 span {
    display: inline-flex;
    background: var(--change-color2, #3CB594);
    border-radius: 20px;
    color: white;
    font-size: 15px;
    height: 28px;
    padding: 0 10px;
}

/* Video Player */
.video-player {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.video-player:hover:after {
    transform: scale(.9);
}
.video-player:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 159, 235, 0.60) url('assets/img/video-play.svg') center no-repeat;
    backdrop-filter: blur(4.7px);
    border-radius: 100%;
    transition: all .7s;
    width: 70px;
    height: 70px;
    margin: auto;
    z-index: 1;
}
.video-player video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Tooltip */
.tooltip {
    display: inline-flex;
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin-left: 5px;
}
.tooltip svg:hover {
    opacity: 1;
}
.tooltip svg {
    opacity: .5;
}
.ui-tooltip.ui-widget.ui-widget-content {
    position: absolute;
    background: black;
    border: 0;
    box-shadow: none;
    border-radius: 10px;
    max-width: 287px;
    padding: 10px 20px;
    z-index: 10000;
}
.ui-tooltip.ui-widget.ui-widget-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -7px;
    bottom: 0;
    background: black;
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    margin: auto 0;
}
.ui-tooltip-content {
    color: white;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.3px;
}
.ui-helper-hidden-accessible {
    display: none;
}

/* Content styles */
.content-style1 {
    background: white;
    border-radius: 20px;
    padding: 40px;
}

/* Form Price styles */
.form-style1_field:last-child {
    margin-bottom: 0;
}
.form-style1_field, .form-style1_fields div[data-class="wpcf7cf_group"] {
    position: relative;
    margin-bottom: 5px;
}
.form-style1_field.type2 .field {
    padding-top: 15px;
}
.form-style1_fields .message-field {
    border-radius: 20px;
    height: 160px;
    padding: 25px 20px;
}
.payment-form_name-service {
    margin-top: 20px;
    margin-bottom: 30px;
}
.payment-form_name-service .payment-form_field:not(.active) {
    display: none;
}
.payment-form_name-service .payment-form_field {
    display: flex;
    align-items: center;
}
.payment-form_name-service .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 10px 0 0;
}
.payment-form_name-service .wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}
.payment-form_name-service .wpcf7-form-control-wrap:last-child {
    width: 100%;
}
.payment-form_name-service .payment-form_field .wpcf7-form-control-wrap:nth-child(2) {
    width: calc(100% - 53px);
}
.form-style1_group-title {
    margin-bottom: 12px;
}
.form-style1_field-title {
    position: absolute;
    left: 20px;
    top: 17px;
    z-index: 1;
}
.form-style1_field-add:hover {
    background: var(--change-color1, #009FEB);
    color: white;
}
.form-style1_field-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F2F3F5;
    border-radius: 5px;
    transition: all .3s;
    width: 30px;
    height: 30px;
    margin-left: 10px; 
}
.form-style1_bottom {
    margin-top: 20px;
}
.form-style1_btn {
    min-width: 240px;
}
.form-price {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.form-price_discount.hide, .form-price_text.hide {
    display: none;
}
.form-price_discount {
    display: flex;
    flex-wrap: wrap;
}
.form-price_discount-numb1 {
    opacity: .4;
    text-decoration: line-through;
}
.form-price_discount-numb2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--change-color2, #3CB594);
    border-radius: 20px;
    color: white;
    font-size: 15px;
    letter-spacing: -0.3px;
    height: 24px;
    padding: 0 10px;
    margin-left: 2px;
}
.form-price_numb {
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.84px;
}
.form-price_text {
    letter-spacing: -0.36px;
    padding-top: 10px;
}

/* Agree styles */
.agree-style1 {
    display: flex;
    padding: 12px 13px;
    margin-top: 10px;
}
.agree-style1 label {
    display: inline-flex;
    flex-wrap: wrap;
}
.agree-style1_checkbox {
    position: relative;
    width: 22px;
    height: 22px;
}
.agree-style1_checkbox input, .agree-style1_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.agree-style1_checkbox input {
    opacity: 0;
    visibility: hidden;
}
.agree-style1_checkbox.checked .checkmark, .agree-style1 label:hover .agree-style1_checkbox .checkmark {
    background: var(--change-color1, #009FEB);
    border-color: var(--change-color1, #009FEB);
}
.agree-style1_checkbox .checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--change-color1, #009FEB);
    border-radius: 100%;
    transition: all .3s;
}
.agree-style1_checkbox input:not(:checked) ~ .checkmark svg {
    opacity: 0;
    visibility: hidden;
}
.agree-style1_text {
    width: calc(100% - 22px);
    padding-left: 18px;
}
.agree-style1_text a:hover {
    text-decoration: underline;
}
.agree-style1_text a {
    color: #009FEB;
}

/* Search Result */
.search-block {
	position: relative;
}
.search-field {
	position: relative;
}
.search-field_btn {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #D8EFFB;
    border-radius: 100%;
    transition: all .3s;
    width: 32px;
    height: 32px;
    margin: auto 0;
}
.search-field_btn-close:hover {
	background: var(--change-color1, #002132);
}
.search-field_btn-close:hover svg path {
	fill: white;
}
.search-block:not(.active) .search-field_btn-close {
	display: none;
}
.search-block.active .search-field_btn-loupe {
	display: none;
}
.search-block:not(.active) .search-result {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.search-result {
	position: absolute;
	top: 100%;
    background: white;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    text-align: left;
	transition: all .3s;
	width: 851px;
    padding: 20px 20px 30px;
    z-index: 1000;
}
.search-result_hashtags {
	margin-bottom: 20px;
}
.search-result .hashtags {
	margin: -2.5px;
}
.search-result .hashtags li {
	margin: 2.5px;
}
.search-result .hashtags li a {
	height: 34px;
}
.search-result_posts-title {
    letter-spacing: -0.18px;
    margin-bottom: 10px;
}
.search-result_posts-item:first-child {
	border-top: 0;
}
.search-result_posts-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	padding: 10px 0;
}
.search-result_posts-item_photo {
	border-radius: 100%;
	width: 50px;
	height: 50px;
}
.search-result_posts-item:hover .search-result_posts-item_desc {
	text-decoration: underline;
}
.search-result_posts-item_desc {
    font-size: 15px;
    line-height: 140%;
    width: calc(100% - 50px);
    padding-left: 14px;
}
.search-result_empty.hide {
	display: none;
}

/* Cookie */
.cookie-block.hide {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.cookie-block {
    position: fixed;
    left: 10px;
    bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: black;
    border-radius: 20px;
    transition: all .3s;
    width: calc(100% - 20px);
    padding: 10px;
    z-index: 1000;
}
.cookie-block p {
    color: #e6f6f1;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.15px;
}
.cookie-block p a:hover {
	text-decoration: underline;
}
.cookie-block p a {
	color: inherit;
}
.cookie-block_btn:hover {
    background: white;
    border-color: white;
    color: black;
}
.cookie-block_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #009FEB;
    border-radius: 30px;
    color: #009FEB;
    font-size: 17px;
    letter-spacing: -0.17px;
    transition: all .3s;
    height: 50px;
    padding: 0 40px;
}

/* Header */
.header-ticker {
    position: relative;
    overflow: hidden;
    background: black;
}
.header-ticker_wrapper {
    display: flex;
    max-width: 100%;
    padding: 18px 0;
}
@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.header-ticker ul:last-child {
    margin-right: 0;
}
.header-ticker ul {
    display: flex;
    white-space: nowrap;
    animation: ticker 60s linear infinite;
}
.header-ticker ul:last-child, .header-ticker ul li:last-child {
    margin-right: 0;
}
.header-ticker ul, .header-ticker ul li {
	margin-right: 103px;
}
.header-ticker ul li a:hover {
    text-decoration: underline;
}
.header-ticker ul li a {
    color: white;
    font-size: 16px;
}
.header-main_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
	padding: 25px 60px;
}
.header-sandwich, .header-feedback {
	display: none;
}
.header-logo {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.header-logo img {
    max-height: 39px;
}
.header-country {
	position: relative;
    z-index: 100;
}
.header-country.active .header-country_current {
	background: var(--change-color1, #002132);
}
.header-country.active .header-country_current-arrow {
    transform: rotate(180deg);
}
.header-country_current {
    background: var(--change-color2, #CEF);
    color: var(--change-color1, #002132);
    font-size: 15px;
    height: 50px;
    padding: 0 20px;
}
.header-country_current img {
	max-width: 21px;
	max-height: 15px;
	margin-right: 10px;
}
.header-country_current:hover .header-country_current-text {
    color: white;
}
.header-country_current:hover .header-country_current-arrow path {
    fill: white;
}
.header-country.active .header-country_current-text {
	color: white;
}
.header-country.active .header-country_current-arrow path {
	fill: white;
}
.header-country_current-text {
	transition: all .3s;
}
.header-country_current .header-country_current-arrow {
	margin-left: 10px;
    margin-right: 0;
}
.header-country:not(.active) .header-country_list {
	opacity: 0;
	visibility: hidden;
}
.header-country_list {
	position: absolute;
	overflow: hidden;
    background: white;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all .3s;
    min-width: 300px;
}
.header-country_list ul li a:hover, .header-country_list ul li.active a {
	background: var(--change-color3, #CCEEFF);
}
.header-country_list ul li a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
	font-size: 15px;
    transition: all .3s;
    width: 100%;
    padding: 12px 20px;
}
.header-country_list ul li a img {
	margin-right: 10px;
}
.header-block {
    position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    z-index: 100;
}
.header-menu {
	margin-right: 40px;
}
.header-menu nav {
	height: 100%;
}
.header-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.header-menu ul li:last-child {
	margin-right: 0;
}
.header-menu ul li {
	margin-right: 40px;
}
.header-menu ul li a:hover {
	color: var(--change-color2, #009FEB);
}
.header-menu ul li a {
    font-size: 15px;
}
.header-subscribe_btn:hover {
    background: #0089CB;
}
.header-subscribe_btn {
    background: #009FEB;
	font-size: 15px;
	height: 50px;
	padding: 0 25px;
}
.header-menu_mob {
    display: none;
}
.body-offer .header-logo {
    position: static;
    width: auto;
}
.body-offer .header-country {
    margin-left: 30px;
}
.body-offer .header-country_current {
    background: transparent;
}
.body-offer .header-search {
    width: 362px;
    margin-left: 10px;
}
.body-offer .header-search .field-search::-webkit-input-placeholder {
    color: rgba(14, 58, 54, 0.60);
}
.body-offer .header-search .field-search::-moz-placeholder {
    color: rgba(14, 58, 54, 0.60);
}
.body-offer .header-search .field-search:-moz-placeholder {
    color: rgba(14, 58, 54, 0.60);
}
.body-offer .header-search .field-search:-ms-input-placeholder {
    color: rgba(14, 58, 54, 0.60);
}
.body-offer .header-search .field-search {
    font-size: 15px;
    height: 50px;
    padding: 0 20px;
}
.body-offer .header-search .field-search.active, .body-offer .header-search .field-search:focus {
    border-color: var(--change-color2, #3CB594);
}
.body-offer .header-search .search-field_btn {
    background: transparent;
}
.body-offer .header-search .search-field_btn svg path {
    fill: var(--change-color1, #002132);
}
.body-offer .header-search .search-result {
    left: -151px;
}
.body-offer .page-head_img {
    top: -80px;
}

/* Main */
.main-content {
	flex: 1 0 auto;
}

/* Page styles */
.page-head {
    position: relative;
    margin-bottom: 40px;
}
.page-head_img {
    position: absolute;
    top: -20px;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 230px;
    height: 230px;
}

/* Screen Banner */
.banner-wrapper {
    text-align: center;
    max-width: 1920px;
    padding-top: 100px;
    padding-bottom: 148px;
}
.banner-title {
	color: var(--change-color1, #07111D);
    font-size: 72px;
    line-height: 110%;
    letter-spacing: -1.44px;
}
.banner-title p img {
    display: inline-block;
}
.banner-sub_title {
    color: var(--change-color1, #009FEB);
    font-family: Caveat;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: -2.1px;
    margin-top: 30px;
}
.banner-hashtags {
	position: relative;
    margin: 60px 0 0;
}
.banner-hashtags_inner {
    max-width: 1000px;
    margin: 0 auto;
}
.banner-hashtags_arrow {
    position: absolute;
	top: 100%;
    left: 0;
    right: 0;
    margin: 35px auto 0;
}
.banner-hashtags .hashtags.mob {
    display: none;
}
.banner-hashtags .hashtags {
    align-items: center;
    justify-content: center;
}
#screen-banner_about .banner-wrapper {
    position: relative;
    padding-bottom: 11px;
    z-index: 1;
}

/* Screen Cards */
.screen-cards {
    padding-top: 221px;
    margin-top: -221px;
}
.screen-cards:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('assets/img/cards-bg2.png') no-repeat;
    background-size: 100%;
    mix-blend-mode: multiply;
    width: 100%;
    min-height: 1976px;
    height: 100vh;
    z-index: -1;
}
.cards-wrapper {
    max-width: 1920px;
    padding-top: 0;
    padding-bottom: 140px;
}
.cards-search {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.cards-search_field {
    width: 650px;
}
.cards-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.cards-item.hide {
    display: none;
}
.cards-item {
	position: relative;
	overflow: hidden;
    background: white;
    border-radius: 20px;
    width: calc(25% - 20px);
    padding: 40px;
    margin: 10px;
    z-index: 1;
}
.cards-item_photo {
	position: relative;
	overflow: hidden;
    border-radius: 15px;
    height: 220px;
    z-index: 1;
}
.cards-item_photo:after {
	content: '';
	position: absolute;
	inset: 0;
	background: url('assets/img/telegram-icon3.svg') no-repeat;
	background-size: 100%;
	width: 234px;
	height: 201px;
	margin: auto;
	z-index: -1;
}
.cards-item_photo img {
	position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    transition: all 1s;
	max-width: 100%;
    margin: 0 auto;
}
.cards-item_icon {
    position: absolute;
    top: 40px;
    right: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 83px;
    height: 83px;
}
.cards-item_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 220px);
	padding-top: 20px;
}
.cards-item_info-main .hashtags {
    padding-bottom: 10px;
}
.cards-item_info-main .hashtags li a {
	color: var(--change-color1, #002132);
}
.cards-item_title {
    color: var(--change-color1, #002132);
    font-size: 20px;
    line-height: 122%;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}
.cards-item_desc {
    opacity: .6;
    font-size: 15px;
    line-height: 140%;
}
.cards-item_info-bottom {
	margin-top: 28px;
}
.cards-item_price {
    font-size: 20px;
    line-height: 122%;
    letter-spacing: -0.2px;
}
.cards-item_link {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cards-item:not(.cards-item_soon):hover .cards-item_photo img {
	transform: scale(0.95);
}
.cards-item_view .cards-item_photo, .cards-item_view .cards-item_info,
.cards-item_soon .cards-item_photo, .cards-item_soon .cards-item_info {
	opacity: .5;
}
.cards-item_view .cards-item_photo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cards-item_soon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cards-item_soon .cards-item_photo {
	mix-blend-mode: luminosity;
}
.cards-item_soon .cards-item_info .hashtags li a, .cards-item_soon .cards-item_info .hashtags li a:after {
	background: #F2F3F5!important;
}
.cards-item_view-ticket {
	position: absolute;
    top: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 60%);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    color: white;
    font-size: 15px;
    height: 40px;
    padding: 0 20px 2px;
    margin: auto;
}
.cards-item_special {
	width: calc(50% - 22px);
}
.cards-item_special:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('assets/img/cards-special-bg.svg') no-repeat;
    background-size: 100%;
    width: 707px;
    height: 463px;
    z-index: -1;
}
.cards-item_special .cards-item_photo {
    position: absolute;
    top: 40px;
    right: 40px;
	border-radius: 15px;
    width: 40%;
}
.cards-item_special .cards-item_icon {
    top: 38px;
    left: 23px;
    right: auto;
}
.cards-item_special .cards-item_info {
    padding-top: 180px;
    padding-right: 100px;
}
.cards-item_special .hashtags {
	padding-bottom: 43px;
}
.cards-item_special .cards-item_title {
    font-size: 32px;
    line-height: 126%;
    letter-spacing: -0.64px;
}
.cards-item_special .cards-item_desc {
	line-height: 130%;
}
.cards-item_special .hashtags li a {
	color: #330B0B;
}
.cards-item_request {
	background: radial-gradient(49.93% 57.34% at 50% 50%, rgba(255, 255, 255, 0.20) 0%, rgba(208, 233, 245, 0.20) 70.44%, rgba(0, 159, 235, 0.20) 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(180deg, #87D9FD 0%, rgba(135, 217, 253, 0.00) 100%), linear-gradient(0deg, #FFF 7.5%, #D1EEFC 41%, #A2E2FF 100%);
	text-align: center;
    min-height: 515px;
}
.cards-item_request:after {
    content: '';
    position: absolute;
    left: -730px;
    right: 0;
    bottom: -2px;
    background: url('assets/img/hashtags-bg.png') no-repeat;
    background-size: 100%;
    width: 1455px;
    height: 288px;
    z-index: -1;
}
.cards-item_request-title {
    color: var(--change-color1, #07111D);
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.56px;
    margin-bottom: 22px;
}
.cards-item_request-desc {
	color: var(--change-color1, #07111D);
    line-height: 140%;
    letter-spacing: -0.18px;
}
.cards-item_request-btn {
    max-width: 240px;
    width: 100%;
    padding: 0 15px;
    margin-top: 22px; 
}
.cards-item_btn-wr {
    display: none;
}
.cards-bottom.hide {
    display: none;
}
.cards-bottom {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
#screen-cards_about.screen-cards:after {
    top: 135px;
    right: 0;
    width: 1440px;
    height: 100px;
    margin: 0 auto;
}
#screen-cards_about .cards-wrapper {
    max-width: 100%;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
}
.cards-list_slider {
    display: block;
}
#screen-cards_about .cards-item:nth-child(odd) {
    margin-top: 119px;
}
#screen-cards_about .cards-item:nth-child(2) {
    margin-top: 46px;
}
#screen-cards_about .cards-item {
    width: 335px;
    padding: 30px 30px 40px;
}
#screen-cards_about .cards-item_photo {
    height: 176px;
}
#screen-cards_about .cards-item_icon {
    top: 23px;
    right: 23px;
    width: 68px;
    height: 68px;
}
#screen-cards_about .cards-item_info {
    height: calc(100% - 176px);
}
#screen-cards_about .cards-item_info-main .hashtags li a {
    height: 34px;
}
#screen-cards_about .cards-item_title {
    font-size: 18px;
    line-height: 140%;
}
#screen-cards_about .cards-item_info-bottom {
    margin-top: 20px;
}
#screen-cards_about .cards-item_price {
    font-size: 18px;
    line-height: 140%;
}

/* Page Feedback */
.feedback-wrapper {
    padding-bottom: 100px;
}
.feedback-head .page-title, .feedback-head .page-sub_title,
.body-offer .page-title, .body-offer .page-sub_title {
    max-width: 700px;
}
.feedback-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.feedback-form {
    width: calc(61% - 20px);
    margin-right: 20px;
}
.feedback-form_field:last-child {
    margin-bottom: 0;
}
.feedback-form_field {
    margin-bottom: 5px;
}
.feedback-form_bottom {
    margin-top: 20px;
}
.feedback-form_btn {
    min-width: 240px;
}
.feedback-contacts {
    width: 39%;
}
.feedback-contacts_head {
    margin-bottom: 40px;
}
.feedback-contacts_btn {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
}
.feedback-social_item:last-child {
    margin-bottom: 0;
}
.feedback-social_item {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}

/* Page Payment */
.screen-payment:after {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    background: url('assets/img/payment-bg.png') no-repeat;
    background-size: 100%;
    mix-blend-mode: multiply;
    width: 100%;
    min-height: 1900px;
    height: 100%;
    z-index: -1;
}
.payment-wrapper {
    max-width: calc(868px + 128px);
    padding-bottom: 100px;
}
.payment-head {
    text-align: center;
}
.payment-head .page-title {
    font-size: 42px;
    letter-spacing: -0.84px;
}
.payment-form {
    max-width: 498px;
    margin: 0 auto;
}
.payment-form_bottom {
    margin-top: 20px;
}
.payment-form_btn {
    width: 100%;
}
.payment-form_agree {
    padding-top: 16px;
    padding-bottom: 16px;
}
.payment-form_price {
    border-color: rgb(7 17 29 / 20%);
}
.payment-form_price-discount_numb1 {
    opacity: 1;
    color: rgba(0, 33, 50, 0.60);
}
.payment-form_price-discount_numb2 {
    margin-left: 7px;
}
.payment-form_price-numb {
    font-size: 28px;
    letter-spacing: -0.56px;
    line-height: 120%;
}
.payment-form .field-email::-webkit-input-placeholder {
    color: var(--change-color1, rgba(0, 33, 50, 0.60));
}
.payment-form .field-email::-moz-placeholder {
    color: var(--change-color1, rgba(0, 33, 50, 0.60));
}
.payment-form .field-email:-moz-placeholder {
    color: var(--change-color1, rgba(0, 33, 50, 0.60));
}
.payment-form .field-email:-ms-input-placeholder {
    color: var(--change-color1, rgba(0, 33, 50, 0.60));
}

/* Page Tariffs */
.tariffs-wrapper {
    padding-bottom: 50px;
}
.tariffs-head {
    display: flex;
    flex-wrap: wrap;
}
.tariffs-head_block {
    width: 61%;
    padding-right: 100px;
}
.tariffs-head .page-title {
    font-size: 62px;
    letter-spacing: -1.24px;
}
.tariffs-head .page-sub_title {
    padding-top: 31px;
}
.tariffs-head_notice {
    position: relative;
    background: rgba(0, 159, 235, 0.10);
    border-radius: 20px;
    width: 39%;
    padding: 32px 20px 34px 70px;
}
.tariffs-head_notice:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 24px;
    background: url('assets/img/tariffs-notice-icon.png') no-repeat;
    background-size: 100%;
    width: 23px;
    height: 32px;
}
.tariffs-head_notice p {
    font-size: 15px;
    line-height: 140%;
}
.tariffs-head_notice-link {
    margin-top: 13px;
}
.tariffs-table {
    padding: 0;
}
.tariffs-table_head {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.tariffs-table_head-item:first-child {
    min-width: 315px;
}
.tariffs-table_head-item:last-child {
    border-right: 0;
}
.tariffs-table_head-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    width: 100%;
    min-height: 200px;
    padding: 20px;
}
.tariffs-table_head-item_title {
    display: block;
    color: var(--change-color1, #07111D);
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.48px;
}
.tariffs-table_head-item_price {
    display: block;
    color: var(--change-color1, #07111D);
}
.tariffs-table_head-item .btn1, .tariffs-table_head-item .btn2 {
    padding: 0 20px;
}
.tariffs-table_head-item .btn1 {
    height: 50px;
    margin-top: 22px;
}
.tariffs-table_body-main_title {
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.84px;
}
.tariffs-table_body-main_head-block {
    margin-top: 10px;
    margin-bottom: 50px;
}
.tariffs-table_body-main_title2 {
    color: var(--change-color1, #07111D);
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.48px;
    padding-top: 14px;
    padding-bottom: 12px;
}
.tariffs-table_body-main_sub-title {
    line-height: 150%;
    padding-top: 2px;
}
.tariffs-table_body {
    display: flex;
    flex-wrap: wrap;
}
.tariffs-table_body .tooltip {
    display: inline-block;
    margin-bottom: -2px;
}
.tariffs-table_body-main {
    width: calc(80% + 4px);
    padding: 0 20px 20px;
}
.tariffs-table_body-main_block {
    padding: 20px 0 20px 20px;
}
.tariffs-table_body-main_block:last-child .tariffs-table_body-main_row:last-child {
    border-bottom: 0;
}
.tariffs-table_body-main_row {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.tariffs-table_body-main_item:first-child {
    display: flex;
    align-items: center;
    min-width: calc(315px - 40px);
}
.tariffs-table_body-main_item:not(:first-child) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
}
.tariffs-table_body-main_item {
    min-height: 52px;
    padding: 10px 0;
}
.tariffs-table_body-main_item span {
    color: var(--change-color1, #07111D);
}
.tariffs-table_body-main_item svg {
    margin: 0 auto;
}
.tariffs-table_body-desc {
    text-align: center;
    width: calc(20% - 4px);
    padding: 40px 20px;
}
.tariffs-table_body-desc p:last-child {
    margin-bottom: 0;
}
.tariffs-table_body-desc p {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 20px;
}
.tariffs-table_add {
    display: none;
}
.page-template-tariffs-offer .tariffs-head {
    display: block;
}
.page-template-tariffs-offer .page-title {
    font-size: 52px;
    letter-spacing: -0.52px;
}
.page-template-tariffs-offer .page-sub_title {
    padding-top: 20px;
}
.page-template-tariffs-offer .tariffs-head_icon {
    position: absolute;
    right: 0;
    bottom: 12px;
}
.page-template-tariffs-offer .faq-wrapper {
    padding-bottom: 180px;
}
.page-template-tariffs-offer .faq-bg_icon {
    right: 120px;
    bottom: -150px;
}
.page-template-tariffs-offer .faq-list {
    padding: 0;
}
.page-template-tariffs-offer .faq-item_desc {
    padding-right: 20px;
}
.page-template-tariffs-offer .faq-feedback_title {
    font-size: 26px;
    letter-spacing: -0.26px;
}
.page-template-tariffs-offer .tariffs-table_head-item {
    justify-content: flex-start;
}
.page-template-tariffs-offer .tariffs-table_head-item_title {
    font-size: 30px;
}
.page-template-tariffs-offer .tariffs-table_head-item_btns {
    width: 100%;
    margin-top: 15px;
}
.page-template-tariffs-offer .tariffs-table_head-item_btn1, .page-template-tariffs-offer .tariffs-table_head-item_btn2 {
    width: 100%;
}
.page-template-tariffs-offer .tariffs-table_head-item_btn1 {
    font-size: 15px;
    margin: 0 0 10px;
}
.page-template-tariffs-offer .tariffs-table_head-item_btn2 {
    height: 50px;
}
.page-template-tariffs-offer .tariffs-table_body-main_item:last-child {
    border-right: 0;
}
.page-template-tariffs-offer .tariffs-table_body-main_item {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    min-height: 60px;
}
.page-template-tariffs-offer .tariffs-table_body-main_row:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.page-template-tariffs-offer .tariffs-table_body-main_row-desc .tariffs-table_body-main_item {
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-template-tariffs-offer .tariffs-table_head-item:first-child {
    min-width: 275px;
    width: 275px;
}
.page-template-tariffs-offer .tariffs-table_body-main_block {
    padding-bottom: 0;
}
.page-template-tariffs-offer .tariffs-table_body-main_item:first-child {
    min-width: calc(275px - 40px);
    padding-right: 20px;
}
.page-template-tariffs-offer .tariffs-table_body-main_item span {
    display: inline-block;
    font-size: 15px;
    line-height: 140%;
}
.page-template-tariffs-offer .tariffs-table_body-main_item .tooltip {
    margin-bottom: -3px;
}
.page-template-tariffs-offer .tariffs-table_body-main_head-block {
    margin-bottom: 30px
}
.page-template-tariffs-offer .tariffs-table_body-main_sub-title {
    font-size: 15px;
}
.page-template-tariffs-offer .tariffs-table_body-main_title2 {
    font-size: 28px;
    line-height: 120%;
}

/* Screen Faq */
.faq-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
}
.faq-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.faq-list {
    width: calc(71% - 20px);
    padding: 20px;
    margin-right: 20px;
}
.faq-item:last-child {
    border-bottom: 0;
}
.faq-item {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.faq-item_title:hover {
    color: var(--change-color1, #002132);
}
.faq-item_title {
    position: relative;
    cursor: pointer;
    line-height: 150%;
    transition: all .3s;
    padding: 22px 60px 22px 20px;
}
.faq-item.active .faq-item_title:before {
    opacity: 0;
    visibility: hidden;
}
.faq-item_title:before, .faq-item_title:after {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--change-color3, #CEF);
    border-radius: 100%;
    color: initial!important;
    font-size: 26px;
    font-family: auto;
    transition: all .3s;
    width: 32px;
    height: 32px;
    margin: auto 0;
}
.faq-item_title:hover:before {
    transform: scale(1.1);
}
.faq-item_title:before {
    content: '+';
    padding-top: 2px;
}
.faq-item.active .faq-item_title:after {
    opacity: 1;
    visibility: visible;
}
.faq-item_title:after {
    content: '–';
    opacity: 0;
    visibility: hidden;
    padding-bottom: 4px;
}
.faq-item.active .faq-item_desc {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 20px;
}
.faq-item_desc {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    height: 0;
    padding-left: 20px;
}
.faq-item_desc p:last-child {
    margin-bottom: 0;
}
.faq-item_desc p {
    margin-bottom: 20px;
}
.faq-item_desc p a:hover {
    text-decoration: underline;
}
.faq-item_desc p a {
    color: #009FEB;
}
.faq-item_desc img, .faq-item_desc iframe {
    display: block;
    border-radius: 20px;
    max-width: 560px;
    width: 100%;
    max-height: 315px;
    height: 40vw;
    margin: 20px 0;
}
.faq-feedback {
    width: 29%;
}
.faq-feedback_title {
    margin-bottom: 40px;
}
.faq-feedback_btn {
    width: 100%;
}
.faq-bg_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* Screen Dates */
.screen-dates {
    overflow: hidden;
    padding-bottom: 100px;
    margin-bottom: -100px;
}
.screen-dates:after {
    content: '';
    position: absolute;
    top: 1035px;
    left: 50%;
    background: url('assets/img/dates-bg2.svg') no-repeat;
    background-size: 100%;
    width: 645px;
    height: 1710px;
    margin-left: -670px;
    z-index: -1;
}

.dates-wrapper {
    max-width: 1200px;
}
.dates-main_head {
    text-align: center;
}
.dates-main_head-wrapper {
    padding-bottom: 80px;
}
.dates-main_title {
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.84px;
}
.dates-main_title span, .dates-main_title img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.dates-main_title img {
    margin-left: 10px;
}
.dates-main_desc {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.48px;
    max-width: 880px;
    padding-top: 44px;
    margin: 0 auto;
}
.dates-main_desc a:hover {
    text-decoration: none;
}
.dates-main_desc a {
    color: var(--change-color1, #009FEB);
    text-decoration: underline;
}
.dates-main_btn-wr {
    margin-top: 30px;
}
.dates-head {
    text-align: center;
}
.dates-title {
    color: var(--change-color2, #CEF);
    font-size: 100px;
    line-height: 116%;
    letter-spacing: -7px;
    margin-bottom: 42px;
}
.dates-block {
    position: relative;
}
.dates-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.dates-photo, .dates-video {
    background: white;
    border: 20px solid white;
    border-radius: 35px;
    width: 510px;
    height: 340px;
}
.dates-photo:after, .dates-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #D6EEFA;
    width: 100%;
    height: 100%;
}
.dates-photo img, .dates-video img {
    position: relative;
    z-index: 1;
}
.dates-video_loom {
    max-width: 1000px;
    width: 100%;
    max-height: 564px;
    height: 45vw;
    padding: 0;
}
.dates-video_loom iframe {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dates-info {
    text-align: center;
    width: calc(100% - 510px);
    padding-left: 90px;
}
.dates-info_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.48px;
    margin-bottom: 9px;
}
.dates-info_desc {
    line-height: 150%;
    letter-spacing: -0.48px;
}
.dates-style1 .dates-body, .dates-style2 .dates-body {
    position: relative;
    flex-direction: row;
    align-items: center;
}
.dates-style1 .dates-body {
    right: -30px;
}
.dates-style1 .dates-title, .dates-style2 .dates-title {
    margin-bottom: -40px;
}
.dates-style1 .dates-info_title {
    color: var(--change-color1, #009FEB);
}
.dates-style1 .dates-info_desc {
    font-size: 24px;
}
.dates-style2:before, .dates-style4:before {
    content: '';
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    width: 1287px;
    height: 1287px;
}
.dates-style2:before {
    top: -300px;
    left: -800px;
    background-image: url('assets/img/dates-bg1.png');
}
.dates-style4:before {
    top: 0;
    right: -800px;
    background-image: url('assets/img/dates-bg1.png');
}
.dates-style2 .dates-body {
    left: -30px;
}
.dates-style2 .dates-info {
    padding-left: 0;
    padding-right: 62px;
}
.dates-style2 .dates-info_title {
    margin-bottom: 7px;
}
.dates-style3 .dates-head, .dates-style4 .dates-head {
    margin-bottom: 77px;
}
.dates-style3_wrapper {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 0;
}
.dates-cards_list {
    position: relative;
    left: 50%;
    align-items: flex-start;
    margin-left: -530px;
}
.dates-cards .cards-item:nth-child(odd) {
    margin-top: 65px;
}
.dates-cards .cards-item {
    width: 335px;
    padding: 30px;
}
.dates-cards .cards-item_photo {
    height: 176px;
}
.dates-cards .cards-item_price {
    font-size: 18px;
}
.dates-cards .cards-item_info-main .hashtags li a {
    height: 34px;
}
.dates-cards_bottom {
    text-align: center;
    margin-top: 30px;
}
.dates-videos_slider {
    display: flex;
    flex-wrap: wrap; 
}
.dates-videos_slider-item:nth-child(odd) {
    margin-top: 48px;
}
.dates-videos_slider-item {
    background: white;
    border-radius: 20px;
    width: 405px;
    padding: 30px 30px 15px;
    margin-right: 10px;
}
.dates-videos_slider-video {
    display: block;
    border-radius: 15px;
    height: 220px;
}
.dates-videos_slider-video_loom iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dates-videos_slider-info {
    padding-top: 30px;
}
.dates-videos_slider-person {
    margin-top: 19px;
}
.dates-videos_slider-name {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.48px;
    margin-bottom: 2px;
}
.dates-videos_slider-post {
    color: rgba(0, 33, 50, 0.60);
    font-size: 15px;
    line-height: 140%;
}

/* Screen Telegrams */
.telegrams-title {
    text-align: center;
    margin-bottom: 35px;
}
.body-offer .telegrams-title {
    text-align: left;
}
.telegrams-wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
}
.telegrams-wrapper {
    max-width: 1690px;
}
.telegrams-cards {
    position: relative;
    left: -25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 25px);
}
.telegrams-cards .slick-list {
    padding: 40px;
}
.telegrams-cards_item:nth-child(1) {
    transform: rotate(-10deg);
}
.telegrams-cards_item:nth-child(2) {
    transform: rotate(10deg);
    margin-top: 10px;
    margin-right: 10px;
}
.telegrams-cards_item:nth-child(3) {
    margin-top: 10px;
    z-index: 1;
}
.telegrams-cards_item:nth-child(4) {
    transform: rotate(-10deg);
}
.telegrams-cards_item:nth-child(5) {
    transform: rotate(10deg);
    margin-top: 10px;
}
.telegrams-cards_item:nth-child(6) {
    margin-top: 10px;
}
.telegrams-cards_item {
    position: relative;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    width: 250px;
    padding: 20px;
}
.telegrams-cards_item-photo {
    border-radius: 12px;
    height: 120px;
    margin-bottom: 20px;
}
.telegrams-cards_item-info {
    color: var(--change-color1, #07111D);
    font-size: 15px;
    line-height: 140%;
}
.telegrams-bottom {
    text-align: center;
    margin-top: 25px;
}
.telegrams-bottom_btn:hover {
    background: #0089CB;
}
.telegrams-bottom_btn {
    background: #009FEB;
}

/* Screen Telegrams2 */
.screen-telegrams2 {
    background: #F6F9FD;
}
.telegrams2-title {
    margin-bottom: 40px;
}
.telegrams2-cards .cards-item_photo {
    height: 178px;
}
.telegrams-bottom2 {
    text-align: center;
    margin-top: 40px;
}
.telegrams2-bottom_btn:hover {
    background: #0089CB;
}
.telegrams2-bottom_btn {
    background: #009FEB;
}
.telegrams-form {
    background: var(--change-about-form-color2, #0E3A36);
    border-radius: 20px;
    max-width: 1196px;
    padding: 47px 60px;
    margin: 180px auto 0;
}
.telegrams-form_title {
    margin-bottom: 20px;
}
.telegrams-form_title {
    color: var(--change-about-form-color1, #AED5CA);
    margin-bottom: 20px;
}
.telegrams-form_fields {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.telegrams-form_field {
    width: calc(33.33% - 20px);
    margin: 10px;
}
.telegrams-form_field input {
    color: var(--change-about-form-color1, #002132);
}
.telegrams-form_btn {
    width: 100%;
}
.telegrams-form .iti--allow-dropdown .iti--allow-dropdown {
    width: 100%;
    margin: 0;
}
.telegrams-form_desc {
    font-size: 13px;
    line-height: 140%;
    padding-top: 20px;
}
.telegrams-form_desc span {
    color: rgba(255, 255, 255, 0.30);
}
.telegrams-form_btn {
    background: var(--change-about-form-color1, #0E3A36);
}

/* Page Offer */
/* Screen Banner */
.banner-offer_wrapper {
    padding-bottom: 190px;
}
.banner-offer_content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-offer_info {
    padding-right: 40%;
}
.banner-offer_title {
    font-size: 62px;
    letter-spacing: -1.24px;
}
.banner-offer_desc {
    line-height: 140%;
    letter-spacing: -0.18px;
    padding-top: 40px;
}
.banner-offer_bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.banner-offer_photo {
    position: absolute;
    top: -60px;
    right: 0;
    border-radius: 40px;
    width: 434px;
    height: 542px;
    z-index: 1;
}
.banner-offer_photo:before {
    content: '';
    position: absolute;
    top: 62px;
    left: -16px;
    background: url('assets/img/telegram-icon3.svg') no-repeat;
    background-size: 100%;
    width: 480px;
    height: 480px;
    margin: auto;
    z-index: -1;
}
.banner-offer_photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    background: var(--change-color2, white);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-offer_btn1 {
    margin-right: 10px;
}
.body-offer .faq-bg_img {
    right: 0;
    bottom: 0;
}

/* Screen Why */
.screen-why {
    background: var(--change-color1, #002132);
}
.why-wrapper {
    padding-top: 124px;
    padding-left: 120px;
    padding-bottom: 119px;
}
.why-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.why-photo {
    position: relative;
    width: 348px;
    height: 453px;
    z-index: 1;
}
.why-photo img {
    position: relative;
}
.why-photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    background: var(--change-color3, #F6F9FD);
    border-radius: 40px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.why-info {
    color: var(--change-color3, #F6F9FD);
    width: calc(100% - 348px);
    padding-left: 172px;
}
.why-title {
    font-size: 42px;
    letter-spacing: -0.84px;
    margin-bottom: 40px;
}
.why-desc ol, .why-desc ul:last-child {
    margin-bottom: 0;
}
.why-desc ol, .why-desc ul {
    margin-bottom: 20px;
}
.why-desc p {
    font-size: 17px;
}
.why-desc ol li:last-child, .why-desc ul li:last-child {
    margin-bottom: 0;
}
.why-desc ol li, .why-desc ul li {
    padding-left: 26px;
    margin-bottom: 10px;
}
.why-desc ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: var(--change-color2, #3CB594);
    border-radius: 100%;
    width: 6px;
    height: 6px;
}
.why-bg {
    position: absolute;
}

/* Screen Steps */
.steps-wrapper {
    max-width: 1000px;
    padding-bottom: 100px;
}
.steps-title {
    text-align: center;
    margin-bottom: 60px;
}
.steps-title svg {
    position: absolute;
    right: -10px;
    bottom: -25px;
    z-index: -1;
}
.steps-content {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}
.steps-content:after {
    content: '';
    position: absolute;
    top: 85px;
    left: -60px;
    right: 0;
    background: url('assets/img/steps-bg.svg') no-repeat;
    background-size: 100%;
    width: 483px;
    height: 772px;
    margin: 0 auto;
    z-index: -1;
}
.steps-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.steps-item:nth-child(odd) .steps-item_video {
    order: 1;
}
.steps-item:nth-child(even) .steps-item_video {
    order: 2;
}
.steps-item_video {
    position: relative;
    width: 280px;
    height: 400px;
}
.steps-item_video:after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('assets/img/steps-video-bg.png') no-repeat;
    background-size: 100%;
    width: 204px;
    height: 398px;
    margin: auto;
}
.steps-item_video video {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    width: 65%;
    height: 93%;
    margin: auto;
}
.steps-item:nth-child(odd) .steps-item_info {
    order: 2;
    padding-left: 40px;
}
.steps-item:nth-child(even) .steps-item_info {
    order: 1;
    padding-right: 40px;
}
.steps-item_info {
    width: calc(100% - 280px);
}
.steps-item_sub-title, .steps-item_title {
    margin-bottom: 20px;
}
.steps-item_notice {
    background: rgba(255, 255, 255, 0.30);
    padding: 12px 20px 14px;
    border-radius: 10px;
    margin-top: 20px;
}

/* Screen Profit */
.profit-title {
    margin-bottom: 40px;
}
.profit-title svg {
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: -1;
}
.profit-calc {
    display: flex;
    flex-wrap: wrap;
    padding: 44px 54px 56px;
}
.profit-calc_slider {
    width: 49%;
}
.profit-calc_slider-title {
    margin-bottom: 65px;
}
.profit-calc_slider-content.mob {
    display: none;
}
.profit-calc_slider-range.ui-widget.ui-widget-content {
    background: rgba(0, 48, 43, 0.10);
    border: 0;
    border-radius: 10px;
    height: 10px;
}
.profit-calc_slider-range_bg {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.profit-calc_slider-range_bg span:first-child, .profit-calc_slider-range_bg span:last-child {
    background: transparent;
}
.profit-calc_slider-range_bg span {
    display: block;
    background: white;
    width: 2px;
    height: 100%;
}
.profit-calc_slider .ui-slider-handle {
    position: absolute;
    top: -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    border: 0;
    width: 47px;
    height: 60px;
}
.profit-calc_slider .ui-slider-handle:after {
    content: '';
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
    height: calc(100% + 79px);
}
.profit-calc_slider .ui-slider-handle-img {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 47px;
    height: 60px;
}
.profit-calc_slider .ui-slider-handle-amount, .profit-calc_slider .ui-slider-handle-desc {
    position: absolute;
    background: black;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    white-space: pre;
    text-align: center;
    letter-spacing: -0.15px;
}
.profit-calc_slider .ui-slider-handle-amount {
    bottom: 100%;
    line-height: 140%;
    max-width: 50px;
    width: 100%;
    height: 21px;
    margin-bottom: 12px;
}
.profit-calc_slider .ui-slider-handle-desc {
    top: 100%;
    display: flex;
    height: 32px;
    padding: 2px 14px;
    margin-top: 14px;
}
.profit-calc_slider .ui-slider-handle-desc:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    background: black;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    margin: 0 auto;
}
.profit-calc_slider-top {
    padding-bottom: 12px;
}
.profit-calc_slider-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.profit-calc_slider-bottom span, .profit-calc_slider-top span {
    color: rgba(14, 58, 54, 0.60);
    font-size: 15px;
    line-height: 140%;
}
.profit-calc_info {
    width: 51%;
    padding-left: 177px;
}
.profit-calc_info-price_title span {
    position: relative;
}
.profit-calc_info-price_title span:after {
    content: '*';
    position: absolute;
    top: -8px;
    right: -8px;
    color: var(--change-color2, #3CB594);
    font-size: 14px;
}
.profit-calc_info-price_numb {
    font-size: 42px;
    margin-top: 4px;
}
.profit-calc_info-desc {
    width: 55%;
    padding-top: 44px;
}
.profit-calc_info-desc_text {
    position: relative;
}
.profit-calc_info-desc_text:before {
    content: '*';
    position: absolute;
    top: -2px;
    left: -8px;
    color: var(--change-color2, #3CB594);
    font-size: 14px;
}
.profit-calc_info-desc p:last-child {
    margin-bottom: 0;
}
.profit-calc_info-desc p {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 10px;
}
.form-style1_title {
    color: var(--change-color3, #AED5CA);
    margin-bottom: 20px;
}
.profit-form, .start-form {
    background: var(--change-color1, #0E3A36);
    border-radius: 20px;
    padding: 47px 60px;
    margin-top: 20px;
}
.profit-form_title, .start-form_title {
    margin-bottom: 20px;
}
.profit-form_title {
    color: var(--change-color3, #AED5CA);
    margin-bottom: 20px;
}
.start-form_title {
    color: var(--change-color1, #AED5CA);
    margin-bottom: 20px;
}
.profit-form_fields, .start-form_fields {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.profit-form_field, .start-form_field {
    width: calc(33.33% - 20px);
    margin: 10px;
}
.profit-form_btn, .start-form_btn {
    width: 100%;
}
.profit-form .iti--allow-dropdown .iti--allow-dropdown, .start-form .iti--allow-dropdown .iti--allow-dropdown {
    width: 100%;
    margin: 0;
}
.profit-form_desc, .start-form_desc {
    font-size: 13px;
    line-height: 140%;
    padding-top: 20px;
}
.profit-form_desc span, .start-form_desc span {
    color: rgba(255, 255, 255, 0.30);
}

/* Popup Form Recaptcha */
.popup-form_recaptcha-stage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background: rgb(0 0 0 / 50%);
    transition: all .3s;
    padding: 40px 60px;
    z-index: 10000;
}
.popup-form_recaptcha .cf7sr-g-recaptcha {
    margin: 0;
}
.popup-form_recaptcha-btn {
    background: var(--change-color1, #0E3A36);
    margin-top: 40px;
}
.popup-form_recaptcha-success:not(.active), .popup-form_recaptcha-main:not(.active) {
    display: none;
}
.popup-form_recaptcha .wpcf7-not-valid-tip:not(.active) {
    display: none;
}

/* Screen Whom */
.whom-wrapper {
    padding-bottom: 100px;
}
.whom-title {
    position: relative;
    display: inline-flex;
    margin-bottom: 40px;
}
.whom-title svg {
    position: absolute;
    right: -25px;
    bottom: -5px;
    z-index: -1;
}
.whom-content {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.whom-item {
    background: white;
    border-radius: 20px;
    width: calc(33.33% - 20px);
    padding: 40px;
    margin: 10px;
}
.whom-item_photo {
    border-radius: 20px;
    height: 245px;
}
.whom-item_info {
    padding-top: 20px;
}
.whom-item_info-title {
    margin-bottom: 10px;
}

/* Scren Start */
.screen-start {
    background: var(--change-color1, #0E3A36);
}
.start-wrapper {
    max-width: 1324px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.start-title {
    color: var(--change-color3, #AED5CA);
    margin-bottom: 40px;
}
.start-content {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.start-item {
    width: calc(33.33% - 24px);
    margin: 12px;
}
.start-item_sub-title {
    color: var(--change-color2, #3CB594);
    margin-bottom: 10px;
}
.start-item_title {
    color: var(--change-color3, #AED5CA);
    font-size: 24px;
    line-height: 150%;
}
.start-form {
    background: var(--change-color2, #3CB594);
    margin-top: 50px;
}
.start-form_desc span {
    color: rgba(14, 58, 54, 0.60);
}
.start-form_btn {
    background: var(--change-color1, #0E3A36);
}

/* Screen Rates */
.rates-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}
.rates-bg_icon {
    position: absolute;
    right: 230px;
    bottom: 0;
    z-index: -1;
}
.rates-title {
    margin-bottom: 40px;
}
.rates-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -6px;
}
.rates-item {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 30px;
    width: calc(25% - 12px);
    margin: 6px;
}
.rates-item_price-text {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.56px;
}
.rates-item_btns {
    margin-top: 20px;
}
.rates-item_btn1, .rates-item_btn2 {
    width: 100%;
    height: 50px;
}
.rates-item_btn1 {
    font-size: 15px;
    margin-bottom: 10px;
}
.rates-item_desc {
    padding-top: 20px;
    padding-bottom: 20px;
}
.rates-item_desc p:last-child, .rates-item_desc ol, .rates-item_desc ul, .rates-item_desc ol li:last-child, .rates-item_desc ul li:last-child {
    margin-bottom: 0;
}
.rates-item_desc p, .rates-item_desc ol, .rates-item_desc ul, .rates-item_desc ol li, .rates-item_desc ul li {
    margin-bottom: 10px;
}
.rates-item_desc p, .rates-item_desc ol li, .rates-item_desc ul li {
    font-size: 15px;
    line-height: 140%;
}
.rates-item_desc ul li {
    padding-left: 15px;
}
.rates-item_desc ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: var(--change-color2, #3CB594);
    border-radius: 100%;
    width: 4px;
    height: 4px;
}
.rates-item_notice {
    border-top: 1px solid rgb(0 0 0 / 10%);
    opacity: .6;
    color: var(--change-color1, #002132);
    font-size: 15px;
    line-height: 140%;
    padding-top: 20px;
}
.rates-bottom {
    text-align: center;
    margin-top: 40px;
}

/* Screen Control */
.screen-control {
    background: var(--change-color1, #0E3A36);
}
.control-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}
.control-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.control-video {
    position: relative;
    z-index: 1;
}
.control-video:after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .1;
    background: var(--change-color3, #AED5CA);
    border-radius: 100%;
    width: 65%;
    height: 65%;
    margin: auto;
    z-index: -1;
}
.control-video video {
    position: absolute;
    inset: 0;
    background: white;
    border-radius: 30px;
    width: 38%;
    height: 79%;
    margin: auto;
}
.control-video_bg1, .control-video_bg2 {
    position: absolute;
    inset: 0;
    background-size: 100%;
}
.control-video_bg1 {
    background-image: url('assets/img/control-video-phone.png');
    background-repeat: no-repeat;
    width: 43%;
    height: 83%;
    margin: auto;
}
.control-video_bg2 {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.control-video {
    width: 496px;
    height: 496px;
}
.control-info {
    width: calc(100% - 496px);
    padding-left: 109px;
}
.control-title {
    color: var(--change-color3, #AED5CA);
    font-size: 42px;
    letter-spacing: -0.84px;
    max-width: 615px;
    margin-bottom: 40px;
}
.control-desc {
    color: var(--change-color3, #AED5CA);
    font-size: 18px;
    max-width: 700px;
}

/* Screen Education */
.education-wrapper {
    max-width: 1504px;
}
.education-head {
    position: relative;
    margin-bottom: 40px;
}
.education-sub_title {
    padding-top: 20px;
}
.education-head_icon {
    position: absolute;
    bottom: 65px;
    right: 0;
}
.education-content {
    counter-reset: list;
}
.education-block:last-child {
    margin-bottom: 0;
}
.education-block.hide {
    display: none;
}
.education-block {
    margin-bottom: 20px;
}
.education-block_title {
    padding: 10px 0 0 20px;
    margin-bottom: 20px;
}
.education-block_list-item.lock .education-block_list-item_inner {
    opacity: .5;
}
.education-block_list-item.hide {
    display: none;
}
.education-block_list-item {
    position: relative;
}
.education-block_list-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .2;
    border-bottom: 1px solid var(--change-color1, #002132);
    width: 100%;
}
.education-block_list-item_inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 14px 20px 14px 68px;
    margin: -5px;
}
.education-block_list-item_inner:before {
    content: counter(list) ". ";
    counter-increment: list;
    position: absolute;
    left: 20px;
}
.education-block_list-link1, .education-block_list-link2 {
    margin: 5px;
}
.education-block_list-link1 {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.education-block_list-item:not(.lock) .education-block_list-link1:hover svg {
    right: -3px;
}
.education-block_list-link1 svg {
    position: relative;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.education-block_list-tooltip {
    position: absolute;
    left: calc(100% + 20px);
    background: black;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.3px;
    min-width: 225px;
    padding: 14px 20px;
    z-index: 1;
}
.education-block_list-tooltip .btn1-bg_wr {
    top: 0;
    left: -10px;
    width: calc(100% + 10px);
    height: 100%;
}
.education-block_list-tooltip:before {
    content: '';
    position: absolute;
    top: 0;
    left: -7px;
    bottom: 0;
    background: black;
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    margin: auto 0;
}
.education-block_list-link2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
    font-size: 13px;
    line-height: 110%;
    height: 36px;
    padding-left: 10px;
    padding-right: 15px;
}
.education-block_list-link2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: .08;
    background: var(--change-color1, #002132);
    width: 100%;
    height: 100%;
}
.education-block_list-link2 svg {
    margin-right: 5px;
}
.education-content_bottom.hide {
    display: none;
}
.education-content_bottom {
    padding-left: 40px;
    margin-top: 20px;
}
.education-bottom {
    margin-top: 40px;
}
.screen-education_offer .education-head_icon {
    bottom: -40px;
}
.screen-education_offer .education-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 80px;
    background: linear-gradient(180deg, rgba(174, 213, 202, 0.00) 0%, var(--change-color3, #AED5CA) 47.26%, var(--change-color3, #AED5CA) 100%);
    width: 100%;
    height: 140px;
}
.screen-education_offer .education-wrapper {
    max-width: 1624px;
}
.screen-education_offer .education-content_bottom {
    position: relative;
    padding: 0;
    margin-top: 40px;
    z-index: 1;
}

/* Screen Other */
.other-content p:last-child {
    margin-bottom: 0;
}
.other-content p {
    margin-bottom: 20px;
}
.other-content p a:hover {
    text-decoration: underline;
}
.other-content p a {
    color: #009FEB;
}
.other-content img, .other-content iframe {
    display: block;
    border-radius: 20px;
    max-width: 100%;
    margin: 20px 0;
}

/* Page About */
.page-template-about .faq-wrapper {
    max-width: 1200px;
    padding-top: 20px;
}
.page-template-about .faq-head {
    text-align: center;
}
.page-template-about .faq-list {
    width: 100%;
    margin: 0;
}

/* Page Payment Success */
.success-wrapper {
    max-width: 1448px;
}
.success-content {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
}
.success-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url('assets/img/success-bg.png') no-repeat;
    background-size: 100%;
    width: 1160px;
    height: 337px;
    margin: 0 auto;
    z-index: -1;
}
.success-title {
    position: relative;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}
.success-title:before {
    content: '';
    display: block;
    background: url('assets/img/success-icon.png') no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.success-btn {
    margin-top: 40px;
}

/* Popups */
.popup-stage.active {
    opacity: 1;
    visibility: visible;
}
.popup-stage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background: rgb(0 0 0 / 50%);
    transition: all .3s;
    padding: 40px 60px;
    z-index: 10000;
}
.popup {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    background: white;
    border-radius: 40px;
    max-width: 800px;
    width: 100%;
    padding: 60px;
}
.popup-head {
    margin-bottom: 40px;
}
.popup-title {
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.84px;
}
.popup-sub_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 10px;
}
.popup-form_field:last-child {
    margin-bottom: 0;
}
.popup-form_field {
    position: relative;
    margin-bottom: 5px;
}
.popup-form_bottom {
    margin-top: 20px;
}
.popup-form_btn {
    width: 100%;
}
.popup-tariff_stage .popup {
    max-width: 600px;
}
.popup-tariff_form-link {
    display: none;
}
.popup-close:hover {
    background: var(--change-color1, #002132);
}
.popup-close {
    position: absolute;
    top: 0;
    right: -78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 100%;
    transition: all .3s;
    width: 48px;
    height: 48px;
    z-index: 1;
}
.popup-close svg path {
    fill: var(--change-color1, #0E3A36);
}
.popup-close:hover svg path {
    fill: white;
}
.popup-whatsapp {
    max-width: 963px;
    padding: 0;
}
.popup-whatsapp_content {
    display: flex;
    flex-wrap: wrap; 
}
.popup-whatsapp_photo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    background: var(--change-color3, #AED5CA);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 374px;
    z-index: 1;
}
.popup-whatsapp_photo:after {
    content: '';
    position: absolute;
    top: -50px;
    left: -68px;
    background: url('assets/img/popup-whatsapp-bg.png') no-repeat;
    background-size: 100%;
    width: 688px;
    height: 429px;
    z-index: -1;
}
.popup-whatsapp_photo img {
    max-width: 94%;
}
.popup-whatsapp_info {
    width: calc(100% - 374px);
    padding: 60px 60px 80px;
}
.popup-whatsapp_title {
    font-size: 42px;
    letter-spacing: -0.84px;
    margin-bottom: 40px;
}
.popup-whatsapp_form-btn {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
}
.popup-education {
    overflow: hidden;
    border-radius: 20px;
    max-width: 1280px;
    padding: 128px 257px 60px;
}
.popup-education_content .title-style1 {
    padding-right: 60px;
    margin-bottom: 40px;
}
.popup-education_content h2 {
    position: relative;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.56px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.popup-education_content iframe {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 430px;
    margin: 20px 0;
}
.popup-education_content p > img {
    border-radius: 20px;
    width: 100%;
    margin: 20px 0;
}
.popup-education_content p:first-child, .popup-education_content ol:first-child, .popup-education_content ul:first-child {
    margin-top: 0;
}
.popup-education_content p:last-child, .popup-education_content ol:last-child, .popup-education_content ul:last-child {
    margin-bottom: 0;
}
.popup-education_content p, .popup-education_content ol, .popup-education_content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
.popup-education_content ol li, .popup-education_content ul li {
    margin-bottom: 20px;
}
.popup-education_content ul li {
    padding-left: 30px;
}
.popup-education_content ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: var(--change-color2, #3CB594);
    border-radius: 100%;
    width: 10px;
    height: 10px;
}
.popup-education_content ol {
    list-style: none;
    counter-reset: list;
}
.popup-education_content ol li {
    padding-left: 60px;
}
.popup-education_content ol li:before {
    content: counter(list);
    counter-increment: list;
    position: absolute;
    top: -4px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--change-color2, #3CB594);
    border-radius: 100%;
    color: white;
    width: 36px;
    height: 36px;
}
.popup-education_quote {
    position: relative;
    padding: 60px 0;
    margin: 40px 0;
    z-index: 1;
}
.popup-education_quote:after {
    content: '';
    position: absolute;
    top: 0;
    left: -257px;
    background: #F2F3F5;
    width: calc(100% + 514px);
    height: 100%;
    z-index: -1;
}
.popup-education_quote-person {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 32px;
}
.popup-education_quote-desc {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.48px;
}
.popup-education_quote-person_photo {
    border-radius: 100%; 
    width: 44px;
    height: 44px;
}
.popup-education_quote-person_info {
    width: calc(100% - 44px);
    padding-left: 20px;
}
.popup-education_quote-person_post {
    opacity: .4;
    color: var(--change-color1, #0E3A36);
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.18px;
}
.popup-education_content-desc {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.48px;
    margin-bottom: 32px;
}
.popup-education_photos:first-child, .popup-education_slider:first-child {
    margin-top: 0;
}
.popup-education_photos:last-child, .popup-education_slider:last-child {
    margin-bottom: 0;
}
.popup-education_photos, .popup-education_slider {
    position: relative;
    left: -26%;
    width: 152%;
    margin: 40px 0;
}
.popup-education_photos {
    display: flex;
    flex-wrap: wrap;
}
.popup-education_photos-item:first-child {
    width: calc(40% - 14px);
    margin-right: 20px;
}
.popup-education_photos-item:last-child {
    width: calc(60% - 11px);
}
.popup-education_photos-photo {
    border-radius: 20px;
    height: 454px;
}
.popup-education_photos-desc {
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.3px;
    padding-top: 20px;  
}
.popup-education_slider {
    width: 160%;
}
.popup-education_slider-item.video-player {
    position: relative;
    cursor: pointer;
}
.popup-education_slider-item.video-player.active:after {
    opacity: 0;
    visibility: hidden;
}
.popup-education_slider-item.video-player:after {
    content: '►';
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    color: white;
    font-family: Arial;
    font-size: 26px;
    transition: all .3s;
    width: 60px;
    height: 60px;
    padding-left: 2px;
    margin: auto;
}
.popup-education_slider-item {
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    width: 241px;
    height: 474px;
    padding: 16px;
    margin-right: 32px;
}
.popup-education_slider-item img, .popup-education_slider-item video {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.flip-clock-wrapper {
    margin-top: 45px;
    margin-bottom: 35px;
}
.flip-clock-wrapper .flip {
    margin-top: 0;
    margin-bottom: 0;
}
.flip-clock-wrapper ul li {
    padding: 0;
    margin: 0;
}
.flip-clock-wrapper ul li:before {
    display: none;
}
.timer-text1.hide, .timer-text2.hide {
    display: none;
}
.popup-education .popup-close {
    background: var(--change-color3, #AED5CA);
    top: 40px;
    right: 40px;
}
.grecaptcha-badge {
    display: none!important;
}
.cf7sr-g-recaptcha {
    margin-top: 13px;
}

/* Footer */
.footer {
	flex: 0 0 auto;
	overflow: hidden;
    background: black;
    text-align: center;
}
.footer-wrapper {
    padding-bottom: 215px;
    z-index: 1;
}
.footer-wrapper:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url('assets/img/footer-bg.png') no-repeat;
    background-size: 100%;
    width: 1920px;
    height: 286px;
    margin-left: -962px;
    z-index: -1;
}
.footer-menu {
	margin-bottom: 30px;
}
.footer-menu ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-menu ul li:last-child {
	margin-right: 0;
}
.footer-menu ul li {
    margin-right: 40px;
    padding: 7px 0;
}
.footer-menu ul li a:hover {
	text-decoration: underline;
}
.footer-menu ul li a {
    color: white;
    letter-spacing: -0.18px;
}
.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px;
}
.footer-social ul li {
	margin: 5px;
}
.footer-social ul li a:hover {
	background: rgba(255, 255, 255, 0.20);
}
.footer-social ul li a {
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    color: white;
    font-size: 17px;
    height: 60px;
    padding: 0 40px;
}
.footer-social ul li a img {
    width: 22px;
    height: 19px;
    margin-right: 10px;
}
.footer-bottom {
	margin-top: 60px;
}
.footer-logo {
    display: flex;
    justify-content: center;
}
.footer-info {
	padding-top: 20px;
}
.footer-info_text1 {
    color: white;
    letter-spacing: -0.18px;
    padding-bottom: 10px;
}
.footer-info_text2 {
    line-height: 110%;
}
.footer-info_text2 p, .footer-info_text2 a {
    color: rgba(255, 255, 255, 0.30);
    font-size: 15px;
}
.footer-info_text2 a:hover {
	text-decoration: underline;
}
.footer-info_text2 a {
    color: white;
}
.fancybox-button svg {
    color: white;
}