body  {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #4d3b3b;
    background-color: #fbf3e8;
    background-repeat: no-repeat;
    font-weight: 400;
    font-size: 12px;
}
.header  {
    background-color: #4d3b3b;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.container_flex {
    display: flex;
}
.header__logo {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    height: 44px;
    width: 247px;
    vertical-align: middle;
}
.header__logo:hover .header__arrow{
    background-position: -220px -44px;
}
.header__name {
    background-image: url(../img/logo.svg),none;
    background-repeat: no-repeat;
    left: 0;
    width: 220px;
    height: 44px;
    position: absolute;
    top: 0;
}
.header__arrow {
    background-image: url(../img/logo.svg),none;
    background-position: -220px 0;
    right: 0;
    width: 27px;
    height: 44px;
    position: absolute;
    top: 0;
}
.header__text {
    margin-top: 10px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #4d3b3b;
}
.footer__address {
    float: right;
    text-align: right;
    line-height: 1.5;
    color: #fff;
    font-style: normal;
}
.parking-block {
    background-color: #fcfbf1;
}
.parking-block__text {
    color: #4d3b3b;
    font-size: 50px;
    font-weight: 100;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.parking-block__text_red {
    color: #dc6655;
    text-decoration: unset;
}
.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.host-site {
    border: solid 2px #ffdc76;
    background-color: #ffeebc;
    padding: 30px;
}
.host-site__title {
    font-size: 35px;
    font-weight: 100;
    color: #4d3b3b;
    margin-bottom: 15px;
}
.host-site__text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.41;
}
.search-domen {
    border: solid 2px #ffdc76;
    background-color: #fcfbf1;
    margin-bottom: 24px;
    position: relative;
}
.search-domen-bg {
    width: 189px;
    height: 189px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    background-image: url(../img/ssl-bg.png);
    left: 38px;
    top: 7px;
}
.search-domen__list {
    display: flex;
    justify-content: space-between;
    margin: 30px 85px 26px 85px;
}
.search-domen__list-item {
    line-height: 24px;
    font-size: 17px;
    color:#333333;
}
.search-domen__list-price {
    color: #dc6655;
}
.search-domen__search-box {
    margin-left: 30%;
    margin-top: 33px;
    color: #4d3b3b;
}
.search-domen__title {
    font-size: 30px;
    font-weight: 300;
}
.search-domen__text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.41;
    margin-top: 8px;
}
body .search-domen__input {
    width: 422px;
    padding-left: 35px;
    background-image: url(../img/icon-search.png);
    border: solid 1px #ddd1c2;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 0 -46px;
    text-transform: lowercase;
    margin-right: 10px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #4d3b3b;
}
.search-domen__form {
    width: 75%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.product-option__picture-bg {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    right: 0;
    top: 107px;
}
.product-option__picture-bg_vh {
    background-image: url(../img/vertual-hosting-bg.png);
}
.product-option__picture-bg_vds {
    background-image: url(../img/vds-bg.png);
}
.product-option__picture-bg_dedic {
    background-image: url(../img/dadic-bg.png);
}
.price {
    display: inline-block;
    position: relative;
    color: #dc6655;
    line-height: 20px;
}
.price b {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
}
body .btn-main {
    height: 36px;
    border-radius: 10px;
    border: solid 2px #4d3b3b;
    background-color: transparent;
    color: #4d3b3b !important;
    padding: 0 13px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
body .btn-main:hover {
    background-color: transparent;
    color: #4d3b3b !important;
    text-shadow: unset;
}
.btn-main_mt30 {
    margin-top: 30px;
}
.container-flex {
    display: flex;
    justify-content: space-between;
    margin: 36px 0;
    font-weight: 300;
}
.product-option {
    position: relative;
    background-color: #fcfbf0;
    border: solid 2px #ffdc76;
    width: 32%;
}
.product-option__best {
    width: 308px;
    height: 30px;
    line-height: 32px;
    background-color: #699dae;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    position: absolute;
    top: -16px;
    left: 17px;
    z-index: 20px;
}
.product-option__box {
    overflow: hidden;
    padding: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}
.product-option__name {
    font-size: 30px;
    color: #4d3b3b;
    margin: unset;
    font-weight: 300;
    margin-bottom: 48px;
}
.product-option__text {
    font-size: 17px;
    color: #333333;
    line-height: 1.41;
}
.product-option__price-block {
    margin-top: 50px;
}
.product-option__price-block .price {
    display: block;
}
.yandex-box {
    padding: 20px;
    background-color: white;
}
@media (max-width: 767px) {
    .container-flex {
        flex-direction: column;
    }
    .product-option {
        width: 100%;
        margin-bottom: 20px;
    }
}

.container-preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    width: 100%;
    overflow: hidden;
    animation-delay: 1s;
}

.item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eed968;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eed968;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eece68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eece68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eec368;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eec368;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eead68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eead68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #ee8c68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ee8c68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1);
}