@font-face {
    font-family: "IBM_Plex_Sans";
    src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "IBM_Plex_SansBold";
    src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: "IBM_Plex_Sans", sans-serif;
    color: #22282e;
}

h1 {
    font-family: "IBM_Plex_SansBold", sans-serif;
    font-size: 46px;
    font-weight: bold;
}

.main-header__logo {
    width: 190px;
}

.main-header__logo img {
    max-width: 100%;
    height: auto;
}

.main-header__menu {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.main-header__menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header__menu ul li {
    margin-left: 50px;
}

.main-header__menu ul li a {
    text-decoration: none;
    color: #22282e;
    font-weight: bold;
}






.footer-menu ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 40px 0;
}

.footer-menu ul li {
    margin-left: 50px;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.footer-menu ul li a:hover {
    color: #0B7DDD;
}

.main-banner {
    margin-top: 50px;
}

.main-banner__content {
    margin-top: 40px;
    margin-left: 40px;
}

.main-banner__subtitle {
    margin-top: 30px;
    font-size: 28px;
}

.main-banner__btn {
    margin-top: 60px;
    background-color: #FF6617;
    color: #fff;
    border: #FF6617;
    text-transform: uppercase;
    padding: 18px 60px;
    border-radius: 50px;
}

.main-banner__btn:hover {
    background-color: #0B7DDD;
}

.main-advantages {
    margin-top: 120px;
    text-align: center;
}

.main-advantages__title {
    margin-top: 20px;
    color: #0B7DDD;
    font-size: 24px;
    font-weight: bold;
}

.main-advantages__text {
    margin-top: 10px;
    font-size: 18px;
}

.main-advantages__wrap {
    margin-top: 100px;
}

.main-advantages__item {
    margin-bottom: 50px;
}

.cases {
    margin-top: 50px;
}

.swiper-cases {
    margin-top: 80px;
}

.swiper-cases__item-img img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
}

.swiper-cases__item-title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.swiper-cases__item-subtitle {
    margin-top: 10px;
}

.cases__footer-title, .cases__footer-img, .cases__footer-btn {
    display: inline-block;
}

.cases__footer {
    margin-top: 90px;
}

.cases__footer-title {
    font-size: 36px;
    font-weight: bold;
}

.cases__footer-img {
    width: 80px;
    margin-left: 40px;
    margin-right: 40px;
}

.cases__footer-img img {
    max-width: 100%;
    height: auto;
}

.cases__footer-btn {
    color: #FF6617;
    border-radius: 50px;
    border: 2px solid #FF6617;
    padding: 22px 65px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.cases__footer-btn:hover {
    color: #fff;
    background: #FF6617;
}

.prices {
    margin-top: 120px;
}

.swiper-goods {
    background-color: #f8f8f8;
    margin-top: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.swiper-goods .swiper-slide {
    width: 350px !important;
}

.swiper-prices__item-title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.swiper-prices__item-price {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

.goods__btn-wrap {
    text-align: center;
}

.goods__btn {
    margin-top: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background-color: #FF6617;
    padding: 18px 60px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
}

.cooperation-is-simple {
    margin-top: 120px;
}

.cooperation-is-simple__img {
    margin-top: 50px;
    text-align: center;
}

.cooperation-is-simple__img img {
    max-width: 100%;
    height: auto;
}

.reviews {
    margin-top: 120px;
}

.reviews__wrap {
    margin-top: 80px;
}

.reviews__item {
    display: grid;
    grid-template-columns: 180px 1fr;
    border: 2px solid #AEAEAE;
    border-radius: 50px;
    padding: 40px;
}

.reviews__item-text {
    margin-left: 30px;
}

.main-form {
    margin-top: 120px;
    background-color: #0B7DDD;
    color: #fff;
    padding: 80px;
    border-radius: 50px;
}

.main-form__title {
    font-size: 36px;
    font-weight: bold;
}

.form_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}

.main-form__form {
    display: flex;
    justify-content: center;
}

.main-form__form-wrap {
    width: 435px;
}

.main-form__form-wrap input{
    margin-bottom: 15px;
}

.main-form-submit{
    margin-top: 20px;
    border: #213E77;
    background-color: #213E77;
    color: #fff;
    padding: 20px 60px;
    border-radius: 50px;
}

.main-form__text{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2em;
}

.text-orange{
    color: #FFA576;
}

.main-form__timer{
    margin-top: 10px;
    background-color: #fff;
    color: #FF6617;
    border-radius: 30px;
    padding: 6px 25px;
    display: inline-block;
}

.footer{
    margin-top: 120px;
    padding-top: 120px;
    background-color: #213E77;
    color: #fff;
}

.footer__title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.footer__phone{
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
}

.footer__phone a{
    color: #fff;
    text-decoration: none;
}

.footer-yandex-map{
    height: 500px;
}

.footer-contact{
    margin-bottom: 40px;
}

.footer-menu{
    border-top: 1px solid #fff;
}














