* {
    margin: 0;
    padding: 0;
}

body {
    color: #575656;
    font-family: "Arial";
    font-size: 16px;
}

p {
    margin: 0;
}

hr {
    margin: 0;
}

.h2,
h2 {
    font-size: 25px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #50af31;

}

ol, ul {
    margin: 0;
}
.socialIcons {
    margin: 24px 0 0 24px;
}

.socialIcons li {
    float: left;
    margin-right: 16px;
}


ul {
    list-style: none;
}

.socialIcons li a {
    display: block;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

.socialIcons li a:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

button, a {
    cursor: pointer;
    outline: none;



}

.wrapper {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.contain {
    padding: 0 30px;
}

section {
    margin-top: 30px;
}

header {
    /*margin: 43px auto 26px;*/
	margin: 20px auto 20px;
	max-width: 1170px;
	width: 100%;    
}

header nav .menu {
    display: inline-block;

}

header nav .menu li {
    display: inline-block;
    padding: 0 20px;
	text-align:center;
}
.navbar-toggle .icon-bar {
    background-color: #575656;
}
.nav>li>a {
 padding: 0;
}
.navbar-toggle {
    background-color: #fff;
}

.navbar-brand {
    background: url(../img/Logotypes_Rus_gor.svg) no-repeat;
    width: 220px;
    height: 73px;
}
.hero {
    background: url(../img/conference.png) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 0;
}

.menu__item {
    border-left: 2px solid #575656;
}

.menu__item:first-child {
    border-left: 2px solid transparent;
}

header nav .menu li .menu__item-link:hover {
    color: #575656;
}

.link-active {
    color: #575656;
}

header nav .menu li .menu__item-link:active {
    color: #575656;
}

.menu__tel {
    font-size: 19px;
    font-weight: 500;
    position: absolute; 
    top: 20px; 
    right: 0;   
}
.navbar-nav {
    float: none;   
    margin-top: 12px;
    margin-left: 112px;
}
header .menu__item a {
    color: #50af31;

    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
nav {

  width: 100%; 
}
/*section {
    padding: 40px 100px;
}*/
.section_header {
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
	margin-bottom: 20px;
}

.section_header h1 {
    font-size: 25px;
    margin: 0;  
}

.zakaz__list {
    list-style: none;

    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    text-align: center;

}
section.zakaz {
	margin-left: -15px;
	margin-right: -15px;
}
.uslugi__item {
    text-transform: none;
}
.zakaz__item {
    width: 270px;
    min-height: 230px;
    background-color: #eeeeee;
    padding: 10px 0;
    margin: 10px 15px;
}

.zakaz__item-text {

    font-size: 16px;
    font-weight: 600;
    width: 194px;
    min-height: 44px;
    margin: 0 auto;
    text-transform: uppercase;


}

.zakaz__item-link {
    display: block;
    color: #01b1af;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    padding-top: 10px;
}

.zakaz__item-icon {
    padding: 10px 17px;
    height: 65px;
}
.expert_row .right-block .zakaz__item-icon {
    height: auto;
}

.zakaz__item-btn {
    background-color: #50af31;
    padding: 20px 0;
    outline: none;
    border: 1px solid #50af31;
    font-size: 16px;
    color: #FFF;
    width: 170px;
    font-weight: 400;
/*    -webkit-box-shadow: -5px 5px 0px 0px rgba(87, 86, 86, 0.2);
    -moz-box-shadow: -5px 5px 0px 0px rgba(87, 86, 86, 0.2);
    box-shadow: -5px 5px 0px 0px rgba(87, 86, 86, 0.2);*/
}

.fact__list {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.fact__item {
    display: flex;
    width: 170px;
    height: 100px;
    background-color: #0d7b6c;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin: 0 15px;
	font-size: 14px;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.fact__item-text {
    font-size: 14px;
    max-width: 120px;

}

.fact__item-counter {
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
}



.expert__list {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slick-next {
    right: 0px;
}

.slick-prev {

    left: -10px;
}

.expert__item {
position: relative;
    background-color: #eeeeee;
    margin: 5px 15px;
    padding: 20px 20px;
    margin-top: 0;
    min-height: 300px;
	max-width: 470px;
	width: 100%;
}

.expert__item_inner {
    display: flex;
    /*justify-content: space-between;*/
}
.expert__item_btn-group {
    position: absolute;
   top: 215px;
    left: 20px;
}
.expert_row .expert__item_btn-group {
	 left: 50px !important;
}
.expert__item-info {
    max-width: 300px;
    margin-top: 10px;
    position: relative;
}

.expert__item-header,
.expert__item-position,
.expert__item-descr {
    margin: 0 0 10px 20px;

}

.expert__item_btn-group {
/*    margin: 20px;*/
}

.expert__item-btn {
    background-color: #50af31;
    padding: 20px 0;
    outline: none;
    border: 1px solid #50af31;
    font-size: 16px;
    color: #FFF;
	width: 170px;
	font-weight: 400;
}
.expert__item-link {
   position: absolute;
   top: 215px;
   left: 20px;
}
.expert_row .expert__item-link {
   top: 207px;

}
.expert__item-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
	max-width: 200px;
}

.expert__item-position {
    color: #848484;
    font-weight: bold;
}

.partners .slick-slide,
.clients .slick-slide {


    border-radius: 50%;
    position: relative;

}

.partners .slick-list,
.clients .slick-list {
text-align: center;
}

.slick-slide img {
	width: 100%;
}

.partners .slick-slide img,
.clients .slick-slide img {
/*    position: absolute;
    margin: auto;*/
 /*   left: 0;
    top: 0;
    bottom: 0;
    right: 0;*/
    filter: grayscale(100%);
    padding: 20px;
    max-width: 200px;
    display: inline-block;
    text-align: center;
}

.slick-prev,
.slick-next {
    height: 41px;
    margin: 0;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    cursor: pointer;

}

.slick-prev:before,
.slick-next:before {
    content: none;
}

.slick-prev {
    background: url(../img/левая.png) no-repeat;
    height: 62px;
    width: 40px;

}

.slick-next {
    background: url(../img/правая.png) no-repeat;

}

.slick-prev:hover,
.slick-prev:focus {
    background: url(../img/левая.png) no-repeat;
}


.slick-next:hover,
.slick-next:focus {
    background: url(../img/правая.png) no-repeat;

}

.it_projects__list {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
	margin: 0 -15px;
}

.it_projects__item {
	margin: 5px 15px;
}

.it-projects__item-img__bg {
    width: 170px;
    height: 170px;
    background-color: #50af31;
    position: relative;
}
.it-projects__item-img__bg img {
    -webkit-transition: all 150ms linear;
       -moz-transition: all 150ms linear;
        -ms-transition: all 150ms linear;
         -o-transition: all 150ms linear;
            transition: all 150ms linear;
}

.it-projects__item-img__link:hover .it-projects__item-img__bg img {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
}
.expert__item-btn:active {

    box-shadow: inset 0 0 20px 1px rgba(87, 86, 86, 0.3);
}

.it-projects__item-img__bg img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.it-projects__item-name {
    display: inline-block;
    color: #575656;
    max-width: 140px;
    margin: 10px auto;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.footer__col a {
    color: #fff;
}

.expert-footer__item,
.social__address,
.social__icon {
    margin-bottom: 20px;
}

    {
    margin-bottom: 20px;
}

.hero__section {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hero__section-side {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    /*-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
}

.hero__section-header {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    z-index: 1;
}

/**** for width?.. ***/

.hero__section-side {
    max-width: 570px;
    width: 100%;
/*    margin-top: 30px;
	min-height: 430px; */
}


.left-side.hero__section-side {
    position: relative;
	justify-content:center;
	align-items:center;
}

.left-side.hero__section-side:before {
    border: 20px solid #01b1af;
    box-shadow: -3px -3px 3px rgba(87, 86, 86, 0.3);
    border-bottom: none;
    border-right: none;
    box-sizing: border-box;
    content: '';
    height: 50px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 70px;
}

.left-side.hero__section-side:after {
    border: 20px solid #01b1af;
    box-shadow: 3px 3px 3px rgba(87, 86, 86, 0.3);
    border-top: none;
    border-left: none;
    box-sizing: border-box;
    content: '';
    height: 50px;
    right: 0px;
    position: absolute;
    bottom: 0px;
    width: 70px;
}

.accent_text {
    font-weight: bold;
    font-size: 35px;
	line-height: 65px;
}

.hero__section-btn {
    max-width: 374px;
    width: 100%;
    background-color: #01b1af;
    text-transform: uppercase;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 20px;
	padding: 21px 20px 16px;
}
.feedbackContainer .hero__section-btn {
	margin-top: 10px;
}
.left-side.hero__section-side > .hero__section-btn {
	position: absolute;
    bottom: 50px;
}
.hero__section-header {
    margin: 0;  
	padding: 0 22px;
}

.hero__section-btn:active {
    box-shadow: inset 0 0 20px 1px rgba(87, 86, 86, 0.3);
}
.right-side.hero__section-side {
    background: url(../img/Base.png);
    padding: 17px 48px 20px;
    display: block;
    max-width: 470px;
	min-height: 426px;
}

form {
    overflow: hidden;
    max-width: 500px;
    width: 100%;
    display: block;

}

form .input {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 15px 15px;
    padding-right: 0;
    margin-top: 8px;
	margin-bottom: 14px;
    border: 1px solid #bebebe;
    outline: none;
    box-shadow: 0 3px 7px rgba(87, 86, 86, 0.35);
    color: #575656;
}

.hero__section-form .input {

    /*   max-width: 383px;*/

}

textarea {
    font-family: Arial;
}

.hero__section-form .input:hover,
.hero__section-form .input:focus {
    border: 1px solid #01b1af;
}

.form-check {
    font-size: 11px;
    margin-top: 10px;
}

.form-check-input {
    opacity: 0;
    position: absolute;
    z-index: -1;



}

.form-check-input:checked+.form-check-label::before {
    content: '\2714';
}

.form-check-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;


}

.form-check-label a {
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
}

.form-check-label::before {
    align-items: center;
    background-color: #01b1af;
    content: '';
    color: #6c6c6c;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    width: 15px;
    height: 15px;
    float: left;
    padding-left: 2px;
    margin-right: 5px;
}




.hero__section-block {
    max-width: 400px;
    margin: 0 auto;
}

.hero__section-form__header {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}


footer {
    padding: 20px 0 35px 0;
    font-size: 14px;
    line-height: 1.286em;
    background-color: #0d7b6c;
    margin-top: 40px;

}

.footer__inner {

    max-width: 1200px;
    margin: 0 auto;

}


.footer__row {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px auto;
    color: #ffffff;

    font-size: 16px;
    padding: 10px;
}


.footer__row-social {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;

}

.social__address p {

    width: 250px;
    font-weight: bold;

}

.footer__col ul {
    list-style: none;
}

.footer__col h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer__form .input {
    margin-top: 0;
    margin-bottom: 20px;
}
.footer__section-form textarea {
    min-height: 260px;
}

.footer__section-form .form-check-label::before {
    background-color: #fff;
    content: '';
    color: #6c6c6c;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    margin-right: .25rem;*/
    /*    margin-left: 23px;*/
    width: 25px;
    height: 17px;
    right: 0;
}

.footer__section-form .form-check-input {}

.footer__section-btn {
    max-width: 300px;
    width: 100%;

    float: right;


    background-color: #50af31;
    text-transform: uppercase;
    color: #FFF;

    margin: 0 auto;

}

.footer__section-btn:active {
    box-shadow: inset 0 0 20px 1px rgba(87, 86, 86, 0.3);
}

.news__item {
    font-size: 12px;
    margin: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
	width:297px;
}

.news__list {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.news__header {
    font-size: 16px;
    font-weight: normal;
    color: #007632;
    margin: 15px auto;
}

.news__header a,
.news__more {
    color: #007632;
    
}
.news__more:hover, .news__more:active, .news__more:focus {
    text-decoration: none;
    cursor: pointer;
}

.news__info {
    font-size: 12px;
}

.news__author {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.news__info {
    margin: 15px auto;
}

.news__author img {
    height: 50px !important;
    margin: 15px;
}

.news__list .slick-current {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.modal-content {

    background-color: rgba(255, 255, 255, .8);
    border-radius: 0px;


}

.modal-content .hero__section-form {
    width: auto;
    margin: 20px auto;
    text-align: center;
}

.modal-body .hero__section-btn {
    max-width: none;
}

.modal-body {

/*    padding: 50px;*/
text-align: center;
}

div.errors {
    font-size: 12px;
    color: red;
    text-align: left;
}
.expert__item-photo {
	width: 170px;
    height: 170px;
	border-radius: 85px;
}
.expert_row .expert__item-photo {
	margin-right: 60px;
}
/*.modal-content .form-check {
    margin: 0 auto;
    padding-top: 10px;
    float: none;
}
*/
.expert__section-form .form-check-label::before {
    background-color: #fff;
    content: '';
    color: #6c6c6c;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: .25rem; */
    /* margin-left: 23px; */
    width: 25px;
    height: 17px;
    right: 0;
}

.socialIcons {
    margin: 0;
}

.modal-title {

    text-align: left;

    font-size: 25px;
    font-weight: bold;
}

.modal-header,
.modal-footer {
    border: 1px solid transparent;
}

.expert_row {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.modal {
    background: url(../img/conference.png) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.modal-content {
    background: transparent;
    box-shadow: none;
    border: 1px solid transparent;
}

.expert_row section {
    margin: 0;
}

.expert_row {
    margin: 0;
}

.expert_row .expert__item {
    margin: 0;
    padding: 20px 20px 20px 50px;
    max-width: 570px;
    width: 100%;
  min-height: 300px;
}
 .expert__listBig .expert__item {

  min-height: auto;
}
.expert_row .zakaz__list {
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.expert_row .right-block .zakaz__list .zakaz__item {
    width: 100%;
    max-width: 570px;
    height: 100%;
    margin: 0;
    background-color: transparent;
    text-align: left;
    padding: 50px;
    font-size: 16px;
    position: relative;

}

.zakaz__item-list {
    list-style-type: disc;
    font-weight: bold;
    padding: 20px 0;
}

.expert_row .right-block .zakaz__list .zakaz__item .zakaz__item-text {
    width: 100%;
    max-width: none;
}

.expert_row .right-block .zakaz__list .zakaz__item .zakaz__item-btn {
    position: absolute;
    bottom: 10px;

    left: 50px;
}

.expert_row .right-block .zakaz__list {
    width: 100%;
    max-width: 570px;
    min-width: 550px;
    max-height: 565px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;



}

.expert_row .right-block .zakaz__list::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.9;
    content: "";
    z-index: 0;
}

.expert_row .right-block .zakaz__list .expert__item {
    background: transparent;
    z-index: 1;
}

.zakaz__item {}

.expert_row .left-block .zakaz__list .zakaz__item {

    margin: 20px 20px 0 0;
}

.expert_row .left-block .zakaz__list .zakaz__item:last-child {

    margin: 20px 0px 0 0;
}

.expert_row .expert__list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

/*.map{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}*/
.map {
    max-width: 600px;
    width: 100%;
}

.news__author .expert__item-photo {
    float: none;
    height: 50px;
    width: auto;
}

.menu .active a {
    font-weight: bold;
    color: #575656;
    text-decoration: none;
}

.expert_row .right-block .zakaz__item-icon_bg {
    display: inline-block;
    text-align: center;

    margin: 0 auto;
    background-color: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.expert_row .right-block .zakaz__item-icon {
    padding: 25px;
    max-width: 100px;
}

.expert_row .right-block .zakaz__list .zakaz__item {
    text-align: center;
}

.expert_row .right-block .zakaz__list .zakaz__item .zakaz__item-text {

    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: initial;


}



.expert_row .expert__list2 {
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    text-align: center;
}

.expert_row .expert__item2 {
    width: 270px;
    min-height: 230px;
    background-color: #eeeeee;
    padding: 10px 0;

    margin: 0px 20px 0 0;
}

.expert_row .expert__item2:last-child {
    margin-right: 0;
}


.expert_row .expert__item2 .expert__item-photo {
    /*padding: 5px 17px;*/
    width: 95px;
	height: 95px;
}

.expert_row .expert__item2 .expert__item_inner {
    display: block;
}

.expert_row .expert__item2 .expert__item-header {

    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 3px;
    font-size: 20px;
}



.expert_row .right-block .expert__listBig {
    overflow: hidden;
    position: relative;
/*    max-height: 502px;*/
}

.expert_row .right-block .expert__listBig .expert__item-btn {
    position: absolute;
    bottom: 10px;
    left: 50px;
}

.expert_row .right-block .expert__listBig .expert__item-infoBig {
    font-size: 14px;
    text-align: left;
    max-height: 190px;
    overflow-y: auto;
}

.expert__header {
    display: flex;
    padding: 20px 0;
    -webkit-align-items: center;
    align-items: center;
}

.expert_row .right-block .expert__listBig .expert__item-photo {
    margin: 0;
    width: 95px;
    margin-right: 40px;
	height: 95px;
}

.expert_row .right-block .expert__listBig .expert__item-descr {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    max-width: 395px;
    text-align: left;
}
button {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: letter-spacing 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    border-radius: 2px;
    border: 0;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 2.5rem 4rem 2rem;
}
button:hover {
    letter-spacing: .1em;
}


.footer__col {
    width: 270px;
}

.slick-list  {
    margin: 0 80px;
}

.zakaz__item-text li{
	line-height: 19px;
	list-style: disc;
	margin-left: 20px;
}
.zakaz__item-info {
    line-height: normal;
}
.news__header a {
      pointer-events: none;
   cursor: default;
}
.expert_row .right-block .zakaz__item-icon_bg {
    margin-bottom: 20px;
}

@media only screen and (max-width:1110px) {
    .expert_row {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zakaz__list {
        -webkit-align-items: center;
        align-items: center;
        min-width: 10px !important;
    }


    .hero__section {
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .news__list .slick-current {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .expert__item_inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .expert_row .left-block .zakaz__list .zakaz__item {
        margin: 20px 20px 0 0;
    }

    .expert__item-photo {
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }
.left-side.hero__section-side:before {
    top: -2px;
}
   .left-side.hero__section-side:before {
        display: none;
    }
 
    .left-side.hero__section-side:after {
        display: none;
    }

}

@media only screen and (max-width:819px) {
    .left-side.hero__section-side:before {
        display: none;
    }
    .right-side.hero__section-side {
        margin-bottom: 10px;
    }
    .left-side.hero__section-side:after {
        display: none;
    }
   .contain {
    padding: 0;
}
    header nav .menu li {
        padding: 0px;


    }
    .footer__col {
    max-width: none;
}
.fact__list {
    -webkit-justify-content: space-between;
    justify-content: center;
}
.menu__item {
	border-left: 2px solid transparent;
}

header {
	display: inline-block;
	text-align: center;
}

nav {
	display: inline-block;
	margin-top: 10px;
}

nav .menu__tel {
	display: inline-block;
}

.expert__item-photo {
	/* float: left; */
	width: 50%;
	margin: 0 auto;
}

.expert__item-info p {
	text-align: center;
}

.expert__item,
.expert__item-info {
	text-align: center;
}

.expert__item_inner {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.expert__item-btn {
	margin-right: 0;
}
.expert__item {
	width: 100%;
	margin: 5px 0;
}
.expert__item-photo {
	max-width: 170px;
}
.expert__item-header, .expert__item-position, .expert__item-descr {
  margin:5px  0;
}
.expert__item-link {
    margin-left: 0px;
    display: block;
}

  .expert_row .right-block .expert__listBig .expert__item-btn {
      position: relative;
      left: 0;
      bottom: 0;
  }
.expert_row .right-block .zakaz__list .zakaz__item .zakaz__item-btn   {
      position: relative;
      left: 0;
      bottom: 0;
  }
  .expert__item_btn-group  {
      position: relative;
      left: 0;
      bottom: 0;
  }

}
@media only screen and (max-width:717px) {
	  .menu__tel {
	font-size: 19px;
	font-weight: 500;
   position: static;     
}
.menu .active a {
    font-weight: normal;    
}
.navbar-collapse {
        background-color: #50af31;
        color:  #fff;
}
.navbar-collapse ul li a{

        color:  #fff;
}
.navbar-collapse ul li {
width: 100%;    

}

.navbar-collapse ul li:hover, .navbar-collapse ul li:active{
   color: #575656;  
        background-color:   #a8d798;
}
}
@media only screen and (max-width:580px) {
    .navbar-nav {
    float: none;
    margin-top: 0;  
}


.expert_row .expert__item2 {
    margin: 5px 0;
}
.expert_row .left-block .zakaz__list .zakaz__item {
        margin: 5px 0;
}
.expert_row .zakaz__list {
    -webkit-justify-content: center;
            justify-content: center;
}

.expert_row .left-block .zakaz__list .zakaz__item:last-child {
    margin: 5px 0;
}


}

.news__text {
	display: none;
	transition: all .3s linear;
}

.footer__form_check {
	float: right;
    max-width: 222px;
    text-align: right;
}

.footer__form_check .form-check-label {
	align-items: inherit;
}
.uslugi__no_header {
	margin-top: 49px;
}
.hero__ob_text_left_block {
	justify-content:center;
	font-size:25px;
	line-height: 35px;
	flex-direction: column;
}