@font-face {
    font-family: 'Conv_HelveticaNeueCyr-Black';
    src: url('../fonts/HelveticaNeueCyr-Black.eot');
    src: local('?'), url('../fonts/HelveticaNeueCyr-Black.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Black.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeueCyr-Bold';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: local('?'), url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeueCyr-Light';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: local('?'), url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeueCyr-Roman';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot');
    src: local('?'), url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeueCyr-Thin';
    src: url('../fonts/HelveticaNeueCyr-Thin.eot');
    src: local('?'), url('../fonts/HelveticaNeueCyr-Thin.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Thin.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
{
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear
}*/

html {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    min-width: 320px;
    color: #676767;
    font-family: 'Conv_HelveticaNeueCyr-Roman';
    font-size: 16px;
    height: 100%;
    margin-bottom: 122px;
}

h2 {
    text-transform: uppercase;
    font-family: 'Conv_HelveticaNeueCyr-Bold';
    color: #2e2e2e;
    font-size: 28px;
}

h3 {
    color: #2e2e2e;
    font-size: 24px;
    font-family: 'Conv_HelveticaNeueCyr-Bold';
    margin-bottom: 20px;
}

h4 {
    color: #DF371B;
    font-family: 'Conv_HelveticaNeueCyr-Bold';
    margin-top: 20px;
}

.btn-success {
    color: #fff;
    background-color: #df371b;
    border-color: #d0332b;
    border: 1px solid;
}

.btn {
    border-radius: 2px;
}

.form-control {
    border-radius: 2px;
}

.comp-logo {
    width: 200px;
    height: auto;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle {
    margin-top: 11px;
}

.soc-icon {
    font-size: 28px;
    margin: 0 0 0 4px;
    color: #989898;
    top: 6px;
    position: relative;
}

.main-menu a {
    color: #707070;
    font-size: 18px;
    font-family: 'Conv_HelveticaNeueCyr-Bold';
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: rgb(46, 46, 46);
}

.nav>li>a {
    padding: 10px 20px;
}

.main-banner-wrap {
    position: relative;
    box-sizing: border-box;
    min-height: 390px;
    height: 60vh;
    width: 100%;
    background: url(../img/bg1.jpg);
    background-size: cover;
    background-position: top center;
}

.main-banner-title-block {
    padding: 20px 30px;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-banner-title-block h1 {
    text-transform: uppercase;
    font-family: 'Conv_HelveticaNeueCyr-Bold';
    font-size: 32px;
    color: white;
}

.main-banner-title-block h2 {
    color: white;
    text-transform: none;
    font-family: 'Conv_HelveticaNeueCyr-Roman';
    font-size: 30px;
}

.coner-img-top-left {
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    border-left: solid 4px #df371b;
    border-top: solid 4px #df371b;
    top: 0;
    left: 0;
}

.coner-img-bot-left {
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    border-left: solid 4px #df371b;
    ;
    border-bottom: solid 4px #df371b;
    ;
    bottom: 0;
    left: 0;
}

.coner-img-top-rigth {
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    border-right: solid 4px #df371b;
    ;
    border-top: solid 4px #df371b;
    ;
    right: 0;
    top: 0;
}

.coner-img-bot-rigth {
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    border-right: solid 4px #df371b;
    ;
    border-bottom: solid 4px #df371b;
    ;
    right: 0;
    bottom: 0;
}

.partners-row div {
    text-align: center;
}

.gray-bg {
    background-color: #f8f8f8;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

img.img-responsive.partner-img {
    width: 89%;
    display: inline-block;
    position: relative;
    margin: 10px auto;
}

.mainpage-service {
    display: block;
    text-align: center;
}

.mainpage-service-img {
    display: inline-block;
    margin: 20px auto;
    position: relative;
    width: 34%;
    height: auto;
    opacity: 0.7;
}

.mainpage-service-img:hover {
    opacity: 1;
}

a.soc-link:hover {
    text-decoration: none;
}

a.soc-link:hover .soc-icon {
    color: gray;
}

.facts-block {
    padding: 54px 10px;
    height: 220px;
    width: 220px;
    border: 4px solid #E6E6E6;
    border-radius: 50% 50%;
    margin: 40px auto;
}

.facts-label {
    font-size: 40px;
    color: #EE1700;
    font-family: 'Conv_HelveticaNeueCyr-Bold';
}

.footer-span {
    margin: 0 24px;
}

.btn-lg {
    padding: 14px 44px;
    border-radius: 2px;
}

.btn-success:hover, .btn-success.focus {
    text-decoration: none;
    color: #fff;
    background-color: #cc341c;
    border-color: #b32d17;
    border: 1px solid;
}

.title-block {
    min-height: 90px;
}

.title-block .title-img {
    margin: 0 10px 0 0;
}

p i {
    color: #989595;
}

.primer-img {
    padding: 30px;
}

.service-img {
    padding: 30px;
}
.service-img img {
    width: 50%;
    margin: auto;
}

.primer-img img {
    border: 1px solid #c5c5c5;
}

.graybox {
    background-color: gainsboro;
    padding: 4px 8px;
}

img.infinity {
    width: 30px;
    height: auto;
}

table i.far.fa-times-circle {
    color: red;
    font-size: 30px;
}

table i.far.fa-check-circle {
    color: green;
    font-size: 30px;
}

table th {
    background-color: #f8f8f8;
    color: #df371b;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

table tr>td:first-child {
    font-weight: bold;
    color: #2e2e2e;
}

table tr .note {
    font-weight: normal;
    font-size: 14px;
    color: #676767;
}

table td.price, table td.pricey {
    font-size: 22px;
}

table td {
    border-right: 1px solid #ddd;
}
footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 122px;
}

table td:last-child {
    border-right: none;
}

@media (min-width: 768px) {
    .main-menu .nav>li:first-child>a {
        padding-left: 0;
    }
    .main-banner-title-block {
        width: 720px;
    }
    .navbar-collapse {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .main-menu a {
        font-size: 14px;
    }
    form.navbar-form.navbar-right {
        margin-top: 14px;
    }
    footer {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .margin-bottom-xs {
        margin-bottom: 14px;
    }
    .footer-span {
        display: block;
    }
    .main-banner-title-block {
        width: 90%;
    }
    .main-banner-title-block h1 {
        font-size: 28px;
    }
    .main-banner-title-block h2 {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .main-banner-title-block {
        width: 940px;
    }
}

@media (max-width: 992px) {
    img.img-responsive.partner-img {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .main-banner-title-block {
        width: 1140px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {}

@media (min-width: 1600px) {}

@media (max-width: 320px) {}