.main p {
    margin: 0 0 20px !important;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0px auto;
    /* max-width: 800px;*/
    width: 75%;
}

.video-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.well-item {
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    padding: 19px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-'],
.row.no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.row-flex,
.row-flex>div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex>div[class*='col-'] {
    margin: -.2px;
}

@media (max-width: 767px) {
    .video-responsive {
        width: 100%;
    }
    .row-flex>div[class*='col-'] {
        margin: 0;
    }
    .row-flex,
    .row-flex>div[class*='col-'] {
        display: block;
    }
    .tooltip-block {
        display: block !important;
        width: 25px;
        height: 25px;
        margin: 0 !important;
    }
    .tooltip-content {
        left: 0 !important;
        width: 300px !important;
    }
    .tooltip-content::before {}
    .tooltip-content::before {
        left: 0 !important;
    }
}

.section-content h2,
.section-content h3 {
    text-align: center;
}

.plashka_h1 {
    background-color: #1d9d84;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.cena {
    font-size: 45px;
    text-align: center;
}

.icon-item {
    margin-bottom: 30px;
}

.icons-block .font-icon {
    color: #1d9d84;
    font-size: 80px;
}

.header-fixed-content {
    display: none;
}

.m_fixed_header .header-top-menu {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.m_fixed_header .header-fixed-content {
    display: block;
}

.m_fixed_header p {
    margin-bottom: 0;
}

.col-phone a {
    color: #333333;
    text-decoration: none;
}

.s_header_type_1.m_fixed_header #header .col {
    padding-top: 0px;
    padding-bottom: 0px;
}

.m_fixed_header .logo {
    margin-top: 15px;
}

.callButton {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}

.tooltip-block {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0px 8px;
    margin: 0 10px;
    border-radius: 50%;
    cursor: help;
    position: relative;
}

.tooltip-help {
    font-weight: bold;
    font-size: 16px;
}

.tooltip-block:hover {
    border-color: #585858;
}

.tooltip-content {
    display: none;
    position: absolute;
    z-index: 999;
    padding: 10px;
    background-color: #fff;
    color: #5c5c5c;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    width: 350px;
    top: 35px;
    left: -155px;
    font-weight: normal;
    font-size: 14px;
}

.tooltip-block:hover .tooltip-content {
    display: block;
}

.tooltip-content::before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -20px;
    left: 45%;
}

.tooltip-images {
    margin-bottom: 10px;
}

.smart-captcha {
    width: 364px !important;
    max-width: 100% !important;
    margin-bottom: 15px !important;
}