@font-face {
    font-family: 'ClearSans';
    src: url('./fonts/ClearSans-MediumItalic.woff2') format('woff2'),
        url('./fonts/ClearSans-MediumItalic.woff') format('woff'),
        url('./fonts/ClearSans-MediumItalic.ttf') format('truetype'),
        url('./fonts/ClearSans-MediumItalic.svg#ClearSans-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'ClearSans';
    src: url('./fonts/ClearSans-BoldItalic.woff2') format('woff2'),
        url('./fonts/ClearSans-BoldItalic.woff') format('woff'),
        url('./fonts/ClearSans-BoldItalic.ttf') format('truetype'),
        url('./fonts/ClearSans-BoldItalic.svg#ClearSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

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

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

@font-face {
    font-family: 'ClearSans';
    src: url('./fonts/ClearSans-Thin.woff2') format('woff2'),
        url('./fonts/ClearSans-Thin.woff') format('woff'),
        url('./fonts/ClearSans-Thin.ttf') format('truetype'),
        url('./fonts/ClearSans-Thin.svg#ClearSans-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ClearSans';
    src: url('./fonts/ClearSans-Bold.woff2') format('woff2'),
        url('./fonts/ClearSans-Bold.woff') format('woff'),
        url('./fonts/ClearSans-Bold.ttf') format('truetype'),
        url('./fonts/ClearSans-Bold.svg#ClearSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ClearSans';
    src: url('./fonts/ClearSans-Light.woff2') format('woff2'),
        url('./fonts/ClearSans-Light.woff') format('woff'),
        url('./fonts/ClearSans-Light.ttf') format('truetype'),
        url('./fonts/ClearSans-Light.svg#ClearSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ClearSans';
    src: url('./fonts/ClearSans-Italic.woff2') format('woff2'),
        url('./fonts/ClearSans-Italic.woff') format('woff'),
        url('./fonts/ClearSans-Italic.ttf') format('truetype'),
        url('./fonts/ClearSans-Italic.svg#ClearSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Candara';
    src: url('./fonts/Candara-Bold.woff2') format('woff2'),
        url('./fonts/Candara-Bold.woff') format('woff'),
        url('./fonts/Candara-Bold.ttf') format('truetype'),
        url('./fonts/Candara-Bold.svg#Candara-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Candara';
    src: url('./fonts/Candara-Italic.woff2') format('woff2'),
        url('./fonts/Candara-Italic.woff') format('woff'),
        url('./fonts/Candara-Italic.ttf') format('truetype'),
        url('./fonts/Candara-Italic.svg#Candara-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

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

@font-face {
    font-family: 'Candara';
    src: url('./fonts/Candara-BoldItalic.woff2') format('woff2'),
        url('./fonts/Candara-BoldItalic.woff') format('woff'),
        url('./fonts/Candara-BoldItalic.ttf') format('truetype'),
        url('./fonts/Candara-BoldItalic.svg#Candara-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

body {
    overflow-x: hidden;
    font-family: 'ClearSans';
}

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%;
}

.nav>li>a:hover{

text-decoration: none;
}

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

#article h1 {
    margin: 0;
}

.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: 50%;
    left: 5%;
    height: 0px;
}

.owl-nav .fa{
        width: 20px;
    height: 48px;
}

.owl-next {
    float: right;
    font-size: 45px;
    color: #fff;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    transition: 0.4s;
     border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;   
    padding-left: 10px;
    }

.owl-prev {
    float: left;
    font-size: 45px;
    color: #fff;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    transition: 0.4s;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.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: 0px;
    padding-left: 51px;
}

.top_line button.btn{
    margin-top: 9px;
}

.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;
} 

.footer{
    padding: 11px 15px;
    display: flex;
    align-items: center;
    border-top: 1px solid #000;
}

.foot_col1{
text-align: left;
padding-left: 0;
}

.foot_col2{
text-align: right;
}

.foot_col2 p{
    text-decoration: underline;
    font-family: 'ClearSans';
color:  #000000;
font-size: 16px;/* Приближение из-за подстановки шрифтов */
font-weight: normal;
}

.foot_col3{
text-align: right;
padding-right: 0;
}

.uslugi_na_glavnoy .white_block{
 margin-bottom: 20px;
 border-radius: 3px;
border-width: 3px;
border-color:  #f3f3f3;
border-style: solid;
background-color:  #ffffff;
width: 100%;
height: 157px;
text-align: center;
padding: 20px;
}

.section#deliverycalc{
  padding-top: 84px;
}

.uslugi_na_glavnoy .white_block p{
font-family: 'ClearSans';
color:  #000000;
font-size: 18px;/* Приближение из-за подстановки шрифтов */
font-weight: normal;
text-align: center;
margin-top: 5px;
}

.foot_col3{
    font-family: 'ClearSans';
color:  #000000;
font-size: 16px;/* Приближение из-за подстановки шрифтов */
font-weight: normal;
}

.martop{
    margin-top: 30px;
}

.uslugi_col1, .uslugi_col2{
    min-height: 220px;
    background-color: #f8f8f8;
        display: flex;
    align-items: center;
    justify-content: center;
}

.pp1{
  padding-left: 20px;
}

.pp2{
  padding-left: 20px;
}

.icon{
    float: left;
}

.novst1{
    margin-top: 30px;
}

.nav-child.unstyled.small{
    
background-color:  #ffffff;
width: 270px;
display: none; 
position: absolute;
padding-left: 0;

border: 1px solid transparent;
overflow: hidden;

}
 
.nav-child.unstyled.small li{
    list-style: none;
    transition: 0.3s;
height: 44px;
    padding: 11px 0;
    padding-left: 27px;
border-bottom: 1px solid #e8e8e8;

}

.nav-child.unstyled.small li:hover{
    background-color:  rgba(22, 37, 100, 0.05);
}

.nav-child.unstyled.small li:last-child{
    
border-bottom: transparent;
}

.nav-child.unstyled.small li a{
    color:  #162564;
font-size: 16px;/* Приближение из-за подстановки шрифтов */
font-weight: 400;
}

.hh1{
    color:  #000000;
font-size: 33.99px;/* Приближение из-за подстановки шрифтов */
font-weight: 400;
margin-top: 14px;
margin-bottom: 54px;
}

.hh2{
    color:  #000000;
font-size: 33.99px;/* Приближение из-за подстановки шрифтов */
font-weight: 400;
margin-top: 64px;
margin-bottom: 58px;
}

.hh3{
    color:  #000000;
font-size: 33.99px;/* Приближение из-за подстановки шрифтов */
font-weight: 400;
margin-top: 70px;
margin-bottom: 69px;
}

.descr{
    color:  #000000;
font-size: 16px;/* Приближение из-за подстановки шрифтов */
font-weight: 400;
line-height: 17px;
margin-bottom: 40px;
}

.descr2{
    color:  #000000;
font-size: 16px;/* Приближение из-за подстановки шрифтов */
font-weight: 400;
line-height: 13px;
margin-bottom: 47px;
}

.btt{
    border-radius: 5px;
background-color:  #162564;
box-shadow: 0px 4px 7.47px 1.53px rgba(22, 37, 100, 0.4);
width: 215px;
height: 39px;
color:  #ffffff;
font-size: 16px;/* Приближение из-за подстановки шрифтов */
font-weight: 400;
margin-top: 45px;
border: none;
}

.pp3{
    color:  #000000;
font-size: 20px;/* Приближение из-за подстановки шрифтов */
font-weight: 700;
    height: 148px;
    margin: 0;
    line-height: 22px;
}

.pp4{
color:  #000000;
font-size: 16px;/* Приближение из-за подстановки шрифтов */
font-weight: 400;
    margin: 0;
    line-height: 18px;
}

.pp5{
    color:  #000000;
font-size: 30.01px;/* Приближение из-за подстановки шрифтов */
font-weight: 700;
    margin: 0;
    line-height: 15px;
        margin-top: 10px;
}

.pp5 i{
    font-size: 27px;
    margin-left: 5px;
    font-weight: 200;
}

.coll1{
    margin-left: -20px;
}

.linia{
    width: 100%;
    border-bottom: 1px solid #000000;
    height: 0;
    margin-top: 75px;
}

.breadcrumb>li+li:before{
    content: "\f105";
    padding: 0 11px;
    font-family: Fontawesome;
    color: #000000;
       
}

.breadcrumb>li:before{
padding: 11px;
}

.breadcrumb>li:first-child+li:before{
    content: "";
  padding: 0;
    font-family: Fontawesome;
}

.breadcrumb{
    background-color: transparent;
    margin-top: 20px;
}

.divider{
    display: none;
}

.descr2 ol{
    padding-left: 15px;
}

.raboty{
    margin-bottom: 60px;
}

.well .form-control{
    width: 95%;
}

.well{
        min-height: 320px;
}

.hh1, .hh2, .hh3{
    font-weight: bold;
}

.uslugi_col1 p, .uslugi_col2 p{
    margin-top: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.blog h2{
    margin-top: 0;
    line-height: 30px;
    transition: 0.3s;
}

.blog h2:hover{
   color: #a70007;
}

#YaMap{
    margin-top: 50px;
    margin-bottom: 50px;
}

a.header_phone {
   font-family: 'ClearSans';
color:  #162564;
font-size: 18px;/* Приближение из-за подстановки шрифтов */
font-weight: bold;
}

.adress{
    font-family: 'ClearSans';
color:  #000000;
font-size: 16px;/* Приближение из-за подстановки шрифтов */
font-weight: normal;
    margin-top: 12px;
    margin-bottom: 19px;
}
.adress i{
    padding-right: 7px;
}

.nav:before, .nav:after{
   content: "";
   display: none;
}

.descr td{
    border: 1px solid black;
        padding: 10px;
    line-height: 25px;   
}

.descr table{
    margin-bottom: 20px;
}

.descr p, .descr2 p, .descr li, .descr2 li{
    line-height: 30px;
} 

.descr2 td{
    border: 1px solid black;
        padding: 10px;
    line-height: 25px;   
}

.descr2 table{
    margin-top: 20px;
    margin-bottom: 20px;
}

.displaynone{
    display: none;
}

.rekvisity p{
  font-size: 16px;
}

.rekvisity{
    padding-bottom: 30px;
}



@media (max-width: 1199px)
{
 .coll1{
    margin-left: -5px;
 }

 .coll1 .pp3{
    height: 125px;
 }
 a.header_phone{
    font-size: 15px;
 }
}
@media (max-width: 991px)
{
    
.btn{
    font-size: 12px;
}

a.header_phone{
    font-size: 13px;
 }

.right_block_top_fix{
    padding: 0;
}

.coll1{
    margin-left: -5px;
}

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

.pp4{
        margin-top: 15px;
}

.num .fa-phone{
        margin-right: 13px;
}

.blog .col-sm-9{

    padding: 0;
    padding-top: 10px;
}

.blog p{
    display: none;
}

.coll1{
        margin-left: 15px;
    margin-bottom: 40px;
}

.coll1 .pp3{
    height: 40px;
}

.uslugi_col1, .uslugi_col2 {
    min-height: 130px;
}

.descr2{
    line-height: 20px;
}

.col1{
    margin-top:30px;
}

.col2{
    margin-top: 20px;
}

.footer{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

}
@media (min-width: 768px)
{
    .nopad-sm-right {
        padding-right: 0px;
    }
    .nopad-sm-left {
        padding-left: 0px;
    }
    .nopad-sm {
        padding: 0;
    }
}

h2.title {
    margin-top: 0;
    font-size: 33px;
    font-weight: bold;
    font-family: 'Candara';
}
h2.title.t2{
    margin-top: 54px;
    text-align: center;
    margin-bottom: 69px;
}

section#deliverycalc {
    padding: 30px 0 30px 0;
    padding-top: 89px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.uslugi_na_glavnoy{
        padding-bottom: 74px;
}

#fixed_header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding-top: 28px;
    transition: 0.3s;
}


.top_menu .nav.menu > li:hover{
    text-decoration: none;
    color:  #162564;
}


.top_menu .nav.menu > li {
    font-size: 18px;
    text-decoration: underline;
    font-family: 'ClearSans';
color:  #000;
font-size: 18px;/* Приближение из-за подстановки шрифтов */
font-weight: normal;
text-transform: uppercase;
    transition: 0.3s;
}

.top_menu .nav.menu > li > a:hover, .top_menu .nav.menu > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.top_menu .nav.menu > li.current > a {
    color: #162564;
    text-decoration: none;
}

.top_menu .nav.menu > li.current {
    text-decoration: none;
}
.right_block_top_fix {
    margin-top: 15px;
    padding-right: 0;
}
.fake_men_mob {
    height: 106px;
    display: block;
    width: 100%;
}

@media(max-width: 1200px){


.fake_men_mob {
    height: 120px;
    display: block;
    width: 100%;
}

}

@media(max-width: 767px){
    .fake_men_mob {
        height: 51px;
        display: block;
        width: 100%;
    }

    .nav-child.unstyled.small{
        position: static;
        background: transparent;
    }
    h2.title{
        margin-top: 0;
    }

    h2.title.t2, h2.title{
        text-align: center;
        font-size: 25px;
    }

    section#deliverycalc{
      padding-top: 20px;  
    }




}



.btn-primary {
    color: #fff;
    background-color: #162564;
    border-color: #162564;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 6px 16px -4px #162564;
}
.btn {
    font-size: 16px;
}

.fake_men_mob {
    height: 115px;
    display: block;
    width: 100%;
} 
