.form-bottom .container{
  background-image: linear-gradient(-45deg, #acd9fd 0%, #90b6fb 25%, #59abfd 51%, #0044ff 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;

}

.form-bottom p{
  color: #fff;
}

.form-bottom h2 {
	text-align: left;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
}

.file2 {
	position: relative;
    z-index: 4;
    background: #fff;
    border-radius: 0 0 80px 80px;
    padding: 15px 15px 80px 15px;
    margin: 120px 0;
}

.form-bottom input[type=text], input[type=email] {
    padding: 25px;
    width: 100%;
    max-width: 380px;
    height: 76px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
}

.form-bottom input[type=checkbox] + label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}



.btn-lg {
    font-size: 20px;
    line-height: 24px;
    min-height: 77px;
    padding: 26px;
    width: 100%;
    max-width: 380px;
}

.btn {
    padding: 14px;
    border-radius: 90px;
    background-color: #ffffff;
    /* border: 1px solid #f4b859; */
    line-height: 18px;
    font-weight: 600;
    color: #007fff;
    cursor: pointer;
}


.footer .background-container {
    background: #2B2930;
    height: auto;
    top: -270px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}



.background-container {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 80px;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.background-container:before {
    content: '';
}

.wrap {
    width: 100%;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
}

.footer .wrap-inner {
    display: flex;
    justify-content: space-between;
}

.wrap-inner {
    width: 100%;
    position: relative;
    z-index: 2;
}

.footer-left {
    width: 400px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #808899;
}

.footer-center {
    width: 340px;
}

.footer-right {
    width: auto;
    flex-shrink: 0;
}

.social-network-list {
    display: flex;
    flex-shrink: 0;
}

.footer-left p {
    margin-bottom: 26px;
}

.footer-left p:last-child {
    margin-bottom: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-links li {
    width: auto;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 14px;
}

.social-network-list {
    display: flex;
    flex-shrink: 0;
}

.footer-tel {
    display: block;
    float: left;
    width: auto;
    position: relative;
    padding-left: 32px;
    color: rgba(255,255,255,0.48);
    line-height: 24px;
    margin-right: 32px;
    transition: all .2s linear;
}

.footer-tel:before {
    width: 24px;
    height: 24px;
    background: url(/img/picture/footer-tel.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: .48;
    transition: all .2s linear;
}

.social-network-list .social-network-link.telegram {
    color: #00A4FF;
}

.social-network-list .social-network-link {
    display: block;
    float: left;
    position: relative;
    margin-right: 32px;
    flex-shrink: 0;
    padding-left: 32px;
    line-height: 24px;
}

.social-network-list .social-network-link.whatsapp {
    color: #25D366;
}

.social-network-list .social-network-link:last-child {
    margin-right: 0;
}

.social-network-list .social-network-link {
    display: block;
    float: left;
    position: relative;
    margin-right: 32px;
    flex-shrink: 0;
    padding-left: 32px;
    line-height: 24px;
}

.footer {
    position: relative;
    z-index: 3;
    background: #fff;
    padding-bottom: 80px;
}

a {
	text-decoration: none;
}

.page2020__blog-card-front ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    color: #000;
}

.sectionn {
    padding: 0px 0 35px 0;
    position: relative;
}

.content-block-container {
    max-width: 1280px;
    margin: 0 auto;
    color: #474766;
}

.single-block-title {
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}

.blue-block-two-col__full-width-content {
    background: #F5F9FF;
    border-radius: 20px;
    padding: 40px;
    text-align: left;
    margin: 40px 0 0 0;
}

.blue-block-two-col__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #474766;
    margin: 0 0 16px 0;
}

.blue-block-two-col__text {
    font-size: 18px;
    line-height: 28px;
    color: #474766;
}

.blue-block-two-col__ul {
    margin: 16px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    list-style: disc;
    padding: 0 0 0 54px;
}

.blue-block-two-col__ul li, .blue-block-two-col__ol li {
    padding: 8px 0 0 0;
}

.blue-block-two-col a {
    color: #2589FF;
    text-decoration: underline;
    display: inline;
}

.blue-block-two-col__text_new-p {
    margin: 32px 0 0 0;
}

.price-page-new {
    padding: 140px 0 0 0;
}

.price-page-new .content-block-container {
    padding: 0 20px;
}

.pr-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 65px;
    padding: 56px 0 80px 0;
}

.pr-cards__card {
    border: 2px solid #F2F2F2;
    border-radius: 32px;
    padding: 40px;
    background: #fff;
    min-height: 100%;
    transition: .1s;
}

.pr-cards__title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #2589FF;
    font-weight: 700;
}

.pr-cards__title-note-bold {
    font-size: 16px;
    line-height: 16px;
    color: #474766;
    margin: 12px 0 12px 0;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.pr-cards__title-note {
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    margin: 0 0 8px 0;
}

.pr-cards__title-projects-value {
    font-size: 14px;
    line-height: 18px;
    color: #474766;
    margin: 0 0 13px 0;
}

.pr-cards__cst-note {
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    margin: 0 0 2px 0;
}

.pr-cards__cst {
    display: flex;
}

.pr-cards__cst-number {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #474766;
}

.pr-cards__cst-old {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #808899;
    margin: 9px 0 8px 40px;
    position: relative;
}

.page2021__blue-card {
    background: #F5F9FF;
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.page2021 .flex-reverse {
    flex-direction: row-reverse;
}

.page2021 .row-flex {
    margin: 0 -20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.page2021__pluses .text-container-left {
    padding: 64px 0 64px 72px;
    position: relative;
    z-index: 2;
}

.feature-block-one {
    background: linear-gradient(45deg, #f5f9ff, transparent);
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    border-color:#e3e3fb94;
    overflow: hidden;
    padding: 60px 30px 55px 25px;
    position: relative;
    z-index: 5;
    height: 100%;
}
.feature-block-one:hover {
    background: #f5f9ff;
    border: 2px solid #78b7ff42;
}
.titles {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #474766;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 1280px) {
.footer .background-container {
    background: #2B2930;
    height: auto;
    top: -270px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .footer .wrap-inner {
    flex-direction: column;
  }

  .footer-left {
    order: 1;
  }

  .footer-center {
    margin-bottom: 30px;
    order: 0;
  }

  .wrap {
    max-width: 900px;
   }
   .footer-right {
    order: -1;
    margin-bottom: 30px;
   }

   .single-block-title {
    font-size: 38px;
    line-height: 44px;
   }
   .blue-block-two-col__full-width-content {
    padding: 24px;
   }

   .blue-block-two-col__text {
    font-size: 16px;
    line-height: 24px;
    }

    .blue-block-two-col__ul, .blue-block-two-col__ol {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 16px;
    }

    .price-page-new .content-block-container {
    max-width: 1320px;
    }

    .pr-cards {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 40px 0 60px 0;
    }
}

@media screen and (max-width: 1024px) {
.footer .background-container {
    background: #2B2930;
    height: auto;
    top: -230px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .wrap {
    max-width: 92vw;
   }

   .single-block-title {
    font-size: 38px;
    line-height: 44px;
   }
}

@media screen and (max-width: 768px) {
.footer .background-container {
    background: #2B2930;
    height: auto;
    top: -200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .footer .wrap-inner {
    display: flex;
    flex-direction: column;
  }

  .footer-right {
    order: -1;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
.footer .background-container {
    background: #2B2930;
    height: auto;
    top: -200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (max-width: 480px) {
.footer .background-container {
    background: #2B2930;
    height: auto;
    top: -200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .footer-center, .footer-left {
    width: 100%;
   }
}

.mw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 50px 20px 50px;
    text-align: center;
    background-color: #f1f6fb;
    border-radius: 23px;
    margin-bottom: 50px;
}

