body main {
  overflow-x: hidden;
}
.relative{
    position: relative;
}
.single-reviews-slider{
    overflow: hidden;
    position: relative;
    padding: 20px 10px 30px;
}
.single-reviews-slider .swiper-button-next:after, .single-reviews-slider .swiper-button-prev:after{
  font-size: 30px;
}
.single-reviews-slider .orange-top-block{
  box-shadow: 0px 6px 7px rgb(0 0 0 / 7%);
}
.reviews-item__flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews-item__rating svg{
  fill:rgb(255,216,0);
  width: 90px;
}
.single-page .content ol, ul {
  padding-left: 35px;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 3%;
  row-gap: 40px;
}
.blog-item {
  width: 30%;
  overflow: hidden;
  border-radius: 10px;
  /* border: 1px solid rgba(0,0,0,.5); */
  box-shadow: 0 0 5px rgb(0, 0, 0, 20%);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.blog-item__img {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}
.blog-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item__body {
  padding: 15px;
  max-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-item__title {
  margin-bottom: 15px; 
}
.blog-item__desc {
  margin-bottom: 25px;
}
.blog-item__body .btn {
  margin-top: auto;
}

.ceo-left .btns.mob {
  display: none;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-top: 15px;
  justify-content: center;
}

.nav-menu > ul > li {
  position: relative;
  text-align: center;
}
.nav-menu > ul > li:hover .sub-menu {
  top: 150%;
  visibility: visible;
  opacity: 1;
}
.nav-menu > ul > li > .sub-menu {
  list-style: none;
  width: 180px;
  text-align: center;
  background: var(--gradient-orange-1);
  position: absolute;
  top: 80%;
  left: 0;  
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  transform: translateX(-60px);
  padding: 5px;
}
.nav-menu > ul > li > .sub-menu > li {
  padding: 5px 0;
  width: 90%;
  margin: 0 auto;
}
.nav-menu > ul > li > .sub-menu > li a {
  position: relative;
  padding-bottom: 3px;
  font-size: 14px;
  display: block;
}
.nav-menu > ul > li > .sub-menu > li a::before {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .2s ease;
}
.nav-menu > ul > li > .sub-menu > li a:hover {
  color: #fff;
}
.nav-menu > ul > li > .sub-menu > li a:hover::before {
  width: 100%;
}

header .mob-menu-wrapper > * {
  margin-left: 30px;
}
header .btns-link {
  display: flex;
  flex-direction: column;
}
header .btns-link a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease;
}
header .btns-link a:hover {
  color: var(--gradient-orange-1);
}
body:not(.home, .page-template-contacts-page) header {
  background: linear-gradient(90deg, #0193CB 0%, #0A1F76 100%);
}

.hidden {
  display: none !important;
}

.ceo .swiper-button-disabled {
  display: none !important;
}

.wpcf7 br {
  display: none !important;
}

.wpcf7-response-output {
  color: #fff;
}
.wpcf7-not-valid-tip {
  transform: translate(15px, -15px);
}


/* Contacts ============== */
h1 {
  font-size: 48px;
  margin-bottom: 35px;
}
.contacts-info {
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 22px;
  max-width: calc(100% - 200px);

}
.contacts-info__item {
  width: 50%;
}
.contacts-info__item h4 {
  color: #fff;
  /* color: var(--gradient-orange-1); */
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contacts-info__item ul {
  list-style: none;
  padding: 0;
}
.contacts-info__item ul li {
  margin: 5px;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.contacts-info__item ul li img {
  display: block;
  flex-shrink: 0;
  margin-right: 4px;
}
.contacts-info__item ul li a:hover{
  color: #00BFFF;
}
.contacts-info__item ul li a {
  color: #fff;
  opacity: .9;
  text-decoration: none;
  font-size: 20px;
  transition: all .2s ease;
  position: relative;
}
.contacts-info__item ul li a::before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background: #00BFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .2s ease;
}
.contacts-info__item ul li a:hover::before {
  width: 100%;
}

.ymap {
	width: 100%;
	height: 400px;
	margin-top: 5px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3.03633px 6.07266px rgb(0 0 0 / 25%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

/* contacts ============== */

.qa-list {
  margin: 30px 0;
}
.qa-item:last-child {
  border: none;
  margin-bottom: 0;
}
.qa-item__question {
  border-radius: 11px;
  background: linear-gradient(90deg, #FFF 0%, #F6F6F6 100%);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
  user-select: none;
  padding: 12px 38px;
  padding-right: 35px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: var(--blue);
}
.qa-item.active .qa-item__question{
  background: linear-gradient(90deg, #0C196A 0%, #01548F 100%);
  color: #fff;
}

.qa-item.active .faq-arrow svg circle {
    stroke: #fff;
}
.qa-item.active .faq-arrow svg path{
  fill: #fff;
}
.qa-item.active .faq-arrow{
  transform: scale(1,-1);
}
.qa-item__question > div:nth-child(1){
  margin-right: 10px;
}
.qa-item__question{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qa-item__answer {
  max-height: 0px;
  overflow: hidden;
  padding: 0 35px;
  transition: all .3s ease;
}
.qa-item.active .qa-item__answer{
  max-height: initial;
  visibility: visible;
  padding: 25px 35px;
}
.offers-slider-nav .swiper-pagination{
      padding: 0 60px;
      position: initial;
}
.offers-slider-nav .swiper-pagination {
  font-size: 27px;
  font-weight: 500;
  color: var(--blue);
}
.offers-slider-nav .swiper-pagination-total {
    font-size: 18px;
    font-weight: normal;
}
.offers-slider-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
  width: 100%;
}
.bg-kviz-line{
  position: relative;
}
.bg-kviz-line:before{
  content: '';
  position: absolute;
  width: 380px;
  height: 100%;
  top: 0;
  left: 110px;
  background: rgb(255,79,66);
  background: linear-gradient(180deg, rgba(255,79,66,1) 0%, rgba(255,173,111,1) 100%);
}
.all-block-tariffs .swiper-button-next, .all-block-tariffs .swiper-button-prev {
    color: var(--blue);
    position: initial;
    margin: 10px;
}
.all-block-tariffs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 30px 0;
  position: relative;
}
.all-block-tariffs .tariffs-block {
  text-align: center;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  /*max-width: calc(33% - 20px); remove if turn off slider */ 
  border-top: 3px solid #FF8D60;
  padding: 35px 45px;
  /*margin: 0 10px;*/
}
.all-block-tariffs .grey-block {
  background: linear-gradient(180deg, #124095 0%, #002A84 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}
.all-block-tariffs .grey-block .tariff-block-name {
  color: #fff;
}
.all-block-tariffs .tariff-block-name {
  color: #124095;
  font-size: 22px;
  font-weight: bolder;
  line-height: normal;
  text-transform: uppercase;
}
.li-tarif ul{
  list-style: disc !important;
  padding-left: 20px !important;
}
.li-tarif ul li {
    margin-bottom: 10px !important;
    padding-left: 0 !important;
}
.li-tarif {
    text-align: left;
}
.tariff-block-image-new {
 /*  background-image: url('../img/sprite.png'); */
  max-width: 122px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  margin: auto;
}
.block-tariffs p {
  margin-top: 20px;
}
.text-mini-block-tarif{
  font-size: 16px;
  color: #333;
}
.grey-block .text-mini-block-tarif{
  color: #fff;
}
.text-mini-block-tarif, .price-tariffs-block {
  font-family: "Gotha Pro Light",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  min-height: 30px;
}
.text-mini-block-tarif {
  padding: 0px 15px;
}
.price-tariffs-block span {
  font-size: 26px;
      margin: 0 5px;
  /* font-family: "Gotha Pro Bold",sans-serif!important; */
  font-weight: 600;
}
ul.li-tarif {
  list-style: none;
  min-height: 295px;
  margin-left: 0px;
  border-bottom: 1px solid #E2E2E2;
}
ul.li-tarif li {
  font-size: 14px;
  line-height: 14px;
  margin-top: 26px;
  padding: 0 15px;
}
ul.li-tarif li::before {
  display: none !important;
}
ul.li-tarif li:first-of-type {
  margin-top: 23px;
}
ul.li-tarif li:last-of-type {
  margin-bottom: 23px;
}
.all-block-tariffs button, .all-block-tariffs .blue-btn {
background: rgb(255,79,66);
background: linear-gradient(280deg, rgba(255,79,66,1) 0%, rgba(255,173,111,1) 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  max-width: 222px;
  width: 100%;
  padding: 20px;
  margin-top: 30px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.all-block-tariffs button:hover, .all-block-tariffs .blue-btn:hover {
  background: var(--gradient-orange-1);
  color: #fff;
  cursor: pointer;
}
p.price-tariffs-block {
    font-size: 20px;
}
.tariff-block-image-new img {
  width: 100%;
}


.icons-and-labels-list img {
  margin: 0 auto;
}
.prodvizhenie-internet-magazina{
  width: 25%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.icons-and-labels-item-label {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 200px;
    width: 100%;
}
.icons-and-labels-item-label a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}
.prodvizhenie-internet-magazina {
  display: flex;
  flex-wrap: wrap;
}
.icons-and-labels-item {
  display: inline-block;
  width: 140px;
  text-align: center;
  vertical-align: top;
  margin: 0;
}
.icons-and-labels-item-image img{
    max-width: 180px;
    height: 190px;
    width: 100%;
    object-fit: contain;
}
.icons-and-labels-item-image {
  overflow: hidden;
  margin: 0 auto 10px;
}
.icons-and-labels-item-label a {
  text-decoration: none;
   border: 0;
}
.icons-and-labels-item-label a:hover {
  color: var(--gradient-orange-1);
}


/* Block big green ===== */
.single-page {
  overflow: hidden;
}
.block {
  /* min-width: 1000px; */
  max-width: 100%;
  overflow: hidden;
}
.block-big-green {
  margin: 0 auto;
  padding: 0px;
  color: #333;
}
.block-width {
  /* width: 1000px; */
  margin: 0 auto;
}

.block-big-green-img {
  transform: translate(0px, -250px);
  /* margin-top: 40px; */
}
.block-big-green h2 {
  font-size: 28px;
  line-height: 48px;
 /*  margin: 40px 0 40px -2px; */
  color: #333;
/*   margin: 0 0 70px; */
  text-align:center;
}

.font-g-bold {
  font-family: "Gotha Pro Bold",sans-serif!important;
  font-weight: 700;
}

.block-big-green-elem {
  width: 25%;
  padding: 0 15px;
  position: relative;
}
.block-big-green-elem img {
    display: block;
    width: auto;
    height: auto;
    max-width: 222px;
    width: 100%;
    height: 182px;
    object-fit: contain;
}
.font-g-ligth {
  font-family: "Gotha Pro Light",sans-serif!important;
  font-weight: 200!important;
}
.block-big-green-mark, .block-big-green-header, .block-big-green-header a {
  font-size: 16px;
}
.block-big-green-header {
  margin: 13px 0 12px;
}
.block-big-green-inner{
  padding-left: 24px;
  border-left: 2px solid var(--gradient-orange-2);
}

.block-big-green-text{
  font-size: 14px;
}
.block-big-green-text, .block-big-green-header {
  color: var(--blue);
}
.block-big-green-title{
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 10px;
}
.block-big-green-header {
  font-family: "Gotha Pro Medium",sans-serif;
}
.block-big-green-up {
    padding: 30px 50px;
    background: #fff;
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 10%);
    border-top: 3px solid var(--gradient-orange-1);
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}
.block-big-green-up .swiper-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.block-big-green .clear {
  border: 0 none;
  clear: both;
  font-size: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  width: 0;
}
.block-big-green-down {
  margin-top: -400px;
  margin-left: 70px;
}

.descope-version {
  display: none!important;
}
.font-g-bold {
  font-family: "Gotha Pro Bold",sans-serif!important;
  font-weight: 700;
}
.block-big-green-mark,
.block-big-green-mark .font-g-bold {
  font-weight: 700 !important;
}

section.ceo.ceo-general {
  margin-top: 0;
  padding: 100px 0; 
  padding: 50px 0px;
  /* background-size: 150%;
  background-position: center top; */
  position: relative;
  border-radius: 15px;
  overflow: visible;

  background: transparent;
}
section.ceo.ceo-general::before {
  /* content: ''; */
  display: block;
  width: 300%;
  height: 100%;
  /* background: orange; */
  background: center top/150% no-repeat url(../img/ceo-bg.png);
  position: absolute;
  left: -150%;
  top: 0;
}

section.ceo.ceo-general .ceo-polygon {
  background: transparent;
}

.ceo-general .single-post h1, .single-post h2, .single-post h3 {
  color: var(--blue-darker);
  font-size: 30px;
  font-weight: 700;
}

/* //block big green */

.archive-services .services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 3%;
  row-gap: 30px;
}
.archive-services .services-item {
  width: 31%;
}

.single-services__gallery {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.single-services__gallery .swiper-button-prev,
.single-services__gallery .swiper-button-next {
  position: absolute;
  top: 50%;
}
.single-services__gallery .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-services__content {
  margin-top: 35px;
  font-size: 17px;
  gap: 15px;
}

.breadcrumbs {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}
.breadcrumbs a {
  color: var(--blue);
  transition: all .2s ease;
  text-decoration: none;
}
.breadcrumbs a:hover {
  opacity: .7;
}

header .nav-menu>ul {
  margin-bottom: 0 !important;
}

.single-post li {
  font-size: inherit !important;
  margin-bottom: 0 !important;
}
.section-advn{
  position: relative;
  z-index: 1;
  background: var(--blue);
  padding: 70px 0 160px;
  color: #fff;
}
.icons-and-labels-item-label a{
  color: #fff;
}
.section-advn-img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

.block-big-green-up .swiper-wrapper, .icons-and-labels-list .swiper-wrapper{
  flex-wrap: wrap;
}

.advn-slider .offers-slider-nav, .advn-slider2 .offers-slider-nav{
  display: none;
}

.advn-slider .swiper-button-next, .advn-slider .swiper-button-prev {
    color: var(--blue);
    position: initial;
    margin: 10px;
}
.advn-slider2 .swiper-button-next, .advn-slider2 .swiper-button-prev {
    color: #fff;
    position: initial;
    margin: 10px;
}

.advn-slider2 .offers-slider-nav{
  margin: 0;
}
.advn-slider2 .swiper-pagination{
  color: #fff;
}
.advn-slider .offers-slider-nav {
    margin: 0;
    padding: 0 10px;
}
.section-post-slider2{
    position: relative;
}
.section-advn-slider{
  position: relative;
  z-index: 2;
}
.post-slider2-item img{
  display: block;
  margin: auto;
  height: 274px;
  object-fit: contain;
  margin-bottom: 15px;
}
.post-slider2 .swiper-button-next, .post-slider2 .swiper-button-prev{
  color: var(--blue);
}
.post-slider2{
  text-align: center;
  overflow-x: hidden;
  color: var(--blue);
  position: relative;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.post-slider2-text{
  font-size: 14px;
}
.post-slider2-title{
  font-size: 14px;
  font-weight: 600;
}
.post-slider2-item {
    max-width: 290px;
    width: 100%;
    margin: auto;
}























@media (min-width: 769px) and (max-width: 999px) {
  .block, .block-width {
    min-width: 0px;
    max-width: 100%;
    width: 100%!important;
    padding: 0px!important;
  }
  .block, .block-width {
    min-width: 0px;
    max-width: 100%;
    width: 100%!important;
    padding: 0px!important;
  }
}

@media (max-width: 1040px) {

  .nav-menu > ul > li > .sub-menu {
    position: relative;
    background: transparent;
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  header {
    overflow: hidden;
  }
  .ceo-right .btns.desc {
    display: none !important;
  }
  .ceo-left .btns.mob {
    display: flex;
  }
  .blog-item {
    width: 48%;
  }
  .ceo-pagination {
    padding: 0 !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 1024px) {
  .block-big-green-elem{
    width: 33%;
  }
  .bg-kviz-line:before{
    display: none;
  }
  .block-width {
    width: 900px;
    padding: 0 0;
    overflow: hidden;
  }
  .block-tarif-elem, .block-cycle-elem, .block-management-list {
    width: 150px;
    margin-right: 10px;
    padding: 10px;
  }
  .block-big-green-mark, .block-big-green-header, .block-big-green-header a {
    font-size: 16px;
  }
}

@media (max-width: 840px) {
  .contacts-info{
      max-width: 100%;
  }
}


@media (max-width: 767px) {
  section.ceo.ceo-general::before {
    background-size: 300%;
  }
  .ceo-general .single-post h1, .single-post h2, .single-post h3 {
    font-size: 24px;
  }
  .block-big-green-img {
    display: none;
  }
 
  .block-big-green {
    height: auto;
    margin: 0;
    padding: 0;
    background: 0;
    min-width: 100%;
  }
  .block-big-green h2 {
    margin: 30px 0;
    padding-top: 0;
  }
  .block-width {
    width: 100%;
    padding: 0 5%;
  }
  .block-big-green-elem {
    width: 50%;
  }
  .block-big-green-mark {
    min-width: 25px;
    float: left;
  }
	.block-big-green-down .block-big-green-mark, .block-big-green-up .block-big-green-mark {
		float: none;
		margin-bottom: 10px;
	}
  .block-big-green-header {
    margin: 0 0 12px;
  }
  .block-big-green-down {
    margin-top: 0;
    margin-left: 0;
  }


  .blog-item {
    width: 100%;
  }
  .qa-item {
    width: 100%;
  }
  .prodvizhenie-internet-magazina{
    width: 33%;
  }
  .section-advn{
    padding: 60px 0;
  }
}

@media (max-width: 700px) {
  ul.li-tarif {
    min-height: 195px;
  }
}

@media (max-width: 500px) {
  .ceo-left .btns.mob .btn {
    /* column-gap: 10px; */
    padding: 12px 20px;
  }
  .qa-item__question{
    font-size: 14px;
    padding: 14px;
  }
  .qa-item .qa-item__answer{
    padding: 0 20px;
  }
  .qa-item.active .qa-item__answer{
    padding: 14px 20px;
  }
  .all-block-tariffs .tariffs-block{
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.09);

  }
  .all-block-tariffs .tariffs-block{
        padding: 25px;
    }
  .block-big-green-elem{
    width: 100%;
  }
  .prodvizhenie-internet-magazina{
    width: 100%;
  }
  .block-big-green-up{
        margin-left: -15px;
    margin-right: -15px;
  }
  .block-big-green-up .block-big-green-elem{
    padding: 30px 0 0 40px
  }
  .block-big-green-up {
    padding: 0;
    border-top: none;
  }
  .block-big-green-up .swiper-wrapper, .icons-and-labels-list .swiper-wrapper{
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
  }
  .faq-title {
    margin-bottom: 20px;
  }
  .single-post h1{
    font-size: 24px;
  }
  .advn-slider .offers-slider-nav, .advn-slider2 .offers-slider-nav{
    display: flex;
  }
  .ymap{
        margin-left: -15px;
    width: 100vw;
    border-radius: 0;
  }
  .contacts-info, .contacts-info__item ul li a{
        font-size: 12px;
    }
    .contacts-info__item ul li img {
    margin-right: 0px;
    max-width: 28px;
}


}


section.reviews {
  position: relative;
  background: none;
}
.reviews-before-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 620px;
  width: 100%;
  right: calc(50% - 500px);
  z-index: 2;
}

.section-seo-fullwidth .half-poligon-img {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1040px) {
  .reviews-before-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-seo-fullwidth {
    padding-bottom: 95px;
  }
  .section-seo-fullwidth .half-poligon-img {
    display: block;
  }
}