/**/
.n-summer__items{
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap:34px;
    position: relative;
}
.n-summer__pic{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border:1px solid #047DC1;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
}
.n-summer__pic img{
    max-width: 100%;
    max-height: 100%;
}

.n-summer__title{
    display: block;
    font-size: 15px;
    text-align: center;
}
.n-summer__items:before{
    content: '';
    background-image: linear-gradient(90deg, transparent, transparent 50%, #f2f2f2 50%, #f2f2f2 100%), linear-gradient(90deg, #047DC1, #047DC1, #047DC1, #047DC1, #047DC1);
    background-repeat: repeat-x;
    background-size: 20px 1px, 100% 1px;
    width: calc(100% - 77px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    height: 1px;
}
.n-s-desc{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 56px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap:28px;
}
.n-s-desc__title{
    display: block;
    margin-bottom: 12px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #047DC1;
    font-weight: 600;
    padding-left: 0px;
    text-align: left;
}
.n-s-desc__item{
    flex:auto;
}
.n-s-desc__title:before{
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: -9px;
    top: 0;
    background-image: url('../images/+.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.n-s-desc__lists ul{
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    text-align: left;
}
.n-s-desc__lists li{
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    margin-bottom: 10px;
}
.n-s-desc__lists li:before{
    content: '';
    width: 9px;
    height: 9px;
    background-color: #31ACE6;
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
}
.n-preims{
    padding-top: 40px;

    display: flex;
    flex-wrap: wrap;
    gap:10px 64px;
}
.n-preims_offset{
    margin-top: 40px;
    border-top: 1px solid #C7C7C7;
}
.n-preim__col{
    width: calc(50% - 32px);
}
.n-preim__desc{
    font-size: 16px;
}
.n-preim{
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap:18px;
}
.n-preim__ico{
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;

}

.n-list {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #C7C7C7;
    list-style: none;
    counter-reset: item;
    padding-left: 0;
  }
  .n-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 25px;
    counter-increment: item;
  }
  .n-list li:before {
    margin-right: 10px;
    content: counter(item);
    color: #1990C7;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
  }
  .n-helps__title{
    display: block;
    font-size: 40px;
    font-weight: 500;
    margin-bottom:20px;
    color: #047DC1;
  }
  .n-helps__items{
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .n-helps-item__title{
    font-size:40px;
    font-weight: 500;
    display: block;
    color: #047DC1;
    line-height: 1;
  }
  .n-helps-item__desc{
    font-size: 18px;
    display: block;
    font-weight: 400;
  }
  .m-table__item:not(:last-child){
    border-right:1px solid #C7C7C7;
  }
  .m-table__item{
    flex:1;
    display: flex;
    flex-direction: column;
  }
  .m-table__lines{
    flex:1;
  }
  .m-table__content{
    padding-left: 24px;
    padding-right: 24px;
    padding-top:30px;
    text-align: center;
    display: flex;
    flex:1;
    flex-direction: column;
  }
  .m-table__wr{
    flex:1;
  }
  .m-table__header{
    background-color: #1990C7;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 12px;
  }
  .m-table__desc{
    margin-bottom: 30px;
  }
  .m-table__price{
    font-size: 26px;
    color: #047DC1;
    padding-bottom: 6px;
    font-weight: 700;
    display: block;
    text-align: center;
    position: relative;
  }
  .m-table__price:before{
    content: '';
    width: 108px;
    display: block;
    height: 1px;
    background-color: #C7C7C7;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
  }
  .m-table__slug{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5%;
    color: #047DC1;
    margin-top: 6px;
    display: block;
  }
  .m-table__key{
    display: block;
    font-size: 14px;
  }
  .m-table__value{
    font-size: 18px;
    font-weight: 600;
    display: block;
  }
  .m-table__line{
    margin-bottom: 20px;
  }
  .m-table__btn{
    display: inline-flex;
    padding:10px 28px;
    background-color: #28284C;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease;
  }
  .m-table__btn:hover{
    background-color: #343461;
    color: #fff;
    text-decoration: none;
  }
  .m-table__footer{
    text-align: center;
  }
  .m-table__btn{
    text-decoration: none;
  }
  .m-table__items{
    display: flex;
  }
  .m-platforms__items{
    display: flex;
    flex-wrap: wrap;
  }
  .m-platforms__item{
    display: inline-flex;
    width: 20%;
    padding-top: 10%;
    padding-bottom: 10%;
    
    position: relative;

  }
  .m-platforms__item:nth-child(-n+5){
    border-bottom: 1px solid #C7C7C7;
  }
  .m-platforms__item:nth-child(-n+4){
    border-right: 1px solid #C7C7C7;
  }
  .m-platforms__item:nth-child(n+4){
    border-right: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
  }
  .m-platforms__item:nth-child(5){
    border-right: none;
  }
  .m-platforms__item:nth-child(10){
    border-right: none;
  }
  .m-platforms__item:nth-child(15){
    border-right: none;
    border-bottom: none;
  }
  .m-platforms__item:nth-child(14){
    border-bottom: none;
  }
  .m-platforms__item:nth-child(13){
    border-bottom: none;
  }
  .m-platforms__item:nth-child(12){
    border-bottom: none;
  }
  .m-platforms__item:nth-child(11){
    border-bottom: none;
  }
  .m-platforms__item svg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin:auto;
  }
  .m-platforms__item.active{
    background-color: #047DC1;
  }
.m-faq-item{
  margin-bottom: 30px;
}
.m-faq-item__header{
  display: flex;
  align-items: flex-start;
  gap:10px;
  cursor: pointer;
  margin-bottom: 20px;
  
}
.m-faq-item__title{
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #047DC1;
}
.m-faq__items_offset{
  margin-top: 20px;
}
.m-faq-item__arrow{
  width: 24px;
  height: 24px;
  display: inline-flex;
  position: relative;
  top: 2px;
  transition: all .3s ease;
}
.m-faq-item__arrow:before{
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #047DC1;
  border-bottom: 1px solid #047DC1;
  display: inline-flex;
  position: relative;
  left: 0;
  right: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.m-faq-item__arrow.active {
  transform: scale(-1);
  
}
.m-faq-item__content{
  font-size: 18px;
  display: none;
}
.n-summer__arrow-1{
  position: absolute;
}
.n-summer__arrow-1{
  position: absolute;
}
.n-summer__item{
  position: relative;
}
.n-summer__arrow-1 {
  width: 306px;
  position: absolute;
  right: 41px;
  bottom: -58px;
  max-width: none;
}
.n-summer__arrow-2{
  position: absolute;
  left: 54px;
  bottom: -57px;
  max-width: none;
  width: 151px;
}
.ajax-bottom-form__header{
  display: block;
  padding: 6px 21px 8px;
  background-color:#BF0B21 ;
  color: #fff;
  text-transform: uppercase;
  font-size:18px;
}


@media (max-width:990px) {
  .n-summer{
    padding-left: 15px;
    padding-right: 15px;
  }
  .n-summer__arrow-1,.n-summer__arrow-2{
    display: none!important;
  }
  .n-summer__items{
    gap:10px;
  }
  .n-summer__title{
    font-size: 12px;
  }
  .n-s-desc{
    flex-wrap: wrap;
  }
  .n-s-desc__item{
    width: 100%;
    flex:none
  }
  .n-preims,.n-helps{
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-table__content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-platforms{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width:760px) {
  .ajax-bottom-form__header{
    font-size: 13px;
  }
  .m-platforms__item{
    width: 33.3333%;
  }
  .m-platforms{
    margin-top: 20px; 
    padding-left: 0px;
    padding-right: 0px;
  }
  .m-platforms__item{
    border:1px solid #C7C7C7!important;
  }
  .m-platforms__item svg{
    max-width: 90%;
  }
  .m-platforms__items{
    border: 1px solid #C7C7C7;
  }
  .m-table__item {
    border: 1px solid #C7C7C7;
    padding-bottom: 30px;
  
    margin-bottom: 30px;
}
.m-table__price {
  font-size: 30px;
}
.m-table__header{
  font-size: 16px;
}
.m-table__value{
  font-size: 20px;
}
.m-table__desc{
  font-size: 16px;
}
  .m-table__items{
    flex-wrap: wrap;
  }
  .m-table__price{
    font-size:25px;
  }
  
  .n-helps-item__desc{
    font-size: 14px;
  }
  .n-helps__title{
    font-size: 24px;
  }
  .n-preims,.n-helps{
    padding-left: 0px;
    padding-right: 0px;
  }
  .n-preims{
    flex-wrap: wrap;
  }
  .m-table__item{
    width: 100%;
    flex:none;
  }
  .n-preim__col{
    width: 100%;
  }
  .n-s-desc{
    padding-left: 0;
    padding-right: 0;
  }
  .n-summer{
    padding-left: 0;
    padding-right: 0;
  }
  .n-summer__item{
    width: 33.3333%;
  }
  .n-summer__item:before{
    content: '';
    background-image: linear-gradient(90deg, transparent, transparent 50%, #f2f2f2 50%, #f2f2f2 100%), linear-gradient(90deg, #047DC1, #047DC1, #047DC1, #047DC1, #047DC1);
    background-repeat: repeat-x;
    background-size: 20px 1px, 100% 1px;
    width: calc(100% );
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    height: 1px;
  }
  .n-summer__items{
    flex-wrap: wrap;
    gap:0;
  }
  .n-summer__items:before{
    display: none;
  }
}
@media (max-width:640px) {
  .n-helps-item{
    margin-bottom: 15px;
  }
  .m-platforms{
    margin-top: 0;
  }
  .container-small.main{
    padding-bottom: 50px;
  }
  .m-faq-item__content{
    font-size: 14px;
  }
  .m-faq-item__title{
    font-size: 16px;
  }
  .m-faq-item__content{
    font-size: 16px;
  }
  
  .n-helps-item__desc {
    font-size: 11px;
}
  .n-helps-item__title{
      font-size: 30px;
  }
  .n-helps__items{
    flex-wrap: wrap;
  }
  .m-platforms__item svg{
    width: 70%;
    max-height: 70%;
  }
  .n-summer__item{
    width: 50%;
  }
}