/*
 * @file
 * Overall specifications for Catalog lite.
 */
 
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@500&display=swap'); 
 
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: #000;
  text-rendering: optimizeLegibility;
}

.bld {
  font-weight: 600;
}
/*Paragraphs and links*/
p {
  margin: 0;
  padding: 0 0 15px 0;
  font-family: 'Rubik',sans-serif;
  font-size: 17px;
}
p.large {
  font-size: 20px;
  line-height: 1.45;
}
p.extra-large {
  font-size: 24px;
  line-height: 1.30;
}
p.highlighted {
  background-color: #f7f7f7;
  display: inline-block;
  padding: 10px 40px;
  margin-bottom: 45px;
  border-radius: 50px;
  font-size: 16px;
}

.node__main-content {
  font-family: 'Rubik',sans-serif;
  font-size: 17px;
}

.view-footer {
  font-family: 'Rubik',sans-serif;
  font-size: 17px;
  padding-bottom:60px;
}

.view-footer h2.title {
  border: none;
}  

.region--gray-background p.highlighted {
  background-color: #ffffff;
}
.region--light-typography p.highlighted {
  background-color: rgba(255, 255, 255, 0.1);
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
  text-decoration: underline;
}
a.link--bordered,
.link--bordered a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
}
a.link--bordered:hover,
.link--bordered a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  border-color: transparent;
}
.region--dark-typography a.link--bordered,
.region--dark-typography .link--bordered a {
  color: #575757;
}
.region--light-typography a.link--bordered,
.region--light-typography .link--bordered a {
  border-color: #ffffff;
  text-decoration: none;
}
.region--light-typography a.link--bordered:hover,
.region--light-typography .link--bordered a:hover {
  border-color: transparent;
  text-decoration: none;
}
a.link--hover-style-2,
.link--hover-style-2 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
}
a.link--hover-style-2:before,
.link--hover-style-2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -6px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 1;
}
a.link--hover-style-2:hover,
.link--hover-style-2 a:hover {
  padding-left: 20px;
  text-decoration: none;
}
a.link--hover-style-2:hover:before,
.link--hover-style-2 a:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.1s; /* Safari */
  transition-delay: 0.1s;
}
.region--light-typography a.link--hover-style-2:before,
.region--light-typography .link--hover-style-2 a:before {
  color: #ffffff;
}
.link--hover-style-3 {
  background-repeat: repeat-x;
  background-size: 0px 0px;
  background-position: 0 25%;
  transition: 150ms ease-in-out;
}
.link--hover-style-3:hover {
  background-size: 1.2em 1.4em;
  color: #ffffff;
  text-decoration: none;
}
.region--light-typography .link--hover-style-3:hover {
  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.region--light-typography.region--dark-background .text--dark {
  color: #ffffff;
}
.region--light-typography.region--colored-background .text--colored {
  color: #ffffff;
}
.text--drop-cap:first-letter {
  float: left;
  font-size: 2.77em;
  line-height: 0.8;
  padding-top: 9px;
  padding-right: 12px;
}
.drop-cap {
  text-align: center;
  display: inline-block;
  font-size: 1.66em;
  line-height: 44px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border-width: 1px;
  border-color: #878787;
  border-style: solid;
  float: left;
  margin-right: 10px;
}

/*Regions with light typography*/
.region--light-typography {
  color: #ffffff;
}
.region--light-typography a,
.region--light-typography a.link--dark,
.region--light-typography .link--dark a {
  color: #ffffff;
  text-decoration: underline;
}
.region--light-typography a:hover,
.region--light-typography a:focus,
.region--light-typography a.link--dark:hover,
.region--light-typography a.link--dark:focus,
.region--light-typography .link--dark a:hover,
.region--light-typography .link--dark a:focus {
  color: #ffffff;
  text-decoration: none;
}

/*Basic elements*/
img {
  height: auto;
  max-width: 100%;
  border-radius: 0;
}
img.img--bordered,
.img--bordered img {
  border: 1px solid #e5e5e5;
}
.region--light-typography img.img--bordered,
.region--light-typography .img--bordered img {
  border-color: rgba(255, 255, 255, 0.15);
}
code,
pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
  background: #f6f6f6;
  border:none;
  border-left: 10px solid #d3d1cd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  font-size: 12px;
  max-height: 57px;
  overflow: hidden;
  margin: 40px 0 40px 45px;
}
pre:hover {
  max-height: 10000px;
 -webkit-transition: all ease-in-out 2s;
 -moz-transition: all ease-in-out 2s;
 -o-transition: all ease-in-out 2s;
 -ms-transition: all ease-in-out 2s;
 transition: all ease-in-out 2s;
}
blockquote {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  padding: 0;
  border-left: none;
  text-align: center;
  position: relative;
  margin: 20px 0px;
  padding: 50px 0 0;
}
.region--dark-typography blockquote {
  color: #2a2a2a;
}
p + blockquote {
  margin-top: 20px;
}
blockquote p {
  line-height: 1.25;
}

/*blockquote quote symbol*/
blockquote:before {
  content: "“”";
  font-size: 50px;
  position: absolute;
  text-align: center;
  font-style: normal;
  width: 100%;
  top: 0;
  left: 0;
  font-family: 'Source Code Pro', monospace;
}

/*blockquote for image node*/
.field--type-image blockquote:before {
  display:none;
}
.field--type-image blockquote {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    padding: 0;
    border-left: none;
    text-align: center;
    position: relative;
    margin: 10px 0px;
    padding: 10px 0 0;
}

/*blockquote large*/
blockquote.blockquote--large {
  padding-top: 0;
}
blockquote.blockquote--large p {
  font-size: 40px;
  padding-top: 0;
}
blockquote.blockquote--large .blockquote-footer::before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #f2f2f2;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 30px;
}
blockquote.blockquote--large .blockquote-footer {
  font-size: 24px;
  color: #2a2a2a;
  margin-top: 20px;
}
@media (min-width: 992px) {
  blockquote.blockquote--large {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  blockquote.blockquote--large p {
    font-size: 60px;
    padding-top: 0;
  }
}
.region--light-typography blockquote.blockquote--large .blockquote-footer::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.region--light-typography blockquote.blockquote--large .blockquote-footer {
  color: #ffffff;
}
blockquote.blockquote--large:before {
  content: "";
}
hr {
  border-top: 1px solid #ebebeb;
  margin-bottom: 40px;
  margin-top: 40px;
}
.region--gray-background hr {
  border-color: #e7e7e7;
}
.region--light-typography hr {
  border-color: #ffffff;
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.20;
  padding: 0;
  margin: 20px 0 10px 0;
  font-weight: 400;
  color: #2a2a2a;
}
.region--light-typography h1,
.region--light-typography h2,
.region--light-typography h3,
.region--light-typography h4,
.region--light-typography h5,
.region--light-typography h6 {
  color: #ffffff;
}
.headings-wide-spacing-enabled h1,
.headings-wide-spacing-enabled h2,
.headings-wide-spacing-enabled h3,
.headings-wide-spacing-enabled h4,
.headings-wide-spacing-enabled h5,
.headings-wide-spacing-enabled h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
.region--light-typography h1 a,
.region--light-typography h2 a,
.region--light-typography h3 a,
.region--light-typography h4 a,
.region--light-typography h5 a,
.region--light-typography h6 a {
  text-decoration: underline;
  color: #ffffff;
}
.region--light-typography h1 a:hover,
.region--light-typography h2 a:hover,
.region--light-typography h3 a:hover,
.region--light-typography h4 a:hover,
.region--light-typography h5 a:hover,
.region--light-typography h6 a:hover {
  text-decoration: none;
  color: #ffffff;
}
h1.title {
  margin-top: 0;
}
h1.page-title {
  margin-bottom: 0.5em;
}
.banner__section h1.page-title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 60px;
}
.banner__section .block:last-child h1.page-title {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .banner__section .block:last-child h1.page-title {
    margin-bottom: 35px;
  }
}
.banner__section .block:first-child:last-child h1.page-title {
  margin: 30px 0;
}
.banner__section .block:first-child h1.page-title {
  margin-bottom: 0;
}

/*resposinve text align*/
@media (min-width: 1200px) {
  .lg-text-center {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-text-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}

.node__main-content h3 {
   color: #00aff0;
   font-weight: 500;
   text-transform: none;
   font-size: 30px;
   font-family: 'Rubik',sans-serif !important;
   line-height: 1.20;
   padding-top: 30px;
   padding-bottom: 20px;
   text-align: center;
}

/*Block title*/
.block-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.block-title.block-title--border {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin: 0 0 12px 0;
}
.region--light-typography .block-title.block-title--border {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.block-title--medium {
  font-size: 42px;
  margin-bottom: 15px;
}
.block-title--large {
  font-size: 55px;
  margin-bottom: 15px;
}
.block-title--extra-large {
  font-size: 60px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-title--medium {
    font-size: 24px;
  }
  .block-title--large {
    font-size: 30px;
  }
  .block-title--extra-large {
    font-size: 48px;
  }
}
.headings-wide-spacing-enabled .block-title--large,
.headings-wide-spacing-enabled .block-title--extra-large {
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
h4.title,
h2.title,
nav > h2,
.block-search > h2 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: transparent;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.region--light-typography h2.title,
.region--light-typography h4.title,
.region--light-typography nav > h2,
.region--light-typography .block-search > h2 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.headings-wide-spacing-enabled h2.title,
.headings-wide-spacing-enabled h4.title,
.headings-wide-spacing-enabled nav > h2,
.headings-wide-spacing-enabled .block-search > h2 {
  letter-spacing: 0.55em;
  text-transform: uppercase;
}

/* block titles at full width regions */
.col-12 h2.title,
.col-12 nav > h2,
.col-12 .block-search > h2 {
  margin: 20px 0 30px;
  padding-bottom: 25px;
  font-weight: 400;
  border-bottom: none;
  position: relative;
  text-transform: none;
  font-size: 40px;
  text-align: center;
  border-top: 0;
  padding-top: 0;
}

#content-top-highlighted .col-12 h2.title {
  margin-top: 0;
  padding-top: 55px;
  padding-bottom: 32px;
  font-weight: 500;
  color:#13162f;
  border-bottom: none;
  position: relative;
  text-transform: none;
  font-size: 40px;
  text-align: center;
  border-top: 0;
}   
    
@media (max-width: 575px) {
  .col-12 h2.title,
  .col-12 nav > h2,
  .col-12 .block-search > h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .col-12 h2.title,
  .col-12 nav > h2,
  .col-12 .block-search > h2 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.region--light-typography h2.title,
.region--light-typography nav > h2,
.region--light-typography .block-search > h2,
.region--light-typography .block-title.block-title--border {
  border-color: rgba(255, 255, 255, 0.2);
}

/*footer*/
.footer__section h2.title,
.footer__section nav > h2,
.footer__section .block-search > h2 {
  font-size: 20px;
  margin: 0 0 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  border-top: none;
  position: relative;
  text-transform: none;
}
.col-12 .footer__section h2.title:after,
.col-12 .footer__section nav > h2:after,
.col-12 .footer__section .block-search > h2:after {
  background-color: transparent;
  width: 0;
  height: 0;
}

/*slideout region*/
.slideout__section h2.title,
.slideout__section nav > h2,
.slideout__section .block-search > h2 {
  margin: 0 0 20px 0;
}

/*spacing*/
.bottom-spacing-small {
  padding-bottom: 25px;
}
.bottom-spacing-medium {
  padding-bottom: 50px;
}
.bottom-spacing-large {
  padding-bottom: 90px;
}
.top-spacing-small {
  padding-top: 25px;
}
.top-spacing-medium {
  padding-top: 50px;
}
.top-spacing-large {
  padding-top: 90px;
}

/*misc*/
.mt-no-opacity {
  opacity: 0;
}

/* */
/* */
/* */
/* */
/* */

/*Mobile menu*/

.sf-depth-1 li {
    background-color: #fff;
}
.sf-depth-2---- a {
    background-color: #fff;
}


/*Цвет фона выпадающего пункта верхнего меню*/
.sf-depth-2 a {
  background-color: rgba(1, 1, 1, 0.35) !important;
}

.sf-depth-2 li {
    background-color: #d6effb;
}
.sf-depth-3 a {
    background-color: #d6effb;
}

.sf-clone-parent {display:none;}


.header-container ul.sf-menu > li > a .sf-sub-indicator::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    left: 50%;
    top: -2px;
    margin-left: -3px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    transform: none;
}

.header-container  ul.sf-menu .sf-sub-indicator::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    left: 60%;
    top: -2px;
    margin-left: -10px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    transform: none;
}

.header-container ul.sf-menu > li.menuparent > a {
    padding-right: 10px !important;
}

.header-container ul.sf-menu .sf-sub-indicator {
    right: -8px !important;
    width: 17px;
    font-size: 13px;
    font-weight: 400;
    top: 25px;
    margin-top: 0px;
}


/*  */  background-color: rgba(255, 255, 255, 0.75);
/*  */

@media (max-width: 414px) {
.site-name a {
    font-size: 20px;
}
#banner--- {
     display:none;
}

#banner h1 {
    font-size: 32px !important;
    padding-top:30px;
}

#block-catalog-lite-breadcrumbs {
     display:none;
}

}


/* Menu */

#block-mainnavigation-3 ul.sf-menu ul li {
    width: 100%;
    min-width: 260px;
}

.header-container .sf-shadow.sf-menu.menu ul  {
    width: 100%;
    min-width: 260px;
}


/* jcarousel */

.main-content__section .block {
    padding-bottom: 0px !important;
}

.view-karusel-specialistov--- .jcarousel-skin-default--- .jcarousel--- li {
    float: left;
    height: 380px;
    margin-right: 15px;
    margin-left: 15px;
}

.view-karusel-specialistov .jcarousel-skin-default .jcarousel li {
    float: left;
    height: 255px;
    margin-right: 15px;
    margin-left: 15px;
}

.view-karusel-specialistov--- .jcarousel-skin-default--- {
    margin: 20px auto;
    padding-left: 6px;
    position: relative;
    border: none;
    width:  95%;
    max-width: 95%;
    height: 380px;
    box-shadow: none;
    }

.view-karusel-specialistov .jcarousel-skin-default {
    margin: 20px auto;
    padding-left: 6px;
    position: relative;
    border: none;
    width:  95%;
    max-width: 95%;
    height: 290px;
    box-shadow: none;
    }
    
.view-karusel-specialistov .views-field-field-image {
    text-align:center;
}

.view-karusel-specialistov--- .views-field-title--- {
    max-width: 230px;
    text-align:center;
    margin-left:0px;
    margin-right:0px;
    background:#04245d;
}

.view-karusel-specialistov .views-field-title {
    max-width: 230px;
    text-align:center;
    margin-left:0px;
    margin-right:0px;
}

.view-karusel-specialistov--- .views-field-title--- a {
    font-family: 'IBM Plex Sans', Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.20;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 14px;
}

.view-karusel-specialistov--- .views-field-title--- a:hover {
    color: #33b4ee;
    text-decoration: none;
}


.view-karusel-specialistov .views-field-title a {
    font-family: 'IBM Plex Sans', Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1.20;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 14px;
}

.view-karusel-specialistov .views-field-title a:hover {
    color: #33b4ee;
    text-decoration: none;
}


.view-karusel-specialistov .overlay--colored {
    background-color: rgba(31, 146, 209, 0.2);
}

.view-karusel-specialistov .overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    width: 230px;
}

.view-karusel-specialistov--- .jcarousel-skin-default--- .jcarousel-control-prev---, .jcarousel-skin-default--- .jcarousel-control-next--- {
    position: absolute;
    top: 74px;
    width: 40px;
    height: 40px;
    text-align: center;
    background:#33b4ee;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font: 40px/31px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    box-shadow:  none;
}

.view-karusel-specialistov .jcarousel-skin-default .jcarousel-control-prev {
    position: absolute;
    top: 60px;
    width: 40px;
    height: 40px;
    text-align: center;
    background:none;
    color: #13162f;
    text-decoration: none;
    text-shadow: none;
    font: 140px/31px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    box-shadow:  none;
}

.view-karusel-specialistov .jcarousel-skin-default .jcarousel-control-next {
    position: absolute;
    top: 60px;
    width: 48px;
    height: 40px;
    text-align: center;
    background:none;
    color: #13162f;
    text-decoration: none;
    text-shadow: none;
    font: 140px/31px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    box-shadow:  none;
}


@media (min-width: 230px) and (max-width: 509px) {

.view-karusel-specialistov--- .jcarousel-skin-default--- {
    margin: 20px auto;
    padding-left: 0px;
    position: relative;
    border: none;
    width:  auto;
    max-width: 230px;
    height: 380px;
}

.view-karusel-specialistov .jcarousel-skin-default {
    margin: 20px auto;
    padding-left: 0px;
    position: relative;
    border: none;
    width:  auto;
    max-width: 230px;
    height: 255px;
}

.view-karusel-specialistov .jcarousel-skin-default .jcarousel li {
    margin-left: 0px;
}


.view-karusel-specialistov .views-field-field-image {
    max-width: 230px;
}

.view-karusel-specialistov .views-field-title {
    max-width: 230px;
}

.view-karusel-specialistov .overlay-container {
    width: 230px;
}

}



@media (min-width: 510px) and (max-width: 585px) {

.view-karusel-specialistov--- .jcarousel-skin-default--- {
    margin: 20px auto;
    padding-left: 0px;
    position: relative;
    border: none;
    width:  auto;
    max-width: 400px;
    height: 380px;
}

.view-karusel-specialistov .jcarousel-skin-default {
    margin: 20px auto;
    padding-left: 0px;
    position: relative;
    border: none;
    width:  auto;
    max-width: 400px;
    height: 255px;
}


.view-karusel-specialistov .jcarousel-skin-default .jcarousel li {
    margin-right: 10px;
    margin-left: 7px;
}

.view-karusel-specialistov .views-field-field-image {
    max-width: 185px;
}

.view-karusel-specialistov .views-field-title {
    max-width: 185px;
}

.view-karusel-specialistov .overlay-container {
    width: 185px;
}

.view-karusel-specialistov .views-field-title a {
    font-size: 16px;
}

}


@media (min-width: 586px) and (max-width: 767px) {

.view-karusel-specialistov .jcarousel-skin-default {
    padding-left: 0px;
}

.view-karusel-specialistov .jcarousel-skin-default .jcarousel li {
    margin-right: 10px;
    margin-left: 10px;
}

.view-karusel-specialistov .views-field-field-image {
    max-width: 220px;
}

.view-karusel-specialistov .views-field-title {
    max-width: 220px;
}

.view-karusel-specialistov .overlay-container {
    width: 220px;
}

.view-karusel-specialistov .views-field-title a {
    font-size: 16px;
}

}


@media (min-width: 768px) and (max-width: 1199px) {

.view-karusel-specialistov .jcarousel-skin-default {
    padding-left: 0px;
}

.view-karusel-specialistov .jcarousel-skin-default .jcarousel li {
    margin-right: 10px;
    margin-left: 10px;
}

.view-karusel-specialistov .views-field-field-image {
    max-width: 200px;
}

.view-karusel-specialistov .views-field-title {
    max-width: 200px;
}

.view-karusel-specialistov .overlay-container {
    width: 200px;
}

}


/* Green header menu */

.header-container ul.menu li a, .header-container ul.menu li > span {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 11px 10px 11px !important;
}

.fixed-header-enabled.onscroll .header__container {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}


/*Заливка верхнего меню до скролла*/
.header-top + .sticky-wrapper .header, .header-top + .header {
    border-top: none !important;
    background-color: rgba(1, 1, 1, 0.65) !important;
}


.onscroll .header.js-fixed.region--white-background--- {
    background-color: rgba(31, 146, 209, 0.95) !important;
}
.header-container ul.menu > li > a:hover, .header-container .region--dark-typography ul.menu li > a.is-active, .header-container .region--dark-typography ul.menu li.active-trail > a {
    color: #efbb20 !important;
}
.header-container ul.menu li a, .header-container ul.menu li > span {
    color: #fff !important;
}
.header-container--- .sf-menu--- ul li a {
    position: relative;
    color: #2a2a2a !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 20px !important;
    border-bottom: 8px solid #e6ffff;
}

.header-container .sf-menu ul li a {
    position: relative;
    color: #efbb20 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 20px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.header-container .sf-menu ul li a {
    line-height: 1.3 !important;
}

.header-container .sf-menu ul li a:hover {
    color: #fff !important;
}

.header-container .sf-menu ul li.sfHover > a,
.header-container .sf-menu ul li a:hover,
.header-container .sf-menu ul li > a.is-active,
.header-container .sf-menu ul li.active-trail > a {
  background-color: rgba(1, 1, 1, 0.55) !important;
}


/* Slider */

.flex-caption a {
   text-decoration: none;
}

/* Logo */

#block-logotipvshapkesayta {padding-bottom:8px;}

/* Phone header */

#block-telefonyvshapkesayta {padding-top:7px;}

.contact-header {
    display: inline;
    float: left;
    text-align: left;
    padding-right: 0px;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.contact-header-1 {
    line-height: 1.2;
    padding-top: 6px;
    padding-bottom: 10px;
}
    
.contact-header-2 {
    line-height: 0.5;
}
    
.phone-header {
    display: inline;
    float: left;
    text-align: left;
    padding-right: 40px;
    position: relative;
    line-height: 1.5;
}

.phone-header a {
   color: #efbb20;
   font-size: 30px;
   line-height: 1.2;
   font-weight: 700;
   font-family: 'Arimo', sans-serif; 
   text-decoration: none;
}

.phone-header a:hover {
    color: #fff;
    text-decoration: none;
}

/* Block Nam doveryaut */
#block-theultimatecollection .view-products-grid .views-row > .overlay-container {
    position: inherit;
}

#block-theultimatecollection .ttl5 {
    font-family: 'Rubik',sans-serif; 
    font-size: 28px;
    color: #1b75bc;
    font-weight: 400;
    line-height: 1.20;
    padding: 0;
    margin: 20px 0 10px 0;
}
#block-theultimatecollection .ttl5-1 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    color: #1b75bc;
    font-weight: 400;
    line-height: 1.20;
    padding: 0;
    margin: 20px 0 10px 0;
    text-shadow: 0 2px 0 #ccc,0 2px 0 #c9c9c9,0 2px 0 #bbb,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15),0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
}
#block-theultimatecollection .ttl5-1 a {
    font-family: 'Rubik',sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 600;
}
#block-theultimatecollection .ttl5-1 a:hover {
    text-decoration: none;
}
#block-theultimatecollection p {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    text-align:justify;
    line-height: 1.86;
}
#block-theultimatecollection .view-products-grid .views-field-title a {
    text-align: center;
}
#block-theultimatecollection .view-products-grid .views-row {
    margin: 7px 0;
    position: relative;
}

/* Header block */

#block-telefonyvshapkesayta ul.icons-list li {
    display: inline-block;
    margin: 7px 4px;
    vertical-align: middle;
}

/* Make an appointment block */

.contact-form-make-an-appointment {
    background-color: #e23600;
    border: medium none;
    border-radius: 80px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    padding: 9px 18px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important; 
}

.contact-form-make-an-appointment:hover {
    color: #fff;
    background-color: #02d17f;
    text-decoration: none;
}

.appointment {
   padding-bottom: 36px;
}

#block-backgroundimageblock .background-image-block__section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}


.ttl3-main {
   font-family: 'Rubik',sans-serif;    text-align: center;
   font-size: 32px;
   line-height: 1.20;
   padding: 0;
   margin: 20px 0 10px 0;
   font-weight: 400;
   text-shadow: 2px 1px 2px #262031;
}

#block-backgroundimageblock p {
   text-align: center;
   font-size: 20px;
   padding-top: 16px;
   padding-bottom: 35px !important;
   text-shadow: 2px 1px 2px #262031;
}

#block-backgroundimageblock .block {
   text-align: center;
}

/* Video block */

.video-box {
    position: relative;
    overflow: hidden;
}
.video-box-second {
    position: relative;
    overflow: hidden;
}



#block-videobannernaglavnoystranice .video-box {
    height: 600px;
}


@media (max-width: 766px) {
#block-videobannernaglavnoystranice .video-box {
    display:none;
}
}

@media  (min-width: 767px) and (max-width: 900px) {
#block-videobannernaglavnoystranice .video-box {
    height: 254px;
}
}


@media  (min-width: 901px) and (max-width: 1032px) {
#block-videobannernaglavnoystranice .video-box {
    height: 300px;
}
}

@media  (min-width: 1033px) and (max-width: 1365px) {
#block-videobannernaglavnoystranice .video-box {
    height: 350px;
}
}

@media  (min-width: 1366px) and (max-width: 1815px) {
#block-videobannernaglavnoystranice .video-box {
    height: 450px;
}
}


.video-box video {
    position: absolute;
    z-index: -1 !important;
}
.video-box-second video {
    position: absolute;
    z-index: 1;
}



@media (max-width: 507px) {

.video-box-second video {
    width: auto !important;
    height: 100% !important;
    margin-left: -150px;
}
}

@media (min-width: 508px) and (max-width: 663px) {

.video-box-second video {
    width: auto !important;
    height: 100% !important;
    margin-left: 0px;
}
}

@media (min-width: 664px) and (max-width: 767px) {

.video-box-second video {
    width: 100% !important;
    height: auto !important;
}
}


@media (min-width: 768px) and (max-width: 1169px) {
.video-box-second video {
    width: auto !important;
    height: 100% !important;
    margin-left: -200px;
}
}


@media (min-width: 1170px) and (max-width: 1500px) {
.video-box-second video {
    width: auto !important;
    height: 100% !important;
}
}

@media (min-width: 1501px) {
.video-box-second video {
    width: 100% !important;
    height: auto !important;
}
}




.video-content {
    position: relative;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 64px;
    display: none;
}

#block-videobannernaglavnoystranice .video-content h1 {
    width: 80%;
    padding-top: 45px;
    white-space: normal !important;
    margin-left: 10%;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 50px;
    line-height: 1.5;
    font-weight: bold;
    text-shadow: 0 2px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15),0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
}

#block-videobannernaglavnoystranice .video-content {
    font-size: 18px;
}

/* block */

.image-with-overlaid-text__section .image-with-overlaid-text__image {
    background-attachment: fixed;
}

/* body */

/* 

body {
    background: url(/sites/default/files/bg-body.jpg) 0 0 repeat;
    background-attachment: fixed;
}
 */
 
 
/* Footer icon */

#block-ikonkisocseteyvnizusayta ul.icons-list li {
    margin: 10px 5px;
}

/* Footer */

#block-nashiuslugizagolovokvnizusayta .tt2  {
    font-family: 'Rubik',sans-serif; 
    font-size: 30px;
    text-align: center;
    color: #2a2a2a;
    font-weight: 400;
    line-height: 1.20;
    padding: 0;
    margin: 62px 0 5px 0;
}

#footer-top {
    background-color: #fff !important;
}

#footer-top .footer-top__section {
    padding: 0px;
}

#footer {
    padding: 30px 0 0px;
}

#footer .footer__section {
    padding: 0px 0 60px;
}

.footer__section ul.menu li a:hover {
    text-decoration: underline;
}  

  
/* Block */

#block-teampresentation h3 {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Rubik',sans-serif; 
    padding-bottom: 20px; 
    margin-top:12px;
}

#block-teampresentation p {
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Rubik',sans-serif; 
    font-size:18px;
}


@media (min-width: 200px) and (max-width: 500px) {
#block-teampresentation p {
    font-size:15px !important;
    line-height: 1.0;
}

}

#block-teampresentation .image-with-overlaid-text__text p {
    line-height: 1.9;
}

#block-teampresentation .image-with-overlaid-text__text {
    margin: 110px auto;
}


@media (min-width: 200px) and (max-width: 767px) {
#block-teampresentation .image-with-overlaid-text__text {
    margin: 70px auto;
}
}

/* Banner - Video */
#banner .video-box video {
    z-index: 1;
    width: 100%;
}

#banner h1 {
    font-family: 'Rubik',sans-serif; 
    text-shadow: 2px 1px 2px #262031;
    font-size: 45px;
} 

#banner .breadcrumb {
    text-shadow: 1px 1px 1px #262031;
}   

#banner .breadcrumb__item-separator {
    text-shadow: 2px 1px 2px #262031;
}  

#banner .breadcrumb__item a {
    color: #fff;
} 


/* Block - vakansii */
#block-personalizedforyou h2 {
    font-family: 'Rubik',sans-serif; 
    color: #000;
    font-size: 38px;
    font-weight: 400;
}

#block-personalizedforyou  .mb-5 {
    margin-bottom: 2rem !important;
}

#block-personalizedforyou p {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    line-height: 1.86;
}

/* Titli - nashi specialisty */
#block-views-block-karusel-specialistov-block-1-2 h2  {
    font-family: 'Rubik',sans-serif; 
    color: #13162f;
    font-size: 40px;
    font-weight: 500;
}


/* Block cataloga */

.view-blok-kataloga .item-list ul {
    list-style-position: inside;
    list-style-type: none;
}


.view-blok-kataloga .views-field-title a {
    font-family: 'IBM Plex Sans', Helvetica Neue, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 1.80;
    font-weight: 600;
    text-align:center;
    color: #fff;
    background-image: url(/sites/default/files/bottom-bg.png );
    background-repeat: repeat;
    padding-top: 17px;
    margin-bottom: 45px;
    margin-top: 0px;
    height:60px;
    width: 250px;
}

#block-blokkataloganaglavnoystranice .view-blok-kataloga .views-field-title a {
    width: 300px;
}


.view-blok-kataloga .views-field-title a:hover {
    background-image: url(/sites/default/files/bottom-bg-hover.png );
    background-repeat: repeat;
    text-decoration: none;

}

.view-blok-kataloga--- .views-field-title---- {
    background-color: #eef8fe;
    border-color: #81cdf1;
    border-width: 2px;
    border-style: solid;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 45px;
    margin-top: 10px;
}
.view-blok-kataloga .views-field-title .field-content  {
    background-color: #ffe600;
}

#block-views-block-blok-kataloga-block-1 .view-blok-kataloga {
   background-image: url('../../images/bg-c-d-white.png');
}

#block-views-block-blok-kataloga-block-2--- .view-blok-kataloga--- {
    background: #F8F9FB;
}
#block-views-block-blok-kataloga-block-2 {
    padding: 10px 0 50px;
}

.region--dark-typography h2.title {
    color: #13162f;
    font-weight: 500;
}

#block-views-block-blok-kataloga-block-2 h2.title {
    padding-bottom: 30px;
}

.view-blok-kataloga-- .views-field-title-- a {
    font-family: 'IBM Plex Sans', Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 1.20;
    padding: 0;
    font-weight: 400;
    text-align:center;
    color: #fff;
}
.view-blok-kataloga .item-list ul li span {
    padding-left: 0px;
}
.view-blok-kataloga .views-field-field-image {
    text-align:center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 40px;
}

.views-field-field-fotografiya-tovara {
    text-align: center;
    width: 250px;
}

@media (max-width: 900px) {
#block-logotipvshapkesayta img {
   width: 200px;
}
}

#block-blokkataloganaglavnoystranice .views-field-field-fotografiya-tovara {
    text-align: center;
    width: 300px;
}


.field--name-field-fotografiya-tovara {
   text-align:center;   
}

.node__user-info {
   display:none;
}

#content-top-highlighted .col-12 {
    padding-right: 0px;
    padding-left: 0px;
}
#content-top-highlighted .item-list ul {
    margin: 0;
    padding: 60px;
}

.clearfix {
  clear: both;
}
.node__main-content .field--name-body {
  padding-top:30px;
  padding-bottom:60px;
}
