@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensansregular.eot');
    src: url('../fonts/opensansregular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensansregular.woff') format('woff'), url('../fonts/opensansregular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Open Sans Semi Bold';
    src: url('../fonts/opensanssemibold.eot');
    src: url('../fonts/opensanssemibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanssemibold.woff') format('woff'), url('../fonts/opensanssemibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/opensanslight.eot');
    src: url('../fonts/opensanslight.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanslight.woff') format('woff'), url('../fonts/opensanslight.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
/*------------------------*/
html * {
    max-height: 999999px;
}
html,
body {
    height: 100%;
    width: 100%;
}
body {
    color: #454545;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    background-color: #ffffff;
    line-height: 1.2;
    margin: 0;
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
/*------------------------*/
h1 {
    font-size: 48px;
    color: #2a2a2a;
    margin: 0 auto 49px auto;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: center; 
}
h2 {
    font-size: 45px;
    color: #2a2a2a;
    margin: 0 auto 30px auto;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: center; 
}
h3 {
    font-size: 34px;
    color: #2a2a2a;
    margin: 0 0 40px 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
h4 {
    font-size: 24px;
    color: #2a2a2a;
    margin: 0 0 20px 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
}
h5 {
    font-size: 18px;
    color: #2a2a2a;
    margin: 0 0 20px 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
}
h6 {
    font-size: 16px;
    color: #2a2a2a;
    margin: 0 0 20px 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
}
a:link,
a:active,
a:visited,
a:hover {
    color: #cb2026;
}
a:active,
a:hover {
    text-decoration: none;
    color: #cb2026;
}
/*------------------------*/

.b-path {
    margin: 0;
    padding: 25px 0 47px 0;
    position: relative;
}
.b-path li,
.b-path ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.b-path li {
    color: #7d7d7d;
    font-size: 15px;
}
.b-path li:before {
    margin: -2px 5px 0 0;
    content: " / ";
    display: inline-block;
}
.b-path li:first-child:before {
    content: "";
    display: none;
}
.b-path a:link,
.b-path a:visited,
.b-path a:active,
.b-path a:hover {
    text-decoration: underline;
    color: #7d7d7d;
}
.b-path a:active,
.b-path a:hover {
    text-decoration: none;
    color: #7d7d7d;
}
/*------------------------*/

div[class*="__text"] ul,
div[class*="__text"] ol {
    margin: 0 0 1em;
    padding: 0 0 0 1.2em;
}
div[class*="__text"] ol {/*
    list-style: decimal outside none;*/
}
div[class*="__text"] ul {
    list-style: square outside none;
}
div[class*="__text"] li {
    margin: 0 0 25px;
}
/*------------------------*/
/*------------------------*/
.l-header {
    position: relative;
}
.l-header .header__wrapper {
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
    z-index: 10; 
    position: absolute; 
    right: 0;
    left: 0;
}
.l-layout {
    position: relative;
    min-height: 100%;
    min-width: 320px;
    overflow: hidden;
}
.l-layout .layout__wrap {
    padding-bottom: 223px;
}
.l-layout .layout__bgbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #e3e3e3;
}
.l-layout .layout__bgwrap {
    width: 1270px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background: #ffffff;
    transform: translateX(-50%);
}
.l-layout .colum {
    width: 400px;
    /*background: #fff;*/
    box-sizing: border-box;
    padding-right: 68px;
}
.l-main {}
.l-main .main__wrapper {}
.homesect {
    padding-top: 98px;
    position: relative;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1240px;
    box-sizing: border-box;
}
.row-faq-datail .container {
    padding-left: 170px;
    padding-right: 170px;
}
.row-info-libr .container {
    padding-left: 170px;
    padding-right: 170px;
}
.row-libr .b-path {
    padding-left: 140px;
    padding-right: 140px;
}
.row-grey {
    background: #dfdfdf;
}

.row-lightgrey {
    padding: 50px 0;
    background: #f2f2f2;
}
.row-red {
    background: #cb2026;
}
.row-red h3 {
    text-align: center;
    color: #fff;
}
.row-count {
    background-image: url("../img/f2.jpg");
    min-height: 553px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}
.row-count h2 {
    color: #ffffff;
    margin-bottom: 50px;
}
.row-form {
    background-image: url("../img/f3.jpg");
    min-height: 483px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}
.row-form h2 {
    color: #ffffff;
    margin-bottom: 50px;
}
.row-footer {
    background: url("../img/fon-footer-big.jpg") 50% 50% repeat;
    min-height: 542px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.row-reg {
    top: 0;
    position: absolute;
    background: url(../img/fon-reg.jpg) 40% 50% no-repeat;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    right: 0;
    left: 0;
    bottom: 0;
}
.row-reg .container {
    position: relative;
}

.section_faq .container {
    padding-bottom: 75px;
}
.section_socium {
    padding-top: 35px;
}
.row-account {
    top: 60px;
    /*position: absolute;*/
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
}
.row-account .container {
    max-width: none;
    width: auto;
    padding: 0;
}
.row-account .container {
    /*margin-bottom: 80px;*/
    padding: 0;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row-account .colum__content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 233px);
    padding: 70px 100px;
}
.row-account .colum__menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 233px;
    padding: 70px 0;
    background: #f5f5f5;
    border-right: 1px solid #e1e1e1;
}
.row-expert {
    background-image: url("../img/steps1.jpg");
    min-height: 625px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding-top: 70px;
    margin-bottom: 69px;
}
.row-expert h3 {
    color: #fff;
    text-align: center;
}
.row-services-onlene h3 {
    text-align: center;
    margin-bottom: 62px;
}

/*------------------------*/
.section {
    position: relative;
    width: 100%;
} 
.section_1 h2 {
    margin: 0 auto 60px auto;
}

.section_1 {
    padding-top: 88px;
    padding-bottom: 100px; 
}
.section_2 {
    padding-top: 88px;
    padding-bottom: 65px; 
}
.section_2 h2 {
    margin: 0 auto 74px auto;
}
.section_4 {
    padding-top: 88px;
    padding-bottom: 52px; 
}
.section_4 h2 {
    margin: 0 auto 41px auto;
}
.section_5 {
    padding-top: 88px;
    padding-bottom: 95px; 
}
.section_5 h2 {
    margin: 0 auto 72px auto;
} 
.section_6 {
    padding-top: 88px;
    padding-bottom: 76px; 
}
.section_6 h2 {
    margin: 0 auto 69px auto;
} 
.l-footerbox {
    margin-top: -223px;
    min-height: 223px;
    min-width: 320px;
    z-index: 40;
    overflow: hidden;
}
.l-footerbox .container {
    position: relative;
    min-height: 223px;
}
.l-footerbox .footerbox__wrapper {

    background: #1c1c1c;
    width: 100%;
    z-index: 10;
    position: relative;
}
/*------------------------*/
.l-footerbox-stop {
    height: 223px;
}
/*------------------------*/
.l-grid {
    width: 100%;
    height: 223px;
    position: relative;
    color: #666666;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-grid p {
    margin: 0 0 15px;
}
.l-grid a:link,
.l-grid a:active,
.l-grid a:visited,
.l-grid a:hover {
    color: #666666;
    text-decoration: underline;
}
.l-grid a:active,
.l-grid a:hover {
    text-decoration: none;
}
.l-grid .grid__item1 { 
    right: 30px; 
    text-align: right;
    bottom: 143px;
    position: absolute;
    line-height: 1.6;
}
.l-grid .grid__item2 {
    position: absolute; 
    left: 30px;
    top: -35px;
    width: auto;
    height: auto;
}
.l-grid .grid__item3 {
    position: absolute;
    right: 27px;
    top: 88px;
    width: auto;
    height: auto;
}
.l-grid .grid__item4 {
    position: absolute;
    left: 27px;
    top: 36px;
    width: auto;
    height: auto;
}
.l-grid .grid__item5 {
    position: absolute;
    left: 27px;
    top: 62px;
    width: auto;
    height: auto;
}
.l-grid .grid__item6 {
    position: absolute;
    left: 27px;
    top: 87px;
    width: 50%;
    height: auto;
}
.l-grid .grid__item7 {
    position: absolute;
    left: 395px;
    top: 35px;
    width: auto;
    height: auto;
}
.b-socium {
    margin-bottom: 15px;
}
.b-socium a:link,
.b-socium a:active,
.b-socium a:visited,
.b-socium a:hover {
    text-decoration: none;
    padding: 0 5px;

}
/*------------------------*/
.b-menufoot {
    text-align: right;
}
/*------------------------*/
.b-messenger a:link,
.b-messenger a:active,
.b-messenger a:visited,
.b-messenger a:hover {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    color: #cb2026;
}
.b-messenger a:active,
.b-messenger a:hover {
    text-decoration: none;
}
.b-email a:link,
.b-email a:active,
.b-email a:visited,
.b-email a:hover {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    color: #cb2026;
}
.b-email a:active,
.b-email a:hover {
    text-decoration: none;
}

/*------------------------*/
.b-copy {
    font-size: 16px;
}
/*------------------------*/
.b-sidebar a:link[href^="tel"],
.b-sidebar a:active[href^="tel"],
.b-sidebar a:visited[href^="tel"],
.b-sidebar a:hover[href^="tel"] {
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #222;
}
.l-grid a:link[href^="tel"],
.l-grid a:active[href^="tel"],
.l-grid a:visited[href^="tel"],
.l-grid a:hover[href^="tel"] {

    text-decoration: none; 
}
/*------------------------*/
a:link[href^="mailto"],
a:active[href^="mailto"],
a:visited[href^="mailto"],
a:hover[href^="mailto"] {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #565f62;
    text-decoration: none !important;
    padding-bottom: 3px;
    font-family: 'Ubuntu', sans-serif;
}
a:active[href^="mailto"],
a:hover[href^="mailto"] {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
/*------------------------*/
.b-pilot {
    position: relative;
    width: 100%;
    z-index: 20;
    color: #3c3c3c;
    font-family: 'Ubuntu', sans-serif;
}
.b-pilot p {
    margin: 0;
}
.b-pilot a:link,
.b-pilot a:active,
.b-pilot a:visited,
.b-pilot a:hover {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.46, 1.05, 0.23, 0.92);
    transition-delay: 0s;
    color: #fff;
    text-decoration: underline;
}
.b-pilot a:active,
.b-pilot a:hover {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.46, 1.05, 0.23, 0.92);
    transition-delay: 0s; 
    text-decoration: none;
}
.b-pilot a:link[href^="tel"],
.b-pilot a:active[href^="tel"],
.b-pilot a:visited[href^="tel"],
.b-pilot a:hover[href^="tel"] {
    font-size: 24px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.b-pilot .pilot__1 {
    position: absolute;
    right: 30px;
    top: 26px;
    width: 132px;
    z-index: 25;
}
.b-pilot .pilot__3 {
    position: absolute;
    top: 29px;
    left: 30px;
    width: 195px;
    z-index: 25;
}
/*------------------------*/
.column {
    background: #ffffff;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
/*------------------------*/
.b-picture2 {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 115px;
} 
/*------------------------*/

/*------------------------*/
/*------------------------*/
.b-category-6 { 
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-category-6 .category__item {  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: calc(100% / 2 - 4px);
    padding: 37px 37px;
    margin: 2px;
    background: #fff; 

    box-sizing: border-box;
}
.b-category-6 .category__item .category__imgbox {
    margin-bottom: 20px;
    padding-right: 28px;
    display: table-cell;
    vertical-align: middle;
}
.b-category-6 .category__wrap {
    display: table-cell;
    vertical-align: middle;

}
.b-category-6  .category__title {
    font-size: 21px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}
.b-columns {
    display: block;
}
.b-columns .columns__item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 1.4;
}
.b-columns .columns__item:first-child {
    padding-right: 48px;
}
.b-columns .columns__item:first-child p {
    line-height: 1.6;
    padding: 7px 0;

}
.b-columns .columns__item span {
    font-size: 24px;
    color: #454545;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
} 

.b-name p,
.b-name a:link,
.b-name a:active,
.b-name a:visited,
.b-name a:hover {
    transition: none;
    border: 1px solid  #cb2026;
    background: transparent;
    display: inline-block;
    font-size: 12px;
    width: auto;
    padding: 9px 15px 9px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #cb2026;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}
.b-name a:active,
.b-name a:hover {
    color: #fff;
    border: 1px solid #cb2026;
    background: #cb2026;
}
.b-btn {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
}
.b-btn a:link,
.b-btn a:active,
.b-btn a:visited,
.b-btn a:hover {
    transition: none;
    border: 2px solid  #fff;
    border-color: rgba( 255, 255, 255, 0.4);
    background: transparent;
    width: 270px;
    padding: 15px 15px 15px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    box-sizing: border-box; 
    display: inline-block;
}
.b-btn a:active,
.b-btn a:hover {
    color: #000;
    border: 1px solid #f7a842; 
    background: #f7a842; 
}
.b-btn--service:after {
    position: absolute;
    top: 35%;
    left: 15px;
    content: "";
    width: 10px;
    height: 10px;
}
.b-btn--service:hover:after {
}
.b-btn--faq {
    text-align: center;
    margin: 0 auto 0 auto;
}
/*------------------------*/
.b-btns,
.b-btns:link,
.b-btns:active,
.b-btns:visited,
.b-btns:hover {
    width: 278px;
    padding: 19px 10px;
    border: none;
    background-color: #ffcc33;
    text-transform: uppercase;
    outline: transparent;
    font-size: 15px;
    color: #3c3c3c;
    text-decoration: none;
    font-family: 'Open Sans Semi Bold', sans-serif;
    box-sizing: border-box;
}
.b-btns:active,
.b-btns:hover {
    color: #ffffff;
    background: #cb2026;
}
.b-btns span {
    padding: 0 8px;
    margin-left: -8px;
}
/*------------------------*/
/*------------------------*/
.b-category-5 {
    margin-bottom: 80px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-category-5 .category__item {
    padding: 40px 30px 75px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: calc(100% / 3);
    margin-right: -1px;
    margin-bottom: -1px;
    background: #fff;
    border: 1px solid  #e1e1e1;
    box-sizing: border-box;
}
.b-category-5 .category__item:hover {
    border: 1px solid  #cb2026;
    background: #cb2026 url(../img/cat-m.png) 100% 0 no-repeat;
}
.b-category-5 .category__item-4x {
    width: calc(100% / 3);
}
.b-category-5 .category__item .category__imgbox {
    height: 68px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.b-category-5 .category__item .category__imgbox img {
    position: absolute;
    top: 0;
    left: 0;
}
.b-category-5 .category__item:hover .category__imgbox img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
.b-category-5 .category__wraplink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.b-category-5 a.category__wraplink:link,
.b-category-5 a.category__wraplink:active,
.b-category-5 a.category__wraplink:visited,
.b-category-5 a.category__wraplink:hover {
    text-decoration: none;
}
.b-category-5 .category__title {
    color: #2a2a2a;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;

}
.b-category-5 .category__item:hover .category__title {
    color: #fff;
    font-size: 18px;
}
.b-category-5 .category__link {
    position: absolute;
    bottom: 45px;
    left: 30px;
    z-index: 2;
}
.b-category-5 .category__link a:link,
.b-category-5 .category__link a:active,
.b-category-5 .category__link a:visited,
.b-category-5 .category__link a:hover {
    color: #7d7d7d;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #7d7d7d;
}
.b-category-5 .category__item:hover .category__link a:link,
.b-category-5 .category__item:hover .category__link a:visited {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.b-category-5 .category__item:hover .category__link a:active,
.b-category-5 .category__item:hover .category__link a:hover {
    color: #fff;
    border-bottom: none;

}
.b-category-1 {
    margin: 0 -15px;
}
.b-category-1 .category__item {
    padding: 0 2px;
    margin-bottom: 4px;
    margin-right: -.275em;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    position: relative;
    overflow: hidden;
}
.b-category-1 .category__item-1x {width: 8.33%;}
.b-category-1 .category__item-2x {width: 16.66%;}
.b-category-1 .category__item-3x {width: 25%;}
.b-category-1 .category__item-4x {width: 33.33%;}
.b-category-1 .category__item-5x {width: 41.66%;}
.b-category-1 .category__item-6x {width: 50%;}
.b-category-1 .category__item-7x {width: 58.33%;}
.b-category-1 .category__item-8x {width: 66.66%;}
.b-category-1 .category__item-9x {width: 75%;}
.b-category-1 .category__item-10x {width: 83.33%;}
.b-category-1 .category__item-11x {width: 91.66%;}
.b-category-1 .category__item-12x {width: 100%;}
.b-category-1 .category__title {
    position: absolute;
    bottom: 30px;
    left: 30px; 
    margin: 0 45px 0 0;
    color: #ffffff;
    font-family: 'Ubuntu', serif;
    font-weight: 500;
    font-size: 21px;
    padding: 8px 10px;
    background: rgba(22, 183, 113, 0.75); 
}
.b-category-1 .category__parameter .category__title  {
    color: #ffffff;
    font-family: 'Ubuntu', serif;
    font-size: 21px; 
}
.b-category-1 .category__link a {
    color: transparent;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.b-category-1 .category__imgbox {
    overflow: hidden;
    font-size: 0;
}
.b-category-1 .category__imgbox img { 
    width: 100%;
    height: auto;
}
/*------------------------*/
.b-count { 
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-count .count__item {  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: calc(100% / 2 - 4px);
    padding: 15px 39px; 

    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.b-count .count__item:nth-child(5),
.b-count .count__item:nth-child(6) {
    border-bottom: none;
}

.b-count .count__item .count__imgbox {
    margin-bottom: 20px;
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
}
.b-count .count__wrap {
    display: table-cell;
    vertical-align: middle;
}
.b-count .count__title {
    color: #fff;
}
/*------------------------*/
/*------------------------*/
/*------------------------*/
/*------------------------*/
.b-expert {}
.b-expert .expert__wrap {
    margin-bottom: 23px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-expert .expert__item {
    padding: 30px 30px 1px 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: calc(100% / 3);
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.b-expert .expert__item:last-child {
    border: none;
}
.b-expert .expert__item .expert__imgbox {
    height: 120px;
    overflow: hidden;
    position: relative;
    margin-bottom: 37px;
}
.b-expert .expert__title {
    color: #2a2a2a;
    font-size: 21px;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.b-expert .expert__info p {
    color: #4f4f4f;
    font-size: 20px;
    line-height: 1.6;
}
.b-expert .expert__info ul,
.b-expert .expert__info li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.b-expert .expert__info li {
    position: relative;
    padding-bottom: 12px;
    line-height: 1.4;
}
.b-expert .expert__info li:after {
    content: "";
    position: absolute;
    top: 12px;
    left: -29px;
    width: 15px;
    height: 1px;
    background: #fc9a00;
}
a.expert__link:link,
a.expert__link:active,
a.expert__link:visited {
    font-size: 15px;
    display: inline-block;
    color: rgb(203, 32, 38);
    padding-bottom: 2px;
    font-family: "Open Sans", sans-serif;
    border-bottom: 1px solid rgb(203, 32, 38);
    text-decoration: none;
}
a.expert__link:hover {
    border-bottom: 1px solid transparent;
}
.b-expert-cooperation {
    padding: 0 30px;
    margin-bottom: 70px;
}
.b-expert-cooperation .expert__wrap {
    margin-bottom: 15px;
} 
.b-expert--2 .expert__title {
    font-size: 18px;
    padding-right: 30px;
    line-height: 1.4;
}
.b-expert--2 .expert__item {
    padding-bottom: 50px;
}
.b-expert--2 .expert__wrap {
    margin: 0 -30px;
}
.b-expert2 {
    display: block;
    margin-bottom: 25px;
}
.b-expert2  .expert__wrap {
    margin-bottom: 0;

}
.b-expert2 p {
    line-height: 1.6;
    margin-bottom: 50px;
}
.b-expert2 .expert__item {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
    margin-bottom: 14px;
}
.b-expert .expert__info ul {
    padding-left: 40px;
}
.b-expert2 .expert__imgbox {
    display: table-cell;
    width: 222px;
    vertical-align: top;
}
.b-expert2 .expert__info {
    display: table-cell;
    vertical-align: middle;
}

/*------------------------*/
.b-form *,
.b-form *:active,
.b-form *:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.b-form label span {
    display: none;
}
.b-form h3 {
    display: inline-block;
    vertical-align: bottom;
}
.b-form .forms {
    margin: 0 -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.b-form [class^="form__col-"] {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 10px;
}

.b-form .form__col-1 {
    width: 100%;
}
.b-form .form__col-1-3 {
    width: 33.33%;
}
.b-form .form__col-1-5 {
    width: 203px;
}
.b-form .form__col-1-7 {
    width: calc(100% - 215px);
}
.b-form input[type="text"],
.b-form input[type="password"],
.b-form input[type="date"],
.b-form input[type="phone"],
.b-form input[type="number"],
.b-form textarea,
.b-form select {
/*    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;*/
border: solid #b0b0b0;
border-width: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 0;
padding: 9px 15px;
display: block;
background: #fff;
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
color: #000;
}
.b-form input[type="text"],
.b-form input[type="password"],
.b-form input[type="date"],
.b-form input[type="phone"],
.b-form input[type="number"] {
    width: 100%;
}
.b-form input[type="text"]:focus,
.b-form input[type="password"]:focus,
.b-form input[type="date"]:focus,
.b-form input[type="phone"]:focus,
.b-form input[type="number"]:focus,
.b-form textarea:focus,
.b-form select:focus {
    border-color: #f7a842;
}
.b-form input[type="text"]:hover,
.b-form input[type="password"]:hover,
.b-form input[type="date"]:hover,
.b-form input[type="phone"]:hover,
.b-form input[type="number"]:hover,
.b-form textarea:hover,
.b-form select:hover {
    border-color: #f7a842;
}
.b-form .form__button button,
.b-form .form__button a:link,
.b-form .form__button a:active,
.b-form .form__button a:visited,
.b-form .form__button a:hover {
    width: 100%;
    padding: 12px 15px 12px 15px;
    border: none;
    background-color: #f7a842;
    border: 2px solid #f7a842;
    text-transform: uppercase;
    outline: transparent;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
    cursor: pointer;
}
.b-form .form__button button:hover,
.b-form .form__button a:active,
.b-form .form__button a:hover {
    background: #fff;
}
.b-form input[type="text"]::-webkit-input-placeholder,.b-form input[type="password"]::-webkit-input-placeholder,.b-form input[type="date"]::-webkit-input-placeholder,.b-form input[type="phone"]::-webkit-input-placeholder,.b-form input[type="number"]::-webkit-input-placeholder,.b-form textarea::-webkit-input-placeholder {
    color: #ababab;
}
.b-form input[type="text"]:-moz-placeholder,.b-form input[type="password"]:-moz-placeholder,.b-form input[type="date"]:-moz-placeholder,.b-form input[type="phone"]:-moz-placeholder,.b-form input[type="number"]:-moz-placeholder,.b-form textarea:-moz-placeholder {
    color: #ababab;
    opacity: 1;
}
.b-form input[type="text"]::-moz-placeholder,.b-form input[type="password"]::-moz-placeholder,.b-form input[type="date"]::-moz-placeholder,.b-form input[type="phone"]::-moz-placeholder,.b-form input[type="number"]::-moz-placeholder,.b-form textarea::-moz-placeholder {
    color: #ababab;
    opacity: 1;
}
.b-form input[type="text"]:-ms-input-placeholder,.b-form input[type="password"]:-ms-input-placeholder,.b-form input[type="date"]:-ms-input-placeholder,.b-form input[type="phone"]:-ms-input-placeholder,.b-form input[type="number"]:-ms-input-placeholder,.b-form textarea:-ms-input-placeholder {
    color: #ababab;
}
.b-form .form__input--checkbox {
    padding-bottom: 10px;
}
.b-form .form__input--checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
/* z-index: 111;
position: relative;*/
pointer-events: none;
}
.b-form .form__input--checkbox label {
    cursor: pointer;
}
.b-form .form__input--checkbox .form__checkbox {
    padding-right: 10px;
    margin-right: -.275em;
    display: inline-block;
    vertical-align: top;
}
.b-form .form__input--checkbox .form__checkbox .form__checkbox-trigger {
    border: 1px solid #b0b0b0;
    background: #fff;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-form .form__input--checkbox .form__checkbox .form__checkbox-trigger span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 10px;
    line-height: 1;
    display: none;
}
.b-form label span.fa-check:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 11px;
    height: 11px;
    background: url(../img/ok.png) 50% 50% no-repeat;
}
.b-form .form__input--checkbox:hover .form__checkbox-trigger {
    border-color: #c5c5c5;
}
.b-form .form__input--checkbox .form__checkbox-label {
    margin-right: -.275em;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ababab;
    width: calc(100% - 35px);
}
.b-form .form__input--checkbox input[type="checkbox"]:checked ~ .form__checkbox .form__checkbox-trigger {
    background: #ffffff;
    border-color: #b0b0b0;
}
.b-form .form__input--checkbox input[type="checkbox"]:checked ~ .form__checkbox .form__checkbox-trigger span {
    display: block;
    color: #fff;
    position: relative;
}
.b-form .form__input--checkbox input[readonly="readonly"] ~ .form__checkbox .form__checkbox-trigger,
.b-form .form__input--checkbox input[disabled="disabled"] ~ .form__checkbox .form__checkbox-trigger,
.b-form .form__input--checkbox input[readonly] ~ .form__checkbox .form__checkbox-trigger,
.b-form .form__input--checkbox input[disabled] ~ .form__checkbox .form__checkbox-trigger,
.b-form .form__input--checkbox:hover input[readonly="readonly"] ~ .form__checkbox .form__checkbox-trigger,
.b-form .form__input--checkbox:hover input[disabled="disabled"] ~ .form__checkbox .form__checkbox-trigger,
.b-form .form__input--checkbox:hover input[readonly] ~ .form__checkbox .form__checkbox-trigger,
.b-form .form__input--checkbox:hover input[disabled] ~ .form__checkbox .form__checkbox-trigger,
.b-form .form__input--checkbox input[readonly="readonly"]:checked ~ .form__checkbox .form__checkbox-trigger,
.b-form .form__input--checkbox input[disabled="disabled"]:checked ~ .form__checkbox .form__checkbox-trigger,.b-form .form__input--checkbox input[readonly]:checked ~ .form__checkbox .form__checkbox-trigger,
.b-form .form__input--checkbox input[disabled]:checked ~ .form__checkbox .form__checkbox-trigger {
    border-color: #e5e5e5;
    background: #e5e5e5;
    pointer-events: none;
}
.b-form .form__input--checkbox input[readonly="readonly"] ~ .form__checkbox-label,
.b-form .form__input--checkbox input[disabled="disabled"] ~ .form__checkbox-label,.b-form .form__input--checkbox input[readonly] ~ .form__checkbox-label,.b-form .form__input--checkbox input[disabled] ~ .form__checkbox-label,.b-form .form__input--checkbox:hover input[readonly="readonly"] ~ .form__checkbox-label,.b-form .form__input--checkbox:hover input[disabled="disabled"] ~ .form__checkbox-label,.b-form .form__input--checkbox:hover input[readonly] ~ .form__checkbox-label,.b-form .form__input--checkbox:hover input[disabled] ~ .form__checkbox-label,.b-form .form__input--checkbox input[readonly="readonly"]:checked ~ .form__checkbox-label,.b-form .form__input--checkbox input[disabled="disabled"]:checked ~ .form__checkbox-label,.b-form .form__input--checkbox input[readonly]:checked ~ .form__checkbox-label,.b-form .form__input--checkbox input[disabled]:checked ~ .form__checkbox-label {
    color: #000000;
    pointer-events: none;
}
.b-form .forn__block {
    margin-bottom: 20px;
    width: 100%;
}
.b-form .form__button {
    padding-top: 10px;
}
.b-form  a:link,
.b-form  a:active,
.b-form  a:visited,
.b-form  a:hover {
    font-size: 18px;
    color: #ababab;
    text-decoration: none;
    border-bottom: 1px solid #fff
}
.b-form  a:active,
.b-form  a:hover {
    border-bottom: 1px solid #fff;
}

.b-form .form__input--file label {
    display: block;
}
.b-form .form__input--file label span,
.b-form .form__input--file label strong {
    margin-right: -.275em;
    display: inline-block;
    vertical-align: middle;
}
.b-form .form__input--file label span {
    border-width: 1px;
    padding: 9px 15px;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #7d7d7d;
    width: calc( 100% - 150px - 10px );
}
.b-form .form__input--file:hover label span,
.b-form .form__input--file-hashover label span {
    border-color: #c5c5c5;
    cursor: pointer;
}
.b-form .form__input--file:focus label span,
.b-form .form__input--file-hasfocus label span {
    border-color: #ffd074;
    cursor: pointer;
}
.b-form .form__input--file label strong {
    margin-right: 10px;
    transition: none;
    border: 1px solid #cb2026;
    background: transparent;
    display: inline-block;
    font-size: 12px;
    width: auto;
    padding: 9px 15px 9px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #cb2026;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    cursor: pointer;
}
.b-form .form__input--file:hover label strong,
.b-form .form__input--file-hashover label strong {
    background: #cb2026;
    color: #fff;
    text-decoration: none;
}
.b-form .form__input--file input[readonly] + label span,
.b-form .form__input--file input[readonly="readonly"] + label span,.b-form .form__input--file input[disabled] + label span,.b-form .form__input--file input[disabled="disabled"] + label span {
    border-color: #e5e5e5;
    background-color: #f5f5f5;
}
.b-form .form__input--file:hover input[readonly] + label span,
.b-form .form__input--file:hover input[readonly="readonly"] + label span,.b-form .form__input--file-hashover input[readonly] + label span,.b-form .form__input--file-hashover input[readonly="readonly"] + label span,.b-form .form__input--file:hover input[disabled] + label span,.b-form .form__input--file:hover input[disabled="disabled"] + label span,.b-form .form__input--file-hashover input[disabled] + label span,.b-form .form__input--file-hashover input[disabled="disabled"] + label span {
    cursor: auto;
}
.b-form .form__input--file input[readonly] + label strong,.b-form .form__input--file input[readonly="readonly"] + label strong,.b-form .form__input--file input[disabled] + label strong,.b-form .form__input--file input[disabled="disabled"] + label strong {
    background: #f5f5f5;
    color: #c1c1c1;
}
.b-form .form__input--file:hover input[readonly] + label strong,.b-form .form__input--file:hover input[readonly="readonly"] + label strong,.b-form .form__input--file-hashover input[readonly] + label span,.b-form .form__input--file-hashover input[readonly="readonly"] + label strong,.b-form .form__input--file:hover input[disabled] + label strong,.b-form .form__input--file:hover input[disabled="disabled"] + label strong,.b-form .form__input--file-hashover input[disabled] + label strong,.b-form .form__input--file-hashover input[disabled="disabled"] + label strong {
    cursor: auto;
}
.b-form .form__input--file input[type="file"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.b-form select {
    padding-right: 0;
    width: 100%;
}


.b-form--one {
    padding-top: 32px;
    padding-bottom: 20px;
    margin: auto;
    max-width: 950px;
    background-color: rgb( 0, 0, 0, 0.302 );
}
.b-form--one h3 {
    display: inline-block;
    vertical-align: bottom;
    width: 380px;
    padding-right: 6%;
    color: #fff;
    text-align: left;
}
.b-form--one span {
    display: none;
}
.b-form--one input[type="text"],
.b-form--one input[type="password"],
.b-form--one input[type="date"],
.b-form--one input[type="phone"],
.b-form--one input[type="number"],
.b-form--one textarea,
.b-form--one select {
    border: solid #fff;
    font-size: 18px;
}
.b-form--one .form__button {
    padding-top: 0;
}
.b-form--one .form__wrap {
    display: inline-block;
    vertical-align: top;
    padding: 20px 40px; 
}

.b-form--slider { 
    max-width: 940px;
    margin: auto;
    position: absolute;
    top: 512px;
    right: 0;
    left: 0;
}
.b-form--slider .forms {
    margin: 0; 
    padding: 0 30px 10px 30px;
}
.b-form--slider .form__input--checkbox .form__checkbox-label {
    width: auto;
    font-size: 18px;
    color: #ababab;
}
.b-form--slider  .form__input--checkbox {
    padding-bottom: 0;
}
.b-form--slider  .form__button { 
}
.b-form--slider h3 {
    display: inline-block;
    vertical-align: bottom;
    width: -webkit-fill-available;
    padding: 28px 20px 0 20px;
    text-align: center;
    font-size: 24px;
    margin: 0 0 2px 0;
    color: #fff;
}
.b-form--slider .form__col-1-3 {
    width: 33.3%; 
    display: block;
    padding: 10px 10px;
}
.b-form--slider .form__col-1 {
    padding: 10px 10px;
}
.b-form .form__checkbox-label { 
}
.b-form a:link,
.b-form a:active,
.b-form a:visited,
.b-form a:hover { 
    border-bottom: 1px solid transparent;
}
.b-form a:visited,
.b-form a:hover {
    border-bottom: 1px solid #ababab;
}
.b-form--slider .form__wrap {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: auto;
}
.b-form--two {
    border: 5px solid #16b771;
    padding: 54px ;
    margin-bottom: 20px;
} 
.b-form--two span {
    display: none;
}
.b-form--two .form__wrap {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;

}
.b-form--two input[type="text"],
.b-form--two  input[type="password"],
.b-form--two  input[type="date"],
.b-form--two  input[type="phone"],
.b-form--two  input[type="number"],
.b-form--two  textarea,
.b-form--two  select {
    border: 1px solid #b0b0b0;
    height: 49px;
}
.b-form--two .form__button {
    padding-top: 0;
    max-width: 270px;
    margin: auto;
} 
.fancybox-active {
    height: inherit;
}
.b-form--next {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
/*---------------------------*/
.b-foot-menu {
    padding-top: 15px;
}

.b-foot-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-foot-menu ul li {
    margin: 0;
    padding: 0 20px 12px 0;
    box-sizing: border-box;
}

.b-foot-menu .foot-menu__item {
    /* width: 25%;*/
    display: inline-block;
    vertical-align: top;
    margin-right: -.275em;
}
.b-foot-menu .foot-menu__item {
    width: 49%;
}
/*.b-foot-menu .foot-menu__item:nth-child(2) {
width: 11%;
}*/
.b-foot-menu .foot-menu__item:first-child ul {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.b-foot-menu a:link,
.b-foot-menu a:visited {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.b-foot-menu a:hover,
.b-foot-menu a:active {
    text-decoration: underline;
    color: #fff;
}

.b-foot-menu .foot-menu__item span {
    display: block;
    padding-bottom: 25px;
}
.b-foot-menu .foot-menu__item span:nth-of-type(2) {
    padding-top: 20px;
}
.b-foot-menu .foot-menu__item span a:link,
.b-foot-menu .foot-menu__item span a:visited {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #fff;
}

.b-foot-menu .foot-menu__item span a:hover,
.b-foot-menu .foot-menu__item span a:active {
    text-decoration: underline;
    color: #fff;
}
/*------------------------*/ 
/*------------------------*/
.b-slider-main {
    overflow: hidden;
    height: 880px;
    position: relative;
    background: url(../img/sl1.jpg) 50% 50% no-repeat;
} 
.b-slider-main .slider-main__center {
    width: 1200px;
    margin: 0 auto; 
}
.b-slider-main .slider-main__text {
    max-width: 1038px;
    margin: auto;
    position: absolute;
    margin-top: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    height: auto;
    color: #fff;
    top: 140px;
    left: 0;
    right: 0;
}
.b-slider-main .slider-main__title {
    color: #fff;
    font-size: 55px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin: 0 0 42px 0;
}
.b-slider-main .slider-main__bottom-title {
    color: #fff;
    font-size: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.b-slider-main .slider-main__top-title {
    color: #fff;
    background: rgba( 22, 183, 113, 0.749 );
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    padding: 15px 15px;
    margin: 0 0 30px 0;
    letter-spacing: 3px;
}
.b-slider-main .slider-main__info {
    color: #fff;
    line-height: 1.6;
    font-style: 16px;
    font-family: 'Ubuntu', sans-serif;
    margin: 0 0 19px 0;
}

/*------------------------*/
.b-requisites {
    font-size: 10px;
}
.b-requisites .requisites__title {
    color: #a0a0a0;
    font-size: 34px;
    margin-bottom: 38px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.b-requisites .requisites__row {
    display: inline-block;
    vertical-align: top; 
    box-sizing: border-box;
    padding-right: 40px; 
}
.b-requisites .requisites__row a:link,
.b-requisites .requisites__row a:active,
.b-requisites .requisites__row a:visited,
.b-requisites .requisites__row a:hover {
    color: #7d7d7d;
    display: block;
}
.b-requisites .requisites__row span {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    display: block;
    font-size: 18px;
}
.b-requisites .requisites__row  {
    font-size: 16px;
    line-height: 1.6;
}
/*------------------------*/

/*------------------------*/

.section_cooperation {
    margin-bottom: 70px;
}
.section_cooperation .container p {
    line-height: 2;
}
.section_cooperation1 {
    margin-bottom: 60px;
}
.section_cooperation1 .container p {
    line-height: 1.6;
    padding-bottom: 4px;
}
.section_serv-expert h1 {
    margin-right: 0;
    margin-left: 0;
    width: auto;
}
.section_serv-expert {
    margin-bottom: 50px
}
.section_serv-expert h4 {
    font-size: 21px;
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 15px;
}
.section_serv-expert ul {
    margin-bottom: 35px;
}
.section_serv-expert li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.6;
}
.section_serv-expert li:after {
    position: absolute;
    top: 10px;
    left: -20px;
    content: "";
    background: #363636;
    width: 6px;
    height: 6px;
}
/*------------------------*/

/*------------------------*/
@media handheld, only screen and (min-width: 768px) and (max-width: 979px) {
    /*------------------------*/
    h2 {
        font-size: 35px;
    }
    .section_1 {
        padding-top: 63px;
        padding-bottom: 72px;
    }
    .section_1 h2 {
        margin: 0 auto 41px auto;
    }
    .section_2 {
        padding-top: 59px;
        padding-bottom: 51px;
    }
    .section_2 h2 {
        margin: 0 auto 34px auto;
    }
    .section_4 {
        padding-top: 64px;
        padding-bottom: 5px;
    }
    .section_5 {
        padding-top: 60px;
        padding-bottom: 45px;
    }
    .section_5 h2 {
        margin: 0 auto 45px auto;
    }
    .section_6 h2 {
        margin: 0 auto 41px auto;
    }
    .row-form { 
        min-height: 365px;
    }
    .homesect {
        padding-top: 60px;
        position: relative;
    }
    .row-count { 
        min-height: 500px;
    }
    .row-count h2 {
        color: #ffffff;
        margin-bottom: 24px;
    }
    .b-slider-main .slider-main__title {
        color: #fff;
        font-size: 48px;
        margin: 0 0 28px 0;
    }
    .b-slider-main .slider-main__text { 
        left: 30px;
        right: 30px;
        top: 100px;
    }
    .b-form--two {
        max-width: 420px;
        margin: auto;
    }
    .b-form--slider {
        top: 462px; 
        right: 30px;
        left: 30px;
    }
    .b-form--slider .forms {
        margin: 0;
        padding: 0 20px 10px 20px;
    }
    .b-form--one {
        padding-top: 9px;
        padding-bottom: 0px;
    }
    .b-form--two {
        border: 5px solid #16b771;
        padding: 34px 40px;
        margin-bottom: 20px;
    }
    .b-slider-main .slider-main__bottom-title {
        color: #fff;    
        font-size: 22px;
    }
    .b-slider-main .slider-main__top-title { 
        font-size: 14px;
    }

    .b-slider-main { 
        height: 770px;
    }
    .b-category-6 .category__item { 
        width: 100%;
        padding: 27px 28px;
    }
    .b-columns .columns__item {
        width: 100%;
    }
    .b-columns .columns__item:first-child {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .b-columns .columns__item span {
        font-size: 21px;
    }
    .b-columns .columns__item:first-child p {
        line-height: 1.4;
        padding: 5px 0;
        font-size: 19px;
    }
    .b-count .count__item { 
        padding: 22px 0;
    }
    .b-count .count__title {
        color: #fff;
        font-size: 19px;
    }
    .b-expert .expert__item {
        padding: 0 0 1px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        border: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .b-expert .expert__item .expert__imgbox {
        height: 120px;
        overflow: hidden; 
        position: relative;
        margin-bottom: 0;
        margin-right: 26px;
        float: left;
    }
    .b-expert .expert__title { 
        margin-bottom: 0;
        margin-top: 10px;
    }
    .b-expert .expert__info {
        overflow: hidden;
    }
    .b-expert .expert__info p {
        color: #4f4f4f;
        font-size: 20px;
        line-height: 1.4;
    }
    .b-category-1 {
        margin: 0;
        text-align: center;
    }
    .b-category-1 .category__item-4x {
        width: 50%;
    }
    .b-category-1 .category__title {
        position: absolute;
        bottom: 20px;
        left: 20px;
        margin: 0 45px 0 0;
        color: #ffffff;
        font-family: 'Ubuntu', serif;
        font-weight: 500;
        font-size: 19px;
        line-height: 1.2;
        padding: 8px 10px;
        background: rgba(22, 183, 113, 0.75);
    }
    .l-grid .grid__item2 { 
        top: 3px;
    }
    .l-grid .grid__item1 { 
        bottom: 102px;
    }
}

@media handheld, only screen and (max-width: 767px) {
    /*------------------------*/
    h2 {
        font-size: 22px;
    }
    a:link[href^="mailto"], a:active[href^="mailto"], a:visited[href^="mailto"], a:hover[href^="mailto"] {
        font-size: 13px;
    }
    .b-pilot a:link[href^="tel"], .b-pilot a:active[href^="tel"], .b-pilot a:visited[href^="tel"], .b-pilot a:hover[href^="tel"] {
        font-size: 18px;
        display: block;
        text-decoration: none;
        color: #fff;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
    }
    .container { 
        padding-left: 20px;
        padding-right: 20px; 
    }

    .b-pilot .pilot__1 {
        position: absolute;
        right: 10px;
        top: 17px;

    }
    .b-pilot .pilot__3 {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .section_1 {
        padding-top: 44px;
        padding-bottom: 54px;
    }
    .section_1 h2 {
        margin: 0 auto 23px auto;
    }
    .section_2 {
        padding-top: 45px;
        padding-bottom: 32px;
    }
    .section_2 h2 {
        margin: 0 auto 16px auto;
    }
    .section_4 {
        padding-top: 43px;
        padding-bottom: 5px;
    }
    .section_4 h2 {
        margin: 0 auto 30px auto;
    }
    .section_5 {
        padding-top: 44px;
        padding-bottom: 40px;
    }
    .section_5 h2 {
        margin: 0 auto 26px auto;
    }
    .section_6 {
        padding-top: 50px;
        padding-bottom: 49px;
    }
    .section_6 h2 {
        margin: 0 auto 25px auto;
    }
    .row-form { 
        min-height: 365px;
    }
    .homesect {
        padding-top: 42px;
        position: relative;
    }
    .row-count { 
        min-height: 489px;
    }
    .row-count h2 {
        color: #ffffff;
        margin-bottom: 15px;
    }
    .b-slider-main .slider-main__title {
        color: #fff;
        font-size: 24px;
        margin: 0 0 28px 0;
    }
    .b-slider-main .slider-main__text { 
        left: 20px;
        right: 20px;
        top: 75px;
    }
    .b-form--slider {
        top: 341px; 
        right: 20px;
        left: 20px;
    }
    .b-form--slider .form__wrap {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        width: auto;
    }
    .b-form--slider .form__input--checkbox .form__checkbox-label {
        font-size: 13px;
        width: calc(100% - 35px);

    }
    .b-form [class^="form__col-"] { 
        padding: 7px 10px;
    }
    .b-form a:link, .b-form a:active, .b-form a:visited, .b-form a:hover {
        font-size: 13px;
    }
    .b-form .form__input--checkbox .form__checkbox-label { 
        font-size: 13px;
    }
    .b-form--slider .forms {
        margin: 0;
        padding: 0 10px 10px 10px;
    }
    .b-form--one {
        padding-top: 9px;
        padding-bottom: 0px;
    }
    .b-form--one .form__wrap {
        display: inline-block;
        vertical-align: top;
        padding: 10px 10px;
    }

    .b-form .form__col-1-3 {
        width: 100%;
    }
    .b-form--two {
        border: 5px solid #16b771;
        padding: 12px 20px;
        margin-bottom: 20px;
    }
    .b-form input[type="text"],
    .b-form input[type="password"], 
    .b-form input[type="date"],
    .b-form input[type="phone"], 
    .b-form input[type="number"], 
    .b-form textarea, .b-form--two select {
        border: 1px solid #b0b0b0;
        height: 43px;
        font-size: 14px;
    }
    .b-form .form__button button, 
    .b-form .form__button a:link, 
    .b-form .form__button a:active, 
    .b-form .form__button a:visited, 
    .b-form .form__button a:hover {
        width: 100%;
        max-width: 172px; 
        font-size: 13px;
        margin: auto;
        display: block;
    }
    .b-form--two input[type="text"], .b-form--two input[type="password"], .b-form--two input[type="date"], .b-form--two input[type="phone"], .b-form--two input[type="number"], .b-form--two textarea, .b-form--two select {
        border: 1px solid #b0b0b0;
        height: 43px;
        font-size: 14px;
    }
    .b-form {
        display: block; 
        max-width: 420px;
        margin: auto;
    }
    .b-slider-main .slider-main__bottom-title {
        color: #fff;    
        font-size: 22px;
    }
    .b-slider-main .slider-main__top-title { 
        font-size: 12px;
        padding: 10px 15px;
        letter-spacing: 0;
        margin: 0 20px 12px 20px;
    }
    .b-slider-main .slider-main__bottom-title {
        color: #fff;
        font-size: 15px;
    }

    .b-slider-main { 
        height: 708px;
    }
    .b-category-6 .category__item { 
        width: 100%;
        padding: 14px 17px;
    }
    .b-category-6 .category__title {
        font-size: 14px;
        font-weight: 500;
        font-family: 'Ubuntu', sans-serif;
    }
    .b-category-6 .category__item .category__imgbox {
        margin-bottom: 20px;
        padding-right: 15px;
        width: 50px;
        display: table-cell;
        vertical-align: middle;
        height: 50px;
    }
    .b-category-6 .category__item .category__imgbox img {
        width: 100%;
        height: auto;
    }

    .b-columns .columns__item {
        width: 100%;
    }
    .b-columns .columns__item:first-child {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .b-columns .columns__item span {
        font-size: 16px;
        line-height: 1.4;
        display: inline-block;
    }
    .b-columns .columns__item:last-child span {
        display: none;
    }
    .b-columns .columns__item:first-child p {
        line-height: 1.4;
        padding: 5px 0;
        font-size: 14px;
    }
    .b-count .count__item { 
        padding: 11px 0;
        border: none;
        width: 100%;
    }
    .b-count .count__title {
        color: #fff;
        font-size: 14px;
    }
    .b-count .count__item .count__imgbox { 
        padding-right: 15px;
    }
    .b-expert .expert__item {
        padding: 0 0 1px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        border: none;
        width: 100%;
        margin-bottom: 25px;
    } 
    .b-expert .expert__item .expert__imgbox {
        height: 120px;
        overflow: hidden; 
        position: relative;
        margin-bottom: 0;
        margin-right: 10px;
        float: left;
        height: 70px;
        width: 70px;

    }
    .b-expert .expert__item .expert__imgbox img {
        width: 100%;
        height: auto;
    }
    .b-expert .expert__title { 
        margin-bottom: 0;
        font-size: 16px;
        margin-top: 10px;
    }
    .b-expert .expert__info {
        overflow: hidden;
    }
    .b-expert .expert__info p {
        color: #4f4f4f;
        font-size: 14px;
        line-height: 1.4;
    }
    .b-expert .expert__wrap {
        margin-bottom: 0;
    }
    .b-category-1 {
        margin: 0;
        text-align: center;
    }
    .b-category-1 .category__item-4x {
        width: 100%;
        max-width: 390px;
    }
    .b-category-1 .category__title {
        position: absolute;
        bottom: 20px;
        left: 20px;
        margin: 0 45px 0 0;
        color: #ffffff;
        font-family: 'Ubuntu', serif;
        font-weight: 500;
        font-size:  13px;
        line-height: 1.2;
        padding: 8px 10px; 
    }
    .l-grid .grid__item2 { 
        top: -15px;
        left: 20px;
        right: 20px;
    }
    .l-grid .grid__item1 {
        bottom: 54px;
        text-align: center;
        right: 20px;
        left: 20px;
    }
    .b-form--slider .form__col-1-3 {
        width: 100%;
        display: block;
        padding: 7px 10px;
    }
    .b-btn {
        position: absolute;
        bottom: 40px;
    }
    .b-btn a:link, .b-btn a:active, .b-btn a:visited, .b-btn a:hover {
        transition: none;
        border: 2px solid #fff;
        border-color: rgba( 255, 255, 255, 0.4);
        background: transparent;
        width: 200px;
        padding: 14px 13px 14px 13px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        box-sizing: border-box;
        display: inline-block;
    }
    .b-requisites { 
        text-align: center;
    }
    .b-requisites .requisites__row {
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        padding: 0;
    }
    .b-socium {
        margin-bottom: 0px;
    }
    .b-copy {
        font-size: 12px;
    }
    .l-grid { 
        font-size: 13px;
    }
}
