@font-face {
    font-family: 'AvenirNextCyrDemi';
    src: url('/fonts/AvenirNextCyr-Demi.ttf');
    src: url('/fonts/AvenirNextCyr-Demi.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('/fonts/AvenirNextCyr-Medium.ttf');
    src: url('/fonts/AvenirNextCyr-Medium.woff') format('truetype');
    font-weight: 500;
    font-style: normal;
}

.thank-you-text {
    text-align: center;
    margin-top: 1rem;
}


.login_for_devs_list {
    list-style-type: none;
    display: flex;
    justify-content: left;
    margin-left: -10%;
}

@media screen and (min-width: 768px){
    .login_for_devs_list {
        margin-top: -8%;
    }
}

.login_for_devs_list li a {
    color: #090363;
    text-decoration: none;
    padding: 1px;
    border-bottom: 2px solid #090363;
    font-weight: 700;
}

body {
    font-size: 14px;
    line-height: 1.7;
    font-family: "Arial";

}

button, a {
    outline: none !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button:focus, input:focus {
    box-shadow: none;
}

.btn-green {
    background: #91bc47;
    border-radius: 35px !important;
    position: relative;
    z-index: 2 !important;
}

.btn-green:hover {
    background: #82a940;
}

.bnt-more, .bnt-price {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 12px;
    font-weight: bold;
    padding: 11px 35px 9px 35px;
    width: 178px;
}

.bnt-price-analog {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 12px;
    font-weight: bold;
    padding: 11px 35px 9px 35px;
    flex: content-box;
}

.bnt-more img {
    display: inline-block;
    margin-left: 9px;
    position: relative;
    top: -2px;
}

.bnt-price {
    border: 2px solid #91bc47;
    padding: 10px 35px 9px 35px;
    border-radius: 35px;
    color: #91bc47 !important;
}

.bnt-price-analog {
    border: 2px solid #91bc47;
    padding: 10px 35px 9px 35px;
    border-radius: 35px;
    color: #91bc47 !important;
}

.bnt-price-analog:hover {
    border-color: #82a940;
    color: #82a940 !important;
}

.bnt-price:hover {
    border-color: #82a940;
    color: #82a940 !important;
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
}

.title_bl {
    margin-bottom: 40px;
    text-align: center;
}

.title_bl p.title {
    font-size: 32px;
    line-height: 1.2;
}

.title_bl p {
    font-size: 18px;
    line-height: 1.4;
}

.owl-carousel:not(.reviews_sl) .owl-stage-outer {
    overflow: hidden;
}

.owl-nav button:hover {
    opacity: 0.7;
}

.search_bl {
    width: 100%;
    background: rgba(137, 56, 137, 1);
    background: -moz-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137, 56, 137, 1)), color-stop(100%, rgba(119, 43, 118, 1)));
    background: -webkit-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: -o-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: -ms-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: linear-gradient(to right, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#893889', endColorstr='#772b76', GradientType=1);
    padding: 47px 0 90px;
    /*overflow: hidden;*/
    position: relative;
}

.search_bl:after {
    content: "";
    background-image: url(/img/grid_header_mob.png);
    background-position: center top;
    width: 100%;
    height: 671px;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.search_bl .utp {
    margin-bottom: 45px;
    position: relative;
    z-index: 3;
}

.search_bl .utp h1 {
    font-family: 'AvenirNextCyrDemi';
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 25px;
}

.search_bl .utp p {
    text-align: center;
    color: #fff;
    font-family: AvenirNextCyr, Arial;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 0;
}

.advantages {
    position: relative;
    z-index: 3;
}

.advantages .ico {
    background: #91bc47;
    width: 58px;
    height: 57px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    margin: 0 auto 15px;
    box-shadow: 2px 3px 7px 5px rgba(0, 0, 0, 0.1);
}

.advantages .ico img {
    width: 30px;
    height: auto;
}

.advantages .titl {
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.search_bl .utp h1 br, .search_bl .utp p br {
    display: none;
}

.navigator_home {
    margin-top: -50px;
    margin-bottom: 30px;
}

.navigator_home .navigator {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .2);
    padding: 30px 0 30px;
    overflow: hidden;
    box-sizing: border-box;
}

.navigator_home .tab {
    position: relative;
    cursor: pointer;
}

.navigator_home .tab:after {
    content: "";
    width: 1px;
    height: 75px;
    background: #e1e1e1;
    position: absolute;
    toP: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
}

.navigator_home .tab p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #171717;
    line-height: 1.4;
    margin-bottom: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigator_home .ico {
    height: 47px;
    width: 100%;
    text-align: center;
    line-height: 47px;
    margin-bottom: 13px;
}

.navigator_home .ico img {
    line-height: 47px;
    margin: auto;
}

.navigator_home .owl-prev, .navigator_home .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -23px;
    width: 46px;
    height: 46px;
    margin: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    border-radius: 50%;
    background: #fff !important;
}

.navigator_home .owl-next {
    left: auto;
    right: -23px;
}

.navigator_home .owl-prev:after, .navigator_home .owl-next:after {
    content: "";
    width: 8px;
    height: 14px;
    background: url(/img/arr_navigator.png) no-repeat;
    background-position: left top;
    display: block;
    position: relative;
    left: 28px;
}

.navigator_home .owl-next:after {
    left: auto;
    right: -10px;
    background-position: right top;
}

.navigator_home .tab:hover p, .navigator_home .tab.active p {
    color: #81ab3a;
}

.navigator_home .tab.active:before {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #E3E3E3;
    border-top: 0;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}

.programs_for {
    margin-bottom: 45px;
}

.programs_for .tab {
    background: #fff;
    box-shadow: 0 0px 25px rgba(0, 0, 0, .15);
    padding: 38px 20px 38px 20px;
    border-radius: 5px;
    max-width: 290px;
    margin: auto;
}

.programs_for .img {
    text-align: center;
    margin-bottom: 23px;
}

.programs_for .specific {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.programs_for .specific li {
    margin-bottom: 7px;
}

.programs_for .specific {
    margin-bottom: 17px;
}

.programs_for .specific li:last-child {
    margin-bottom: 0;
}

.programs_for .specific li i {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #7bbe39;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.programs_for .price {
    text-align: center;
    color: #848480;
    font-size: 12px;
    margin-bottom: 27px;
}

.programs_for .price p {
    margin-bottom: 0;
}

.programs_for .price b {
    font-size: 14px;
    color: #171717;
}

.programs_for .price span {
    font-size: 24px;
    display: inline-block;
    margin-left: 3px;
}

.programs_for .bt {
    text-align: center;
}

.bt-analog {
    text-align: center;
}

.programs_popul {
    margin-bottom: 70px;
}

.programs_popul .tabs > .tab {
    background: #fff;
    box-shadow: 0 0px 25px rgba(0, 0, 0, .15);
    padding: 38px 20px 38px 20px;
    border-radius: 5px;
    max-width: 290px;
    margin: auto;
    position: relative;
}

.programs_popul .tabs > .tab:before {
    content: "";
    background: #fff;
    width: 86%;
    position: absolute;
    z-index: -1;
    bottom: -13px;
    margin: auto;
    display: block;
    height: 50px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, .15);
    border-radius: 4px;
}

.programs_popul .img {
    text-align: center;
    margin-bottom: 28px;
}

.programs_popul .img > .tab {
    position: relative;
    height: 130px;
    text-align: center;
}

.programs_popul .img a {
    margin: auto;
}

.programs_popul .img img {
    width: 100%;
    max-width: 205px;

}

.programs_popul .img .popular {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 3px 12px;
    background: #8a2679;
    color: #fff;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 3;
}

.programs_popul .img .popular span {
    position: absolute;
    right: -3px;
    top: 0;
    width: 2px;
    height: 29px;
    background: #8a2679;
}

.programs_popul .img .popular span:before, .programs_popul .img .popular span:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    width: 2px;
    height: 29px;
    background: #ad4c9c;
}

.programs_popul .img .popular span:after {
    right: -6px;
    background: #cd75be;
}

.programs_popul .img .compare {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}

.programs_popul .img .compare a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #6aad29;
    position: relative;
    padding: 6px 6px 6px 0;
}

.programs_popul .img .compare a:after {
    content: "";
    width: calc(100% - 26px);
    height: 2px;
    background: #6aad29;
    position: absolute;
    bottom: -2px;
    right: 1px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.programs_popul .img .compare.del a {
    color: #8a2779;
}

.programs_popul .img .compare a:hover:after {
    width: calc(100% - 1px);
}

.programs_popul .img .compare span {
    width: 2px;
    height: 8px;
    display: inline-block;
    background: #6aad29;
    position: relative;
    margin-left: 11px;
    font-weight: bold;
}

.programs_popul .img .compare i {
    font-size: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-weight: normal;
    top: -1px;
    font-style: normal;
}

.programs_popul .img .compare span:after {
    content: "";
    background: #6aad29;
    width: 2px;
    height: 11px;
    position: absolute;
    right: -5px;
    top: -3px;
}

.programs_popul .img .compare span:before {
    content: "";
    background: #6aad29;
    width: 2px;
    height: 13px;
    position: absolute;
    left: -5px;
    top: -5px;
}

.programs_popul .img .compare.del a:after, .programs_popul .img .compare.del span, .programs_popul .img .compare.del span:after, .programs_popul .img .compare.del span:before {
    background: #8a2779;
}

.programs_popul .desc {
    margin-bottom: 20px;
}

.programs_popul .inform {
    margin-bottom: 16px;
}

.programs_popul .inform p.titl {
    font-size: 11px;
    text-transform: uppercase;
    color: #848480;
    font-weight: bold;
    margin-bottom: 3px;
}

.programs_popul .inform p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.programs_popul .inform img.star {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.programs_popul .inform > .tab {
    margin-bottom: 15px;
}

.programs_popul .buttons {
    text-align: center;
}

.programs_popul .buttons .bt:first-child {
    margin-bottom: 15px;
}

.mailing {
    background: rgba(137, 56, 137, 1);
    background: -moz-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137, 56, 137, 1)), color-stop(100%, rgba(119, 43, 118, 1)));
    background: -webkit-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: -o-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: -ms-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: linear-gradient(to right, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#893889', endColorstr='#772b76', GradientType=1);
    padding: 40px 0 49px;
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
}

.mailing:after {
    content: "";
    background: url(/img/mails_mob.png) no-repeat center top;
    width: 738px;
    height: 327px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.mailing > .container {
    z-index: 3;
    position: relative;
}

.mailing .title_bl p.title {
    color: #fff;
    margin-bottom: 12px;
}

.mailing .title_bl p {
    color: #fff;
}

.mailing form .form-group {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.mailing form input[type="text"] {
    border-radius: 40px;
    font-size: 14px;
    padding: 2px 28px 0 25px;
    line-height: 43px;
    height: 43px;
    position: relative;
    z-index: 1 !important;
    border: 0;
    width: 100%;
    max-width: 290px;
    outline: none !important;
}

.mailing form button {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 198px;
    margin: auto;
    padding-top: 11px;
    padding-bottom: 9px;
}

.mailing .form-inline .form-group {
    display: block;
    text-align: center;
}

.mailing .form-check {
    margin-top: 28px;
}

.mailing .form-check-label {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    margin-top: 28px;
    display: block;
}

.mailing .checkbox {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 3px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.mailing .checkbox:after {
    content: '';
    width: 12px;
    height: 9px;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/img/check.png);
    opacity: 0;
}

.mailing .form-check-label a {
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.mailing .form-check-label a:hover {
    border-bottom: 1px solid #803280;
}

.mailing #check1:checked + .checkbox:after {
    opacity: 1;
}

.company {
    margin-bottom: 30px;
}

.company_sl.owl-carousel .owl-item {
    height: 92px;
    display: flex;
}

.company .title_bl {
    margin-bottom: 25px;
}


footer {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 3px solid #ECE7E7;
    padding-bottom: 25px;
}

footer p {
    margin: 0;
}

footer .copy {
    text-align: center;
}


.best_bl {
    margin-top: -45px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.best_bl_c {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    padding: 20px 15px 20px;
}

.best_titl {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 35px;
}

.best_titl span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}

.best_titl span:after, .best_titl span:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(/img/as-flame.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 30px;
    width: 30px;
    left: 0;
    top: 2px;
}

.best_titl span:after {
    left: auto;
    right: 0;
}

.best_bl .best_img {
    margin-bottom: 30px;
}

.best_text p.titl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 22px;
}

.best_text .titl:after {
    content: "";
    display: block;
    width: 75px;
    height: 5px;
    background: #8d006d;
    margin: 15px 0;
}

.best_text .rating {
    text-align: left;
}

.best_text .rating .count_rev {
    margin-left: 20px;
}

.best_text .rating .count_rev a {
    color: #000;
    display: inline-block;
    text-decoration: none !important;
}

.best_text .rating .count_rev a:hover {
    opacity: 0.7;
}

.best_text .rating .count_rev a:after {
    content: "";
    width: 90%;
    margin: auto;
    display: block;
    height: 1px;
    background: #8d006d;
    position: relative;
    top: -2px;
}

.best_text .price_bl {
    color: #7b8688;
    margin-bottom: 20px;
}

.best_text .price_bl span {
    display: inline-block;
}

.best_text .price_bl .price_new {
    font-size: 18px;
    font-weight: 700;
    color: #8f9c04;
    margin-right: 5px;
}

.best_text .price_bl .price_old {
    font-size: 16px;
    font-weight: 500;
    color: #7b8688;
    text-decoration: line-through;
    margin-right: 5px;
    margin-left: 5px;
}

.best_text .price_bl .sale {
    font-size: 16px;
    font-weight: 700;
    color: #2aab30;
}


.modalSalesHome .modal-content {
    background: #002f56;
}

.modalSalesHome button.close {
    color: #fff;
    text-shadow: none !important;
}

.modalSalesHome .titl {
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    padding: 0 35px;
    position: relative;
    margin-bottom: 30px;
}

.modalSalesHome .titl:before, .modalSalesHome .titl:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(/img/as-flame.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 30px;
    width: 30px;
    left: 0;
    top: 0;
}

.modalSalesHome .titl:after {
    top: auto;
    bottom: 0px;
    left: auto;
    right: 0;
}

.modalSalesHome .form_titl {
    font-size: 16px;
}

.best_text .timerSale {
    margin-top: 24px;
    margin-bottom: 10px;
}


.how_work {
    margin-bottom: 60px;
}

.how_work h2 {
    text-align: center;
    margin-bottom: 35px;
}

.how_work .row > div {
    text-align: center;
}

.how_work .tab {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 255px;
}

.how_work .tab img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
}

.how_work .tab .titl {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.4;
}

.how_work .tab .desc {
    display: none;
}

.modal_form form {
    position: relative;
}

.modal_form .rez {

    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;

}

.modal_form .rez img {
    margin-right: 15px;
}

.rez_text {
    text-align: left;
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .title_bl p.title {
        font-size: 36px;
    }

    .search_bl .utp {
        margin-bottom: 58px;
    }

    .search_bl .utp h1 {
        font-size: 34px;
    }

    .search_bl .utp p {
        font-size: 20px;
    }

    .advantages .ico {
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .advantages .titl {
        margin-bottom: 0;
        padding-left: 75px;
        text-align: left;
        font-size: 17px;
    }

    .search_bl .search {
        margin-bottom: 70px;
    }

    header .menu .navbar-nav li:first-child {
        margin-left: 0;
    }

    .search_bl {
        padding-bottom: 135px;
    }

    .navigator_home {
        margin-top: -65px;
    }

    .search_bl:after {
        background-image: url(/img/grid_header_desc.png);
        width: 100%;
        height: 721px;

    }

    .programs_for {
        margin-bottom: 65px;
    }

    .programs_popul .tabs > .tab {
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 47px;
    }

    .programs_popul .tabs > .tab:last-child {
        margin-bottom: 0;
    }

    .programs_popul .img > .tab {
        height: 170px;
    }

    .programs_popul .inform > .tab {
        margin-bottom: 0;
    }

    .programs_popul .inform p.titl {
        margin-bottom: 4px;
    }

    .programs_popul .buttons {
        text-align: left;
    }

    .programs_popul .buttons .bt {
        display: inline-block;
    }

    .bt-analog {
        display: inline-block;
    }

    .programs_popul .buttons .bt:first-child {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .programs_popul .inform {
        margin-bottom: 18px;
    }

    .programs_popul .desc {
        margin-bottom: 10px;
    }

    .programs_popul .tabs > .tab:before {
        left: 0;
        right: 0;
        width: 92%;
    }

    .programs_popul .img {
        margin-bottom: 0;
    }

    .programs_popul .img .compare a {
        font-size: 11px;
    }

    .mailing {
        padding: 56px 0 65px;
        margin-bottom: 60px;
    }
    #publication .mailing {
        padding: 56px 0 65px;
        margin-bottom: 0;
    }

    .mailing:after {
        content: "";
        background: url(/img/mails_desc.png) no-repeat center top;
        width: 1219px;
        height: 365px;
    }

    .mailing .title_bl p br {
        display: none;
    }

    .mailing form input[type="text"] {
        width: 425px;
        max-width: 425px;
    }

    .mailing .form-inline .form-group, .mailing form button {
        display: flex;
        width: auto;
        margin: 0;
    }

    .mailing form button {
        margin-left: 30px;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 13px;
        padding-bottom: 11px;
    }

    .mailing .form-check-label br {
        display: none;
    }

    .mailing .form-check-label {
        text-align: left;
        margin-top: 22px;
    }

    .company {
        margin-bottom: 35px;
    }

    .company .title_bl p br {
        display: none;
    }

    .home .reviews {
        margin-bottom: 55px;
    }

    footer {
        padding-top: 28px;
    }

    footer .copy {
        text-align: left;
    }

    footer .copy p br {
        display: none;
    }

    footer .social {
        text-align: right;
    }

    footer .social a {
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
        position: relative;
        top: -1px;
    }

    footer .social a:hover {
        opacity: 0.8;
    }

    footer .social a.fb {
        top: -2px;
    }

    .best_bl .best_img {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .search_bl .utp h1 br, .search_bl .utp p br {
        display: inline-block;
    }

    .advantages .titl {
        padding-left: 0;
        font-size: 20px;
    }

    .advantages .tab {
        padding-left: 95px;
    }

    .advantages .tab p {
        color: #fff;
    }

    .programs_popul {
        margin-bottom: 90px;
    }

    .programs_popul .desc {
        margin-bottom: 0;
    }

    .programs_popul .text p {
        margin-bottom: 0;
    }

    .programs_popul .buttons .bt:first-child {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .programs_popul .buttons .bt .bt-analog {
        margin-left: 20px;
    }

    .programs_popul .desc {
        padding-right: 0;
    }

    .mailing form {
        max-width: 690px;
        margin: auto;
    }

    .company {
        margin-bottom: 40px;
    }

    footer {
        margin-top: 80px;
    }

    .best_titl {
        font-size: 34px;
    }

    .best_text p.titl {
        font-size: 24px;
    }

    .how_work .tab .titl {
        margin-bottom: 10px;
    }

    .how_work .tab .desc {
        display: block;
        color: #979797;
        margin-bottom: 0;
    }

    .how_work .tab {
        max-width: 100%;
        padding-left: 55px;
    }

    .modalSalesHome .titl:before, .modalSalesHome .titl:after {
        width: 40px;
        height: 40px;
    }

    .modalSalesHome .titl {
        font-size: 34px;
        max-width: 520px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .modalSalesHome .titl:before {
        top: -6px;
    }

    .modalSales .modal-content .text {
        font-size: 18px;
    }

    .modalSalesHome .form_titl {
        font-size: 18px;
    }

    .best_titl span {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1200px) {
    .search_bl {
        padding-top: 65px;
        padding-bottom: 162px;
    }

    .search_bl .search {
        margin-bottom: 90px;
    }

    .search_bl .search input {
        font-size: 15px;
        line-height: 48px;
        height: 48px;
    }

    .search_bl .search .input-group-append {
        margin-left: -25px;
    }

    .search_bl .search button {
        padding: 0 34px 0 34px;
    }

    .search_bl .utp {
        margin-bottom: 70px;
    }

    .advantages .tab {
        padding-left: 105px;
    }

    .advantages .titl br {
        display: none;
    }

    .advantages p {
        margin-bottom: 0
    }

    .advantages .titl {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .advantages .ico {
        width: 65px;
        height: 65px;
        line-height: 61px;
    }

    .advantages .ico img {
        width: 32px;
    }

    .programs_for {
        margin-bottom: 75px;
    }

    .programs_popul .buttons .bt .bt-analog {
        margin-left: 0
    }

    .programs_popul .desc {
        padding-right: 15px;
    }

    .programs_popul .row_desc {
        height: 100%;
    }

    .programs_popul .img > .tab {
        height: 132px;
    }

    .mailing {
        margin-top: 1rem;
        margin-bottom: 75px;
    }
    #publication .mailing {
        margin-bottom: 0;
    }

    .company .title_bl {
        margin-bottom: 32px;
    }

    .company_sl .owl-nav button.owl-next, .company_sl .owl-nav button.owl-prev {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0px 25px rgba(0, 0, 0, .2);
        position: relative;
    }

    .company_sl .owl-nav button.owl-prev {
        margin-right: 20px;
    }

    .company_sl .owl-nav button.owl-next:after, .company_sl .owl-nav button.owl-prev:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -1px;
        margin: auto;
        background: url(/img/arr-next.png);
        width: 8px;
        height: 14px;
    }

    .company_sl .owl-nav button.owl-prev:after {
        background: url(/img/arr-prev.png);
        right: 0;
        left: -1px;
    }

    .company_sl .owl-nav {
        display: inline-block;
        position: absolute;
        toP: -74px;
        right: 0;
    }

    .company {
        margin-bottom: 75px;
    }

    .home .reviews {
        margin-bottom: 75px;
    }

    .menu_f .footer_categories {
        display: flex;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .menu_f .footer_categories .categories__item a {
        text-transform: uppercase;
        font-size: 11px;
        color: #1a1a1a;
        text-decoration: none;
    }

    a.agreement-link {
        text-transform: none;
        font-size: 10px;
        line-height: 0.2rem;
        color: #1a1a1a;
        text-decoration: none;
    }
    a.agreement-link:hover {
        color: #1a1a1a;
    }

    .menu_f .footer_categories .categories__item .subcategories a {
        text-transform: none;
        font-size: 11px;
        line-height: 0.2rem;
        color: #1a1a1a;
        text-decoration: none;
    }


    .best_text .timerSale {
        margin: 0;
        margin-left: 20px;
    }

    .best_text p.titl {
        font-size: 28px;
    }

    .modalSalesHome .form_titl {
        font-size: 22px;
        margin-bottom: 26px;
        line-height: 1.5;
    }

    .best_bl.container {
        margin-top: -80px;
        max-width: 1200px;
    }

    .best_bl_c {
        padding: 30px 30px 33px;
    }

    .best_text .rating {
        margin-top: 20px;
    }

    .best_text .price_bl {
        margin-bottom: 25px;
    }

    .how_work .tab img {
        width: 60px;
        height: 60px;
        top: -5px;
    }

    .how_work .tab {
        padding-left: 90px;
    }

    .how_work .tab .desc {
        font-size: 15px;
    }
}


























