@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #ffffff;
  width: auto;
  height: auto;
  font-family: 'Roboto', sans-serif;
}

header a {
    text-decoration: none;
}

.headercall {
    white-space: nowrap;
}

ul.checkmark {
    /*list-style: none;
        padding-left: 0;*/
    padding-left: 0;
    list-style-position: outside;
    list-style-type: '✓ ';
}
ul.checkmark li {
  margin-left: 15px;
}
/*ul.checkmark li:before {
  content: '✓ ';
}*/

/* ********************************************** dropdown */
.navbar {
    z-index: 2000;
}
.menu-item-has-children ul.dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity .8s;
	-webkit-transition: opacity .8s;
	-moz-transition: opacity .8s;
	-o-transition: opacity .8s;
	z-index: 2000;
}
.menu-item-has-children:hover ul.dropdown-menu {
    display: block;
    position: fixed;
    text-align: left;
    background: #FFF;
    padding: 5px 20px 10px;
    margin-left: -20px;
    z-index: 10;
    opacity: .9;
    transition: opacity .8s;
	-webkit-transition: opacity .8s;
	-moz-transition: opacity .8s;
	-o-transition: opacity .8s;
}

ul.dropdown-menu {
    line-height: 2;
}
ul.dropdown-menu li a {
    font-size: 15px;
    text-decoration: none;
    transition: color           .3s;
	-webkit-transition: color   .3s;
	-moz-transition: color      .3s;
	-o-transition: color        .3s;
	padding: .2rem 1rem;
}
ul.dropdown-menu li a:hover {
    color: #D68560;
    transition: color           .3s;
	-webkit-transition: color   .3s;
	-moz-transition: color      .3s;
	-o-transition: color        .3s;
}
	

.slider-wrapper {
  width: 100%;
  /*overflow: hidden;*/
  padding: 0;
  white-space: wrap;
  position: relative;
  /*margin: 0 -16px;*/
}
/*.slider-wrapper:before {
    content:'';
    display:block;
    box-shadow: -64px -1px 22px -44px #fff inset;
    position:absolute;
    top:0;
    right:0;
    width: 44px;
    height:100%;
    z-index: 1;
}*/
.slick-track {
    display: flex;
}
.slider-arrows {
    position: absolute;
    z-index: 2;
    top: calc(50% - 43px);
    display: flex;
    justify-content: space-between;
}
.slider-arrows .prev {
    padding-left: 35px;
}
.slider-arrows .next {
    padding-right: 25px;
    
}
.fact img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 2.45; /* 1300x530 */
  object-fit: cover;
}

.fact {
  vertical-align: top;
  display: inline-block;
  height: auto;
  width: 200px;
  /*background-color: white;*/
  margin: 0px 16px;
  /*margin: 0;*/
}
.fact:not(.slick-active) {
 /*   color: #caf;
    scale: 80%;*/
}
/*.slick-active + .fact {
    margin-left: -100px;
}
.slick-active::before {
    content: "";
}*/
.fact div {
  padding: 10px 20px;
}
.fact:not(.slick-active) div {
    display: none;
}
.header {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
}
.descr {
    font-size: 20px;
}
.subtitle {
    font-size: 16px;
}
.card-columns {
/*    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;*/
    display: flex;
    flex-wrap: wrap;
}
.card-columns ul {
    margin: 0;
    padding: 0;
    list-style: none;
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* Chrome, Safari, IE 11 */
    display: table;                      /* Actually FF 20+ */
    flex: 0 0 33%;
}
.card-columns::after {
  content: "";
  flex: auto;
}
.card-columns .orange {
    text-decoration: underline;
}
.back-pros {
    /*background: url(/wp-content/themes/DH-modul-multipage/img/back-pros.png) no-repeat center/cover;
    background-size: 100%;*/

    background: rgba(255, 255, 255, 0.65);
    border-bottom: 3px solid #FA6E39;
    box-shadow: 2px 0px 7px 3px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
}
.back-pros .check {
    -webkit-transition: scale .3s ease-in-out;
    -moz-transition:    scale .3s ease-in-out;
    -o-transition:      scale .3s ease-in-out;
    -ms-transition:     scale .3s ease-in-out;
    transition:         scale .3s ease-in-out;
}
.back-pros:hover .check {
   /* background-size: 103%;*/
   scale: 110%;
}
.pagetext {
    display: none;
}
.cc-revoke {
  background: #333;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 3px 10px;
  font-size: 12px;
}
.container-head {
    /*max-width: 1703px;*/
    padding:0 100px;
    /*background: rgba(239, 239, 239, 0.4);*/
}
.container-blocks {
    justify-content: center;
}
.container-blocks .col {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.orange {
    /*color: #ffa500;*/
    color: #FA6E39;
}
.orange:hover {
    color: #FF895C;
}
.black {
    color: #000;
}
.btn-orange {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;
    background: #FA6E39;
    border-radius: 50px;
    padding: 15px 40px;
}
.btn-orange:hover {
    background: #FF8C60;
}
.blockheader {
    padding-left: 3rem !important;
}
.blockheader h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 2rem !important;
    margin-top: 1rem !important;
}
.blockheader h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0rem !important;
}
.flex {
    /*margin-bottom: 2rem !important;*/
    display: flex;
    justify-content: center;
}
.blockheader .flex .orange {
    
}
.blockheader .flex .orange::after {
    content: "•";
    padding: 0 16px;
}
.blockheader .flex .orange:last-child::after {
    content: "";
    padding: 0;
}
.blockvideo {
   /* padding-left: 3rem !important;*/
    /*padding-right: 3rem !important;*/
    position: relative;
}
.btn-video {
    position: absolute;
    bottom: 30px;
}
.bg-blue {
    background: #032d53;
}
@media screen and (min-width: 780px) and (max-width: 1800px) {
    .blockheader h1 {
        font-size: 2.5vw;
        font-weight: 700;
        line-height: 3.5vw;
        margin-bottom: 1rem !important;
        margin-top: .5rem !important;
    }
    .blockheader h3 {
        font-size: 2vw;
        font-weight: 400;
        line-height: 1.5vw;
        margin-bottom: 1rem !important;
    } 
    .card-columns ul{
        flex: 0 0 50%;
    }
    .btn-orange {
      font-size: 20px;
      padding: 12px 25px;
    }
}
@media screen and (max-width: 780px) {
    .blockheader h1 {
        font-size: 5.5vw;
        font-weight: 700;
        line-height: 6vw;
        text-align: center;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .blockheader h3 {
        font-size: 3vw;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
        display: inline-block;
    } 
    .blockheader .flex .orange::after {
        content: "•";
        padding: 0 7px;
    }
    .blockheader {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .blockheader .flex {
        display: flex;
        justify-content: center;
        margin-bottom: 0rem !important;
    }
    .blockheader .col-sm-12 {
        text-align: center;
        margin-bottom: 2rem;
    }
    .blockvideo {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .btn-video {
        position: initial;
    }
    .headertop {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .headertop header {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .container-head {
        padding: 0 1rem;
    }
    .blockcontacts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slider-arrows .prev {
        padding-left: 7px;
    }
    .slider-arrows .next {
        padding-right: 0;
    }
    .card-columns {
        flex-direction: column;
    }
    .card-columns ul{
        flex: 0 0 100%;
        display: contents; 
    }
	.header {
		font-size: 35px;
	}
}