/*
Theme Name: Elision-child
Theme URI: http://demo.qodeinteractive.com/elision/
Description: Elision Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, localization, parallax, background video, mega menu, blog, art, business, fullscreen, animations
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Text Domain: elision
Version: 4.5
License: GNU General Public License
License URI: licence/GPL.txt
*/
.searchformMenu .search-table {
  display: flex;
  align-items: center;
  height: 90px;
}

.searchformMenu .search-field {
  display: table-cell;
  vertical-align: top;
  visibility: hidden;
  width: 0px;
}

.searchformMenu:hover .search-field {
  visibility: visible;
  width: 146px;
  transition: 0.3s;
}

.searchformMenu .search-field input {
  border: 0;
  outline: 0;
  padding: 2px 4%;
  height: 30px;
  color: #adadad;
  background-color: #f0f0f0;
}

.searchformMenu .search-btn {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.searchformMenu .search-btn input {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0;
  padding: 0 4%;
  outline: 0;
  border: 0;
  text-decoration: none;
  background-image: url(search_icon_sm_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  cursor: pointer;
  white-space: nowrap;
  float: left;
}

.searchformMenu:hover .search-btn input {
  background-color: #9e3794;
  background-image: url(search_icon_sm.png);
}

.avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.q_list.circle ul > li,
.q_list.number ul > li {
  line-height: 30px;
}

.carousel-inner h2 {
  font-weight: 500;
}

.carousel-inner p {
  font-weight: 500;
}

.wpcf7-form-control.wpcf7-text {
  font-family: inherit;
  background-color: #f0f0f0;
  width: 92%;
  margin: 20px 0 0 0;
  padding: 12px 4%;
  border: 0;
  outline: 0;
  resize: none;
  font-size: 13px;
  color: #888;
  line-height: 22px;
}

.wpcf7-form-control.wpcf7-textarea {
  width: 96%;
  padding: 12px 2%;
  background-color: #f0f0f0;
  font-family: inherit;
  margin: 20px 0 0 0;
  border: 0;
  outline: 0;
  resize: none;
  font-size: 13px;
  color: #888;
  line-height: 22px;
}

.wpcf7-form-control.wpcf7-submit {
  background-color: #9e3794;
  position: relative;
  display: inline-block;
  width: auto;
  height: 43px;
  line-height: 43px;
  margin: 20px 0 0 0;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border: 0;
  outline: 0;
  -webkit-border-radius: 2px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  text-shadow: none;
}

.wpcf7-form-control.wpcf7-submit:hover {
  padding: 0 32px;
  color: #fff;
  background-color: #2c2c2c;
}

.wpcf7-not-valid-tip {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  color: #888 !important;
  font-weight: 300 !important;
}

.wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  padding: 12px 2% !important;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #ceeac3 !important;
}

.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors {
  border: 2px solid #ddd !important;
}

.widget.widget_search form input[type="text"] {
  height: 37px !important;
}

.sl-plashka {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40%;
  margin-left: 40%;
  margin-bottom: 30px;
  padding: 30px;
  background-color: rgba(158, 55, 148, 0.7);
}

.sl-plashka-2 {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48%;
  max-width: 752px;
  margin-left: 50%;
  margin-top: 30px;
}

.sl-plashka-3 {
  display: block;
  position: absolute;
  left: 0px;
  width: 48%;
  max-width: 752px;
  margin-left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sl-plashka h1 {
  font-size: 36px;
  line-height: 43px;
  font-style: none;
  font-weight: 800;
  text-align: left;
  background-color: transparent;
  padding: 0px;
  color: #ffffff;
}

.sl-plashka-2 h1,
.sl-plashka-3 h1 {
  font-size: 44px;
  line-height: 54px;
  font-style: none;
  font-weight: 800;
  text-align: left;
  background-color: transparent;
  padding: 0px;
  color: #ffffff;
}

.sl-plashka p,
.sl-plashka-2 p,
.sl-plashka-3 p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  color: #ffffff;
}

.sl-content {
  display: block;
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 45px;
}

.sl-plashka-main {
  display: block;
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.sl-plashka-main h1 {
  font-size: 32px;
  line-height: normal;
  font-weight: 800;
  text-align: left;
  color: #4e4e4e;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.sl-plashka-main h2 {
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
  text-align: left;
  color: #4e4e4e;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.sl-plashka-main p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  padding: 0px;
}

.sl-corpid-plashka-posit {
  display: block;
  position: absolute;
  left: 0px;
  top: 35px;
  width: 60%;
}

.sl-corpid-plashka-bottom {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 50px;
}

.sl-packdesign-plashka-posit {
  display: block;
  position: absolute;
  left: 270px;
  top: 205px;
  width: 60%;
}

.sl-dynamicident-plashka-posit {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translate(0, -50%);
}

.sl-guide-plashka-posit {
  display: block;
  position: absolute;
  left: 0px;
  top: 50px;
  width: 45%;
}

.sl-guide-plashka-bottom {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 80px;
}

.sl-prsnt-plashka-posit {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translate(0, -50%);
}

.sl-prsnt-plashka-posit h1 {
  font-size: 32px;
  color: #4e4e4e;
  line-height: normal;
  font-weight: 800;
  text-align: left;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.sl-prsnt-plashka-posit h2 {
  font-size: 28px;
  color: #4e4e4e;
  line-height: normal;
  font-weight: 600;
  text-align: left;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.sl-calend-plashka-posit {
  display: block;
  position: absolute;
  left: 50%;
  top: 35px;
  width: 50%;
  max-width: 752px;
}

.sl-infogra-plashka-posit {
  display: block;
  position: absolute;
  left: 50%;
  top: 35px;
  width: 50%;
  max-width: 752px;
}

#sl-calend-bkgnd {
  background-color: #25d1de;
}

.sl-content-box {
  position: relative;
  display: block;
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
}

.sl-content-box-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sl-object-over {
  display: block;
  position: absolute;
}

#sl-ahmseasgif-1 {
  width: 50%;
  top: 680px;
  padding-left: 7%;
}

#sl-ahmseasgif-2 {
  width: 89%;
  top: 1070px;
  padding-left: 32%;
}

.sl-landpage h1 {
  font-size: 32px;
  color: #4e4e4e;
  line-height: normal;
  font-weight: 800;
  text-align: left;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.sl-landpage h2 {
  font-size: 28px;
  color: #4e4e4e;
  line-height: normal;
  font-weight: 600;
  text-align: left;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.sl-equal-column-height {
  padding: 100px 25% 100px 25%;
}

#sl-prsnt-hotdog {
  position: absolute;
  bottom: -50px;
  left: -25px;
}

#sl-prsnt-sandwich {
  position: absolute;
  bottom: -120px;
  right: -40px;
}

#sl-prsnt-burger {
  display: none;
}

.sl-prsnt-process-lf {
  margin: 15px 0 0 0;
}

.sl-prsnt-process-ri {
  margin: 15px 0 0 0;
}

.sl-big-text {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.sl-descrip-text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  text-align: center;
}

#sl-chai-1 {
  top: 50px;
  padding: 0 17% 0 17%;
  text-align: left;
}

#sl-chai-2 {
  top: 680px;
  padding: 0 17% 0 17%;
  text-align: left;
}

#sl-chai-3 {
  padding-top: 423px;
}

.sl-zagolov h1,
.sl-zagolov h2 {
  text-align: left;
}

.sl-description p {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  text-align: left;
}

.sl-bottom-center {
  display: none;
}

.sl-3dvideo {
  position: absolute;
  left: 50%;
  margin-left: -772px;
  height: 650px;
}

#sl-breadcrumbs-cont {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 0 45px;
}

#sl-breadcrumbs {
  display: block;
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#sl-breadcrumbs p {
  font-size: 13px;
  line-height: normal;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

#sl-3D-choco {
  position: absolute;
  bottom: -50px;
  left: -25px;
}

.sl-post-text {
  margin: 0 0 8px 0 !important;
  line-height: 22px;
}

.sl-post-descr {
  text-align: center;
  font-style: italic;
}
.sl-post-note {
  font-size: 0.75rem;
  font-style: italic;
}

.sl-post-h2 {
  font-size: 24px;
  line-height: normal;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 8px;
}

.sl-post-h3 {
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 8px;
}

ul.sl-post-text {
  list-style: square outside;
}

.slv-corner-box {
  position: relative;
  padding: 5px 7% 25px;
}

.slv-corner-box:before,
.slv-corner-box:after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
}

.slv-corner-box:before {
  left: 7%;
  top: 5px;
  width: 50px;
  height: 50px;
  border-top: 12px solid #ec1f27;
  border-left: 12px solid #ec1f27;
}

.slv-corner-box:after {
  right: 7%;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border-bottom: 12px solid #ec1f27;
  border-right: 12px solid #ec1f27;
}

.slv-corner-textbox {
  padding: 30px;
  z-index: 2;
  position: relative;
  text-align: left;
}

.slv-corner-textbox h4 {
  font-size: 24px;
  text-transform: uppercase;
}

summary::-webkit-details-marker {
  display: none;
}
summary::-moz-list-bullet {
  list-style-type: none;
}
summary::marker {
  display: none;
}
summary {
  display: inline-block;
  padding: 0.3em 0.6em 0.3em 1.5em;
  font-size: 1em;
  cursor: pointer;
  position: relative;
}
summary:before {
  left: 0em;
  top: 0.6em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=")
    no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;
  content: "";
  position: absolute;
  transition: transform 0.5s;
}
details[open] > summary:before {
  transform: rotateZ(90deg);
}
summary ~ * {
  padding: 0 1em 0 1em;
}
details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}
details {
  display: block;
  margin-bottom: 0.5rem;
}
.sl-big-dig-bullet {
  float: left;
  width: 13%;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  padding-right: 10px;
}
.sl-big-dig-bullet-txt {
  float: left;
  width: 87%;
  margin-bottom: 30px;
}
.sl-anim-gradient {
  background: linear-gradient(to right, #9a2d8a, #f18556);
}
.slv-gdt-txt {
  position: absolute;
  top: 390px;
  padding: 0 7% 0 7%;
  text-align: left;
}
.slv-gdt-head {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}
.sl-corner {
  position: relative;
  width: 100%;
}
.sl-corner::after {
  content: ''; 
  position: absolute;
  right: 40px; top: -30px;
  border: 15px solid transparent;
  border-bottom: 15px solid;
  border-bottom-color: inherit;
 }
.sl-portfolio-text {
  margin: 0 0 10px 0 !important;
  line-height: 22px;
}
.sl-portfolio-text:last-child {
  margin-bottom: 0 !important;
}
.sl-portfolio-h4 {
  font-size: 1.13rem;
  line-height: normal;
  font-weight: 800;
  margin-bottom: 10px;
}
.sl-portfolio-h2 {
  font-size: 1.32rem;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 15px;
}
.sl-portfolio-h3 {
  font-size: 1.22rem;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.sl-met-head-txt {
  position: absolute;
  top: 40%;
  width: 80%;
}

@media screen and (min-width: 768px) {
  #sl-prsnt-burger {
    display: block;
  }

  .sl-prsnt-process-lf {
    margin-right: 75px;
    margin-top: 30px;
  }

  .sl-prsnt-process-ri {
    margin-left: 75px;
    margin-top: 30px;
  }

  .sl-descrip-text {
    text-align: left;
  }

  .sl-zagolov h1,
  .sl-zagolov h2 {
    text-align: center;
  }

  .sl-description p {
    text-align: center;
  }

  .sl-bottom-left {
    display: none;
  }

  .sl-bottom-center {
    display: block;
  }

}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .sl-content {
    height: 550px;
    background-size: auto 550px;
  }

  .sl-plashka-main {
    width: 950px;
  }

  .sl-plashka-main p {
    margin-bottom: 15px;
  }

  #sl-breadcrumbs {
    width: 950px;
  }

  .sl-3dvideo {
    margin-left: -653px;
    height: 550px;
  }

  .sl-corpid-plashka-posit {
    top: 25px;
    width: 70%;
  }

  .sl-corpid-plashka-bottom {
    margin-bottom: 35px;
  }

  .sl-guide-plashka-posit {
    top: 30px;
    width: 50%;
  }

  .sl-guide-plashka-bottom {
    margin-bottom: 70px;
  }

  .sl-packdesign-plashka-posit {
    left: 250px;
    top: 130px;
    width: 50%;
  }

  #sl-calend-bkgnd {
    background-color: #25d1de;
  }

  #sl-ahmseasgif-1 {
    width: 53%;
    top: 580px;
    padding-left: 3%;
  }

  #sl-ahmseasgif-2 {
    top: 925px;
    padding-left: 32%;
  }

  #sl-chai-1 {
    top: 25px;
  }

  #sl-chai-2 {
    top: 580px;
  }

  #sl-chai-3 {
    padding-top: 360px;
  }
  .slv-gdt-txt {
    top: 330px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sl-content {
    height: 550px;
    background-size: auto 550px;
  }

  .sl-plashka-main {
    width: 768px;
  }

  .sl-plashka-main h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-plashka-main h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-plashka-main p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
  }

  #sl-breadcrumbs {
    width: 768px;
  }

  .sl-3dvideo {
    margin-left: -653px;
    height: 550px;
  }

  .sl-corpid-plashka-posit {
    top: 25px;
    width: 70%;
  }

  .sl-corpid-plashka-bottom {
    margin-bottom: 35px;
  }

  .sl-guide-plashka-posit {
    top: 40px;
    width: 45%;
  }

  .sl-guide-plashka-bottom {
    margin-bottom: 70px;
  }

  .sl-packdesign-plashka-posit {
    left: 180px;
    top: 145px;
  }

  .sl-prsnt-plashka-posit h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-prsnt-plashka-posit h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-calend-plashka-posit {
    left: 47%;
    width: 50%;
  }

  #sl-calend-bkgnd {
    background-color: #25d1de;
  }

  .sl-infogra-plashka-posit {
    left: 45%;
  }

  .sl-object-over {
    position: static;
  }

  #sl-ahmseasgif-1 {
    width: 100%;
    background: #f9c0c7;
    padding: 0px;
    margin-top: -1px;
  }

  #sl-ahmseasgif-2 {
    width: 100%;
    background: #f9c0c7;
    padding: 0px;
  }

  .sl-landpage h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-landpage h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-equal-column-height {
    padding: 50px 17% 50px 17%;
  }

  #sl-prsnt-hotdog {
    display: none;
  }

  #sl-prsnt-sandwich {
    display: none;
  }

  #sl-chai-3 {
    padding-top: 283px;
  }
  .sl-big-dig-bullet {
    float: left;
    width: 17%;
    font-size: 45px;
    line-height: 45px;
  }
  .sl-big-dig-bullet-txt {
    float: left;
    width: 83%;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .sl-packdesign-plashka-posit {
    left: 165px;
    top: 130px;
  }
}

@media screen and (min-width: 601px) and (max-width: 769px) {
  .sl-content {
    height: 550px;
    background-size: auto 550px;
  }

  .sl-plashka-main {
    width: 600px;
  }

  .sl-plashka-main h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-plashka-main h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-plashka-main p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  #sl-breadcrumbs {
    width: 600px;
  }

  .sl-3dvideo {
    margin-left: -653px;
    height: 550px;
  }

  .sl-corpid-plashka-posit {
    top: 20px;
    width: 80%;
  }

  .sl-corpid-plashka-bottom {
    margin-bottom: 25px;
  }

  .sl-guide-plashka-posit {
    top: 30px;
    width: 55%;
  }

  .sl-guide-plashka-bottom {
    margin-bottom: 60px;
  }

  .sl-packdesign-plashka-posit {
    left: 115px;
    top: 130px;
    width: 80%;
  }

  .sl-prsnt-plashka-posit h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-prsnt-plashka-posit h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-calend-plashka-posit {
    left: 43%;
    width: 48%;
  }

  .sl-infogra-plashka-posit {
    left: 40%;
  }

  #sl-calend-bkgnd {
    background-color: #25d1de;
  }

  .sl-object-over {
    position: static;
  }

  #sl-ahmseasgif-1 {
    width: 100%;
    background: #f9c0c7;
    padding: 0px;
    margin-top: -1px;
  }

  #sl-ahmseasgif-2 {
    width: 100%;
    background: #f9c0c7;
    padding: 0px;
  }

  .sl-landpage h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-landpage h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-equal-column-height {
    padding: 35px 10% 35px 10%;
  }

  #sl-prsnt-hotdog {
    display: none;
  }

  #sl-prsnt-sandwich {
    display: none;
  }

  #sl-chai-3 {
    padding-top: 212px;
  }

  .sl-met-head-txt {
    top: 35%;
    width: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 600px) {
  .sl-content {
    height: auto;
    background-image: none !important;
  }

  .sl-plashka-main {
    width: 420px;
  }

  .sl-plashka-main h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-plashka-main h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-plashka-main p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  #sl-breadcrumbs {
    width: 420px;
  }

  .sl-3dvideo {
    display: none;
  }

  .sl-corpid-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    padding-top: 40px;
  }

  .sl-corpid-plashka-bottom {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 0px;
  }

  .sl-guide-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    padding-top: 40px;
  }

  .sl-guide-plashka-bottom {
    position: relative;
    padding-top: 35px;
    padding-bottom: 60px;
    margin-bottom: 0px;
  }

  .sl-packdesign-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .sl-dynamicident-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    transform: translate(0, 0);
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .sl-prsnt-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    transform: translate(0, 0);
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .sl-prsnt-plashka-posit h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-prsnt-plashka-posit h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-calend-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  #sl-calend-bkgnd {
    background-color: #aec928;
  }

  .sl-infogra-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  #sl-infogra-bkgnd {
    background-color: #1eadfc;
  }

  .sl-object-over {
    position: static;
  }

  #sl-ahmseasgif-1 {
    width: 100%;
    background: #f9c0c7;
    padding: 0px;
    margin-top: -1px;
  }

  #sl-ahmseasgif-2 {
    width: 100%;
    background: #f9c0c7;
    padding: 0px;
  }

  .sl-landpage h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-landpage h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-equal-column-height {
    padding: 30px 10% 30px 10%;
  }

  #sl-prsnt-hotdog {
    display: none;
  }

  #sl-prsnt-sandwich {
    display: none;
  }

  #sl-chai-3 {
    padding-top: 206px;
  }
  .sl-big-dig-bullet {
    float: left;
    width: 17%;
    font-size: 45px;
    line-height: 45px;
  }
  .sl-big-dig-bullet-txt {
    float: left;
    width: 83%;
  }

  .sl-met-head-txt {
    top: 33%;
    width: 100%;
    z-index: 1;
  }

  .sl-met-head::after {
    content: '';
    display: block;
    position: relative;
    height: 70px;
    background-color: black;
    margin-top: -1px;
}
}

@media screen and (max-width: 480px) {
  .sl-content {
    height: auto;
    background-image: none !important;
    padding: 0 25px;
  }

  .sl-plashka-main {
    width: 100%;
  }

  .sl-plashka-main h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-plashka-main h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-plashka-main p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  #sl-breadcrumbs-cont {
    padding: 0 25px;
  }

  #sl-breadcrumbs {
    width: 100%;
  }

  .sl-3dvideo {
    display: none;
  }

  .sl-corpid-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    padding-top: 40px;
  }

  .sl-corpid-plashka-bottom {
    position: relative;
    padding-top: 35px;
    padding-bottom: 40px;
    margin-bottom: 0px;
  }

  .sl-guide-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    padding-top: 40px;
  }

  .sl-guide-plashka-bottom {
    position: relative;
    padding-top: 35px;
    padding-bottom: 40px;
    margin-bottom: 0px;
  }

  .sl-packdesign-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sl-dynamicident-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    transform: translate(0, 0);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sl-prsnt-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    transform: translate(0, 0);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sl-prsnt-plashka-posit h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-prsnt-plashka-posit h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-calend-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #sl-calend-bkgnd {
    background-color: #aec928;
  }

  .sl-infogra-plashka-posit {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #sl-infogra-bkgnd {
    background-color: #1eadfc;
  }

  .sl-object-over {
    position: static;
  }

  #sl-ahmseasgif-1 {
    width: 100%;
    background: #f9c0c7;
    padding: 0px;
    margin-top: -1px;
  }

  #sl-ahmseasgif-2 {
    width: 100%;
    background: #f9c0c7;
    padding: 0px;
  }

  .sl-landpage h1 {
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-landpage h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .sl-equal-column-height {
    padding: 20px 5% 30px 5%;
  }

  #sl-prsnt-hotdog {
    display: none;
  }

  #sl-prsnt-sandwich {
    display: none;
  }

  #sl-chai-3 {
    padding-top: 139px;
  }
  .sl-big-dig-bullet {
    float: left;
    width: 17%;
    font-size: 35px;
    line-height: 35px;
  }
  .sl-big-dig-bullet-txt {
    float: left;
    width: 83%;
  }

  .sl-met-head-txt {
    top: 30%;
    width: 100%;
    z-index: 1;
  }

  .sl-met-head::after {
    content: '';
    display: block;
    position: relative;
    height: 140px;
    background-color: black;
    margin-top: -1px;
}
}

@media screen and (max-width: 1000px) {
  body.page-id-3306 .title .not_responsive {
    display: none !important;
  }

  body.page-id-4262 .title .not_responsive {
    display: none !important;
  }

  body.page-id-4576 .title .not_responsive {
    display: none !important;
  }

  body.page-id-5388 .title .not_responsive {
    display: none !important;
  }

  body.page-id-6097 .title .not_responsive {
    display: none !important;
  }

  body.page-id-6182 .title .not_responsive {
    display: none !important;
  }

  body.page-id-6271 .title .not_responsive {
    display: none !important;
  }

  body.page-id-6475 .title .not_responsive {
    display: none !important;
  }

  body.page-id-7079 .title .not_responsive {
    display: none !important;
  }

  body.page-id-7964 .title .not_responsive {
    display: none !important;
  }

  body.page-id-8340 .title .not_responsive {
    display: none !important;
  }

  body.page-id-9525 .title .not_responsive {
    display: none !important;
  }

  body.page-id-9760 .title .not_responsive {
    display: none !important;
  }

  body.page-id-10162 .title .not_responsive {
    display: none !important;
  }

  #sl-breadcrumbs-cont {
    background-color: #f0f0f0;
  }

  #sl-chai-1 {
    position: relative;
    background-color: #5c302c;
    top: 0px;
  }

  #sl-chai-2 {
    position: relative;
    background-color: #5c302c;
    top: 0px;
    padding-bottom: 50px;
  }
  .slv-gdt-img {
    display: none;
  }
  .slv-gdt-txt {
    position: relative;
    top: 0px;
    margin: 30px 0px 30px 0px;
  }
  .slv-gdt-head {
    font-size: 20px;
  }
}

.sl-margin-left-right-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.sl-float-img-left {
  float: left;
}

.sl-h25 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.sl-popup {
  display: none;
}

.sl-obj-over {
  display: block;
  position: absolute;
}

.sl-img-left-float {
  float: left;
}

#sl-avant-1 {
  max-height: 1130px;
}

#sl-tulchinka-1 {
  max-height: 659px;
}

#sl-tulchinka-3 {
  max-height: 639px;
}

#sl-avant-2 {
  width: 30%;
  top: 520px;
  padding-left: 7%;
}

#sl-avant-2 p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}

#sl-avant-3 {
  max-height: 545px;
  background: linear-gradient(to right, #d0d0cf 3%, #f6f6f6);
}

#sl-avant-4 {
  width: 40%;
  bottom: 0px;
  right: 0px;
  padding-right: 5%;
  padding-bottom: 5%;
}

#sl-avant-4 p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}

#sl-tulchinka-2 {
  width: 30%;
  top: 0px;
  right: 0px;
  padding-top: 15%;
}

#sl-tulchinka-4 {
  width: 30%;
  top: 0px;
  right: 0px;
  padding-top: 5%;
}

.sl-text-over {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000000;
}

#sl-cal-quest {
  position: absolute;
  bottom: 320px;
  left: 50%;
  margin-left: -220px;
  width: 440px;
}

#sl-cal-quest h2 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  background-color: transparent;
  padding: 0px;
  color: #000000;
}

#sl-cal-answ {
  position: absolute;
  top: 395px;
  left: 50%;
  margin-left: -220px;
  width: 440px;
  text-align: center;
}

#sl-cal-answ p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background-color: transparent;
  padding: 0px;
  color: #000000;
}

.sl-margin-left-120 {
  margin-left: 120px;
}

.sl-white-separator {
  position: relative;
  display: block;
  width: 100%;
  background-color: white;
  height: 5px;
  margin: 0;
  padding: 0px;
}

#sl-fib-1 {
  top: 410px;
  padding: 20px;
  text-align: center;
}

#sl-ver-1 {
  width: 25%;
  top: 510px;
  padding-left: 20%;
}

#sl-ver-2 {
  width: 30%;
  top: 20px;
  left: 35%;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .sl-plashka {
    width: 60%;
    margin-left: 30%;
    margin-bottom: 20px;
    padding: 20px;
  }

  #sl-avant-2 {
    top: 420px;
  }

  #sl-fib-1 {
    top: 350px;
  }

  #sl-ver-1 {
    top: 430px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #sl-avant-2 {
    top: 315px;
  }

  #sl-fib-1 {
    top: 270px;
  }

  #sl-ver-1 {
    top: 335px;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  #sl-avant-2 {
    width: 30%;
    top: 190px;
    padding-left: 3%;
  }

  #sl-tulchinka-2 {
    top: 0px;
    right: 0px;
    padding-top: 5%;
  }

  #sl-fib-1 {
    top: 187px;
  }

  #sl-ver-1 {
    width: 40%;
    top: 270px;
    padding-left: 10%;
  }

  #sl-ver-2 {
    width: 50%;
    top: 10px;
    left: 25%;
  }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
  .sl-plashka {
    width: 92%;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2%;
  }

  .sl-plashka-2 h1,
  .sl-plashka-3 h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .sl-plashka-2 p,
  .sl-plashka-3 p {
    font-size: 16px;
    line-height: 21px;
  }
}

@media screen and (max-width: 600px) {
  .sl-plashka,
  .sl-plashka-2,
  .sl-plashka-3 {
    position: relative;
    bottom: auto;
    margin: 0px;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(158, 55, 148, 1);
    top: auto;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  .sl-plashka-2 h1,
  .sl-plashka-3 h1 {
    font-size: 36px;
    line-height: 43px;
    color: #ffffff;
  }

  .sl-plashka-2 p,
  .sl-plashka-3 p {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }

  .sl-obj-over {
    position: static;
  }

  #sl-avant-2 {
    width: 100%;
    background: #003da5;
    padding: 0px;
  }

  #sl-avant-2 p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding: 0px 10px 10px 10px;
  }

  #sl-avant-4 {
    width: 100%;
    padding: 0px;
  }

  #sl-avant-4 p {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding: 0px 10px 10px 10px;
  }

  #sl-tulchinka-2 {
    width: 100%;
    padding: 0px;
  }

  #sl-tulchinka-4 {
    width: 100%;
    padding: 0px;
  }

  #sl-ver-1 {
    width: 100%;
    background: #f42b24;
    text-align: center;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .sl-text-over {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding: 10px 10px 10px 10px;
  }

  #sl-ver-2 {
    width: 100%;
    background: #f42b24;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }

}

.sl-vline {
  border-right: 5px;
  border-right-color: white;
  border-right-style: solid;
}

.sl-vline-left {
  border-left: 5px;
  border-left-color: white;
  border-left-style: solid;
}

@media screen and (max-width: 768px) {
  .sl-vline {
    border-right: none;
  }

  .sl-vline-left {
    border-left: none;
  }

  .sl-prez-steps-img {
    display: none;
  }

  .sl-margin-left-right-75 {
    margin: 0px !important;
  }

  .sl-float-img-left {
    float: none;
  }

  .sl-margin-left-120 {
    margin-left: 0;
  }

  .sl-white-separator {
    display: none;
  }
  .sl-apelsinki {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  #sl-cal-quest {
    width: 100%;
    min-width: 300px;
    margin-left: -50%;
  }

  #sl-cal-quest h2 {
    font-size: 30px;
    line-height: 37px;
  }

  #sl-cal-answ {
    margin-left: -50%;
    width: 100%;
    min-width: 300px;
  }

  #sl-cal-answ p {
    font-size: 16px;
    line-height: 21px;
  }
}

.sl-praccord {
  box-sizing: border-box;
}

.sl-praccord-tab {
  position: relative;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background-color: #8dd8f8;
  box-shadow: 0 0 0 1px #ececec;
  opacity: 1;
  transition: box-shadow 0.2s, opacity 0.4s;
}

.sl-praccord-tab:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.sl-praccord-input {
  display: none;
}

.sl-praccord-input:checked ~ .sl-praccord-content + .sl-praccord-tab-content {
  max-height: 3000px;
}

.sl-praccord-input:checked ~ .sl-praccord-content:after {
  transform: rotate(0);
}

.sl-praccord-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 100px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}

.sl-praccord-label:hover ~ .sl-praccord-content:after {
  background-image: url(https://creative.univest.ua/wp-content/uploads/2020/03/strelka-blue.svg);
}

.sl-praccord-content {
  position: relative;
  display: block;
  height: 100px;
  margin: 0;
  font-size: 0;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.sl-praccord-content > div {
  display: inline-block;
  vertical-align: middle;
}

.sl-praccord-content:before,
.sl-praccord-content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.sl-praccord-content:before {
  height: 100%;
}

.sl-praccord-content:after {
  position: absolute;
  width: 25px;
  height: 100%;
  right: 20px;
  background-image: url(https://creative.univest.ua/wp-content/uploads/2020/03/strelka.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.sl-praccord-content + .sl-praccord-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.sl-praccord-info {
  white-space: nowrap;
  font-size: 0px;
  width: 40%;
}

.sl-praccord-info:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.sl-praccord-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}

.sl-praccord-name h3 {
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
  text-align: left;
  color: #000;
}

.sl-praccord-name p {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  padding-left: 20px;
}

.sl-praccord-price {
  background-color: #ef483e;
  border-radius: 0 4px 4px 0;
  height: 100%;
  width: 60%;
}

.sl-praccord-price p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
  text-align: left;
}

.sl-praccord-price:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.sl-praccord-pricetag {
  font-size: 28px;
  line-height: normal;
}

.sl-praccord-tab-content {
  background-color: #b9e5fb;
  font-size: 0;
  text-align: justify;
}

.sl-praccord-str {
  padding: 20px 40px 20px 40px;
}

.sl-praccord-str-blue {
  background-color: #8dd8f8;
}

.sl-praccord-zag {
  width: 39.22%;
}

.sl-praccord-zag h4 {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  margin-left: 15%;
  padding-left: 40px;
  padding-bottom: 15px;
}

.sl-praccord-fircol {
  width: 39.22%;
}

.sl-praccord-fircol-01 {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  min-width: 50px;
  box-sizing: border-box;
}

.sl-praccord-fircol-02 {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  padding: 0 40px 0 40px;
  box-sizing: border-box;
}

.sl-praccord-seccol {
  border-width: 0 0 0 2px;
  border-color: #ffffff;
  border-style: solid;
  width: 60.78%;
}

.sl-praccord-seccol p {
  text-align: left;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  margin-left: 40px;
}

.sl-praccord-fircol,
.sl-praccord-seccol {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  cursor: default;
}

.sl-praccord-pict {
  max-width: 100%;
  height: auto;
}

.sl-praccord-spis {
  list-style: none;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  text-align: left;
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
  .sl-praccord-info,
  .sl-praccord-price,
  .sl-praccord-zag,
  .sl-praccord-fircol,
  .sl-praccord-seccol {
    width: 50%;
  }
}

@media screen and (min-width: 601px) and (max-width: 770px) {
  .sl-praccord-info,
  .sl-praccord-price,
  .sl-praccord-zag,
  .sl-praccord-fircol,
  .sl-praccord-seccol {
    width: 50%;
  }

  .sl-praccord-fircol-01 {
    display: block;
    width: 65px;
    margin-bottom: 15px;
  }

  .sl-praccord-fircol-02 {
    display: block;
    width: 100%;
    padding: 0 40px 0 0;
  }

  .sl-praccord-zag h4 {
    padding-left: 0px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 481px) and (max-width: 601px) {
  .sl-praccord-info,
  .sl-praccord-price,
  .sl-praccord-zag,
  .sl-praccord-fircol,
  .sl-praccord-seccol {
    width: 50%;
  }

  .sl-praccord-fircol-01 {
    display: block;
    width: 65px;
    margin-bottom: 15px;
  }

  .sl-praccord-fircol-02 {
    display: block;
    width: 100%;
    padding: 0 25px 0 0;
  }

  .sl-praccord-zag h4 {
    padding-left: 0px;
    margin-left: 0px;
  }

  .sl-praccord-name {
    margin-left: 25px;
  }

  .sl-praccord-price p {
    margin-left: 25px;
  }

  .sl-praccord-str {
    padding: 20px 25px 20px 25px;
  }

  .sl-praccord-seccol p {
    margin-left: 25px;
  }
}

@media screen and (max-width: 481px) {
  .sl-praccord-info,
  .sl-praccord-price {
    width: 50%;
  }

  .sl-praccord-zag {
    width: 100%;
  }

  .sl-praccord-zag h4 {
    padding-left: 0px;
    margin-left: 0px;
  }

  .sl-praccord-name {
    margin-left: 25px;
  }

  .sl-praccord-price p {
    margin-left: 25px;
  }

  .sl-praccord-str {
    padding: 20px 25px 20px 25px;
  }

  .sl-praccord-seccol p {
    margin-left: 0;
    padding: 0;
  }

  .sl-praccord-fircol-01 {
    display: block;
    width: 65px;
    margin-bottom: 15px;
  }

  .sl-praccord-fircol-02 {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .sl-praccord-seccol {
    display: block;
    border-width: 0 0 0 0px;
    width: 100%;
  }

  .sl-praccord-fircol {
    display: block;
    width: 100%;
  }
}
