html, body {font-family: 'Open Sans', sans-serif; font-size: 14px; color:#6d6d6d; margin:0; padding: 0; height: 100%;}
.container {position: relative;}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

.top_padding_50{padding-top: 50px;}

h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    color:#333333;

    position: relative;
    padding-bottom: 20px;
    margin: 20px 0 20px;
    border-bottom: 1px solid black;
}


.d-md-block{
    background-color: rgba(0,0,0,.7);
    box-shadow: 2px 2px 3px black;
}

.section_3 .block_img img {width: 100%;}
.section_3 .block_text h3{font-weight: 900; font-size: 40px; color: #242a2c;}
.section_3 .block_features{position: relative;}
.section_3 .block_features .icon{position: absolute; left: -28px; font-size: 30px; color: #242a2c;}
.section_3 .block_features .title{font-weight: 900; color: #242a2c; padding-bottom: 10px; line-height: 22px; font-size: 20px;}

@media screen and (max-width: 1200px){
    .section_3 .block_text{text-align: center;}
    .section_3 .block_text h3{font-size: 24px;}
    .section_3 .block_features{text-align: center;}
    .section_3 .block_features .icon{position: relative; font-size: 55px; left: 0;}
}

/*.main-content {min-height: 100%; height: auto !important; height: 100%; margin: 0 0 -89px 0; padding: 0;} добавил строку*/
.main-content ul li a {text-decoration: none; color:#777777; display:block;}
.main-content ul li a:hover {text-decoration: underline;}


header {overflow: hidden;}
header .container-fluid {position: fixed; z-index: 100; background-color: rgba(0,0,0,.7); box-shadow: 0 2px 3px black;}
header .logo {font-size: 25px; font-weight: bold; text-align: center;}
header .logo a {color: #fff;}
header .top-menu ul {list-style: none; margin:0; display: flex;}
header .top-menu ul li {margin:0 -0.5px; border-left: 1px solid #fff; border-right: 1px solid #fff; transition: transform .5s; transform: translateX(0);}
header .top-menu ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 30px;
    color:#fff;

    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

header .menu-toggle { position: relative; display: none; top: 0; height: 20px;}
header .menu-toggle span { position: absolute; left: 0; top: 10px; }
header .menu-toggle span,
header .menu-toggle span:before,
header .menu-toggle span:after { position: absolute; display: block; content: ''; height: 2px; width: 16px; background: #fff; border-radius: 1px; cursor: pointer; }
header .menu-toggle span:before { top: -6px; }
header .menu-toggle span:after { bottom: -6px; }
header .menu-toggle span, header .menu-toggle span:before, header .menu-toggle span:after { -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }
header .menu-toggle.active span { background-color: transparent; }
header .menu-toggle.active span:before, header .menu-toggle.active span:after { top: 0; }
header .menu-toggle.active span:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
header .menu-toggle.active span:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

header .top-menu ul li a:hover {background: rgba(86, 93, 103, .7); color: #fff;}
header .top-contacts {font-size: 18px; font-weight: 600; color: #fff; text-align: center;}
@media screen and (max-width: 1200px){
    header .top-contacts{text-align: right;}
}
@media screen and (max-width: 991px){
    header .top-contacts{display: none;}
}
@media screen and (max-width: 768px){
    header .top-menu ul li a{padding: 15px 20px;}
}
@media screen and (max-width: 576px){
    header .menu-toggle {display: inline-block;}
    header .top-menu ul{width: 92%; display: none;}
    header .top-menu ul li {margin:-1px 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; border-left: none; border-right: none;}
    header .top-menu ul li a {text-align: center;}
    header .top-menu ul li:nth-child(odd){transform: translateX(-100%);}
    header .top-menu ul li:nth-child(even){transform: translateX(100%);}
}

footer .container-fluid {}
footer a {color:#ffffff;}
footer .footer_top {height: 70px; background: #000; box-shadow: 0 3px 3px rgba(0,0,0,.7); font-size: 14px; color: #fff;}
footer .footer_top span{text-align: center;}
footer .footer_bottom {height: 30px;}
footer .copyright a {color: #6d6d6d;}
footer .foot-phone { margin-top:-10px;}
footer .foot-phone span {font-size: 18px; font-weight: 600;}
footer .foot-menu {text-align: center;}
footer .foot-menu ul {display: inline-block; list-style: none; margin:0; padding: 0;}
footer .foot-menu ul li {margin: 0 10px;}

.video_container{ width: 100%; position: relative; }
.video_container video {width: 100%;}
.section_1 .video_container:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    background: url("../images/top.png")no-repeat center top; background-size: cover;
}

.header_block{
    position: relative;
}
.header_block .info_container{display: -webkit-box;display: -ms-flexbox; position: absolute; top: 0; width: 100%; flex-direction: column; display: flex; justify-content: center; height: 100%;}
.header_block .info_container h1{padding: 25px 0 25px 72px; font-size: 50px; text-transform: uppercase; font-family: "Arial"; color: #fff; font-weight: 900; position: relative}
.header_block .info_container .flex_container {display: -webkit-box;display: -ms-flexbox; display: flex; align-items: center; justify-content: space-between;}
.header_block .info_container .flex_container .left_block { padding-left: 40px;}
.info_container .flex_container .left_block li{list-style-type: none; color: #fff; font-size: 20px; position: relative;}
.header_block .info_container .flex_container .left_block a:hover {text-decoration: none;}
.header_block .info_container h1:after {
    content: '';
    position: absolute;
    top: 150px;
    left: 72px;
    width: 10%;
    height: 3px;
    box-shadow: 0 5px 3px #000;
}
.info_container .flex_container .left_block li:after {
    content: '';
    position: absolute;
    left: -30px;
    width: 3%;
    top: 11px;
    height: 2px;
    box-shadow: 0 3px 3px #000;
}

.btn_top {display: -webkit-box;display: -ms-flexbox; background-color: rgba(0,0,0, .7); display: flex; align-items: center; justify-content: center; width: 200px; height: 50px; position: relative; color: white; cursor: pointer; text-transform: uppercase; margin: 40px 0 0 40px;}
.btn_top:before{border-left: 1px solid #fff; border-bottom: 1px solid #fff; position: absolute; left: 0; bottom: 0; transform: translate3d(-10px,10px,0);}
.btn_top:after{border-right: 1px solid #fff; border-top: 1px solid #fff; position: absolute; right: 0; top: 0; transform: translate3d(10px,-10px,0);}
.btn_top:before, .btn_top:after {content: ''; width: 15px; height: 15px; transition: transform .5s; box-sizing: border-box;}
.btn_top:hover{background-color: #000;}
.btn_top:hover:before{top: 0; border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: none; transform: translate3d(-10px,-10px,0);}
.btn_top:hover:after{bottom: 0; border-right: 1px solid #fff; border-bottom: 1px solid #fff; border-top: none; transform: translate3d(10px,45px,0);}
@media screen and (max-width: 991px){
    .header_block .info_container h1{font-size: 30px; padding: 25px 0 25px 35px;}
    .header_block .info_container h1:after{ top: 105px; left: 40px;}
    .header_block .info_container .flex_container .left_block {padding: 0;}
}

@media screen and (max-width: 700px){
     header .logo {font-size: 19px; }
    .header_block .info_container h1{padding: 30px 0 10px 35px; font-size: 25px;}
    .info_container .flex_container .left_block li{ font-size: 16px;}
    .header_block .info_container h1:after{ top: 92px;}
    .info_container .flex_container .left_block li:after{left: -15px; top: 8px;}
}

@media screen and (max-width: 576px){
    .header_block .info_container h1{padding: 10px 0 10px 35px; font-size: 20px;}
    .info_container .flex_container .left_block li{ font-size: 12px;}
    .header_block .info_container h1:after{ top: 60px;}
    .info_container .flex_container .left_block li:after{left: -10px; top: 5px;}
    .btn_top{margin: 0 0 0 40px}
    footer .footer_top span:nth-child(2){display: none;}
}

@media screen and (max-width: 400px){
    .header_block .info_container h1{padding: 22px 0 0 35px; font-size: 14px;}
    .info_container .flex_container .left_block li{ font-size: 10px;}
    .header_block .info_container h1:after{ top: 52px;}
    .btn_top {width: 150px; height: 35px;}
}

.main-images {margin: 10px -9px;}
.main-images .img {width:220px; float:left; margin: 0 9px;}
.main-images img {display: block; max-width: 100%;}


.city-list ul li {position: relative; list-style-type: none;}
.city-list ul li i {position: absolute; left: -15px; top: 2px;}
.city-list ul li a {text-decoration: none; color:#777777; display:block;}

.city_flex_name{ display: flex; flex-wrap: wrap;}
.city_flex_name li { width: 20%; display: block; }

@media screen and (max-width: 1200px){
    .city_flex_name li {width: 25%; display: block;}
}
@media screen and (max-width: 992px){
    .city_flex_name li {width: 33%; display: block;}
}
@media screen and (max-width: 768px){
    .city_flex_name li {width: 50%; display: block;}
}
@media screen and (max-width: 576px){
    .city_flex_name li {width: 100%; display: block;}
}

.prof-list ul {list-style: none;}
.prof-list b {font-size: 22px;}

#prof-type ul {list-style: none; margin:30px 0; padding: 0; text-align: center;}
#prof-type ul li {display: inline-block; margin: 10px; cursor:pointer; font-weight: 700;}

ul li.no-style {list-style: none;}

.section_5 .header {display: -webkit-box;display: -ms-flexbox; width: 100%; background: #000; color:#fff; text-align: center; font-size: 26px; font-weight: 600; padding: 15px 0; display: flex; justify-content: center; align-items: center;}
.section_5 .items-list {text-align: center; padding: 27px 0;}
.section_5 .items-list .item {display:inline-block; width:200px; height: 300px; box-shadow: 2px 2px 3px rgba(0,0,0,.7); margin: 9px 7px; color:#222222; text-decoration: none; background: #fff; padding: 0 0 20px; position: relative;}
.section_5 .items-list .item span {display: block;}
.section_5 .items-list .item b {display: block; text-transform: uppercase; font-size: 18px; font-weight: 400;}
.section_5 .items-list .item .doc-img { box-shadow: 0 2px 3px rgba(0,0,0,.7); }
.section_5 .items-list .item .doc-price {color: #777777; font-size: 18px; margin: 17px 0;}
.section_5 .items-list .item span.button-buy {width:100%; background: rgba(0,0,0,0.9); color:#fff; text-transform: uppercase; font-size: 18px; padding: 10px 0; box-shadow: 0 2px 3px rgba(0,0,0,.7); position: absolute; z-index: 20; bottom: 25px;}
.section_5 .items-list .item span.button-buy:hover { background: rgba(0,0,0,0.7);}
.section_5 .items-list .item:hover span.button-buy { background: rgba(0,0,0,0.7);}
.section_5 .items-list .item:hover .doc-img img { -webkit-filter: grayscale(1); filter: grayscale(1);}

.section_7 .icon_block img{width: 100%; padding: 15%;}
.section_7 .icon_block:first-child .title {position: relative; top: 10px;}
.section_7 .icon_block:nth-child(2) .title_2{position: relative; top: -5px;}
.section_7 .icon_block .title{text-align: center; font-size: 16px;}
.section_7 .icon_block .title_2{text-align: center; font-size: 12px; font-weight: bold; color: black; text-transform: uppercase;}
.section_document_6 .row{padding: 20px 0;}
.section_document_6 .icon_block{ position: relative;}
@media screen and (min-width: 768px){
    .section_document_6 .icon_block:nth-child(-1n+3):after{ content: ''; position: absolute; top: 40%; right: -20px; background: url("../images/icon90.png"); background-size: cover; width: 50px; height: 50px;}
}
@media screen and (max-width: 767px){
    .section_document_6 .icon_block:nth-child(2n+1):after{ content: ''; position: absolute; top: 40%; right: -20px; background: url("../images/icon90.png"); background-size: cover; width: 50px; height: 50px; }
}
.section_9{padding-bottom: 50px;}

.form-vertical{display: -webkit-box;display: -ms-flexbox; display: flex; align-items: center; flex-direction: column;}
.form-vertical label {display:block; margin-bottom:10px; color: black; text-align: center;}
.form-vertical input, .form-vertical textarea, .form-vertical select {display: inline-block; width:500px; padding: 9px 4px; outline: none; border: 1px solid rgba(0,0,0,.2); box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6); text-align: center;}
.form-vertical .form-row {display: -webkit-box;display: -ms-flexbox; margin:20px 0; display: flex; align-items: center; flex-direction: column;}
.form-vertical button {color:#fff; width: 300px; height: 50px; text-transform: uppercase; background: rgba(0,0,0,.7); border:none; outline: none; box-shadow: 2px 2px 3px rgba(0,0,0,.7); cursor: pointer;}
.form-vertical button:hover{background-color: black;}
.form-vertical textarea {min-height: 100px;}
.form-vertical {margin-bottom: 40px;}
.form-vertical select:active, .form-vertical select:focus{
    outline:none;
    border: none;
}

@media screen and (max-width: 576px){
    .form-vertical input, .form-vertical textarea, .form-vertical select{width: 300px;}
}

.breadcrumb {padding: 10px 0; list-style: none; margin: 0;}
.main-content ul.breadcrumb li a {display: inline-block;}
.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.city-content {
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    line-height: 22px;
    margin: 30px 0;
}

.city-content p {margin: 0;}
.content-btn {
    text-align: center;
    margin-top: 20px;
}

.content-btn a {
    display: inline-block;
    color: #fff;
    padding: 14px 60px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.7);
    text-transform: uppercase;
    background: rgba(0,0,0,.7);
    border: none;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.content-btn a:hover {
    background: black;
}


.section_document_1 .back_img_1, .section_document_1 .back_img_2, .section_document_1 .back_img_3, .section_document_1 .back_img_4, .section_document_1 .back_img_5, .section_document_1 .back_img_6, .section_document_1 .back_img_7, .section_document_1 .back_img_8{background-size: cover; position: relative;}
.section_document_1 .back_img_1{background: url("../images/slide1.jpg")no-repeat center; background-size: cover;}
.section_document_1 .back_img_2{background: url("../images/slide5.jpg")no-repeat center; background-size: cover;}
.section_document_1 .back_img_3{background: url("../images/slide12.jpg")no-repeat center; background-size: cover;}
.section_document_1 .back_img_4{background: url("../images/slide6.jpg")no-repeat center; background-size: cover;}
.section_document_1 .back_img_5{background: url("../images/slide8.jpg")no-repeat center; background-size: cover;}
.section_document_1 .back_img_6{background: url("../images/slide2.jpg")no-repeat center; background-size: cover;}
.section_document_1 .back_img_7{background: url("../images/slide10.jpg")no-repeat center; background-size: cover;}
.section_document_1 .back_img_8{background: url("../images/slide3.jpg")no-repeat center; background-size: cover;}
.section_document_1 .back_img_1:before, .section_document_1 .back_img_2:before, .section_document_1 .back_img_3:before, .section_document_1 .back_img_4:before, .section_document_1 .back_img_5:before,.section_document_1 .back_img_6:before, .section_document_1 .back_img_7:before, .section_document_1 .back_img_8:before{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.5);}
.section_document_1 .container-fluid .back_img{display: -webkit-box;display: -ms-flexbox; height: 700px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.section_document_1 h1{position: relative; padding-bottom: 30px; color: #fff; text-transform: uppercase; font-family: "Arial"; font-size: 30px; font-weight: 900; text-align: center;}
.section_document_1 .btn_top{margin: 0;}
.section_document_1 a:hover {text-decoration: none}
.section_document_2 .block_left {display: flex; justify-content: center;}
.section_document_2 .block_right a:hover{text-decoration: none;}
.section_document_2 .block_right div{margin: 2px 0;}
.section_document_2 .block_right {display: -webkit-box;display: -ms-flexbox; text-align: center; display: flex; flex-direction: column; align-items: flex-start;}
.section_document_2 .block_right .delivery_first {color: #000; font-size: 18px;}
.section_document_2 .block_right .delivery_second{display: -webkit-box;display: -ms-flexbox; display: flex; justify-content: flex-start; align-items: flex-end;}
.section_document_2 .block_right .delivery_second .price{font-size: 28px; font-weight: 900; font-family: "Arial"; color: #000;}
.section_document_2 .block_right .delivery_second .old_price{font-size: 20px; font-weight: 900; font-family: "Arial"; padding-left: 10px; text-decoration: line-through;}
.section_document_2 .block_right .delivery_btn {cursor: pointer; width: 300px; height: 50px; box-shadow: 2px 2px 3px rgba(0,0,0,.7); background: rgba(0,0,0,.7); color: white; display: flex; align-items: center; justify-content: center; font-size: 16px;}
.section_document_2 .block_right .delivery_btn:hover{ background-color: black;}
@media screen and (max-width: 1200px){
    .section_document_1 .container-fluid .back_img{height: 500px;}
}
@media screen and (max-width: 767px){
    .section_document_2 .block_right{align-items: center;}
}
@media screen and (max-width: 430px){
    .section_document_1 .container-fluid .back_img{height: 400px;}
}

.city_block h1{padding-top: 80px;}
.delivery_block h1{padding-top: 80px; font-size: 30px; font-family: "Arial"; font-weight: 900; text-transform: uppercase;}

.order_block h1, h3{text-align: center;}
.order_block h1{padding-top: 80px; font-size: 30px; font-family: "Arial"; font-weight: 900; text-transform: uppercase;}

.container_error {text-align: center;}
.container_error .logo img {padding-top: 80px;}
.container_error .top-menu ul{justify-content: center;}
.container_error .top-menu a {color: black;}