::-webkit-scrollbar {
    width: 4px;
    background-color: #D9D9D9;
}
  
::-webkit-scrollbar-thumb {
    background-color: #E50040;
}

* {
    font-family: 'Inter';
    font-style: normal;
}

::selection {
    background-color: #4FC7B5;
    color: #fff;
}

a {
    transition: all .2s linear;
}

.lozad_img, .lozad_block {
    opacity: 0;
    transition: all .2s linear;
}

h2.s_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}

.swiper-scrollbar-box {
    position: relative;
    top: 24px;
    display: flex;
    justify-content: center;
}

.swiper-scrollbar {
    max-width: 100%;
    position: static !important;
    background: #D9D9D9 !important;
}

.swiper-scrollbar-drag {
    background: #4FC7B5 !important;
    cursor: pointer !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    transition: all .2s linear;
    color: #D9D9D9;
    font-size: 32px !important;
}

.swiper-button-prev:hover::after, .swiper-button-next:hover::after {
    color: #4FC7B5 !important;
}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/* header */

header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

header .top .colmn {
    display: flex;
    flex-direction: column;
}

header .top .colmn.colmn_1 img {
    width: 218px;
}

header .top .colmn.colmn_1 span {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin: 6px 0 0 28px;
    display: block;
}

header .top .colmn.colmn_2 .address {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #818181;
}

header .top .colmn.colmn_2 .work_time {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

header .top .colmn.colmn_3 {
    text-align: center;
    align-items: center;
}

header .top .colmn.colmn_3 .phone_box {
    display: flex;
    position: relative;
    align-items: center;
}

header .top .colmn.colmn_3 a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}

header .top .colmn.colmn_3 a:hover {
    color: #309787;
}

header .top .colmn.colmn_3 a.wt {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../icons/whatsapp_b.svg);
    background-size: cover;
    position: absolute;
    left: -26px;
}

header .top .colmn.colmn_3 a.wt:hover {
    background: url(../icons/whatsapp_g.svg);
    background-size: cover;
}

header .top .colmn.colmn_4 img {
    width: 186px;
}

header .top .colmn.colmn_4 form {
    position: relative;
}

header .top .colmn.colmn_4 form .search-input {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #B0B0B0;
    padding: 10px 39px 10px 16px;
    width: 356px;
    height: 44px;
    border-width: 1px;
    border-style: solid;
    border-color: #B0B0B0;
}

header .top .colmn.colmn_4 form .search-button {
    width: 44px;
    border: none !important;
    background-color: #fff0 !important;
    position: absolute;
    height: 44px;
    right: 0;
    background-image: url(../icons/Search.svg);
    background-repeat: no-repeat;
    background-position: center;
}

header nav {
    margin-top: 18px;
    display: flex;
    margin-left: 9px;
}

header nav .nav_item {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
    margin: 0 20px;
    transition: all .2s linear;
}

header nav .nav_item:hover {
    color: #309787;
}

.burger {
    position: absolute;
    right: 32px;
    top: 26px;
    width: 25px;
    height: 16px;
    cursor: pointer;
    display: none;
}

.burger span, .burger span:before, .burger span:after{
    width: 100%;
    position: absolute;
    height: 2px;
    background: #000000;
    display: block;
    transition: .3s;
    border-radius: 5px;
}

.burger span:before{
    content: "";
    top: -8px;
    transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger span{
     top: 8px;
}

.burger span:after{
    content: "";
    bottom: -8px;
    transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger span.active:before{
    content: "";
    top: 0px;
    transform: rotate(45deg);
    transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.burger span.active:after{
    content: "";
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.burger span.active{
    background: rgba(255, 255, 255, 0); 
}

header .nav .mabile_nav.mabile_nav_1 {
    display: none;
    flex-direction: column;
    margin-top: 28px;
    padding: 0 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

header .nav .mabile_nav.mabile_nav_2 {
    margin-top: 28px;
    padding: 0 0 0 52px;
    display: none;
}

header .nav .mabile_nav.mabile_nav_2 .phone_box {
    position: relative;
    display: flex;
    align-items: center;
}
  
header .nav .mabile_nav.mabile_nav_2 a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}

header .nav .mabile_nav.mabile_nav_2 a:hover {
    color: #309787;
}

header .nav .mabile_nav.mabile_nav_2 a.wt {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../icons/whatsapp_b.svg);
    background-size: cover;
    position: absolute;
    left: -26px;
}

header .nav .mabile_nav.mabile_nav_2 a.wt:hover {
    background: url(../icons/whatsapp_g.svg);
    background-size: cover;
}

header .nav .mabile_nav.mabile_nav_3 {
    display: none;
    width: 100%;
    margin-top: 60px;
    padding: 32px 12px;
}

header .nav .mabile_nav.mabile_nav_3 form {
    position: relative;
    max-width: 356px;
    width: 100%;
    margin: 0 auto;
}

header .nav .mabile_nav.mabile_nav_3 form .search-input {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #B0B0B0;
    padding: 10px 39px 10px 16px;
    width: 100%;
    height: 44px;
    border-width: 1px;
    border-style: solid;
    border-color: #B0B0B0;
}

header .nav .mabile_nav.mabile_nav_3 form .search-button {
    width: 44px;
    border: none !important;
    background-color: #fff0 !important;
    position: absolute;
    height: 44px;
    right: 0;
    background-image: url(../icons/Search.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/* header end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* footer */

footer {
    margin-bottom: 30px;
    margin-top: 120px;
}

footer .to_top_box {
    width: 100%;
    padding: 24px;
}

footer .to_top_box .to_top {
    width: 56px;
    height: 56px;
    background: #4FC7B5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    transition: all .2s linear;
}

footer .to_top_box .to_top i {
    width: 15px;
    height: 9px;
    display: block;
    background: url(../icons/Icon_Stroke.svg);
}

footer .to_top_box .to_top:hover {
    background: #309787;
}

footer .info {
    padding: 28px 0;
    background: #4FC7B5;
}

footer .info img {
    margin-left: auto;
    display: block;
}

footer .footer_main {
    padding: 54px 0 78px;
    background: #000000;
    color: #fff;
}

footer .footer_main .container {
    display: flex;
    justify-content: space-between;
}

footer .footer_main .colmn.colmn_1, footer .footer_main .colmn.colmn_2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .footer_main .colmn .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}

footer .footer_main .colmn.colmn_1 a, footer .footer_main .colmn.colmn_2 a  {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    display: block;
}

footer .footer_main .colmn.colmn_2 .item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

footer .footer_main .colmn.colmn_1 a {
    margin-top: 8px;
}

footer .footer_main .colmn.colmn_1 a:hover, footer .footer_main .colmn.colmn_2 a:hover {
    color: #309787;
}

footer .footer_main .colmn.colmn_2 .item {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .footer_main .colmn.colmn_3 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 30%;
}

footer .footer_main .colmn.colmn_3 .soc {
    width: 31px;
    height: 31px;
    display: block;
    margin-left: 16px;
}

footer .footer_nav {
    padding: 20px 0 4px;
}

footer .footer_nav .container {
    display: flex;
    flex-wrap: wrap;
}

footer .footer_nav .container .nav_item {
    margin: 0 32px 16px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    transition: all .2s linear;
}

footer .footer_nav .container .nav_item:hover {
    color: #309787;
}

/* footer end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* quick_buttons */

.quick_buttons {
    position: fixed;
    right: 0;
    top: calc(50% - 63px);
    z-index: 50;
}

.quick_buttons .item {
    padding: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    background: #E50040;
    margin-bottom: 2px;
    cursor: pointer;
    position: absolute;
    left: calc(100% - 40px);
    white-space: nowrap;
    transition: all .2s cubic-bezier(.46,.03,.52,.96);
}

.quick_buttons .item:hover {
    transform: translateX(calc(-100% + 40px));
}

.quick_buttons .item i {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 14px;
    background-size: cover !important;
    background-position: center !important;
}

.quick_buttons .item.item_1 i {
    background-image: url(../icons/Procent.svg);
}

.quick_buttons .item.item_2 {
    top: 42px;
}

.quick_buttons .item.item_2 i {
    background-image: url(../icons/Calendar.svg);
}

.quick_buttons .item.item_3 {
    top: 84px;
}

.quick_buttons .item.item_3 i {
    background-image: url(../icons/Calculator.svg);
}

/* quick_buttons end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* s1 */

.s1 {
    margin-top: 25px;
}

.s1 .swiper-scrollbar {
    bottom: 24px !important;
    background: #D9D9D9;
}

.s1  .swiper-scrollbar-drag {
    background: #E50040;
    cursor: pointer;
}

.s1 .swiper {
    padding-bottom: 64px;
}

.s1 .swiper-slide {
    display: flex;
    align-items: center;
}

.s1 .swiper-slide .colmn {
    width: 50%;
}

.s1 .swiper-slide .colmn.colmn_1 .cont {
    width: 660px;
    margin-left: auto;
    padding: 0 12px;
}

.s1 .swiper-slide .colmn.colmn_1 .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    display: block;
    margin-bottom: 40px;
}

.s1 .swiper-slide .colmn.colmn_1 .desc {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    max-width: 487px;
    display: block;
    margin-bottom: 32px;
}

.s1 .swiper-slide .colmn.colmn_1 .btn_z {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 56px;
    background: #4FC7B5;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    transition: all .2s linear;
}

.s1 .swiper-slide .colmn.colmn_1 .btn_z:hover {
    background: #309787;
}

.s1 .swiper-slide .colmn.colmn_1 .btn_z i {
    width: 9px;
    height: 15px;
    background: url(../icons/Icon_Stroke_R.svg);
    margin-left: 21px;
}

.s1 .swiper-slide .colmn.colmn_2 img {
    width: 100%;
}

.s1 .swiper-button-prev {
    left: 60px;
    top: calc(50% - 40px);
}

.s1 .swiper-button-prev:after, .s1 .swiper-button-next:after {
    color: #D9D9D9;
    font-size: 32px !important;
}

.s1 .swiper-button-next {
    right: 60px;
    top: calc(50% - 40px);
}

/* s1 end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* form */

.main_form {
    width: 384px;
    padding: 24px;
    background: #FFFFFF;
    display: block;
}

.main_form .title {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}

.main_form .subtitle {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.main_form .form-field {
    margin-bottom: 12px;
}

.main_form .label {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #818181;
    margin-bottom: 6px;
}

.main_form .label span {
    color: #E50040;
}

.main_form .input-field {
    width: 100%;
    padding: 12px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000b8;
    border: 1px solid #D9D9D9;
    transition: all .2s linear;
}

.main_form .input-field.error {
    border: 1px solid #FF0707;
}

.main_form .submit-ok {
    display: none;
    border: none;
    color: #4fc7b5;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-top: 24px;
    padding: 14px 24px;
    transition: all .2s linear;
}

.main_form .checkbox-label {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    margin-top: 24px;
}

.main_form .checkbox {
    margin-right: 8px;
}

.main_form .checkbox-label a {
    color: #E50040;
    text-decoration: none;
}

.main_form .checkbox-label a:hover {
    color: #000;
}

.main_form .submit-button {
    display: block;
    border: none;
    color: #fff;
    text-align: center;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    background: #4FC7B5;
    margin-top: 24px;
    padding: 14px 24px;
    transition: all .2s linear;
    cursor: pointer;
}

.main_form .submit-button:hover {
    background: #309787;
}

.main_form .submit-button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.main_form .submit-button.disabled:hover {
    background: #4FC7B5;
}

.main_form .checkbox, .s7 .radio {
    border: 1px solid #D9D9D9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    outline: none;
    cursor: pointer;
    min-width: 24px;
    transition: all .2s linear;
}

.main_form .checkbox:checked, .s7 .radio:checked {
    border-color: #4fc7b5;
    background: #4fc7b5;
}

.main_form .checkbox::after, .s7 .radio::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../icons/check.svg);
    display: none;
}

.main_form .checkbox:checked::after, .s7 .radio:checked::after {
    display: block;
}

/* form end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* poupup */

.poupup {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	left: 0;
}
.poupup .cont {

	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.poupup .item {
    z-index: 2;
    position: relative;
    max-height: 90%;
    overflow-y: auto;
    margin: 0 12px;
    overflow-x: hidden;
}

.poupup .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000085;
	z-index: 1;
	cursor: pointer;
	top: 0;
}
.poupup .close {
    width: 15px;
    height: 15px;
    cursor: pointer;
	top: 34px;
	position: absolute;
	right: 34px;
	z-index: 3;
}

.poupup .close::before, .poupup .close::after {
    width: 100%;
    position: absolute;
    height: 2px;
    background: #000000;
    display: block;
    transition: .3s;
    border-radius: 5px;
    transition: all .2s linear;
}

.poupup .close:hover::before, .poupup .close:hover::after {
    background: #309787;
}

.poupup .close::before {
    content: "";
    top: 6px;
    transform: rotate(45deg);
}

.poupup .close::after {
    content: "";
    top: 6px;
    transform: rotate(-45deg);
}

.s2_poupup {
    background: #fff;
    padding: 32px;
    max-width: 448px;
}

.s2_poupup .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    max-width: 283px;
}

.s2_poupup .desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
}

.s2_poupup .p_btn, .s3_poupup .p_btn {
    background: #4FC7B5;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 18px;
    cursor: pointer;
    transition: all .2s linear;
}

.s2_poupup .p_btn {
    width: 232px;
}

.s3_poupup .p_btn {
    width: 282px;
}

.s2_poupup .p_btn:hover, .s3_poupup .p_btn:hover {
    background: #309787;
}

.s2_poupup .p_btn i, .s3_poupup .p_btn i {
    width: 9px;
    height: 15px;
    background: url(../icons/Icon_Stroke_R.svg);
    margin-left: 21px;
}

.s3_poupup {
    display: flex;
    max-width: 1264px;
    padding: 32px;
    background: #fff;
}

.s3_poupup .colmn {
    width: 50%;
}

.s3_poupup .colmn.colmn_1 {
    width: 50%;
    padding-right: 24px;
}

.s3_poupup .colmn.colmn_1 img {
    width: 100%;
}

.s3_poupup .colmn.colmn_2 .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}

.s3_poupup .colmn.colmn_2 ul {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
    padding-left: 14px;
}

.s3_poupup .colmn.colmn_2 ul li {
    margin-bottom: 10px;
}

.s3_poupup .colmn.colmn_2 .price_text, .s3_poupup .colmn.colmn_2 .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.s3_poupup .colmn.colmn_2 .price {
    color: #E50040;
}

.s3_download {
    max-width: 384px;
}

.s3_download img {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 6px;
}

.s3_download .title {
    max-width: unset;
}

.s5_poupup {
    background: #fff;
    max-width: 1060px;
    display: flex;
    padding: 32px;
    width: 100vw;
}

.s5_poupup .colmn_1 {
    width: 60%;
    display: flex;
    flex-direction: row-reverse;
}

.s5_poupup .colmn_2 {
    width: 40%;
}

.s5_poupup .colmn_1 .swiper  {
    height: 396px;
    width: 486px;
    position: relative;
    padding-bottom: 48px;
}

.s5_poupup .colmn_1 .swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.s5_poupup .colmn_1 .swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
}

.s5_poupup .colmn_1 .swiper_2 {
    position: relative;
}

.s5_poupup .colmn_1 .swiper-container {
    position: relative;
}

.s5_poupup .colmn_1 .swiper_2  {
    position: relative;
    width: 78px;
    height: 320px;
    overflow: hidden;
    margin: 56px 0;
}

.s5_poupup .colmn_1 .swiper_2 .swiper-slide {
    width: 100%;
    height: 56px !important;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .2s linear;
}

.s5_poupup .colmn_1 .swiper_2 .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #4FC7B5;
}

.s5_poupup .colmn_1 .swiper_2 .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
}

.s5_poupup .colmn_1 .swiper .swiper-scrollbar {
    bottom: 24px !important;
    background: #D9D9D9;
}

.s5_poupup .colmn_1 .swiper .swiper-scrollbar-drag {
    background: #E50040;
    cursor: pointer;
}

.s5_poupup .swiper-container .swiper-button-prev  {
    top: 19px;
    transform: rotate(90deg);
    left: calc(50% - 13.5px);
}

.s5_poupup .swiper-container .swiper-button-next  {
    transform: rotate(90deg);
    top: 412px;
    right: calc(50% - 13.5px);
}

.s5_poupup .swiper-button-prev::after, .s5_poupup .swiper-button-next::after {
    color: #ffffff;
    font-size: 32px !important;
    text-shadow: 2px 1px 8px #0000008a;
}

.s5_poupup .swiper-container .swiper-button-prev::after, .s5_poupup .swiper-container .swiper-button-next::after {
    text-shadow: none;
    color: #4FC7B5;
}

.s5_poupup .swiper .swiper-button-prev, .s5_poupup .swiper .swiper-button-next {
    display: none;
}

.s5_poupup .colmn.colmn_2 {
    padding-left: 24px;
}

.s5_poupup .colmn.colmn_2 .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}

.s5_poupup .colmn.colmn_2 .sub_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-top: 32px;
}

.s5_poupup .colmn.colmn_2 .desc {
    margin-top: 32px;
}

.s5_poupup .colmn.colmn_2 .desc .line {
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 1;
    margin-top: 18px;
}

.s5_poupup .colmn.colmn_2 .desc .line .l {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-right: 5px;
    background: #fff;
}

.s5_poupup .colmn.colmn_2 .desc .line .m {
    position: absolute;
    left: 0;
    width: 100%;
    border: 1px dashed #B0B0B0;
    bottom: 4px;
    z-index: -1;
}

.s5_poupup .colmn.colmn_2 .desc .line .r {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    padding-left: 5px;
    text-align: right;
}

.s5_poupup .colmn.colmn_2 .price {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 32px;
}

.s5_poupup .colmn.colmn_2 .price span {
    color: #E50040;
}

.s5_poupup .colmn.colmn_2 .p_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 282px;
    height: 56px;
    background: #4FC7B5;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    transition: all .2s linear;
    margin-top: 32px;
}

.s5_poupup .colmn.colmn_2 .p_btn:hover {
    background: #309787;
}

.s5_poupup .colmn.colmn_2 .p_btn i {
    width: 9px;
    height: 15px;
    background: url(../icons/Icon_Stroke_R.svg);
    margin-left: 21px;
}

.poupup#s8_v1 .item {
    overflow: visible;
}

.s8_poupup .iframe_box {
    width: 800px;
    height: 430px;
}

.s8_poupup .iframe_box iframe {
    width: 100%;
    height: 100%;
}

.poupup#s8_v1 .close  {
    top: -30px;
    right: -30px;
}

.poupup#s8_v1 .close::before, .poupup#s8_v1 .close::after {
    background: #fff;
}

/* poupup end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* s2 */

.s2 {
    padding-top: 100px;
}

.s2 .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
}
    
.s2 .cont .item.item_1 { grid-area: 1 / 1 / 2 / 2; }
.s2 .cont .item.item_2 { grid-area: 1 / 2 / 2 / 3; }
.s2 .cont .item.item_3 { grid-area: 1 / 3 / 2 / 4; }
.s2 .cont .item.item_4 { grid-area: 2 / 1 / 3 / 2; }
.s2 .cont .item.item_5 { grid-area: 2 / 2 / 3 / 3; }
.s2 .cont .item.item_6 { grid-area: 2 / 3 / 3 / 4; } 

.s2 .cont .item .img {
    position: relative;
    cursor: pointer;
}

.s2 .cont .item .img::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all .4s cubic-bezier(.46,.03,.52,.96);
}

.s2 .cont .item .img:hover::after {
    opacity: 0.5;
}

.s2 .cont .item .img img {
    width: 100%;
}

.s2 .cont .item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 18px 0 16px;
    transition: all .2s linear;
    cursor: pointer;
}

.s2 .cont .item .title:hover {
    color:#309787;
}

.s2 .swiper-button-prev, .s2 .swiper-button-next {
    display: none;
}

.s2 .swiper-button-prev::after, .s2 .swiper-button-next::after {
    color: #ffffff;
    font-size: 32px !important;
    text-shadow: 2px 1px 8px #0000008a;
}

.s2 .swiper-scrollbar-box {
    top: -24px;
}



/* s2 end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* s3 */

.s3 {
    padding-top: 120px;
}

.s3 .tabs_box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 36px;
}

.s3 .tabs_box .tabs {
    display: flex;
}

.s3 .tabs_box .tabs .item {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    padding: 0 22px 6px 22px;
    border-bottom: 4px solid #EDEDED;
    transition: all .2s linear;
}

.s3 .tabs_box .tabs .item.active {
    border-bottom: 4px solid #4FC7B5;
}

.s3 .tabs_box .tabs .item .tab_btn {
    color: #000000;
    cursor: pointer;
    transition: all .2s linear;
}

.s3 .tabs_box .tabs .item .tab_btn:hover {
    color: #309787;
}

.s3 .tabs_box .tabs .item.active .tab_btn {
    color: #000000;
    cursor: default;
}

.s3 .tabs_box .price {
    display: flex;
    align-items: center;
}

.s3 .tabs_box .price .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.s3 .tabs_box .price .text span {
    color: #E50040;
    font-size: 28px;
    line-height: 36px;
}

.s3 .tabs_box .price .info {
    width: 22px;
    height: 22px;
    border: 2px solid #4FC7B5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s linear;
    margin-left: 14px;
}

.s3 .tabs_box .price .info:hover {
    border: 2px solid #309787;
}

.s3 .collections_box {
    margin-top: 38px;
}

.s3 .collections_box .collection {
    display: none;
}

.s3 .collections_box .collection.active {
    display: block;
}

.s3 .collections_box .collection .desc_s {
    display: flex;
    margin-bottom: 32px;
}

.s3 .collections_box .collection .desc_s .item {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0 16px 6px 16px;
    border-bottom: 4px solid #EDEDED;
    cursor: pointer;
    transition: all .2s linear;
}

.s3 .collections_box .collection .desc_s .item:hover {
    border-bottom: 4px solid #4FC7B5;
}

.s3 .collections_box .collection h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
    margin-top: 50px;
}

.s3 .collections_box .collection .desc_m {
    display: flex;
    justify-content: space-between;
}

.s3 .collections_box .collection .desc_m .item {
    padding-right: 24px;
    width: 25%;
}

.s3 .collections_box .collection .desc_m .item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
}

.s3 .collections_box .collection .desc_m .item .desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.s3 .img_cont {
    position: relative;
    z-index: 1;
}

.s3 .img_cont .collection_tabs {
    background: #fff;
    padding: 18px;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
}

.s3 .img_cont .collection_tabs .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.s3 .img_cont .collection_tabs .name {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.s3 .img_cont .collection_tabs .collection_tabs_box {
    margin: 6px -8px 16px 0;
    display: flex;
    flex-wrap: wrap;
    width: 258px;
}

.s3 .img_cont .collection_tabs .collection_tabs_box .item {
    width: 33px;
    height: 33px;
    background-size: cover !important;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all .2s linear;
    margin: 10px 10px 0 0;
    background-repeat: no-repeat !important;
}

.s3 .img_cont .collection_tabs .collection_tabs_box .item:hover {
    border: 1px solid #EDEDED;
}

.s3 .img_cont .collection_tabs .collection_tabs_box .item.active {
    border: 1px solid #4FC7B5;
}

.s3 .img_box .item {
    height: 680px;
    background-size: cover !important;
    background-position: center !important;
    display: none;
    background-image: url("../img/s3/s3_prev_2.jpg");
}

.s3 .img_box .item.active {
    display: block;
}

.s3 .img_box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4fc7b57a;
    z-index: -1;
    top: 0;
}

.s3 .img_cont .btn_z, .s3 .btn_p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 233px;
    height: 56px;
    background: #4FC7B5;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    transition: all .2s linear;
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.s3 .btn_p {
    width: 385px;
    margin-top: 32px;
    position: static;
    margin: 32px auto 0;
}

.s3 .img_cont .btn_z:hover, .s3 .btn_p:hover {
    background: #309787;
}

.s3 .img_cont .btn_z i, .s3 .btn_p i {
    width: 9px;
    height: 15px;
    background: url(../icons/Icon_Stroke_R.svg);
    margin-left: 21px;
}

/* s3 end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* s4 */

.s4 {
    padding-top: 120px;
}

.s4 h2 {
    margin-bottom: 12px;
}

.s4 .slider_box {
    position: relative;
}

.s4 .swiper-slide {
    position: relative;
}

.s4 .swiper-slide .desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-width: 894px;
    margin-bottom: 32px;
}

.s4 .swiper-slide .desc p {
    margin-bottom: 10px;
}

.s4 .swiper-slide .desc p:last-child {
    margin-bottom: 0;
}

.s4 .swiper-slide .img {
    width: 100%;
    height: 680px;
    background-size: cover !important;
    background-position: center !important;
    background-color: #cde6e2;
}

.s4 .swiper-slide .btn_box {
    padding: 24px;
    background: #fff;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.s4 .swiper-slide .btn_box .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}

.s4 .btn_p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 233px;
    height: 56px;
    background: #4FC7B5;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    transition: all .2s linear;
    margin-top: 18px;
}

.s4 .btn_p:hover {
    background: #309787;
}

.s4 .btn_p i {
    width: 9px;
    height: 15px;
    background: url(../icons/Icon_Stroke_R.svg);
    margin-left: 21px;
}

.s4 .swiper-scrollbar {
    bottom: 24px !important;
    background: #D9D9D9;
}

.s4  .swiper-scrollbar-drag {
    background: #E50040;
    cursor: pointer;
}

.s4 .swiper {
    padding-bottom: 64px;
}

.s4 .swiper-button-prev {
    left: -68px;
}

.s4 .swiper-button-next {
    right: -68px;
}

/* s4 end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* s5 */

.s5 {
    padding-top: 100px;
}

.s5 .slider_box {
    position: relative;
    margin-top: 32px;
}

.s5 .swiper {
    padding-bottom: 64px;
}

.s5 .swiper-slide .img {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.s5 .swiper-slide .img::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all .4s cubic-bezier(.46,.03,.52,.96);
}

.s5 .swiper-slide .img:hover::after {
    opacity: 0.5;
}

.s5 .swiper-slide .img img {
    width: 100%;
}

.s5 .swiper-slide .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-top: 32px;
    cursor: pointer;
    transition: all .2s linear;
}

.s5 .swiper-slide .title:hover {
    color: #309787;
}

.s5 .swiper-slide .price {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
}

.s5 .swiper-slide .price span {
    color: #E50040;
    white-space: nowrap;
}

.s5 .swiper-scrollbar {
    bottom: 24px !important;
    background: #D9D9D9;
}

.s5  .swiper-scrollbar-drag {
    background: #E50040;
    cursor: pointer;
}

.s5 .swiper-button-prev {
    left: -68px;
}

.s5 .swiper-button-next {
    right: -68px;
}

.s5 .swiper-button-prev, .s5 .swiper-button-next {
    top: calc(50% - 82px);
}

/* s5 end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* s7 */

.s7 {
    background-size: cover !important;
    background-position: center !important;
    padding: 40px 0;
    margin-top: 120px;
}

.s7 .s_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    max-width: 619px;
}

.s7 .s_title span {
    color: #E50040;
}

.s7 .quiz-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.s7 .question_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
  
.s7 .question {
    display: none;
}

.s7 .question.active {
    display: block;
}

.s7 .answer_cont {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.s7 .answer_cont .answer {
    padding: 14px 30px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.05), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    border: 1px solid #fff;
    transition: all .2s linear;
    cursor: pointer;
    width: 180px;
    margin: 0 12px;
    height: 196px;
}

.s7 .answer_cont .answer:hover {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.05), 0px 9px 28px 8px rgba(0, 0, 0, 0.17);
}

.s7 .answer_cont .answer img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.s7 .answer_cont .answer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.s7 .answer_cont .answer.selected {
    border: 1px solid #309787;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.05), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.s7 .btn_box {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.s7 .next-question, .s7 .submit-question {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 281px;
    height: 56px;
    background: #4FC7B5;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    transition: all .2s linear;
    border: none;
    -webkit-appearance: none;
}

.s7 .next-question.disabled, .s7 .submit-question.disabled {
    z-index: -1;
    opacity: 0.5;
}

.s7 .next-question i, .s7 .submit-question i {
    width: 9px;
    height: 15px;
    background: url(../icons/Icon_Stroke_R.svg);
    margin-left: 21px;
}

.s7 .submit-ok {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #4fc7b5;
    font-weight: 500;
    font-size: 31px;
    line-height: 38px;
    transition: all .2s linear;
    border: none;
    -webkit-appearance: none;
    padding: 7px 10px;
    position: absolute;
    background: #fff;
    z-index: 10;
    display: none;
    flex-direction: column;
    text-align: center;
    left: 0;
    top: 0;
}

.s7 .submit-ok.active {
    display: flex !important;
}

.s7 .submit-ok img {
    margin-bottom: 30px;
}

.s7 .prev-question {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #4FC7B5;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    transition: all .2s linear;
    border: none;
    -webkit-appearance: none;
    margin-right: 4px;
}

.s7 .prev-question i {
    width: 20px;
    height: 20px;
    background: url(../icons/Chevron_l.svg);
}

.s7 .next-question:hover, .s7 .prev-question:hover {
    background: #309787;
}

.s7 .nom {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 40px;
}

.s7 .quiz_progress {
    width: 100%;
    max-width: 500px;
    height: 4px;
    margin: 24px auto 0 auto;
    background: #D9D9D9;
    position: relative;
}

.s7 .quiz_progress .quiz_progress_drag {
    left: 100%;
    width: 50px;
    height: 4px;
    position: absolute;
    background: #4FC7B5;
    transition: all 0.2s linear 0s;
}

.s7 .radio_box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.s7 .radio_box .answer {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.s7 .radio_box .answer .radio {
    margin-right: 16px;
}

.s7 #question10 {
    max-width: 996px;
    margin: 0 auto;
}

.s7 .radio_box .answer_last_cont .plus {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin-left: 41px;
}

.s7 .quiz_form_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 32px;
}

.s7 .quiz_form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 18px;
    padding-bottom: 38px;
    position: relative;
}

.s7 .quiz_form .item {
    display: flex;
    flex-direction: column;
}

.s7 .quiz_form .item label {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #818181;
}

.s7 .quiz_form .item label span {
    color: #E50040;
}

.s7 .quiz_form .item input {
    width: 100%;
    padding: 12px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000b8;
    border: 1px solid #D9D9D9;
    margin-top: 6px;
}

.s7 .checkbox_cont {
    display: flex;
    align-items: center;
    margin-top: 18px;
    position: absolute;
    bottom: 0;
}

.s7 .checkbox_cont .radio {
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.s7 .checkbox_cont .radio::after {
    width: 20px;
    height: 20px;
    background-size: contain;
}

.s7 .checkbox_cont label {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
}

.s7 .checkbox_cont label a {
    text-decoration: none;
    color: #E50040;
}

.s7 .checkbox_cont label a:hover {
    color: #000000;
}

/* s7 end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* s8 */

.s8 {
    padding-top: 120px;
}

.s8 .s_title {
    margin-bottom: 32px;
}

.s8 .slider_box {
    position: relative;
}

.s8 .slider_box .swiper {
    padding-bottom: 25px;
}

.s8 .slider_box .swiper-slide {
    position: relative;
    cursor: pointer;
    transition: all .4s cubic-bezier(.46,.03,.52,.96);
    display: flex;
    justify-content: center;
    align-items: center;
}

.s8 .slider_box .swiper-slide img {
    width: 100%;
}

.s8 .slider_box .swiper-slide:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all .4s cubic-bezier(.46,.03,.52,.96);
}

.s8 .slider_box .swiper-slide:hover::before {
    opacity: 0.5;
}

.s8 .slider_box .swiper-slide:after {
    content: '';
    position: absolute;
    width: 108px;
    height: 60px;
    background: url(../icons/Youtube_c.svg);
    background-size: cover;
    opacity: 0.7;
    transition: all .4s cubic-bezier(.46,.03,.52,.96);
}

.s8 .slider_box .swiper-slide:hover:after {
    opacity: 1;
}

.s8 .swiper-button-prev {
    left: -68px;
    top: calc(50% - 14px);
}

.s8 .swiper-button-next {
    right: -68px;
    top: calc(50% - 14px);
}

/* s8 end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* s9 */

.s9 {
    background-size: cover;
    background-position-x: 68% !important;
    background-position-y: top;
    padding: 40px 0;
    margin-top: 120px;
    position: relative;
}

/* s9 end */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* s10 */

.s10 {
    padding-top: 120px;
}

.s10 .container {
    display: flex;
    align-items: center;
}

.s10 .colmn.colmn_1 {
    width: 35%;
}

.s10 .colmn.colmn_2 {
    width: 65%;
}

.s10 .s_title {
    margin-bottom: 14px;
}

.s10 .sub_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 18px;
}

.s10 .link_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18px;
}

.s10 .link_box a, .s10 .link_box span {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}

.s10 .link_box a:hover {
    color: #309787;
}

.s10 .map_container {
    width: 100%;
    height: 400px;
}