/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

html{
	overflow: auto;

}

@font-face {
    font-family: 'SF Pro Display';
    src:
        url('/wp-content/themes/blocksy-child/assets/fonts/San\ Francisco\ Pro\ Display/SF-Pro-Display-Light.otf') format('opentype');
    font-weight: 300;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

header {
        position: fixed;
    top: 11px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.wrapper {
    max-width: 1435px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: 50px;
    padding: 12px 21px 12px 27px;
    gap: 16px;
}

.navigate {
    list-style: none;
    display: flex;
    gap: 56px;
}

.navigate a {
    font-family: "Manrope", sans-serif;
    color: #0B0B0B;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 135%;
    font-weight: 400;
}

header .logo {
    height: 23px;
    width: auto;
}

.head_btn {
    background: #232426;
    border-radius: 50px;
    padding: 16px 30px 18px 30px;
    font-family: "Manrope", sans-serif;
    color: white;
    letter-spacing: -0.5px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 11px;
    align-items: center;
    line-height: 75%;
	cursor:pointer;
}

.head_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.head_auth_btn {
    border-radius: 50px;
    border: 1px solid #d9dce3;
    background: #ffffff;
    color: #232426;
    font-family: "Manrope", sans-serif;
    letter-spacing: -0.4px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 21px;
    transition: all 0.2s ease;
}

.head_auth_btn:hover {
    border-color: #ff8f3f;
    color: #ff6b1a;
}

.head_auth_btn-register,
.head_auth_btn-cabinet {
    background: #232426;
    color: #ffffff;
    border-color: #232426;
}

.head_auth_btn-register:hover,
.head_auth_btn-cabinet:hover {
    background: #ff6b1a;
    border-color: #ff6b1a;
    color: #ffffff;
}

.head_btn::before {
    content: " ";
    width: 8px;
    height: 8px;
    display: flex;
    background: #F78E21;
    border-radius: 50px;
}

.serviced_body__item:last-child .line_serviced{
	display:none;
}

.first_screen {
    position: relative;
}

.first_screen .container {
    padding-top: 190px;
    padding-bottom: 190px;
    display: flex;
    position: relative;
    z-index: 2;
}

.main_img {
    position: absolute;
    right: 63px;
    bottom: 0;
    height: 806px;
    width: auto;
    z-index: 2;
}

.first_screen__lang {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 29px;
}
footer .mob_menu{
	display:none;
}
.first_screen__box {
    max-width: 779px;
}

.first_screen__lang img {
    width: 31px;
    height: 31px;
}

.first_screen__lang span {
    font-family: "Manrope", sans-serif;
    color: #FB600E;
    letter-spacing: -0.5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 103%;
    border-radius: 50px;
    padding: 8px 26px;
    border: 1px solid red;
    position: relative;
}
.first_screen__lang span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px; 
  border: 1px solid transparent;
  background: linear-gradient(45deg,purple,orange) border-box;
  -webkit-mask:
    linear-gradient(#FC610F 0 0) padding-box, 
    linear-gradient(#FB8631 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  border: 1px solid;

border-image-source: linear-gradient(90deg, #FC610F 0%,  100%);
}

.line {
    content: " ";
    width: 15px;
    height: 1px;
    background: #FC610F;
    position: absolute;
    left: -15px;
    top: 16px;
}

h1 {
    font-family: "Manrope", sans-serif;
    color: #0B0B0B;
    font-size: 68px;
    font-weight: 600;
    line-height: 98%;
    letter-spacing: -2px;
    padding-bottom: 18px;
}
h1 span{
    background: linear-gradient(90.89deg, #FB600E 0.77%, #FBA34B 106.03%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.first_screen__box p {
    font-family: "SF Pro Display";
    color: #0B0B0B;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.2px;
    max-width: 255px;
    position: relative;
}

.first_screen__box p::before {
    content: " ";
    width: 25px;
    height: 1px;
    background: #0B0B0B;
    position: absolute;
    right: 0;
    top: 16px;
}
.side_mobmenu{
	display:none;
}
.poisk {
    margin-top: 31px;
    position: relative;
    max-width: 546px;
}

.poisk input {
    width: -webkit-fill-available;
    border-radius: 50px;
    background: #EAEAEA;
    padding: 0px 45px;
    color: #0B0B0B;
    font-size: 16px;
    display: block;
    border: none;
    height: 59px;
    outline: none;
}

.poisk button {
    position: absolute;
    right: 0;
    top: 0;
    background: #232426;
    border-radius: 50px;
    height: 59px;
    width: 176px;
    color: white;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 111%;
    letter-spacing: -0.2px;
    padding: 0;
    border: none;
    outline: none;
}

.poisk button::before {
    content: " ";
    width: 8px;
    height: 8px;
    display: flex;
    background: #F78E21;
    border-radius: 50px;
    position: absolute;
    left: 42px;
    top: 0;
    bottom: 0;
    align-self: center;
}

.poisk_results {
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    z-index: 30;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #D8DDE7;
    box-shadow: 0 16px 40px rgba(15, 17, 23, 0.12);
    display: flex;
    flex-direction: column;
    max-height: 300px;
    overflow-y: auto;
}

.poisk_results[hidden] {
    display: none;
}

.poisk_result {
    padding: 12px 16px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 135%;
    color: #0B0B0B;
    text-decoration: none;
    border-bottom: 1px solid rgba(9, 13, 24, 0.08);
}

.poisk_result:last-child {
    border-bottom: 0;
}

.poisk_result:hover {
    background: #F5F7FB;
}

.poisk_result.empty {
    color: #6B7280;
    cursor: default;
}

.circle_image {
    position: absolute;
    bottom: 35px;
    width: 100%;
    z-index: 1;
}

.book_image {
    position: absolute;
    bottom: 0px;
    width: auto;
    right: 0;
    height: 648px;
    filter: blur(4px);
}

.pattern_image {
    position: absolute;
    bottom: -232px;
    width: 615px;
    left: -80px;
    height: 600px;
}

.serviced {
    padding: 90px 0 127px 0px;
    background: white;
    border-radius: 10px;
    margin: 0 48px;
    z-index: 5;
    position: relative;
}

h2 {
    font-family: "SF Pro Display";
    color: #FC6513;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.2px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding-top: 12px;
}

h2::before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #FC6513;
    border-radius: 50px;
}

.container_flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 43px;
    line-height: 108%;
    letter-spacing: -1.2px;
    color: #0B0B0B;
    max-width: 850px;
    margin: 0;
    margin-bottom: 60px;
}

h3 span {
    background: linear-gradient(90.89deg, #FB600E 0.77%, #FBA34B 106.03%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.serviced__tabs {
    display: grid;
    grid-template-columns: 578px 578px;
    gap: 36px;
}

.serviced__item.left {
    border-radius: 15px;
    border: 2px solid #F4F4F4;
    position: relative;
}

.serviced__item {
    padding: 60px 41px 72px 44px;
    position: relative;
}

.serviced__item.right {
    border-radius: 15px;
    border: 2px solid #F4F4F4;
    background: #0A0D15;
    position: relative;
	overflow:hidden;
}
.serviced_bg_decorat{
	     content: " ";
    width: 611px;
    height: 520px;
    position: absolute;
    top: -228px;
    left: -25px;
    border-radius: 50%;
    background: radial-gradient(circle, #434549 -2%, transparent 68%);
}
.icon_btn{
		display:none;
	}
.serviced__head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #8d8d8d48;
z-index: 2;
    position: relative;
}

.serviced__head span {
    max-width: 308px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 117%;
    letter-spacing: -1px;
}

.serviced__item.left .serviced__head span {
    color: #0B0B0B;
}

.serviced__item.right .serviced__head span {
    color: #FFFFFF;
    max-width: 215px;
}

.serviced__point {
    border-radius: 50px;
    height: 35px;
}

.serviced__item.left .serviced__point {
    display: flex;
    gap: 8px;
    border: 2px solid #F2F2F2;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 108%;
    letter-spacing: -0.6px;
    align-items: center;
    padding: 0 14px;
	color:#0B0B0B;
}

.serviced__item.right .serviced__point {
    display: flex;
    gap: 8px;
    background: #F78F3F;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 108%;
    letter-spacing: -0.6px;
    align-items: center;
    padding: 0 19px;
    background: linear-gradient(180deg, #F78F3F 0%, #F27619 100%);
}

.serviced_body {
    padding-top: 35px;
    z-index: 2;
    position: relative;
}

.serviced_body__item {
    display: flex;
    gap: 21px;
    align-items: flex-start;
    position: relative;
}

.serviced_body__title {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 108%;
    letter-spacing: -0.2px;
    color: #0B0B0B;
    padding-bottom: 10px;
}

.serviced_body__disc {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    letter-spacing: -0.2px;
    padding-bottom: 30px;
}

.serviced_body__item img {
    width: 21px;
    height: 21px;
}

.serviced_body__item .line_serviced {
    position: absolute;
    top: 24px;
    left: 10px;
    width: 1px;
    height: 76px;
}

.serviced_btn {
    background: #E4E5E9;
    border-radius: 50px;
    padding: 18px 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #0B0B0B;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 108%;
    letter-spacing: -0.7px;
    margin-top: 4px;
}
.serviced_btn:hover{
	color: #0B0B0B;
}
.serviced_decorate1 {
    content: " ";
    width: 14px;
    height: 15px;
    border: 2px solid #000000;
    opacity: 18%;
    position: absolute;
    border-radius: 50px;
    top: 24px;
    left: 27px;
}

.serviced_decorate2 {
    content: " ";
    width: 14px;
    height: 15px;
    border: 2px solid #000000;
    opacity: 18%;
    position: absolute;
    border-radius: 50px;
    top: 24px;
    right: 27px;
}

.serviced_decorate3 {
    content: " ";
    width: 14px;
    height: 15px;
    border: 2px solid #000000;
    opacity: 18%;
    position: absolute;
    border-radius: 50px;
    bottom: 25px;
    right: 27px;
}
.mob_menu{
		display:none;
	}
.serviced_decorate4 {
    content: " ";
    width: 14px;
    height: 15px;
    border: 2px solid #000000;
    opacity: 18%;
    position: absolute;
    border-radius: 50px;
    bottom: 25px;
    left: 27px;
}

.serviced_decorate1-2 {
    content: " ";
    width: 14px;
    height: 15px;
    border: 2px solid #36393FA6;
    opacity: 1;
    position: absolute;
    border-radius: 50px;
    top: 24px;
    left: 27px;
    background: linear-gradient(180deg, rgba(128, 128, 128, 0.8) 0%, rgba(66, 72, 77, 0) 108.88%, rgba(66, 72, 77, 0) 125%);
}

.serviced_decorate2-2 {
    content: " ";
    width: 14px;
    height: 15px;
    border: 2px solid #36393FA6;
    opacity: 1;
    position: absolute;
    border-radius: 50px;
    top: 24px;
    right: 27px;
    background: linear-gradient(180deg, rgba(128, 128, 128, 0.8) 0%, rgba(66, 72, 77, 0) 108.88%, rgba(66, 72, 77, 0) 125%);
}

.serviced_decorate3-2 {
    content: " ";
    width: 14px;
    height: 15px;
    border: 2px solid #36393FA6;
    opacity: 1;
    position: absolute;
    border-radius: 50px;
    bottom: 25px;
    right: 27px;
    background: linear-gradient(180deg, rgba(128, 128, 128, 0.8) 0%, rgba(66, 72, 77, 0) 108.88%, rgba(66, 72, 77, 0) 125%);
}

.serviced_decorate4-2 {
    content: " ";
    width: 14px;
    height: 15px;
    border: 2px solid #36393FA6;
    opacity: 1;
    position: absolute;
    border-radius: 50px;
    bottom: 25px;
    left: 27px;
    background: linear-gradient(180deg, rgba(128, 128, 128, 0.8) 0%, rgba(66, 72, 77, 0) 108.88%, rgba(66, 72, 77, 0) 125%);
}

.serviced_body.right .serviced_body__title {
    color: #FFFFFF;
}

.serviced_body.right .serviced_body__disc {
    color: #FFFFFF;
    opacity: 49%;
}

.serviced_btn.right {
    background: linear-gradient(180deg, #F78F3F 0%, #F27619 100%);
    border-radius: 50px;
    padding: 18px 0;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 108%;
    letter-spacing: -0.7px;
    position: absolute;
    bottom: 72px;
    left: 44px;
    width: calc(100% - 85px);
}

.serviced_body.right .serviced_body__item .line_serviced {
    width: 1px;
    height: 94px;
}

.uslugi {
    padding-top: 86px;
    padding-bottom: 109px;
    position: relative;
}

.uslugi__tabs {
    display: grid;
    grid-template-columns: 388px 388px 388px;
    gap: 13px;
    z-index: 9;
    position: relative;
}

.uslugi__tabs.uslugi__tabs--single {
    grid-template-columns: minmax(280px, 388px);
}

.uslugi__item {
    border-radius: 15px;
    padding: 35px 35px 53px 35px;
    background-color: white;
}

.uslugi__img {
    background: #d9d9d982;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    align-content: center;
    margin-bottom: 39px;
    text-align: center;
    justify-items: center;
	justify-content: center;
        align-items: center;
        display: flex;
}

.uslugi__img img {
    height: 20px;
    width: auto;
    display: block;
}

.uslugi__title {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 114%;
    letter-spacing: -0.7px;
    color: #000000;
    max-width: 234px;
}

.uslugi__item.center {
    background: linear-gradient(180deg, #FEAD56 0%, #FE6E54 100%);
    position: relative;
    overflow: hidden;
}

.uslugi__item.center .uslugi__title {
    color: white;
}

.uslugi__item p {
    padding-top: 137px;
    font-family: "SF Pro Display";
    font-size: 16px;
    line-height: 142%;
    letter-spacing: 0;
    font-weight: 300;
    max-width: 294px;
    color: #12171D;
}

.uslugi__item:last-child p {
    max-width: 234px;
}

.uslugi__item.center p {
    padding-top: 25px;
    color: #FFFFFF;
    max-width: 200px;
}

.uslugi h3 {
    max-width: 500px;
    display: block;
}

.uslugi_decorate {
    position: absolute;
    bottom: 0;
    left: 0;
}

.uslugi_decorate2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.uslugi_bg {
    position: absolute;
    height: 1331px;
    width: auto;
    top: -276px;
    right: -204px;
    transform: rotate(35deg);
}

.accordion {
    padding: 99px 0 235px 0px;
    background: #141516;
    border-radius: 10px;
    margin: 0 48px;
    z-index: 5;
    position: relative;
    overflow: hidden;
}

.accordion__tabs {
    display: grid;
    grid-template-columns: 570px 570px;
    gap: 48px;
}

.accordion h3 {
    color: #858585;
    margin-bottom: 100px;
}
.accordion-item {
    border: 0!important;
    margin-bottom: 0;
    border-radius: 0!important;
    overflow: hidden;
}
.accordion-item {
    margin-bottom: 53px!important;
    overflow: hidden!important;
    border-bottom: 1px solid #D9D9D93B!important;
}
.accordion-item:last-child {
    margin-bottom: 0px!important;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 23px;
    cursor: pointer;
    color: white;
    transition: background-color 0.3s;
    font-family: "SF Pro Display";
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0;
    font-weight: 400;
}

.accordion-image {
    height: 30px;
}

.accordion-title {
    padding: 0!important;
    background: transparent!important;
    cursor: pointer;
    position: relative;
}
.accordion-title {
    display: flex;
    align-items: center;
    gap: 24px;
	padding: 0;
    background: transparent!important;
    cursor: pointer;
    font-weight: 400!important;
    position: relative;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
}

.accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.accordion-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9px;
    padding: 11px 17px;
    margin-bottom: 7px;
    cursor: pointer;
}

.accordion .accordion-content-inner:nth-child(even) {
    background: #d9d9d919;
}

.accordion-content-left {
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: "SF Pro Display";
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    font-weight: 400;
    color: white;
}
.accordion-content {
    padding: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4sease, padding 0.4sease;
    background: transparent !important;
}
.accordion-item.active .accordion-content {
    max-height: 500px!important;
    padding-bottom: 33px!important;
    padding-top: 4px!important;
}
.accordion-title::after {
    content: none!important;
}
.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.uslugi_decorate1 {
    position: absolute;
    top: -61px;
    left: -13px;
    height: 600px;
    width: auto;
}

.uslugi_decorate2 {
    position: absolute;
}
.uslugi_decorate3 {
    position: absolute;
    bottom: -400px;
    right: -100px;
}

.accordion-item.active .icon-plus {
    opacity: 0;
    display: none;
}

.accordion-item.active .icon-minus {
    opacity: 1;
    display: block;
}

.icon-minus {
    opacity: 0;
    display: none;
}

.icon-container {
    width: 30px;
    height: 30px;
}

.support {
    margin-top: 120px;
    z-index: 22;
    position: relative;
}

.support .container {
    background: url(./assets/image/support_bg.png);
    padding: 74px 0 130px 0;
    background-size: cover;
    border-radius: 24px;
    position: relative;
}

.support h2 {
    justify-content: center;
    padding: 0;
}

.support_title {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 54px;
    line-height: 108%;
    letter-spacing: -0.7px;
    color: white;
    padding-top: 10px;
    padding-bottom: 19px;
    justify-self: center;
}

.support_disc {
    font-family: "SF Pro Display";
    font-weight: 300;
    font-size: 16px;
    line-height: 142%;
    text-align: center;
    color: #FFFFFF;
    opacity: 66%;
    max-width: 410px;
    justify-self: center;
}

.support_box {
    margin-top: 34px;
    display: flex;
    gap: 15px;
    justify-self: center;
}

.pay_btn {
    background: linear-gradient(183.59deg, #FEBD57 -18.84%, #FE5B54 159.03%);
    color: white;
    border-radius: 50px;
    padding: 23px 44px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 66%;
    letter-spacing: -3%;
}
.pay_btn:hover {
    color: white;
}
.site_btn {
    background: #555351;
    border-radius: 50px;
    padding: 23px 44px;
    display: flex;
    gap: 11px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 66%;
    letter-spacing: -3%;
    align-items: center;
    color: white;
}

.site_btn::before {
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #F78E21;
}

.support_mainimg {
    right: -45px;
    bottom: 0;
    position: absolute;
    height: 652px;
    width: auto;
}

footer .container {
    display: flex;
    gap: 92px;
    padding-top: 76px;
}

.coll1 img {
    height: 34px;
    width: auto;
}

.coll1 {
    max-width: 234px;
}

.coll1 p {
    padding-top: 27px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.3px;
    color: #0B0B0B;
}

.nav_title {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.2px;
    color: #0B0B0B;
    padding-bottom: 30px;
	opacity: 36%;
}

.coll2 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.coll2 a {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.1px;
    color: #0B0B0B;
}

.coll3 {
    max-width: 244px;
}

.coll3 p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.1px;
    color: #0B0B0B;
}

.coll4 a {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 29px;
    line-height: 135%;
    letter-spacing: -0.3px;
    color: #0B0B0B;
    display: block;
	
}

.coll4 a:last-child {
    padding-top: 27px;
}

.coll5 a {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 111%;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    background: #232426;
    border-radius: 50px;
    padding: 16px 30px 18px 30px;
    display: flex;
    align-items: center;
    gap: 11px;
cursor:pointer;
}

.coll5 a::before {
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #F78E21;
}

.footer_bottom {
    margin-top: 83px;
    padding-top: 26px;
    padding-bottom: 39px;
    border-top: 1px solid rgba(0, 0, 0, 0.068);
    display: flex;
    justify-content: space-between;
}

.footer_bottom span {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.1px;
    color:#0B0B0B;
    opacity: 52%;
}

.footer_bottom a {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.1px;
    text-decoration: underline;
    color:#0B0B0B;
    opacity: 52%;
}
.modal{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    z-index: 99999;
    backdrop-filter: blur(3px);
    align-content: center;
	display:none;
}
.modal_box{
	max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
	position:relative;
}
.modal-point{
	justify-content: center;
    padding: 0;
	font-family: "SF Pro Display";
    color: #FC6513;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.2px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding-top: 12px;
}
.modal-point::before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #FC6513;
    border-radius: 50px;
}
.modal_title{
	font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 108%;
    letter-spacing: -1.2px;
    color: #0B0B0B;
    padding-top: 20px;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}
.modal_form{
	
}

.asiafox-help-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.asiafox-help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.asiafox-help-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.asiafox-help-row label {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    color: #0B0B0B;
}

.asiafox-help-row input,
.asiafox-help-row textarea {
    border: 1px solid #D9DEE8;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 12px 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #0B0B0B;
}

.asiafox-help-row textarea {
    min-height: 96px;
    resize: vertical;
}

.asiafox-help-row input:focus,
.asiafox-help-row textarea:focus {
    outline: none;
    border-color: #F78F3F;
    box-shadow: 0 0 0 2px rgba(247, 143, 63, 0.18);
}

.asiafox-help-notice {
    border-radius: 10px;
    padding: 10px 12px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 140%;
}

.asiafox-help-notice.success {
    border: 1px solid rgba(22, 163, 74, 0.32);
    background: rgba(22, 163, 74, 0.12);
    color: #166534;
}

.asiafox-help-notice.error {
    border: 1px solid rgba(220, 38, 38, 0.32);
    background: rgba(220, 38, 38, 0.1);
    color: #B91C1C;
}

.asiafox-help-submit {
    background: linear-gradient(180deg, #F78F3F 0%, #F27619 100%);
    border-radius: 50px;
    padding: 16px 0;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 108%;
    letter-spacing: -0.7px;
    border: 0;
    cursor: pointer;
}

.asiafox-help-submit:disabled {
    opacity: .7;
    cursor: not-allowed;
}
.wpcf7-form p{
	display:flex;
	flex-direction:column;
	gap:20px;
}
.wpcf7-spinner{
	display:none;
}
.wpcf7-submit{
	background: linear-gradient(180deg, #F78F3F 0%, #F27619 100%);
    border-radius: 50px;
    padding: 18px 0;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 108%;
    letter-spacing: -0.7px;
}
.modal_close{
	cursor:pointer;
	width:20px;
	height:20px;
	position:absolute;
	right:20px;
	top:20px;
}


@media (max-width: 1450px) {
	h1{
		max-width: 560px;
	}
.container_flex {
    gap: 10px;
    flex-direction: column;
}
	h2{
		padding:0;
	}
.serviced__tabs {
    grid-template-columns: 1fr 1fr;
}
.serviced {
    margin: 0 20px;
}
.accordion {
    margin: 0 20px;
}
.support_mainimg {
    right: 0;
    height: 549px;
}
.accordion__tabs {
    grid-template-columns: 1fr 1fr;
}
	.accordion .container{
		width:100%;
	}
.main_img {
    right: 0;
}
.accordion .wrapper {
    z-index: 2;
    position: relative;
}
}
@media (max-width: 1100px) {
	.navigate{
		gap: 40px;
	} 
	.main_img {
   right: -112px;
    height: 676px;
}
	    .serviced {
        margin: 0;
    }
.serviced__item {
    padding: 60px 15px 72px 15px;
}
	.uslugi__tabs {
    grid-template-columns: 1fr 1fr 1fr;
}
	.uslugi__item {
    padding: 25px 10px 46px 25px;
}
	    .support_mainimg {
        display:none;
    }
}

@media (max-width: 900px) {
	
	.navigate{
		display:none;
	}
	.head_auth_btn{
		display:none;
	}
	.head_btn{
		display:none;
	}
	.first_screen .container {
    padding-top: 92px;
    padding-bottom: 422px;
}
	    .main_img {
        right: 0;
        left: 10px;
        height: 405px;
			justify-self: center;
    }
.first_screen__box {
    max-width: 100%;
    width: 100%;
}
    h1 {
        max-width: 100%;
    }
	.poisk {
    max-width: 100%;
}
	.serviced__tabs {
        grid-template-columns: 1fr;
    }
	.serviced {
    padding: 40px 0 0px 0px;
}
	
}
@media (max-width: 780px) {
	header {
    top: 0;
		        background: #f8fafa;
}
	header .container {
    background: transparent;
}
	header .container {
    padding: 20px 0px 12px 0px;
}
.first_screen__lang img {
    width: 24px;
    height: 24px;
}
	.first_screen__lang {
    gap: 22px;
    margin-bottom: 13px;
}
	h1 {
    font-size: 42px;
    padding-bottom: 16px;
}
	.first_screen__box p {
    font-size: 16px;
    max-width: 206px;
}
	.poisk {
    margin-top: 20px;
}
	.first_screen__box p::before {
    top: 13px;
}
	.poisk input {
    padding: 0px 22px;
    font-size: 14px;
    height: 50px;
}
	.poisk button {
    height: 50px;
    width: 88px;
}
	.book_image {
    right: -172px;
    height: 380px;
}
	.circle_image {
    position: absolute;
    bottom: 20px;
    width: 959px;
    max-width: fit-content;
    z-index: 1;
    height: auto;
    right: -104px;
}
	    .poisk button {
        height: 50px;
        width: 88px;
        font-size: 0;
    }
	.poisk button:before {
        content:none;
    }
	.poisk_results {
    top: 58px;
}
	.icon_btn{
		        display: inline;
	}
	.pattern_image {
    display: none;
}
h2::before {
    width: 4px;
    height: 4px;
}
h2 {
    font-size: 15px;
    gap: 7px;
}	 
	h3 {
    font-size: 25px;
    margin-bottom: 24px;
}
	.serviced .wrapper {
    padding: 0 0px;
}
	.serviced h2{
		padding:0 15px;
	}
	.serviced h3{
		padding:0 15px;
	}
	.serviced_decorate1{
		display:none;
	}
	.serviced_decorate2{
		display:none;
	}
	.serviced_decorate3{
		display:none;
	}
	.serviced_decorate4{
		display:none;
	}
	    .serviced__item {
        padding: 35px 15px 41px 15px;
    }
	.serviced__head span {
    max-width: 243px;
    font-size: 18px;
}
	.serviced__item.left .serviced__point {
    gap: 4px;
    font-size: 14px;
    padding: 0px 10px;
	    height: 27px;	
}
	.serviced__point img{
		height:10px;
	}
	.serviced__head {
    padding-bottom: 20px;
}
	.serviced_body {
    padding-top: 22px;
}
	.serviced_body__item {
    gap: 13px;
}
	.serviced_body__item img {
    width: 13px;
    height: 13px;
}
	.serviced_body__title {
    font-size: 15px;
    padding-bottom: 8px;
}
	.serviced_body__disc {
    font-size: 14px;
    padding-bottom: 22px;
}
	.serviced_body__item .line_serviced {
    top: 17px;
    left: 6px;
    height: 80px;
}
	.serviced_btn {
    padding: 14px 0;
    font-size: 14px;
    margin-top: 10px;
}
	.serviced__tabs {
    gap: 21px;
}
	.serviced__item.right {
    border-radius: 10px;
		border:0;
	}  

.serviced__item.left {
    border-radius: 10px;
}
	.serviced_decorate1-2{
		display:none;
	}
.serviced_decorate2-2{
		display:none;
	}
	.serviced_decorate3-2{
		display:none;
	}
	.serviced_decorate4-2{
		display:none;
	}
.serviced__item.right .serviced__head span {
    max-width: 172px;
}
	.serviced__item.right .serviced__point {
    gap: 4px;
    font-size: 14px;
    padding: 0 15px;
		height: 27px;
}
.serviced_btn.right {
    padding: 14px 0;
    font-size: 14px;
    margin-top: 35px;
	position:relative;
	bottom:0;
	left:0;
	width:100%;
}
	.serviced_bg_decorat {
    top: -261px;
    left: -89px;
}
	.uslugi {
    padding-top: 47px;
    padding-bottom: 56px;
}
	.uslugi__tabs {
        grid-template-columns: 1fr;
        gap: 10px;
    }
	.uslugi__tabs.uslugi__tabs--single {
        grid-template-columns: 1fr;
    }
	.uslugi h3 {
    margin-bottom:37px;
}
	    .uslugi__item {
        padding: 25px 10px 46px 25px;
        border-radius: 10px;
    }
	.uslugi__img {
    margin-bottom: 26px;
}
	.uslugi__title {
    font-size: 23px;
    max-width: 208px;
}
	.uslugi__item p {
    padding-top: 96px;
}
	.uslugi_bg{
		display:none;
	}
	.uslugi__item.center{
		padding-bottom:137px;
	}
	.uslugi__item.center p {
    padding-top: 28px;
}
	.uslugi_decorate3{
		display:none;
	}
	        .accordion {
        margin: 0;
        padding: 45px 0px;
    }
	.accordion h3 {
    color: #858585;
    margin-bottom: 40px;
		    max-width: 263px;
}
	.uslugi_decorate1 {
    position: absolute;
    top: -53px;
    right: -46px;
    height: 207px;
    width: auto;
		left: auto;
}
	.accordion-image {
    height: 20px;
}
	.accordion-title {
    gap: 16px;
}
	.accordion-header {
    padding-bottom: 22px;
    font-size: 20px;
		        padding-left: 15px;
        padding-right: 15px;
}
	    .accordion__tabs {
        grid-template-columns: 1fr;
        gap: 27px;
    }
	.accordion-item {
    margin-bottom: 27px!important;
}
	.accordion-content-left {
    gap: 15px;
    font-size: 15px;
}
	.accordion-content-inner {
    border-radius: 5px;
    padding: 14px 15px;
    margin-bottom: 0;
    cursor: pointer;
}
	.accordion-item.active .accordion-content {
    max-height: 500px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
		        margin-top: -14px;
}
	.accordion-item.active{
		border:0!important;
	}
	    .accordion .wrapper {
        padding:0;
    }
	.accordion h2{
		padding:0 15px;
	}
	.accordion h3{
		padding:0 15px;
	}
	.support .container {
    padding: 38px 0 408px 0;
    border-radius: 10px;
}
	.support {
    margin-top: 29px;
}
	.support_title {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 17px;
		justify-content: center;
        align-items: center;
        display: flex;
}
	.support_disc {
    font-size: 14px;
    max-width: 240px;
		justify-content: center;
        align-items: center;
        display: flex;
margin: 0 auto;
}
	.support .wrapper {
    max-width: 1435px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}
	    .support .container {
       background: url(./assets/image/support_bgmob.png);
			        background-size: cover;
    }
	.support_box {
    margin-top: 24px;
    gap: 10px;
    flex-direction: column;
}
.pay_btn {
    padding: 20px 60px;
        font-size: 15px;
        width: fit-content;
        margin: 0 auto;
}
	.site_btn{
		 padding: 20px 60px;
    font-size: 15px;
  width: fit-content;
        margin: 0 auto;
	}
	    .support_mainimg {
        display: block;
        position: absolute;
        height: 395px;
        left: 0;
        justify-self: center;
    }
	footer .container {
    gap: 28px;
    padding-top: 29px;
    flex-direction: column;
		position: relative;
}
	.coll1 img {
    height: 23px;
    width: auto;
}
	.coll1 p{
		display:none;
	}
	.coll2{
		display:none;
	}
	.coll4{
		display:none;
	}
	.nav_title {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 135%;
    letter-spacing: -0.2px;
    color: #0B0B0B;
    padding-bottom: 12px;
    opacity: 36%;
}
	.coll5 a {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 111%;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    background: #232426;
    border-radius: 50px;
    padding: 14px 30px 14px 30px;
    display: flex
;
    align-items: center;
    gap: 11px;
    cursor: pointer;
    justify-content: center;
}
	.footer_bottom {
    margin-top: 28px;
    padding-top: 0;
    padding-bottom: 28px;
    border-top: 0;
    display: flex
;
    gap: 13px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
	.footer_bottom a {
    order: -1;
}
	.modal_box {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
	.modal_title {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 108%;
    letter-spacing: -1.2px;
    color: #0B0B0B;
    padding-top: 10px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
	.asiafox-help-submit {
    padding: 14px 0;
    font-size: 16px;
}
	.asiafox-help-grid {
    grid-template-columns: 1fr;
}
	.modal-point {
    font-size: 14px;
    gap: 7px;
    padding-top: 0;
}
	.modal-point::before {
    width: 4px;
    height: 4px;
}
	.modal_close {
    z-index: 99;
}
	.mob_menu{
		display: block;
                width: 42px;
        height: 42px;
        border-radius: 50px;
        background: #232426;
        justify-items: center;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        display: flex;
	}
	#mob_open img{
		width:20px;
		height:20px;
		        display: block;
	}
	    .side_mobmenu {
        height: 100vh;
        z-index: 999;
        position: fixed;
        background: black;
			display:block;
        top: 0;
        width: 100%;
			transition: right 0.3s ease;
	right: -100%; /* Начальная позиция за пределами экрана */
    }
	.side_mobmenu .container{
		padding:15px;
	}
	    .side_mobmenu_head {
        display: flex;
        justify-content: space-between;
    }
	#mob_close img{
		display:block;
	}

	.side_mobmenu.open {
    right: 0; 
}
	.mob_ul .navigate {
        display: block;
    }
	.navigate a {
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 100%;
    font-weight: 500;
		padding-bottom: 16px;
    padding-left: 33px;
		padding-top:26px;
		border-bottom:1px solid #D9D9D936;
		        width: 100%;
        display: flex
;
}
	.mob_btn_side{
		display:flex;
		flex-direction:column;
		gap:16px;
        margin-top: 38px;
	}
	.mob_btn_side a{
		width:100%;
		font-family: "Manrope", sans-serif;
font-weight: 500;
font-size: 16px;
color:white;
line-height: 111.00000000000001%;
letter-spacing: -3%;
border-radius:50px;
		background:#232426;
		display:flex;
		gap:11px;
		height:58px;
		        align-items: center;
        justify-content: center;
	}
	.mob_btn_side a:before{
		content:" ";
		width:8px;
		height:8px;
		background:#F78E21;
		border-radius:50px;
	}
	.current_page_item.active a{
		color:#F78E21;
		border-bottom:1px solid #F78E21;
	}
	footer .mob_menu{
	display:flex;
	position:absolute;
		top:20px;
		right:0px;
}
}
