.contact-section{padding-top:56px}@media screen and (max-width: 1024px){.contact-section{padding-top:32px}}@media screen and (max-width: 767px){.contact-section{padding-top:16px}}.contact-section__text-part{margin-bottom:24px}@media screen and (max-width: 1024px){.contact-section__text-part{padding-bottom:16px}}.contact-section__text-part .main-title{font-size:80px;font-weight:800;line-height:1.1;color:#000;margin-bottom:24px;display:flex;align-items:center;gap:24px}@media screen and (max-width: 767px){.contact-section__text-part .main-title{gap:16px;margin-bottom:10px;font-size:36px}.contact-section__text-part .main-title svg{width:24px;height:24px}}.contact-section__text-part .contact-blocks{display:flex;flex-wrap:wrap;gap:32px}.contact-section__text-part .contact-blocks .block-content{font-weight:500;line-height:1.5}@media (min-width: 768px){.contact-section__text-part .contact-blocks .block-content{font-size:14px}}@media (max-width: 767px){.contact-section__text-part .contact-blocks .block-content{font-size:14px}}.contact-section__text-part .contact-blocks .block-content strong{text-decoration:underline;text-underline-offset:4px;font-weight:700;line-height:1.2}@media (min-width: 768px){.contact-section__text-part .contact-blocks .block-content strong{font-size:18px}}@media (max-width: 767px){.contact-section__text-part .contact-blocks .block-content strong{font-size:16px}}@media screen and (max-width: 479px){.contact-section__text-part .contact-blocks .contact-block:last-child{margin-top:0}}.contact-section__text-part .contact-blocks .block-subtitle{margin-bottom:16px;color:#5c5c5c;font-weight:500;line-height:1.5}@media (min-width: 768px){.contact-section__text-part .contact-blocks .block-subtitle{font-size:14px}}@media (max-width: 767px){.contact-section__text-part .contact-blocks .block-subtitle{font-size:14px}}.contact-section__form-part{background-color:#ececec;padding:56px 0}.contact-section__form-part form{width:600px;min-width:343px}@media screen and (max-width: 1024px){.contact-section__form-part form{width:784px}}.contact-section__form-part [type=submit]{padding:15px 0;width:100%;max-width:300px;font-weight:600;line-height:1.2}@media (min-width: 768px){.contact-section__form-part [type=submit]{font-size:14px}}@media (max-width: 767px){.contact-section__form-part [type=submit]{font-size:14px}}@media screen and (max-width: 1024px){.contact-section__form-part [type=submit]{max-width:343px}}.contact-section__form-part [type=submit]:hover{background-color:#000;opacity:.6;color:#fff}.contact-section .form-field{margin-bottom:12px}.contact-section input,.contact-section textarea{width:100%;padding:12px;border:1px solid #fff;border-radius:4px;font-size:14px;font-weight:500;color:#000;min-height:48px}.contact-section input::-moz-placeholder,.contact-section textarea::-moz-placeholder{color:#a0a0a0}.contact-section input::placeholder,.contact-section textarea::placeholder{color:#a0a0a0}.contact-section input:focus,.contact-section textarea:focus{border-color:#000;outline:none}.contact-section input:not(:-moz-placeholder-shown),.contact-section textarea:not(:-moz-placeholder-shown){border-color:#000}.contact-section input:not(:placeholder-shown),.contact-section textarea:not(:placeholder-shown){border-color:#000}.contact-section textarea{resize:vertical;height:162px}@media screen and (max-width: 767px){.contact-section .form-field{flex-direction:column}}.success-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;max-width:90vw;max-height:90vh;opacity:0;transform:translate(-50%,-50%) scale(.9);transition:opacity .3s ease,transform .3s ease}.success-modal.js-modal-show{opacity:1;transform:translate(-50%,-50%) scale(1)}.success-modal__content{background:#fff;position:relative;max-width:800px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (max-width: 1390px){.success-modal__content{max-width:350px}}.success-modal__body{text-align:center;display:flex;gap:60px}@media (max-width: 1390px){.success-modal__body{flex-direction:column;gap:0px}}.success-modal__image{flex:1;display:none}.success-modal__image img{max-width:100%;height:100%}@media (max-width: 1390px){.success-modal__image img{width:100%;max-height:223px}}@media (min-width: 1390px){.success-modal__image{display:block}}.success-modal__image--mobile{display:none}@media (max-width: 1390px){.success-modal__image--mobile{display:block}}.success-modal__text{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left;padding-right:60px}@media (max-width: 1390px){.success-modal__text{padding:24px}}.success-modal__text a{max-width:-moz-max-content;max-width:max-content;font-weight:600;line-height:1.5}@media (min-width: 768px){.success-modal__text a{font-size:16px}}@media (max-width: 767px){.success-modal__text a{font-size:16px}}.success-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s ease;z-index:1}@media (max-width: 1390px){.success-modal__close{color:#fff}}.success-modal__title{margin-bottom:24px;font-weight:800;line-height:1.2}@media (min-width: 768px){.success-modal__title{font-size:48px}}@media (max-width: 767px){.success-modal__title{font-size:36px}}@media (max-width: 1390px){.success-modal__title{margin-bottom:16px;font-weight:800;line-height:1.2}}@media (max-width: 1390px) and (min-width: 768px){.success-modal__title{font-size:24px}}@media (max-width: 1390px) and (max-width: 767px){.success-modal__title{font-size:22px}}.success-modal__description{margin-bottom:40px;font-weight:500;line-height:1.5}@media (min-width: 768px){.success-modal__description{font-size:14px}}@media (max-width: 767px){.success-modal__description{font-size:14px}}.success-modal__button{margin-top:.5rem}
