/*FONTS*/
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.eot');
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato-Medium.woff2') format('woff2'),
      url('../fonts/Lato-Medium.woff') format('woff'),
      url('../fonts/Lato-Medium.ttf') format('truetype'),
      url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato-Light.woff2') format('woff2'),
      url('../fonts/Lato-Light.woff') format('woff'),
      url('../fonts/Lato-Light.ttf') format('truetype'),
      url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato-Regular.woff2') format('woff2'),
      url('../fonts/Lato-Regular.woff') format('woff'),
      url('../fonts/Lato-Regular.ttf') format('truetype'),
      url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mazzard H';
  src: url('../fonts/MazzardH-SemiBold.eot');
  src: url('../fonts/MazzardH-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/MazzardH-SemiBold.woff2') format('woff2'),
      url('../fonts/MazzardH-SemiBold.woff') format('woff'),
      url('../fonts/MazzardH-SemiBold.ttf') format('truetype'),
      url('../fonts/MazzardH-SemiBold.svg#MazzardH-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/*Specifications*/
body {
  font-family: 'Lato';
  background: #FDFCFC;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #393A4E;
}
body {
overflow-y: visible !important;
}
div, form, input, p, a, span {
    box-sizing: border-box;
}
ul,li, p {
    display: block;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a, a:hover, button {
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s ease;
}
a:hover {
  color: #FF0000;
}
button:active, button:focus, input:active, input:focus {
  outline: none !important;
  text-decoration: none !important;
}
button:hover {
  cursor: pointer;
}
section, footer, header {
  overflow: hidden;
}
:focus {
  outline: none !important;
}
.body-wrap {
  overflow: hidden;
  position: relative;
}
h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 140%;
  color: #393A4E;
  font-family: 'Mazzard H';
}
h2 {
  opacity: 0.8;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  font-family: 'Mazzard H';
}
.bttn {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  background: #EC7B7A;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'Mazzard H';
  border: 1px solid transparent;
}
.bttn:hover {
  cursor: pointer;
  background: transparent;
  transition: all 0.5s ease;
  color: #EC7B7A;
  border: 1px solid #EC7B7A;
}
/* HEADER */
.header {
  position: relative;
  padding: 72px 0 93px;
}
.header__fig1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.header__fig2 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.header__fig3 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.header__top {
  width: 533px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-bottom: 71px;
}
.header__btn {
  width: 316px;
  height: 56px;
  border: 1px solid #EC7B7A;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #393A4E;
  background: transparent;
  font-family: 'Lato';
}
.header__link {
  color: #393A4E;
  font-weight: 300;
  font-size: 16px;
  border-bottom: 1px solid #393A4E;
  width: max-content;
  white-space: nowrap;
}
.header__link:hover {
  border-bottom: 1px solid #FF0000;
}
.header__box  {
  justify-content: space-between;
  margin-bottom: 122px;
}
.header__content {
  width: 556px;
  flex: 1 0 auto;
  max-width: 556px;
  margin-top: 79px;
}
.header__content p {
  opacity: 0.6;
  font-size: 24px;
  line-height: 120%;
  margin: 30px 0 56px;
}
.header__content p a {
  color: #EC7B7A;
}
.header__wrap {
  justify-content: space-between;
  margin-top: 122px;
}
.header__item {
  background: #FDFCFC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  box-shadow: 3px 3px 20px rgba(78, 24, 30, 0.05);
  border-radius: 12px;
  width: 240px;
  height: 170px;
}
.header__item p {
  text-align: center;
  opacity: 0.6;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}
.header__item img {
  margin: 0 auto;
  display: block;
}
.header__block {
  height: 96px;
  margin-bottom: 31px;
  margin-top: -41px;
}
.header__box img {
  margin-top: 0px;
  margin-left: -12px;
  max-width: 742px;
}
.header__wrap .header__item:nth-child(1) .header__block {
  margin-left: -8px;
}
/* FREE */
.free__text span {
  color: #EC7B7A;
}
.free {
  padding: 118px 0 109px;
  background: url(../img/free.svg) no-repeat center top / cover;
}
.free__box {
  justify-content: space-between;
  align-items: flex-start;
}
.free__name {
  opacity: 0.8;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  font-family: 'Mazzard H';
}

/* INFO */
.info {
  position: relative;
  padding: 39px 0 31px;
}
.free__text {
  margin: 23px 0 64px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  opacity: 0.6;
  max-width: 646px;
}
.free__content {
  margin-top: 51px;
}
.info__item {
  width: 1040px;
  min-height: 426px;
  background: #FDFCFC;
  box-shadow: 3px 3px 20px rgba(78, 24, 30, 0.05);
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 40px 40px 25px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 5;
}
.info__left img {
  width: 352px;
  border-radius: 4px;
}
.info__left .theme {
  font-weight: 600;
  font-size: 16px;
  color: #393A4E;

  opacity: 0.8;
  margin: 35px 0 10px;
}
.info__left .date {
  opacity: 0.54;
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0 10px;
}
.info__left span {
  opacity: 0.8;
  font-weight: 600;
  font-size: 18px;
}
.info__left {
  margin-right: 68px;
}
.info__name {
  opacity: 0.8;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 20px;
}
.info__text {
  opacity: 0.6;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
  max-width: 520px;
}
.info__see {
  width: max-content;
  color: #393A4E;
  font-size: 16px;
  border-bottom: 1px solid #393A4E;
  margin: 15px 0 43px;
  display: block;
}
.info__see:hover {
  border-bottom: 1px solid #FF0000;
}
.info__flex a {
  width: 220px;
  height: 54px;
  font-weight: 600;
  font-size: 16px;
}
.info__flex {
  justify-content: space-between;
  width: 467px;
}
.info__content p {
  text-align: center;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
.info__box {
  margin-top: 83px;
}
.info__right {
  margin-top: 0px;
}
.info__button {
  background: transparent;
  border: 1px solid #EC7B7A;
  color: #393A4E;
  opacity: 0.6;
}

.info__see.ulia {
  margin-top: 59px;
}

.info__see.maria {
  margin-top: 98px;
}

.info__see.levashov {
  margin-top: 54px;
}

.info__see.samarin {
  margin-top: 49px;
}

.info__fig1, .info__fig2, .info__fig3, .info__fig4 {
  position: absolute;
  z-index: 1;
}
.info__fig1 {
  top: 0;
  left: 0;
}
.info__fig2 {
  top: 0;
  right: 0;
}
.info__fig3 {
  bottom: 200px;
  right: 0;
}
.info__fig4 {
  left: 0;
  bottom: 0;
}
/* FOOTER */
.footer {
  padding: 51px 0 60px;
  border-top: 1px solid rgba(57, 58, 78, 0.1);
}
.footer__box {
  justify-content: space-between;
  align-items: center;
}
.footer__left p {
  opacity: 0.9;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 22px;
}
.footer__socials a {
  align-items: center;
  transition: all 0.5s ease;
}
.footer__socials a p {
  opacity: 0.6;
  font-weight: 500;
  font-size: 18px;
  color: #393A4E;
  margin-bottom: 0;
  transition: all 0.5s ease;
  margin-left: 10px;
}
.footer__socials a:hover p {
  color: #EC7B7A;
  transition: all 0.5s ease;
}
.footer__socials {
  width: 349px;
  justify-content: space-between;
}
.footer__right {
  justify-content: space-between;
  width: 340px;
}
.mob1 {
  display: none !important;
}
.header__mob {
  display: none;
}
.info__content2 {
  display: none !important;
}
@media (min-width: 1200px) {
.container {
    max-width: 1166px;
  }
}
@media screen and (max-width: 1199px) {
  .header__box img {
    margin-top: 0px;
    margin-left: -142px;
    width: 70%;
  }
  .header__item {
    width: 23%;
  }
  .info__item {
    width: 100%;
    height: auto;
  }
  .info__left {
    margin-right: 39px;
  }
  .info__box .info__item:nth-child(3) {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .header__top, .header__site {
    display: none !important;
  }
  .header__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .header__box img {
    margin-top: 0px;
    margin-left: 0;
    width: 100%;
  }
  .header {
    padding-top: 0;
  }
  .header__mob {
    display: block;
  }
  .header__content p {
    display: none;
  }
  .header__box img {
    margin-top: 35px;
  }
  .header__box {
    margin-bottom: 48px;
  }
  .header__mob p {
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #393A4E;
    opacity: 0.6;
  }
  .header__mob p a {
    color: #EC7B7A;
  }
  .header__mob .footer__right {
    width: 337px;
    margin: 30px auto 78px;
  }
  .header__item {
    width: 47%;
    display: flex;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  .header__wrap {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .header__block {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    width: 129px;
    margin-left: -10px;
  }
  .header__item p {
    text-align: left;
  }
  .header__wrap .header__item:nth-child(1) .header__block {
    margin-left: -4px; 
  }
  .header__wrap .header__item:nth-child(4) .header__block {
    margin-right: 38px;
  }
  .free__btn {
    position: absolute;
    bottom: -136px;
    left: 50%;
    margin-left: -120px;
  }
  .free__box {
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .free__content {
    text-align: center;
  }
  .free__text {
    margin: 23px auto 64px;
  }
  .free {
    padding: 118px 0 292px;
  }
  .info__item {
    flex-direction: column;
    align-items: center;
    padding: 12px 40px 25px;
  }
  .info__left {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .info__left img {
    width: 100%;
    order: 3;
    margin-top: 14px;
  }
  .info__left p {
    order: 1;
  }
  .info__left span {
    order: 2;
  }
  .info__text {
    width: 100%;
    max-width: 100%;
  }
  .info__right {
    width: 100%;
  }
  .info__flex {
    margin: 0 auto;
  }
  .footer__box {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__socials {
    flex-direction: column;
  }
  .footer__right {
    justify-content: space-between;
    width: 356px;
    margin: 30px auto 0;
  }
  .footer__socials a {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__item {
    width: 100%;
    justify-content: flex-start;
  }
  .header__item p br {
    display: none;
  }
  .header__wrap .header__item:nth-child(1) .header__block {
    margin-left: -4px;
    margin-right: 31px;
  }
  .header__wrap .header__item:nth-child(2) .header__block {
    margin-right: 28px;
    margin-left: -2px;
  }
  .header__wrap .header__item:nth-child(3) .header__block {
    margin-right: 37px;
  }
  .header__item p {
    max-width: 259px;
  }
  .info__flex {
    justify-content: space-between;
    width: 100%;
  }
  .info__flex a {
    width: 204px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 22px;
    line-height: 120%;
  }
  .header__content {
    margin-top: 42px;
    width: 100%;
  }
  .header__box img {
    margin-top: 37px;
    margin-left: 0;
    width: 100%;
    position: relative;
    left: 50%;
    width: 372px;
    margin-left: -290px;
  } 
  .header__mob p {
    font-size: 14px;
  }
  .header__box {
    margin-bottom: 36px;  
  }
  .footer__right a {
    width: 112px;
  }
  .footer__right a img {
    width: 100%;
  }
  .header__mob .footer__right {
    width: 233px;
    margin: 30px auto 75px;
  }
  h2 {
    font-size: 20px;
    line-height: 120%;
  }
  .header h2 {
    max-width: 224px;
    margin: 0 auto;
  }
  .header__item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    box-shadow: 3px 3px 20px rgba(78, 24, 30, 0.05);
    border-radius: 12px;
    height: 90px;
    margin-bottom: 30px;
  }
  .header__item p {
    font-size: 15px;
    line-height: 120%;
  }
  .header__item img {
    width: 87%;
  }
  .header__wrap .header__item:nth-child(1) .header__block {
    margin-left: -8px;
    margin-right: 9px;
    width: 188px;
  }
  .header__wrap .header__item:nth-child(2) .header__block {
    margin-right: 5px;
    margin-left: -8px;
  }
  .header__wrap .header__item:nth-child(3) .header__block {
    margin-right: 60px;
    width: auto;
    margin-left: 6px;
    margin-top: -4px;
    height: 67px;
    position: absolute;
    left: -44px;
    top: 12px;
  }
  .header__wrap .header__item:nth-child(3) p {
    position: absolute;
    right: -10px;
    top: 19px;
    max-width: 174px;
  }
  .header__item:nth-child(3) {
    position: relative;
  }
  .header__wrap .header__item:nth-child(4) .header__block {
    margin-right: 19px;
    margin-left: 3px;
  }
  .header__wrap .header__item:nth-child(3) {
    padding-right: 8px;
  }
  .free {
    padding: 84px 0 201px;
  }
  .header {
    position: relative;
    padding: 0px 0 0px;
  }
  .free__name {
    font-size: 24px;
  }
  .header__wrap .header__item:last-child {
    margin-bottom: 0;
  }
  .free__text {
    font-size: 14px;
    margin: 37px auto 55px;
  }
  .free img {
    width: 100%;
    max-width: 224px;
    margin: 0 auto;
  }
  .free__btn {
    width: 200px;
    height: 48px;
    font-size: 16px;
    max-width: 0 auto;
    bottom: -89px;
    left: 50%;
    margin-left: -103px;
  }
  .info {
    padding: 1px 0 12px;
  }
  .info__item {
    padding: 0px 11px 25px;
  }
  .info__box {
    margin-top: 31px;
  }
  .info__left span {
    font-size: 16px;
  }
  .info__name {
    font-size: 18px;
  }
  .info__text {
    font-size: 14px;
  }
  .info__see {
    font-size: 14px;
  }
  .info__flex {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .info__flex a {
    width: 100%;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .info__content {
    width: 100%;
  }
  .info__content p {
    margin-top: -7px;
  }
  .footer {
    padding: 45px 0 38px;
  }
  .footer__left p {
    font-size: 16px;
    width: 76%;
  }
  .footer__socials {
    width: 100%;
  }
  .footer__socials a p {
    font-size: 14px;
  }
  .footer__socials a {
    margin-bottom: 12px;
  }
  .footer .footer__right {
    width: 253px;
    margin: 20px auto 0;
  }
  .free__content {
    margin-top: 0;
  }
  .header .container {
    max-width: 320px;
  }
  .header__wrap .header__item:nth-child(3) .header__block img {
    height: 67px;
    width: 239%;
  }
  .info__box .info__item:nth-child(2) .info__see {
    margin-top: 23px;
  }
  .info__box .info__item:nth-child(3) .info__see {
    margin-top: 29px;
  }
  .mob1 {
    display: block !important;
  } 
  .mom1 {
    display: none !important;
  }
  .info__content2 {
    display: block !important;
  }
  .info__content1 {
    display: none !important;
  }
}
@media screen and (min-width: 350px) and (max-width: 420px) {
  .header__wrap .header__item:nth-child(3) p {
    position: absolute;
    right: -9px;
    top: 19px;
    max-width: 174px;
  }
}