* {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon2.woff?v=7') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/Roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/Roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2') format('woff2');
}
[class^='icon-'],
[class*=' icon-'] {
  transition: all 0.15s linear;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input.none {
  display: none;
}
body {
  background-color: #f7f8fa;
}
.container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.row {
  display: flex;
}
.between {
  justify-content: space-between;
}
.top-menu {
  border-bottom: 1px solid #e7e9ec;
  background-color: #fff;
}
.top-menu__logo {
  display: flex;
  margin-right: 50px;
}
.top-menu__logo img {
  height: 44px;
}
.top-menu__wrapper {
  align-items: center;
  display: flex;
}
.top-menu__nav {
  height: 71px;
  display: flex;
}
.top-menu__nav a,
.top-menu__nav span {
  margin-right: 30px;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 3px solid transparent;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #3a3e59;
}
.top-menu__nav a:hover {
  color: #222433;
}
.top-menu__nav .active {
  border-bottom: 3px solid #9577d7;
}
.main-block {
  padding-top: 20px;
}
.main-block__wrapper {
  padding: 50px 50px 25px 50px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 7px 25px 0 rgba(30, 30, 30, 0.07);
  position: relative;
}
.main-block__wrapper:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #e7e9ec;
  border-radius: 25px;
}
.main-block__bg {
  width: 350px;
  height: 320px;
  position: absolute;
  right: 70px;
  top: 35px;
}
.main-block__bg:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
    background-image: url(../img/agencies/main.svg);
}
.main-block__h1 {
  color: #222433;
  font-size: 70px;
  line-height: 90px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.main-block__h1 div {
  font-weight: 700;
  position: relative;
  display: inline-flex;
}
.main-block__h1 div:before {
  position: absolute;
  content: '*';
  top: -15px;
  right: -25px;
  font-weight: 700;
  color: #9577d7;
  font-size: 50px;
}
.main-block__h1 span {
  color: #9577d7;
  font-weight: 900;
  margin-top: -5px;
}
.main-block__desc {
  line-height: 28px;
  font-size: 18px;
  color: #3a3e59;
  margin-top: 18px;
  font-weight: 400;
  max-width: 550px;
  position: relative;
  margin-left: 0;
  padding-left: 5px;
}
.main-block__desc:before {
  position: absolute;
  content: '*';
  top: 0px;
  left: -15px;
  font-weight: 900;
  color: #9577d7;
}
.navigation-block {
  margin-top: 60px;
}
.navigation-block__wrapper {
  background-color: #f7f8fa;
  display: flex;
  height: 70px;
  border-radius: 20px;
}
.navigation-block__el {
  align-items: center;
  display: flex;
  font-weight: 400;
  color: #3a3e59;
  text-transform: uppercase;
  font-size: 21px;
  width: 15%;
  justify-content: center;
}
.navigation-block__el:hover {
  cursor: pointer;
  color: #222433;
}
.navigation-block__separate {
  align-items: center;
  display: flex;
  color: #222433;
  opacity: 0.15;
  font-weight: 700;
  font-size: 22px;
  width: 2%;
  justify-content: center;
  padding-top: 6px;
}
.who-block {
  margin-top: 40px;
}
.who-block__wrapper {
  display: flex;
}
.who-block__el {
  width: 32%;
  border-radius: 15px;
  padding: 30px 30px 100px 30px;
  position: relative;
}
.who-block__el:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
    background-image: url(../img/more/opg_bg.webp);
}
.who-block__el-quote {
  background-color: #282828;
  margin-right: 3%;
}
.who-block__el-date {
  width: 65%;
  background-color: #aa92de;
}
.who-block__el-date:after {
  opacity: 1;
}
.who-block__el-date:before {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
    background-image: url(../img/agencies/quote-right.svg);
}
.who-block__el-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  color: #222433;
  margin-bottom: 15px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.who-block__el-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #3a3e59;
  color: rgba(255, 255, 255, 0.9);
}
.who-block__el-footer {
  position: absolute;
  bottom: 20px;
  z-index: 21;
}
.who-block__el-footer a {
  display: flex;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  height: 35px;
  align-items: center;
  padding: 0px 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-weight: 400;
  transition: all 0.15s linear;
}
.who-block__el-footer a:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 7px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
      background-image: url(../img/agencies/arrow-an-angle.svg);
  transform: rotate(50deg);
  transition: all 0.15s linear;
}
.who-block__el-footer a:hover {
  background-color: #fff;
  color: #222433;
}
.who-block__el-footer a:hover:before {
  transform: rotate(90deg);
}
.who-block__el-num {
  font-weight: 900;
  color: #222433;
  font-size: 40px;
  margin-bottom: 15px;
}
.block-num {
  position: relative;
  display: table;
  margin-top: 15px;
  margin-right: 50px;
  color: rgba(58, 62, 89, 0.6);
  padding: 2px 15px;
  border-radius: 50px;
  border: 1px solid #e7e9ec;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
}
h2 {
  font-size: 60px;
  color: #898b9b;
  font-weight: 500;
  text-transform: uppercase;
  align-items: flex-start;
  letter-spacing: 1px;
  line-height: 80px;
  position: relative;
}
h2 span {
  font-weight: 500;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  color: #222433;
}
.why-block {
  background-color: #fff;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.why-block__wrapper {
  margin-top: 30px;
}
.why-block__el {
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid #e7e9ec;
  padding-top: 50px;
  justify-content: space-between;
}
.why-block__el:hover {
  opacity: 1;
  cursor: default;
}
.why-block__el:hover .why-block__el-title {
  color: #222433;
}
.why-block__el:hover .why-block__el-desc {
  color: #222433;
  padding-left: 0;
  padding-right: 10px;
}
.why-block__el:nth-last-child(1) {
  border-bottom: none;
}
.why-block__el-num {
  display: none;
}
.why-block__el-icon {
  margin-right: 50px;
  width: 70px;
  height: 70px;
  margin-top: -17px;
  border-radius: 50%;
  background-color: #f7f8fa;
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: center;
}
.icon__documents {
  background-image: url(../img/agencies/icon-documents.png);
}
.icon__officer {
  background-image: url(../img/agencies/icon-officer.png);
}
.icon__stars {
  background-image: url(../img/agencies/icon-star.png);
}
.icon__fire {
  background-image: url(../img/agencies/icon-fire.png);
}
.icon__return {
  background-image: url(../img/agencies/icon-return.png);
}
.icon__watch {
  background-image: url(../img/agencies/icon-watch.png);
}
.icon__online {
  background-image: url(../img/agencies/icon-online.png);
}
.icon__large {
  background-image: url(../img/agencies/icon-large.png);
}
.icon__large-work {
  background-image: url(../img/agencies/icon-large-work.png);
}
.icon__large {
  background-image: url(../img/agencies/icon-large.png);
}
.icon__approve {
  background-image: url(../img/agencies/icon-approve.png);
}
.why-block__el-title {
  width: 48%;
  font-weight: 500;
  color: #3a3e59;
  font-size: 25px;
  transition: all 0.15s linear;
  display: flex;
}
.why-block__el-desc {
  width: 43%;
  color: rgba(58, 62, 89, 0.8);
  line-height: 25px;
  transition: all 0.15s linear;
  padding-left: 10px;
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
}
div.types-block {
  padding-top: 30px;
  padding-bottom: 20px;
}
.types-block__desc {
  margin-top: 20px;
  color: #3a3e59;
  padding: 7px 15px 7px 30px;
  border-radius: 4px;
  background-color: #fff;
  display: table;
  font-size: 17px;
  position: relative;
}
.types-block__desc span {
  font-size: 11px;
  color: #aa92de;
  position: absolute;
  left: 10px;
  top: 8px;
}
.types-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.types-block__el {
  width: 23.5%;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 25px;
  position: relative;
}
.types-block__el-title {
  font-size: 20px;
  color: #222433;
  font-weight: 500;
  margin-bottom: 15px;
}
.types-block__el-desc {
  font-size: 15px;
  line-height: 22px;
  color: #3a3e59;
}
.types-block__el-footer {
  display: flex;
  margin-bottom: 15px;
}
.types-block__el-tag {
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 50px;
  background-color: #f3f4f6;
  font-size: 13px;
  margin-right: 8px;
}
.finance {
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #fff;
}
.finance__header {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.finance__header h2 {
  width: 40%;
}
.block-desc {
  font-size: 14px;
  color: rgba(58, 62, 89, 0.8);
  line-height: 20px;
  margin-top: 15px;
}
.block-info {
  width: 30%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.block-info__num {
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  color: #222433;
  margin-bottom: -5px;
}
.block-info__desc {
  color: rgba(58, 62, 89, 0.8);
  font-size: 19px;
  background-color: #fff;
}
.payment-methods__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 35px;
  border-radius: 15px;
  background-color: #f7f8fa;
}
.payment-methods {
  width: 45%;
}
.payment-methods__title {
  font-size: 27px;
  color: #3a3e59;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(58, 62, 89, 0.6);
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.payment-methods__title:before {
  position: absolute;
  content: '';
  width: 34px;
  height: 34px;
  background-color: #fff;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.icon__payment-methods:before {
  background-image: url(../img/agencies/icon-payment-methods.png);
}
.icon__money:before {
  background-image: url(../img/agencies/icon-money.png);
}
.icon__folder:before {
  background-image: url(../img/agencies/icon-folder.png?v=2);
}
.payment-methods__line {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  border-bottom: 1px solid #e7e9ec;
  color: #222433;
  line-height: 22px;
}
.payment-methods__line-desc {
  margin-left: auto;
}
.steps {
  border-radius: 30px 30px 0 0;
  background-color: #9577d7;
  position: relative;
}
.steps:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    background-image: url(../img/more/opg_bg.png);
}
.steps:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  z-index: -1;
}
.steps .container {
  padding: 30px 0 50px 0;
  position: relative;
}
.steps h2 {
  position: relative;
  z-index: 21;
  margin-left: 0.5%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.steps h2 span {
  color: #fff;
}
.steps .block-num {
  margin-left: 0.5%;
  margin-left: auto;
  margin-right: auto;
}
.steps-line__wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.steps-line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.stages__wrapper {
  display: flex;
  margin-top: 50px;
}
.stage {
  width: 25%;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.stage__title {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}
.stage__stage {
  font-size: 15px;
  color: rgba(58, 62, 89, 0.8);
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 15px 15px 15px;
  margin-top: 10px;
  position: relative;
  line-height: 22px;
  transition: all 0.15s linear;
}
.stage__stage:hover {
  cursor: default;
  color: #222433;
}
.stage__stage:hover:before {
  transition: all 0.15s linear;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #ffffff;
}
.stage__stage:before {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -3px;
  left: -18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #b6a0e6;
  display: none;
}
.stage__stage span {
  color: rgba(58, 62, 89, 0.6);
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 15px;
  display: none;
}
.guarantees {
  padding: 20px 0 30px 0;
  background-color: #fff;
}
.guarantees__header {
  display: flex;
}
.guarantees__header-desc {
  width: 400px;
  margin-left: auto;
  color: rgba(58, 62, 89, 0.8);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-top: -10px;
}
.guarantees__wrapper {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.guarantees__el {
  width: 32%;
  margin-top: 40px;
  border-radius: 20px;
  border: 1px solid #e7e9ec;
  margin-right: 2%;
  padding: 25px;
}
.guarantees__el:nth-child(3n) {
  margin-right: 0;
}
.guarantees__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f7f8fa;
  margin-bottom: 15px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.guarantees__title {
  font-size: 25px;
  color: #3a3e59;
  margin-bottom: 10px;
  font-weight: 400;
}
.guarantees__desc {
  font-size: 17px;
  line-height: 24px;
  color: rgba(58, 62, 89, 0.8);
}
.guarantees__desc p {
  margin-bottom: 15px;
}
#footer {
  background-color: #252727;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}
#footer .footer__form {
  display: flex;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-between;
}
#footer .form__text {
  width: 35%;
}
#footer .text__title {
  font-weight: 700;
  font-size: 37px;
  color: #3a3e59;
  margin-bottom: 15px;
}
#footer .text__desc {
  font-size: 15px;
  color: #3a3e59;
  line-height: 23px;
  margin-bottom: 15px;
}
#footer .text__desc a {
  text-decoration: none;
  color: #3a3e59;
  padding: 0px 23px 0px 7px;
  border-radius: 3px;
  border: 1px solid #e7e9ec;
  background-color: #f7f8fa;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
#footer .text__desc a:hover span {
  color: #9577d7;
}
#footer .text__desc a span {
  position: absolute;
  font-size: 9px;
  right: 8px;
  top: 7px;
}
#footer .text__desc a:nth-child(2) {
  margin-right: 5px;
}
#footer .main-form {
  width: 58%;
}
#footer .main-form__input-wrapper {
  display: flex;
  justify-content: space-between;
}
#footer .main-form__input-wrapper input {
  width: 34%;
  background-color: #f7f8fa;
  padding: 15px 15px;
  border-radius: 5px;
  border: 1px solid #e7e9ec;
  font-size: 15px;
  font-weight: 300;
}
#footer .main-form__input-wrapper input:nth-child(1) {
  width: 28%;
}
#footer textarea {
  background-color: #f7f8fa;
  padding: 15px 15px;
  border-radius: 5px;
  border: 1px solid #e7e9ec;
  font-size: 15px;
  font-weight: 300;
  width: 100%;
  margin-top: 15px;
  height: 120px;
}
#footer .main-form__button-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .button-wrapper__policy {
  width: 45%;
  font-size: 13px;
  color: rgba(58, 62, 89, 0.6);
  line-height: 18px;
}
#footer .button-wrapper__policy a {
  color: #3a3e59;
  text-decoration: none;
  border-bottom: 1px solid #e7e9ec;
}
#footer .button-wrapper__policy a:hover {
  border-bottom: 1px solid transparent;
}
#footer .button-wrapper__button button {
  border: none;
  background-color: #9577d7;
  padding: 18px 45px;
  font-weight: 500;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}
#footer .button-wrapper__button button:hover {
  background-color: #aa92de;
  cursor: pointer;
}
#footer .footer__category-wrapper {
  display: flex;
  margin-top: 55px;
  justify-content: space-between;
}
#footer .category-wrapper__category:nth-child(1) {
  width: 30%;
}
#footer .category-wrapper__category:nth-child(2) {
  width: 60%;
  position: relative;
}
#footer .category__soc {
  position: absolute;
  right: 0;
  top: -5px;
  display: flex;
  align-items: center;
}
#footer .category__soc-desc {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
#footer .soc__link {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  width: 24px;
  text-align: center;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.8);
}
#footer .soc__link:hover {
  background-color: #fff;
}
#footer .soc__link:hover div {
  color: #9577d7;
}
#footer .soc__link div {
  color: #252727;
  line-height: 24px;
  height: 24px;
  font-size: 14px;
}
#footer .tg {
  margin-right: 5px;
  margin-left: 12px;
}
#footer .tg div {
  font-size: 12px;
}
#footer .category__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  color: #fff;
}
#footer .category__link {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
  margin-right: 15px;
}
#footer .category__link:hover {
  color: #fff;
}
#footer .footer__info-wrapper {
  margin-top: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .info-wrapper__copyright {
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
}
#footer .info-wrapper__policy span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  display: block;
  text-align: right;
  margin-bottom: 3px;
}
#footer .policy__link {
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .policy__link:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid transparent;
}
#footer .policy__link:nth-child(2),
#footer .policy__link:nth-child(3) {
  margin-right: 7px;
}
.form-wrapper__label {
  font-weight: 500;
  color: #3a3e59;
  font-size: 13px;
  margin-bottom: 7px;
}
.form-wrapper__policy {
  font-size: 13px;
  color: rgba(58, 62, 89, 0.6);
  line-height: 18px;
  align-items: center;
  display: flex;
}
.form-wrapper__policy input {
  margin-right: 5px;
}
.form-wrapper__policy a {
  padding-bottom: 1px;
  color: #3a3e59;
  text-decoration: none;
  border-bottom: 1px solid #e7e9ec;
}
.form-wrapper__policy a:hover {
  border-bottom: 1px solid transparent;
}
.form-wrapper__communication {
  padding: 3px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  border: 1px solid #cbcfd3;
}
.form-wrapper__communication-el {
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(58, 62, 89, 0.6);
  width: 33.3333%;
  transition: all 0.2s ease;
}
.form-wrapper__communication-el:hover {
  color: #222433;
  cursor: pointer;
}
.form-wrapper__communication-el-active {
  color: #222433;
  background-color: #e8e2f5;
  border-radius: 5px;
}
.form-wrapper__communication-el-active:hover {
  cursor: default;
}
.form-wrapper__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.form-wrapper__col2 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 7px;
}
.form-wrapper__col1 {
  width: 100%;
  margin-bottom: 7px;
}
.form-wrapper__col3 {
  width: 100%;
  display: flex;
}
.form-wrapper__col3 button.standart {
  max-width: 270px;
}
.form-wrapper__col3 .form-wrapper__policy {
  margin-left: 10px;
}
.form-wrapper__col2:nth-child(2n) {
  margin-right: 0;
}
.form-wrapper__left {
  width: 44%;
}
.form-wrapper__right {
  width: 52%;
}
.form-wrapper__form input {
  width: 100%;
  font-size: 15px;
  border: 1px solid #cbcfd3;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.form-wrapper__form textarea {
  width: 100%;
  font-size: 15px;
  border: 1px solid #cbcfd3;
  padding: 15px;
  border-radius: 5px;
  height: 115px;
  margin-bottom: 15px;
  resize: none;
}
.form-wrapper__form button.standart,
.form-wrapper__form button.min {
  background-color: #9577d7;
  border: none;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}
.form-wrapper__form button.standart:hover,
.form-wrapper__form button.min:hover {
  background-color: #aa92de;
  cursor: pointer;
}
.form-wrapper__form button.standart span,
.form-wrapper__form button.min span {
  color: #fff;
  font-size: 11px;
  margin-left: 10px;
}
.form-wrapper__form button.standart {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  width: 100%;
}
.form-wrapper__form button.min {
  padding: 10px 25px;
  font-size: 13px;
  position: absolute;
  right: 5px;
  bottom: 20px;
}
.form-wrapper__form .rating__item {
  color: #e1e1e7;
  font-size: 50px;
  line-height: 50px;
}
.form-wrapper__form .rating__item:hover,
.form-wrapper__form .rating__item:hover ~ div.rating__item {
  color: #aa92de;
  cursor: pointer;
}
.alert {
  position: fixed;
  top: -30px;
  left: 50%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease;
  transform: translateX(-50%);
  z-index: 251;
  white-space: nowrap;
  padding: 17px 25px;
  min-width: 260px;
}
.successfully {
  background-color: #45ca1f;
}
.warrning {
  background-color: red;
}
.alert-active {
  top: 15px;
  opacity: 1;
  visibility: visible;
}
.black-out {
  display: none;
}
.cookie-banner {
  position: fixed;
  bottom: -220px;
  right: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e7e9ec;
  background-color: #fff;
  width: 280px;
  z-index: 51;
  transition: all 0.4s linear;
}
.cookie-banner--active {
  bottom: 20px;
}
.cookie-banner__title {
  font-weight: 500;
  color: #222433;
  font-size: 17px;
  margin-bottom: 10px;
}
.cookie-banner__desc {
  font-size: 13px;
  font-weight: 400;
  color: rgba(58, 62, 89, 0.6);
  line-height: 18px;
  margin-bottom: 20px;
}
.cookie-banner__btn {
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  background-color: #222433;
  display: table;
  border-radius: 5px;
  padding: 10px 18px;
  transition: all 0.2s linear;
}
.cookie-banner__btn:hover {
  cursor: pointer;
  opacity: 0.9;
}
