body {
    font-family: RubikRegular, serif;
}

section {
    padding: 120px 0;
}

.caption-img-round {
    width: 100%;
    border-radius: 15px;
}

.pink-button {
    background-color: #ff384b !important;
    color: #fff !important;
    box-shadow: 0px 8px 20px 1px #416CDB2B;
    font-family: RubikRegular, serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center !important;
    text-transform: uppercase;
    display: block;
    width: auto;
    padding: 17px 25px !important;
    height: auto !important;
    border-radius: 6px;
}

.centered-button {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.description-box {
    box-shadow: 0px 6px 20px 2px #00000040;
    background: #fff;
    padding: 30px;
    border-radius: 2px;
}

.description-box .caption {
    font-size: 23px;
    margin-bottom: 15px !important;
}

.description-box .caption-description {
    font-size: 18px;
}

ul.check-list {
    margin-left: 26px;
}

ul.check-list li {
    list-style-image: url("../images/icons/li-check.png");
}

/* Футер */

.social-medias img {
    width: 34px;
}

.social-medias {
    margin-top: 15px;
}

footer .logo-wrapper {
    margin-left: 0;
}

/* Меню в шапке */

ul.main-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.main-menu-sublist {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 3px;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-transition: visibility 0s .2s;
    transition: visibility 0s .2s;
    z-index: 5;
}

.main-menu-list a {
    color: #000;
}

/* Меню в футере */

footer .main-menu-item.menu-active.main-menu__item a {
    font-weight: 700;
    color: #0c82c3;
}

.footer-contacts {
    margin-top: 20px;
}

.footer-contacts__item {
    margin-bottom: 12px;
}

.footer-contacts__item-type {
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
}

.footer-contacts__item-value {
    font-family: Rubik, serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

/* Формы "Позвоните мне" */
/* 1 - на голубом фоне */

.depart-sales-bluebox {
    background-color: #EEF5FF;
    border-radius: 6px;
    width: 460px;
    padding: 54px 54px 76px 54px;
}

.depart-sales-bluebox .caption {
    margin-bottom: 39px;
}

.depart-sales-bluebox .questions-block span,
.depart-sales-bluebox .captcha-block span {
    color: #0E3C81;
    font-family: Rubik, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.depart-sales-bluebox .questions-block span .starrequired,
.depart-sales-bluebox .captcha-block span .starrequired{
    color: #ea0f48;
}

.depart-sales-bluebox input {
    border: 1px solid #91C4F2;
    font-size: 18px;
    height: 53px;
    margin-top: 2px;
}

.depart-sales-bluebox .questions-block input {
    width: 100%;
    margin-bottom: 27px;
}

.depart-sales-bluebox .captcha-block input {
    width: 45%;
}

.depart-sales-bluebox .captcha-block img {
    margin-top: 2px;
}

.depart-sales-bluebox .pink-button {
    width: 100%;
    margin-top: 24px;
}

/* Баннеры */

#meeting {
    background: url("../images/banners/meeting-banner.jpg") no-repeat center 0px / cover;
    padding: 50px 0;
}

#meeting .description-box {
    width: 40%;
    margin-left: 100px;
}

/* Страница "Контакты" */

.contacts-page .caption {
    margin-bottom: 70px;
}

.contacts-org-name {
    color: #141414;
    font-size: 32px;
}

.contacts-details {
    color: #353535;
    font-size: 20px;
}

.contacts-contact a {
    color: #151515;
    font-size: 32px;
}

.contacts-phone {
    margin-top: 56px;
}

.contacts-email {
    margin-top: 17px;
}

.contacts-schedule {
    margin-bottom: 20px;
    font-size: 15px;
}

.contacts-make-request {
    text-align: justify;
    margin-top: 60px;
}

.contacts-button {
    margin-top: 17px;
}

/* Страница "Сервисы 1С" - детально */

.service_1c-logo {
    margin-top: 50px;
}

.service_1c .caption-img {
    width: 505px;
    margin-top: -41px;
    display: block;
}

.service_1c .caption-description {
    margin-top: 43px;
    margin-left: 10px;
    font-size: 24px;
}

/* Блок "Преимущества" */

.service-adv {
    padding: 38px 40px;
    box-shadow: 0px 6px 20px 2px #416CDB1F;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 36px;
    height: 336px;
}

.service-adv__img {
    height: 110px;
    display: block;
    margin-bottom: 27px;
}

.service-adv__title {
    font-family: Rubik, serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 12px;
    display: block;
}

#sales-callme img {
     width: 100%;
 }