/* Slider */


html { scroll-behavior: smooth; }
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.four_guarantees__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
margin:40px auto 0px;
}

    .four_guarantees__list li {
margin-top:20px;
    max-width: 540px;
    display: flex;
    gap: 20px;
    list-style-type: none;
    background-color: #e5f2f3;
    padding: 30px;
    border-radius: 8px;
}
.four_guarantees__list li .item_icon {
    width: 120px;
padding:20px;

background-color:#0186cd;
border-radius:5px;
}
.four_guarantees__list li .text_block {
    width: calc(100% - 120px - 20px);
}
.four_guarantees__list li .item_title {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 10px;
    font-family: Unbounded;
}

.color_blue {
font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
padding:4px 15px;
color:#0186cd;
/* background-color:#0186cd; */
border-radius:5px;
}

.four_guarantees__list li .item_text {
margin-top:20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.17;
}


@media (max-width:1150px){
.four_guarantees__list{
  justify-content: center;
}}
@media (max-width:650px){

.four_guarantees__list li{
  flex-wrap: wrap;
  margin-top: 0px;
}
.four_guarantees__list li .item_icon, .four_guarantees__list li .text_block{
  width: 100%;

}
.four_guarantees__list li .item_icon{
display: flex;
justify-content: center;}

.four_guarantees__list li{
padding: 15px;
}
}



@media (max-width:400px){
 .color_blue {
display:block;
text-align:center;
   padding: 4px 5px;
border-radius:5px;
}


}


.advantage-sec {
	padding: 30px 0px;
  border: 4px solid rgb(0, 122, 255, 0.3);
	  border-radius: 20px;
  }
  
  
  .chech-in:before {
	  content: "\2713";
  font-size:30px;
  color:#0186cd;
  font-weight:700;
  margin-left:11px;
  margin-top:-5px;
  }
  .advantage-sec .advantage {
	width: 24%;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
  }
  @media (max-width: 840px) {
	.advantage-sec .advantage {
	  width: 48%;
	  margin-bottom: 20px;
	}
  }
  @media (max-width: 600px) {
	.advantage-sec .advantage {
	  width: 100%;
	}
  }
  
  @media (max-width: 840px) {
	.advantage-sec .advantage span {
	  max-width: 100%;
	  font-size: 16px;
	  margin: 10px auto;
	}
  }
  .advantage-sec .advantage .pic {
	height: 130px;
	width: 130px;
	border-radius: 50%;
	background: #fff;
	display: inline-flex;
	position: relative;
  }
  @media (max-width: 800px) {
	.advantage-sec .advantage .pic {
	  height: 100px;
	  width: 100px;
	}
  }
  .advantage-sec .advantage .pic img {
	margin: auto;
	height: 55px;
	width: 55px;
    transition: 0.5s;
  }
.advantage .pic :hover{
    transform: rotate(360deg);
  }

  .advantage p {
  margin-top:25px;
  font-weight:600;
  }
  .advantage-sec .advantage .pic .chech-in {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	border: 2px solid #c0c0c0;
	background: #fff;
	z-index: 2;
	position: absolute;
	left: -5px;
	top: -5px;
	display: flex;
  }
  @media (max-width: 800px) {
	.advantage-sec .advantage .pic .chech-in {
	  height: 35px;
	  width: 35px;
	}
  
  .chech-in:before {
  margin-left:6px;
  margin-top:-8px;
  }
  
  }
  
  .advantage-sec .advantage .pic:before {
	height: 140px;
	width: 140px;
	position: absolute;
	border-radius: 50%;
	border: 6px solid rgb(0, 122, 255, 0.3);
	content: "";
	left: -7px;
	top: -7px;
  }
  @media (max-width: 800px) {
	.advantage-sec .advantage .pic:before {
	  height: 110px;
	  width: 110px;
	}
  
  
  }

  .cost-sec{
    margin: 80px 0px;
padding: 0px 48px;
    position: relative;
  }
  .cost-sec::before{
    content: '';
    left: 0px;
    position: absolute;
    bottom: 0px;
    top: 80px;
    height: 300px;
    border-left: 4px solid rgb(0, 122, 255, 0.3);
  }
  .cost-sec::after{
    content: '';
    position: absolute;
    bottom: 0px;
    top: 80px;
    height: 300px;
    right: 0px;
  border-right: 4px solid rgb(0, 122, 255, 0.3);}

  .price__order {
    display: grid;
    grid-template-columns: 80% auto;
    align-items: center;
    font-size: 28px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    gap: 25px;
    padding: 16px;
    border-radius: 25px;
    background: #0f5377;
}



.price__order button:hover{
    background-color: #fff;
}
@media (max-width: 767px) {
    .price__order {
        grid-template-columns: 100%;
    }
      .cost-sec{
        padding: 0px 30px;
      }
      .cost-sec::before{
        top: 0px;
        height: auto;

      }
      .cost-sec::after{
        top: 0px;
        height: auto;
}

.price__order{display: flex; flex-direction:column; align-items: center;gap:20px}
   
.price__order.button, .header__callback{
  margin-left: 0px;
}

}


@media (max-width: 425px) {
    .price__order {
        font-size: 20px;
        line-height: 24px;
    }
}


	.prod {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 44px;
}


.prod li {
    width: calc(50% - 22px);
    position: relative;
    z-index: 2;
    display: flex;
    padding: 20px;
    border: 2px solid rgb(0, 122, 255, 0.3);

    gap: 20px;
}
.prod li .text{
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 300;  
}
.prod li .item_icon {
    width: 64px;
}

.prod li .text_block {
    width: calc(100% - 84px);
}

.prod li .zagolovok {
 color:#ed8e00;
 text-shadow: 0 0 1px #8d6121;
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0px 10px;
    position: relative;
}

@keyframes zagBord {
    from {
      width: 0%;
    }
  
    to {
      width: 80%;
    }
  }

  .prod li .zagolovok:hover::before{
    position: absolute;
    content: " ";
    display: block;
    height:44px;
    border-bottom: solid 4px #0186cd;
    animation-duration: 2s;
    animation-name: zagBord;
    animation-fill-mode:forwards;
}




@media (max-width: 991px) {
    .prod {
        gap: 30px;
    }
}


@media (max-width: 991px) {
    .prod li {
        width: calc(50% - 15px);
        gap: 15px;
    }
}
@media (max-width: 991px) {
    .prod li .item_icon {
        width: 48px;
    }
}

.prod li .item_icon {
    width: 64px;
}
@media (max-width: 991px) {
    .prod li .text_block {
        width: calc(100% - 63px);
    }
}

.prod li .text_block {
    width: calc(100% - 84px);
}
@media (max-width: 991px) {
    .prod li .zagolovok {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .prod li {
        width: 100%;
    }
}


@media (max-width:650px){
  .prod li .text{
    margin-left: -80px;
    width:calc(100% + 80px);
    margin-top: 18px;
  }


}



.strong-text{
	font-weight:600;
	}
	
	.list_spoiler__list {
		display: flex
	;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 20px 40px;
	}
	
	.list_spoiler__list li {
		padding: 0 0 20px 20px;
		border-bottom: 1px solid #DDDFE0;
		width: calc((90% - 40px));
		position: relative;
		list-style-type: none;
        transition: 0.3s;
	}

    .list_spoiler__list li:hover{
        transform: scale(1.1);
    }
	
	.list_spoiler__list li:before {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		top: 5px;
		height: 8px;
		width: 8px;
		background: #0186cd;
	}


	.table-cl {
		width: 100%;
		border-collapse: collapse;
	margin: 0px auto;
	}
	.table-cl th , .table-cl td  {
	font-weight:600;
		padding: 16px;
		border: 1px solid #d1d5db;
	}
	.table-cl th  {
	font-size: 20px;
	background: #0F5377;
	background: linear-gradient(90deg,rgba(15, 83, 119, .9) 0%, rgba(15, 95, 199, 0.8) 100%);
		color: white;
		font-weight: bold;
	}


	.rabs-list {
        list-style-type: none;
        padding: 0px;
        margin-top: 30px;
      }
      .rabs-list li {
        padding: 10px 20px 10px;
        background: #f7fff9;
box-shadow:0 0 1px #000;
      }

      .rabs-list li .zagolovok {
        cursor: pointer;
        display: flex;
      }
      .gap20 {
        gap: 20px;
      }

      .rabs-list li .zagolovok .item_icon {
        width: 24px;
      }

      .rabs-list li + li {
        margin-top: 10px;
      }

      .rabs-list li .zagolovok .toggler {
        width: 24px;
      }
      .rabs-list li .text-rab {
margin-top:5px;
        max-height: 0px;
        overflow: hidden;
        transition: 0.3s;
      }
      .rabs-list li .zagolovok .label {
        font-family: "Montserrat" !important;
        width: calc(100% - 24px * 2 - 20px * 2);
        font-family: Unbounded;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.17;
        margin-left: 30px;
      }
      .togg{
        transform: rotate(-90deg);
        transition: .3s;

      }
      @media (max-width:500px) {
        .rabs-list li .zagolovok .label {
        margin-left: 20px; }
        .rabs-list li{
          padding-left: 5px;
        }
        .rabs-list li .zagolovok .label{
          font-size: 20px;
        }
        .rabs-list li .zagolovok .item_icon {
          margin-left: 5px;
        }
        .rabs-list li .item_icon{
          display: flex;
          align-items: center;
        }
      }
      .item_icon img{
        width:50px;
max-width:50px;
      }

      .cost-sec__h1{
      font-size: 40px; text-align:center

      }

      @media (max-width: 650px) {
        .cost-sec__h1{
            font-size: 26px; 
        }
        .list_spoiler__list li{
            width: 100%;
        }
        table {
            width: 100% !important;
        }

        table, tbody {
            width: 100%;
            display: block;
        }


    table tr {
        height: auto !important;
        margin-bottom: 20px;
        display: block;
        border-top: 1px solid #777777;
        border-left: 1px solid #777777;
        border-bottom: 1px solid none;
    }
        table tr {
            height: auto !important;
            margin-bottom: 20px;
            display: block;
            border-top: 1px solid #777777;
            border-left: 1px solid #777777;
            border-bottom: 1px solid none;
        }


            table td, table th{
                display: block;
                width: 100%;}
            }



    .tarif-sec{
        background-color: #0f5377; padding: 40px 20px;
    }

    .tarif-sec ul{
        margin-top: 30px;
    }

    .tarif-sec__price{
        position: relative;
        font-size: 30px; margin-top: 50px; padding-left: 80px;
        font-weight: 700;
        color: #fff;
    }

@keyframes arrTarif{
    0%{
        left:10px;
    }
    50%{
        left:20px;
    }
    100%{
        left:10px;
    }
}

    .tarif-sec__price::before{
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40px' height='40px' viewBox='0 0 512.00 512.00' xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23fff' stroke-width='0.00512'%3e%3cg stroke-width='0'%3e%3c/g%3e%3cg stroke-linecap='round' stroke-linejoin='round'%3e%3c/g%3e%3cg %3e%3cpath fill='var(--ci-primary-color, %23fff)' d='M254.3,496H216.025l-.008-143.937H16v-192H216.007L216,16.048l38.688.035L494.636,256.318ZM48,320.063H248.015l.007,137.006,201.342-200.8L248,54.672l.008,137.391H48Z' class='ci-primary'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
   position: absolute;
   display: block;
  width:40px;
  left:10 px;
  top:5px;
  animation-duration: 4s;
  animation-name: arrTarif;
  animation-iteration-count: infinite;
}


    .tarif-sec__desc{
    font-size: 22px;color:#fff; margin-top: 20px;margin-left:30px; padding-left: 20px;  border-left: solid 3px #fff}

    @media (max-width: 650px) {

      .tarif-sec{
        padding: 40px 15px;
      }
      .tarif-sec__desc {
        margin-left: 10px;
      }
    }


.h2-imp{color:#ed8e00;
text-shadow: 0 0 1px #8d6121}
    

.article-container{
  max-width: 1340px;
  margin: 0 auto;
}

.article-container1{
  max-width: 1100px;
  margin: 0 auto;
}



.aboutme-ava__cont{
  background-color: #0f5377; padding: 40px 20px; margin-top: 50px
}

@media (max-width: 764px) {
  .aboutme-ava{
    right: 0%;
    height: 520px;
  }
  .aboutme-ava__cont{
    padding: 0px; margin-top: 0px

  }
.aboutme{
  padding: 40px 15px 10px !important;
} 


.portfolio-item {
  height: 320px;
  width: 170px;
  min-width: 200px;
  max-width: 200px;
  margin-right: 0px;
}

.portfolio{
  gap:20px;
  justify-content: center;
}
}

@media (max-width: 450px) {
  .portfolio-item {
    height: 270px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }


}


.team-sec h2{
  margin: 40px auto 0px;
  text-align: center;
}



.article-about {
  max-width: 1000px;
  margin: 0 auto;
}

.article-about li{
  position: relative;
  list-style: none;
  margin-left: 30px;
}
.article-about li::before{
  content: " ";
  position: absolute;
  left: -20px;
  top:8px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #0186cd;
}




.article-about h2 {
  margin: 30px auto !important;
  text-align: center !important;
  line-height: 1.2;
  color: var(--two);
  font-size: 30px;
}

.article-about h3 {
  display: block;
  margin: 20px auto !important;
  text-align: center !important;
  font-size: 24px;
  font-weight: 500;
  color: var(--two);
}

.article-about  h2::before {
  display: block;
  content: "";
  width: 200px;
  margin: 20px auto;
  height: 4.1px;
  line-height: 24px;
  border-radius: 2px;
  background-image: linear-gradient(to right, rgb(0, 122, 255, 0.3), rgb(0, 122, 255, 0));  
}

.article-about > h2:first-child::before {
  display: none;
}

.article-about > img,
.article-about > a > img {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto 40px;
}

.article-about p,
.article-about li,
.article-about div {
  font-size: 16px;
  line-height: 24px;
}
.article-about p {
  text-indent: 30px;
}

.article-about li:last-child {
  margin-bottom: 36px;
}

.button, .header__callback a{
  padding: 15px;
  border-radius: 40px;
}



.grid * {
	box-sizing: border-box;
}
.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
	padding: 20px 0;
}
@media only screen and (max-width: 1200px) {
	.grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 900px) {
	.grid {
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 600px) {
	.grid {
		grid-template-columns: 1fr;
	}
}
.grid-item {
	width: 100%;
	height: 100%;  
	color: #fff;
}
.info-text p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.info-text p:last-child {
	margin-bottom: 0;
}
.info-text h3 {
	margin: 1em 1em 1em 0;
	font-size: 20px;
	font-weight: bold;
}
.info-text ul, ol {
	list-style: none;
	font-size: 16px;
	line-height: 1.4;
	margin-left: 20px;
}
.info-text li {
	margin-top: .5em;
}
.info-text li:first-child {
	margin-top: 0;
}
.sample01 li {
	position: relative;
}
.sample01 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1.3em;
	width: 15px;
	height: 3px;
	background-color: #199CF4;
}

.keys-row-img {
  overflow: hidden;
  border-radius: 20px;
  flex: 0 0 48%;
  padding: 10px;
  background: var(--white);
  min-width: 300px;
  max-width: 600px;
  min-height: 300px;
  max-height: 450px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;


}
.keys-row-img a {
  display: block;
  height: 100%;
}
.keys-row-img iframe {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}


.front-slider__target p{
  z-index: 10;
}



.front-slider__slide-content .button{
  height: auto !important;
  font-size: 16x;
  line-height: 24px;
}


.grid2222 {
	max-width: 900px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
	padding: 20px 0;
	color: #fff;
	margin: 0 auto;
}




.keys-row-img::before{
  content: "Для просмотра включите VPN для Youtube";
  width: 100%;
  height: 100%;
  color: red;
  font-size: 30px;
  background-color: #000;
  text-shadow: 0 0 2px #fff;
  position: absolute;
  padding-top: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-right-item{
  position: relative;
  margin-left:0px!important;
  margin-right:0px!important;
}



.grid2222 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
	padding: 20px 0;
	color: #fff;
}
@media only screen and (max-width: 1200px) {
	.grid2222 {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 900px) {
	.grid2222 {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 600px) {
	.grid2222 {
		grid-template-columns: 1fr;
	}
}



.sample06 ul, ol {
	list-style: none;
}
.sample06 li {
	margin: 0 0 .5em 2em;
	line-height: 1.4;
	font-size: 18px;
}
.sample06 li:first-child {
	margin-top: 0;
}
.sample06 li {
	position: relative;
}
.sample06 li::after,
.sample06 li::before {
	display: block;
	content: '';
	position: absolute;
}
.sample06 li::after {
	top: .35em;
	left: -1.3em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
.sample06 li::before {
	z-index: 2;
	top: .6em;
	left: -1.1em;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.video-gal-item{
  height: 230px !important;
  position: relative;
}
.video-gal-item a {
  height: auto !important;}




  .video-gal-item a img {
    display: inline-block;
    object-fit: cover;
    max-width: 100%;
    height: 230px !important;
}

.video-gal-item .cl-play img {

  height: auto !important;
}





.sample04 ul, ol {
	list-style: none;
}
.sample04 li:first-child {
	margin-top: 20px;
}
.sample04 li {
	position: relative;
	padding-left: 1em;
	line-height: 1.5;
    margin-top: .5em;
}
.sample04 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 9px;
	height: 9px;
	background-color: #61B563;
	border-radius: 50%;
}

.sample10 li:first-child {
	margin-top: 20px;
}
.sample10 li {
	position: relative;
	margin-top: .5em;
	padding-left: 1em;
	counter-increment: li;
}
.sample10 li::before {
	content: counter(li);
	display: block;
	position: absolute;
	top: .2em;
	left: 0;
	color: #61B563;
	font-size: 16px;
	line-height: 1;
	font-weight: 900;
}

.grid-dir {
    margin: 80px 0;
	display: grid;
	grid-template-columns: 30% 68%;
	column-gap: 30px;
	row-gap: 30px;
	padding: 20px 0;
}
@media screen and (max-width: 600px){
	.grid-dir {
		grid-template-columns: 1fr;
	}
}


/* стили блога */

.sample04 li:first-child {
	margin-top: 20px;
}
.sample04 li {
	position: relative;
	padding-left: 1em;
	line-height: 1.5;
    margin-top: .5em;
}
.sample04 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 9px;
	height: 9px;
	background-color: #61B563;
	border-radius: 50%;
}

.sample10 li:first-child {
	margin-top: 20px;
}
.sample10 li {
	position: relative;
	margin-top: .5em;
	padding-left: 1em;
	counter-increment: li;
}
.sample10 li::before {
	content: counter(li);
	display: block;
	position: absolute;
	top: .2em;
	left: 0;
	color: #61B563;
	font-size: 16px;
	line-height: 1;
	font-weight: 900;
}

.grid-dir {
    margin: 80px 0;
	display: grid;
	grid-template-columns: 30% 68%;
	column-gap: 30px;
	row-gap: 30px;
	padding: 20px 0;
}
@media screen and (max-width: 600px){
	.grid-dir {
		grid-template-columns: 1fr;
	}
}
h3 {
font-size: 30px;
color: #0186CF;
margin: 7px auto 20px;
}
h2 {
color: #0186CF;
}
.aboutme-sec h3 {
font-size: 30px;
color: #fff;
margin: 7px auto 20px;
}
.aboutme-sec p {
color: #fff;
font-size: 20px;
}
.aboutme-sec .sample04 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 9px;
	height: 9px;
	background-color: #61B563;
	border-radius: 50%;
	font-size: 20px;
}
.aboutme-sec .sample04 li {
	position: relative;
	padding-left: 1em;
	line-height: 1.5;
    margin-top: .5em;
/* 	color: #fff; */
	font-size: 20px;
}

.aboutme-sec .sample10 li:first-child {
	margin-top: 20px;
}
.aboutme-sec .sample10 li {
	position: relative;
	margin-top: .5em;
	padding-left: 1em;
	counter-increment: li;
	font-size: 20px;
	color: #fff;
}
.aboutme-sec .sample10 li::before {
	content: counter(li);
	display: block;
	position: absolute;
	top: .3em;
	left: 0;
	color: #61B563;
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
}

.arrow-7 {
    margin: 40px auto 10px auto;
	width: 38px;
	height: 10px;
}
.arrow-7 span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #337AB7;
    border-right: 5px solid #337AB7;
    transform: rotate(45deg);
    margin: -16px 0;
    animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-7 span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: translate(0,-20px) rotate(45deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,20px) rotate(45deg);
    }
}


@media screen and (max-width: 600px){
	.grid-dir {
		grid-template-columns: 1fr;
	}
}


.sample10 ul, ol {
	list-style: none;
	line-height: 1.5;
	font-size: 17px;
	font-weight: 400;
}
.sample10 li {
	margin-top: .5em;
	position: relative;
	padding-left: 2em;
	counter-increment: li;
}
.sample10 li:first-child {
	margin-top: 0;
}
.sample10 li::before {
	content: counter(li) '.';
	display: block;
	position: absolute;
	top: 0.2em;
	left: .1em;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}


.sample04 li:first-child {
	margin-top: 0;
}
.sample04 li {
	position: relative;
	padding-left: 2em;
	line-height: 1.5;
    margin-top: .5em;
/* 	color: #fff; */
}
.sample04 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 1em;
	width: 8px;
	height: 8px;
	background-color: #EB6121;
	border-radius: 50%;
}
@media only screen and (max-width: 600px) {
	.work_scheme {
		display: none;
	}
} 



@media only screen and (min-width: 1361px) {
  .main-menu__list .menu-list__item:after {

    margin-right: 9px;
    margin-left: 9px;
  }}

  

	.header__phone {
		font-size: 19px !important;}


    .grid3 .info h2 {

      color: #337AB7;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.2;
      margin: 5px 0px 0px;
      text-align: center;
  }
  .grid3 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      column-gap: 30px;
      row-gap: 30px;
      padding: 20px 0;
  }



  .article-box-left {

    min-height: 250px !important;

  }


  .link-sec{
max-width: 1300px;
margin: 0 auto;
  }
  .link-sec ul{

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1250px;
    margin: 30px auto 0px;
    padding-left: 0;
    }
    @media (max-width:1100px) {
      .link-sec ul{
      gap: 30px;
      }
      .link-sec img{
        width: (100% - 300px);
      }
    }
    
    @media (max-width:600px) {
      .link-sec img{
        width: (100% - 10px);
      }
    }






  .link-sec li{
    list-style: none;
  border-radius: 8px;
  box-shadow: 0 0 5px #999;
  padding: 12px 12px 10px;
  max-width: 240px;
  transition: 0.3s;
  position: relative;
  }
  
  
  .link-sec h3{

    text-shadow: 0 0 10px #000;
  position: absolute;
  left: 50%;
  top: 65px;
  transform: translate(-50%,-50%);
  }
  
  .link-sec h3>a{
    color:#fff;
  }
  .link-sec img{
    height: 140px;
    width: 246px;
    object-fit: cover;
  border-radius: 8px;
  border: 1px solid silver;
  }
  .link-sec p{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .link-sec a{
    text-decoration: none;
    display: block;
    color: black;
  }
  
  
  .link-sec li:hover{
  
    transform: scale(1.05);
  }

  .case-disaine__item-top img{
    object-position: top;
  }

    
@keyframes price-button{

  0% {
    background-color: #ed8e00;
    box-shadow: 0 0 3px #ed8e00;
}
20% {
    background-color: #ed8e00;
    box-shadow: 0 0 14px #ed8e00;
}
35% {
    background-color: #eda130;
    box-shadow: 0 0 20px #ffba52;
    transform: scale(1.008);
}
45% {
    background-color: #eda130;
    box-shadow: 0 0 20px #ffba52;
}
80% {
    transform: scale(1);
    background-color: #ed8e00;
    box-shadow: 0 0 3px #ed8e00;
}
100% {
    background-color: #ed8e00;
    box-shadow: 0 0 3px #ed8e00;
}}

  .price-a-button {
    display: block;
    background-color: #ed8e00;
    max-width: 500px;
    border: none;
    padding: 5px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    cursor: pointer;
    animation-name: price-button;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    text-align: center;
    margin: 0px auto 50px;
}



/* .case-sec p:nth-child(2n){
border-left: solid 4px rgb(1, 134, 207, 0.4);
} */

.case-sec p{
  padding-left: 30px;}

  .case-sec li{

    margin-left: 50px;
  }

.case-sec .article-body__txt-title {
  padding-left: 0px !important;
  border-left: none !important
}

.case-sec .line{
  margin-left: 30px;
  width:50px;
  height: 5px;
  border-radius: 3px;
 background-color: rgb(1, 134, 207, 0.4);
 margin-top: 20px;
 margin-bottom: 10px;
}

.case-sec .keys-row-img{
  width: 100%;
  height: 700px ;
  max-width: 100% !important;

}

.case-sec .article-body__txt-title{
  font-size: 24px;
}

@media (max-width:700px){
  .case-sec .keys-row-img{

    height: 300px;

  
  }
}


.main-video {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 52.8%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
  background-color: #000;
}
.main-video video {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

@media (max-width: 900px) {


  .main-video {
    padding-top: 30px;
  }
  .main-video video {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}


.case-disaine__item-top{
  box-shadow: 0 0 2px #86979d;
}
  
.offer {
  background: none !important;
}
  
.aboutme .aboutme-ava{
  border-radius: 20px;
  bottom: 3%;
  right: 1%;
  height: 480px;

}
