@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
.header {
  background-color: #f3f3f3;
  background-image: url(../img/header-photo.png);
  background-repeat: no-repeat;
  background-position: 1060px bottom;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .header {
    background-position: 900px bottom;
  }
}
@media (max-width: 1366px) {
  .header {
    background-position: 760px bottom;
  }
}
@media (max-width: 769px) {
  .header {
    background-image: url(../img/Photo1-tablet.png);
    background-position: right bottom;
  }
}
@media (max-width: 700px) {
  .header {
    background-image: url(../img/Photm.png);
    background-position: right bottom;
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 769px) {
  .header-wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 700px) {
  .header-wrapper {
    padding-top: 15px;
  }
}

.header-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 700px) {
  .header-logo-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.header-logo-main {
  width: 87px;
  height: 116px;
  background-image: url(../img/logo-main.png);
  position: relative;
  margin-right: 35px;
}
@media (max-width: 700px) {
  .header-logo-main {
    width: 66px;
    height: 89px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0;
  }
}

.header-logo-second {
  position: absolute;
  left: 25px;
  top: 53px;
  width: 36px;
  height: 36px;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 700px) {
  .header-logo-second {
    width: 28px;
    height: 28px;
    left: 18px;
    top: 40px;
    display: block;
  }
}

.header-logo-second:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  display: block;
}

.header-logo-second.rotatelogo {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  display: block;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 700px) {
  .header-logo-second.rotatelogo {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    width: 28px;
    height: 28px;
    left: 18px;
    top: 40px;
    display: block;
  }
}

.header-logo-author {
  color: #343737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-logo-name {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 31px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .header-logo-name {
    font-size: 23px;
  }
}
.header-logo-name span {
  font-weight: 800;
  display: inline-block;
  border-bottom: 3px solid #18c8d8;
  line-height: 1.4;
}

.header-logo-desc {
  font-size: 11px;
  color: #343737;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
  margin-top: 7px;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 10px;
}
@media (max-width: 769px) {
  .header-logo-desc {
    line-height: 15px;
  }
}
@media (max-width: 700px) {
  .header-logo-desc {
    font-size: 9px;
    line-height: 13px;
  }
}
.header-logo-desc span {
  display: block;
  color: #828888;
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
}
@media (max-width: 700px) {
  .header-logo-desc span {
    font-size: 12px;
  }
}
.header-logo-desc span.acc {
  display: inline;
  color: #18c8d8;
  font-weight: 500;
  text-transform: none;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 700px) {
  .social-list {
    display: none;
  }
}
.social-list li {
  margin-right: 20px;
}
.social-list li:last-child {
  margin-right: 0;
}
.social-list a {
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/socicons.png") 0 0 no-repeat;
}
.social-list a:hover {
  background-position-y: -34px;
}
.social-list a.soclink-inst {
  background-position-x: -34px;
}
.social-list a.soclink-tel {
  background-position-x: -68px;
}

.header-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 769px) {
  .header-left-content {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .header-left-content {
    width: 100%;
  }
}

.header-right-content {
  position: relative;
}
.header-right-content .main-img {
  position: absolute;
  bottom: 0;
  display: block;
  width: 798px;
  height: 792px;
  background-image: url(../img/header-photo.png);
}

h1 {
  color: #343737;
  font-size: 77px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 42px;
  margin-top: 65px;
  letter-spacing: 8.75px;
}
@media (max-width: 769px) {
  h1 {
    font-size: 76px;
    margin-left: 50px;
    letter-spacing: 2px;
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  h1 {
    margin: 0;
    text-align: left;
    font-size: 35px;
    letter-spacing: 3px;
    margin-top: 45px;
    margin-left: 23px;
  }
}

.love-style {
  display: block;
  font-size: 88px;
  color: #ff8084;
  margin-top: -25px;
  font-weight: 900;
  margin-left: -40px;
  letter-spacing: normal;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 769px) {
  .love-style {
    margin-left: -47px;
    margin-top: -24px;
  }
}
@media (max-width: 700px) {
  .love-style {
    font-size: 40px;
    margin: 0;
    text-align: left;
    margin-top: -12px;
    margin-left: -21px;
  }
}

.love-style:hover {
  margin-left: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.h1-1 {
  font-size: 52px;
  display: block;
  margin-left: 271px;
  font-weight: 700;
  letter-spacing: normal;
}
@media (max-width: 769px) {
  .h1-1 {
    font-size: 54px;
    margin-left: 264px;
  }
}
@media (max-width: 700px) {
  .h1-1 {
    font-size: 25px;
    margin: 0;
    text-align: left;
    margin-left: 120px;
    margin-top: 5px;
  }
}

.h1-2 {
  font-size: 52px;
  font-weight: 500;
  margin-left: 196px;
  font-size: 60px;
  text-transform: uppercase;
  color: #18c8d8;
  display: block;
  letter-spacing: normal;
}
@media (max-width: 769px) {
  .h1-2 {
    font-size: 63px;
    margin-left: 175px;
  }
}
@media (max-width: 700px) {
  .h1-2 {
    font-size: 29px;
    margin: 0;
    margin-left: 83px;
  }
}

.h1-3 {
  font-size: 32px;
  font-weight: 700;
  display: block;
  margin-left: 376px;
  letter-spacing: normal;
}
@media (max-width: 769px) {
  .h1-3 {
    font-size: 34px;
    margin-left: 0;
    text-align: right;
  }
}
@media (max-width: 700px) {
  .h1-3 {
    font-size: 16px;
    margin: 0;
    margin-left: 159px;
  }
}

.back-slogan {
  font-size: 90px;
  font-weight: 800;
  margin-left: 105px;
  color: #e8e8e8;
  letter-spacing: 1px;
}
@media (max-width: 769px) {
  .back-slogan {
    font-size: 100px;
    margin-left: 0;
    margin-top: 50px;
    margin-left: 50px;
    letter-spacing: normal;
  }
}
@media (max-width: 700px) {
  .back-slogan {
    font-size: 47px;
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-top: 25px;
  }
}
.back-slogan span {
  color: #e8e8e8;
  font-size: 60px;
  font-weight: 900;
  margin-left: 85px;
  display: block;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 769px) {
  .back-slogan span {
    font-size: 55px;
    margin-left: 0;
    margin-left: -50px;
  }
}
@media (max-width: 700px) {
  .back-slogan span {
    font-size: 24px;
    margin-left: -19px;
  }
}

.back-slogan:hover span {
  margin-left: 0px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.header-content-desc {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 769px) {
  .header-content-desc {
    margin-top: 70px;
    width: 460px;
  }
  .header-content-desc br {
    display: none;
  }
}
@media (max-width: 700px) {
  .header-content-desc {
    font-size: 16px;
    width: 225px;
    margin-top: 30px;
  }
}

.button {
  margin-top: 50px;
  width: 304px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #18c8d8;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 769px) {
  .button {
    margin-top: 70px;
    margin-bottom: 215px;
  }
}
@media (max-width: 700px) {
  .button {
    font-size: 18px;
    width: 200px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 85px;
  }
}

.button:hover {
  background: #343737;
  cursor: pointer;
}

.practice {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .practice {
    padding: 90px 0;
    padding-bottom: 65px;
  }
}
@media (max-width: 769px) {
  .practice {
    padding: 100px 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 700px) {
  .practice {
    padding: 50px 0;
  }
}

.practice-wrapper {
  position: relative;
}

.practice-slogan {
  position: absolute;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  color: #f3f3f3;
  font-size: 56px;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  font-weight: 900;
  top: 430px;
  left: 50px;
}
@media (max-width: 769px) {
  .practice-slogan {
    font-size: 60px;
  }
}
@media (max-width: 700px) {
  .practice-slogan {
    font-size: 28px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 85px;
    right: 0px;
    left: auto;
  }
}
.practice-slogan span {
  font-size: 41px;
  display: block;
  font-weight: 500;
  margin-left: 235px;
  text-transform: uppercase;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 769px) {
  .practice-slogan span {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .practice-slogan span {
    font-size: 20px;
    margin-left: 133px;
  }
}

.practice-slogan:hover span {
  margin-left: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.practice-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 133px;
}
@media (max-width: 769px) {
  .practice-title {
    font-size: 38px;
  }
}
@media (max-width: 700px) {
  .practice-title {
    font-size: 20px;
    margin: 0;
  }
}
.practice-title span {
  display: block;
}
@media (max-width: 700px) {
  .practice-title span {
    font-size: 22px;
    text-align: right;
  }
}

.practice-title-1 {
  font-size: 45px;
  font-weight: 700;
  margin-left: 120px;
}
@media (max-width: 769px) {
  .practice-title-1 {
    font-size: 41px;
    margin-left: 0;
    text-align: right;
    margin-top: 5px;
  }
}
@media (max-width: 700px) {
  .practice-title-1 {
    margin: 0;
    margin-top: 5px;
  }
}

.practice-title-2 {
  font-weight: 500;
  text-transform: none;
  margin-left: 378px;
}
@media (max-width: 769px) {
  .practice-title-2 {
    margin-left: 0;
    font-size: 35px;
    text-align: right;
    margin-top: -8px;
  }
}
@media (max-width: 700px) {
  .practice-title-2 {
    margin-top: 0;
    margin-left: 0;
  }
}

.practice-cards {
  width: calc(100% - 133px);
  margin-left: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1025px) {
  .practice-cards {
    margin-top: 45px;
  }
}
@media (max-width: 769px) {
  .practice-cards {
    margin-top: 60px;
  }
}
@media (max-width: 700px) {
  .practice-cards {
    margin-top: 95px;
    width: 100%;
    margin-left: 0;
  }
}

.practice-card {
  font-size: 20px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .practice-card {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 769px) {
  .practice-card {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 700px) {
  .practice-card {
    width: 100%;
    font-size: 16px;
  }
}
.practice-card img {
  margin-right: 15px;
}
@media (max-width: 700px) {
  .practice-card img {
    margin-left: 0px;
    width: 27px;
    height: auto;
    margin-right: 10px;
  }
}

.request {
  padding: 120px 0;
  background-color: #f3f3f3;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .request {
    padding: 90px 0;
  }
}
@media (max-width: 769px) {
  .request {
    padding: 100px 0;
    padding-top: 60px;
  }
}
@media (max-width: 700px) {
  .request {
    padding: 50px 0;
  }
}

.request-wrapper {
  position: relative;
}

.request-slogan {
  position: absolute;
  font-size: 72px;
  font-weight: 900;
  color: #fff;
  right: 170px;
  top: -70px;
}
@media (max-width: 1025px) {
  .request-slogan {
    top: 95px;
  }
}
@media (max-width: 1600px) {
  .request-slogan {
    right: 30px;
  }
}
@media (max-width: 1366px) {
  .request-slogan {
    right: 10px;
  }
}
@media (max-width: 769px) {
  .request-slogan {
    font-size: 60px;
    top: 100px;
  }
}
@media (max-width: 700px) {
  .request-slogan {
    font-size: 28px;
    top: 54px;
  }
}
.request-slogan span {
  display: block;
  font-weight: 500;
  font-size: 48px;
  margin-left: 160px;
  text-transform: uppercase;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 769px) {
  .request-slogan span {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .request-slogan span {
    font-size: 20px;
    margin-left: 126px;
  }
}

.request-slogan:hover span {
  margin-left: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.request-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 133px;
}
@media (max-width: 1600px) {
  .request-title {
    margin-left: 30px;
  }
}
@media (max-width: 1366px) {
  .request-title {
    margin-left: 10px;
  }
}
@media (max-width: 769px) {
  .request-title {
    font-size: 38px;
  }
}
@media (max-width: 700px) {
  .request-title {
    font-size: 20px;
    text-align: left;
    margin: 0;
    width: 100%;
  }
}
.request-title span {
  font-weight: 700;
  font-size: 45px;
  display: block;
  margin-left: 96px;
}
@media (max-width: 769px) {
  .request-title span {
    font-size: 41px;
  }
}
@media (max-width: 700px) {
  .request-title span {
    font-size: 22px;
    text-align: right;
    margin: 0;
  }
}

.request-cards {
  margin-top: 65px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 610px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1025px) {
  .request-cards {
    margin-top: 160px;
  }
}
@media (max-width: 769px) {
  .request-cards {
    height: 480px;
    margin-top: 160px;
  }
}
@media (max-width: 700px) {
  .request-cards {
    margin-top: 105px;
    height: 412px;
  }
}

.request-cards::-webkit-scrollbar {
  width: 24px;
  padding: 5px;
}
@media (max-width: 769px) {
  .request-cards::-webkit-scrollbar {
    width: 15px;
    padding: 3px;
  }
}

.request-cards::-webkit-scrollbar-track {
  background: #fff;
  width: 8px;
}

.request-cards::-webkit-scrollbar-thumb {
  background: #ff8084;
  border: 6px solid #fff;
}
@media (max-width: 769px) {
  .request-cards::-webkit-scrollbar-thumb {
    border: 4.5px solid #fff;
  }
}

.request-cards::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: pointer;
}

.request-cards::-webkit-scrollbar-track:hover {
  cursor: pointer;
}

.request-cards::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

.request-cards::-webkit-scrollbar:hover {
  cursor: pointer;
}

.request-card {
  padding: 15px 43px;
  font-size: 20px;
  font-weight: 400;
  width: 654px;
  height: 119px;
  border-radius: 20px;
  background-color: #fff;
  margin-right: 30px;
  margin-bottom: 35px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(32, 22, 0, 0.13);
          box-shadow: 0px 0px 6px 0px rgba(32, 22, 0, 0.13);
  margin-left: 4px;
}
@media (max-width: 1600px) {
  .request-card {
    width: 47%;
    height: auto;
  }
}
@media (max-width: 1366px) {
  .request-card {
    width: 47%;
    height: auto;
  }
}
@media (max-width: 1025px) {
  .request-card {
    width: 100%;
    height: 120px;
  }
}
@media (max-width: 769px) {
  .request-card {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 700px) {
  .request-card {
    width: 100%;
    margin-right: 10px;
    padding: 10px 15px;
    font-size: 14px;
    height: auto;
  }
}

.change {
  padding: 120px 0;
  background-image: url(../img/Photo2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .change {
    background-position: 850px bottom;
  }
}
@media (max-width: 1025px) {
  .change {
    padding: 90px 0px;
    background-image: url(../img/Photo2-bigtablet.png);
    background-position: bottom right;
    padding-bottom: 1050px;
  }
}
@media (max-width: 769px) {
  .change {
    padding-bottom: 720px;
    padding-top: 100px;
    background-image: url(../img/Photo2-tablet.png);
    background-position: bottom right;
  }
}
@media (max-width: 700px) {
  .change {
    padding: 50px 0;
    background-size: 308px 347px;
    background-position: bottom right;
    background-image: url(../img/Photo2-mobile.png);
    padding-bottom: 350px;
    position: relative;
  }
}

.change-wrapper {
  position: relative;
}
@media (max-width: 700px) {
  .change-wrapper {
    position: static;
  }
}

.change-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
}
@media (max-width: 769px) {
  .change-title {
    font-size: 41px;
  }
}
@media (max-width: 700px) {
  .change-title {
    font-size: 22px;
    text-align: left;
  }
}
.change-title span {
  display: block;
  font-size: 40px;
  font-weight: 500;
  margin-left: 210px;
}
@media (max-width: 769px) {
  .change-title span {
    font-size: 38px;
    margin-left: 0;
    margin-left: 61px;
  }
}
@media (max-width: 700px) {
  .change-title span {
    font-size: 20px;
    text-align: right;
    margin-left: 0;
  }
}

.change-text-wrapper {
  margin-top: 50px;
}
@media (max-width: 1025px) {
  .change-text-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .change-text-wrapper {
    margin-top: 20px;
  }
}

.change-text {
  font-size: 20px;
  margin-bottom: 30px;
  width: 760px;
  line-height: 24px;
}
@media (max-width: 1025px) {
  .change-text {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .change-text {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .change-text {
    font-size: 16px;
    width: 100%;
  }
}
.change-text span {
  color: #ff8084;
  font-weight: 700;
}

.change-qote {
  width: 830px;
  height: 214px;
  font-family: "Montserrat Alternates", sans-serif;
  background-image: url(../img/slogan-back.png);
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1025px) {
  .change-qote {
    background-image: url(../img/qote-bigtablet.png);
    width: 749px;
    height: 238px;
    margin: 0 auto;
  }
}
@media (max-width: 769px) {
  .change-qote {
    width: 100%;
    background-size: 100%;
    background-image: url(../img/qote-tablet.png);
    height: 289px;
  }
}
@media (max-width: 700px) {
  .change-qote {
    width: 330px;
    height: 137px;
    background-image: url(../img/change-mobile.png);
    background-repeat: no-repeat;
    font-size: 18px;
  }
}

.qote-style {
  font-size: 24px;
  font-weight: 500;
  padding-left: 122px;
}
@media (max-width: 700px) {
  .qote-style {
    font-size: 16px;
    padding: 0;
    padding-left: 20px;
    display: block;
  }
}

.qote-bold {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .qote-bold {
    font-size: 16px;
    padding-left: 65px;
    letter-spacing: 1px;
  }
}

.qote-first {
  padding-top: 55px;
  display: inline-block;
  padding-left: 62px;
}
@media (max-width: 1025px) {
  .qote-first {
    padding-top: 15px;
  }
}
@media (max-width: 769px) {
  .qote-first {
    padding-top: 32px;
  }
}
@media (max-width: 700px) {
  .qote-first {
    font-size: 18px;
    padding: 0;
    padding-left: 30px;
    padding-top: 5px;
  }
}

.qote-secong {
  padding-left: 28px;
  font-style: italic;
}
@media (max-width: 700px) {
  .qote-secong {
    margin-left: -35px;
  }
}

.qote-last {
  padding-left: 267px;
}
@media (max-width: 700px) {
  .qote-last {
    padding: 0;
    display: inline;
    text-align: right;
  }
}

.change-slogan {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  color: #fff;
  position: absolute;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  left: 860px;
  top: 642px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 1025px) {
  .change-slogan {
    top: auto;
    left: auto;
    bottom: -1511px;
    right: 280px;
  }
}
@media (max-width: 769px) {
  .change-slogan {
    left: auto;
    top: auto;
    font-size: 53px;
    bottom: -1606px;
    right: 95px;
  }
}
@media (max-width: 700px) {
  .change-slogan {
    font-size: 25px;
    left: auto;
    top: auto;
    bottom: 71px;
    right: 45px;
  }
}
.change-slogan p {
  color: #343737;
  font-weight: 700;
  font-size: 35px;
  margin-left: 218px;
}
@media (max-width: 769px) {
  .change-slogan p {
    font-size: 42px;
    margin-left: 179px;
  }
}
@media (max-width: 700px) {
  .change-slogan p {
    font-size: 20px;
    margin-left: 90px;
  }
}
.change-slogan p span {
  color: #ff8084;
}

.change-slogan:hover {
  color: #343737;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.change-slogan:hover p {
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1460px) {
  .change-slogan {
    left: 910px;
  }
}
@media (max-width: 700px) {
  .mobile-qote {
    display: block;
    text-align: right;
    margin-right: 5px;
  }

  .qote-bold br {
    display: none;
  }
}
.format {
  padding: 120px 0;
  overflow: hidden;
  background-color: #f3f3f3;
}
@media (max-width: 1025px) {
  .format {
    padding: 90px 0;
  }
}
@media (max-width: 769px) {
  .format {
    padding: 70px 0;
  }
}
@media (max-width: 700px) {
  .format {
    padding: 50px 0;
    padding-bottom: 70px;
  }
}

.format-wrapper {
  position: relative;
}

.format-title {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .format-title {
    font-size: 41px;
  }
}
@media (max-width: 700px) {
  .format-title {
    font-size: 22px;
    text-align: left;
  }
}
.format-title span {
  font-size: 40px;
  font-weight: 500;
  margin-left: 153px;
  display: block;
}
@media (max-width: 769px) {
  .format-title span {
    font-size: 38px;
  }
}
@media (max-width: 700px) {
  .format-title span {
    font-size: 20px;
    margin-left: 76px;
  }
}

.format-slogan {
  position: absolute;
  color: #e8e8e8;
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 900;
  top: -5px;
  right: 140px;
}
@media (max-width: 1366px) {
  .format-slogan {
    right: 10px;
  }
}
@media (max-width: 769px) {
  .format-slogan {
    font-size: 60px;
  }
}
@media (max-width: 700px) {
  .format-slogan {
    font-size: 28px;
    right: 0;
    top: -8px;
  }
}
.format-slogan span {
  width: 100%;
  display: block;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-top: -17px;
  text-align: right;
  -webkit-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
}
@media (max-width: 769px) {
  .format-slogan span {
    font-size: 40px;
    margin-top: -14px;
  }
}
@media (max-width: 700px) {
  .format-slogan span {
    font-size: 20px;
    margin-top: -6px;
  }
}

.format-slogan:hover span {
  width: 0;
  -webkit-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
}

.format-info {
  width: 100%;
  height: 254px;
  background-color: #f9bdbf;
  margin-top: 60px;
  padding: 25px;
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 769px) {
  .format-info {
    height: 291px;
    font-size: 25px;
  }
}
@media (max-width: 700px) {
  .format-info {
    margin-top: 30px;
    height: auto;
    padding: 30px 5px;
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 1.2;
  }
}
.format-info img {
  margin-right: 20px;
}
@media (max-width: 1366px) {
  .format-info img {
    margin-top: 2px;
  }
}
@media (max-width: 700px) {
  .format-info img {
    width: 35px;
    margin-right: 10px;
    margin-top: 4px;
  }
}
.format-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.format-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  .format-info ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
}

.format-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1025px) {
  .format-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 769px) {
  .format-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .format-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.format-effect {
  font-size: 120px;
  font-weight: 800;
  position: absolute;
  color: #f9bdbf;
  z-index: 10;
}
@media (max-width: 700px) {
  .format-effect {
    font-size: 70px;
  }
}

.format-effect:before {
  display: block;
  content: "";
  background-image: url(../img/line.png);
  width: 9px;
  height: 96px;
  position: absolute;
  bottom: 120px;
  left: 70px;
}
@media (max-width: 1025px) {
  .format-effect:before {
    height: 70px;
    background-position: bottom center;
  }
}
@media (max-width: 769px) {
  .format-effect:before {
    height: 70px;
    background-position: bottom center;
  }
}
@media (max-width: 700px) {
  .format-effect:before {
    bottom: 75px;
    left: 40px;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 96px;
  }
}

.format-card {
  margin-top: 95px;
  width: 32%;
  position: relative;
}
@media (max-width: 1366px) {
  .format-card {
    margin-top: 80px;
  }
  .format-card br {
    display: none;
  }
}
@media (max-width: 1025px) {
  .format-card {
    width: 100%;
    margin-top: 70px;
  }
}
@media (max-width: 769px) {
  .format-card {
    width: 100%;
    margin-top: 70px;
  }
}
@media (max-width: 700px) {
  .format-card {
    width: 100%;
    margin-top: 60px;
  }
}

.fotmat-card-name {
  margin-top: 50px;
  z-index: 20;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 65px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .fotmat-card-name {
    margin-top: 40px;
    margin-left: 65px;
  }
}
@media (max-width: 700px) {
  .fotmat-card-name {
    font-size: 18px;
    margin-top: 18px;
    margin-left: 32px;
  }
}
.fotmat-card-name br {
  display: none;
}
@media (max-width: 1366px) {
  .fotmat-card-name br {
    display: block;
  }
}
@media (max-width: 1025px) {
  .fotmat-card-name br {
    display: none;
  }
}
@media (max-width: 769px) {
  .fotmat-card-name br {
    display: none;
  }
}
@media (max-width: 700px) {
  .fotmat-card-name br {
    display: none;
  }
}
.fotmat-card-name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.fotmat-card-name span img {
  margin-left: 12px;
  margin-right: 7px;
}

.format-card-list {
  margin-top: 50px;
}
.format-card-list li {
  margin-top: 32px;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-weight: 400;
}
@media (max-width: 700px) {
  .format-card-list li {
    font-size: 16px;
  }
}
.format-card-list li img {
  margin-right: 10px;
}

@media (max-width: 1025px) {
  .m-2c {
    margin-top: 120px;
  }

  .m-3c {
    margin-top: 120px;
  }
}
@media (max-width: 769px) {
  .m-2c {
    margin-top: 120px;
  }

  .m-3c {
    margin-top: 120px;
  }
}
@media (max-width: 700px) {
  .m-2c {
    margin-top: 80px;
  }

  .m-3c {
    margin-top: 80px;
  }
}
.about {
  padding: 120px 0;
  background-image: url(../img/heart.png);
  background-repeat: no-repeat;
  background-position: 170px 160px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .about {
    background-position: -40px 190px;
  }
}
@media (max-width: 1025px) {
  .about {
    background-image: url(../img/heart-bigtablet.png);
    padding: 90px 0;
    background-position: 0 190px;
  }
}
@media (max-width: 769px) {
  .about {
    padding: 70px 0;
    padding-bottom: 120px;
    background-image: url(../img/heart-tablet.png);
    background-position: 0 190px;
  }
}
@media (max-width: 700px) {
  .about {
    padding: 50px 0;
    background-image: url(../img/heart-mobile.png);
    background-position: center 138px;
    background-size: contain;
  }
}

.about-title {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 320px;
}
@media (max-width: 1025px) {
  .about-title {
    margin-left: 250px;
  }
}
@media (max-width: 769px) {
  .about-title {
    font-size: 23px;
    margin-left: 65px;
  }
}
@media (max-width: 700px) {
  .about-title {
    font-size: 24px;
    margin-left: 0;
  }
}

.about-name {
  font-size: 48px;
  font-weight: 500;
  text-transform: none;
  font-family: "Montserrat Alternates", sans-serif;
  display: block;
  margin-left: 60px;
  margin-top: 20px;
}
@media (max-width: 1025px) {
  .about-name {
    margin-left: 60px;
  }
}
@media (max-width: 769px) {
  .about-name {
    font-size: 36px;
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .about-name {
    font-size: 24px;
    text-align: right;
    margin-left: 0;
    margin-top: 10px;
  }
}
.about-name a {
  font-weight: 800;
  display: inline-block;
  border-bottom: 3px solid #ff8084;
  padding-bottom: 3px;
  color: #343737;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about-name a:hover {
  color: #ff8084;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.about-slogan {
  color: #f2f2f2;
  font-size: 90px;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 666px;
  margin-top: 55px;
}
@media (max-width: 1366px) {
  .about-slogan {
    margin-left: 465px;
  }
}
@media (max-width: 1025px) {
  .about-slogan {
    font-size: 69px;
    margin-left: 410px;
    margin-top: 100px;
  }
}
@media (max-width: 769px) {
  .about-slogan {
    font-size: 70px;
    margin-left: 248px;
  }
}
@media (max-width: 700px) {
  .about-slogan {
    font-size: 44px;
    margin-left: 0;
    text-align: left;
    margin-top: 131%;
  }
}
.about-slogan span {
  display: block;
  font-size: 60px;
  font-weight: 900;
  margin-left: 285px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 1025px) {
  .about-slogan span {
    font-size: 46px;
    margin-left: 217px;
  }
}
@media (max-width: 769px) {
  .about-slogan span {
    font-size: 50px;
    margin-left: 152px;
  }
}
@media (max-width: 700px) {
  .about-slogan span {
    font-size: 30px;
    margin-left: 0;
    text-align: right;
    margin-top: 5px;
  }
}

.about-slogan:hover span {
  margin-left: 120px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.about-cost-title {
  font-size: 60px;
  font-weight: 700;
  margin-left: 542px;
}
@media (max-width: 1025px) {
  .about-cost-title {
    margin-left: 355px;
    margin-top: 50px;
  }
}
@media (max-width: 769px) {
  .about-cost-title {
    font-size: 60px;
    margin-left: 324px;
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .about-cost-title {
    font-size: 36px;
    margin-left: 33px;
    margin-top: 3px;
  }
}
.about-cost-title span {
  font-size: 48px;
  font-weight: 500;
  display: block;
  margin-left: 215px;
}
@media (max-width: 1025px) {
  .about-cost-title span {
    margin-left: 280px;
  }
}
@media (max-width: 769px) {
  .about-cost-title span {
    font-size: 36px;
    margin-left: 210px;
  }
}
@media (max-width: 700px) {
  .about-cost-title span {
    font-size: 30px;
    margin-left: 0;
    text-align: right;
  }
}

.about-cost-list {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 70px;
}
@media (max-width: 1025px) {
  .about-cost-list {
    margin-top: 80px;
  }
}
@media (max-width: 769px) {
  .about-cost-list {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 700px) {
  .about-cost-list {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 35px;
  }
}
.about-cost-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 757px;
}
@media (max-width: 1025px) {
  .about-cost-list ul {
    margin-left: 550px;
  }
}
@media (max-width: 769px) {
  .about-cost-list ul {
    margin-left: 350px;
  }
}
@media (max-width: 700px) {
  .about-cost-list ul {
    margin-left: 0;
    margin: 0 auto;
  }
}
.about-cost-list span {
  font-weight: 400;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .about-cost-list span {
    font-size: 14px;
  }
}
.about-cost-list .button {
  background-color: #ff8084;
  margin-left: 805px;
  margin-top: 60px;
}
@media (max-width: 1025px) {
  .about-cost-list .button {
    margin-left: 600px;
    margin-bottom: 130px;
  }
}
@media (max-width: 769px) {
  .about-cost-list .button {
    margin-top: 50px;
    margin-left: 405px;
    margin-bottom: 50px;
  }
}
@media (max-width: 700px) {
  .about-cost-list .button {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0px;
  }
}

.line-cost {
  height: 97px;
  width: 3px;
  background-color: #343737;
  margin: 0 30px;
}
@media (max-width: 1025px) {
  .line-cost {
    margin: 0 20px;
  }
}
@media (max-width: 769px) {
  .line-cost {
    margin: 0 20px;
  }
}
@media (max-width: 700px) {
  .line-cost {
    width: 2px;
    height: 65px;
    margin: 0 10px;
  }
}

.about-video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 195px;
}
@media (max-width: 1025px) {
  .about-video-wrapper {
    margin-top: 140px;
  }
}
@media (max-width: 769px) {
  .about-video-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .about-video-wrapper {
    margin-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-video-card {
  width: 415px;
  height: 283px;
  position: relative;
}
@media (max-width: 1366px) {
  .about-video-card {
    width: 31%;
  }
}
@media (max-width: 1025px) {
  .about-video-card {
    height: auto;
  }
}
@media (max-width: 769px) {
  .about-video-card {
    height: auto;
  }
}
@media (max-width: 700px) {
  .about-video-card {
    width: 100%;
    margin-left: 15px;
    margin-top: 55px;
    height: auto;
    margin-right: 15px;
  }
}
.about-video-card img {
  width: 100%;
  height: auto;
}

.video-button {
  left: -30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e8e8e8;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
}
@media (max-width: 1366px) {
  .video-button {
    left: -10px;
    bottom: 40px;
    font-size: 12px;
  }
}
@media (max-width: 1025px) {
  .video-button {
    width: 78px;
    height: 78px;
    left: -10px;
    bottom: -35px;
    font-size: 9px;
  }
}
@media (max-width: 769px) {
  .video-button {
    font-size: 8px;
    width: 63px;
    height: 63px;
    left: -10px;
    bottom: -30px;
  }
}
@media (max-width: 700px) {
  .video-button {
    width: 85px;
    height: 85px;
    font-size: 10px;
    left: -10px;
    bottom: -30px;
  }
}
.video-button img {
  width: 22px;
  height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 1025px) {
  .video-button img {
    width: 16px;
    height: 19px;
  }
}
@media (max-width: 769px) {
  .video-button img {
    width: 13px;
    height: 15px;
  }
}
@media (max-width: 700px) {
  .video-button img {
    width: 19px;
    height: 22px;
  }
}

.video-button:hover {
  background-color: #ff8084;
}

.about .mess-button {
  margin-left: 805px;
  margin-top: 60px;
  width: 305px;
}
@media (max-width: 700px) {
  .about .mess-button {
    width: 296px;
    margin: 0 auto;
  }
}
.about .mess-button .social-icons, .about .mess-button label {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 700px) {
  .about .mess-button .social-icons, .about .mess-button label {
    width: 296px;
  }
  .about .mess-button .social-icons #b-button, .about .mess-button label #b-button {
    margin: 0 auto;
  }
}
.about .mess-button .social-icons #b-button, .about .mess-button label #b-button {
  background-color: #ff8084;
}
.about .mess-button .social-icons #b-button:hover, .about .mess-button label #b-button:hover {
  background-color: #343737;
}
@media (max-width: 700px) {
  .about .mess-button .social-icons #b-button:hover, .about .mess-button label #b-button:hover {
    background-color: #ff8084;
  }
}
@media (max-width: 769px) {
  .about .mess-button .social-icons #b-button:hover, .about .mess-button label #b-button:hover {
    background-color: #ff8084;
  }
}
@media (max-width: 1025px) {
  .about .mess-button .social-icons #b-button:hover, .about .mess-button label #b-button:hover {
    background-color: #ff8084;
  }
}
.about .mess-button #check-c:checked ~ label {
  width: 60px;
  left: 82%;
}
@media (max-width: 1025px) {
  .about .mess-button {
    margin-left: 600px;
    margin-bottom: 130px;
  }
}
@media (max-width: 769px) {
  .about .mess-button {
    margin-top: 50px;
    margin-left: 365px;
    margin-bottom: 50px;
  }
}
@media (max-width: 700px) {
  .about .mess-button {
    margin-left: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 0px;
    max-width: 296px;
  }
}

footer {
  background-image: url(../img/footer-back.png);
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 769px) {
  footer {
    background-image: url(../img/footer-tablet.png);
    height: 100px;
  }
}
@media (max-width: 700px) {
  footer {
    background-image: url(../img/footer-mobile.png);
    height: 85px;
  }
}

.footer-wrapper {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 700px) {
  .footer-wrapper {
    height: 85px;
  }
}

.footer-name {
  font-size: 20px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
}
@media (max-width: 700px) {
  .footer-name {
    font-size: 14px;
  }
}
.footer-name span {
  font-weight: 800;
}

.footer-copy {
  color: #fefefe;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  line-height: 1.4;
}
@media (max-width: 700px) {
  .footer-copy {
    font-size: 11px;
  }
}
.footer-copy a {
  text-decoration: underline;
  color: #343737;
}

.footer-social {
  margin-top: 10px;
}
@media (max-width: 700px) {
  .footer-social {
    margin-top: 10px;
  }
  .footer-social .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mess-button {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mess-button span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 74px;
  text-align: center;
}
@media (max-width: 769px) {
  .mess-button span {
    height: 50px;
  }
}
@media (max-width: 700px) {
  .mess-button span {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .mess-button {
    margin-top: 70px;
    margin-bottom: 215px;
  }
}
@media (max-width: 700px) {
  .mess-button {
    margin-top: 30px;
    margin-bottom: 85px;
  }
}

.social-icons, label {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

#check:checked ~ label, #check-c:checked ~ label {
  left: 81%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 700px) {
  #check:checked ~ label, #check-c:checked ~ label {
    left: 83%;
  }
}

.social-icons label {
  z-index: 1;
  -webkit-transition: 0.35s ease-in;
  -o-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

#check, #check-c {
  display: none;
}

.social-icons label #button, .social-icons label #b-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  width: 304px;
  background: #18c8d8;
  border-radius: 50px;
  cursor: pointer;
  width: 304px;
  height: 74px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #18c8d8;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .social-icons label #button, .social-icons label #b-button {
    font-size: 18px;
    width: 200px;
    height: 50px;
  }
}

.social-icons label #button:hover, .social-icons label #b-button:hover {
  background-color: #343737;
}

label #button i, label #b-button i {
  margin: auto;
  font-size: 35px;
  color: #f5f5f5;
  -webkit-transform: rotateZ(0turn);
      -ms-transform: rotate(0turn);
          transform: rotateZ(0turn);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

#check:checked ~ label #button, #check-c:checked ~ label #b-button {
  width: 74px;
  height: 74px;
  background: #ff8084;
}
@media (max-width: 769px) {
  #check:checked ~ label #button, #check-c:checked ~ label #b-button {
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 700px) {
  #check:checked ~ label #button, #check-c:checked ~ label #b-button {
    width: 50px;
    height: 50px;
  }
}

#check:checked ~ label #button i, #check-c:checked ~ label #b-button i {
  -webkit-transform: rotateZ(0.5turn);
      -ms-transform: rotate(0.5turn);
          transform: rotateZ(0.5turn);
  width: 60px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#check:checked ~ label #button i span, #check-c:checked ~ label #b-button i span {
  display: none;
}

#check:checked ~ label #button i:before, #check-c:checked ~ label #b-button i:before {
  content: "";
}

.social-icons .icon-list {
  padding-right: 45px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  border: 3px solid #ff8084;
  border-radius: 50px;
}

#check:checked ~ .icon-list, #check-c:checked ~ .icon-list {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.icon-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 304px;
  height: 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 769px) {
  .icon-list ul {
    width: 304px;
    height: 68px;
  }
}
@media (max-width: 700px) {
  .icon-list ul {
    width: 245px;
    height: 44px;
  }
}

.icon-list ul li a {
  color: #5f5f5f;
  font-size: 30px;
  margin: 0 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .icon-list ul li a {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .icon-list ul li a {
    font-size: 22px;
  }
}

.icon-list ul li a:hover {
  color: #ff8084;
}

.icon-list {
  background: #fff;
  border-radius: 50px;
}

.social-icons label #b-button:hover {
  background-color: #343737;
}

@media (max-width: 700px) {
  .social-icons label #button:hover {
    background-color: #18c8d8;
  }

  .social-icons label #b-button:hover {
    background-color: #ff8084;
  }
}
.menu {
  z-index: 999;
  position: fixed;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 46px;
}
@media (max-width: 700px) {
  .menu {
    font-size: 26px;
  }
}
.menu .share i.fas, .menu .share i.fa, .menu .share i.fab {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #ccc;
}
@media (max-width: 700px) {
  .menu .share i.fas, .menu .share i.fa, .menu .share i.fab {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #ccc;
  }
}
.menu .share.hovershare.bottom .submenu li:nth-child(1) {
  opacity: 1;
  top: 70px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  -webkit-transition-delay: 0.08s;
       -o-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.menu .share.hovershare.bottom .submenu li:nth-child(2) {
  opacity: 1;
  top: 140px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  -webkit-transition-delay: 0.16s;
       -o-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.menu .share.hovershare.bottom .submenu li:nth-child(3) {
  opacity: 1;
  top: 210px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  -webkit-transition-delay: 0.24s;
       -o-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.menu .share.hovershare.bottom .submenu li:nth-child(4) {
  opacity: 1;
  top: 280px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  -webkit-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.menu .share.hovershare.bottom .submenu li:nth-child(5) {
  opacity: 1;
  top: 350px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu .share.hovershare.bottom .submenu li:nth-child(6) {
  opacity: 1;
  top: 420px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  -webkit-transition-delay: 0.48s;
       -o-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.menu .share.hovershare.bottom .submenu li:nth-child(7) {
  opacity: 1;
  top: 490px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  -webkit-transition-delay: 0.56s;
       -o-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.menu .share.hovershare.left .submenu li:nth-child(1) {
  opacity: 1;
  left: -71px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  border-right: 1px dashed #cccccc;
}
.menu .share.hovershare.left .submenu li:nth-child(2) {
  opacity: 1;
  left: -142px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  border-right: 1px dashed #cccccc;
}
.menu .share.hovershare.left .submenu li:nth-child(3) {
  opacity: 1;
  left: -213px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  border-right: 1px dashed #cccccc;
}
.menu .share.hovershare.left .submenu li:nth-child(4) {
  opacity: 1;
  left: -284px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
  border-right: 1px dashed #cccccc;
}
.menu .share.hovershare.left .submenu li:nth-child(5) {
  opacity: 1;
  left: -355px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
  border-right: 1px dashed #cccccc;
}
.menu .share.hovershare.left .submenu li:nth-child(6) {
  opacity: 1;
  left: -426px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
  border-right: 1px dashed #cccccc;
}
.menu .share.hovershare.left .submenu li:nth-child(7) {
  opacity: 1;
  left: -497px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 3.5s;
       -o-transition-delay: 3.5s;
          transition-delay: 3.5s;
  border-right: 1px dashed #cccccc;
}
.menu .share.hovershare.right .submenu li:nth-child(1) {
  opacity: 1;
  left: 70px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 0.08s;
       -o-transition-delay: 0.08s;
          transition-delay: 0.08s;
  border-left: 1px dashed #cccccc;
}
.menu .share.hovershare.right .submenu li:nth-child(2) {
  opacity: 1;
  left: 140px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 0.16s;
       -o-transition-delay: 0.16s;
          transition-delay: 0.16s;
  border-left: 1px dashed #cccccc;
}
.menu .share.hovershare.right .submenu li:nth-child(3) {
  opacity: 1;
  left: 210px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 0.24s;
       -o-transition-delay: 0.24s;
          transition-delay: 0.24s;
  border-left: 1px dashed #cccccc;
}
.menu .share.hovershare.right .submenu li:nth-child(4) {
  opacity: 1;
  left: 280px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
  border-left: 1px dashed #cccccc;
}
.menu .share.hovershare.right .submenu li:nth-child(5) {
  opacity: 1;
  left: 350px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  border-left: 1px dashed #cccccc;
}
.menu .share.hovershare.right .submenu li:nth-child(6) {
  opacity: 1;
  left: 420px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 0.48s;
       -o-transition-delay: 0.48s;
          transition-delay: 0.48s;
  border-left: 1px dashed #cccccc;
}
.menu .share.hovershare.right .submenu li:nth-child(7) {
  opacity: 1;
  left: 490px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 0.56s;
       -o-transition-delay: 0.56s;
          transition-delay: 0.56s;
  border-left: 1px dashed #cccccc;
}
.menu .share.hovershare.top .submenu li:nth-child(1) {
  opacity: 1;
  top: -71px;
  -webkit-transition-delay: 0.08s;
       -o-transition-delay: 0.08s;
          transition-delay: 0.08s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  border: 1px #18c8d8;
}
@media (max-width: 700px) {
  .menu .share.hovershare.top .submenu li:nth-child(1) {
    top: -51px;
  }
}
.menu .share.hovershare.top .submenu li:nth-child(2) {
  opacity: 1;
  top: -142px;
  -webkit-transition-delay: 0.16s;
       -o-transition-delay: 0.16s;
          transition-delay: 0.16s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  border: 1px #18c8d8;
}
@media (max-width: 700px) {
  .menu .share.hovershare.top .submenu li:nth-child(2) {
    top: -102px;
  }
}
.menu .share.hovershare.top .submenu li:nth-child(3) {
  opacity: 1;
  top: -213px;
  -webkit-transition-delay: 0.24s;
       -o-transition-delay: 0.24s;
          transition-delay: 0.24s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  border: 1px #18c8d8;
}
@media (max-width: 700px) {
  .menu .share.hovershare.top .submenu li:nth-child(3) {
    top: -153px;
  }
}
.menu .share.hovershare.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -284px;
  -webkit-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  border: 1px #18c8d8;
}
@media (max-width: 700px) {
  .menu .share.hovershare.top .submenu li:nth-child(4) {
    top: -204px;
  }
}
.menu .share.hovershare.top .submenu li:nth-child(5) {
  opacity: 1;
  top: -355px;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  border: 1px #18c8d8;
}
@media (max-width: 700px) {
  .menu .share.hovershare.top .submenu li:nth-child(5) {
    top: -255px;
  }
}
.menu .share.hovershare.top .submenu li:nth-child(6) {
  opacity: 1;
  top: -426px;
  -webkit-transition-delay: 0.48s;
       -o-transition-delay: 0.48s;
          transition-delay: 0.48s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  border: 1px #18c8d8;
}
@media (max-width: 700px) {
  .menu .share.hovershare.top .submenu li:nth-child(6) {
    top: -306px;
  }
}
.menu .share.hovershare.top .submenu li:nth-child(7) {
  opacity: 1;
  top: -497px;
  -webkit-transition-delay: 0.56s;
       -o-transition-delay: 0.56s;
          transition-delay: 0.56s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  border: 1px #18c8d8;
}
@media (max-width: 700px) {
  .menu .share.hovershare.top .submenu li:nth-child(7) {
    top: -357px;
  }
}
.menu .share i.fa-comment-alt {
  background-color: #18c8d8;
  border: none;
}
.menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu .submenu li {
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.menu .submenu li a {
  color: #212121;
}
.menu .submenu li a:hover i.fa, .menu .submenu li a:hover i.fas, .menu .submenu li a:hover i.fab {
  color: #fff;
}
.menu .submenu li a:hover.telegram i.fab {
  background-color: #0088cc;
}
.menu .submenu li a:hover.viber i.fab {
  background-color: #8f5db7;
}
.menu .submenu li a:hover.whatsapp i.fab {
  background-color: #25d366;
}
.menu .submenu li a:hover.skype i.fab {
  background-color: #00aff0;
}
.menu .submenu li a:hover.facebook i.fab {
  background-color: #3b5998;
}
.menu .submenu li a:hover.instagram i.fab {
  background-color: #f56040;
}
.menu .submenu li:nth-child(1) {
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
}
.menu .submenu li:nth-child(2) {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.menu .submenu li:nth-child(3) {
  -webkit-transform: rotateX(135deg);
          transform: rotateX(135deg);
}
.menu .submenu li:nth-child(4) {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.menu .submenu li:nth-child(5) {
  -webkit-transform: rotateX(225deg);
          transform: rotateX(225deg);
}
.menu .submenu li:nth-child(6) {
  -webkit-transform: rotateX(270deg);
          transform: rotateX(270deg);
}
.menu .submenu li:nth-child(7) {
  -webkit-transform: rotateX(315deg);
          transform: rotateX(315deg);
}
.menu.topLeft {
  top: 10px;
  left: 10px;
}
.menu.topRight {
  top: 10px;
  right: 10px;
}
.menu.bottomLeft {
  bottom: 10px;
  left: 10px;
}
.menu.bottomRight {
  bottom: calc(50% - 220px);
  right: 10px;
}
@media (max-width: 700px) {
  .menu.bottomRight {
    bottom: calc(50% - 175px);
  }
}

.pulse {
  -webkit-animation: radial-pulse 1s infinite;
          animation: radial-pulse 1s infinite;
}

@-webkit-keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
  }
}

@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
  }
}
.webinar {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #343737;
  margin-left: 400px;
}
@media (max-width: 1366px) {
  .webinar {
    font-size: 24px;
  }
}
@media (max-width: 769px) {
  .webinar {
    margin-top: 280px;
    margin-left: 70px;
  }
}
@media (max-width: 700px) {
  .webinar {
    font-size: 18px;
    margin-left: 13px;
    margin-top: 140px;
  }
}
.webinar .webinar-curse {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  margin-left: 70px;
  margin-top: 3px;
}
@media (max-width: 1366px) {
  .webinar .webinar-curse {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .webinar .webinar-curse {
    font-size: 14px;
    margin-left: 10px;
  }
}
.webinar .webinar-link {
  margin-left: 220px;
}
@media (max-width: 700px) {
  .webinar .webinar-link {
    margin-left: 100px;
  }
}
.webinar .webinar-link a {
  color: #18c8d8;
}
.webinar .webinar-link a:hover {
  text-decoration: underline;
}

.pay-button {
  width: 70px;
  height: 70px;
  z-index: 999;
  position: fixed;
  padding: 0;
  margin: 0;
  background: #56d060;
  font-weight: 700;
  color: #343737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  bottom: calc(50% - 305px);
  right: 10px;
  cursor: pointer;
  padding: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pay-button img {
  width: 40px;
  height: auto;
}
@media (max-width: 700px) {
  .pay-button img {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 700px) {
  .pay-button {
    width: 50px;
    height: 50px;
    font-size: 14px;
    bottom: calc(50% - 240px);
  }
}

body {
  font-family: "Montserrat", sans-serif;
  color: #343737;
}

.container {
  max-width: 1400px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1025px) {
  .container {
    max-width: 920px;
  }
}
@media (max-width: 769px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 700px) {
  .container {
    max-width: none;
    padding: 0 15px;
  }
}

.header-second-page {
  background-color: transparent;
  background-image: url();
  position: relative;
  overflow: visible;
}

.header-second-page .header-wrapper {
  position: relative;
}

.header-second-page .header-social {
  display: none;
}

.header-second-page .header-logo-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 1000px;
  height: 124px;
  background-color: #f3f3f3;
  left: -566px;
  bottom: -54px;
  z-index: -1;
}
@media (max-width: 1025px) {
  .header-second-page .header-logo-wrapper:after {
    display: none;
  }
}
@media (max-width: 769px) {
  .header-second-page .header-logo-wrapper:after {
    display: none;
  }
}
@media (max-width: 700px) {
  .header-second-page .header-logo-wrapper:after {
    display: none;
  }
}

.second-page-title {
  color: #f3f3f3;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 40%;
  margin-top: -40px;
  letter-spacing: -2px;
}
@media (max-width: 1025px) {
  .second-page-title {
    text-align: center;
    font-size: 40px;
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 769px) {
  .second-page-title {
    text-align: center;
    font-size: 32px;
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .second-page-title {
    text-align: center;
    font-size: 24px;
    margin-left: 0;
    margin-top: 50px;
  }
}

.second-page-text {
  margin-top: 120px;
  margin-bottom: 50px;
}
@media (max-width: 1025px) {
  .second-page-text {
    margin-top: 50px;
  }
}
@media (max-width: 769px) {
  .second-page-text {
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .second-page-text {
    margin-top: 50px;
  }
}

.h2-second-page {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h3-second-page {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.second-page-text p {
  margin-bottom: 10px;
  font-size: 18px;
}

.second-page-text a {
  color: #18c8d8;
}

.second-page-text a:hover {
  text-decoration: underline;
}

.second-page-span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.political-span {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}

.footer-center {
  margin-right: 80px;
}
@media (max-width: 700px) {
  .footer-center {
    display: none;
  }
}
.footer-center li {
  margin-top: 5px;
}
.footer-center a {
  color: #343737;
}
.footer-center a:hover {
  text-decoration: underline;
}

.footer-center-mobile {
  display: none;
}
@media (max-width: 700px) {
  .footer-center-mobile {
    margin: 20px 0;
    display: block;
    text-align: center;
  }
  .footer-center-mobile li {
    margin-bottom: 5px;
  }
  .footer-center-mobile a {
    color: #343737;
  }
  .footer-center-mobile a:hover {
    text-decoration: underline;
  }
}
