@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin: 0;
    font-family: 'Montserrat';
}
.flex_block {
    display: flex;
}
p {
    margin-top: 6px;
    margin-bottom: 6px;
}
i {
    color:#0071BC;
}
ul {
    margin: 0;
    padding: 0;
}
ul > li {
    list-style: none;
}
a {
    text-decoration: none;
}
.column_flex_block {
    display: flex;
    flex-direction: column;
}
.bottom_column_block {
    margin-top: auto;
}
.container{
    margin: auto;
    max-width: 1170px;
}
.bg_image_block {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.contact_info {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1A1A1A;
}
.contact_info i {
    margin-right: 8px;
}
.phone_contact {
    margin-right: 44px;
}
.map_info {
    margin-top: 8px;
}
.first_contact_block {
    width: 32%;
    height: fit-content;
    margin: auto 0;
}
.social_icon {
    overflow: hidden;
    display: block;
}
.social_contact_info {
    height: fit-content;
    margin: auto 0 auto auto;
}
.social_contact_info > div:first-child {
    display: flex;
    justify-content: space-between;
}
.social_contact_info .offer_button {
    padding: 13px 36px;
    margin-top: 8px;
	cursor: pointer;
}
.navigation {
    background-color: #0071BC;
    padding: 24px 0;
}
.navigation a {
    color: #fff;
}
.navigation ul {
    width: fit-content;
    margin: auto;
}
.navigation ul > li {
    display: inline;
    margin: 0 44px;
}
.landing_header:after {
    content: '';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.2);
    z-index: -1;
}
.landing_header > .container {
    z-index: 10;
}
.landing_header {
    padding: 124px 0;
}
.header_title {
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    line-height: 150%;
    margin-bottom: 68px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header_paragraph {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}
.header_paragraph p {
    margin: 24px 0;
}
.offer_main {
    width: 61%;
    flex-grow: 1;
}
.offer_info {
    flex-grow: 1;
    align-items: stretch;
}
.offer_delimiter {
    background-color: #C4C4C4;
    width: 1px;
    margin-left: 64px;
    margin-right: 76px;
}
.offer_delimiter_offer {
    margin-left: 64px;
    margin-right: 76px;
}
.offer_block {
    background: #F9F9F9;
    box-shadow: 10px 10px 40px rgba(210, 210, 210, 0.25);
    border-radius: 5px;
    padding: 40px 18px 40px 32px;
    margin-bottom: 48px;
}
.offer_block:last-child {
    margin-bottom: 0;
}
.offer_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px;
}
.offer_description {
    font-size: 16px;
    line-height: 150%;
}
.offer_info > div {
    text-align: center;
}
.offer_price {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 14px;
}
.offer_button {
    padding: 13px 53px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    width: fit-content;
    background: #0071BC;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    border-left: 24px;
    color: #fff;
}
.spacial_offer {
    margin: 128px 0;
}
.advantage {
    width: 31.5%;
    background: #F9F9F9;
    box-shadow: 0px 10px 20px rgba(172, 172, 172, 0.25);
    border-radius: 5px;
    padding: 52px;
    box-sizing: border-box;
}
.advantages_block > .container {
    display: flex;
    justify-content: space-between;
}
.advantage_icon {
    max-width: 40px;
    max-height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 48px;
}
.advantage_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #1A1A1A;
    margin: 0 24px;
}
.advantage_delimiter {
    width: 140px;
    height: 2px;
    background-color: #0071BC;
    margin: 24px auto 56px;
}
.advantage_description {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1A1A1A;
}
.about_us_block {
    padding: 72px 54px;
}
.about_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
	text-align: center;
}
.about_paragraph {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}
.about_us_block > div:first-child {
    width: 105%;
}
.about_delimiter {
    margin-left: 20px;
    margin-right: 40px;
}
.employee_info {
    max-width: 45%;
    width: 100%;
}
.employee_info > .about_paragraph {
    margin-left: 102px;
    min-height: 220px;
}
.employee_info > .about_title {
    margin-bottom: 42px;
}
.employee_block .flex_block {
    position: relative;
}
.employee_block {
    margin: 118px 0;
}
.book_image {
    position: absolute;
    left: -96px;
    bottom: 0;
    max-width: 196px;
}
.menu_wrapper {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top:0;
}
.video_block {
	flex-grow: 1;
}
.video_block > iframe {
	width: 100%;
    height: 100%;
}
.contact_bg_block {
    margin: 116px 0;
}
.contact_block {
    padding: 80px;
}
.contact_wrapper {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 10px 10px 20px rgba(172, 172, 172, 0.25);
    border-radius: 5px;
    padding: 36px 58px;
    width: 435px;
    box-sizing: border-box;
}
.wpcf7-form {
    position: relative;
    font-family: Arial;
}
.wpcf7-form select {
    display: none;
}
.select-selected {
    background-color: #fff;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
.select-items div,.select-selected {
    color: #9E9E9E;
    font-size: 15px;
    line-height: 150%;
    border-radius: 5px;
    padding: 8px 0;
    margin: 0 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}
.select-selected {
    padding: 8px 16px;
    margin: 0;
    box-shadow: 0px 10px 30px rgba(172, 172, 172, 0.25);
}
.select-items {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(172, 172, 172, 0.25);
}
.select-hide {
    display: none;
}
.wpcf7-form input[type="tel"] {
    padding: 8px 16px;
    margin: 0;
    border: 0;
    outline: none;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(172, 172, 172, 0.25);
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 18px;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.wpcf7-form input[type="tel"]::placeholder {
    color: #9E9E9E;
}
.wpcf7-form input[type="checkbox"] {
    position: relative;
    margin-right: 22px;
    margin-bottom: 16px;
    cursor: pointer;
}
.wpcf7-form input[type="checkbox"] + span {
    font-size: 16px;
    line-height: 150%;
}
.wpcf7-form input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(172, 172, 172, 0.25);
    border-radius: 5px;
    border: 1px solid #C4C4C4;
}
.wpcf7-form input[type="checkbox"]:checked::before {
    background-color: #0071BC;
    border: 1px solid #0071BC;
}
.wpcf7-form input[type="checkbox"]:after {
    content: '';
    position: absolute;
    background: url(https://phuket.consulting/wp-content/uploads/2021/12/checkbox_mark.png);
    background-size: contain;
    width: 12px;
    height: 10px;
    top: 2px;
    left: 1px;
    cursor: pointer;
}
.wpcf7-form input[type="submit"] {
    width: 100%;
    color: #fff;
    background: #0071BC;
    box-shadow: 0px 10px 10px rgba(172, 172, 172, 0.25);
    border-radius: 5px;
    border: 0;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    padding: 14px 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin-top: 18px;
    cursor: pointer;
}
.footer {
    background: #F9F9F9;
    box-shadow: 10px 0px 40px rgba(172, 172, 172, 0.25);
    padding: 36px 0;
}
.footer .flex_block > *:first-child {
    align-self: center;
}
.footer ul {
    display: flex;
    flex-wrap: wrap;
}
.footer .flex_block > * {
    width: 44%;
}
.footer .flex_block > *:first-child, .footer .flex_block > *:last-child {
    width: 28%;
}
.footer ul > li {
    width: 50%;
    margin-bottom: 20px;
}
.footer ul > li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1A1A1A;
}
.logo_footer {
    width: 400px;
    display: block;
    margin: auto;
}
.footer_center_text, .logo_footer {
    text-align: center;
}
.footer_center_text p {
    margin: 20px 0;
}
.footer .flex_block > *:last-child {
    width: 190px;
    margin: auto;
}
.footer .contact_info {
    margin-bottom: 18px;
}
.footer .contact_info:last-child {
    margin-bottom: 26px;
}
.dark_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #00000040;
}
.popup_wrapper {
	margin: auto;
	width: 92%;
	max-height: 86%;
	max-width: 446px;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 7%;
}
.popup_wrapper .logo img {
	height: 48px;
	width: unset;
	margin-left: 12px;
}
.popup_close {
	margin: 12px 12px 0 auto;
}
.popup_content {
	margin: 22px 24px 32px;
	text-align: center;
	font-size: 18px;
}
.popup_bottom_line {
	width: 100%;
	height: 34px;
	background-color: #0171bc;
}
.left_form_text {
	font-size: 20px;
    line-height: 1.4;
    margin-right: 42px;
}

@media (max-width: 1300px) {
    .container {
        max-width: 980px;
    }
    .advantage {
        padding: 28px;
    }
    .about_us_block > div:first-child {
        width: 120%;
    }
	.left_form_text {
		font-size: 16px;
	}
}
@media (max-width: 1028px) {
    .container {
        max-width: 768px;
    }
    .site_header > .flex_block {
        flex-wrap: wrap;
    }
    .first_contact_block {
        width: 100%;
        margin-top: 36px;
    }
    .about_us_block > div:first-child {
        width: 220%;
    }
    .advantages_block > .container {
        flex-wrap: wrap;
    }
    .advantage {
        width: 100%;
        margin-bottom: 42px;
    }
}
@media (min-width: 769px) {
    .onlyMob {
        display: none;
    }
}
@media (max-width: 768px) {
	.employee_block > .container .flex_block {
		flex-wrap: wrap;
	}
	.book_image {
		top: 118px;
	}
	.video_block > iframe {
		width: 100%;
		height: calc(95vw/16*9);
		margin-top: 32px;
	}
    .onlyPC {
        display: none;
    }
    .container {
        max-width: 95%;
    }
    .flexPC {
        display: block;
    }
    .header_title {
        font-size: 28px;
        line-height: 150%;
        text-align: center;
        margin-bottom: 32px;
    }
    .header_paragraph {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
    }
    .landing_header {
        padding: 48px;
    }
    .offer_delimiter {
        width: 100%;
        height: 2px;
        margin: 28px 0;
    }
    .offer_main {
        width: 100%;
        text-align: center;
    }
    .offer_title {
        font-size: 22px;
    }
    .offer_description {
        font-size: 16px;
    }
    .offer_price {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .offer_details {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .offer_block {
        padding: 28px;
    }
    .about_us_block > div:first-child {
        width: 100%;
    }
    .about_us_block {
        padding: 16px;
    }
    .about_delimiter {
        margin: 64px 0;
    }
    .about_title {
        margin: 36px 0;
        text-align: center;
        font-size: 24px;
    }
    .about_paragraph {
        font-size: 16px;
    }
    .employee_info {
        width: 100%;
    }
    .employee_block {
        margin: 88px 0;
    }
    .top_menu_logo {
        max-height: 78px;
        margin: auto;
    }
    .menu_wrapper > .flex_block:first-child {
        margin-left: auto;
        width: 100%;
    }
    .top_menu_logo_container {
        margin: auto;
        padding-left: 48px;
    }
    .cross {
        margin: auto 0;
        margin-right: 16px;
    }
    .menu_wrapper ul {
        margin-top: 44px;
    }
    .menu_wrapper ul li {
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        border-bottom: 1px solid #E5E5E5;
    }
    .menu_wrapper a {
        color: #000;
    }
    .menu_wrapper ul li a {
        display: block;
        margin: 14px 24px;
    }
    .menu_wrapper .social_contact_info {
        margin-left: 24px;
        margin-top: 28px;
        width: fit-content;
    }
    .top_menu_contacts {
        padding: 16px;
        background: #F9F9F9;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
    .contact_info {
        margin-right: 22px;
        font-size: 12px;
    }
    .contact_wrapper {
        width: 100%;
        padding: 40px 16px;
    }
    .contact_block {
        padding: 48px 16px;
    }
    .footer ul > li {
        text-align: center;
    }
    .logo_footer {
        width: 94vw;
        margin-bottom: 36px;
    }
    .footer .onlyMob > div:nth-child(4) {
        width: 180px;
        margin: auto;
    }
    .footer .onlyMob .contact_info {
        width: 100%;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
    }
    .footer_center_text {
        font-weight: 500;
        font-size: 10px;
        line-height: 150%;
    }
    .footer_separator {
        width: 180px;
        height: 1px;
        background: #9E9E9E;
        margin: 48px auto;
    }
	.popup_content {
		font-size: 16x;
	}
	.left_form_text {
		margin-right: 0;
		margin-bottom: 24px;
	}
}

@media (max-width: 480px) {
	.book_image {
		top: 158px;
	}
}

@media (max-width: 340px) {
    .landing_header {
        padding: 24px 12px;
    }
	.book_image {
		top: 195px;
	}
}