@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 1.1;
    color: #000;
    background: #E5E5E5;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, {
    margin: 0;
}

*{
     margin: 0;
     padding: 0;
     margin-right: 0;
     margin-left: 0;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     outline: none;
     list-style: none;
 }

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.aligncenter {
    clear: both;
    margin: 0 auto;
    display: block;
}


/*header
===========================*/
.header {
    background: #1D1D1D;
    padding-top: 10px;
    padding-bottom: 10px;

}

.header__inner {
    display: flex;
    justify-content:space-between;
    align-items: center;
    
}
.phone-cont{
    display: flex;
}
.phone {
    display: flex;

}

.phone__header {
    margin-right: 36px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
.phone img{
    max-width: 15px;
    display: block;
    margin-right: 10px;
}
.content {
    display: flex;
    align-items: center;
}

.content__txt {
    margin-right: 35px;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
}

.social__link {
    display: flex;

    text-decoration: none;
    margin-left: 15px;
}

.wpml-ls-legacy-dropdown-click{
    width: auto!important;
    margin-right: 20px;
}
.wpml-ls-legacy-dropdown-click a {
    background: none!important;
    color: #fff!important;
    border: none!important;
}

    
.menu-item-has-children a{
    	display: inline-block;
    	position: relative;
    }
.menu-item-has-children>a:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: -10px;
    top: 7px;
    transform: rotate(45deg);
   }

/*btn-menu*/
.btn-menu {
    display: none;
}
.btn-menu span{
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 3px 0;
}

.intro__btn-center{
	margin: 0 auto 40px;
    display: table!important;
    text-align: center;
}


/*form*/
.banner-form {
  max-width: 400px;
}
.banner-form .wpcf7-form-control-wrap,.btn-form{
  display: block;
  margin-bottom: 30px;
}
.banner-form .wpcf7-form-control-wrap input{
    font-size: 19px;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 66px;
    padding: 16px 10px 16px 32px;
    border: 1px solid #ccc;
    color: #5c5c5c;
    background-color: #ffffffd1;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #5c5c5c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #5c5c5c;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #5c5c5c;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #5c5c5c;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #5c5c5c;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #5c5c5c;
}

.btn-form{
    cursor: pointer;
    background-color: #FFCC00;
    color: #333;
    border: none;
    border-radius: 35px;
    font-size: 20px;
    padding: 17px 34px;
    -webkit-appearance: none;
}

.btn-form: hover{
    background-color: #ffcd00;
    color: #000;
    border: 1px solid #d9af00;
    transition: .5s;
}


.form-pop-up-wrap{
  display: none;
}

.active-form .form-pop-up-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000000db;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 2;
}
.active-form{
  overflow-y: hidden;
}
.form-pop-up{
    background: #fff;
    padding: 30px;
}
.form-pop-up-text{
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.form-pop-up .wpcf7-form-control-wrap{
    display: block;
    max-width: 400px;
    margin: 0 auto 20px;
}
.form-pop-up .wpcf7-form-control-wrap input{
  width: 100%;
  padding: 10px;
  font-size: 22px;
  color: #5c5c5c;
}
.form-pop-up .btn-form {
    margin: 0 auto;
}
.open-form-btn{
      width: 30px;
    height: 20px;
    padding-top: 5px;
    margin-left: auto;
}
.open-form-btn span{
  width: 20px;
  height: 2px;
  display: block;
  background: #333;
}
.open-form-btn span:first-child{
transform: rotate(45deg);
}

.open-form-btn span:last-child{
      transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.g-recaptcha{
	display: block;
    width: 164px;
    height: 144px;
    margin: 0 auto;
}

/*slick-arrow*/


section .slick-arrow {
    bottom: -80px;
    top: auto;
    right: 17px;
    left: auto;
    width: 50px;
    height: 50px;
    border: 1px solid #6f6f6f;
    border-radius: 50%;
}
section .slick-prev {
    right: 73px;
}

section .slick-arrow:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #6f6f6f;
    border-bottom: 3px solid #6f6f6f;
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    left: 18px;
}
section .slick-arrow:before{
    display: none;
}
section .slick-prev:after {
    transform: rotate(135deg);
    left: 20px;
}

.section__innfo .slick-prev:hover, 
.section__innfo .slick-next:hover {
    border: 1px solid #FFCC00;
}
.section__innfo .slick-prev:hover:after, 
.section__innfo .slick-next:hover:after {
    border-right: 2px solid #FFCC00;
    border-bottom: 2px solid #FFCC00;
}

section .slick-prev:hover, 
section .slick-next:hover {
    border: 1px solid #000;
}
section .slick-prev:hover:after, 
section .slick-next:hover:after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}


.section__innfo .slick-arrow {
    bottom: 50px;

}

/*section__menu
=======================*/
.menu {
    display: flex;
    align-items: center;
}

.menu a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;

}
.menu >li {
    margin-left: 50px;
}
.menu .current_page_item a,.menu a:hover{
    color: #f9bc00;
}
.sub-menu{
	display:none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #464646;
    border: 1px solid #2f2f2f;
    border-radius: 10px;
	padding:15px;
    z-index: 2;
}
.sub-menu a{
	white-space: nowrap;
}
.menu-item-has-children{
	position:relative;
}
.menu-item-has-children:hover .sub-menu{
	display:block;
}

.sub-menu >li{
	margin-top: 5px;
    margin-bottom: 5px;
}

/*section
=================*/
.section__menu {
    background: #343434;
    padding: 5px 0;
    box-shadow: 0px 4px 10px 0px #1F1F1F;
    z-index: 1;
    position: relative;
}

.section {
    background: #343434;

}

.section__price {
    background: #E5E5E5;
}

.section__offer {
    background: #E5E5E5;
	
}

.section__innfo {
    margin-top: 0px;
    background: #343434;
	color: white;
}

.section__team {
    background: #E5E5E5;
}

.section__works {
    background: #343434;
}

.section__contact {
    background: #343434;
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
    border: 5px solid #ffcc00;
}


/*breadcrumb*/

.breadcrumb span[property="name"] {display: inline-block; padding: 5px; margin-top: 10px; vertical-align: middle; max-width: 230px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.breadcrumb span[property="name"]:hover {max-width: none}
.breadcrumb{
 background: #eee;
 border-width: 1px;
 border-style: solid;
 border-color: #f5f5f5 #e5e5e5 #ccc;
 border-radius: 5px;
 box-shadow: 0 0 2px rgba(0,0,0,.2);
 overflow: hidden;
 width: 100%;
 }
 
.breadcrumb li{
 float: left;
 }
 
.breadcrumb a{
 padding: .7em 1em .7em 2em;
 float: left;
 text-decoration: none;
 color: #444;
 position: relative;
 text-shadow: 0 1px 0 rgba(255,255,255,.5);
 background-color: #ddd;
 background-image: linear-gradient(to right, #f5f5f5, #ddd);
 }
 
.breadcrumb li:first-child a{
 padding-left: 1em;
 border-radius: 5px 0 0 5px;
 }
 
 .breadcrumb span:last-child a{
 padding-top: 1em;
 border-radius: 5px 0 0 5px;
 }
 
.breadcrumb a:hover{
 background: #fff;
 }
 
.breadcrumb a::after,
 .breadcrumb a::before{
 content: "";
 position: absolute;
 top: 50%;
 margin-top: -1.5em;
 border-top: 1.5em solid transparent;
 border-bottom: 1.5em solid transparent;
 border-left: 1em solid;
 right: -1em;
 }
 
.breadcrumb a::after{
 z-index: 0;
 border-left-color: #ddd;
 }
 
.breadcrumb a::before{
 border-left-color: #ccc;
 right: -1.1em;
 z-index: 0;
 }
 
.breadcrumb a:hover::after{
 border-left-color: #fff;
 }
 
.breadcrumb .current,
 .breadcrumb .current:hover{
 font-weight: bold;
 background: none;
 }
 
.breadcrumb .current::after,
 .breadcrumb .current::before{
 content: normal;
 }

.wp-block-youtube{
    display: block;
    max-width: 580px;
    margin: 40px auto 10px;
}

/*title__section
===================*/
.title__section {
    padding-top: 100px;
    padding-bottom: 45px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    max-width: 550px;
}

.title__price {
    padding-top: 183px;
    padding-bottom: 45px;

    font-size: 45px;
    font-weight: 700;

    color: #343434;
}

.page-template-czeny .title__price {
    padding-top: 45px;
	padding-top: 40px;
    padding-bottom: 45px;
    line-height: 150%;
}

.title__offer {
    padding-bottom: 28px;

    font-size: 45px;
    font-weight: 700;

    color:#343434;
    max-width: 51%;
}

.subtitle__offer {
    padding-bottom: 43px;

    font-size: 25px;
    font-weight: 700;

    color: #343434;
    max-width: 65%;
}

.title__innfo {
    padding-top: 139px;
    padding-bottom: 34px;

    font-size: 45px;
    font-weight: 700;
}

.subtitle__innfo {
    font-size: 25px;
    font-weight: 700;
    max-width: 720px;
    padding-bottom: 72px;
}

.title__team {
    padding-top: 180px;
    padding-bottom: 26px;

    font-size: 45px;
    font-weight: 700;

    color: #343434;
}

.subtitle__team {
    padding-bottom: 50px;

    font-size: 25px;
    font-weight: 700;

    color: #343434;
}

.title__reviews {
    padding-top: 180px;
    padding-bottom: 56px;

    font-size: 45px;
    font-weight: 700;

    color: #343434;
}

.title__works {
    padding-top: 110px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    max-width: 80%;
}

.title__task {
    padding-top: 148px;
    padding-bottom: 27px;

    font-size: 45px;
    font-weight: 700;

    color: #343434;
}

.subtitle__task {
    font-size: 25px;
    font-weight: 700;
    color: #343434;
    max-width: 500px;
}

.title__contact {
    padding-top: 100px;
    padding-bottom: 27px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.title__contact span{
    color: #FFCC00;
}

.subtitle__contact {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    width: 45%;
}



.section__works-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #333;
    padding: 90px 70px 100px 70px;
}









/*play*/




.btn-play {
  width: 300px;
  height: 300px;
  position: relative;
}

.play-triangle {
  height: 19px;
  width: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
  position: relative;
}

 .play-triangle:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    margin: 4px 0 0 3px;
    border-color: transparent transparent transparent #ffcc00;
  }

  .play-triangle:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fc0;

}

.btn-play-core {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    background-color: #343434;
    border: 8px solid #4e4e4e;
}

.btn-play-circle-1 {
    width: 140px;
    height: 140px;
    margin-left: -70px;
    margin-top: -70px;
    border: 1px solid white;
}


.btn-play-circle-2 {
    width: 180px;
    height: 180px;
    margin-left: -90px;
    margin-top: -90px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}


.btn-play-circle-3 {
    width: 220px;
    height: 220px;
    margin-left: -110px;
    margin-top: -110px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[class^="btn-play-"] {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
}

.btn-play:hover .play-triangle,
.btn-play:hover [class="btn-play-circle-1"] {
  animation: circles 0.6s ease-in-out;
}

.btn-play:hover [class="btn-play-circle-2"] {
  animation: circles 0.6s ease-in-out;
  animation-delay: 0.1s;
}

.btn-play:hover [class="btn-play-circle-3"] {
  animation: circles 0.6s ease-in-out;
  animation-delay: 0.2s;
}


@keyframes circles {
  from {
    transform: initial;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: initial;
  }
}


/*intro*/
.intro {
    background-image: url(../img/intro1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.intro:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: #0000006b;
}

.intro__content__header {
    padding-top: 134px;
    position: relative;
    padding-bottom: 188px;
    /*z-index: 2;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro__element {
    position: relative;
    display: inline-block;
}

.element__t {
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    padding: 30px 30px 30px 0;
    color: #FFCC00;
    position: relative;
    /*z-index: 1;*/
}

.intro__element:before{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: block;
    content: "";
    background: #343434c7;
    box-shadow: 0px 0px 10px #1f1f1f;
    border-radius: 0 70px 70px 0;
    width: calc(100vw);
    z-index: 0;
    right: -15px;
}
.intro__title {
    margin-top: 12px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    max-width: 61%;
}

.intro__title span{
	color :#FFCC00;
}

.intro__subtitle {
    margin-top: 29px;

    font-size: 25px;
    font-weight: 700;

    color: #fff;

    margin-bottom: 49px;
    max-width: 47%;
}

.intro__btn {
    background: #FFCC00;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
    padding: 20px 42px;
    text-decoration: none;
    display: inline-block;
}
.btn-center{
    margin: 40px auto 0;
}
.intro__btn:hover {
	background: #ffd400;
    color: #000000;
	
}

.btn--contact {
    margin-top: 35px;
}

.btn--price {
    margin-top: 11px;
}


.grp{
	margin: 0 auto;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

.grv-view-all-btn{
	border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
    padding: 20px 42px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #FFCC00;
}

.grv-view-all-btn:hover{
    background-color:#FFCC00;
}

.grv-add-review-btn{
	    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
    padding: 20px 42px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #2aa8d7;
}

.grv-add-review-btn:hover{
    background-color:#2aa8d7;
}


/*card
======================*/
.card__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card__item {
    position: relative;
    width: 23%;
    height: 249px;
    background: #343434;
	color: white;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    border-radius: 25px;
    margin-right: 0;
    margin-bottom: 123px;
    max-width: 414px;
}

.card__item__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.cart__icon__wrap {
    margin-right: 16px;
}

.card__item:last-child {
    margin-right: 0px;
}

.card__number {
    position: absolute;
    top: 0;
    right: 0;

    font-size: 150px;
    font-weight: 700;
    color: #3D3C3C;
}

.cart__icon__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__icon {
    position: relative;
    margin-top: 0;
    margin-left: 0;
}

.card__img1 {
    position: absolute;
}

.card__title {

    font-size: 25px;
    font-weight: 700;
    z-index: 1;
}

.card__txt {
    margin-left: 72px;
    font-size: 17px;
    line-height: 1.1;
}



/*price
=========================================*/
.price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price__item {
    width: 45%;
    padding-bottom: 180px;

}

.price__img {
    position: relative;
}

.price__txt {
    position: absolute;
    left: 0;
	width: 100%;
    bottom: 15%;

    font-size: 25px;
    font-weight: 700;
    color: #FFCC00;
    background: #343434ab;
    /*box-shadow: 0px 0px 10px #1F1F1F;*/
    padding: 8px 27px 15px 25px;
}

.price__info {
    width: 100%;
    border: 1px solid #a19f9f87;
    padding: 20px;
    margin-top: -2px;
}

.price__img img{
    width: 100%;
}

.info__content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 20px;
	margin-top: 20px;
}

.info__title {
    font-size: 25px;
    font-weight: 700;
    color: #343434;
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: -2px;
}

.info__price {
    font-size: 20px;
    font-weight: 700;
    color: #287CCA;
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: -2px;
    min-width: 160px;
    align-content: center;

}

.info__txt {
    font-size: 16px;
    font-weight: 400;
    color: #343434;

    margin-top: 6px;
    margin-bottom: 22px;
    margin-right: 158px
}

.info__other {
    font-size: 16px;
    font-weight: 700;
    color: #343434;

    text-align: right;
    margin-bottom: 19px;
}
.info__txt-min{
    color: #333;
    margin-bottom: 15px;
}
/*price__info-2*/
.price__info-2 {
    padding: 13px 20px;
    width: 100%;
    border: 1px solid #a19f9f87;
    text-align: center;
}

.share {
    display: flex;
    justify-content: space-between;
    position: relative;
	text-align: left;
	margin-bottom: 5px;
    
}
.share:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #bdbdbd; 
    bottom: 8px;
    left:0;
}


.share__txt {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #343434;
    z-index: 1;
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: 0px;
    background: #e5e5e5;

}

.share__price {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #287CCA;
    z-index: 2;
	text-align: right;
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: 0px;
    background: #e5e5e5;
	min-width: 150px;
    align-content: center;
}

/*video*/
.wp-block-video {
    max-width: 600px;
    margin: 0 auto!important;
}

.wp-block-video .mejs-controls {
display: none !important;
visibility: hidden !important;
}

/*offer
========================================*/
.image {
    background-image: url(../img/bg_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.section__offer 

.li {
    display: flex;
}

.offer__flex {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 27px;
}

.offer__element {
    position: relative;

    color: transparent;
    font-size: 0;

    width: 22px;
    height: 22px;

    background: #FFCC00;
    border-radius: 6px;
    transform: rotate(-45deg);

}

.offer__number {
    position: absolute;

    font-size: 14px;
    font-weight: 700;

    color: #343434;

}

.offer__txt {
    font-size: 16px;
    font-weight: 400;

    color: #343434;

    margin-left: 18px;
    margin-bottom: 14px;

    max-width: 41%;
}



/*innfo
=============================*/
.innfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 150px;
}
.innfo__item-wrap{
    width: 350px;
    padding: 10px 30px;
}

.innfo__item {
    min-height: 250px;
    background: #343434;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 69%);
    border-radius: 25px;
}

.innfo__item:hover {
    background: #ffcc00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.innfo__item:hover .innfo__txt,
.innfo__item:hover .innfo_img {
    display: none;
}

.innfo-content-x{
    display: none;
}


.innfo__item:hover .innfo__number{
        position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    font-size: 170px;
    color: #d0ab16;
}



.innfo__item:hover .innfo-content-x{
    display: block;
    padding: 10px 20px 30px 20px;
    color: #3d3c3c;
    font-size: 18px;
    position: relative;
}

.innfo__flex {
    display: flex;
    justify-content: space-around;
    align-items: center;

    transition: opacity .2s linear;
}

.innfo__number {
    font-size: 130px;
    font-weight: 700;

    color: #3d3c3c;
}

.innfo__txt {
    font-size: 18px;
    font-weight: 700;

    max-width: 80%;
    margin: 0 20px;

    transition: opacity .2s linear;
}


.team__colm {
    overflow: hidden;
    margin: 10px;
    display: block;
}

.team-slider img {
    display: block;
    width: 100%;
    transition: 0.3s;
}
.team-slider img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}

.team__name{
    padding: 10px;
    color: #333;
    font-size: 16px;
}
.team__name span{
    font-weight: bold;
}

/*czeny*/

.czeny{
    margin-bottom: 100px;
}
.czeny-title{
    text-align: center;
    display: block;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
}
.czeny-title-row{
    display: flex;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(#676767));
    background: -moz-linear-gradient(top, #ffd966, #f9ea4c);
        color: #fff;
    font-weight: bold;
}

.czeny-cont{
    border: 1px solid #ccc;
    border-bottom: none;
}
.table-1,.table-2{
    border-right: 1px solid #ccc;
}
.czeny-row{
    border-bottom: 1px solid #ccc;
}
.czeny-row{
    display: flex;
    align-items: center;
}
.czeny-title-row span{
    padding:30px 20px;
}
.table-1,.table-2,.table-3{
    padding: 10px 20px;
}
.table-1{
    width: 80%;
}
.table-2{
    width: 10%;
    text-align: center;
}
.table-3{
    width: 10%;
    text-align: center;
}
.czeny-row{
    background: #fff;
}
.czeny-row:nth-child(2n){
    background: #f2f2f2;
}
/*team*/
.team {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.team__col {
    width: 40%;
    margin-right: 2%;

}

.team__col-two {
    width: 27%;
    padding-top: 200px;
}

.team__col--three {
    width: 27%;
    padding-top: 200px;
}

.team__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    margin-bottom: 30px;
}

.team__item:nth-child(2n){
    display: flex;
    justify-content: flex-end;
    align-items: center;

    margin-bottom: 30px;
}

.team__flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team__elips {
    position: relative;

    color: transparent;
    font-size: 0;

    width: 67.41px;
    height: 67.41px;

    background: #FFCC00;
    border-radius: 15px;
    transform: rotate(-45deg);
}

.ellips__icon {
    position: absolute;
}

.team__txt {
    font-size: 16px;
    font-weight: 400;
    color: #343434;

    margin-left: 20px;
    max-width: 60%;
}
.team-slider{
    width: 58%;
}


/*reviews
================================*/
.reviews__card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reviews__item {
    position: relative;

    width: 413px;
    height: 251px;

    background: #F2F2F2;
    box-shadow: 0px 0px 20px #CFCCCC;
    border-radius: 25px;

    margin-bottom: 30px;

}

.revies__photo {
    position: absolute;
    top: 10%;
    left: 10%;
}

.reviews__content {
    margin-top: 40px;
    margin-left: 180px;
    margin-bottom: 50px;
}

.reviews__name {
    font-size: 20px;
    font-weight: 700;
    color: #343434;
    padding-bottom: 10px;
}

.reviews__data {
    font-size: 12px;
    font-weight: 400;
    color: #343434;
    padding-top: 5px;
}

.reviews__txt {
    margin: 0 50px;

    font-size: 16px;
    font-weight: 400;
    color: #343434;
}

.section__review {
	padding-top: 80px;
    padding-bottom: 26px;
    font-size: 45px;
    font-weight: 700;
    color: #343434;
}

.section__review h2 {
    font-size: 45px;
}

.ti-widget.ti-goog {
    margin-top: 60px;
}


/*works
=====================*/





.section__works-cont{
    display: flex;
    align-items: center;
}



.section__works-right {
    background-image: url(../img/dogovir-2.webp);
    min-width: 530px;
    max-width: 530px;
    height: 750px;
    background-size: contain;
	background-repeat: no-repeat;
}


.section__works-right-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}

.works__col {
    display: flex;
    padding-top: 70px;
    position: relative;

}
.section__works-right-cont p{
    padding-bottom: 20px;
}
.works__number {
    font-size: 80px;
    font-weight: 700;
    color: #FFCC00;

}

.works__txt {
    font-size: 25px;
    font-weight: 700;
    color: #fff;

    margin-left: 34px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.works__col:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    background: #515151;
    left: -270px;
    width: calc(90% + 270px);
    bottom: 0;
}

.works__elem {
    padding-top: 73px;
    padding-bottom: 110px;
    max-width: 560px;
}

.works__element {
    position: relative;
}
.works__element:before{
    content: "";
    background: #3D3C3C;
    box-shadow: 0px 0px 10px #1f1f1f;
    position: absolute;
    height: 100%;
    width: 300%;
    top: 0;
    right: 0;
    border-radius: 0 70px 70px 0;
}

.element__txt {
    font-size: 23px;
    font-weight: 700;
    color: #FFCC00;
    padding: 20px;
	margin-left: 10px;
    right: 5%;
    top: 20%;
    position: relative;
}

/*portfolio-cont*/
.portfolio-cont{
	max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    margin-bottom: 100px;
}
.portfolio-img{
	width: 33.33%;
	padding: 10px;
}
.portfolio-img a{
	display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.portfolio-img img{
	position: absolute;
	vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto;
}

.portfolio-img:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.2s;
    position: static;
    overflow: hidden;
}
/*task
===============================*/
.task {
    display: flex;
    flex-wrap: wrap;
    padding-top: 39px;
    padding-bottom: 100px;
   }

.task__item {
    position: relative;
    line-height: 0;
    overflow: hidden;
    width: 31.333%;
    margin: 1%;
    height: 300px;
}

.task__item:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    transition: 0.2s;
    z-index: 2;
}
.task__item:hover:before{
    opacity: 0.5;
     transition: 0.2s;
}


.task__txt {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    left: 4%;
    bottom: 5%;
    z-index: 3;
    padding: 10px;
}
.task__item img{
    transition: 0.2s;
    width: auto;
    position: absolute;
    height: 100%;
	
}
.task__item:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.2s;
    position: static;
}


/*contact
=======================================*/
.contact {
    display: flex;
    flex-wrap: wrap;
}

.contact__col {
    padding-top: 47px;
    padding-bottom: 97px;
    width: 50%;
    padding-right: 73px;
}

.contact__tel {
    font-size: 30px;
    font-weight: 700;
    color: #FFCC00;
	margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;

}

.contact__masenger {
    display: flex;

}

.masenger__viber {
    font-size: 16px;
    font-weight: 400;
    color: #e08fff;
    margin-right: 20px;
    text-decoration: none;
}

.masenger__telegram {
    font-size: 16px;
    font-weight: 400;
    color: #36baff;
    text-decoration: none;

}

.contact__masenger, .masenger__viber {
	 color: #e08fff!important;
}


.contact__masenger, .masenger__telegram {
	color: #36baff!important;
}

.contact__social {
    display: flex;
    margin-top: 24px;
    flex-direction: column;
}

.social_icons{
	margin-top: 10px;
	display: flex;
}

.social__txt {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
    margin-right: 35px;
}

.contact__social img {
    margin-right: 20px;
}

.contact__adress {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
 

.adress {
    margin-bottom: 68px;
}

.contact-mail{
	font-size: 30px;
    font-weight: 700;
    color: #FFCC00;
    margin-bottom: 5px;
    text-decoration: none;
}


/*2-blocks*/
.block-img-text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	    margin-bottom: 40px;
}


.block-img{
    width: 40%;
    padding: 5px 20px;
}

.block-text{
    width: 60%;
    padding: 5px 20px;
}

/*blog*/
.content-singl{
}

.single-blog .content-singl h1{
	text-align: left;
	line-height: 120%;
}

.single-blog .content-singl a{
	color; #00a1ff;
}

.single-blog .content-singl a:hover{
	color: #ffc500;
}


.size-full img{
	width:100%;
	height: auto;
}


/*Price-design*/
.inner-box_wrap{
    display: flex;
    max-width: 1200px;
    padding: 10px;
    justify-content: space-around;
    align-items: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 10px;
    
}

.spec-list-btn{
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.spec-list-btn:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    right: 120px;
    top: calc(50% - 5px);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
}
.inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    outline: 2px solid transparent;
    outline-offset: 0px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(244,244,244,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(244,244,244,1);
    box-shadow: 0px 0px 15px 0px rgba(244,244,244,1);
    width: 100%;
    max-width: 385px;
    margin: 10px 0;
}
.lower-content ul{
    display: none;
}
.inner-box h2 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px;
    border: 1px solid #eeeeee;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.price-header {
    position: relative;
    padding: 20px 20px 25px;
	margin-bottom: 20px;
    line-height: 1em;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #f4f4f4;
}

.lower-content {
    position: relative;
    padding: 5px 0px 40px;
}
.lower-content li{
    line-height: 32px;
    padding: 8px 15px;
    font-size: 16px;
    color: #848484;
	text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #eeeeee;
}
.join-btn {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 44px;
    border: 2px solid #f4f4f4;
    text-transform: capitalize;
    display: block;
    margin-top: 30px;
    cursor: pointer;
}
.price-header .price {
    position: relative;
    line-height: 1em;
}
.price-header .dollar-sign {
   position: relative;
    top: 72px;
    font-size: 18px;
    font-weight: 300;
    color: #222222;
    left: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}
.price-header .price .total-amount {
    font-size: 100px;
    font-weight: 400;
    line-height: 1em;
    color: #222222;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}
.price-header .price sub {
    font-size: 16px;
    font-weight: 400;
    left: -10px;
    color: #222222;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}
.inner-box:hover .price-header {
    background-color: #2aa8d7;
}
.inner-box:hover {
    outline-color: #2aa8d7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.inner-box:hover .price-header .dollar-sign, 
.inner-box:hover .price-header .price .total-amount, 
.inner-box:hover .price-header .price sub, 
.inner-box:hover .price-header .text {
    color: #ffffff;
}

.wp-block-embed-youtube {
    position: relative;
    margin: 0 auto!important;
    display: block;
    max-width: fit-content;
}

/*footer*/
.section__footer{
	border-top: 2px solid #000;
}

.footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;

    padding-top: 100px;
    padding-bottom: 90px;
}

.footer a:hover, a:active{
    color: #FFCC00;
}

.footer__col {
    width: 20%;
    padding: 10px;
}

.footer__txt {
    font-size: 14px;
    font-weight: 700;

    color: #000;

    margin-top: 20px;
}

.footer__txt p{
    font-weight: 400;
	margin-top: 5px;
    margin-bottom: 5px;
}
.footer__txt p span{
    font-weight: 700;
}

.col__title {
    font-size: 16px;
    font-weight: 700;

    color: #000;

    margin-bottom: 42px;
}

.col__txt,.footer__col a{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.footer-social {
    display: flex;
margin-top: 10px;}


/*confirmed*/
.confirmed{
	margin-top: 80px;
    margin-bottom: 80px;
    line-height: 180%;
}


/*content*/

.content-singl{
  line-height: 150%;
  padding: 100px 20px;
  color: #333;
}
.content-singl p{
  margin-bottom: 10px;
  margin-top: 10px;
}

.content-singl h1{
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.content-singl h2{
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-singl ol li {
    list-style: decimal;
    margin-left: 20px;
    font-size: 14px;
}

.content-singl ul li {
    list-style: disc;
    margin-left: 20px;
    font-size: 14px;
}
.content-singl ul{
    margin-bottom: 20px;
}

/* Content Table */

.content_table {
  width: 100%;
  background: #eaebec;
  margin: 0 auto;
  border-collapse: collapse;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.content_table th {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(#676767));
    background: -moz-linear-gradient(top, #ffd966, #f9ea4c);
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.content_table th:first-child {
  text-align: left;
  padding-left: 20px;
}

.content_table tr:first-child th:first-child {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.content_table tr:first-child th:last-child {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.content_table tr {
  text-align: center;
  padding-left: 20px;
  font-size: 14px;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}

.content_table tr td:first-child {
  width: 60%;
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}

.content_table tr td {
  padding: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.content_table tr:nth-child(even) td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.content_table tr:last-child td {
  border-bottom: 0;
}

.content_table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.content_table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.content_table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.content_table a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.content_table a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

.content_table a:active,
.content_table a:hover {
  color: #bd5a35;
  text-decoration: underline;
}




/*questions*/

 #questions-holder{
    width: 100%;
	line-height: 160%;

   } 

.questions {
  margin-bottom: 129px; }
  .btn-ac {
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    color: #323232;
    border-bottom: 1px solid #c7c7c7;
    text-align: left;
    padding: 10px 27px;
    margin-bottom: 10px;
    position: relative;

  }

.btn-ac:before{
  content:"";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  right: 0;
  top: 10px;
  transform: rotate(-45deg);
}


.questions-item.active .btn-ac:before{
    transform: rotate(-227deg);
    top: 17px;
}

#questions-holder .questions-item:first-child .content-ac{
    display: block;
	padding: 10px 27px;
}


.content-ac{
    display: none;
    color: #333;
}



/*active-menu*/
.active-menu .menu{
    display: block;
    position: absolute;
    right: 0;
    padding: 20px;
    top: 100%;
    z-index: 2;
    background: #343434;
    border: 1px solid #fc0;
    border-radius: 10px;
}
.active-menu .menu >li {
    margin-left: 0px;
}

.page-template-dizajn-page .title__task {
    padding-top: 0px;
}


.copyright{
	font-size: 12px;
    text-align: center;
    line-height: 160%;
}

.copyright img{
	margin-top: 5px;
}

@media (max-width:1200px){
    .element__t,.intro__subtitle{
        font-size: 20px;
    }
    .intro__title{
        font-size: 30px
    }
    .intro__btn {
        font-size: 14px;
        padding: 15px 20px;
    }
    .card__item{
        width: 50%;
    }
    .innfo__item-wrap {
        padding: 10px ;
    }
    .works__col:before{
        width: 100%;
    }
    .menu >li {
	    margin-left: 40px;
	}
}



@media (max-width:1024px){
     .menu >li {
        margin-left: 20px;
    }

}

@media (max-width:991px){
    .intro__title{
        max-width: 100%;
    }
    .title__section,.title__price,.title__offer,
    .title__innfo,.title__team,.title__reviews,
    .title__works,.title__task,.title__contact{
        font-size: 30px;
    }
    .card__item{
        width: 100%;
        margin-bottom: 30px;
    }
    .card__wrap{
        flex-direction: column;
        align-items: center;
    }
    .price__info-2 {
        padding: 13px 26px;
		margin-top: -2px;
		text-align: justify;
    }
    .info__price,.info__title {
        font-size: 22px;
		min-width: 110px;
    }
    .image {
        background-position: center;
    }
    .title__offer,.subtitle__offer{
        max-width: 100%;
        padding: 20px 0;
        color: #fff;
        position: relative;
    }
    .offer__txt{
        max-width: 100%;
        color: #fff;
        position: relative;
    }
    .image {
        position: relative;
    }
    .image:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        background: #000;
        opacity: 0.7;
    }
    .team{
        flex-direction: column;
    }
    .team__col{
        width: 100%;
    }
    .team__item:nth-child(2n){
        justify-content: flex-start;
    }
    .team__txt{
        width: 100%;
        max-width: 100%;
    }
    .section__works-cont{
        flex-direction: column;
    }
    .title__works{
        width: 100%;
    }
    .team-slider {
        width: 100%;
        margin-bottom: 100px;
    }
    .title__task {
        padding-top: 80px;
    }

    .sub-menu{
    	position: static;
	    transform: translateX(0%);
	    background: none;
	    border: none;
    }
    .sub-menu li{
    	margin-bottom: 7px;
    }
   .price__item {
        width: 100%;
		padding-bottom: 80px;
    }
	.subtitle__contact {
       width:  100%;
    }
	
	.contact__col {
		width:  100%;
		padding-bottom: 0px;
        padding-right: 0px;
    }
	.title__section, .title__price, .title__offer, .title__innfo, .title__team, .title__reviews, .title__works, .title__task, .title__contact {
        font-size: 30px;
        padding-top: 80px;
    }
	.subtitle__innfo, .subtitle__team {
        font-size: 18px;
        font-weight: 500;
	}

    /**/
    .btn-menu {
         display:block;
    }
    .menu{
        display: none;
    }
	.footer__col {
        width: auto;
        padding: 5px;
}
.block-img-text{
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-img, .block-text{
    width: 100%;
    padding: 0;
}
.active-menu .btn-menu{
	transform: rotate(90deg);
}
    .portfolio-img{
		width: 50%;
	} 
}

}

@media (max-width:767px){
    .intro__content__header{
        display: block;

    }
    .intro__subtitle{
        max-width: 100%;
    }
    .banner-left .intro__btn{
        margin: 0 auto;
        display: block;
        width: fit-content;
    }
    .banner-right{
        display: flex;
        justify-content: center;
    }
    .intro__content__header {
        padding-bottom: 88px;
    }
    .price{
        flex-direction: column;
        align-items: center;
    }
    .price__item{
        width: 100%;
        padding-bottom: 80px;
    }
    .title__price {
        padding-top: 83px;
    }
    .works__number{
        font-size: 60px;
    }
    .works__txt {
        font-size: 18px;
        margin-left: 15px;
    }
    .element__txt {
        font-size: 18px;
    }
    .task__item {
        width: 50%;
    }
    .subtitle__contact {
        max-width: 100%;
    }
    .contact__col {
        padding-bottom: 0px;
        padding-right: 0px;
    }
	.section__innfo {
        margin-top: 0px;
	}
	.title__innfo {
       padding-top: 80px;
	}
	.title__team {
       padding-top: 80px;
	}
	.subtitle__team {
       padding-bottom: 50px;
       font-size: 16px;
	}
	.title__works {
       padding-top: 80px;
	   max-width: 100%;
	}
	.title__section, .title__price, .title__offer, .title__innfo, .title__team, .title__reviews, .title__works, .title__task, .title__contact {
    font-size: 26px;
    }

	.task__item {
	    width: 48%;
	}
	
}


@media (max-width:660px){
    .phone-cont {
        display: block;
		line-height: 150%;
    }
	.info__price, .info__title {
    font-size: 16px;
}
.price__txt {
	  font-size: 20px;
}

.price__info-2 {
    padding: 13px 10px;
}
.info__txt-min {
    font-size: 14px;
}
.info__other {
    font-size: 12px;
}
.share__txt, .share__price {
    font-size: 13px;
}
.subtitle__offer {
    padding-bottom: 43px;
    font-size: 20px;
	}
.section__offer .image	{
	background: none;
}

.content-singl {
    line-height: 150%;
    padding: 40px 20px;
}
.title__price {
    padding-top: 45px;
    padding-bottom: 45px;
}
.subtitle__task {
    font-size: 18px;
}
.wp-image-241 { 
	width:100%;
}
.section__review {
    padding-top: 0px;
}
.title__section, .title__price, .title__offer, .title__innfo, .title__team, .title__reviews, .title__works, .title__task, .title__contact {
    padding-top: 40px;
	margin-left: 20px;
}
.subtitle__contact {
    font-size: 20px;
}
.czeny-title-row span {
    padding: 30px 10px;
}
.table-1 {
    width: 60%;
}
.table-2 {
    width: 20%;
}
.table-3 {
    width: 20%;
}
.table-1, .table-2, .table-3 {
    padding: 10px 10px;
}
.price-header .price .total-amount {
    font-size: 84px;
}
}




@media (max-width:540px){
    .intro__element:before{
       /* display: none;*/
    }
    .element__t{
      /*  background: #343434c7;
        box-shadow: 0px 0px 10px #1f1f1f;
        border-radius: 40px;
        padding: 25px;*/
    }
	
		.title__section, .title__price, .title__offer, .title__innfo, .title__team, .title__reviews, .title__works, .title__task, .title__contact {
        font-size: 22px;
        padding-top: 80px;
		}
		
		.works__number {
        font-size: 50px;
		}

        .works__txt {
        font-size: 18px;
        margin-left: 34px;
        margin-top: 10px;
        margin-bottom: 10px;
        }

    .section__works-right-cont p {
        padding-bottom: 20px;
        color: #fff;
    }
    .section__works-right{
        width: 100%;
        height: auto;
        min-width: auto;
        background: none;
        padding: 40px 0;
    }
    .task__item {
        width: 100%;
    }
    .contact__adress,.contact__adress{
        font-size: 20px;
    }
    .content__txt{
        display: none;
    }
    .wpml-ls-legacy-dropdown-click{
        margin-right: 0;
    }
    .phone__header{
        margin-right: 0;
    }
    .social__link {
        margin-left: 10px;
    }
    .phone img {
        max-width: 10px;
        margin-right: 5px;
    }
    .menu >li{
    	margin-bottom: 7px;
    }
    .active-menu .menu{
    	width: 100%;
    }
    .portfolio-img{
		width: 100%;
	}
    .intro__content__header {
    flex-wrap: wrap;
	padding-top: 60px;
    padding-bottom: 40px;
    }
	.intro__subtitle {
		max-width: 100%;
	}
	.single-blog .content-singl h1{
	font-size: 26px;
	}
}

@media (max-width:1200px){
    
}

@media (max-width:1200px){
    
}

@media (max-width:1200px){
    
}







