@font-face {
  font-family: "PF DinDisplay Pro";
  src: url("../fonts/PFDinDisplayPro/PFDinDisplayPro-Light.woff2") format("woff2"), url("../fonts/PFDinDisplayPro/PFDinDisplayPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*PopUp start*/

#popup {
  font-family: "Rubik", sans-serif;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  position: relative;
  /*bottom:10px;*/
  /*right: 10px;*/
  z-index: 103;
  height: 485px;
  width: 100%;
  padding: 0 30px 25px 30px;
  /*background: rgba(31, 65, 249, 0.9);*/
  /*cursor: pointer;*/
  border-radius: 30px;
  /*box-shadow: -14px -8px 18px rgba(0,0,0,0.22),11px 7px 14px rgba(0,0,0,0.25);*/

}
.popup_content{
  display: block;
  height: 100%;
  flex-basis: 30%;
  /*background: #FFFFFF;*/
  border-radius: 4px;
  position: relative;
}
.popup_Radio{
  flex-basis: 70%;

}
.popup_title{
  padding-top: 15px;
  text-align: center;
}
.popup_message{
  padding-left: 5px;
  padding-right: 10px;
  position: absolute;
  top: 0.6em;
  height: 45%;
  /*bottom: 10px;*/
  width: 100%;
}
.popup_close{
    background: none;
    height: 38px;
    width: 38px;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 34px;
    right: 0px;
}
.entry-content  #popup h3.popUp_tit{
    padding-bottom:0;
    font-weight: 400;
}
.popup_close_image{
    height: 100%;
    width: 100%;
}
.popup_cat_image{
    transform: scale(-1, 1);
    height: 33%;
    position: absolute;
    /*bottom: -22px;*/
    top: 5em;
    margin:0;
}
p.speech {
    padding: 10px 4px;
    position: relative;
    width: 90%;
    height: 45%;
    text-align: center;
    font-size: 16px;
    /*line-height: 100px;*/
    background-color: #fff;
    border: 5px solid #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}
p.speech:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 60px;
    top: 83px;
    border: 23px solid;
    border-color: #666 transparent transparent #666;
    /*transform: rotate(90deg);*/
}
p.speech:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0; 
    left: 64px;
    /*right: 25px;*/
    top: 83px;
    border: 17px solid;
    border-color: #fff transparent transparent #fff;
    /*transform: rotate(90deg);*/
}
.hidden{
    display: none;
}
.entry-content ul.first_ul_list li:before {
  width: 6px;
  height: 6px;
}
.entry-content ul.second_ul_list li:before {
  width: 20px;
  height: 3px;
  margin-top: 0.725em;
  border-radius: 0;
}
.Radio_footer{
  margin-top: 1em;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
  /* justify-content: center;*/
}
.Radio_Regions, .Radio_Report, .Radio_Dem, .Radio_Method {
  align-items: center;
  margin-right: 2%;
  margin-bottom: 3%;
  flex-basis: 45%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}
.color1{ background:#40145f;}
.color2{background:#612086;}
.color3{background:#9936cf;}
.Description p{
  margin-top: 20px;
}
.color1, .color2, .color3, .color4{
  padding-top: 4%;
  padding-right: 4%;
  padding-left: 4%;
  color: #FFFFFF;
  font-weight: 400;
  margin-right: 3%;
  text-align: center;
  width: 16em;
  height: 4.5em;
}
.color1,.color3{
  padding-top: 7%;
}
.color4{background:#b873e0;
  width: 8.6em;}

/*PopUp end*/
.ul-list{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}
.call-img{
  flex-basis: 30%;
}
.list{
  flex-basis: 70%;
}
ul li {
  list-style: none;
}

.wrapper {
  font-size: 1.8rem;
  padding-top: 9rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper header, .wrapper main, .wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #000;
}

select, button, input, textarea {
  font-family: "Rubik", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
  outline: 0;
}

.a, .entry-content a:after, .form__item_submit:after, .form_figure:before, .form_figure:after, .order:after, .step:after, .step:before, .steps:after, .video__play:after, .video:before, .video:after, .video-center:after, .phone-link:after, .phone:after, .menu li a:after {
  content: "";
  display: block;
  box-sizing: border-box;
}

.content {
  max-width: 124.5rem;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pt-50 {
  padding-top:50px;
}

.imgpos {
  position: unset!important;
  text-decoration:none;
}

.imgpos:hover {
  color: #FF9900;
}
.content_present {
  max-width: 140rem;
}

.present__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -1.5rem;
}

.present {
  text-align: center;
  font-weight: 300;
  margin-bottom: 12.7rem;
  width: 25%;
  padding: 0 1.5rem;
}

.present__thumb {
  height: 21.2rem;
  margin-bottom: 3.5rem;
  position: relative;
}

.present__thumb a img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #acadac;
}

.present__title {
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.title {
  font-weight: normal;
  line-height: 1;
  text-align: center;
  font-size: 7.2rem;
  padding-bottom: 6.7rem;
  font-family: "Caveat", cursive;
  line-height: 1;
}

.title_left {
  text-align: left;
}

.modals {
  display: none;
}

.modal-text.fancybox-content {
  max-width: 121.5rem;
  font-size: 1.8rem;
  border: 0.5rem solid #08447E;
  border-radius: 1.5rem;
}

.fancybox-bg {
  background: rgba(255, 255, 255, 0.9) !important;
}

.compensate-for-scrollbar .header {
  margin-left: -9px;
}

/*-----------------input-list----------------------*/

.input-list {
  display: flex;
  flex-wrap: wrap;
}

.input-list__item {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

/*-----------------submit----------------------*/

button[type=submit], input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
  width: 100%;
}

/*-----------------input----------------------*/

textarea, input[type=search], input[type=number], input[type=password], input[type=email], input[type=text], input[type=tel] {
  height: 6.3rem;
  background: #fff;
  border: 0;
  padding: 0 15px 0 5.6rem;
  font-size: 1.9rem;
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid #E0E0E0;
  -webkit-appearance: none;
  color: #000;
  border-radius: 0.8rem;
}

textarea.error, input[type=search].error, input[type=number].error, input[type=password].error, input[type=email].error, input[type=text].error, input[type=tel].error {
  border-color: red;
}

textarea.error+label+svg, input[type=search].error+label+svg, input[type=number].error+label+svg, input[type=password].error+label+svg, input[type=email].error+label+svg, input[type=text].error+label+svg, input[type=tel].error+label+svg {
  color: red;
}

label.error {
  position: absolute;
  background: red;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 5px;
  right: 0;
  top: 100%;
}

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
}

/*---------------placeholder------------------------*/

*::-webkit-input-placeholder {
  color: #475060;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

*:-moz-placeholder {
  color: #475060;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*::-moz-placeholder {
  color: #475060;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*:-ms-input-placeholder {
  color: #475060;
  opacity: 1;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

textarea:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea:focus:-moz-placeholder, input[type=search]:focus:-moz-placeholder, input[type=number]:focus:-moz-placeholder, input[type=password]:focus:-moz-placeholder, input[type=email]:focus:-moz-placeholder, input[type=text]:focus:-moz-placeholder, input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=text]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea.wpcf7-not-valid, input[type=password].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.valid-error, input[type=password].valid-error, input[type=email].valid-error, input[type=text].valid-error, input[type=tel].valid-error {
  border-color: red;
}

textarea.wpcf7-not-valid::-webkit-input-placeholder, input[type=password].wpcf7-not-valid::-webkit-input-placeholder, input[type=email].wpcf7-not-valid::-webkit-input-placeholder, input[type=text].wpcf7-not-valid::-webkit-input-placeholder, input[type=tel].wpcf7-not-valid::-webkit-input-placeholder, textarea.valid-error::-webkit-input-placeholder, input[type=password].valid-error::-webkit-input-placeholder, input[type=email].valid-error::-webkit-input-placeholder, input[type=text].valid-error::-webkit-input-placeholder, input[type=tel].valid-error::-webkit-input-placeholder {
  color: red;
}

textarea.wpcf7-not-valid:-moz-placeholder, input[type=password].wpcf7-not-valid:-moz-placeholder, input[type=email].wpcf7-not-valid:-moz-placeholder, input[type=text].wpcf7-not-valid:-moz-placeholder, input[type=tel].wpcf7-not-valid:-moz-placeholder, textarea.valid-error:-moz-placeholder, input[type=password].valid-error:-moz-placeholder, input[type=email].valid-error:-moz-placeholder, input[type=text].valid-error:-moz-placeholder, input[type=tel].valid-error:-moz-placeholder {
  color: red;
}

textarea.wpcf7-not-valid::-moz-placeholder, input[type=password].wpcf7-not-valid::-moz-placeholder, input[type=email].wpcf7-not-valid::-moz-placeholder, input[type=text].wpcf7-not-valid::-moz-placeholder, input[type=tel].wpcf7-not-valid::-moz-placeholder, textarea.valid-error::-moz-placeholder, input[type=password].valid-error::-moz-placeholder, input[type=email].valid-error::-moz-placeholder, input[type=text].valid-error::-moz-placeholder, input[type=tel].valid-error::-moz-placeholder {
  color: red;
}

textarea.wpcf7-not-valid:-ms-input-placeholder, input[type=password].wpcf7-not-valid:-ms-input-placeholder, input[type=email].wpcf7-not-valid:-ms-input-placeholder, input[type=text].wpcf7-not-valid:-ms-input-placeholder, input[type=tel].wpcf7-not-valid:-ms-input-placeholder, textarea.valid-error:-ms-input-placeholder, input[type=password].valid-error:-ms-input-placeholder, input[type=email].valid-error:-ms-input-placeholder, input[type=text].valid-error:-ms-input-placeholder, input[type=tel].valid-error:-ms-input-placeholder {
  color: red;
}

/*------------------checkbox---------------------*/

input[type=radio], input[type=checkbox] {
  display: none;
}

input[type=radio]+span, input[type=checkbox]+span {
  display: block;
  border: 1px solid #d8d8d8;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #f6f6f6;
  cursor: pointer;
  margin-right: 14px;
  min-width: 18px;
  font-size: 0;
  text-indent: -999;
  color: transparent;
}

input[type=radio]+span {
  border-radius: 50%;
}

input[type=radio]:checked+span, input[type=checkbox]:checked+span {
  background: #08447E url(../images/icon/check_white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #08447E;
}

input[type=radio]:checked+span {
  background: #fff;
  border-width: 5px;
}

.input-list__item_privaci {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.input-list__item_privaci span.wpcf7-list-item {
  display: inline !important;
  margin: 0 !important;
}

/*------------------FILE---------------------*/

input[type=file] {
  display: none;
}

.psevdo-file {
  display: block;
  width: 100%;
}

.file-btn {
  height: 55px;
  background: #d0d0d0;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #5f6375;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 8px;
  max-width: 200px;
}

.file-btn span {
  display: block;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-btn .fas {
  font-size: 19px;
  margin-right: 10px;
}

.file-btn:hover {
  background: #dddddd;
}

/*------------------select---------------------*/

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*------------------WPCF7 Loader---------------------*/

.input-list .ajax-loader {
  visibility: hidden;
}

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center no-repeat !important;
  background-size: 50px auto !important;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 6.6rem;
  border-radius: 1.5rem;
  background: #08447E;
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  position: relative;
  color: #fff;
  z-index: 50;
}

.button span {
  position: relative;
  z-index: 100;
}

.button:hover {
  background: #0b5eae;
}

.button:active {
  background: #0e78de;
  padding-top: 5px;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
}

.button_blue {
  background: #3FBDF3;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-transform: uppercase;
}

.button_blue:hover {
  background: #0fadf0;
}

.button_blue:active {
  background: #0c8ac0;
  padding-top: 5px;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
}

.button-border {
  display: inline-block;
  border: 1px solid #08447E;
  border-radius: 30px;
  padding: 1.7rem 5rem;
  font-size: 2.4rem;
  color: #08447E;
}

@media (hover: hover) {
  .button-border:hover {
    background: #08447E;
    color: #fff;
  }
}

/* ------- TITLE Mobile Menu---------- */

.nav-title-mobile {
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #08447E;
  height: 90px;
  margin-bottom: 20px;
  padding: 0 20px;
  display: none;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}

.nav-title-mobile .icon-menu_active.active {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 50px;
  height: 50px;
  background: none;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
}

.nav-title-mobile .icon-menu_active.active div {
  background: #08447e;
}

.nav-title-mobile .icon-menu_active.active .sw-topper {
  top: 23px;
  left: 7px;
}

.nav-title-mobile .icon-menu_active.active .sw-bottom {
  top: 20px;
  left: 7px;
}

/* ------- Slick ARROW, DOTS Start---------- */

.slick-a-next, .slick-a-prev, .slick-arrow-prev.slick-arrow, .slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  z-index: 700;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.slick-a-next:after, .slick-a-prev:after, .slick-arrow-prev.slick-arrow:after, .slick-arrow-next.slick-arrow:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  margin-left: 3px;
}

.slick-a-next:hover, .slick-a-prev:hover, .slick-arrow-prev.slick-arrow:hover, .slick-arrow-next.slick-arrow:hover {
  background: #000;
}

.slick-a-next:hover:after, .slick-a-prev:hover:after, .slick-arrow-prev.slick-arrow:hover:after, .slick-arrow-next.slick-arrow:hover:after {
  border-color: #fff;
}

.slick-a-prev, .slick-arrow-prev.slick-arrow {
  left: -65px;
}

.slick-a-next, .slick-arrow-next.slick-arrow {
  right: -65px;
}

.slick-a-next:after, .slick-arrow-next.slick-arrow:after {
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -3px;
}

.slick-a-next.slick-disabled, .slick-a-prev.slick-disabled, .slick-arrow-next.slick-arrow.slick-disabled, .slick-arrow-prev.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slick-a-next, .slick-a-prev {
  transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-dots li {
  padding: 0 5px;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 1px solid #08447E;
  outline: none;
  background: transparent;
}

.slick-dots .slick-active button {
  background: #08447E;
}

/* ------- Slick ARROW, DOTS Finish---------- */

/* ------- Scroll to Top Start ---------- */

.to-top {
  position: fixed;
  cursor: pointer;
  transition: 0.5s;
  width: 5rem;
  height: 5rem;
  background: #08447E;
  z-index: 800;
  bottom: 15rem;
  border-radius: 8rem;
  right: -100px;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.28);
}

.to-top:after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: 3px;
  transition: 0.3s;
}

.to-top:hover:after {
  margin-top: -3px;
}

.to-top.active {
  right: 60px;
}


@media screen and (max-width: 767px) {
  .to-top {
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
  .to-top:after {
    transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
  }
  .to-top.active {
    right: 15px;
  }
}

/* ------- Scroll to Top Finish---------- */

.icon-menu {
  width: 35px;
  height: 20px;
  cursor: pointer;
  display: none;
}

.sw-topper, .sw-bottom, .sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 35px;
  height: 3px;
  background: #191e2a;
  border: none;
  transition: transform 0.5s, top 0.2s;
}

.sw-bottom {
  top: 5px;
}

.sw-footer {
  top: 10px;
}

.icon-menu.active .sw-topper {
  top: 12px;
  transform: rotate(135deg);
}

.icon-menu.active .sw-bottom {
  top: 9px;
  transform: rotate(-135deg);
}

.icon-menu.active .sw-footer {
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

body .wpcf7-not-valid-tip {
  font-size: 10px !important;
  color: #fff !important;
  background: red !important;
  padding: 0 0 0 !important;
  margin: 0 !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wpcf7-form br {
  display: none !important;
}

.wpcf7-form .wpcf7-validation-errors {
  font-size: 13px !important;
  color: red !important;
  padding: 0 0 20px 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  text-align: center;
  display: none !important;
}

/* ---------------------------- SLICK Slider ------------------------------------- */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

.header {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: box-shadow 0.5s;
}

.header.fixed {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.logo {
  width: 25rem;
  display: block;
  align-self: flex-start;
  transform: translateY(-0.4rem);
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 9rem;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.header__nav {
  margin: 0 auto;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  font-family: "PF DinDisplay Pro";
}

.menu li {
  padding: 0 12px;
  text-align: center;
}

.menu li a {
  color: #08447E;
  position: relative;
  z-index: 100;
}

.menu li a:after {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  background: rgba(8, 68, 126, 0.1);
  transition: 0.4s;
  height: 0;
}

@media (hover: hover) {
  .menu li a:hover:after {
    height: 100%;
    opacity: 1;
  }
}

.header__phone {
  padding-left: 3rem;
}

.phone-link, .phone {
  color: #08447E;
  font-size: 2.2rem;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  z-index: 100;
}

.phone-link:after, .phone:after {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  background: rgba(8, 68, 126, 0.1);
  transition: 0.4s;
  height: 0;
}

@media (hover: hover) {
  .phone-link:hover, .phone:hover {
    color: #08447E;
  }
  .phone-link:hover:after, .phone:hover:after {
    height: 100%;
    opacity: 1;
  }
}

.phone-link {
  font-weight: 300;
  font-size: 1.8rem;
  color: #000;
  display: inline-block;
  margin-bottom: 1.3rem;
}

.after-phone {
  color: #FF9900;
  font-size: 1.4rem;
  font-weight: normal;
}

.messenger {
  display: flex;
  align-items: center;
}

.messenger a {
  background: url(../images/icon/messenger.png);
  background-size: auto 3rem;
  height: 3rem;
  width: 3rem;
  margin: 0 0.3rem;
}

.messenger a:hover {
  transform: scale(0.9, 0.9);
}

.messenger .messenger__viber {
  background-position: 0px 0px;
}

.messenger .messenger__whatsapp {
  background-position: -3.6rem 0px;
}

.messenger .messenger__telegram {
  background-position: -7rem 0px;
}

.messenger_footer {
  transform: translateX(-10%) scale(0.8, 0.8);
}

.offer {
  background: radial-gradient(50% 50% at 50% 50%, rgba(241, 250, 255, 0.21) 0%, #F1FAFF 0.01%, #C2E9FF 100%), #C4C4C4;
  padding: 10.5rem 0 8.5rem;
}

.video-center {
  position: relative;
  z-index: 100;
}

.offer .video-center:after {
  position: absolute;
  z-index: -1;
  bottom: -0.7rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../images/offer-bg-2.png) center no-repeat;
  width: 138rem;
  height: 68.8rem;
  background-size: contain;
  pointer-events: none;
}

.video {
  position: relative;
  z-index: 100;
  padding-bottom: 82%;
}
.Instal .video__source{
position: relative;
left: 0;
right: 0;
bottom: 0;
}
iframe.youTube{
  width: 100rem;
  height: 57rem;

}
.Instal .video{
  position: relative;
  padding-bottom:2%;
  padding-top:5%;
  }

.Instal .video-center{
  max-width: 70%;
  position: relative;
  margin: 0 auto;
  max-width: max-content;

}
.offer .video:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url(../images/tv.png) 0 0 no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.offer .video:before {
  position: absolute;
  z-index: 110;
  bottom: -0.7rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../images/offer-bg-1.png) center no-repeat;
  width: 138rem;
  height: 68.8rem;
  background-size: contain;
  pointer-events: none;
}

.video__source {
  position: absolute;
  z-index: 40;
  top: 24%;
  left: 7%;
  bottom: 13%;
  right: 25%;
}

.video__source video {
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}

.video__play {
  position: absolute;
  z-index: 50;
  top: 24%;
  left: 7%;
  bottom: 13%;
  right: 25%;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

.video__play.play {
  opacity: 0;
}

.video__play:after {
  position: absolute;
  z-index: 1;
  background: url(../images/play.png) center no-repeat;
  width: 11.5rem;
  height: 8.1rem;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.video__play img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

@media (hover: hover) {
  .video__play:hover:after {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
  }
  .video__play:hover img {
    transform: scale(1.05, 1.05);
  }
}

.video-center {
  max-width: 80.6rem;
  margin: 0 auto;
}

.how-we-work {
  padding: 13rem 0 11rem;
}

.how-we-work .content {
  max-width: 160rem;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-bottom: 10rem;
}

.steps:after {
  position: absolute;
  z-index: 1;
  background: url(../images/logo.png) center no-repeat;
  background-size: contain;
  width: 23.2rem;
  height: 14rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step__content {
  max-width: 315px;
  margin: 0 auto;
}

.steps-more {
  text-align: center;
}

.step {
  width: 33.3333%;
  order: 1;
  position: relative;
}

.step:before {
  position: absolute;
  z-index: 1;
  background: url(../images/cat.png) 0 0 no-repeat;
  width: 9rem;
  height: 10.6rem;
  background-size: contain;
  opacity: 0;
  transition: 0.3s;
}

.step:after {
  position: absolute;
  z-index: 1;
  background: url(../images/step-hover.png) 0 0 no-repeat;
  width: 32rem;
  height: 16rem;
  background-size: contain;
  opacity: 0.3;
  transition: 0.3s;
}

.step.active:after, .step.active:before {
  opacity: 1;
}

.step_1 {
  margin-top: 21.5rem;
}

.step_1 .step__content {
  margin-left: 4rem;
}

.step_1:before {
  top: -73%;
  right: 0;
  transform: rotate(-28deg);
}

.step_1:after {
  top: -43%;
  right: -25%;
  transform: rotate(0deg);
}

.step_2:before {
  top: -2%;
  right: -27%;
  transform: rotate(16deg);
}

.step_2:after {
  top: 13%;
  right: -41%;
  transform: rotate(38deg);
}

.step_3 {
  margin-top: 18.5rem;
}

.step_3 .step__content {
  margin-right: 0;
}

.step_3 .step__figure {
  transform: translateX(-1rem);
}

.step_3:before {
  top: 101%;
  right: 41%;
  transform: rotate(-60deg) scale(-1, 1);
}

.step_3:after {
  top: 110%;
  right: 11%;
  transform: rotate(144deg);
}

.step_4 {
  order: 3;
  margin-top: 17.5rem;
  transform: translateX(5rem);
  margin-left: 10rem;
}

.step_4:before {
  top: 0%;
  right: 100%;
  transform: rotate(0deg) scale(-1, 1);
}

.step_4:after {
  top: 15%;
  right: 81%;
  transform: rotate(22deg) scale(-1, -1);
}

.step_5 {
  order: 2;
  margin-top: 18.5rem;
}

.step_5 .step__figure img {
  margin-bottom: 0;
}

.step_5:before, .step_5:after {
  display: none;
}

.steps__desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.5rem solid #08447E;
  border-radius: 15px;
  z-index: 100;
  background: #fff;
  width: 62rem;
  padding: 3.5rem;
  font-size: 2.4rem;
  min-height: 14rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.steps__desc.active {
  visibility: visible;
  opacity: 1;
}

.step__desc {
  display: none;
}

.step__figure img {
  display: block;
  margin: 0 auto 2rem;
  max-width: 100%;
}

.step__title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  max-width: 22rem;
  margin: 0 auto;
}

.order {
  position: relative;
  z-index: 100;
  background: #ECF8FF;
  padding: 6rem 0 9rem;
}

.order:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 42rem;
  background: linear-gradient(180deg, #FFF4B6 0%, #FFF1A2 99.53%);
}

.order__title {
  text-align: center;
  font-weight: 300;
  font-size: 4.8rem;
  line-height: 1.3;
  margin-bottom: 5rem;
}

.fancybox-content.form, .form {
  background: #FFFFFF;
  box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.11);
  border-radius: 1.5rem;
  max-width: 102.5rem;
  margin: 0 auto;
  padding: 6.5rem 3rem 2rem;
  position: relative;
  width: 100%;
}

.form_figure:after {
  position: absolute;
  z-index: 110;
  background: url(../images/cat-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 9.6rem;
  height: 16.3rem;
  right: 9.7rem;
  bottom: 0;
}

.form_figure:before {
  position: absolute;
  z-index: 110;
  background: url(../images/dog.png) 0 0 no-repeat;
  background-size: contain;
  width: 32rem;
  height: 21.1rem;
  left: -19rem;
  bottom: -9.2rem;
}

.input-label {
  position: relative;
  display: block;
}

.input-label svg {
  position: absolute;
  left: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  color: #e6e6e6;
  transition: 0.3s;
}

.form__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 66rem;
  margin: 0 auto;
}

.form__title {
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 0.6rem;
}

.form__desc {
  text-align: center;
  color: #475060;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

.form__item {
  width: calc(50% - 2px);
  position: relative;
  margin-bottom: 4rem;
}

.form__item_50 {
  width: calc(40% - 2rem);
}

.form__item_submit {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form__item_submit:after {
  position: absolute;
  z-index: 1;
  background: url(../images/arrow.png) 0 0 no-repeat;
  width: 8rem;
  height: 7rem;
  background-size: contain;
  left: 100%;
  top: -1.5rem;
  margin-left: 2.5rem;
}

.success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1bd11b;
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  padding: 3rem;
  border-radius: 1.5rem;
  text-align: center;
}

.success.active {
  visibility: visible;
  opacity: 1;
}

.success__desc {
  font-size: 2.4rem;
  font-weight: 300;
}

.success__title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: url(../images/icon/success.svg) center 0 no-repeat;
  background-size: 8rem auto;
  padding-top: 9rem;
}

.about-us {
  padding: 0rem 0 5rem;
}

.footer {
  padding: 4.5rem 0;
  border-top: 1px solid #E6E6E6;
  line-height: 1.3;
}

.footer__content {
  display: flex;
  justify-content: space-between;
}

.footer__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  min-height: 3.6rem;
}

.address {
  font-style: normal;
  margin-bottom: 1.8rem;
}

.footer__column_2 {
  max-width: 39rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.requisites p:not(:last-child) {
  margin-bottom: 1.8rem;
}

.footer__column_3 {
  flex-grow: 1;
  max-width: 43rem;
}

.footer__nav li {
  padding-bottom: 1.6rem;
}

.footer__nav li a {
  display: inline-block;
  border: 1px solid #08447E;
  border-radius: 3rem;
  padding: 0.8rem 2.5rem;
  font-size: 1.6rem;
  color: #08447E;
}

@media (hover: hover) {
  .footer__nav li a:hover {
    background: #08447E;
    color: #fff;
  }
}

.developer {
  display: block;
  width: 11.5rem;
  margin-left: auto;
  text-align: right;
}

.developer span {
  display: block;
  text-align: center;
  color: #7E7E7E;
  font-size: 1.4rem;
  font-weight: 300;
  padding-bottom: 0.4rem;
}

.developer img {
  display: block;
  margin-left: auto;
  width: 10rem;
  height: auto;
}

.entry-content {
  line-height: 1.5;
  font-size: 2.4rem;
}

.entry-content a {
  position: relative;
  display: inline-block;
}

.entry-content a:after {
  position: absolute;
  z-index: 1;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

.entry-content a:hover:after {
  opacity: 0;
}

.entry-content strong {
  font-weight: normal;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

.entry-content h1 {
  font-size: 2em;
  padding-bottom: 1em;
}

.entry-content h2 {
  font-size: 2em;
  padding-bottom: 0.833em;
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 1.5em;
  padding-bottom: 1.25em;
}

.entry-content .h2-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry-content .h2-flex img {
  margin-right: 20px;
}

.entry-content p {
  padding-bottom: 1.25em;
  min-height: 5rem;
}

.entry-content p.padding-none {
  padding-bottom: 0;
  min-height: 1px;
}

.entry-content ul {
  padding-bottom: 1.25em;
}

.entry-content ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.entry-content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  min-width: 5px;
  margin-right: 14px;
  margin-left: 4px;
  margin-top: 0.625em;
  background: #08447E;
  border-radius: 50%;
}

.entry-content ol {
  padding-bottom: 1.25em;
  counter-reset: ol;
}

.entry-content ol li {
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  color: #08447E;
  font-weight: bold;
  display: block;
  width: 23px;
  min-width: 23px;
}

.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #08447E;
  margin-bottom: 1.563em;
  font-style: italic;
}

.entry-content blockquote * {
  padding: 0;
  margin: 0;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 1.875em;
}

.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 4px 15px;
}

.entry-content table tbody tr:nth-child(odd) {
  background: #eff0f5;
}

.entry-content table thead tr {
  font-weight: 700;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 16px;
  }
  .entry-content p {
    min-height: 1px;
  }
  .entry-content table {
    font-size: 14px;
  }
  .entry-content table tr td {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media screen and (max-width: 580px) {
    
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
  }
  .popup_content .popup_cat_image {
      margin: 0;
  }
  .entry-content table {
    font-size: 12px;
  }
  .entry-content table tr td {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 9px;
  }
  .step__figure img {
    transform: translateY(5%) scale(0.9, 0.9);
  }
}

@media screen and (max-width: 1100px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 0;
    margin: 0;
    transform: translateX(-100%);
    transition: 0.3s;
  }
  .header__nav ul {
    display: block;
    padding: 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100% - 50px);
  }
  .header__nav ul li {
    text-align: left;
    padding: 0 0 20px 0;
  }
  .header__nav ul li a {
    font-size: 22px;
  }
  .header__nav.active {
    transform: translateX(0);
  }
  .nav-title-mobile {
    display: flex;
  }
  .icon-menu {
    display: block;
  }
  .icon-menu_show {
    display: block;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 15px 10px;
  }
  .icon-menu_show div {
    background: #08447e;
  }
  .icon-menu_show .sw-footer {
    width: 80%;
  }
  .icon-menu.active .sw-topper, .icon-menu.active .sw-bottom, .icon-menu.active .sw-footer {
    background: #fff;
  }
  .logo {
    margin-right: auto;
  }
  .header__phone {
    padding-right: 3rem;
  }
  .video-center:after, .video:before {
    background: 0;
    display: none;
  }
  .steps__desc {
    display: none !important;
  }
  .step:before, .step:after {
    background: 0;
    display: none;
  }
  .step_1 .step__content {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .present {
    width: 100%;
    margin-bottom: 0rem;
  }

  .modal-text.fancybox-content {
    padding: 30px 15px 15px;
  }
  .offer .content {
    max-width: 450px !important;
  }
  html {
    font-size: 10px;
  }
  .to-top {
    bottom: 30px;
  }
  .footer__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__column {
    width: 100%;
    text-align: center;
    padding-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  .footer__column_3, .footer__column_2 {
    padding-bottom: 0;
  }
  .footer__nav {
    padding-bottom: 25px;
  }
  .developer {
    margin: 0 auto;
    text-align: center;
  }
  .developer img {
    margin: 0 auto;
  }
  .messenger_footer {
    justify-content: center;
    transform: translateX(0) scale(0.8, 0.8);
  }
  .after-phone {
    display: none;
  }
  .phone {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: #FFE96D url(../images/icon/phone.svg) center no-repeat;
    display: block;
  }
  .phone span {
    display: none;
  }
  .header__phone {
    padding-right: 30px;
    padding-left: 3px;
  }
  .offer {
    padding: 40px 0;
  }
  .how-we-work {
    padding: 75px 0 100px;
  }
  .title {
    font-size: 48px;
    padding-bottom: 50px;
  }
  .steps:after {
    background: 0;
    display: none;
  }
  .step {
    width: 100%;
    margin: 0;
    padding-bottom: 130px;
    background: url(../images/step-mobile.png) center bottom no-repeat;
    margin-bottom: 0;
    transform: none;
    order: 1;
  }
  .step_5 {
    margin-bottom: 0;
    padding-bottom: 0;
    background: 0;
  }
  .step .step__content {
    margin: 0 auto;
  }
  .step__title {
    max-width: 100%;
    font-size: 24px;
  }
  .step__figure img {
    transform: translateY(5%) scale(0.8, 0.8);
    margin-bottom: 10px;
  }
  .steps {
    padding-bottom: 50px;
  }
  .button-border {
    font-size: 18px;
  }
  .order__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .order__title br {
    display: none;
  }
  .form__desc {
    font-size: 18px;
  }
  .form__title {
    font-size: 28px;
  }
  .form__item {
    width: 100%;
    margin-bottom: 13px;
  }
  .form__item_submit {
    padding-top: 15px;
  }
  .logo {
    width: 90px;
    transform: none;
    align-self: center;
  }
  .header__content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form_figure:after {
    width: 60px;
    height: 100px;
    right: -50px;
    bottom: 0;
    transform: translateY(90%);
  }
  .form__item_submit {
    max-width: 250px;
  }
  .form {
    max-width: 350px;
  }
  .form_figure:before {
    width: 140px;
    height: 92px;
    left: -50px;
  }
  label.error {
    font-size: 12px;
  }
  .form__item_submit:after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    top: 30px;
  }
  .entry-content .h2-flex {
    flex-direction: column-reverse;
    margin-top: 32px;
  }
  .entry-content .h2-flex img {
    margin: 15px auto 0;
  }
  .video__play:after {
    width: 87px;
    height: 73px;
  }
  .button {
    font-size: 22px;
  }
  .success__title {
    font-size: 28px;
  }
  .success__desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .button-border {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
  }
  .form_figure:before {
    left: -15px;
  }
  .form_figure:after {
    right: -15px;
  }
}

@media screen and (max-width: 480px) {
  .entry-content h2 {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 370px) {
  .entry-content h2 {
    font-size: 1.5em;
  }
  .header__phone {
    padding-right: 5px;
  }
  .logo {
    width: 75px;
  }
  .form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form__item_submit:after {
    background: 0;
    display: none;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.main-404 {
  padding: 80px 0;
}

.page-404 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.page-404__title {
  font-size: 80px;
  font-weight: bold;
}

.page-404__img {
  margin: 0 auto -50px;
  max-width: 505px;
  width: 100%;
  display: block;
  transform: translateX(-10px);
}

.page-404__text {
  padding-bottom: 35px;
  font-size: 16px;
}

.page-404__text p {
  padding-bottom: 5px;
}

.page-404__text strong {
  font-size: 22px;
  font-weight: 500;
}

.page-404__text a {
  color: #08447E;
  text-decoration: underline;
}

.page-404__text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  .page-404__img {
    transform: none;
    margin-bottom: -30px;
  }
  .page-404__text {
    font-size: 14px;
  }
  .page-404__text strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  #popup {
    width: 401px;
    right: 0px;
  }
  p.speech {
    font-size: 14px;
}
}
@media screen and (max-width: 430px) {
  #popup {
    width: 363px;
  }
  p.speech {
    font-size: 14px;
    }
  p.speech:before {
    /*left: 48px;*/
    }
}
@media screen and (max-width: 1140px) {
  iframe.youTube{
    width: 90rem;
    height: 51rem;

  }
}
@media screen and (max-width: 900px) {
  iframe.youTube{
    width: 75rem;
    height: 43rem;

  }
}
@media screen and (max-width: 767px) {
  iframe.youTube{
    width: 50rem;
    height: 28rem;

  }
}
@media screen and (max-width: 546px) {
  iframe.youTube{
    width: 38rem;
    height: 21rem;

  }
}
@media screen and (max-width: 430px) {
  iframe.youTube{
    width: 28rem;
    height: 15rem;

  }
}
@media screen and (max-width: 320px) {
  iframe.youTube{
    width: 22rem;
    height: 12rem;

  }
}
@media screen and (max-width: 1090px) {
  .Radio_footer {
    justify-content: space-around;
  }
  .Radio_Regions, .Radio_Report, .Radio_Dem, .Radio_Method {
    flex-basis: 70%;
  }
  .color1, .color3 {
    padding-top: 4%;
  }
  .Description{
    padding-top: 10px;
  }
  .color4{
    width: 19.4em;
  }
}
@media screen and (max-width: 860px) {
p.speech{
  height: 75%;
}
  p.speech:after{
    top:145px;
  }
  p.speech:before{
    top:145px;
  }
  .entry-content img {
    top: 175px;
  }
}
@media screen and (max-width: 767px) {
  .Radio_footer {
    margin-top: -4em;
  }
}
@media screen and (max-width: 640px) {
  .popup_content{
    display: none;
  }
  .popup_Radio{
    flex-basis: 100%;
  }
  .Radio_footer{
    display: block;
  }
}
@media screen and (max-width: 446px) {
  .Radio_footer {
    margin-top: 10px;
  }
}
@media screen and (max-width: 446px) {
  .Radio_Regions, .Radio_Report, .Radio_Dem, .Radio_Method {
    display: block;
  }
  .color1, .color2, .color3, .color4 {
    width: auto;
    height: 3.5em;
  }
  .ul-list{
    display: block;
  }
  #popup{
    height: auto;
  }
  .entry-content img {
    max-width: 35%;
  }
}
.weekBlock{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.week_reports_pres{
    flex-basis: 45%;
    text-align: center;
    border-radius: 6%;
    
    padding: 2%;
    margin: 2%;
}


