/*!
Theme Name: Studio Gold
Description: Description
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: studio-gold
 */

:root {
    --gray: #5B5B87;
    --primary: #FC377E;
    --dark-blue: #2F327D;
}
*, :after, :before {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    color: var(--gray);
    font-family: 'Gilroy', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
a {
    text-decoration: none;
    color: var(--gray);
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container {max-width: 1640px;}
}

.titleSection {
    color: var(--dark-blue);
    font-family: Gilroy;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-top: 0;
    margin-bottom: 30px;
}
.subtitleSection {
    color: var(--dark-blue);
    font-size: 32px;
    font-weight: 500;
    line-height: 160%;
}
.titleSection span, .subtitleSection span {
    color: var(--primary);
}
.btn {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 80px;
    background: var(--primary);
    box-shadow: 0px 8px 40px 0px rgba(210, 77, 101, 0.26);
    color: #fff;
    transition: all .2s;
    border: none;
}
.btn:hover {
    transform: scale(0.96);
}
.text-center {
    text-align: center;
}

/* HEADER */
.header {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.header__logo img {
    height: 80px;
    margin-right: 10px;
}
.header__menu ul {
    display: flex;
    justify-content: center;
}
.header__menu ul li {
    padding: 0 40px;
}
.header__menu ul li a {
    font-size: 18px;
    color: var(--dark-blue);
    letter-spacing: 0.44px;
    text-align: center;
    display: block;
    transition: all .2s;
}
.header__menu ul li a:hover {
    color: var(--primary);
}
.header__btn {
    text-align: right;
}
.header__mobMenu {
    display: none;
    cursor: pointer;
    text-align: right;
}
.header__menuWr-close {
    display: none;
}
.header__menuWr-btn {
    display: none;
}
.header__menuWr-btn a {
    width: 100%;
    margin-top: 30px;
}
.header__lang { 
    position: relative;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #959595;
    margin-top: -5px;
}
.header__lang-list {
    position: absolute;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
    display: none;
}
.header__lang-li {
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    font-size: 18px;
    transition: all .2s;
}
.header__lang-li:hover a {
    color: var(--primary);
}
.header__lang-li:last-child {
    border:none;
    padding: 10px 0 0;
}
.header__lang-cur {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .8px;
    position: relative;
    cursor: pointer;
}
.header__lang-cur:after {
    content: '';
    background: url('img/arr_d.svg') no-repeat center/contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -18px;
    top: 5px;
}
.header__lang.open .header__lang-cur:after {
    transform: rotate(180deg);
}

/* END HEADER */

/* BLOCK 1 */
.firstSection {
    padding: 240px 0 214px;
}
.firstSection__txt-list {
    margin-top: 16px;
}
.firstSection__txt-list li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
}
.firstSection__txt-list li:before {
    content: '';
    background: url('img/point.svg') no-repeat center/contain;
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
}
.firstSection__cont-btn {
    margin-top: 32px;
}
.firstSection__cont-btn .btn {
    padding: 24px 40px;
}
.firstSection__img, .firstSection__mob {
    display: none;
}
/* END BLOCK 1 */

/* BLOCK 2 */
.howWork {
    padding: 180px 0 180px;
}
.howWorkTitles {
    text-align: center;
    margin-bottom: 70px;
}
.howWork__cont {
    padding-right: 100px;
}
.howWork__cont-title {
    color: var(--dark-blue);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    position: relative;
}
.howWork__cont-title span {
    color: var(--primary);
}
.howWork__cont-title:before {
    content: '';
    background-color: #18AFF0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -38px;
    z-index: -1;
}
.howWork__cont p {
    font-size: 24px;
    line-height: 40px;
}
.howWorkCall {
    margin-top: 96px;
}
.howWorkCall .howWork__img {
    padding-right: 100px;
}
.howWorkCall .howWork__cont {
    padding-right: 0;
    padding-left: 50px;
}
.howWorkCall .howWork__cont-title:before {
    display: none;
}
.howWorkCall__listWr {
    margin-top: 20px;
}
.howWorkCall__list li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.howWorkCall__list-cont {
    width: 77%;
}
.howWorkCall__list li .howWorkCall__list-bg {
    width: 56px;
    height: 56px;
    padding: 14px;
    box-shadow: 0px 15px 44px rgba(13, 15, 28, 0.12);
    border-radius: 50%;
    margin-right: 30px;
    background-color: #fff;
}
/* END BLOCK 2 */

/* BLOCK 3 */
.benefits {
    padding: 120px 0 160px;
    position: relative;
    overflow: hidden;
}
.benefits__web {
    position: absolute;
    top: 104px;
    right: 0;
    width: 630px;
}
.benefits__block {
    text-align: center;
    width: 335px;
    height: 335px;
    position: relative;
    margin: 0 auto;
}
.benefits__block-bg {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 15px 44px 0px rgba(13, 15, 28, 0.06);
    width: 335px;
    height: 335px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
}
.benefits__block-icon {
    position: relative;
    padding-top: 30px;
    margin-bottom: 24px;
}
.benefits__block-txt {
    position: relative;
    font-size: 24px;
    line-height: 40px;
}
.benefits__block-wr {
    margin-top: 130px;
}
.benefits__circle {
    width: 297px;
    height: 297px;
    position: absolute;
    left: -150px;
    top: auto;
    bottom: -150px;
    background-color: var(--primary);
    border-radius: 50%;
}
/* END BLOCK 3 */

/* BLOCK 4 */
.faq {
    padding: 150px 0;
}
.faq__img {
    padding-left: 100px;
}
.faq__blocks {
    margin-top: 72px;
}
.faq__block {
    display: flex;
    padding: 25px 0px 27px 32px;
    align-items: flex-start;
    border-radius: 8px;
    border: 2px solid var(--bg, #FFECEE);
    margin-bottom: 32px;
    position: relative;
}
.faq__block-num {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-blue);
    margin-right: 40px;
}
.faq__block-q span {
    font-size: 24px;
    font-weight: 600;
    padding-right: 92px;
}
.faq__block-a {
    margin-top: 37px;
    padding-right: 10px;
    display: none;
}
.faq__block-cont {
    width: 100%;
}
.faq__block-q {
    position: relative;
}
.faq__block-plus {
    width: 86px;
    height: 82px;
    padding: 29px 32px;
    border-radius: 8px;
    background: var(--primary, #FC377E);
    position: absolute;
    top: -2px;
    right: -1px;
    transition: all .2s;
    cursor: pointer;
}
.faq__block-plus::before, .faq__block-plus::after {
    content:'';
    position: absolute;
    background-color: #fff;
    border-radius: 30px;
    transition: all .2s;
}
.faq__block-plus::before {
    width: 22px;
    height: 2px;
    left: 33px;
    top: 40px;
}
.faq__block-plus::after {
    width: 2px;
    height: 22px;
    left: 43px;
    top: 30px;
}
.faq__block.active .faq__block-plus::after {
    display: none;
}
/* END BLOCK 4 */

/* BLOCK 5 */
.conditions {
    padding-bottom: 180px;
}
.conditions__blocks {
    margin-top: 70px;
}
.conditions__block {
    padding: 32px;
    align-items: center;
    border-radius: 32px;
    background: var(--white);
    box-shadow: 0px 15px 44px 0px rgba(13, 15, 28, 0.06);
    margin-bottom: 40px;
}
.conditions__block-img {
    margin-right: 32px;
}
.conditions__block-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.conditions__block-txt {
    font-size: 24px;
    line-height: 40px;
    width: 68%;
}
/* END BLOCK 5 */

/* BLOCK 6 */
.advantage {
    position: relative;
}
.advantage .titleSection {
    font-size: 40px;
}
.advantage .container {
    border-radius: 0px 32px 32px 32px;
    background:#FFECEE;
    position: relative;
    padding: 80px 60px;
}
.advantage_top {
    position: absolute;
    top: -42px;
    left: 0;
}
/* END BLOCK 6 */
/* BLOCK 7 */
.form {
    padding: 180px 0;
}
.formWr {
    border-radius: 80px;
    border: 2px solid var(--bg, #FFECEE);
    background: var(--white, #FFF);
    box-shadow: 0px 15px 44px 0px rgba(13, 15, 28, 0.06);
    margin-top: 72px;
    overflow: hidden;
}
.input-text {
    padding: 20px 40px 20px 40px;
    border-radius: 40px;
    border: 2px solid var(--bg, #FFECEE); 
    width: 100%;
    margin-bottom: 24px;
    font-size: 24px;
    font-family: 'Gilroy';
    color: var(--gray);
}
.input-text::placeholder {
    color: var(--gray);
}
.input-text:-ms-input-placeholder {
    color: var(--gray);
}
.input-text::-ms-input-placeholder { 
    color: var(--gray);
}
.form_upload {
    background: url('img/upload.svg') no-repeat center/contain;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: inline-block;
}
.input-file {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.input-file-btn {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    cursor: pointer;
    color: var(--primary, #FC377E);
    font-size: 20px;
    font-weight: 700;
    border-radius: 80px;
    border: 2px solid var(--primary, #FC377E);
    width: 242px;
    padding: 16px 32px;
}
.input-file-text {
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.form__cont-form .btn {
    display: block;
    margin-top: 24px;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    padding: 24px 40px;
}
.form__cont-form textarea {
    height: 200px;
    resize: none;
}
[type="checkbox"] {
    position: relative;
    left: 15px;
    top: -4px;
    z-index: 0;
    -webkit-appearance: none;
}
[type="checkbox"] + label::before {
    width: 24px;
    height: 24px;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 8px;
    z-index: 5;
    position: relative;
    border-radius: 8px;
    border: 2px solid var(--primary);
}
[type="checkbox"]:checked+label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: var(--primary);
}
.form__cont .titleSection {
    font-size: 40px;
    margin-bottom: 10px;
}
.form__cont-sub {
    font-size: 24px;
}
.form__cont-form {
    margin-top: 32px;
}
.form__cont {
    padding: 48px 120px 48px 80px;
}
.form__img {
    width: 100%;
    height: 100%;
}
.formWr .col-12 {
    padding: 0;
}
.form__img-mob {
    display: none;
}
/* END BLOCK 7 */

/* FOOTER */
.footer {
    background: #FFECEE;
    padding: 60px 0;
    position: relative;
}
.footer__copy {
    font-size: 20px;
}
.footer__copy span {
    color: var(--primary);
}
.footer__soc {
    justify-content: end;
}
.footer__soc-block {
    margin-left: 16px;
}
.thanksPage {
    padding-top: 165px;
    height: 84vh;
}
.thanksPage__img, .thanksPage__cont {
    text-align: center;
    position: relative; 
}
.thanksPage__cont p {
    font-size: 30px;
    line-height: 150%;
}
.thanksPage__img img {
    width: 38vh;
    margin-bottom: -7px;
} 
.thanksPage__circle {
    background-color: #fc377e;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: 55%;
    left: 0;
    z-index: -1;
}
.thanksPage__circle2 {
    background-color: #17aff0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    right: 0;
    z-index: -1;
}

/* ADAPTIVE */
@media (max-width: 1542px) {
    .header .btn {padding: 16px 20px;}
}
@media (max-width: 1399px) {
    .header .btn {font-size: 18px;}
    .header__menu ul li {padding: 0 30px;}
}
@media (max-width: 1299px) {
    .header__menu ul li {padding: 0 15px;}
    .header .btn {padding: 16px 10px;}
    .benefits__block, .benefits__block-bg {width: 310px;height: 310px;}
    .benefits__block-txt {font-size: 22px; line-height: 32px;}
}
@media (max-width: 1200px) {
    .header__mobMenu, .header__menuWr-btn {display: block;}
    .header__btn {display: none;}
    .header__menu ul li a {text-align: left;}
    .header__menu ul {flex-direction: column;}
    .header__menuWr {position: fixed;right: -100%;opacity: 0;transition:all .4s;top: 0;background-color: #FFECEE;height: 100%;width: 330px;z-index: 2;padding: 30px;box-shadow: 0px 15px 44px 0px rgba(13, 15, 28, 0.06);}
    .header__menuWr.active {right: 0;opacity: 1;}
    .header__menu ul li {border-left: 2px solid var(--primary);margin-bottom: 40px;}
    .header__menuWr-close {display: block;text-align: right;cursor: pointer;}
    .header__menu {margin-top: 30px;}
    .firstSection {padding: 170px 0 90px;}
    .howWork {padding: 120px 0 120px;}
    .howWorkCall .howWork__cont {padding-left: 0px;}
    .benefits__block {margin: 0 auto 120px;}
    .benefits {padding: 100px 0 60px;}
    .faq__img {padding-left: 0;text-align: center;}
    .faq__img img {width: 60%;}
    .faq .titleSection {text-align: center;}
    .faq {padding: 100px 0; }
    .form {padding: 120px 0;}
    .form__cont {padding: 48px 50px 48px 50px;}
    .form__cont-form .btn {font-size: 22px;}
    .input-file {flex-wrap: wrap;}
}
@media ((max-width: 1200px) and (min-width: 991px)) {
    .benefits__block-wr .col-12:last-child  {margin-top: -645px;}
}
@media (max-width: 991px) {
    .howWork__img {margin-bottom: 50px;}
    .howWork__cont {padding-right: 0;}
    .form__img {display: none;}
    .form__img-mob {display: block;}
    .form__img-mob img {width: 100%;}
    .footer .col-12:first-child {order: 3;}
    .footer .col-12:nth-child(2) {order: 1;}
    .footer .col-12:last-child {order: 2;}
    .footer__soc {justify-content: center;margin: 25px 0;}
    .footer__copy {text-align: center;}
    .thanksPage__cont p {font-size: 27px;line-height: 142%;}
}
@media (max-width: 769px) {
    .thanksPage__img img {width: 60%;}
}
@media (max-width: 575px) {
    .firstSection__mob {display: block;z-index: -1;position: absolute;top:0;}
    .firstSection {background:none!important;}
    .firstSection__cont .titleSection {font-size: 32px;line-height: 48px;text-align: center;}
    .firstSection__cont .subtitleSection {margin-top: 114vw;}
    .subtitleSection {font-size: 22px;}
    .firstSection__cont-btn .btn {width: 100%;font-weight: 700;}
    .header__menuWr {width: 100%;}
    .firstSection {padding: 120px 0 80px;}
    .firstSection__txt-list li {font-size: 16px;}
    .howWork {padding: 0 0 80px;}
    .titleSection {font-size: 32px;line-height: 48px;margin-bottom: 16px;}
    .howWork__cont-title {font-size: 24px;}
    .howWork__cont p {font-size: 20px;}
    .howWorkCall {margin-top: 35px;}
    .howWorkCall .howWork__img {padding-right: 0;margin-bottom: 15px;}
    .howWorkCall .howWork__cont-title {margin-bottom: 24px;}
    .howWorkCall__list li {margin-bottom: 16px;}
    .benefits__web {width: 270px;}
    .benefits__block, .benefits__block-bg { width: 248px;height: 248px;}
    .benefits__block-txt {font-size: 20px;}
    .benefits__block-icon {margin-bottom: 8px;padding-top: 13px;}
    .benefits__block {margin: 0 auto 100px;}
    .benefits__block-wr {margin-top: 75px;}
    .faq {padding: 60px 0;}
    .faq__img img { width: 100%;}
    .faq__blocks {margin-top: 35px;}
    .faq__block-q span {font-size: 16px;line-height: 20px;}
    .faq__block {padding: 4px 0px 4px 16px;margin-bottom: 16px;min-height: 63px;align-items: center;}
    .faq__block-plus {width: 62px;height: 62px;padding: 9px 10px;}
    .faq__block-plus::before { width: 18px; height: 2px;left: 24px; top: 32px;}
    .faq__block-plus::after {width: 2px;height: 18px;left: 32px;top: 24px;}
    .faq__block-a { margin-top: 13px;font-size: 16px; }
    .faq__block-num { margin-right: 16px;}
    .conditions__block {padding: 16px;margin-bottom: 16px;}
    .conditions__block-txt {font-size: 16px;line-height: 160%; }
    .conditions {padding-bottom: 110px;}
    .advantage .container {padding: 32px 16px;}
    .advantage .titleSection {font-size: 24px;line-height: 160%;}
    .advantage {margin: 0 10px;}
    .form {padding: 80px 0;}
    .formWr {margin-top: 45px;border: none;box-shadow: none;border-radius: 0;overflow: initial;}
    .form__cont .titleSection {font-size: 24px;text-align: center;margin-bottom: 0;}
    .form__cont-sub {font-size: 16px;text-align: center; }
    .form__cont {padding: 30px 16px 48px 16px;}
    .input-text {padding: 16px 25px 16px 24px;margin-bottom: 16px;font-size: 16px;}
    .form__cont-form textarea {height: 120px;}
    .input-file {flex-direction: column-reverse;align-content: flex-start;}
    .confirm_txt {font-size: 16px;}
    .form__cont-form .btn {font-size: 20px;width: 100%;}
    .footer__copy {font-size: 16px;}
    .footer {padding: 40px 0;}
    .conditions__block-img img {width: 56px; height: 56px;}
    .conditions__block-img {margin-right: 16px;}
    .conditions__block-txt {width: 77%;}
    .advantage_top {top: -35px;}
    .advantage_top img {width: 310px;}
    .advantage .howWorkCall__list-cont {font-size: 16px;}
    .advantage .howWorkCall__list li .howWorkCall__list-bg {margin-right: 16px;}
    .form__img-mob {margin: 0 10px;}
    .header__lang-cur {font-size: 16px;}
    .thanksPage__cont .titleSection {font-size: 36px;}
    .thanksPage__cont p {font-size: 22px;}
    .thanksPage__circle {width: 150px;height: 150px;}
    .thanksPage__circle2 {width: 50px;height: 50px;}
    .thanksPage__img {margin-top: 20px;}
    .thanksPage {padding-top: 130px;}
    .thanksPage {height: 100%;}
}

@media (max-width: 440px) {
    .firstSection__cont .subtitleSection {margin-top: 107vw;}
}
@media (max-width: 380px) {
    .firstSection__cont .subtitleSection {margin-top: 100vw;}
}
.simplePage{
	margin-top: 126px;
	min-height: 600px;
}