*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}.wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;position:relative;width:100%;height:100%}.no-scroll{overflow:hidden}.container{width:100%;max-width:1200px;height:100%;padding:0 15px;margin:0 auto}body{font-family:"SF UI Display";font-size:16px;color:#0b2142}.button{max-width:282px;width:100%;padding:20px 0;border-radius:5px;background-color:#791247;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;border:0;cursor:pointer;transition-duration:.5s}@media (hover:hover){.button:hover{opacity:.5}}a{transition-duration:.5s;cursor:pointer}h2{color:#0b2142;font-family:"SF UI Display";font-size:clamp(24px,5vw,40px);font-weight:700}.gray-bg{background:#f5f8fc}.header{width:100%;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:10;transition-duration:.5s}.header--scrolled{box-shadow:0 4px 3px rgba(0,0,0,.1)}.header__address{font-size:11px}.header__item{display:none}@media (max-width:1099px){.header__item{display:flex;gap:24px;align-items:center}}.header__row{display:flex;justify-content:center}.header__nav{display:flex}.header__logo{height:47px}.header__logo img{height:47px;width:86px}@media (max-width:768px){.header__logo img{width:73px;height:40px}}@media (max-width:768px){.header__logo{height:40px}}.header__info{background-color:#f2f6fa;padding:13px 0}.header__info-socials{display:flex;align-items:center;gap:30px}.header__info-socials a{font-size:10px;text-decoration:none;font-weight:400;line-height:140%;color:#0b2142;display:flex;align-items:center;gap:8px}@media (hover:hover){.header__info-socials a:hover{opacity:.5}.header__info-socials a:hover span{transform:scale(.9)}}.header__info-socials a span{width:24px;height:24px;min-width:24px;display:block;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);transition-duration:.5s;background-repeat:no-repeat;background-position:center}.header__info--mob{display:none}@media (max-width:1099px){.header__info--mob{padding:40px 0;display:flex;flex-direction:column;gap:24px}}.header__info .container{display:flex;justify-content:flex-end}.header__info-item{display:flex;gap:8px;font-size:12px;color:#0b2142;align-items:center}@media (max-width:1099px){.header__info-item{flex-direction:column;gap:8px}.header__info-item p{font-size:14px;width:90%}}.header__info-item a{position:relative;font-size:12px;color:#0b2142;text-decoration:none;display:inline-block;text-wrap:nowrap}@media (max-width:1099px){.header__info-item a{font-size:18px}}.header__info-item a::after{content:"";position:absolute;bottom:-3px;left:0;width:0%;height:1px;background-color:#791247;transition-duration:.5s}.header__info-item a:hover::after{width:100%}.header__info-item span{margin-right:16px;font-weight:700;font-size:14px;color:#791247}@media (max-width:1099px){.header__info-item span{margin-right:0;font-size:16px}}.header__info-item:not(:last-child){margin-right:70px}@media (max-width:1150px){.header__info-item:not(:last-child){margin-right:40px}}@media (max-width:1099px){.header__info-item:not(:last-child){margin-right:0}}@media (max-width:1099px){.header__info{display:none}}.header__main{background-color:#fff;padding:12px 0;transition-duration:.5s}.header__main .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.header__menu{display:flex;align-items:center;gap:90px;max-width:900px;justify-content:space-between;position:relative}.header__menu-overlay{position:absolute;left:0;bottom:-231px;opacity:0;width:100%;height:231px;background-color:rgba(245,248,252,.95);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition-duration:.5s;z-index:-1;visibility:hidden}.header__menu-overlay.active{opacity:1;visibility:visible}@media (max-width:1099px){.header__menu-overlay{display:none}}@media (max-width:1099px){.header__menu{flex-direction:column;justify-content:flex-start;gap:40px;padding:40px 0;border-bottom:1px solid rgba(200,190,190,.5);width:100%}}.header__menu li{list-style-type:none}.header__menu li>a{color:#0b2142;font-family:"SF UI Display";font-size:15px;text-decoration:none;transition-duration:.5s}@media (max-width:1099px){.header__menu .menu-item a{color:#0b2142;text-transform:uppercase;font-size:18px}}.header__menu .menu-item:not(.menu-item-has-children) a{transition-duration:.5s;position:relative}.header__menu .menu-item:not(.menu-item-has-children) a::before{content:"";position:absolute;left:0;bottom:-3px;width:0;height:1px;display:block;background-color:#791247;transition-duration:.5s}@media (min-width:1100px){.header__menu .menu-item:not(.menu-item-has-children) a:hover::before{width:100%}}.header__menu .menu-item-has-children{position:relative;width:fit-content;cursor:pointer}@media (min-width:1100px){.header__menu .menu-item-has-children::before{content:"";position:absolute;left:0;bottom:-3px;width:0;height:1px;display:block;background-color:#791247;transition-duration:.5s}}@media (min-width:1100px) and (min-width:1100px){.header__menu .menu-item-has-children:hover::before{width:calc(100% - 20px)}}@media (max-width:1099px){.header__menu .menu-item-has-children{width:calc(100% - 30px);margin:0 auto;text-align:center}.header__menu .menu-item-has-children.active>a{font-weight:700}}.header__menu .menu-item-has-children .sub-menu{display:none}@media (max-width:1099px){.header__menu .menu-item-has-children .sub-menu a{text-transform:none}}.header__menu .menu-item-has-children.active .sub-menu{display:flex;flex-direction:column;border-top:1px solid rgba(200,190,190,.5);border-bottom:1px solid rgba(200,190,190,.5);padding:16px 0;gap:16px;margin-top:16px}@media (max-width:1099px){.header__menu .menu-item-has-children.active .sub-menu{gap:20px;padding:20px 0}}.header__menu .menu-item-has-children.active>a::after{transform:rotate(180deg) translateY(50%)}.header__menu .menu-item-has-children>a{padding-bottom:22px;position:relative}@media (min-width:1100px){.header__menu .menu-item-has-children>a{padding-right:20px}}.header__menu .menu-item-has-children>a::after{content:"";width:16px;height:24px;position:absolute;display:block;right:0;transform:translateY(-50%);background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="24" viewBox="0 0 16 24" fill="none"><path d="M11 10L8 13L5 10" stroke="%23791247" stroke-linecap="round"/></svg>');transition-duration:.5s}@media (max-width:1099px){.header__menu .menu-item-has-children>a::after{right:-19px}}@media (max-width:1099px){.header__menu .menu-item-has-children>a{padding-bottom:0;color:#0b2142;text-transform:uppercase;font-size:18px;font-weight:400}.header__menu .menu-item-has-children>a::after{top:50%}}@media (min-width:1100px){.header__menu .menu-item-has-children>a::after{top:10px}}@media (min-width:1100px){.header__menu .menu-item-has-children .sub-menu{position:absolute;left:0;top:calc(100% + 22px);width:fit-content;padding:16px 0;z-index:1000;opacity:0;display:flex;flex-direction:column;gap:16px;visibility:hidden;pointer-events:none;transition:opacity .5s ease,visibility 0s .5s}.header__menu .menu-item-has-children .sub-menu a{color:#a9afb4;text-wrap:nowrap}}@media (min-width:1100px) and (min-width:1100px){.header__menu .menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible;pointer-events:all;transition:opacity .5s ease,visibility 0s 0s}.header__menu .menu-item-has-children:hover .sub-menu a{color:#0b2142;position:relative}.header__menu .menu-item-has-children:hover .sub-menu a::after{content:"";width:0;height:1px;background-color:#791247;position:absolute;left:0;bottom:-3px;transition-duration:.5s}.header__menu .menu-item-has-children:hover .sub-menu a:hover::after{width:100%}.header__menu .menu-item-has-children:hover>a::after{transform:rotate(180deg) translateY(50%)}}@media (min-width:1100px){.header__menu.active .sub-menu{opacity:1;visibility:visible;pointer-events:all;transition:opacity .5s ease,visibility 0s 0s}}.header__burger{display:none}@media (max-width:1099px){.header__burger{min-width:20px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:11}.header__burger span{display:block;width:100%;height:4px;background-color:#233858;position:relative;transition:all .5s;border-radius:2px}.header__burger span::after,.header__burger span::before{content:"";position:absolute;width:100%;height:4px;background-color:#233858;transition:all .5s;border-radius:2px}.header__burger span::before{top:-10px}.header__burger span::after{top:10px}}.header__burger.active span{background-color:transparent}.header__burger.active span::before{top:0;transform:rotate(45deg);background-color:#d9d9d9}.header__burger.active span::after{top:0;transform:rotate(-45deg);background-color:#d9d9d9}@media (max-width:1099px){.header__nav{display:flex;flex-direction:column;justify-content:flex-start;position:absolute;width:100%;max-width:550px;height:calc(100vh - 60px);background-color:#f5f8fc;left:-200%;top:60px;transition-duration:.5s}.header__nav.active{left:0;overflow-x:auto}}.header__socials{display:none;padding-bottom:32px}.header__socials a{font-size:10px;text-decoration:none;font-weight:400;line-height:140%;color:#0b2142;display:flex;align-items:center;gap:8px}@media (hover:hover){.header__socials a:hover{opacity:.5}.header__socials a:hover span{transform:scale(.9)}}.header__socials a span{width:24px;height:24px;min-width:24px;display:block;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);transition-duration:.5s;background-repeat:no-repeat;background-position:center}@media (max-width:1099px){.header__socials{display:flex;justify-content:center;gap:40px;align-items:center}}.header .header__menu .menu-item-has-children.current-menu-parent::before{width:calc(100% - 20px)}.header .header__menu .menu-item.current-menu-item a::before{width:100%}@media (max-width:1099px){.header .header__menu .menu-item-has-children.current-menu-parent>a{font-weight:700}}.lang-item{margin-left:40px;list-style:none;width:36px;height:36px;min-width:36px;background-color:#791247;border-radius:5px;display:block;position:relative;transition-duration:.5s}.lang-item:hover{transform:scale(.9);opacity:.7}.lang-item a{width:100%;height:100%;opacity:0;display:block}.lang-item::after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-family:"SF UI Display",sans-serif;font-size:15px;font-weight:700;z-index:1;pointer-events:none}.lang-item-2::after{content:"EN"}.lang-item-5::after{content:"TR"}.lang-item__mob{display:none}@media (max-width:1100px){.lang-item__mob{display:block}}@media (max-width:1100px){.lang-item__desc{display:none}}.modal{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:visibility 0s .5s,opacity .5s ease,transform .5s ease}.modal:target{opacity:1;visibility:visible;transition:opacity .5s ease,transform .5s ease}.modal:target .modal-content{opacity:1;transform:translateY(0)}.modal:target .close-overlay{background:linear-gradient(0deg,rgba(74,74,74,.8) 0,rgba(74,74,74,.8) 100%)}.modal .modal-content{margin:0 15px;padding:20px;position:relative;max-width:800px;width:100%;max-height:100vh;overflow-y:auto;overflow-x:hidden;z-index:2;opacity:0;transform:translateY(40px);transition:opacity .5s ease,transform .5s ease;display:flex;justify-content:space-between;align-items:flex-end;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);background-repeat:no-repeat}.modal .modal-content::after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(245,248,252,0) 0,#e0e5ee calc(100% - 40px),#e0e5ee 100%);z-index:-1}@media (max-width:786px){.modal .modal-content::after{display:none}}@media (max-width:768px){.modal .modal-content{max-width:343px;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding-top:170px;padding-bottom:0}.modal .modal-content .form{width:calc(100% + 40px);max-width:calc(100% + 40px);border-radius:0}}.modal .close-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(245,248,252,0) 0,#e0e5ee 80%,#c3c9d4 100%);cursor:pointer;text-decoration:none;z-index:1;transition:background .5s ease}.modal .close{position:absolute;top:35px;right:35px;width:20px;height:20px;background:0 0;border:none;cursor:pointer;z-index:3;transition-duration:.5s}.modal .close:hover{opacity:.7;transform:scale(.9)}@media (max-width:768px){.modal .close{top:15px;right:15px}}.modal .close::after,.modal .close::before{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;background-color:#ced5db;transform-origin:center}.modal .close::before{transform:translate(-50%,-50%) rotate(45deg)}.modal .close::after{transform:translate(-50%,-50%) rotate(-45deg)}.modal__text{max-width:360px;display:flex;flex-direction:column;gap:10px;position:relative;padding:0 0 10px 10px}@media (max-width:786px){.modal__text{width:100%;padding:0}.modal__text::before{content:"";width:calc(100% + 40px);height:260px;display:block;position:absolute;left:-20px;bottom:-20px;background:linear-gradient(0deg,#e0e5ee 0,#e0e5ee 40px,rgba(245,248,252,0) 100%);z-index:-1}.modal__text br{display:none}}.modal__text h2{font-size:30px}.modal__text p{font-size:20px}.footer{background-color:#4e062b;width:100%;padding:60px 0 20px 0;display:flex;justify-content:center;align-items:center}@media (max-width:768px){.footer{padding:40px 0 20px}}.footer .container{display:flex;justify-content:center;align-items:center;flex-direction:column}.footer__logo img{width:85px;height:47px}.footer__row{width:100%;display:flex;gap:100px;justify-content:space-between}@media (max-width:768px){.footer__row{gap:0}}@media (max-width:768px){.footer__row{flex-direction:column}}.footer__col{display:flex;flex-direction:column}.footer__col>a{display:block}.footer__col--full{justify-content:space-between}@media (max-width:992px){.footer__col--full{justify-content:flex-start;gap:40px}}.footer__nav{display:grid;grid-template-columns:repeat(3,minmax(0,300px));gap:20px}@media (max-width:768px){.footer__nav{grid-template-columns:1fr;gap:8px}}@media (max-width:768px){.footer__nav .footer__col{display:contents}}.footer__parent{color:#fff;font-size:18px;font-weight:700;padding-bottom:16px}@media (max-width:768px){.footer__parent{padding-bottom:8px;padding-top:40px;text-transform:uppercase}}.footer__parent-link{padding-top:24px;color:#fff;font-size:18px;font-weight:700;position:relative;text-decoration:none;width:fit-content}@media (max-width:768px){.footer__parent-link{padding-top:40px;margin-bottom:24px;text-transform:uppercase}}.footer__parent-link::after{content:"";position:absolute;bottom:-3px;left:0;width:0%;height:1px;background-color:#fff;transition-duration:.5s}.footer__parent-link:hover::after{width:100%}.footer__link{color:#fff;text-decoration:none;position:relative;width:fit-content}.footer__link:not(:first-child){padding-top:8px}@media (max-width:768px){.footer__link:not(:first-child){padding-top:0}}.footer__link::after{content:"";position:absolute;bottom:-3px;left:0;width:0%;height:1px;background-color:#fff;transition-duration:.5s}.footer__link:hover::after{width:100%}.footer__link--current::after{width:100%}.footer__messengers{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:80px;align-items:center}@media (max-width:768px){.footer__messengers{display:flex;width:100%}}.footer__messengers a{width:30px;height:30px;min-width:30px;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);display:block;transition-duration:.5s;background-repeat:no-repeat;background-position:center;background-size:cover}@media (hover:hover){.footer__messengers a:hover{opacity:.5;transform:scale(.92)}}.footer__copyright{width:1920px;color:#fff;font-size:14px;font-weight:400;line-height:20px;padding-top:24px;margin-top:60px;border-top:1px solid #ced5db;display:flex;justify-content:center;overflow:hidden}.footer__privacy{font-size:14px}@media (max-width:768px){.footer__contacts{order:1}.footer__privacy{order:2}}.form{max-width:343px;width:100%;z-index:2;background-color:#f9f9f9;border-radius:5px;padding:40px 30px 30px 30px}@media (max-width:768px){.form{max-width:421px}}.form__submit{align-self:center}.form__wrap form{display:flex;flex-direction:column;gap:28px}.form__wrap form .form__input-group{position:relative}.form__wrap form .form__input-group input{font-size:16px;color:#3c4d68;width:100%;outline:0;border:0;background-color:#f9f9f9;padding-bottom:7px;border-bottom:1px solid rgba(11,33,66,.44)}.form__wrap form .form__input-group .custom-placeholder{position:absolute;top:0;left:0;font-size:16px;pointer-events:none;transition:all .3s ease;opacity:1;color:#3c4d68}.form__wrap form .form__input-group .custom-placeholder:after{content:" *";color:#fd3737}.form__wrap form .form__input-group .custom-placeholder.active{opacity:0}.form__socials{margin-top:30px;display:flex;justify-content:space-between;align-items:center}.form__socials a{display:flex;align-items:center;gap:8px;width:fit-content;height:24px;min-width:24px;background-repeat:no-repeat;color:#0b2142;font-size:10px;font-weight:400;line-height:140%;text-decoration:none;transition-duration:.5s}.form__socials a img{transition-duration:.5s;width:24px;height:24px;min-width:24px}@media (hover:hover){.form__socials a:hover{opacity:.5}.form__socials a:hover img{transform:scale(.9)}}.form__title{display:block;font-size:15px;font-weight:400;text-align:center}.form__title span{text-transform:uppercase;color:#0b2142;text-align:center;font-size:24px;font-weight:700;line-height:150%;display:block}@media (max-width:1100px){.form{margin-right:0}}:-webkit-autofill,:-webkit-autofill:focus,:-webkit-autofill:hover{filter:none;-webkit-text-fill-color:rgba(11,33,66,.8);-webkit-box-shadow:0 0 0 40rem #f9f9f9 inset}:-webkit-autofill::first-line{font-size:16px}.error-validation{color:red;font-size:11px;position:absolute;left:0;bottom:-13px;transform:scale(.5);transition-duration:.3s;opacity:0}.error-validation.active{transform:scale(1);opacity:1}@font-face{font-family:"SF UI Display";src:url(../fonts/SFUIDisplay-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"SF UI Display";src:url(../fonts/SFUIDisplay-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"SF UI Display";src:url(../fonts/SFUIDisplay-Semibold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"SF UI Display";src:url(../fonts/SFUIDisplay-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}