@font-face {
  font-family: 'CoFoSans Black';
  src: url('../../landings-static/fonts/CoFo_Sans-Black.ttf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'CoFoSans bold';
  src: url('../../landings-static/fonts/CoFo_Sans-Bold.ttf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'CoFoSans Medium';
  src: url('../../landings-static/fonts/CoFo_Sans-Medium.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'CoFoSans Regular';
  src: url('../../landings-static/fonts/CoFo_Sans-Regular.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Circe-Regular';
  src: url('../../landings-static/fonts/Circe-Regular.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circe-Bold';
  src: url('../../landings-static/fonts/Circe-Bold.ttf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Circe-ExtraBold';
  src: url('../../landings-static/fonts/Circe-ExtraBold.ttf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

a:hover, a:focus, a:active{
  text-decoration: none;
}

img {
  max-width: 100%;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
	font-family: 'CoFoSans Medium';
	color: #1d1d1d;
  font-size: 27px;
  line-height: 1.19;
  letter-spacing: -0.48px;
	background: #fafafa;
  line-height: normal;
}

header {
  background: url(../img/header.png) center top no-repeat, #f2f2f2;;
  background-size: cover;
  padding: 40px 0 0;
  position: relative;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: -0.15px;
}

.logo {
  margin-left: 72px;
}
.soc {
  position: fixed;
  left: 72px;
  bottom: 8%;
  z-index: 3;
}
.soc img {
  display: block;
}
.soc a {
  display: block;
  background: rgba(0,0,0,0.2);
  padding: 12px 8px 13px 9px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  margin-top: 10px;
}
.soc a.soc1 {
  padding: 9px 8px 13px 10px;
}
.soc a.soc2 {
  padding: 10px 8px 13px 10px;
}
.subscribe {
  font-family: 'CoFoSans Medium';
  font-size: 12px;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #f0f0f0;
  background: rgba(0,0,0,0.2);
  padding: 10px 16px 11px 16px;
  border-radius: 25px;
  transform: rotate(-90deg);
  margin: 0 0 55px -44px;
}
.soc2 {
  position: relative;
  display: none;
}
.container2 {
  margin-left: 170px;
}

.tag {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  color: #ffffff;
  padding: 5px 13px 4px 14px;
  border-radius: 17px;
  background-color: #1d1d1d;
  display: table;
  margin-top: 55px;
}
h1 {
  font-family: 'CoFoSans Medium';
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.96px;
  color: #1d1d1d;
  margin: 20px 0;
}
.text1 {
  font-family: 'CoFoSans bold';
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.21px;
  color: #1d1d1d;
  margin-bottom: 46px;
  margin-right: 50px;
}
.text2 {
  font-size: 28px;
  font-weight: 700;
}
.btn1 {
  font-family: 'CoFoSans bold';
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #ffffff;
  padding: 11px 20px 12px;
  border-radius: 28.5px;
  background-image: linear-gradient(to bottom, #00bf00, #008b00);
  display: table;
  margin: 20px 0 0 0;
  border: none;
}
.btn1:hover, .btn1:focus, .btn1:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}
.darya {
  margin: -50px 0 -140px;
  position: relative;
  z-index: 1;
}
.stiker {
  position: absolute;
  top: 95px;
  right: -80px;
  z-index: 2;
}

.whom {
  position: relative;
  z-index: 2;
  background: url(../img/line.svg) center top no-repeat, url(../img/line.svg) center bottom no-repeat, url(../img/whom.jpg) center no-repeat;
  background-size: 100% 6px, 100% 6px, cover;
  padding: 74px 0 35px;
}
h2 {
  font-family: 'CoFoSans Medium';
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.71px;
  color: #dddddd;
  margin: 0 0 46px;
}
.list {
  list-style: none;
  margin: 0 50px 0 0;
  padding: 0;
}
.list li {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.43px;
  color: #dddddd;
  position: relative;
  padding: 0 0 40px 24px;
}
.list li::before {
  content:'';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 8px;
  background: #f18f29;
}

.what {
  padding: 100px 0 124px;
}
h3 {
  font-family: 'CoFoSans Medium';
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.71px;
  color: #1d1d1d;
  margin: 0 0 70px;
}
h3 span {
  font-size: 30px;
  display: block;
  margin-top: 20px;
}
.list2 {
  margin: 0;
  padding: 0 50px 0 32px;
}
.list2 li {
  font-size: 27px;
  line-height: 1.19;
  letter-spacing: -0.48px;
  color: #1d1d1d;
  position: relative;
  padding: 0 0 56px 40px;
}
.list2 li::marker {
   color: #f18f29;
}

.with {
  padding: 0 0 70px;
  font-size: 27px;
  line-height: 1.19;
  letter-spacing: -0.48px;
  color: #1d1d1d;
}
.green {
  color: #008b00;
}
.with img {
  display: block;
  margin-bottom: 17px;
}
.with .col-md-5 {
  margin-bottom: 60px;
  margin-right: 77px;
  padding-right: 50px;
}

.way {
  background: url(../img/line.svg) center bottom no-repeat, #f2f2f2;
  background-size: 100% 6px, cover;
  padding: 70px 0 0;
  font-family: 'CoFoSans bold';
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.21px;
  color: #1d1d1d;
}
h4 {
  font-family: 'CoFoSans Medium';
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.96px;
  color: #1d1d1d;
  margin: 0 0 40px;
}
.img_way {
  margin: -190px 0 -150px;
  max-width: 180%;
}

.grey {
  z-index: 2;
  position: relative;
  background: #1d1d1d;
  padding: 80px 0 292px;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.71px;
  color: #dddddd;
}

.white {
  padding: 0 0 180px;
}
.container3 {
  max-width: 2070px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.m-t {
  margin-top: -190px;
  margin-bottom: 90px;
}
.white_block {
  padding: 36px 36px;
  border-radius: 14px;
  box-shadow: 0 2px 20px 0 rgba(47, 55, 158, 0.15);
  background: #f2f2f2;
  min-height: 396px;
  font-size: 27px;
  line-height: 1.19;
  letter-spacing: -0.48px;
  color: #1d1d1d;
  z-index: 2;
  position: relative;
  margin-bottom: 40px;
}
.tag2 {
  display: table;
  margin-bottom: 24px;
  padding: 5px 16px 4px 14px;
  border-radius: 17px;
  background-image: linear-gradient(to bottom, #2ebe35, #1f8724);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  color: #ffffff;
}
.orange {
  background-image: linear-gradient(to bottom, #fcbb3a, #f18f29);
}
.rose {
  background-image: linear-gradient(to bottom, #f849a4, #972761 98%);
}
.fiolet {
  background-image: linear-gradient(to bottom, #496cf8, #272d97 98%);
}

.white img {
  display: block;
  margin-bottom: 17px;
}
.white .col-md-5 {
  margin-bottom: 60px;
}

.package {
  padding: 0 0 195px;
  background: url(../img/package.png) center no-repeat;
  background-size: contain;
}
.m-t-t {
  margin-top: 60px;
}
.package_block {
  padding: 42px 27px 60px 40px;
  border-radius: 14px;
  box-shadow: 0 2px 20px 0 rgba(47, 55, 158, 0.15);
  background-color: #393838;
  color: #ffffff;
}
.package_title {
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.71px;
  margin-bottom: 56px;
}
.package_block .list {
  margin: 0;
}
.package_block .list li {
  font-size: 26px;
  line-height: 1.19;
  color: #ffffff;
  padding: 0 0 30px 23px;
}
.package_price {
  font-size: 45px;
  line-height: 0.71;
  letter-spacing: -0.8px;
  text-align: center;
  margin: 30px 0 40px;
}
.package_block .btn1 {
  margin: 0 auto;
}
.personal {
  background-image: linear-gradient(to bottom, #fcbb3a, #f18f29);
}
.personal .package_title {
  color: #1d1d1d;
}
.personal .list li::before {
  background: #ffffff;
}
.personal_block {
  padding: 57px 30px 23px 45px;
  border-radius: 29px;
  box-shadow: 0 2px 20px 0 rgba(47, 55, 158, 0.15);
  background-color: #393838;
  margin: 57px -7px 30px -20px;
  font-size: 24px;
  position: relative;
}
.personal_block img {
  width: 74px;
  position: absolute;
  top: -37px;
}
.personal_block span {
  display: block;
  font-size: 19px;
  margin-top: 20px;
  opacity: 0.7;
}
.small_text {
  text-align: right;
  font-family: 'CoFoSans bold';
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.28px;
  color: #1d1d1d;
  margin-top: 15px;
}

.question {
  padding: 0 0 98px;
}
.answer {
  margin: 34px 0 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}
.del {
  display: none;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: #181818;
  margin-top: 35px;
}
.raz {
  cursor: pointer;
  font-size: 28px;
  line-height: 1.21;
  letter-spacing: -0.7px;
  color: #1d1d1d;
  padding: 7px 100px 7px 0;
  background: url(../img/plus.svg) right center no-repeat;
}
.raz2 {
  background: url(../img/minus.svg) right center no-repeat;
}
.answer:last-child {
  border-bottom: 0;
}

footer {
  background: #d8d8d8;
  padding: 100px 0;
  font-family: 'CoFoSans Regular';
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: -0.3px;
  color: #6b6b6b;
  text-align: center;
}
footer span {
  display: block;
  text-align: left;
}
footer a {
  font-family: 'CoFoSans Medium';
  font-size: 12px;
  line-height: normal;
  letter-spacing: -0.25px;
  color: #181818;
}
footer a:hover, footer a:focus, footer a:active {
  color: #181818;
  text-decoration: underline;
}
footer hr {
  border-top: 1px solid #979797;
  margin: 50px 0;
}

.modal-content {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.28);
  border: none;
  padding: 35px 50px 45px;
  text-align: left;
  color: #333333;
  font-size: 14px;
}
.close_btn {
  position: absolute;
  background: url(../img/cancel.svg) center no-repeat, #fff;
  background-size: 50%;
  border-radius: 50%;
  top: 0px;
  right: -45px;
  border: 0;
  width: 36px;
  height: 36px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.28);
}
.modal-content h4 {
  margin: 0 0 22px;
  padding: 0;
  font-size: 23px;
  letter-spacing: -0.89px;
  color: #1a1a1a;
  font-family: 'CoFoSans bold';
}
.modal-content h4 span {
  color: #1f8724;
}
.modal-content .btn1 {
  border: 0;
  margin-bottom: 20px;
}
.lab2 {
  letter-spacing: -0.52px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
}
.modal-content .form-control {
  height: 33px;
  font-family: 'Circe-Regular';
  font-size: 17px;
  color: #1a1a1a;
  border: solid 1px #1a1a1a;
  width:100%;
  padding: 5px;
}
.modal-content .form-group {
  margin-bottom: 18px;
}
.soglas {
  color: #1a1a1a;
  line-height: normal;
  letter-spacing: -0.37px;
  display: block;
  font-size: 12px;
  font-family: 'Circe-Regular';
}
.soglas a {
  color: #1a1a1a;
  text-decoration: underline;
}

.thanks {
  background: #262626;
  padding: 100px 0 50px;
  line-height: 1.33;
  letter-spacing: -0.32px;
  color: #fff;
}
.thanks1 {
  font-family: 'CoFoSans bold';
  font-size: 35px;
  color: #f18f29;
}
.thanks2 {
  font-family: 'CoFoSans Medium';
  font-size: 26px;
  margin: 30px 0 0;
}

.bonus {
  color: #4361e8;
  margin: -10px 0 30px;
}



@media (max-width: 1958px) {
  .white_block {
    padding: 36px 25px;
    font-size: 24px;
  }
}

@media (max-width: 1639px) {
  .tag2 {
    font-size: 18px;
  }
  .white_block {
    font-size: 23px;
  }
}

@media (max-width: 1516px) {
  .tag2 {
    padding: 5px 10px 4px 14px;
    font-size: 17px;
  }
  .white_block {
    font-size: 22px;
    padding: 36px 20px;
    min-height: 270px;
  }
}

@media (max-width: 1439px) {
  .white .col-md-3 {
    width: 50%;
  }
  .darya {
    margin: -50px 0 -140px -70px;
  }
  .stiker {
    right: -40px;
  }
}

@media (max-width: 1399px) {
  .logo {
    margin-left: 20px;
  }
  .soc {
    left: 20px;
  }

}

@media (max-width: 1199px) {
  .text1 {
    margin-right: 0px;
  }
  .btn1 {
    display: table;
    margin: 20px 0 80px 0;
  }
  .darya {
    margin: -50px 0 -140px -20px;
  }
  .stiker {
    right: -50px;
  }
  .list {
    margin: 0;
  }
  .list2 {
    padding: 0 0px 0 32px;
  }
  .with .col-md-5 {
    margin-right: 40px;
    padding-right: 30px;
  }
  .img_way {
    margin: -130px 0 -150px -50px;
    max-width: 210%;
  }
  .way p:last-child {
    padding-bottom: 60px;
  }
  .package_title {
    font-size: 39px;
  }
  .package_block {
    padding: 42px 20px 60px 30px;
  }
  .personal_block {
    padding: 57px 20px 23px 30px;
    margin: 57px -7px 30px -17px;
    font-size: 24px;
  }
  .raz br {
    display: none;
  }
  .text2 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .container2 {
    margin-left: 100px;
  }
  footer {
    padding: 60px 0;
  }
  footer hr {
    margin: 30px 0;
  }
  .darya {
    margin: -50px 0 -140px 0px;
    max-width: 60%;
  }
  .stiker {
    right: 100px;
    top: 50px;
  }
  .list2 li {
    padding: 0 0 40px 40px;
  }
  .what {
    padding: 100px 0 100px;
  }
  .with .col-md-5 {
    margin-right: 0px;
  }
  .img_way {
    margin: -80px 0 -150px 0px;
    max-width: 110%;
  }
  .white_block {
    min-height: 320px;
    font-size: 21px;
  }
  .white {
    padding: 0 0 120px;
  }
  .package_block {
    padding: 42px 15px 60px 25px;
  }
  .package_block .list li {
    font-size: 24px;
  }
  .personal_block {
    padding: 57px 15px 23px 15px;
    font-size: 23px;
  }
  .package {
    padding: 0 0 100px;
  }
  h3 span {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .soc {
    display: none;
  }
  .container2 {
    margin-left: 0;
  }
  .soc2 {
    display: block;
    left: 0;
  }
  .soc2 a {
    display: inline-block;
    margin: 10px 3px 0;
  }
  footer a {
    float: none;
    text-align: center;
    margin-top: 8px;
    display: block;
  }
  footer  {
    text-align: center;
    padding: 40px 0;
  }
  footer span {
    text-align: center;
  }
  .modal-content {
    padding: 25px 18px 30px;
  }
  .close_btn {
    right: 3px;
    top: 3px;
    width: 30px;
    height: 30px;
  }
  .darya {
    margin: -50px 0 -80px 0px;
  }
  .stiker {
    right: -20px;
    top: -40px;
  }
  h2 br {
    display: none;
  }
  h2 {
    font-size: 37px;
  }
  h3 br {
    display: none;
  }
  h3 {
    font-size: 36px;
    margin: 0 0 50px;
  }
  .what {
    padding: 60px 0;
  }
  .list2 li {
    padding: 0 0 35px 25px;
    font-size: 25px;
  }
  .with .col-md-5 {
    margin-bottom: 45px;
  }
  .with {
    padding: 0 0 50px;
    font-size: 25px;
  }
  h4 {
    font-size: 50px;
  }
  .img_way {
    margin: -80px 0 -100px 0px;
  }
  .grey {
    padding: 70px 0 190px;
    font-size: 31px;
  }
  .white .col-md-3 {
    width: 100%;
  }
  .white_block {
    min-height: auto;
  }
  .m-t {
    margin-top: -130px;
    margin-bottom: 50px;
  }
  .white {
    font-size: 25px;
    padding: 0 0 80px;
  }
  .white .col-md-5 {
    margin-bottom: 35px;
  }
  .package_block {
    margin-bottom: 30px;
  }
  .small_text {
    margin-top: 0px;
  }
  .package {
    padding: 0 0 60px;
  }
  .raz {
    font-size: 25px;
    padding: 3px 70px 3px 0;
  }
  .del {
    font-size: 19px;
    line-height: 1.3;
  }
  .question {
    padding: 0 0 50px;
  }
}

@media (max-width: 424px) {
  footer {
    padding: 20px 0;
  }
  .modal-content h4 {
    font-size: 20px;
  }
  .thanks1 {
    font-size: 22px;
  }
  .thanks2 {
    font-size: 20px;
  }
  .text1 {
    margin-bottom: 35px;
  }
  .darya {
    margin: -50px 0 -60px 0px;
  }
  .stiker {
    width: 250px;
  }
  h2 {
    font-size: 32px;
  }
  .list li {
    font-size: 22px;
    line-height: 1.2;
    padding: 0 0 30px 20px;
  }
  h3 {
    font-size: 32px;
    margin: 0 0 45px
  }
  .list2 li {
    padding: 0 0 35px 15px;
    font-size: 22px;
  }
  .what {
    padding: 60px 0 40px;
  }
  .with img {
    margin-bottom: 8px;
  }
  .with {
    font-size: 23px;
  }
  .with .col-md-5 {
    margin-bottom: 30px;
  }
  h4 {
    font-size: 45px;
  }
  .img_way {
    margin: -60px 0 -70px;
  }
  .grey {
    padding: 60px 0 150px;
    font-size: 25px;
  }
  .m-t {
    margin-bottom: 30px;
  }
  .white img {
    margin-bottom: 8px;
  }
  .white {
    font-size: 22px;
  }
  .package {
    font-size: 21px;
  }
  .m-t-t {
    margin-top: 40px;
  }
  .package_title {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .package_block .list li {
    font-size: 23px;
    padding: 0 0 25px 15px;
  }
  .package_price {
    font-size: 37px;
  }
  .raz {
    font-size: 24px;
    padding: 3px 60px 3px 0;
  }
  h3 span {
    font-size: 25px;
  }
}

@media (max-width: 374px) {
  h1 {
    font-size: 47px;
  }
  .text1 {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .btn1 {
    font-size: 15px;
    padding: 11px 18px 12px;
  }
  .stiker {
    width: 220px;
  }
  .list li {
    font-size: 20px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 30px;
  }
  .list2 {
    padding: 0 0px 0 20px;
  }
  .list2 li {
    padding: 0 0 30px 10px;
    font-size: 20px;
  }
  .with {
    font-size: 20px;
  }
  h4 {
    font-size: 40px;
  }
  .grey {
    font-size: 23px;
  }
  .white_block {
    font-size: 20px;
    padding: 36px 15px;
  }
  .tag2 {
    padding: 5px 10px 4px 10px;
    font-size: 16px;
  }
  .white {
    font-size: 20px;
  }
  .package_block .list li {
    font-size: 21px;
  }
  .package_title {
    font-size: 32px;
  }
  .small_text {
    font-size: 15px;
  }
  .raz {
    font-size: 22px;
    padding: 3px 50px 3px 0;
  }
  .del {
    font-size: 18px;
  }
  .text2 {
    font-size: 20px;
  }
  h3 span {
    font-size: 22px;
  }
}

@media (min-width: 441px) {
  .modal-dialog {
      width: 400px;
      margin: 30px auto;
  }
}
