@font-face {
    font-family: "Muller Regular";
    src: url(../fonts/Muller_reg.ttf);
}

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

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

@font-face {
    font-family: 'Aero Matics Stencil Bold';
    src: url('../fonts/ofont.ru_Aero Matics Stencil.eot');
    src: url('../fonts/ofont.ru_Aero Matics Stencil.woff') format('woff'), url('../fonts/ofont.ru_Aero Matics Stencil.ttf') format('truetype'), url('../fonts/ofont.ru_Aero Matics Stencil.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF Din Text Comp Pro';
    src: url('../fonts/PFDinTextCompPro-Regular.eot');
    src: url('../fonts/PFDinTextCompPro-Regular.woff') format('woff'), url('../fonts/PFDinTextCompPro-Regular.ttf') format('truetype'), url('../fonts/PFDinTextCompPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: Gotham-Pro;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a p {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

input {
    max-width: 100%;
}

.cod,
.date {
    font-size: 17px!important;
}

.nopad {
    padding: 0px;
}

.btn-default {
    color: #fff;
    background-color: #a70007;
    border-color: #a70007;
    outline: none;
    transition: 0.3s;
    border-radius: 23px;
}

.menu_top__text {
    font-family: "PF Din Text Comp Pro";
    font-size: 35px;
    font-weight: 400;
    line-height: 20px;
}

#article h1 {
    margin: 0;
}

.fixedeseds {
    display: none;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #a70007;
    border-color: #8c8c8c;
    outline: none;
}

.btn-default:hover {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
}

.btn-default:focus {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
    outline: none;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
}

.owl-nav {
    position: absolute;
    width: 90%;
    top: 35%;
    left: 5%;
    height: 0px;
}

.owl-next {
    float: right;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}

.owl-prev {
    float: left;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #003f74;
    float: left;
    margin-left: 7px;
    transition: 0.4s;
    background: azure;
}

.owl-dots .owl-dot.active {
    background: #a70007;
    border-color: #a70007;
}

#fixed_header .menu.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
}

.navbar-brand {
    float: left;
    padding: 6px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.num {
    float: left;
    padding-top: 12px;
    font-size: 15px;
    color: #000000;
}

.mob_logo img {
    width: 40px;
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
}

.modal-content {
    font-family: "Muller Medium";
}

.modal-dialog #modal_form p a {
    text-decoration: underline;
}

.fixed_menu,
.menu_mobile {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    transition: 0.3s;
    box-shadow: 0 0 26px #dee2e6;
}

.menu_bottom {
    display: block;
    transition: display 0.5s;
}

.fixeded .menu_bottom {
    display: none;
}

.nav {
    align-items: center;
    justify-content: space-between;
}

.logo_img img {
    height: 70px;
    margin: 7px;
}

footer .right-block {
    text-align: right;
}

footer .politika {
    border-bottom: 1px solid #fff;
}

section#contacts h2 {
    font-size: 20px;
}

section#contacts .info_contact.adres:before {
    content: '\f041';
    font-family: Fontawesome;
    margin-left: -21px;
    display: block;
    float: left;
}

section#contacts .info_contact.phone:before {
    content: '\f095';
    font-family: Fontawesome;
    margin-left: -21px;
    display: block;
    float: left;
}

section#contacts .info_contact.email:before {
    content: '\f003';
    font-family: Fontawesome;
    margin-left: -28px;
    display: block;
    float: left;
}

section#contacts .info_contact {
    padding-left: 30px;
    margin-bottom: 30px;
}

section#contacts .info_contact p {
    margin-bottom: 0;
}

#navbar1 {
    font-family: "Muller Regular";
}

.menu_top {
    background-color: #005180;
    color: #ffffff;
    font-family: "Muller Regular";
    font-size: 16px;
    font-weight: 400;
    padding: 13px;
}

.menu_top .logo {
    display: none;
}

.fixeded .menu_top .logo {
    display: block;
    line-height: 25px;
    font-size: 40px;
}

.fixeded .menu_top .menu_top__text {
    display: none;
}

.logo {
    font-family: "PF Din Text Comp Pro";
    font-size: 55px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    line-height: 80px;
    text-align: end;
}

.social_net li {
    width: 30px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    display: flex;
    background: inherit;
    transition: background 0.5s;
}

.social_net li:hover {
    background: #ecbc00;
}

.social_net {
    width: 134px;
}

.social_net a {
    margin: auto;
}

.cod,
.date {
    font-family: "Muller Light";
    font-size: 18px;
    font-weight: 300;
}

.number,
.time {
    font-family: "Muller Regular";
    font-size: 24px;
    font-weight: 400;
}

.menu_bottom__title {
    font-family: "Muller Regular";
    font-size: 16px;
    font-weight: 400;
}

.menu_bottom p {
    margin-bottom: 0;
}

.menu li a:hover,
.menu li.active a {
    border-bottom: 1px solid;
}

.title_h,
#content .item-page .page-header h2 {
    font-family: "PF Din Text Comp Pro";
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.product_item__btn {
    padding-top: 20px;
}

.btn-primary,
.modal-body #modal_form_submit {
    box-shadow: 0 0 16px 1px rgba(236, 188, 0, 0.32);
    border-radius: 5px;
    background: #ecbc00;
    font-family: "Muller Medium";
    color: #000;
    width: 195px;
    font-size: 18px;
    font-weight: 400;
    border: none;
    letter-spacing: 0.45px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin: auto;
    display: flex;
    cursor: pointer;
}

.btn-primary span {
    margin: auto;
}

.modal-body #modal_form_submit {
    width: 100%;
    display: block;
}

.btn-primary:hover,
.modal-body #modal_form_submit:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #f7d039;
    color: #000;
    box-shadow: none;
}

.btn-primary:focus,
.modal-body #modal_form_submit:focus {
    border: none;
}

.menu_bottom__item {
    padding: 10px 0;
}

.btn_block {
    padding: 16px 0;
}

.product_item {
    margin-bottom: 35px;
    padding: 0px 47px;
}

.product_item.hover .product_item__img-back {
    background-color: hsla(202, 100%, 25%, 0.7);
}

.product_item__img {
    position: relative;
}

.product_item__img-back {
    position: absolute;
    border-radius: 5px;
    background-color: hsla(202, 100%, 43%, 0.25);
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    transition: background-color 0.5s;
}

.product_item__img-back p {
    color: #ffffff;
    font-family: "Muller Medium";
    font-size: 32px;
    font-weight: 400;
    margin: auto;
    line-height: 37px;
    text-align: center;
}

.contacts_block {
    background-image: url('/images/site/contacts_back.png');
    color: #fff;
}

.contacts_info {
    padding: 70px 0;
}

.contacts_block h3 {
    font-family: "PF Din Text Comp Pro";
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-bottom: 50px;
}

.contacts_info ul {
    list-style-type: none;
}

.contacts_info__title {
    font-family: "Muller Medium";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 7px;
}

.contacts_info__data {
    font-family: "Muller Light";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.block_form {
    background-color: #005180a6;
    height: 100%;
    padding: 70px 85px;
}

.item_form {
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    font-family: "Muller Light";
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 18px;
    border: 0;
    padding: 10px 20px 13px;
}

.block_form .btn-primary {
    margin: 0;
    margin-top: 10px;
}

.contacts_info__title i {
    position: relative;
}

.fa-map-marker:before,
.fa-phone:before,
.fa-envelope:before {
    position: absolute;
    top: -20px;
    left: -35px;
}

.fa-envelope:before {
    font-size: 19px;
}

.menu_bottom__item p {
    margin-bottom: 0;
}

.politika,
.edison {
    color: #212121;
    font-family: "Muller Light";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.62px;
}

.politika:hover,
.edison:hover,
.connect:hover {
    border-bottom: 1px solid;
}

.info_contact i {
    position: relative;
}

.info_contact i:before {
    position: absolute;
}

.info_contact {
    padding-left: 40px;
    padding-top: 20px;
}

.info_contact ul {
    list-style-type: none;
    padding-left: 0;
}

.info_contact h2 {
    font-family: "Muller Medium";
    font-size: 24px;
    font-weight: 400;
}

.info_contact li {
    font-family: "Muller Light";
    font-size: 22px;
    font-weight: 400;
}

#productions {
    padding-bottom: 30px;
    padding-top: 40px;
}

.block_service {
    margin: 50px 0 0;
}

.block_service .title_h {
    margin: 0;
    text-align: left;
}

.block_service .btn-primary {
    margin: 50px 0 50px;
}

.block_service p {
    color: #000000;
    font-family: "Muller Light";
    font-size: 18px;
    font-weight: 400;
}

.menu_mobile,
.navbar-toggler {
    background-color: #005180;
    color: #fff;
}

.carousel-caption {
    color: #000000;
    font-family: "Muller Medium";
}

.carousel-caption .banner_title {
    font-size: 36px;
    font-weight: 400;
}

.carousel-caption .banner_logo {
    color: #364c6a;
    font-family: "Aero Matics Stencil Bold";
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.carousel-caption .banner_text {
    font-size: 24px;
    font-weight: 400;
}

.carousel-caption {
    /*bottom: 70px;*/
    top: 20px;
}

.owl-dots {
    display: none;
}

#content .item-page div[itemprop="articleBody"] {
    font-family: "Muller Light";
    font-size: 19px;
}

#technics .product_item__img-back p,
#services .product_item__img-back p {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    padding: 60px 0;
}

.product_item__img img {
    height: 192px;
    width: max-content;
}

.info_address {
    padding-top: 15px;
}

footer .logo {
    text-align: left;
}

#YaMap {
    width: 100%;
    height: 400px;
}

.price_file {
    margin-left: 20px;
    color: #212121;
    font-family: "Muller Light";
    font-size: 20px;
    font-weight: 400;
    line-height: 20.62px;
    border-bottom: 1px solid #212121;
    transition: 0.3s;
}

.price_file:hover {
    border-bottom-color: transparent;
}

.price_buttons__production {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}

section#download_price a {
    display: block;
    margin: 20px auto;
    width: fit-content;
    margin-bottom: 0px;
    font-size: 1.5vw;
    font-family: 'Muller Light';
    line-height: 1;
    border-bottom: 1px solid black;
    transition: all .3s ease-in-out;
}

section#download_price a:hover {
    border-color: transparent;
    text-shadow: 0px 0px 0px black;
}

@media (max-width: 1780px) {
    .carousel-caption br {}
    .carousel-caption p br {
        display: inline-block;
    }
}

@media (max-width: 1440px) {
    /*.carousel-caption .banner_logo{
    line-height: 65px;
    }*/
    .carousel-caption {
        top: 0%;
    }
    .carousel-caption .banner_title {
        font-size: 34px;
    }
    .carousel-caption .banner_logo {
        /*line-height: 31px;*/
        font-size: 53px;
    }
    .carousel-caption .banner_text {
        font-size: 20px;
        /*line-height: 20px;*/
    }
}


/*  large desktops */

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


/* desktops */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel-caption .banner_logo {
        line-height: 36px;
        font-size: 50px;
    }
    .carousel-caption .banner_text {
        font-size: 20px;
        line-height: 20px;
    }
    .info_contact li {
        font-size: 18px;
    }
    #technics .product_item__img-back p,
    #services .product_item__img-back p {
        font-size: 19px;
        padding: 40px 0;
    }
    .product_item__img img {
        height: 159px;
    }
    .btn-primary {
        width: 160px;
        font-size: 16px;
    }
    .btn_block {
        padding: 21px 0;
    }
    .product_item__img-back p {
        font-size: 25px;
    }
    .logo {
        font-size: 46px;
    }
    .menu_top {
        font-size: 15px;
    }
    section#download_price a {
    font-size: 2.5vw;
}
}


/* tablets */

@media (min-width: 768px) and (max-width: 991.98px) {
    section#download_price a {
    font-size: 24px;
}
    .product_item__img-back p {
        font-size: 26px;
    }
    .menu_bottom__title {
        font-size: 14px;
    }
    .cod,
    .date {
        font-size: 14px;
    }
    .number,
    .time {
        font-size: 17px;
        font-weight: 600;
    }
    .logo {
        font-size: 29px;
        line-height: 60px;
    }
    .logo_img img {
        height: auto;
        margin: 8px 0;
    }
    .btn-primary {
        width: 135px;
        font-size: 14px;
    }
    .product_item {
        padding: 0;
    }
    .block_form {
        padding: 70px 26px;
    }
    .contacts_info__data {
        font-size: 21px;
    }
    .politika,
    .edison {
        font-size: 14px;
    }
    .carousel-caption .banner_title {
        font-size: 25px;
    }
    .carousel-caption .banner_logo {
        line-height: 18px;
        font-size: 38px;
    }
    .carousel-caption .banner_text {
        font-size: 17px;
        line-height: 20px;
    }
    #technics .product_item__img-back p,
    #services .product_item__img-back p {
        font-size: 20px;
        padding: 42px 0;
    }
    .product_item__img img {
        height: 161px;
    }
    .menu_top__text {
        font-size: 30px;
    }
}


/* smartphones */

@media (max-width: 767.98px) {
        section#download_price a {
    font-size: 20px;
}

    .menu_top__text {
        font-size: 26px;
    }
    #productions {
        padding-top: 0;
    }
    .logo {
        font-size: 43px;
        line-height: 64px;
        letter-spacing: 0.8px;
    }
    footer .logo {
        text-align: center;
    }
    .nav {
        padding: 0px 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav.social_net {
        flex-direction: inherit;
        width: auto;
    }
    .logo_img img {
        height: 50px;
        margin: 0 7px;
    }
    .menu_mobile {
        padding: 10px 0;
    }
    footer .right-block {
        text-align: center;
    }
    footer {
        text-align: center;
    }
    .product_item {
        padding: 0;
    }
    .product_item__img-back p {
        font-size: 30px;
    }
    .btn-primary {
        width: 145px;
        font-size: 14px;
    }
    .contacts_info__data {
        font-size: 22px;
    }
    footer .politika {
        margin-top: 20px;
        display: block;
    }
    .cod,
    .date {
        font-size: 16px;
    }
    .number,
    .time {
        font-size: 21px;
    }
    .title_h,
    #content .item-page .page-header h2 {
        line-height: 50px;
    }
    .menu_bottom {
        text-align: center;
        padding-bottom: 20px;
    }
    .product_item {
        max-width: max-content;
        margin: auto;
        padding-bottom: 30px;
    }
    .contacts_info {
        padding: 76px 0;
    }
    .block_service .title_h {
        margin-top: 20px;
    }
    .block_service .btn-primary {
        margin: 50px 0;
    }
    .block_service p {
        font-size: 17px;
    }
    .info_contact li {
        font-size: 18px;
    }
    .carousel-caption .banner_title {
        font-size: 26px;
    }
    .carousel-caption .banner_logo {
        line-height: 21px;
        font-size: 38px;
    }
    .carousel-caption .banner_text {
        font-size: 17px;
        line-height: 20px;
    }
    .carousel-caption {
        top: -10%;
    }
    .product_item__img img {
        height: 200px;
        width: auto;
    }
    #technics .product_item__img-back p,
    #services .product_item__img-back p {
        font-size: 20px;
        line-height: 27px;
    }
    .product_item__img {
        max-width: 270px;
    }
    .price_buttons__production {
        flex-direction: column;
    }
    .price_file {
        margin-bottom: 30px;
        margin-top: -15px;
        margin-left: 0px;
    }
}

@media (max-width: 720.98px) {
    .carousel-caption {}
}

@media (max-width: 444.98px) {
    .contacts_info {
        padding: 74px 0;
    }
    .title_h,
    #content .item-page .page-header h2 {
        font-size: 37px;
        line-height: 42px;
    }
    .contacts_block h3 {
        font-size: 44px;
    }
    .logo {
        font-size: 30px;
        line-height: 50px;
    }
    .social_net a {
        font-size: 14px;
    }
    .social_net li {
        width: 25px;
    }
    .contacts_info__data {
        font-size: 19px;
    }
    .block_form {
        padding: 70px 25px;
    }
    .info_contact li {
        font-size: 18px;
    }
    .carousel-caption {
        display: none;
    }
    .menu_top__text {
        font-size: 15px;
    }
    .logo {
        font-size: 22px;
        letter-spacing: 1.8px;
    }
    .logo_img img {
        height: 36px;
    }
}

.mobseregi .number {
    font-size: 23px;
}

@media (max-width: 992px) {
    .mobseregi .number {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    ul.nav.menu.mod-list {
        margin-top: 5px;
    }
    .menu_bottom__item {
        padding-left: 32px;
    }
}

.mobseregi {
    line-height: 22px;
}

.banner_title img {
    width: 14vw !important;
    display: inline-block !important;
    padding-top: 1.9vw;
}

.white_title {
    text-transform: uppercase;
    color: white;
    font-size: 1.8vw;
    line-height: 1.8vw;
    padding-top: 0.6vw;
    margin-bottom: 0;
}

.white_text {
    margin-bottom: 0;
    font-size: 1vw;
    line-height: 1.2vw;
    color: white;
    padding-bottom: 2vw;
}

.banner_title {
    margin-bottom: 0;
    font-size: 10vw;
    margin-bottom: 0;
}

@media (max-width: 740px) {
    .carousel-caption>br {
        display: none;
    }
    table {
        width: auto!important;
    }
}