* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*media snip*/

button {
  background: #ee3e54;
  border: 4px solid #ffe038;
  border-radius: 9px;
  padding: 12px 48px;
  font-family: Inter;
  font-style: normal;
  color: #ffffff;
  cursor: pointer;
}

button:hover {
  background: #f3223c;
}

html {
  font-size: 10px;
}

body {
  position: relative;
}

input[type="text"] {
  font-family: Inter;
  line-height: 130%;
  border-radius: 9px;
  background: #ffffff;
  border: none;
}

input[type="text"]::-webkit-input-placeholder {
  color: rgba(53, 83, 172, 0.4);
}

input[type="text"]:-ms-input-placeholder {
  color: rgba(53, 83, 172, 0.4);
}

input[type="text"]::-ms-input-placeholder {
  color: rgba(53, 83, 172, 0.4);
}

input[type="text"]::placeholder {
  color: rgba(53, 83, 172, 0.4);
}

input[type="checkbox"] {
  border: 1px solid #3553ac;
  outline: none;
}

/*colors*/
.phone__navbar {
  background: #3553ac;
  padding: 10px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  height: 100vh;
  position: relative;
}

.phone__navbar .logo {
  position: absolute;
  top: 25px;
  left: 25px;
}

.phone__navbar .close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 25px;
  right: 25px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #ffe038;
}

.phone__navbar .border {
  height: 100%;
  border: 4px solid #ffd214;
  padding: 0 35px 0 35px;
}

@media screen and (max-width: 400px) {
  .phone__navbar .border {
    padding: 0 10px 0 15px;
  }
}

.phone__navbar .border nav {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10%;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.phone__navbar .border nav a {
  color: #ffd214;
  cursor: pointer;
}

.phone__navbar .border nav a:visited {
  color: #ffd214;
}

.phone__navbar .border .socials {
  margin-top: 50px;
  font-size: 1.2rem;
}

.phone__navbar .border .socials div {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone__navbar .border .socials div img {
  margin-right: 16px;
}

.phone__navbar .border .socials div .site {
  margin-left: 3.5px;
  margin-right: 23.5px;
}

.phone__navbar .border .socials p {
  width: 90%;
  padding: 7px 15px;
  background: white;
  border-radius: 9px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 350px) {
  .phone__navbar .border .socials .vano {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1050px) {
  .phone__navbar {
    display: none;
  }
}

.form_popUp {
  font-family: Inter;
  border: 3px solid #3553ac;
  border-radius: 9px;
  padding: 32px 35px;
  width: 556px;
  position: absolute;
  background: white;
  z-index: 150;
  left: calc(50% - 278px);
  top: 150px;
}

.form_popUp h2 {
  font-size: 2em;
  line-height: 130%;
  color: #3553ac;
}

.form_popUp h2 span {
  color: #ee3e54;
}

@media screen and (min-width: 350px) {
  .form_popUp h2 {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 768px) {
  .form_popUp h2 {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 1024px) {
  .form_popUp h2 {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 1440px) {
  .form_popUp h2 {
    font-size: 3.6em;
  }
}

.form_popUp p {
  margin-top: 40px;
  line-height: 150%;
  font-size: 1.4em;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .form_popUp p {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1440px) {
  .form_popUp p {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 1960px) {
  .form_popUp p {
    font-size: 2em;
  }
}

.form_popUp input[type="text"] {
  margin-bottom: 10px;
  height: 45px;
  width: 100%;
  padding: 15px 20px;
  font-size: 1.2em;
  border: 4px solid #ffd214;
}

@media screen and (min-width: 1440px) {
  .form_popUp input[type="text"] {
    font-size: 1.6em;
    height: 70px;
  }
}

.form_popUp input[type="text"]:focus {
  border: 4px solid #f2c814;
}

.form_popUp label {
  color: #3553ac;
  margin-left: 5px;
}

@media screen and (min-width: 1440px) {
  .form_popUp label {
    font-size: 1.6em;
  }
}

.form_popUp .checkbox {
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_popUp button {
  margin-top: 20px;
  width: 100%;
  font-size: 1.8em;
}

@media screen and (min-width: 1440px) {
  .form_popUp button {
    height: 70px;
  }
}

.form_popUp .flex_div {
  width: 100%;
}

.form_popUp .close_form {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
}

.form_succes {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.85);
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat";
}

.form_succes .content {
  padding: 100px 3%;
  background: white;
  border: 4px solid #3553ac;
  position: relative;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .form_succes .content {
    padding: 50px 100px;
  }
}

.form_succes .content .h2_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form_succes .content .h2_div img {
  margin-right: 40px;
}

.form_succes .content h2 {
  font-size: 32px;
  color: #3553ac;
}

.form_succes .content h2 span {
  color: #ee3e54;
}

.form_succes p {
  font-family: "inter";
  font-size: 18px;
  margin-top: 20px;
}

.form_succes .closeSucces {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.site_sec header {
  position: relative;
  z-index: 1;
  padding: 20px;
  height: 600px;
  background: url("../images/mobile_header_back.png");
  background-size: cover;
}

.site_sec header .nav_div {
  z-index: 2;
}

.site_sec header .nav_div .logo_desktop {
  display: none;
  position: absolute;
  top: 25px;
  left: 5%;
}

@media screen and (min-width: 1024px) {
  .site_sec header .nav_div .logo_desktop {
    display: block;
  }
}

.site_sec header .nav_div nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 20%;
}

@media screen and (min-width: 430px) {
  .site_sec header .nav_div nav {
    display: block;
  }
}

.site_sec header .nav_div nav a {
  cursor: pointer;
  color: #3553ac;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8em;
  margin-right: 30px;
}

.site_sec header .nav_div nav a:hover {
  color: #225aff;
}

.site_sec header .nav_div .logo_mobile {
  position: absolute;
  top: 25px;
  left: 25px;
}

@media screen and (min-width: 768px) {
  .site_sec header .nav_div .logo_mobile {
    left: 5%;
  }
}

@media screen and (min-width: 900px) {
  .site_sec header .nav_div .logo_mobile {
    left: 10%;
  }
}

@media screen and (min-width: 1024px) {
  .site_sec header .nav_div .logo_mobile {
    display: none;
  }
}

.site_sec header .nav_div .open_mobile {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 25px;
  right: 25px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #ffe038;
  border: 3px solid #3553ac;
}


@media screen and (min-width: 430px) {
  .site_sec header .nav_div .open_mobile {
    display: none;
  }
}

.site_sec header .nav_div button {
  display: none;
  position: absolute;
  font-size: 2.8em;
  right: 5%;
  top: 25px;
}

@media screen and (min-width: 768px) {
  .site_sec header .nav_div button {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec header .nav_div button {
    font-size: 3.6em;
  }
}

@media screen and (min-width: 768px) {
  .site_sec header {
    background: url("../images/tablet_header_back.png");
    background-size: auto 100%;
    padding-left: 5%;
    height: 728px;
  }
}

@media screen and (min-width: 900px) {
  .site_sec header {
    padding-left: 10%;
    padding-right: 10%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .site_sec header {
    padding-left: 20%;
    padding-right: 20%;
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .site_sec header {
    background: url("../images/desktop_header_back.png");
    background-size: cover;
    height: 1109px;
  }
}

.site_sec header .smooth {
  margin-top: 120px;
}

@media screen and (min-width: 1440px) {
  .site_sec header .smooth {
    margin-top: 240px;
  }
}

.site_sec header .smooth h1 {
  color: #ffd214;
  font-family: "Oswald";
  font-style: normal;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  -webkit-text-stroke: 2px #3553ac;
  max-width: 90%;
  word-wrap: break-word;
  text-align: left;
}

.site_sec header .smooth h2 {
  color: #3553ac;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 30px;
  margin-bottom: 10px;
  word-wrap: break-word;
  text-align: left;
}

@media screen and (min-width: 200px) {
  .site_sec header .smooth h1 {
    font-size: 2.8em;
  }
  .site_sec header .smooth h2 {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 430px) {
  .site_sec header .smooth h1 {
    font-size: 4.7em;
  }
  .site_sec header .smooth h2 {
    font-size: 2.6em;
  }
}

@media screen and (min-width: 768px) {
  .site_sec header .smooth h1 {
    font-size: 6.5em;
  }
  .site_sec header .smooth h2 {
    font-size: 3.2em;
  }
}

@media screen and (min-width: 1024px) {
  .site_sec header .smooth h1 {
    font-size: 7.2em;
  }
  .site_sec header .smooth h2 {
    font-size: 4.3em;
  }
}

.site_sec header .smooth h2 span {
  font-weight: 600;
}

.site_sec header .smooth button {
  margin-top: 30px;
  border: 3px solid #ffe038;
  font-size: 1.8em;
}

@media screen and (min-width: 768px) {
  .site_sec header .smooth button {
    font-size: 2.9em;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec header .smooth button {
    font-size: 3.6em;
  }
}

.site_sec header .advantages {
  position: absolute;
  bottom: -420px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (min-width: 360px) {
  .site_sec header .advantages {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    bottom: -180px;
  }
}

@media screen and (min-width: 768px) {
  .site_sec header .advantages {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    bottom: -10px;
  }
}

.site_sec header .advantages img {
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .site_sec header .advantages img {
    width: 168px;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec header .advantages img {
    width: 262px;
  }
}

.site_sec header .advantages .desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .site_sec header .advantages {
    bottom: -60px;
  }
  .site_sec header .advantages .responsive {
    display: none;
  }
  .site_sec header .advantages .desktop {
    display: block;
  }
}

@media screen and (min-width: 1960px) {
  .site_sec header .advantages img {
    margin-right: 100px;
  }
}

.site_sec .header__cards {
  position: relative;
  z-index: 2;
  padding: 20px;
  font-family: Inter;
  font-weight: 700;
  top: -55px;
}

@media screen and (min-width: 768px) {
  .site_sec .header__cards {
    padding-left: 5%;
    top: -105px;
  }
}

@media screen and (min-width: 900px) {
  .site_sec .header__cards {
    padding-left: 10%;
    padding-right: 10%;
    top: -75px;
  }
}

@media screen and (min-width: 1024px) {
  .site_sec .header__cards {
    padding-left: 20%;
    padding-right: 20%;
  }
}

.site_sec .header__cards .cards__grid {
  display: -ms-grid;
  display: grid;
  grid-row-gap: calc(100vw/10);
  grid-column-gap: 35px;
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 375px) {
  .site_sec .header__cards .cards__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .site_sec .header__cards .cards__grid {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.site_sec .header__cards .cards__grid .card__item {
  background: #3553ac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9px;
  border: 3px solid #ffe038;
  height: 78px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .site_sec .header__cards .cards__grid .card__item {
    height: 90px;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec .header__cards .cards__grid .card__item {
    height: 140px;
  }
}

.site_sec .header__cards .cards__grid .card__item .circle {
  position: absolute;
  top: -35px;
  left: -3px;
  background: #ffe038;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site_sec .header__cards .cards__grid .card__item .circle .mobile {
  height: 85%;
}

@media screen and (min-width: 1440px) {
  .site_sec .header__cards .cards__grid .card__item .circle .mobile {
    display: none;
  }
}

.site_sec .header__cards .cards__grid .card__item .circle .desktop {
  display: none;
  height: 85%;
}

@media screen and (min-width: 1440px) {
  .site_sec .header__cards .cards__grid .card__item .circle .desktop {
    display: block;
  }
}

.site_sec .header__cards .cards__grid .card__item .text {
  color: #ffe038;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .site_sec .header__cards .cards__grid .card__item .text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec .header__cards .cards__grid .card__item .text {
    font-size: 24px;
  }
}

.site_sec main {
  padding: 20px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .site_sec main {
    padding-left: 5%;
  }
}

@media screen and (min-width: 900px) {
  .site_sec main {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (min-width: 1024px) {
  .site_sec main {
    padding-left: 20%;
    padding-right: 20%;
  }
}

.site_sec main .servises {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site_sec main .servises__grid {
  width: 100%;
  -ms-grid-row-align: center;
      align-self: center;
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}

@media screen and (min-width: 768px) {
  .site_sec main .servises__grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 70%;
  }
}

.site_sec main .servises h2 {
  color: #3553ac;
  font-family: Oswald;
  font-style: normal;
  font-weight: 600;
  font-size: 2.4em;
}

@media screen and (min-width: 768px) {
  .site_sec main .servises h2 {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec main .servises h2 {
    font-size: 4.8em;
  }
}

.site_sec main .servises__div {
  color: #3553ac;
  font-family: Inter;
  font-style: normal;
  background: #ffe038;
  border: 3px solid #3553ac;
  border-radius: 9px;
  height: 75px;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .site_sec main .servises__div {
    height: 146px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site_sec main .servises__div p {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec main .servises__div {
    height: 182px;
  }
}

.site_sec main .servises__div h3 {
  font-size: 1.4em;
}

@media screen and (min-width: 350px) {
  .site_sec main .servises__div h3 .mobile_price {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .site_sec main .servises__div h3 {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec main .servises__div h3 {
    font-size: 2em;
  }
}

.site_sec main .servises__div p {
  padding: 2px 5px;
  background: white;
  font-size: 1.6em;
  font-weight: 600;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .site_sec main .servises__div p {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec main .servises__div p {
    font-size: 2em;
  }
}

.site_sec main .servises__img {
  position: absolute;
  width: 100%;
  bottom: -370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .site_sec main .servises__img {
    left: -60%;
    bottom: 0;
  }
}

@media screen and (min-width: 1960px) {
  .site_sec main .servises__img {
    left: -60%;
    bottom: -270px;
  }
}

.site_sec main .servises__img .img_mobile {
  display: block;
}

@media screen and (min-width: 1440px) {
  .site_sec main .servises__img .img_mobile {
    display: none;
  }
}

.site_sec main .servises__img .img_desktop {
  display: none;
}

@media screen and (min-width: 1440px) {
  .site_sec main .servises__img .img_desktop {
    display: block;
    width: 40%;
    -webkit-transform: translateY(115px);
            transform: translateY(115px);
  }
}

@media screen and (min-width: 1960px) {
  .site_sec main .servises__img .img_desktop {
    display: block;
    width: 30%;
    -webkit-transform: translateY(-145px);
            transform: translateY(-145px);
  }
}

.site_sec main .description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  align-items: center;
  font-size: 1.4em;
}

@media screen and (max-width: 1023px) {
  .site_sec main .description {
    margin-top: 380px;
  }
}

@media screen and (max-width: 768px) {
  .site_sec main .description {
    margin-top: 410px;
  }
}

.site_sec main .description p {
  width: 70%;
  text-align: center;
}

.site_sec main .consulting {
  font-family: Inter;
  margin-top: 50px;
  background: #ffe038;
  border: 3px solid #3553ac;
  border-radius: 9px;
  padding: 20px 30px;
}

@media screen and (min-width: 768px) {
  .site_sec main .consulting {
    padding: 32px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .site_sec main .consulting .left {
    margin-right: 60px;
  }
}

.site_sec main .consulting h2 {
  font-size: 2em;
  line-height: 130%;
  color: #3553ac;
}

.site_sec main .consulting h2 span {
  color: #ee3e54;
}

@media screen and (min-width: 350px) {
  .site_sec main .consulting h2 {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 768px) {
  .site_sec main .consulting h2 {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 1024px) {
  .site_sec main .consulting h2 {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec main .consulting h2 {
    font-size: 3.6em;
  }
}

.site_sec main .consulting p {
  margin-top: 40px;
  line-height: 150%;
  font-size: 1.4em;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .site_sec main .consulting p {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1440px) {
  .site_sec main .consulting p {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 1960px) {
  .site_sec main .consulting p {
    font-size: 2em;
  }
}

.site_sec main .consulting input[type="text"] {
  margin-bottom: 10px;
  height: 45px;
  width: 100%;
  padding: 15px 20px;
  font-size: 1.2em;
}

@media screen and (min-width: 1440px) {
  .site_sec main .consulting input[type="text"] {
    font-size: 1.6em;
    height: 70px;
  }
}

.site_sec main .consulting label {
  color: #3553ac;
  margin-left: 5px;
}

@media screen and (min-width: 1440px) {
  .site_sec main .consulting label {
    font-size: 1.6em;
  }
}

.site_sec main .consulting .checkbox {
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site_sec main .consulting button {
  margin-top: 20px;
  width: 100%;
  font-size: 1.8em;
}

@media screen and (min-width: 1440px) {
  .site_sec main .consulting button {
    height: 70px;
  }
}

.site_sec main .consulting .flex_div {
  width: 100%;
}

.site_sec main .consulting_mobile {
  text-align: center;
  margin-top: 42px;
}

@media screen and (min-width: 768px) {
  .site_sec main .consulting_mobile {
    display: none;
  }
}

.site_sec main .contacts {
  position: relative;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site_sec main .contacts h2 {
  color: #3553ac;
  font-family: Oswald;
  font-style: normal;
  font-size: 2.4em;
}

.site_sec main .contacts .contacts__block {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 40px;
  background: #ffe038;
  border: 4px solid #3553ac;
  border-radius: 9px;
  padding: 22px 37px 37px 37px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .site_sec main .contacts .contacts__block {
    width: 70%;
  }
}

.site_sec main .contacts .contacts__block .socials {
  font-size: 1.2rem;
  font-family: Inter;
}

.site_sec main .contacts .contacts__block .socials div {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site_sec main .contacts .contacts__block .socials div img {
  margin-right: 16px;
}

.site_sec main .contacts .contacts__block .socials div .site {
  margin-left: 3.5px;
  margin-right: 23.5px;
}

.site_sec main .contacts .contacts__block .socials p {
  width: 100%;
  padding: 7px 0 7px 15px;
  background: white;
  border-radius: 9px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 350px) {
  .site_sec main .contacts .contacts__block .socials .vano {
    font-size: 0.7rem;
  }
}

.site_sec main .contacts .contacts__block .socials button {
  width: 100%;
}

.site_sec main .contacts .bg_image {
  display: none;
  width: 270px;
  position: absolute;
  left: -180px;
  top: 50px;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .site_sec main .contacts .bg_image {
    display: block;
  }
}

.site_sec main .authors {
  margin-right: 40px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Montserrat;
}

.site_sec main .authors a {
  margin-left: 1000px;
  text-decoration: underline;
  font-size: 0.8em;
  cursor: pointer;
}

.site_sec main .hashtags {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4em;
  margin-top: 50px;
}

.popUp_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.85;
  z-index: 100;
  height: 100%;
  width: 100%;
}

.bodyOverflow {
  height: 100vh;
  overflow: hidden;
}

.disabled_button {
  background: grey;
  cursor: auto;
}

.disabled_button:hover {
  background: grey;
}

.passive_sec {
  display: none;
}
/*# sourceMappingURL=style.css.map */