.navigation{background-image:url(../images/nav-bg.png);background-repeat:no-repeat;background-size:cover;height:94px;margin-top:30px;width:100%}@media screen and (max-width:768px){.navigation{height:unset}}.navigation-wr ul{align-items:center;display:flex;height:100%;justify-content:space-between}.navigation-wr ul a{color:#fff;font-size:20px;font-weight:500;text-decoration:underline}@media screen and (max-width:1024px){.navigation-wr ul a{font-size:16px}}@media screen and (max-width:768px){.navigation-wr ul{display:grid;grid-template-columns:repeat(3,1fr);padding-block:24px;row-gap:18px}.navigation-wr ul a{font-size:18px}}@media screen and (max-width:660px){.navigation-wr ul{grid-template-columns:repeat(2,1fr)}.navigation-wr ul a{font-size:15px}}.guarantees{background-color:#f5f5f5;color:#1e272e;padding-block:52px 54px}.guarantees-wr{display:flex;row-gap:24px}@media screen and (max-width:768px){.guarantees-wr{flex-wrap:wrap}}.guarantee__item{align-items:center;display:flex;flex-direction:column;width:25%}.guarantee__item h3{font-size:19px;font-weight:900;margin-top:28px;text-align:center;text-transform:uppercase}@media screen and (max-width:1024px){.guarantee__item h3{font-size:16px}}@media screen and (max-width:768px){.guarantee__item{width:50%}}@media screen and (max-width:420px){.guarantee__item h3{font-size:14px}}.guarantee__icon-box{display:flex;height:127px;width:100%}.guarantee__icon-box img{margin:auto}@media screen and (max-width:520px){.guarantee__icon-box img{width:72px}}.guarantee__description{font-size:16px;margin-top:22px;text-align:center}@media screen and (max-width:1024px){.guarantee__description{margin-top:10px}}@media screen and (max-width:420px){.guarantee__description{font-size:12px}}.hotline{margin-block:70px}@media screen and (max-width:680px){.hotline{margin-block:20px}}body .hotline__content{align-items:center;border:4px solid #ff9700;color:#1e272e;display:flex;flex-direction:column;padding-block:36px}body .hotline__content a,body .hotline__content h2,body .hotline__content span{font-weight:900}body .hotline__content h2{color:#ff9700;font-size:40px}body .hotline__content>a{color:inherit;font-size:100px;margin-top:5px;text-align:center}body .hotline__content span{font-size:30px;margin-top:6px}@media screen and (max-width:990px){body .hotline__content h2,body .hotline__content span{font-size:25px}body .hotline__content a{font-size:70px}}@media screen and (max-width:768px){body .hotline__content{margin:auto;max-width:540px}body .hotline__content h2,body .hotline__content span{font-size:19px}body .hotline__content a{font-size:47px}}@media screen and (max-width:480px){body .hotline__content{border-width:2px;padding-block:15px}body .hotline__content h2{font-size:15px}body .hotline__content a{font-size:31px}body .hotline__content span{font-size:14px}}.soc_section{display:flex;gap:32px;margin:24px auto auto;width:-moz-fit-content;width:fit-content}.soc_section img{height:100%;width:100%}.soc_section a{display:block;height:52px;width:52px}@media screen and (max-width:1024px){.soc_section a{height:40px;width:40px}}body .question-form{background:url(../images/orange-bg-cell.png) repeat;padding-block:74px 70px}body .question-form .question-form__subtitle,body .question-form h2{color:#fff}body .question-form .question-form__subtitle{display:block;font-size:24px;font-weight:500;margin-top:10px;text-align:center}body .question-form .policy-agree{font-size:18px;text-align:center}body .question-form .policy-agree input{display:none}body .question-form .policy-agree a{color:#1e272e}body .question-form form{align-items:center;color:#fff;display:flex;flex-direction:column;gap:40px;margin-top:68px}body .question-form form button{background-color:#191a1a;border:2px solid #191a1a;border-radius:35px;color:#fff;font-size:18px;font-weight:700;height:70px;text-transform:uppercase;transition:.3s;width:414px}body .question-form form button:not([disabled]):hover{background-color:transparent;border-color:#fff;color:#191a1a}@media screen and (max-width:768px){body .question-form .question-form__subtitle{font-size:18px}body .question-form .policy-agree{margin-top:-30px}}@media screen and (max-width:640px){body .question-form{padding-block:30px}}@media screen and (max-width:480px){body .question-form .question-form-wr h2{font-size:22px}body .question-form .question-form__subtitle{font-size:14px}body .question-form .policy-agree{font-size:14px;margin-top:0}body .question-form form{gap:18px;margin-top:20px}body .question-form form button{width:100%}}.question-form__content{display:grid;gap:30px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,60px);width:100%}.question-form__content input,.question-form__content textarea{background-color:#fff;font-size:20px;padding-left:26px}.question-form__content input::-moz-placeholder,.question-form__content textarea::-moz-placeholder{color:#8d979e}.question-form__content input::placeholder,.question-form__content textarea::placeholder{color:#8d979e}.question-form__content input{grid-column:1}.question-form__content textarea{grid-column:2;grid-row:1/3;padding-top:18px}.question-form__content .file-input{align-items:center;border:3px solid #fff;color:#fff;cursor:pointer;display:flex;gap:20px;justify-content:center;transition:.3s}.question-form__content .file-input span{font-size:20px;font-weight:500}.question-form__content .file-input span,.question-form__content .file-input svg{color:#fff}.question-form__content .file-input:hover{background-color:#ff9700}@media screen and (max-width:768px){.question-form__content{grid-template-columns:1fr;grid-template-rows:repeat(6,60px)}.question-form__content textarea{grid-column:1;grid-row:4/6}}@media screen and (max-width:480px){.question-form__content{gap:20px;grid-template-rows:repeat(3,40px) 150px 60px}.question-form__content .file-input{gap:10px}.question-form__content .file-input span{font-size:17px}.question-form__content input,.question-form__content textarea{font-size:15px;padding-left:15px}.question-form__content textarea{grid-row:auto;padding-top:13px}}.info{background-color:#f5f5f5;color:#1e272e;padding-block:74px}.info .info__subtitle{display:block;font-size:22px;font-weight:900;margin-top:12px;text-align:center}@media screen and (max-width:640px){.info{padding-block:30px}.info .info__subtitle{font-size:18px}}@media screen and (max-width:480px){.info .info-wr h2{font-size:24px}.info .info__subtitle{font-size:11px;line-height:1.3;margin-top:22px;padding-inline:10px}}.info__content{display:flex;gap:30px;margin-top:76px}@media screen and (max-width:960px){.info__content{flex-direction:column}}@media screen and (max-width:640px){.info__content{margin-top:20px}}@media screen and (max-width:480px){.info__content{gap:0}}.info__director-block,.info__text-block{display:flex;flex-direction:column}.info__text-block{font-size:18px;line-height:21px}.info__text-block p{margin-bottom:21px}@media screen and (max-width:480px){.info__text-block{font-size:14px;line-height:16px}}.info__director-block{align-items:center;background-color:#fff;box-shadow:0 1px #0000000d;margin-top:5px;max-height:520px;min-width:350px;padding:30px}.info__director-block img{width:160px}.info__director-block h3{color:#ff9700;font-size:24px;font-weight:900;margin-top:26px;text-align:center;text-transform:uppercase}.info__director-block span{color:#95999d;display:block;font-size:16px;font-weight:500;margin-top:6px;text-align:center}.info__director-block p{color:#1e272e;display:block;font-size:16px;line-height:22px;margin-top:24px;text-align:center}@media screen and (max-width:960px){.info__director-block{display:grid;grid-template-columns:repeat(2,1fr);place-items:start center}.info__director-block h3,.info__director-block img,.info__director-block span{grid-column:1}.info__director-block p{grid-column:2;grid-row:1;margin-top:0;text-align:left}.info__director-block p br{display:none}}@media screen and (max-width:640px){.info__director-block h3,.info__director-block p{font-size:20px}}@media screen and (max-width:480px){.info__director-block{-moz-column-gap:16px;column-gap:16px;min-width:unset;padding:20px 10px}.info__director-block img{max-width:80%}.info__director-block h3,.info__director-block p,.info__director-block span{font-size:12px}.info__director-block p{line-height:16px}}.contacts{position:relative}.contacts__map{height:700px;overflow:hidden}.contacts__map iframe{height:100%;width:100%}@media screen and (max-width:640px){.contacts__map{height:400px}}.contacts-wr{bottom:70px;height:100px;left:50%;position:absolute;transform:translate(-50%);width:100%}@media screen and (max-width:960px){.contacts-wr{height:auto}}@media screen and (max-width:640px){.contacts-wr{bottom:0;padding-inline:0!important;position:relative}}.contacts__address{background-color:#fff;display:flex;height:100%}.contacts__address .address,.contacts__address .soc{align-items:center;display:flex;height:100%}.contacts__address .address{color:#1e272e;font-size:20px;font-style:normal;padding-left:10px;width:100%}@media screen and (max-width:960px){.contacts__address .address{height:90px}}@media screen and (max-width:420px){.contacts__address .address{font-size:13px;height:72px;line-height:18px}.contacts__address .address svg{width:40px}}.contacts__address .soc{background-color:#1e272e;gap:20px;justify-content:center;max-width:320px;width:100%}.contacts__address .soc li{background-color:#fff;border-radius:20px;height:40px;width:40px}.contacts__address .soc li a{color:#1e272e;display:grid;height:100%;place-items:center}@media screen and (max-width:1024px){.contacts__address .soc{max-width:220px}}@media screen and (max-width:960px){.contacts__address .soc{height:70px;max-width:100%}}@media screen and (max-width:420px){.contacts__address .soc{gap:86px}}@media screen and (max-width:960px){.contacts__address{flex-direction:column}}
