@font-face {
  font-family: 'PFBeauSansPro-XThin';
  src: url('../fonts/PFBeauSansPro-XThin') format('woff2'),
    url('../fonts/PFBeauSansPro-XThin.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PFBeauSansPro-SemiBold';
  src: url('../fonts/PFBeauSansPro-SemiBold') format('woff2'),
    url('../fonts/PFBeauSansPro-SemiBold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: PFBeauSansPro-Bold;
  src: url('.././fonts/PFBeauSansPro-Bold.ttf');
}

* {
	margin: 0;
	padding: 0;
	
}
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
*, *:before, *:after {
    box-sizing: border-box;
  }
h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}
.none {
  display: none;
}
.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
.header {
  margin-top: 10px;
}
.header__logo {
  margin-left: 60px;
}
.header__top-logo {
  position: relative;
  bottom: 6px;
}
.header__logo-inner {
  display: flex;
  align-items: center;
}
.header__logo-burger {
  margin-right: 15px;
  margin-bottom: 5px;
}
.header__inner {
  display: flex;
  align-items: center;
}
.header__menu {
  display: flex;
  margin-bottom: 10px;
  margin-left: 40px;
}
.header__menu-list {
  list-style: none;
}
.header__menu-item {
  transition: all .5s;
  text-decoration: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 32px;
  color: #9DA2AE;
  margin-right: 20px;
}
.header__menu-item:hover {
  color: red;
}
.header__box {
  margin-left: 292px;
  margin-bottom: 5px;
}
.header__box-phone {
  transition: all .5s;
  margin-left: 50px;
  margin-bottom: 5px;
  text-decoration: none;
  font-family: 'Roboto';
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #212529;
}
.header__box-phone:hover {
  color: red;
}
.header__botton {
  padding: 11px 0 11px;
  background: #FF921C;
}
.header__botton-menu {
  display: flex;
}
.header__botton-link {
  list-style: none;
}
.header__botton-item {
  margin-right: 24px;
  transition: all .5s;
  text-decoration: none;
  font-family: 'PFBeauSansPro-XThin';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
.header__botton-item:hover {
  color: black;
}
.info {
  background-image: url(../img/info/info.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
}
.info__title {
  padding-top: 100px;
  margin-bottom: 32px;
  font-family: 'PFBeauSansPro-SemiBold';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #212529;
}
.info__subtitle {
  max-width: 750px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: #212529;
}
.Advantages {
  margin-top: 100px;
  margin-bottom: 100px;
}
.Advantages__inner {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr;  
}
.Advantages__item-inner {
  display: flex;
  align-items: center;
}
.Advantages__item {
  display: grid;
  gap: 10px;
  margin: 0 10px;
  margin-bottom: 15px;
  padding: 29px 22px;
  max-width: 100%;
  background: #FFE0BF;
  border-radius: 10px;
}
.Advantages__item-img {
  margin-right: 38px;
}
.Advantages__text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  color: #212529;
}
.Advantages__text span {
  font-weight: bold;
}
.information {
  margin-top: 120px;
  margin-bottom: 120px;
}
.information__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 56px;
  text-align: center;
  line-height: 100%;
  color: #212529;
}
.information__box__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.information__box-title {
  margin-bottom: 16px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 110%;
  color: #212529;
}
.information__box-subtitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #212529;
}
.information__box-subtitle-left {
  margin-left: 50px;
}
.numbering {
  margin-top: 100px;
  margin-bottom: 100px;
}
.numbering__inner {
  display: flex;
}
.numbering__tile {
  margin-bottom: 35px;
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  color: #212529;
}
.numbering__box {
  width: 540px;
  height: auto;
  margin: 0 8px;
  display: grid;
  align-content: start;
  justify-items: center;
  background: #FFE0BF;
  border-radius: 10px;
  padding-bottom: 20px;
}
.numbering__title {
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #212529;
}
.numbering__list {
  /*padding-left: 51px;*/
}
.numbering__item {
  margin-bottom: 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #212529;
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
}
ol {
  list-style-type: none; 
  counter-reset: num;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 16px;
}
ol li {
  display: grid;
  align-content: start;
  position: relative; 
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
ol li:before {
  font-family: PFBeauSansPro-Bold;
  content: counter(num); 
  counter-increment: num;
  display: inline-block;
  position: relative;
  top: 8px;
  left: -27px;
  width: 26px;
  height: 44px;    
  color: #FF921C;
  text-align: center;
  font-size: 58px;
  font-weight: bold;
}
.numbering__box-fon {
  background: #FFB86B;
}

.numbering__listli {
  
  list-style-type: none; 
  counter-reset: num;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 16px;
  padding-left: 27px;
}
.numbering__listli li {
  position: relative; 
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}
.numbering__listli li.numberin_color_before::before {
  color: #FF921C;
}
.numbering__listli li:before {
  font-family: PFBeauSansPro-Bold;
  content: counter(num); 
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -57px;
  width: 26px;
  height: 44px;    
  color: white;
  text-align: center;
  font-size: 58px;
  font-weight: bold;
}
.numbering__listli .numbering__item {
  padding-left: 0;
}
.Technologies {
  margin-top: 100px;
  margin-bottom: 100px;
}
.Technologies__inner {
  display: flex;
}
.Technologies__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 56px;
  line-height: 100%;
  color: #212529;
}
.Technologies__subtext {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #212529;
}
.spisok {
  margin-top: 100px;
  margin-bottom: 100px;
}
.spisok__title {
  margin-bottom: 56px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #212529;
}
.spisok__inner {
  display: flex;
  justify-content: space-between;
}
.spisok__menu {
  max-width: 500px;
}
.spisok__menu-left {
  margin-left: 40px;
}
.spisok-list {
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FF921C;
}
.spisok-list span {
  color: #212529;
}
.Cost {
  margin-top: 100px;
  margin-bottom: 100px;
}
.Cost__title {
  margin-bottom: 56px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #212529;
}
.Cost__inner {
  display: flex;
  align-items: center;
}
.Cost__box-text {
  margin-left: 70px;
}
.Cost__box-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 70px;
  color: #212529;
}
.Cost__box-text span {
  margin-right: 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #FF921C;
}
.Cost__img {
  height: 380px;
}
.Cost__box {
  height: 360xp;
}
.form__section {
  height: 787px;
}
.form__section-inner {
  display: flex;
}
.form__section-left {
  width: 50%;
  background: #9DA2AE;
  height: 787px;
}
.form__section-rigth {
  width: 50%;
  height: 757px;
}
.form__section-img {
  width: 100%;
  height: 787px;
}
.form__section-left {
  display: flex;
  justify-content: center;
}
.form__section-box {
  margin-top: 60px;
  margin-left: auto;
  padding-right: 80px;
}
.form__section-title {
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.form__section-subtitle {
  margin-bottom: 28px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: #FFFFFF;
}
.form {
  padding: 40px 80px;
  width: 464px;
  height: 548px;
  background: #F5F5F5;
  border-radius: 10px;
}
.form__input {
  width: 304px;
  height: 50px;
  margin-bottom: 20px;
  padding: 14px 14px;
  background: #FFFFFF;
  border: 1px solid #C7CAD1;
  font-family: 'Roboto';
  border-radius: 8px;
}
input::-webkit-input-placeholder {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #9DA2AE;
}
textarea::-webkit-input-placeholder {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #9DA2AE;
}
.textarea {
  resize: none;
  width: 304px;
  height: 100px;
  margin-bottom: 40px;
  padding: 14px 14px;
  background: #FFFFFF;
  border: 1px solid #C7CAD1;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #9DA2AE;
  line-height: 22px;
  border-radius: 8px;
}
.form__btn {
  width: 304px;
  height: 48px;
  border: none;
  cursor: pointer;
  background: #FF921C;
  border-radius: 8px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
}
.footer {
  padding-top: 26px;
  padding-bottom: 16px;
  background: #E8EAEE;
}
.footer__box-inner {
  display: flex;
  justify-content: space-between;
}
.footer__box-list {
  list-style: none;
}
.footer__box-item {
  transition: all .5S;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #655F60;
}
.footer__box-item:hover {
  color: red;
}
.footer__box-menus {
  text-align: right;
  display: grid;
  grid-auto-flow: row;
  align-content: start;
  justify-content: end;
  gap: 15px;
}
.footer__box-menus > li {
  list-style-type: none;
  display: grid;
  grid-auto-flow: row;
  gap: 5px;
}
.footer__label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  color: #655F60;
}
.footer__box-mail {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  text-align: right;
  color: #655F60;
}
.footer__social {
  margin-top: 15px;
  margin-bottom: 12px;
}
.footer__social-menu {
  display: flex;
  justify-content: space-between;
}
.footer__social-images {
  margin-right: 229px;
}
.footer__social-list {
  list-style: none;
}
.footer__info {
  padding-top: 10px;
  padding-bottom: 15px;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.footer__info-inner {
  display: flex;
}
.footer__info-list {
  list-style: none;
  line-height: 17px;
}
.footer__info-item {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 180%;
  color: #655F60;
}
.footer__info-menus {
  margin-left: 180px;
}
.footer__info-bottom-text {
  padding-top: 10px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: #655F60;
}
.img-pay {
  margin: 0px;
}
.img-1k {
  position: relative;
  left: -10%;
}
.footer-social-item {
  margin-right: 16px;
}
.footer-social-item:last-child {
  margin-right: 0;
}
.footer__box-menu {
  display: grid;
  grid-auto-flow: row;
  gap: 0;
  align-items: start;
  align-content: start;
}
.footer__box-menus-phone {
  transition: all 5s;
  margin-bottom: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #655F60;
}
.footer__box-menus-phone:hover {
  color: red;
}
.wrapper-bank-info {
  display: flex;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  color: #655F60;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  padding: 15px 0 20px 0;
}
.wrapper-bank-info p {
  margin: 0;
  padding: 0;
}
.info-bank-list {
  margin: 0 84px 0 0;
  padding: 0;
  list-style: none;
}
.info-bank-link {
  text-decoration: none;
  color: #655F60;
}
.info-site-oferta {
  margin: 8px 0 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
}
.form__img {
  height: 790px;
}
@media(max-width: 1400px) {
  .form__img {
    display: none;
  }
}
@media(max-width: 1150px) {
  .form__section-img {
    display: none;
  }
  .form__section-left {
    width: 100%;
  }
  .form__section-rigth {
    width: 0;
  }
  .form__section-box {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
  }
  .footer__box {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .footer__box-inner {
    display: flex;
    flex-direction: column;
  }
  .footer__box-menus {
    text-align: center;
  }
  .footer__social {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  .footer__social-box {
    display: inline-block;
    text-align: center;
  }
  .footer__info-inner {
    display: flex;
    flex-direction: column;
  }
  .footer__info-menus {
    margin-left: 0;
  }
  .footer__info-menu {
    display: inline-block;
    text-align: center;
  }
  .footer__info-menus {
    display: inline-block;
    text-align: center;
  }
  .footer__info-bottom-text {
    text-align: center;
  }
  .footer__social-images {
    margin-right: 0;
  }
  .footer__social-menu {
    display: inline-block;
    flex-direction: column;
    text-align: center;
  }
  .information__inner {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media(max-width: 1100px) {
  .dropdown {
    margin-right: auto;
  }
  .header__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header__botton-menu {
    display: flex;
    justify-content: center;
  }
  .header__box-phone {
    margin-left: 0;
  }
  .header__box-img {
    display: none;
  }
  .wrapper-footer-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header__box {
    margin-left: 0;
  }
  .footer-info-list {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-feedback-list {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-contact {
    text-align: center;
    margin-bottom: 10px;
  }
  .wraper-social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wraper-social img {
    margin-bottom: 20px;
  }
  .img-1k {
    left: 0;
  }
}
.Technologies__img {
  max-width: 650px;
}
@media(max-width: 1000px) {
  .info {
    height: 350px;
  }
  .info__title {
    font-size: 44px;
    text-align: center;
    margin-bottom: 22px;
    padding-top: 100px;
  }
  .info__subtitle {
    font-size: 22px;
    text-align: center;
    max-width: 100%;
  }
  .Advantages {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 50px;
  }
  .Advantages__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .information {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .information__title {
    margin-bottom: 30px;
  }
  .information__box__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .information__box-subtitle-left {
    text-align: center;
    margin-left: 0;
  }
  .information__box-title {
    text-align: center;
  }
  .information__box-img {
    margin-top: 20px;
  }
  .information__box-subtitle {
    text-align: center;
  }
  .information__box-imgs {
    display: none;
  }
  .information__box-title {
    margin-bottom: 10px;
  }
  .information__box {
    margin-bottom: 20px;
  }
  .numbering {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .numbering__tile {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .numbering__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .numbering__box {
    margin-bottom: 20px;
  }
  .Technologies {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .Technologies__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .Technologies__title {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .Technologies__subtext {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .Technologies__img {
    width: 100%;
  }
  .spisok {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .spisok__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .spisok__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .spisok__menu-left {
    margin-left: 0;
  }
  .Cost {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .Cost__title {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .Cost__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .Cost__img {
    order: 1;
  }
  .wrapper-form {
    padding-left: 80px;
    padding-top: 60px;
  }
}
@media(max-width: 800px) {
  .form__section-box {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
  }
}
@media(max-width: 750px) {
  .Technologies__img {
    width: 100%;
  }
  .wrapper-bank-info {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .info-site-oferta {
    text-align: center;
  }
}
@media(max-width: 700px) {
  .info__title {
    font-size: 34px;
    margin-bottom: 18px;
  }
  .info__subtitle {
    font-size: 20px;
  }
  .Advantages__item {
    margin-bottom: 60px;
  }
  .Cost__box {
    text-align: center;
  }
  .Cost__box-text {
    font-size: 24px;
    line-height: 40px;
  }
  .Cost__box-text span {
    font-size: 24px;
    line-height: 40px;
  }
  .wrapper-form {
    padding-left: 60px;
    padding-top: 60px;
  }
  .wrapper-form strong {
    font-size: 40px;
  }
  .wrapper-form p {
    margin-bottom: 18px;
  }
  .application-form {
    overflow: hidden;
  }
  .Cost__box {
    text-align: left;
  }
}
@media(max-width: 600px) {
  .header__menu {
    margin-bottom: 0;
    margin-left: 0;
  }
  .header__top-logo {
    position: relative;
    top: 5px;
    right: 20px;
  }
  .header__logo-burger {
    margin-top: 15px;
    margin-left: 20px;
  }
  .information__title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .information__box-title {
    margin-top: 10px;
  }
  .information__box-title {
    font-size: 20px;
  }
  .information__box-subtitle {
    font-size: 15px;
  }
  .information__box-img {
    width: 100%;
  }
  .spisok__title {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .spisok__menu {
    margin-left: 25px;
  }
  .spisok-list {
    font-size: 15px;
    line-height: 24px;
  }
  .Cost__img {
    width: 100%;
    height: 100%;
  }
  .Cost__box-text {
    margin-left: 10px;
  }
  .Cost__box-text {
    font-size: 20px;
    line-height: 30px;
  }
  .Cost__box-text span {
    font-size: 20px;
    line-height: 30px;
  }
  .wrapper-bank-info {
    display: none;
  }
  .info-site-oferta {
    display: none;
  }
  .form__section-box {
    margin-left: 40px;
  }
  .form__section-title {
    font-size: 30px;
    margin-bottom: 7px;
  }
  .form__section-subtitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 20px;
  }
  .form {
    margin-left: 40px;
    width: 390px;
    height: 528px;
    padding: 20px 40px;
  }
  .form__section {
    overflow: hidden;
  }
}
@media(max-width: 550px) {
  .numbering__tile {
    font-size: 25px;
  }
  .numbering__box {
    margin-left: 15px;
  }
  .form__section {
    height: 720px;
  }
}
@media(max-width: 500px) {
  .header__botton-menu {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .numbering__item {
    font-size: 15px;
  }
  .header__botton-item {
    line-height: 20px;
  }
 
  .form {
    width: 364px;
  }
  .wrapper-input {
    margin: 20px 20px 20px 20px;
  }
  .wrapper-form strong {
    font-size: 30px;
  }
  .wrapper-form p {
    font-size: 20px;
  }
  .form {
    padding: 20px 30px;
  }
  .form__section {
    height: 720px;
  }
}
@media(max-width: 450px) {
  .info__title {
    font-size: 30px;
  }
  .information__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .information__box-title {
    margin-top: 10px;
  }
  .information__box-title {
    font-size: 15px;
  }
  .information__box-subtitle {
    font-size: 15px;
  }
  
  .numbering__box-fon {
    max-height: 450px;
  }
  .numbering__title {
    margin-bottom: 20px;
  }
  .numbering__item {
    font-size: 20px;
    line-height: 120%;
  }
  ol {
    /*margin: 0 0 0 40px;*/
  }
  .numbering__item {
    font-size: 15px;
  }
  .form {
    margin-left: 10px;
  }
  .wrapper-form strong {
    text-align: center;
  }
  .form__section-title {
    margin-left: 30px;
  }
  .form__section-subtitle {
    margin-left: 30px;
  }
  .form {
    margin-left: 40px;
  }
}
@media(max-width: 400px) {
  .Advantages__item {
    max-width: 350px;
  }
  .Advantages__text {
    font-size: 22px;
  }
  .numbering__item {
    font-size: 10px;
  }

 
 
  .wrapper-form {
    margin-left: 7px;
  }
  .wrapper-form strong {
    font-size: 25px;
    margin-left: 7px;
  }
  .wrapper-form p {
    font-size: 15px;
    margin-left: 7px;
  }
  .form {
    width: 300px;
    margin-left: 5px;
  }
  .form input {
    width: 260px;
  }
  .form-button {
    width: 260px;
  }
  .form__section-box {
    display: inline-block;
    text-align: center;
  }
  .form {
    height: 500px;
    padding: 15px 20px;
    margin-left: 50px;
  }
  .textarea {
    width: 260px;
    margin-bottom: 20px;
  }
  .form__btn {
    width: 260px;
  }
  .form__section-title {
    font-size: 15px;
  }
  .form__section-subtitle {
    font-size: 17px;
  }
}
@media(max-width: 350px) {
  .header__menu-item {
    margin-right: 10px;
  }
  .header__logo {
    margin-right: 20px;
  }
  .header__top-logo {
    display: block;
    margin-top: 5px;
  }
}
@media(max-width: 320px) {
  .Advantages__item {
    max-width: 310px;
  }
  .form {
    width: 300px;
    margin-left: 10px;
  }
  .form {
    margin-left: 40px;
  }
}




ul {
  margin: 0;
  padding: 0;
}
a {text-decoration: none;}
.top-menu {
  position: relative;
}
.top-menu:after, .submenu:after {
  content: "";
  display: table;
  clear: both;
}
.top-menu > li {
  float: left;
}
.top-menu > li > a {
  display: block;
  padding: 18px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  transition: .2s linear;
}
.top-menu > li > a:hover {color: #B03062;}
.dropdown:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 4px;
  vertical-align: top;
}
.submenu, .submenu-standart {
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.07);
  background: white;
  padding: 25px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  margin-top: 40px;
  visibility: hidden;
  transform: translate3d(0,30px,0);
  transition: .5s ease-out;
  transform-origin: 0% 0%;
}
.submenu {width: 100%;}
.submenu-standart {
  min-width: 200px;
  padding: 10px 0;
}
.dropdown-standart {position: relative;}
.top-menu > li:hover .submenu, .top-menu > li:hover .submenu-standart {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0);
}
.submenu > li {
  float: left;
  width: calc(100% / 3);
  padding: 0 18px;
}
.submenu-standart li {padding: 0 18px;}
.submenu > li:last-child {border-right: none;}
.submenu img {
  display: block;
  width: 100%;
}
.submenu li a, .submenu-standart li a {
  display: block;
  padding: 2px 0;
  color: #666;
  font-size: 13px;
}
.submenu li .link-image {padding: 0;}
.submenu li a:hover {color: #B03062;}
.submenu h3 {
  font-size: 14px;
  margin: 10px 0;
}
.content {
  margin: 20px auto;
  padding: 0 20px;
}
@media(max-width:670px) {
  .top-menu li {
    width: 100%;
    height: auto!important;
  }
  .top-menu > li {}
  .top-menu > li > a {padding: 18px}
  .submenu,
  .submenu-standart {
    position: relative;
    display: none;
    box-shadow: none;
    padding: 0;
    background: rgba(0,0,0,.02);
  }
  .submenu-standart {padding: 10px 0;}
  .submenu > li {
    border-right: none;
    padding: 18px;
  }
  .submenu h3 {margin: 0 0 10px}
  .submenu .image-header {margin: 10px 0}
  .submenu li:last-of-type {border-bottom: none}
  .top-menu > li:hover .submenu,
  .top-menu > li:hover .submenu-standart {display: block;}
}
.dropdown__burger {
  position: absolute;
  top: 67px;
}
.top-menu__burger {
  display: none;
}
.dropdown {
  position: absolute;
  bottom: -40px;
  border: none;
  margin-bottom: 5px;
  background: transparent;
  width: 40px;
  height: 40px;
}
.dropdown span {
  position: absolute;
  width: 25px;
  height: 2px;
  background:  #FF921C;
  left: 5px;
}
.dropdown span:nth-child(1) {
  transform: translateY(6px);
}
.dropdown span:nth-child(3) {
  transform: translateY(-6px);
}
.header.open .dropdown:hover span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.header.open .dropdown:hover span:nth-child(2) {
  opacity: 0;
}
.header.open .dropdown:hover span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
