body {
    font-family: 'Muller';
	/*font-family: Arial;*/
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
}
a {
    transition:all 0.3s ease 0s;
    text-decoration: none;
    color:#3B4958;
}
a:hover {
    color: #F37330;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-10 {
	margin-top: 10px;
}
.fs-14 {
    font-size: 14px;
}
.fs-20 {
    font-size: 20px;
}
.grecaptcha-badge {
	display:none !important;
}
#header {
    height: 84px;
    display: flex;
    align-items: stretch;
    position: relative;
    box-shadow: -2px 18px 20px #D1D9E6, -18px -18px 20px #FFFFFF;
    z-index: 1000;
}
.menu-container {
    display: flex;
    align-items: center;
    margin:0 25px;
    position: absolute;
    height: 84px;
}
.menu-toggle {
    
}
.hamburger-menu-icon {
    display: block;
    width: 20px;
    height: 3px;
    background-color:#3B4958;
    margin: 6px 0;
    transition: background-color 0.4s ease-in-out 0s,transform 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
}
/*.hamburger-menu-icon + .hamburger-menu-icon {
    margin-top: 5px;
}*/
.hamburger-menu-icon:before,
.hamburger-menu-icon:after {
    display: inline-block;
    width: 20px;
    height: 3px;
    content: '';
    position: absolute;
    background-color:#3B4958;
    transition: backgroundtran-color 0.4s ease-in-out 0s,transform 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
}
.hamburger-menu-icon:before {
    transform: translateY(-6px);
}
.hamburger-menu-icon:after {
    transform: translateY(6px);
}
.open-menu .hamburger-menu-icon {
    background-color:rgba(255,255,255,0);
}
.open-menu .hamburger-menu-icon:before {
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
}
.open-menu .hamburger-menu-icon:after {
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
}
.logo-container {
    display: flex;
    align-items: center;
    margin-left: 68px;
    position: absolute;
    height: 84px;
}
.open-menu .top-bar,
.open-search .top-bar {
    display: none !important;
}
.top-bar {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    position: relative;
}
@media (min-width:1400px) {
    .top-bar {
        max-width: 1000px;
    }
}
@media (min-width:1500px) {
    .top-bar {
        max-width: 1000px;
    }
}
@media (min-width:1600px) {
    .top-bar {
        max-width: 1100px;
    }
}
@media (min-width:1700px) {
    .top-bar {
        max-width: 1260px;
    }
}
@media (min-width:1800px) {
    .top-bar {
        max-width: 1440px;
    }
}
.top-bar--menu {
    display: flex;
    margin: 0;
    padding-left: 0;
    align-items: stretch;
}
.top-bar--menu > li {
    list-style: none;
    line-height: 1;
    height: 84px;
    display: flex;
    align-items: center;
    
}
.top-bar--menu li.menu-item + li.menu-item {
    margin-left: 46px;
}
.top-bar--menu > li > a {
    font-size: 16px;
    color: #3B4958;
    text-decoration: none;
    position: relative;
    display: block;
    /*cursor: default;*/
}
.top-bar--menu > li.is-active > a:after {
    display: block;
    width: 100%;
    height: 4px;
    background: #FF732A;
    content: '';
    position: absolute;
    bottom: -8px;
}

.top-bar--menu .menu-item {
    
}
.top-bar--menu .menu-item .submenu {
    background: #F0F0F0;
    position: absolute;
    top: 84px;
    left:0;
    right: 0;
    transition:all 0.5s ease 0.2s;
    padding: 25px 50px 10px;
    margin: 0 -50px;
    display: flex;
    /*display: none;*/
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
}
.top-bar--menu .is-active .submenu {
    visibility: visible;
    opacity: 1;
}
.top-bar--menu .menu-item .submenu li {
    list-style: none;
    width: 28%;
    margin-right:5%;
    margin-bottom: 1.5rem;
}
.top-bar--menu .menu-item .submenu li a {
    font-size: 16px;
    line-height: 21px;
    color:#000;
}
.top-bar--menu .menu-item .submenu li a:hover {
    opacity: 0.7;
}
.owl-carousel .item {
    height: 360px;
    background-size: cover;
    background-position: center top;
}
@media(min-width:576px) {
    .owl-carousel .item {
        height: 525px;
        background-size: cover;
        background-position: center top;
    }
}
.owl-carousel-top-slider .owl-nav.disabled+.owl-dots {
    margin-top: -45px;
    position: absolute;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot span {
    background: #758592;
    margin: 5px 5px;
}
.owl-carousel-top-slider .owl-dots .owl-dot span {
    background: #fff;
    margin: 5px 5px;
}


.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FF732A;
}
.owl-carousel .item .content {
    padding-top: 106px;
}
@media(min-width:576px) {
    .owl-carousel .item .content {
        padding-top: 200px;
    }
}
.owl-carousel .item .content h2 {
    font-family: 'Muller';
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
}
@media(min-width:576px) {
    .owl-carousel .item .content h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 32px;
    }
}

.btn-orange {
    background-color: #FF732A;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    transition: all 0.4s ease 0s;
}
.btn-orange:hover{
    color:#fff;
    opacity: 0.8;
}
.btn-arrow {
    padding: 7px 38px 7px 12px;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: right 12px center;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative; 	}
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{ display: block; }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */

.navbar > .container-fluid{
    justify-content: flex-start;
}

.navbar-expand-lg .navbar-toggler {
    display: flex;
    margin-right: 0.5em;
}

.nav-right li {
    list-style-type: none;
}

.item{
    background: url("../images/img.png") no-repeat center;
    background-size: contain;
}

.right-search-block {
    position:absolute;
    right: 17px;
    top:30px;
}
.search-icon img{
    width:20px;
}
.right-submenu-block {
    position:absolute;
    right:70px;
    font-size: 16px;
    top: 10px;
}
.right-submenu-block a {
    color: #3B4958;
     text-decoration: none;
}
.right-submenu-block a:hover {
    text-decoration: underline;
}

.introtext {
    padding: 50px 0;
    color: #3B4857;
    font-size: 18px;
    line-height: 22px;
}

.introtext h1 {
    font-family: Muller;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
}
@media(min-width:576px) {
    .introtext h1 {
        font-size: 50px;
        line-height: 55px;
    }
}
h1 {
    font-family: Muller;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
	color: #3B4857;
}
@media(min-width:576px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
}
h3 {
    font-family: Muller;
    font-style: normal;
    font-weight: normal;
	color: #3B4857;
}
.subtitle-page {
    font-family: Muller;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 110%;
    color: #3B4857;
    margin-bottom:20px;
}

.info-item {
    padding: 30px;
    color:#221E1E;
    font-size: 16px;
    line-height: 20px;
    /*margin-right: 15px;*/
    margin-bottom: 30px;
    margin-top: 30px;
    width: 320px;
    margin: 30px 15px;
    box-shadow: 16.2766px 16.2766px 18.0851px #D1D9E6, -16.2766px -16.2766px 18.0851px rgba(209, 217, 230, 0.4);
}
@media (min-width:1200px) {
    .info-item {
        width: 380px;
    }
}
.info-item .text-block {
    height: 180px;
}
.info-item a.link {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #3B4958;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.info-item a.link:after {
    content:'';
    width:12px;
    height:16px;
    border:red;
    display: block;
    position:absolute;
    right: -24px;
    background: url("../images/arrow-gray.png");
    top: 2px;
}

.owl-carousel-info .owl-item + .center .info-item{
    background: #FF732A;
    color: #FFFFFF;
    font-weight: bold;
}
.owl-carousel-info .owl-item + .center .info-item a.link {
    color: #fff;
}
.owl-carousel-info .owl-item + .center .info-item a.link:after {
    background: url("../images/arrow-white.png");
}
.owl-carousel-info {
    margin-bottom: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.news-item {
    margin-bottom:30px;
}
.news-item--image {
    margin-bottom: 20px;
}
.news-item--image img {
    max-width: 100%;
}

.news-item--content {
    
}

.news-item--date, .date {
    display: block;
    color: #3B4958;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

.news-item--link {
    color: #3B4958;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
}
.news-item--link:hover {
    opacity: 0.7;
    color: #3B4958;
}

.news-item--description {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-top: 10px;
}
.news-item--small {
    
}
@media (min-width:576px) {
    .news-item--small {
        display: flex;
    }
}
.news-item--small .news-item--link {
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.news-item--small .news-item--image {
    margin-right: 15px;
    width: 185px;
}

.news-item--small .news-item--content {
    
}
@media (min-width:576px) {
    .news-item--small .news-item--content {
        width: calc(100% - 185px);
    }
}
@media (min-width: 1400px) {
    .news-item--small .news-item--image {
        width: 215px;
    }
    .news-item--small .news-item--content {
        width: calc(100% - 215px);
    }
}

.news-item--small .news-item--description {
    font-size: 14px;
    line-height: 17px;
    display: none;
}
@media (min-width:992px) {
    .news-item--small .news-item--description {
        display: block;
    }
}
.register-block {
    background: url("../images/register.png") no-repeat top left 15px;
    min-height: 304px;
}
@media(max-width:991px) {
    .register-block {
        display: none;
    }
}
.register-items {
    display: flex;
    flex-wrap: wrap;
}

.register-item {
        margin-top: 40px;
        position: relative;
        margin-bottom: 40px;
    }
@media (min-width:576px) {
    .register-item {
        width:40%;
        margin-right: 10%;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .register-item:nth-child(2n) {
        width:calc(40% - 0.75rem);
        margin-left:0.75rem
    }
}

.register-item:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    height: 20px;
    width: 26px;
    background: url("../images/arrow-green.png");
}
.register-item a {
    font-size: 18px;
    color: #212121;
    text-decoration: none;
}
.register-item a:hover {
    opacity: 0.8;
}

h4 {
    font-family: Muller;
    font-size: 24px;
    line-height: 29px;
    color: #3B4958;
}
.link-orange {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #3B4958;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}
.link-orange:hover {
    color: #F37330;
}

.mr-5 {
	margin-right: 3rem !important;
}

.link-orange:after {
    content:'';
    width:12px;
    height:16px;
    border:red;
    display: block;
    position:absolute;
    right: -24px;
    background: url("../images/arrow-orange.png");
    top: 2px;
}

.link-orange-text {
	color: #FF732A;
}
.link-orange-text:hover {
	color: #3B4958;
}

.partner-item {
    height: 60px;
    display:flex;
    align-items: center;
}
#footer {
    margin-top: 40px;
}
#footer .footer-block {
    padding: 65px 0 35px 0;
    background-color: #3B4857;
    color: #fff;
}
.footer-top-menu {
    padding-left: 0;
}
.footer-top-menu li {
        list-style: none;
        font-size: 16px;
        padding: 10px 0;
    }
@media (min-width:768px) {
    .footer-top-menu {
        display: flex;
    }
    .footer-top-menu li + li {
        margin-left: 40px;
    }
}


.footer-block a {
    color: #fff;
}
.footer-block a:hover {
    opacity:0.8;
}
.footer-block hr {
    opacity:1
}
.footer-bottom-menu {
    margin-bottom: 40px;
    font-size: 16px;
    display: none;
}
@media (min-width:992px) {
    .footer-bottom-menu {
        display: block;
    }
}
.footer-bottom-menu ul {
    padding-left: 0;
    display: flex;
}
.footer-bottom-menu li {
    list-style: none;
}
.footer-bottom-menu li + li {
    margin-left: 40px;
}
.social-icon + .social-icon {
    margin-left: 10px;
}
.footer-social-info {
    display: flex;
}
.social {
    margin: 3px 20px 0 0;
}
@media(min-width:768px) {
    .social {
        margin: 3px 100px 0 0;
    }
}
.main-menu--container {
    position: absolute;
    top: -2000px;
    left: 0;
    right:0;
    background: #F0F0F0;
    opacity: 0;
    visibility: hidden;
    
    transition:all 0.5s ease 0.2s;
}
.main-menu {
    padding: 1px 0 1px 0;
    display: block;
    width: 100%;
    background: #3B4958;
    margin: 0;
}
@media (min-width:768px) {
    .main-menu {
        padding: 16px 0 16px 0;
        display: block;
        width: 40%;
        background: #3B4958;
        margin: 0;
    }
}
@media (min-width:992px) {
    .main-menu {
        display: block;
        width: 30%;
        background: #3B4958;
        margin: 0;
        padding: 25px 0 25px 0;
    }
}

.open-menu .main-menu--container {
    opacity: 1;
    visibility: visible;
    top: 84px;
}
.main-menu > li {
    list-style: none;
    padding:15px 25px;
}
.main-menu li a.main-link {
    color:#fff;
    display: block;
    font-size: 18px;
    background: url("../images/arrow-white.png") no-repeat right center;
}

.main-menu li a.main-link.main-link--no-arrow,
.main-menu li.active a.main-link.main-link--no-arrow,
.main-menu li a.main-link.main-link--no-arrow:hover {
	background: transparent;
}
/*.main-menu li.active a.main-link,
.main-menu li a.main-link:hover {
    color: #F37330;
    background: url("../images/arrow-orange.png") no-repeat right center;
}*/

@media(max-width:767px) {
    .main-menu li.mobile-open {
        background: #F0F0F0;
    }
    .main-menu li.mobile-open a.main-link {
        color: #F37330;
        background: url("../images/arrow-orange-down.png") no-repeat right center;
    }
}
@media(min-width:768px) {
    .main-menu li.active a.main-link,
    .main-menu li a.main-link:hover {
        color: #F37330;
        background: url("../images/arrow-orange.png") no-repeat right center;
    }
}
@media(min-width:992px) {
    .main-menu li a.main-link {
        font-size: 18px;
    }
}

.main-menu--submenublock {
    padding: 25px 25px;
    visibility: hidden;
    opacity: 0;
    transition:all 0.5s ease 0.2s;
    display: none;
}
@media (max-width:767px) {
    .main-menu > li.mobile-open > .main-menu--submenublock {
        visibility: visible;
        opacity: 1;
        display: block;
        padding: 0;
    }
    .main-menu > li.mobile-open > .main-menu--submenublock h2 {
        display:none;
    }
}
@media (min-width:768px) {
    .main-menu--submenublock {
        position: absolute;
        left:40%;
        top:0;
        right:0;
    }
    
    .main-menu > li.active > .main-menu--submenublock {
        visibility: visible;
        opacity: 1;
        display: block;
    }
}
@media (min-width:992px) {
    .main-menu--submenublock {
        left:30%;
        padding: 33px 50px;
    }
}

.main-menu--submenublock ul {
    padding-left:0;
}
.main-menu--submenublock ul li {
    list-style: none;
    margin: 10px 0;
}
.main-menu--submenublock ul li.active a {
    color:#F37330;
}
@media(min-width:768px) {
    .main-menu--submenublock ul {
        display: flex;
        flex-wrap: wrap;
    }
    .main-menu--submenublock ul li {
        width: 47%;
        margin:0 3% 14px 0;
    }
}
@media(min-width:992px) {
    .main-menu--submenublock ul li {
        width: 30%;
        margin-right: 3%;
        margin-bottom:20px;
    }
}

.main-menu--submenublock ul li a {
    font-size: 16px;
    line-height: 19px;
    color:#000000;
}
@media(min-width:992px) {
    .main-menu--submenublock ul li a  {
        font-size: 16px;
        line-height: 21px;
    }
}
.main-menu--submenublock ul li a:hover {
    color:#F37330;
}
.main-menu--submenublock h2 {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    margin-bottom:20px;
}
.m-w-100 {
    max-width: 100%;
}
.career-block {
    padding-bottom: 30px;
}

.vacancy-block {
    margin-top:10px
}
@media (min-width:992px) {
    .vacancy-block {
        margin-top:40px
    }
}
#content {
    min-height: 500px;
}
.inner {
     padding-top: 40px;   
}

#product-page-title {
    
}

.pharmcompass {
    background: url('../images/pharmcompass-bg.jpg') no-repeat;   
    background-position: top left calc(50% - 557px);
}

@media (min-width:576px) {
    .pharmcompass {
        background-position: top left calc(50% - 557px);
    }
}
@media (min-width:768px) {
    .pharmcompass {
        background-position: top left calc(50% - 192px);
    }
}
@media (min-width:992px) {
    .pharmcompass {
        background-position: center top;
    }
}
#product-page-title .breadcrumbs {
    height: 76px;
}
.product-page-title--block h1 {
	color: #fff;
}
.product-page-title--block {
    max-width: 560px;
    background: #FF732A;
    padding: 40px 35px 20px 35px;
    color: #fff;
    margin: 240px -0.75rem 0;
}
@media (min-width:576px) {
    .product-page-title--block {
        margin: 24px 0 0 0;
    }
}
@media (min-width:768px) {
    .product-page-title--block {
        padding: 40px 50px 20px 50px;
    }
}
@media (min-width:768px) {
    .product-page-title--block {
        padding: 40px 50px 20px 50px;
    }
}
@media (min-width:1400px) {
    .product-page-title--block {
        max-width: 660px;
        margin: 44px 0 0 0;
    }
}

.product-page-title--block h1 {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    margin-bottom:20px;
}
.product-page-title--block--description {
    margin-bottom: 20px;
}
.product-page-title--block--link {
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    min-width: 230px;
    padding: 11px 10px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    background: url("../images/arrow-white.png") no-repeat right 10px center;
}
.product-page-title--block--link:hover {
    color: inherit;
    opacity: 0.6
}
#product-page--reports {
    padding: 50px 0 60px;
    background: #F4F6FA;
}
#product-page--reports h2 {
    font-family: 'Muller';
    font-size: 30px;
    line-height: 33px;
    color: #3B4857;
    margin-bottom: 40px;
}
.product-page--reports--item--title,
.product-page--reports--item--description-short, 
.product-page--reports--item--description-full {
    width: 100%;
}
.product-page--reports--item--open-button-container {
    width: 100%;
}
@media (min-width: 576px) {
    .product-page--reports--item--title,
    .product-page--reports--item--description-short, 
    .product-page--reports--item--description-full {
        width: 47%;
    }
}
@media (min-width: 992px) {
    .product-page--reports--item--title,
    .product-page--reports--item--description-short, 
    .product-page--reports--item--description-full {
        width: 100%;
    }
}
.product-page--reports--item {
    background: #FFFFFF;
    border-radius: 23px;
    padding: 20px 20px 0 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .product-page--reports--item {
        display: block;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .product-page--reports--item {
        padding: 30px 30px 0 30px ;
    }
}
.product-page--reports--item--logo img {
    max-width: 280px;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .product-page--reports--item--image img {
        margin-bottom: 20px;
    }
}
.product-page--reports--item--image {
    height: 112px;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    margin:0 0 20px 0;
}
@media (min-width: 576px) {
    .product-page--reports--item--image {
        height: 76px;
    }
}
@media (min-width: 768px) {
    .product-page--reports--item--image {
        height: 106px;
    }
}
@media (min-width: 992px) {
    .product-page--reports--item--image {
        margin: 0 -10px;
    }
}
@media (min-width: 1200px) {
    .product-page--reports--item--image {
        height: 130px;
        margin: 0 -20px;
    }
}

.product-page--reports--container:nth-child(1) .product-page--reports--item--image {
    background-image: url("../images/product-item-image1-v2.svg");
    
}
.product-page--reports--container:nth-child(2) .product-page--reports--item--image {
    background-image: url("../images/product-item-image2-v2.svg");
}
.product-page--reports--container:nth-child(3) .product-page--reports--item--image {
    background-image: url("../images/product-item-image3-v2.svg");
}
.product-page--reports--item--description-short {
    margin-bottom: 20px;
    transition: all 0.4s ease 0s;
}
@media (min-width: 992px) {
    .product-page--reports--item--description-short {
        height: 100px;
        margin-bottom:0;
    }
}

.product-page--reports--item--active .product-page--reports--item--description-short {
    visibility: hidden;
    opacity:0;
    display:none;
}
.product-page--reports--item--description-full {
    visibility: hidden;
    opacity:0;
    height:0;
    transition: all 0.4s ease 0s;
}
.product-page--reports--item--active .product-page--reports--item--description-full {
    visibility: visible;
    opacity:1;
    height:auto;
}
.product-page--reports--item--description-full--text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .product-page--reports--item--description-full--text {
        height: 340px;
    }
}
@media (min-width: 1200px) {
    .product-page--reports--item--description-full--text {
        height: 280px;
    }
}
@media (min-width: 1400px) {
    .product-page--reports--item--description-full--text {
        height: 260px;
    }
}
.product-page--reports--item--open-button-container {
    line-height: 0;
    visibility: visible;
    opacity:1;
}
.product-page--reports--item--active .product-page--reports--item--open-button-container {
    visibility: hidden;
    opacity:0;
    display:none;
}

.product-page--reports--item--open-button {
    width: 172px;
    height: 40px;
    border-radius: 5px;
    border:0;
    background:  #FF732A;
    position: relative;
    overflow: hidden;
}
.product-page--reports--item--open-button:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    background: url("../images/arrow-white.png") no-repeat center center #FF732A;
    transform: rotate(90deg);
}
.product-page--reports--item--description-full--button {
    padding-bottom: 20px;
}
@media (min-width: 1200px) {
    .product-page--reports--item--description-full--button {
        padding-bottom: 30px;
    }
}

.product-page--reports--item--description-full--button button,
.product-page--reports--item--description-full--button a {
    font-family: 'Muller';
	/*font-family: Arial;*/
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FF732A;
    border: 1px solid #FF732A;
    border-radius: 5px;
    padding: 11px 12px;
    background-color: #fff;
    display:inline-block;
}
.product-page--reports--item--description-full--button button:hover,
.product-page--reports--item--description-full--button a:hover{
    opacity: 0.8;
}
.product-page--gray--pc {
	height: 460px;	
	background-color: #8996A0;
    background-image: url("../images/product-item-map-bg.png");
    background-repeat: no-repeat;
	background-size: 300px;
    background-position:  bottom 30px center;
    position:relative;
    color: #fff;
	margin-bottom: 50px;
}
@media (min-width: 552px) {
    .product-page--gray--pc {
		height: 519px;
		background-size: auto;
    }
}
@media (min-width: 992px) {
    .product-page--gray--pc {
        height: 263px;
        background-position:  center left calc(50% + 330px);
		background-size: 320px;
    }
}
@media (min-width: 1200px) {
    .product-page--gray--pc {
        background-position:  bottom left calc(50% + 350px);
		background-size: auto;
    }
}
@media (min-width: 1400px) {
    .product-page--gray--pc {
        background-position:  bottom left calc(50% + 340px);
    }
}
.product-page--gray--pc--text-block {
	height: 263px;
	display: flex;
	align-items:center;
}
.product-page--gray--pc--title {
	font-family: 'Muller';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 1px;
}
.product-page--gray--pc--title + .product-page--gray--pc--description {
	margin-top: 30px;
}
.product-page--contact-us {
    background-color: #8996A0;
    background-image: url("../images/product-item-contact-bg-v2.jpg");
    background-repeat: no-repeat;
    background-position:  bottom center;
    position:relative;
    color: #fff;
    height: 410px;
}
.product-page--contact-us--mb {
	margin-bottom: 50px;
}
@media (min-width: 576px) {
    .product-page--contact-us {
        height: auto;
        background-position:  bottom left calc(50% - 276px);
    }
}
@media (min-width: 992px) {
    .product-page--contact-us {
        background-position:  bottom left calc(50% - 396px);
    }
}
@media (min-width: 1200px) {
    .product-page--contact-us {
        background-position:  bottom left calc(50% - 430px);
    }
}
@media (min-width: 1400px) {
    .product-page--contact-us {
        background-position:  bottom left calc(50% - 456px);
    }
}

.product-page--contact-us div[class^="col-"] {
    height: 100px;
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .product-page--contact-us div[class^="col-"] {
        height: 200px;
    }
}
.product-page--psp-programms {
	margin-bottom:50px;
	padding: 60px 0 60px;
	background: #F4F6FA;
	color: #3B4958;
}
@media (min-width: 768px) {
	.product-page--psp-programms {
		padding: 80px 0 80px;
	}
}
.product-page--psp-programms--title {
	font-family: 'Muller';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 30px;
}
.product-page--psp-programms--title-img {
	min-height: 280px;
}

.product-page--psp-programms--programm {
	background-color:#fff;
	border-radius: 20px;
	
	margin: 15px 0;
	background-size:cover;
	padding: 30px;
}
@media (min-width: 576px) {
	.product-page--psp-programms--programm {
		height: 300px;
	}
}
@media (min-width: 768px) {
	.product-page--psp-programms--programm {
		height: 360px;
	}
}
@media (min-width: 1400px) {
	.product-page--psp-programms--programm {
		height: 340px;
	}
}
.product-page--psp-programms--programm--title {
	font-family: 'Muller';
	font-size: 21px;
	line-height: 110%;
}
@media (min-width: 768px) {
	.product-page--psp-programms--programm--title {
		font-size: 25px;
	}
}
@media (min-width: 1200px) {
	.product-page--psp-programms--programm--title {
		font-size: 30px;
	}
}
.product-page--psp-programms--programm--description {
	font-family: 'Muller';
	/*font-family: Arial;*/
	font-size: 14px;
	line-height: 120%;
}
@media (min-width: 768px) {
	.product-page--psp-programms--programm--description {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.product-page--psp-programms--programm--description {
		font-size: 20px;
	}
}


.btn-round {
    border-radius: 5px;
}
.product-page--content-item {
    padding: 50px 0 60px;
}
.product-page--content-item .for-h2 {
    font-family: 'Muller';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 20px;
    color: #3B4958;
    
}
.product-page--content-item h2 {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #3B4958;
    margin-bottom: 40px;
}
.product-page--content-item .for-h1 {
    font-size: 30px;
	line-height: 110%;
    color: #3B4958;    
}
.product-page--content-item .h1 {
    font-size: 36px;
	line-height: 110%;
    color: #333333;
}

.product-page--content-item .image {
    border: 1px solid #8996A0;
    max-width: 100%;
}
.bg-gray {
    background: #F4F6FA;
}
.bg-gray-light {
	background: rgba(211, 218, 231, 0.2);;
}
.text-orange {
    color: #FF732A;
}
.product-page--slides--item--title {
    font-family: 'Muller';
	/*font-family: Arial;*/
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    color: #3B4958;
}
.product-page--slides--item {
    text-align: center;
    padding-bottom: 40px;
}
.product-page--slides--item--slide {
    display: block;
    position: relative;
    
}
.product-page--slides--item--slide:hover {
    /*opacity: 0.7;*/
}
.product-page--slides--item--slide img {
    max-width: 100%;
    opacity:1;
}
.product-page--slides--item--slide:hover img {
    opacity:0.7;
}
.product-page--slides--item--slide:after {
    transition:all 0.5s ease 1s;
    opacity: 0;
    visibility: hidden;
}
.product-page--slides--item--slide:hover:after {
    content: "";
    opacity: 1;
    visibility: visible;
    display: block;
    width: 72px;
    height: 48px;
    background: url("../images/zoom.png") no-repeat center left 20px #8996A0;
    border-radius: 3px;
    top: calc(50% - 24px);
    left: calc(50% - 36px);
    position: absolute;
}
.product-page--partners--item {
    padding-bottom: 30px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.product-page--partners--item img {
    width: 100%;
}
.feedback-modal .modal-content {
    border-radius: 0;
    border: 0;
}

.feedback-modal .modal-dialog {
    
}
@media (min-width: 768px) {
    .feedback-modal .modal-dialog {
        max-width: 700px;
    }
}
@media (min-width: 992px) {
    .feedback-modal .modal-dialog {
        max-width: 900px;
    }
}
@media (min-width: 1200px) {
    .feedback-modal .modal-dialog {
        max-width: 1100px;
    }
}
.feedback-modal .modal-header {
    padding: 20px 20px 10px;
    position: relative;
    border: 0;
}
.feedback-modal .modal-body {
    padding: 10px 20px 20px;
    position: relative;
}
@media (min-width: 768px) {
    .feedback-modal .modal-header {
        padding: 40px 40px 20px;
    }
    .feedback-modal .modal-body {
        padding: 20px 40px 40px;
    }
}
@media (min-width: 1200px) {
    .feedback-modal .modal-header {
        padding: 60px 90px 30px;
}
    .feedback-modal .modal-body {
        padding: 30px 90px 60px;
    }
}

.feedback-modal .modal-title,
.h5-subtitle {
    font-family: 'Muller';
    font-size: 28px;
    line-height: 110%;
    color: #3B4958;
    margin-right: 20px;
}
@media (min-width: 768px) {
    .feedback-modal .modal-title,
	.h5-subtitle	{

        font-size: 36px;
        line-height: 110%;
    }
}
.feedback-modal .btn-close-modal {
    position: absolute; 
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
    display: block;
    background: url("../images/close.svg") no-repeat center center;
    border: 0;
}
.feedback-modal--personal {
    display: flex;
    background: url("../images/modal-image-bg.svg") no-repeat;
    background-position: top 46px left 31px;
    background-size: 76px;
    
}
@media (min-width: 768px) {
    .feedback-modal--personal {
        background-position: top 120px left 90px;
        background-size: 171px;
    }
}
.feedback-modal--personal--image {
    padding-bottom: 30px;
}
.feedback-modal--personal--image img {
    width:80px;
	border-radius: 100px;
}
@media (max-width: 576px) {
    .feedback-modal--personal {
        flex-wrap: wrap;
    }
    .feedback-modal--personal--image {
        width: 100%;
    }
    .feedback-modal--personal--contact-info {
        margin-left: 0 !important;
    }
    .feedback-modal--personal--image {
        padding-bottom: 66px;
    }
    .feedback-modal--personal--image img {
        width: 200px;
    }
    .feedback-modal--personal {
        background-position: top 128px left 122px;
        background-size: 140px;
    }
}

@media (min-width: 768px) {
    .feedback-modal--personal--image {
        padding-bottom: 30px;
        min-height: 270px;
    }
    .feedback-modal--personal--image img {
        width:200px;
    }
}
.feedback-modal--personal--contact-info--title {
    font-size: 14px;
    line-height: 17px;
    color: #3B4958;
    margin-bottom: 30px;
}
.feedback-modal--personal--contact-info--phone {
    font-weight: 700;
    font-size: 20px;
    color: #3B4958;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .feedback-modal--personal--contact-info--phone {
        font-size: 26px;
    }
}
.feedback-modal--personal--contact-info--email a {
    font-weight: 700;
    font-size: 14px;
    color: #006CFF;
    text-decoration: none;
}
@media (min-width: 768px) {
    .feedback-modal--personal--contact-info--email a {
        font-size: 16px;
    }
}
.feedback-modal--personal--contact-info--email a:hover {
    opacity: 0.8;
}
.feedback-modal--personal--contact-info {
    margin-left: 30px;
}
@media (min-width: 768px) {
    .feedback-modal--personal--contact-info {
        margin-left: 60px;
        margin-right: 30px;
    }
}
.feedback-modal--form .form-label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.form-control:focus,
.form-select:focus {
    color: #000;
    background-color: #fff;
    border-color: rgb(255 115 42 / 25%);
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(255 115 42 / 25%);
}

.image-modal .modal-content,
.image-modal .modal-header {
    border:0;
    border-radius: 0;
}
.image-modal .modal-header {
    position: relative;
    padding: 0
}
.image-modal .btn-close-modal {
    position: absolute; 
    top: -10px;
    right: -11px;
    width: 22px;
    height: 22px;
    border: 1px solid gray;
    border-radius: 22px;
    display: block;
    background: url("../images/close.svg") no-repeat center center rgba(255,255,255,0.4);
    background-size: 10px;
    z-index: 100;
}
.image-modal .btn-close-modal:hover {
    background-color: rgba(255,255,255,0.8);
}
.image-modal .modal-body {
    padding: 0;
}
@media (min-width: 768px) {
    .image-modal .modal-dialog {
        max-width: 700px;

    }
}
@media (min-width: 992px) {
    .image-modal .modal-dialog {
        max-width: 800px

    }
}
@media (min-width: 1200px) {
    .image-modal .modal-dialog {
        max-width: 1000px

    }
}
.image-modal .modal-body img {
    max-width:100%;
}
.partners--novo-nordisk {
    width: 120px !important;
}
.partners--sotex {
    width: 110px !important;
}
.partners--rpharm {
    width: 104px !important;
}

#up {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 5px;
    background: #FF732A;
    color: #fff;
    width: 52px;
    height: 52px;
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
    border:0;
    outline: 0;
    transition:all 0.5s ease 0.2s;
    display:none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); 
}
#up:before {
    width: 12px;
    height: 16px;
    display: block;
    content:"";
    background: url(../images/arrow-white.png) no-repeat center center;
    margin: 0 auto;
    transform: rotate(270deg);
}
#up:hover {
    opacity: 0.8;
}
.modal-small-title {
    font-size: 26px;
    line-height: 110%;
    color: #3B4958;
}
.btn-loading,
.btn-loading:hover {
    position:relative;
    background: gray;
    opacity:1;
    cursor: default;
}
.btn-loading:after {
    position:absolute;
    width:30px;
    height: 30px;
    content:''; 
    background: url("../images/loading.gif") no-repeat center center;
    background-size: contain;
    top: 5px;
    right: -35px;
}
.title--introtext {
	font-size: 18px;
	line-height: 22px;
	color: #3B4857;
}
.row--content {
	margin-top: 80px;
}
.row--content a {
	text-decoration: underline;
}
.row--content a:hover {
	text-decoration: none;
}
.B_crumbBox {
	padding-left:0;
	display:flex;
	margin-bottom: 30px;
}
.B_crumbBox li {
	list-style:none;
}
.B_separator {
	margin:0 8px;
}
.inner-submenu--block {
	padding-bottom: 20px;
}
@media (min-width:768px) {
	.inner-submenu--block {
		padding-bottom: 30px;
	}
}
@media (min-width:1200px) {
	.inner-submenu--block {
		padding-bottom: 50px;
	}
}
.inner-submenu--block a {
	padding-left: 40px;
	font-family: 'Muller';
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
	background: url("../images/big-arrow.png") no-repeat top 5px left;
	display: block;
}
@media (min-width:768px) {
	.inner-submenu--block a {
		font-size: 30px;
		line-height: 36px;
	}
}
@media (min-width:1200px) {
	.inner-submenu--block a {
		font-size: 36px;
		line-height: 40px;
	}
}
.inner-submenu--block a:hover {
	color: #1DB5B0;
	background-image: url("../images/big-arrow-green.png");
}
.ask-block-container {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.ask-block-container--photo {
	width: 100%;
	padding-right: 15px;
	height: 310px;
	background: url("../images/ask-me--background.png") no-repeat top 146px left 60px;
}
@media (min-width: 500px) {
	.ask-block-container--photo {
		width: 238px;
	}
}

.ask-block-container--photo img {
	/*margin-top: 62px;*/
	border-radius: 120px;
}
.ask-block-container--info {
	width: 150px;
	font-size: 14px;
	line-height: 17px;
	color: #3B4958;
	margin-top: -6px;
}
@media (min-width: 500px) {
	.ask-block-container--info {
		margin-top: 30px;
		margin-left: -8px;
	}
}
@media (min-width: 992px) {
	.ask-block-container--info {
		margin-top: -6px;
		margin-left: 0;
	}
}
@media (min-width: 1400px) {
	.ask-block-container--info {
		margin-top: 30px;
		margin-left: -8px;
	}
}
.ask-block-container--info--fio {
	margin-bottom:3px;
}
.ask-block-container--info button {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #3B4958;	
	background: transparent;
	border:0;
	padding: 2px 20px 2px 0;
	background: url("../images/arrow-orange.png") no-repeat right center;
}
.ask-block-container--info button:hover {
	opacity: 0.8;
}
.section--project {
	padding: 80px 0 60px;
}
.section--project--item {
	padding-bottom: 30px;
	display: flex;
}
.section--project--item img {
	width: 104px;
	height: 104px;
	
}
.section--project--item--image {
	margin-right: 30px;
}
.section--project--item--content {
	margin-right: 30px;
	font-size: 14px;
	line-height: 17px;
	color: #000;
}
.section--project--item--content a {
	font-size: 16px;
	font-weight: bold;
	position:relative;
	background: url("../images/icon_download.png") no-repeat right;
	padding-right: 30px;
}
.section--directions {
	padding: 80px 0 60px;
	background: rgba(211, 218, 231, 0.2);
}
.section--direction--item {
	height: 130px;
	position:relative;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items:center;
	margin-bottom: 30px;
	padding: 0 60px 0 40px;
}
.section--direction--item:after {
	display: block;
	content: '';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background: rgba(59, 72, 87, 0.6);
}
.section--direction--item a {
	font-family: 'Muller';
    font-size: 24px;
    line-height: 29px;
	z-index:200;
	color: #fff;
}
.section--direction--item a:hover {
	opacity: 0.7;
}
.w-100 {
	width:100%;
}
.news-item--inner {
	margin-bottom: 60px;
}
.news-item--inner .news-item--inner--date {
	color: #3B4958;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
.news-item--inner .news-item--inner--title {
	color: #3B4958;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
}

.news-item--inner .news-item--inner--description {
	font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-top: 10px;
}
.publications-item--inner {
	margin-bottom: 60px;
	display: flex;
}
.publications-item--inner--image {
	margin-right: 30px;
}
@media (max-width: 768px) {
	.publications-item--inner--image {
		display:none;
	}
}
.publications-item--inner--image img {
	width: 300px;
	max-width: 300px !important; 
}
.publications-item--inner .publications-item--inner--title {
	color: #3B4958;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
}
#content.inner img {
	max-width: 100%;
}
.date-style {
	
	
	
}
.f-muller {
	font-family: Muller;
}
.c-gray {
	color: #3B4958;
}
.c-orange {
	color: #FF732A;
}

.f-12 {
	font-size: 12px;
	line-height: 110%;
}
.f-14 {
	font-size: 14px;
	line-height: 110%;
}
.f-16 {
	font-size: 16px;
	line-height: 110%;
}
.f-20 {
	font-size: 20px;
	line-height: 24px;
}
.f-22 {
	font-size: 22px;
	line-height: 26px;
}
.f-24 {
	font-size: 24px;
	line-height: 120%;
}
.f-bold {
	font-weight: 700;
}
.c-black {
	color: #000;
}
.i {
	margin-bottom:20px;
	display: block;
	background-image: url("../images/icon_hospital.png");
}
.i-hospital {
	width:42px;
	height: 40px;
}
.product-page--text-block h3 {
	font-family: 'Muller';
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 36px;
}
.product-page--text-block {
	margin-bottom: 50px;
}

.product-page--text-block--right-content {
	font-size: 14px;
	line-height: 120%;
	align-items: center;
    display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-page--text-block--right-content p {
	margin-bottom: 0;
}

.product-page--text-block--right-content--green-block {
	padding: 24px;
	color: #FFFFFF;
	background: #37BAC4;
}
.product-page--text-block--right-content--description {	
	color: #3B4958;
}
.product-page--text-block--right-content--green-block  + .product-page--text-block--right-content--description {
	margin-top: 30px;
}

.product-page--gray-second {
	background: #8996A0;
	padding: 60px 0;
	margin-bottom: 50px;
	color: #fff;
}
.product-page--gray-second--text-block {
	margin: 20px 0;
}
.product-page--gray-second--text-block p {
	margin-bottom: 0;
}
.product-page--gray-second--title {
	font-family: 'Muller';
	font-weight: 700;
	font-size: 21px;
	line-height: 100%;
}
@media (min-width: 768px) {
	.product-page--gray-second--title  {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.product-page--gray-second--title  {
		font-size: 32px;
	}
}
.product-page--gray-second--description {
	font-family: 'Muller';
	font-size: 16px;
	line-height: 120%;
}
@media (min-width: 768px) {
	.product-page--gray-second--description  {
		font-size: 24px;
	}
}
.product-page--gray-second--description .orange-text {
	color: #FF732A;
	font-size: 24px;
	font-weight: 700;
}
.product-page--gray-second--container {
	display: flex;
	align-items:center;
}
.product-page--gray-round {
	padding: 50px;
	margin-bottom: 50px;
	background: #F4F6FA;
	border-radius: 32px;
	font-size: 18px;
}

.product-page--gray-round h3 {
	font-family: 'Muller';
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	color: #3B4958;
	margin-bottom: 10px;
}
.product-page--presentation {
	margin-bottom:50px;
}

.product-page--presentation--file {
	text-align:center;
}
@media (min-width: 768px) {
	.product-page--presentation--file {
		text-align:left;
	}
}
.hint {
    color: #A9A9A9;
    font-size: 14px;
}
.webform {
	max-width: 600px;
}
.webform .form-check-label {
	cursor: pointer;
	font-size: 16px;
}
.webform .form-check-label .form-check-input {
	margin-top: 2px;
	cursor: pointer;
}
.webform--hint {
	font-family: "Muller";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.form-check-input:checked {
	background-color: #FF732A;
    border-color: #FF732A;
}
.form-check-input:focus {
    border-color: #FF732A;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 115 42 / 25%);
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 115 42 / 25%);
}
textarea{resize: none}

.block-shadow {
	padding: 30px 30px;
	box-shadow: 16.2766px 16.2766px 18.0851px #D1D9E6, -16.2766px -16.2766px 18.0851px rgba(209, 217, 230, 0.4);
	background: #fff;
}
.block-shadow p {
	margin-bottom: 0;
}
.links-item {
	margin-bottom: 40px;
}
.links-item--arrow {
	height: 70px;
	background: url("../images/links-arrow.png") no-repeat bottom right;
}
.links-item--arrow a {
	font-size: 24px;
	line-height: 120%;
}
.extract {
    font-size: 16px;
    line-height: 20px;
}
.simplesearch-highlight {
    background: #FF732A;
    color: #fff;
}
.open-search .main--search {
	top:-0px;
}

.main--search {
	top:-100px;
	position: absolute;
    left: 66px;
    right: 50px;
    background: #fff;
    z-index: 100;
	border-left: 1px solid #3B4958;
	transition: all 0.3s ease 0.2s
}
@media (min-width:768px) {
    .main--search  {
        left: 40%;
    }
}
@media (min-width:992px) {
    .main--search  {
        left: 30%;
    }
}



.main--search--container {
	height: 61px;
}
.main--search--container input {
	
	border: 0;
    box-shadow: none !important;
}
.main--search form {
	margin-top: 23px;
	
}

.bg-color-gray {
	background-color: #E1E4E7;
}
.p-t-40 {
	padding-top: 40px;
}
.p-b-40 {
	padding-bottom: 40px;
}
 /*** gr ***/
.gr-background {
	background-image: url("../images/gr-top.png");
	background-repeat: no-repeat;
	background-position: left center;
	height: 222px;
	background-size: cover;
}
@media (min-width:576px) {
    .gr-background   {
        height: 154px;
		background-position: center center;
		background-size: contain;
    }
}
@media (min-width:768px) {
    .gr-background   {
        height: 205px;
		
    }
}
@media (min-width:768px) {
    .gr-background   {
        height: 205px;
    }
}
@media (min-width:992px) {
    .gr-background   {
        height: 270px;
    }
}
@media (min-width:1200px) {
    .gr-background   {
        height: 307px;
		background-size: 100% 307px;
    }
}
@media (min-width:1400px) {
    .gr-background   {
        height: 340px;
		background-size: 100% 340px;
    }
}
.gr--tree-block {
	min-height: 2010px;
	background-image: url("../images/gr-tree.png");
	background-repeat: no-repeat;
	background-position: top 140px left calc(50% - 104px);
	padding-bottom: 40px;
}
.gr--tree-block--container {
	position:relative;
	padding-top: 1576px;
}
.gr--tree-block--blocks {
	position:absolute;
	margin-left: 76px;
	width: 450px;
	
}
.gr--tree-block--block-first {
	top: 56px;
	left:50%;
	right:0;
	
}

.gr--tree-block--block-second {
	top: 680px;
	left:0;
	right:50%;
	margin-left: 76px;
}
.gr--tree-block--block-third {
	top: 1165px;
	left:50%;
}
.gr--tree-block--block-fourth {
	
	position:relative;
	
	margin-left: 76px;
}
.gr--tree-block--blocks--item {
	padding: 14px 15px 12px 15px;
	background: #FF732A;
	border-radius: 5px;
	box-shadow:0px 4px 4px #E1E5E7;
	color: #fff;
	position:relative;
	cursor: pointer;
}
.gr--tree-block--blocks--item h4 {
	color: #fff;
}
.gr--tree-block--blocks--item .gr--tree-block--blocks--item--content {
	opacity: 0;
	transition: visibility 0s, opacity 0.4s ease-in-out, height 0.4s ease-in-out;
	font-size: 14px;
	height:0;
}

.gr--tree-block--blocks--item--toggle-button {
	position:absolute;
	width:30px;
	height: 30px;
	border-radius: 20px;
	right: 10px;
	bottom: 10px;
	border: 0;
	background: url("../images/arrow-orange-solid.png") no-repeat left 11px center #FFF;
	transition: background-color 0.4s ease-in-out 0.1s,
				background-position 0.4s ease-in-out 0.1s,
				transform 0.4s ease-in-out,
				-webkit-transform 0.4s ease-in-out;
}

.gr--tree-block--blocks--item.gr--tree-block--blocks--item--view {
	background-color: rgba(29, 181, 176,0.8);
}
.gr--tree-block--blocks--item.gr--tree-block--blocks--item--view .gr--tree-block--blocks--item--toggle-button {
	background-color: rgba(59, 73, 88, 0.8);
	background-image: url("../images/arrow-white-solid.png");
	background-position: left 8px top 8px;
	transition: background-color 0.4s ease-in-out 0s,
				transform 0.4s ease-in-out,
				-webkit-transform 0.4s ease-in-out;
}
.gr--tree-block--blocks--item.gr--tree-block--blocks--item--view .gr--tree-block--blocks--item--content {
	opacity: 1;
	margin-top: 20px;
	height:auto;
}
.gr--tree-block--blocks--item--content a {
	color: #fff;
	text-decoration:underline;
}
.gr--tree-block--blocks--item--content a:hover {
	text-decoration:none;
}

.gr--gray--feedback {
	background-image: url("../images/gr-feedback-image.png");
	background-repeat: no-repeat;
	background-position: bottom left calc(50% - 320px);
	background-color:#3B4958;
}
.gr--gray--feedback--text {
	height:385px;
	margin: 30px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 30px;
	line-height: 120%;
	color: #fff;
}
/*** gr [end] ***/

/*** nasha komanda ***/
.our-team--header {
	height: 278px;
	/*background-image: url("../images/team-back.jpg");*/
	
	background-image: url("../images/team-v2.png");
	background-repeat: no-repeat;
	background-position: calc(50% + 250px) center;
	display: flex;
	align-items: center;	
}
@media (min-width: 576px) {
	.our-team--header {
		background-position: calc(50% + 72px) center;
	}
}
@media (min-width: 768px) {
	.our-team--header {
		background-position: calc(50% + 150px) center;
	}
}
@media (min-width: 992px) {
	.our-team--header {
		background-position: center center;
	}
}
.our-team--header--text {
	max-width: 490px;
	font-size: 28px;
	line-height: 32px;
	color: #FFFFFF;
}
@media (min-width: 768px) {
	.our-team--header--text {
		max-width: 490px;
		font-size: 36px;
		line-height: 40px;
	}
}
.our-team--sub-title {
	font-size: 20px;
	line-height: 120%;
}
.our-team--description {
	font-size: 28px;
	line-height: 32px;
	color: #333333;
}
@media (min-width: 768px) {
	.our-team--description {
		font-size: 36px;
		line-height: 40px;
	}
}
.our-team--position {
	max-width: 200px;
	font-size: 14px;
	line-height: 120%;
	color: #3B4958;
}
.our-team--description-sub {
	color: #333333;
}
.color-333333 {
	color: #333333;
}
.color-758592 {
	color: #758592 !important;
}
.our-team--people {
	text-align:center;
	color: #3B4958;
}
.our-team--people--image img {
	border-radius: 100px;
	width: 100px;
}
.b-r-0 {
    border-radius:0 !important;
}
.our-team--people--image {
	padding-bottom: 40px;
}
.our-team--people--info p {
	margin-bottom: 0.2rem;
}
.our-team--people--depatrment {
	font-size: 14px;
}
.no-text-decoration {
	text-decoration: none !important;
}
/*** nasha komanda [end] ***/

/* Form */
.form-row{margin-bottom:30px;}
.input{outline:none;display:block;width:100%;border:none;padding:0;margin:0;background:transparent;border-bottom:1px solid #3C4958;line-height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3C4958;font-weight:600;font-size:1.125em;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.input:hover,.input:focus{border-color:#FF7E2E;}
.input::-webkit-input-placeholder{color:#3C4958;opacity:.7;}
.input:-ms-input-placeholder{color:#3C4958;opacity:.7;}
.input::-moz-placeholder{color:#3C4958;opacity:.7;}
.input:-moz-placeholder{color:#3C4958;opacity:.7;}
.input-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;color:#777;margin-bottom:15px;}
.input-checkbox p{color:#3C4958;margin:0;font-size:.75em;}
.input-checkbox input{display:none;}
.input-checkbox .check{position:relative;width:20px;height:20px;min-width:20px;border-radius:4px;background:#fff;border:1px solid #3C4958;cursor:pointer;margin-right:15px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.input-checkbox .check svg{display:block;position:absolute;top:0;left:3px;width:18px;opacity:0;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.input-checkbox input:checked ~.check svg{opacity:1;}
.input-checkbox:hover .check{border-color:#FF7E2E;}
.select-hidden{display:none!important;visibility:hidden;}
.select{cursor:pointer;display:block;position:relative;width:100%;height:50px;}
.select-styled{position:relative;top:0;right:0;bottom:0;left:0;font-size:1.125em;font-weight:600;border-bottom:1px solid #3C4958;color:#3C4958;padding-right:30px;height:50px;line-height:50px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.select-styled:hover{border-color:#FF7E2E;}
.select-options{display:none;position:absolute;top:100%;right:0;left:0;font-size:1em;z-index:999;margin:0;list-style:none;background-color:#fff;max-height:300px;overflow-y:auto;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.05);box-shadow:0 5px 15px rgba(0,0,0,.05);}
.select-options li{margin:0;padding:15px;border-top:1px solid rgba(0,0,0,.05);color:#3C4958;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.select-options li:hover{color:#FF7E2E;}
.select-options li[rel="hide"]{display:none;}
.select-styled:after{content:'';position:absolute;top:50%;right:15px;margin-top:-5px;width:10px;height:10px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;background-repeat:no-repeat;background-size:contain;background-image:url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC43NCAxOC43NCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjIzLDUuNzlhLjc1Ljc1LDAsMCwxLDEtMS4wOGw4LjExLDcuNzYsOC4xMS03Ljc2YS43NS43NSwwLDEsMSwxLDEuMDhMOS44OSwxNGEuNzUuNzUsMCwwLDEtMSwwWiIvPjwvc3ZnPg==);}
.select-styled.active:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.form-img{margin-left:90px;}
.form-img img{display:block;width:100%;}
.no-underline {
	text-decoration: none !important;
}
.w-100-px {
	width: 100px;
}