* {
  padding: 0px;
  margin: 0px;
  border: none; }

body {
  padding: 0px;
  margin: 0px;
  border: none;
  background-color: white;
  background: #ffffff;
  scroll-behavior: smooth; }

*,
*::before,
*::after {
  box-sizing: border-box; }

:focus,
:active {
  outline: none; }

a:focus,
a:active {
  /* outline: none;*/ }

/* Links */
a, a:link, a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */ }

a:hover {
  /* color: inherit; */
  text-decoration: none; }

/* Common */
aside, nav, footer, header, section, main {
  display: block; }

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit; }

ul, ul li {
  list-style: none; }

img {
  vertical-align: top; }

img, svg {
  max-width: 100%;
  height: auto; }

address {
  font-style: normal; }

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent; }

input::-ms-clear {
  display: none; }

button, input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer; }

input:focus, input:active,
button:focus, button:active {
  outline: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

label {
  cursor: pointer; }

legend {
  display: block; }

.container {
  width: 1160px;
  margin: 0 auto;
  height: 100%; }
  @media screen and (max-width: 1160px) {
    .container {
      width: 768px; } }
  @media screen and (max-width: 768px) {
    .container {
      width: 100%;
      padding: 0px 15px; } }

.popup_button {
  color: white;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 23px;
  background: #FF803D;
  border-radius: 60px;
  padding: 25px 45px;
  width: fit-content;
  display: flex;
  height: fit-content;
  cursor: pointer;
  position: relative;
  z-index: 3; }

.alltitle {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 70px;
  /* identical to box height, or 194% */
  text-transform: uppercase;
  position: relative;
  color: #000000;
  padding-top: 15px; }
  .alltitle:before {
    content: " ";
    height: 5px;
    width: 100px;
    position: relative;
    background-color: #FF803D;
    top: -15px;
    display: block; }
  .alltitle span {
    color: #FF803D; }

.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  color: #000000;
  opacity: 0.8;
  padding: 40px 0px 60px 0px;
  max-width: 90%;
  z-index: 2;
  position: relative; }
  @media screen and (max-width: 1160px) {
    .subtitle {
      font-size: 16px;
      width: 400px; } }
  @media screen and (max-width: 768px) {
    .subtitle {
      font-size: 14px;
      align-self: flex-start;
      display: flex; } }

@media screen and (max-width: 768px) {
  #cheaper .subtitle {
    display: block; } }

body {
  padding-top: 100px;
  position: relative; }
  @media screen and (max-width: 768px) {
    body {
      padding-top: 55px; } }

.header {
  height: 100px;
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4;
  -webkit-backface-visibility: hidden;
  /*filter: drop-shadow(-11px -4px 9px black);*/
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 768px) {
    .header {
      height: 55px; } }
  @media screen and (max-width: 500px) {
    .header {
      position: fixed;
      top: 0px;
      left: 0px; } }
  .header .container {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .header .container {
        justify-content: space-around;
        width: 100%; } }
  .header .logo {
    height: 85%;
    width: 32px;
    display: flex; }
  .header .menu {
    display: flex;
    flex: 1 0; }
    @media screen and (max-width: 768px) {
      .header .menu {
        display: none; } }
    .header .menu a {
      margin-left: 35px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 12px;
      line-height: 23px;
      color: #000000; }
      @media screen and (max-width: 1160px) {
        .header .menu a {
          font-size: 11px;
          min-width: max-content;
          margin-left: 20px; } }
  .header .social {
    display: flex; }
    .header .social a {
      height: 25px;
      width: 25px;
      margin-left: 20px; }
      @media screen and (max-width: 1160px) {
        .header .social a {
          margin-left: 10px; } }
    .header .social a:hover {
      opacity: 0.5; }
  .header .lang {
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    margin: 0px 20px; }
    @media screen and (max-width: 1160px) {
      .header .lang {
        margin: 0px 5px; } }
    .header .lang li {
      list-style: none; }
    .header .lang li:first-child:after {
      content: "/"; }
    .header .lang a {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 23px;
      color: #000000;
      opacity: 0.5;
      text-transform: uppercase; }
    .header .lang a:hover {
      opacity: 1; }
    .header .lang .current-lang a {
      opacity: 1; }
  .header .contact {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 21px; }
    @media screen and (max-width: 1160px) {
      .header .contact {
        margin-left: 15px; } }
    @media screen and (max-width: 768px) {
      .header .contact {
        display: none; } }
    .header .contact img {
      position: absolute;
      height: 14px;
      width: 14px;
      left: -21px;
      top: 3px; }
    .header .contact .phone {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 23px;
      color: #000000;
      display: flex; }
      @media screen and (max-width: 1160px) {
        .header .contact .phone {
          font-size: 12px;
          min-width: max-content; } }

.first-block .dtbackground-img {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  @media screen and (max-width: 768px) {
    .first-block .dtbackground-img {
      display: none; } }
.first-block .bgbackground-img {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none; }
  @media screen and (max-width: 768px) {
    .first-block .bgbackground-img {
      display: block; } }
@media screen and (min-width: 300px) {
  .first-block {
    background-color: transparent;
    /*background-image: url('http://akademiauspeha.pp.ua/wp-content/themes/studdopomoga/img/section1_bg_v2.jpg');*/
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 150px;
    /*    background-repeat: no-repeat;*/
    background-attachment: fixed; } }
@media screen and (max-width: 768px) {
  .first-block {
    height: auto;
    padding-top: 70px; } }
@media screen and (max-width: 768px) {
  .first-block .container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center; } }
.first-block .woman {
  position: absolute;
  right: 0px;
  height: 725px;
  top: 25px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .first-block .woman {
      position: relative;
      height: auto; } }
.first-block .title {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  z-index: 2;
  position: relative;
  text-transform: uppercase; }
  @media screen and (max-width: 1160px) {
    .first-block .title {
      font-size: 30px;
      line-height: 50px; } }
  @media screen and (max-width: 768px) {
    .first-block .title {
      font-size: 30px;
      line-height: 50px; } }
  .first-block .title span {
    color: #FF803D; }
.first-block .points {
  display: flex;
  margin-top: 115px;
  justify-content: space-between;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 1160px) {
    .first-block .points {
      margin-top: 0px;
      flex-wrap: wrap;
      justify-content: space-around; } }
  @media screen and (max-width: 768px) {
    .first-block .points {
      margin-top: 0px;
      flex-wrap: wrap;
      justify-content: space-around; } }
  .first-block .points .point {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    max-width: 260px;
    padding: 20px;
    padding-bottom: 40px;
    margin: 20px; }
    @media screen and (max-width: 1160px) {
      .first-block .points .point {
        max-width: 47%;
        margin: 10px; } }
    @media screen and (max-width: 768px) {
      .first-block .points .point {
        margin-top: 0px;
        margin-bottom: 50px;
        max-width: 70%; } }
  .first-block .points .icon {
    width: 95px;
    height: 95px; }
  .first-block .points .title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    color: #000000; }
    @media screen and (max-width: 1160px) {
      .first-block .points .title {
        font-size: 20px; } }
  .first-block .points .text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    /* or 130% */
    text-align: center;
    color: #000000;
    opacity: 0.8; }

#to-know {
  margin-top: 120px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    #to-know {
      background-color: #FFF; } }
  @media screen and (max-width: 500px) {
    #to-know {
      margin-top: 60px; } }
  @media screen and (max-width: 500px) {
    #to-know .alltitle {
      font-size: 30px;
      line-height: 45px; } }
  #to-know .container {
    /*      margin-top: 15px;*/ }
    @media screen and (max-width: 768px) {
      #to-know .container {
        /*    margin-top: 100px;*/ } }
  #to-know .numbers {
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1160px) {
      #to-know .numbers {
        margin-top: 60px;
        justify-content: center; } }
    @media screen and (max-width: 500px) {
      #to-know .numbers {
        justify-content: left; } }
    #to-know .numbers .number {
      display: flex;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      color: #000000;
      margin-bottom: 90px;
      align-items: center; }
      @media screen and (max-width: 1160px) {
        #to-know .numbers .number {
          width: 100%;
          justify-content: center;
          margin-left: 0px !important; } }
      @media screen and (max-width: 500px) {
        #to-know .numbers .number {
          /*               width: auto;*/
          justify-content: left;
          margin-bottom: 25px; } }
      #to-know .numbers .number p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #000000;
        opacity: 0.7; }
      #to-know .numbers .number .big {
        height: 100%;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 96px;
        line-height: 50px;
        text-transform: uppercase;
        margin-right: 15px;
        opacity: 1; }
        @media screen and (max-width: 768px) {
          #to-know .numbers .number .big {
            font-size: 56px; } }
        @media screen and (max-width: 500px) {
          #to-know .numbers .number .big {
            font-size: 40px; }
            #to-know .numbers .number .big:nth-child(2) {
              font-size: 27px !important; } }

#uslugi {
  scroll-padding-top: 55px;
  padding-top: 120px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    #uslugi {
      background: #ffffff;
      position: relative;
      z-index: 1; } }
  #uslugi .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #uslugi .block-grid {
    margin-bottom: 50px; }
  #uslugi .block {
    padding-top: 75px;
    display: flex;
    filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.09));
    border-radius: 15px;
    height: 340px;
    width: 560px;
    background-image: url("../img/usluga1.jpg");
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 1160px) {
      #uslugi .block {
        width: 48%;
        padding-top: 0px; } }
    @media screen and (max-width: 768px) {
      #uslugi .block {
        width: 98%; } }
  #uslugi .block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    border-radius: 15px; }
  #uslugi .block_inner {
    display: flex;
    z-index: 3;
    flex-direction: column; }
  #uslugi .center_text {
    display: flex;
    position: relative;
    z-index: 3;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
    justify-content: center; }
  #uslugi .text-block {
    display: flex;
    flex-direction: row;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    align-items: center; }
    @media screen and (max-width: 1160px) {
      #uslugi .text-block {
        flex-direction: column; } }
  #uslugi .link_button {
    padding: 12px 35px;
    margin-right: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    text-align: center;
    color: #FFFFFF;
    width: fit-content;
    display: flex;
    height: fit-content;
    cursor: pointer;
    position: relative;
    z-index: 3;
    background: #FF803D;
    border-radius: 60px; }
    @media screen and (max-width: 1160px) {
      #uslugi .link_button {
        margin-right: 0px;
        margin-bottom: 15px; } }
  #uslugi .container.other {
    justify-content: center; }
    #uslugi .container.other .popup_button {
      padding: 23px 42px;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      line-height: 23px;
      /* identical to box height, or 107% */
      text-align: center;
      color: #F9FCFD; }

#price-points {
  padding-top: 120px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    #price-points {
      background-color: #FFF;
      z-index: 1;
      position: relative; } }
  #price-points .price-points-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px; }
    @media screen and (max-width: 1160px) {
      #price-points .price-points-grid {
        justify-content: space-around; } }
    #price-points .price-points-grid .block {
      display: flex;
      box-sizing: border-box;
      width: 30%;
      flex-direction: column;
      text-align: left;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        #price-points .price-points-grid .block {
          width: 48%; } }
      @media screen and (max-width: 500px) {
        #price-points .price-points-grid .block {
          width: 100%; } }
      #price-points .price-points-grid .block .icon {
        display: flex;
        margin-bottom: 15px; }
        #price-points .price-points-grid .block .icon img {
          height: 65px;
          width: 63px; }
      #price-points .price-points-grid .block .title {
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        /*            font-weight: 700;*/
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        color: #000000;
        opacity: 0.8; }
      #price-points .price-points-grid .block .text {
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        opacity: 0.8; }

#price-block {
  position: relative;
  margin-top: 120px;
  /*    padding-top: 55px;*/
  background-color: #FCFCFC; }
  @media screen and (max-width: 500px) {
    #price-block {
      margin-top: 60px; } }
  @media screen and (max-width: 768px) {
    #price-block .alltitle {
      font-size: 30px;
      line-height: 45px; } }
  #price-block .switcher-wraper {
    margin-bottom: 50px;
    /*    padding-top: 55px;*/
    background-color: white; }
    #price-block .switcher-wraper .content {
      width: 100%;
      display: flex;
      padding: 0px 50px;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #price-block .switcher-wraper .content {
          flex-wrap: wrap;
          padding: 0px;
          justify-content: space-around; } }
      @media screen and (max-width: 500px) {
        #price-block .switcher-wraper .content {
          justify-content: center; } }
      #price-block .switcher-wraper .content .block {
        display: flex;
        padding: 60px 15px;
        justify-content: center;
        flex-direction: column;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #price-block .switcher-wraper .content .block {
            padding: 40px 15px; } }
        @media screen and (max-width: 500px) {
          #price-block .switcher-wraper .content .block {
            padding: 20px 15px; } }
        #price-block .switcher-wraper .content .block .icon {
          display: flex;
          justify-content: center;
          margin-bottom: 20px;
          text-align: center;
          min-height: 50px; }
        #price-block .switcher-wraper .content .block .text {
          display: flex;
          text-align: center;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 23px;
          text-align: center;
          color: #4F4F4F; }
    #price-block .switcher-wraper .tab2 {
      display: none; }
  #price-block .switcher {
    height: 100px;
    border-radius: 15px 15px 15px 15px;
    display: flex; }
    #price-block .switcher .switcher-button {
      display: flex;
      background-color: white;
      width: 50%;
      flex-direction: column;
      padding: 20px 0px;
      cursor: pointer;
      border-bottom: solid 1px #DCDCDC; }
      #price-block .switcher .switcher-button:first-child {
        border-radius: 15px 0px 0px 0px; }
      #price-block .switcher .switcher-button:last-child {
        border-radius: 0px 15px 0px 0px; }
      #price-block .switcher .switcher-button .title {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 23px;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #price-block .switcher .switcher-button .title {
            font-size: 20px; } }
        @media screen and (max-width: 500px) {
          #price-block .switcher .switcher-button .title {
            font-size: 14px; } }
        #price-block .switcher .switcher-button .title span {
          color: #FF803D;
          font-weight: 700; }
      #price-block .switcher .switcher-button .text {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        text-align: center;
        color: #000000;
        opacity: 0.8; }
        @media screen and (max-width: 500px) {
          #price-block .switcher .switcher-button .text {
            font-size: 12px; } }
      #price-block .switcher .switcher-button.active, #price-block .switcher .switcher-button:hover {
        background-color: #FF803D;
        border-bottom: none; }
        #price-block .switcher .switcher-button.active .text, #price-block .switcher .switcher-button:hover .text {
          color: white; }
        #price-block .switcher .switcher-button.active .title, #price-block .switcher .switcher-button:hover .title {
          color: white; }
          #price-block .switcher .switcher-button.active .title span, #price-block .switcher .switcher-button:hover .title span {
            color: white; }
  #price-block .know-price {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 4px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 25px;
    align-items: center;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 768px) {
      #price-block .know-price {
        flex-direction: column; } }
    #price-block .know-price .block {
      display: flex;
      flex-direction: column; }
      #price-block .know-price .block .title {
        font-family: 'PT Serif';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 70px;
        text-transform: uppercase;
        color: #000000; }
        @media screen and (max-width: 1160px) {
          #price-block .know-price .block .title {
            font-size: 20px;
            line-height: 30px; } }
      #price-block .know-price .block .text {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        /* identical to box height, or 27px */
        color: #000000;
        opacity: 0.7; }
    #price-block .know-price .popup_button {
      padding: 13px 50px;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 23px;
      /* identical to box height, or 130% */
      text-align: center;
      color: #F9FCFD; }
      @media screen and (max-width: 768px) {
        #price-block .know-price .popup_button {
          margin-top: 15px; } }
  #price-block .orange-strip, #price-block:after {
    content: "";
    position: absolute;
    background-color: #FF803D;
    height: 80px;
    width: 100%;
    display: flex;
    left: 0px;
    bottom: 0px;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    #price-block .subtitle {
      padding: 20px 0px 40px 0px; } }

#subjects {
  width: 100%;
  background-color: #FF803D;
  padding-top: 120px; }
  @media screen and (max-width: 500px) {
    #subjects {
      padding-top: 60px; } }
  #subjects .alltitle {
    color: black;
    margin-bottom: 45px; }
    @media screen and (max-width: 768px) {
      #subjects .alltitle {
        font-size: 30px;
        line-height: 45px; } }
    #subjects .alltitle:before {
      background-color: white; }
    #subjects .alltitle span {
      color: white; }
  #subjects .slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    /*        &:before
                {
                content: url(../img/icons/left-arrow.png);
                position: absolute;
                left:-40px;
                top:60px;
            }*/
    /*           &:after
                
                {
                   content: url(../img/icons/right-arrow.png);
                    position: absolute;
               right:-40px;
                top:60px;
               }*/ }
    #subjects .slider .slick-prev {
      background-image: url(../img/icons/left-arrow.png);
      position: absolute;
      left: 0px;
      top: 35%;
      font-size: 0px;
      height: 20px;
      width: 11px;
      cursor: pointer;
      z-index: 2; }
    #subjects .slider .slick-next {
      background-image: url(../img/icons/right-arrow.png);
      position: absolute;
      right: 0px;
      top: 35%;
      font-size: 0px;
      height: 20px;
      width: 11px;
      cursor: pointer; }
    @media screen and (max-width: 1160px) {
      #subjects .slider {
        justify-content: space-around; }
        #subjects .slider:before {
          left: 0px; }
        #subjects .slider:after {
          right: 0px; } }
    @media screen and (max-width: 768px) {
      #subjects .slider {
        justify-content: space-evenly; }
        #subjects .slider:before {
          left: 0px; }
        #subjects .slider:after {
          right: 0px; } }
    #subjects .slider .block {
      display: flex;
      box-sizing: border-box;
      flex-direction: column;
      margin-bottom: 40px;
      text-align: center;
      justify-content: center; }
      @media screen and (max-width: 1160px) {
        #subjects .slider .block:nth-child(3), #subjects .slider .block:nth-child(4) {
          display: none; } }
      @media screen and (max-width: 570px) {
        #subjects .slider .block:nth-child(2), #subjects .slider .block:nth-child(3), #subjects .slider .block:nth-child(4) {
          display: none; } }
      #subjects .slider .block .icon {
        /*               display: flex;*/
        margin-bottom: 15px;
        justify-content: center; }
      #subjects .slider .block .title {
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        text-transform: uppercase;
        color: white;
        opacity: 0.8;
        text-align: center;
        justify-content: center; }
      #subjects .slider .block .text {
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        opacity: 0.8; }

#zakaz {
  margin-top: 120px;
  background: #ffffff; }
  @media screen and (max-width: 500px) {
    #zakaz {
      margin-top: 60px; } }
  @media screen and (max-width: 768px) {
    #zakaz .alltitle {
      font-size: 30px;
      line-height: 40px; } }
  #zakaz .price-points-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px; }
    #zakaz .price-points-grid .block:last-child {
      margin-bottom: 0px; }
    #zakaz .price-points-grid .block {
      display: flex;
      box-sizing: border-box;
      width: 25%;
      flex-direction: column;
      text-align: left;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        #zakaz .price-points-grid .block {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        #zakaz .price-points-grid .block {
          width: 100%; } }
      #zakaz .price-points-grid .block .icon {
        display: flex;
        margin-bottom: 15px; }
        #zakaz .price-points-grid .block .icon img {
          height: 65px;
          width: 63px; }
      #zakaz .price-points-grid .block .title {
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        color: #000000;
        opacity: 0.8; }
      #zakaz .price-points-grid .block .text {
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        opacity: 0.8; }

#guarantee {
  position: relative;
  min-height: 600px;
  margin-top: 120px; }
  @media screen and (max-width: 500px) {
    #guarantee {
      margin-top: 60px; } }
  #guarantee .text-block {
    border-left: solid 2px #272727;
    padding-left: 45px;
    margin-left: 90px;
    margin-top: 50px;
    width: 40%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000; }
    @media screen and (max-width: 1160px) {
      #guarantee .text-block {
        margin-left: 0px;
        padding-left: 30px; } }
    @media screen and (max-width: 768px) {
      #guarantee .text-block {
        padding-left: 45px;
        margin-left: 45px;
        width: 80%; } }
    @media screen and (max-width: 500px) {
      #guarantee .text-block {
        border-left: none;
        width: 100%;
        padding-left: 0px;
        margin-left: 0px; } }
  #guarantee .img-block {
    position: absolute;
    right: 0px;
    top: 0px; }
    @media screen and (max-width: 768px) {
      #guarantee .img-block {
        position: relative;
        display: flex;
        justify-content: center; } }

.footer {
  margin-top: 120px;
  width: 100%;
  background-color: #454545;
  height: 200px;
  padding: 45px 0px; }
  @media screen and (max-width: 768px) {
    .footer {
      margin-top: 60px;
      height: auto; } }
  .footer .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 180%;
    color: #FFFFFF; }
  .footer .nav .text {
    display: flex;
    flex-wrap: wrap;
    flex: 0 200px;
    justify-content: space-between;
    max-width: 265px;
    align-content: flex-start; }
    @media screen and (max-width: 768px) {
      .footer .nav .text {
        flex: 0; } }
  .footer .text {
    padding-top: 15px;
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*line-height: 180%;*/
    color: #FFFFFF;
    opacity: 0.8;
    padding-bottom: 25px; }
    .footer .text a {
      display: flex;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      /*line-height: 180%;*/
      cursor: pointer;
      color: #FFFFFF;
      opacity: 0.8;
      padding-bottom: 25px; }
  .footer .container {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 768px) {
      .footer .container {
        flex-wrap: wrap; } }
  .footer .logo {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .footer .logo {
        width: 100%;
        justify-content: center;
        margin-bottom: 30px; } }
    .footer .logo img {
      height: 78px;
      width: 32px;
      filter: invert(100%) sepia(6%) saturate(22%) hue-rotate(140deg) brightness(106%) contrast(105%); }
  .footer .nav, .footer .contacts, .footer .questions {
    display: flex;
    flex-direction: column;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .footer .nav, .footer .contacts, .footer .questions {
        width: 100%;
        align-items: center; } }
  .footer .contacts .text {
    display: flex;
    flex-direction: column; }
    .footer .contacts .text a {
      display: flex; }
  .footer .social a {
    position: relative;
    margin-right: 10px; }
    .footer .social a img {
      height: 25px;
      width: 25px;
      z-index: 2;
      position: relative; }
    @media screen and (max-width: 1160px) {
      .footer .social a {
        margin-right: 5px; } }
  .footer .social a:hover {
    opacity: 0.5; }
  .footer .social a:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    top: 1px;
    left: 1px;
    background-color: white;
    z-index: 1; }

.buy-now {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 4px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
  align-items: center;
  position: relative;
  z-index: 3;
  /* margin: 60px 0px;*/ }
  .buy-now .alltitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000000; }
    @media screen and (max-width: 500px) {
      .buy-now .alltitle {
        font-size: 20px;
        line-height: 30px; } }
    .buy-now .alltitle:before {
      content: none; }
  .buy-now .subtitle {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 30px;
    padding: 0px; }
  .buy-now .popup_button {
    padding: 13px 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height, or 130% */
    text-align: center;
    color: #F9FCFD; }

#answers {
  display: flex;
  background-color: #FCFCFC;
  /*   padding-top: 150px;
     padding-bottom: 60px;*/
  margin: 120px 0px;
  position: relative; }
  @media screen and (max-width: 500px) {
    #answers {
      margin: 60px 0px; } }
  @media screen and (max-width: 500px) {
    #answers .alltitle {
      font-size: 30px;
      line-height: 45px; } }
  #answers .container {
    /*        position: relative; */ }
  #answers .reddots {
    position: absolute;
    right: 70px;
    top: 70px; }
  #answers .answers-grid {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    flex-wrap: wrap; }
    @media screen and (max-width: 500px) {
      #answers .answers-grid {
        margin-top: 40px; } }
    #answers .answers-grid .answer-block {
      display: flex;
      border-top: solid 1px #FF803D;
      width: 48%;
      flex-direction: column; }
      @media screen and (max-width: 500px) {
        #answers .answers-grid .answer-block {
          width: 100%; } }
      #answers .answers-grid .answer-block .title-wrap {
        cursor: pointer;
        display: flex;
        width: 100%; }
        #answers .answers-grid .answer-block .title-wrap .title {
          padding: 20px 0px;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 700;
          font-size: 18px;
          line-height: 26px;
          color: #000000;
          display: flex;
          flex: 1 1; }
          @media screen and (max-width: 768px) {
            #answers .answers-grid .answer-block .title-wrap .title {
              padding: 10px 0px; } }
          @media screen and (max-width: 500px) {
            #answers .answers-grid .answer-block .title-wrap .title {
              padding: 10px 0px; } }
        #answers .answers-grid .answer-block .title-wrap .close_img {
          display: none; }
      #answers .answers-grid .answer-block .text {
        /*         display: none;*/
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        color: #000000;
        opacity: 0.8;
        padding-bottom: 20px;
        display: none; }

#result {
  /*       margin-bottom: 15px;*/
  margin-top: 120px; }
  @media screen and (max-width: 500px) {
    #result {
      margin-top: 60px; } }
  #result .container {
    display: flex;
    flex-direction: column; }
    #result .container .alltitle {
      margin-bottom: 80px;
      /*       margin-top: 80px;*/ }
      @media screen and (max-width: 500px) {
        #result .container .alltitle {
          margin-bottom: 30px;
          font-size: 30px;
          line-height: 45px; } }
  #result .row {
    display: flex;
    /*  width: 100%;*/
    flex-direction: row; }
    @media screen and (max-width: 500px) {
      #result .row {
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    #result .row:last-child {
      margin-left: 35%; }
      @media screen and (max-width: 1160px) {
        #result .row:last-child {
          margin-left: 0px;
          margin-top: 15px; } }
    #result .row .slider-wrapper {
      display: flex;
      flex-direction: column;
      max-width: 400px;
      /*    max-height: 500px;*/
      position: relative; }
      @media screen and (max-width: 768px) {
        #result .row .slider-wrapper {
          max-width: 40%;
          max-height: auto; } }
      @media screen and (max-width: 500px) {
        #result .row .slider-wrapper {
          width: 100%;
          max-width: 100%;
          margin-bottom: 30px; } }
      @media screen and (max-width: 500px) {
        #result .row .slider-wrapper .slider {
          display: flex;
          justify-content: center; } }
      #result .row .slider-wrapper .controls {
        display: flex;
        margin-top: 20px;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #result .row .slider-wrapper .controls {
            display: flex;
            margin-top: 0px;
            justify-content: space-between;
            position: absolute;
            top: 50%;
            width: 100%;
            padding: 0px 15px; } }
        @media screen and (max-width: 500px) {
          #result .row .slider-wrapper .controls {
            display: flex;
            margin-top: 0px;
            justify-content: space-between;
            position: absolute;
            top: 50%;
            width: 100%;
            padding: 0px 15px; } }
        #result .row .slider-wrapper .controls .slick-prev {
          background-image: url(https://studdopomoga.com.ua/wp-content/themes/studdopomoga/img/icons/yellow_smal_left_icon.svg);
          position: relative;
          /* right: 0px; */
          /* top: 60px; */
          font-size: 0px;
          height: 29px;
          width: 29px;
          cursor: pointer;
          margin-right: 12px;
          background-size: contain; }
        #result .row .slider-wrapper .controls .slick-next {
          background-image: url(https://studdopomoga.com.ua/wp-content/themes/studdopomoga/img/icons/yellow_smal_right_icon.svg);
          position: relative;
          /* right: 0px; */
          /* top: 60px; */
          font-size: 0px;
          height: 29px;
          width: 29px;
          cursor: pointer;
          margin-right: 12px;
          background-size: contain; }
    #result .row .content {
      margin-left: 90px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (max-width: 500px) {
        #result .row .content {
          margin: 20px auto; } }
      #result .row .content .number {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 100px;
        line-height: 70px;
        letter-spacing: -0.01em;
        color: #101010;
        margin-bottom: 30px; }
        @media screen and (max-width: 600px) {
          #result .row .content .number {
            font-size: 80px; } }
      #result .row .content .text {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 25px;
        letter-spacing: -0.01em;
        color: #000000; }
        @media screen and (max-width: 780px) {
          #result .row .content .text {
            font-size: 20px; } }

#cheaper {
  background-image: url("../img/zakaz_bg.jpg");
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center; }
  @media screen and (max-width: 768px) {
    #cheaper {
      background-image: url("../img/zakaz-mobile.jpg"); } }
  @media screen and (max-width: 500px) {
    #cheaper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  #cheaper .alltitle {
    color: white; }
    @media screen and (max-width: 768px) {
      #cheaper .alltitle {
        font-size: 30px;
        line-height: 40px; } }
  #cheaper .subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16.4719px;
    line-height: 27px;
    color: #FFFFFF; }
    #cheaper .subtitle span {
      color: #FF803D; }
  #cheaper .row {
    display: flex; }
    @media screen and (max-width: 768px) {
      #cheaper .row {
        flex-wrap: wrap; } }
    #cheaper .row .imput-wrap {
      display: flex;
      background: #FFFFFF;
      border: 1px solid #FF7730;
      border-radius: 10px;
      /*    width: 315px;*/
      height: 60px;
      padding: 0px 22px;
      margin: 0px 25px 35px 0px;
      align-items: center; }
      @media screen and (max-width: 1160px) {
        #cheaper .row .imput-wrap {
          /*width: 260px;*/ } }
      @media screen and (max-width: 768px) {
        #cheaper .row .imput-wrap {
          width: 350px;
          max-width: 100%; } }
      @media screen and (max-width: 500px) {
        #cheaper .row .imput-wrap {
          max-width: 100%;
          margin: 0px 0px 35px 0px; } }
      #cheaper .row .imput-wrap label {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 13.9946px;
        line-height: 16px;
        color: #666666;
        /*opacity: 0.6;    */ }
      #cheaper .row .imput-wrap input {
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #666666;
        /*opacity: 0.6;*/
        width: 260px; }
    #cheaper .row .theme-input {
      width: 430px;
      /*      input:first-child {
                width: 300px;
            }*/ }
      @media screen and (max-width: 1160px) {
        #cheaper .row .theme-input {
          /*  width: 400px;*/ } }
      @media screen and (max-width: 768px) {
        #cheaper .row .theme-input input {
          max-width: 60%; } }
      #cheaper .row .theme-input span {
        height: 100%;
        width: 1px;
        background-color: #FF7730;
        margin-left: 35px; }
    #cheaper .row select {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 150%;
      color: #666666;
      /*opacity: 0.6;*/
      width: 260px;
      outline: none;
      /*    @media screen and (max-width:$container-desktop ) {
          width: auto;
       }*/ }
      #cheaper .row select:focus-visible {
        border: none;
        outline: none; }
      #cheaper .row select:after {
        content: "";
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-color: black transparent transparent transparent;
        position: absolute;
        top: 27px;
        right: 10px; }
      #cheaper .row select option {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        /* identical to box height, or 24px */
        color: #666666;
        /*opacity: 0.6;*/ }
      @media screen and (max-width: 768px) {
        #cheaper .row select {
          /*    width: 310px;*/
          max-width: 100%; } }
      @media screen and (max-width: 500px) {
        #cheaper .row select {
          /*    width: 180px;*/
          max-width: 100%; } }
    @media screen and (max-width: 500px) {
      #cheaper .row input, #cheaper .row select, #cheaper .row label {
        font-size: 11px !important; } }
    #cheaper .row .checkbox-round {
      width: 1em !important;
      height: 1em !important;
      background-color: white;
      border-radius: 50%;
      vertical-align: middle;
      border: 2px solid #ddd;
      appearance: none;
      -webkit-appearance: none;
      outline: none;
      cursor: pointer;
      margin: 0px 15px; }
    #cheaper .row .checkbox-round:checked {
      background-color: #FF803D; }
  #cheaper .popup_button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    color: #F9FCFD;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 20px;
    border-radius: 10px;
    width: 315px; }
    @media screen and (max-width: 500px) {
      #cheaper .popup_button {
        width: 100%; } }

.hamburger-menu {
  display: none; }
  .hamburger-menu .menu__box .lang-block {
    display: flex;
    justify-content: center; }
  @media screen and (max-width: 768px) {
    .hamburger-menu {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media screen and (max-width: 768px) {
    .hamburger-menu .contact {
      display: flex; } }

#menu__toggle {
  opacity: 0; }

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg); }

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0); }

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg); }

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

.menu__btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1; }
  .menu__btn ul {
    display: flex;
    flex-direction: column; }

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: 0.25s; }

.menu__btn > span::before {
  content: '';
  top: -8px; }

.menu__btn > span::after {
  content: '';
  top: 8px; }

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  min-width: 340px;
  height: 100vh;
  z-index: 10;
  margin: 0;
  padding-top: 15px;
  /*  padding: 35px 0;*/
  list-style: none;
  /*  background-color: #ECEFF1;*/
  background-color: white;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  transition-duration: .25s;
  overflow: auto;
  /*  width: fit-content;*/ }
  .menu__box > li:first-child {
    margin-top: 55px; }
  .menu__box .contact {
    margin-left: 0px; }
  .menu__box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }

.menu__item {
  /*    margin-left: 35px;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  transition-duration: .25s;
  height: 16px;
  margin-bottom: 15px; }
  .menu__item span {
    display: flex;
    margin-left: 10px;
    height: 16px;
    width: 11px; }
  .menu__item span.active {
    transform: rotate(90deg);
    padding-top: 5px; }

.menu__item:hover {
  color: #a79488; }

.menu__sybmenu {
  display: none;
  padding-left: 25px; }

.has_submenu {
  cursor: pointer; }

.menu-close-button {
  margin-top: 10px;
  margin-left: auto;
  margin-right: 15px; }
  .menu-close-button span {
    transform: rotate(45deg); }
    .menu-close-button span:before {
      top: 0;
      transform: rotate(0); }
    .menu-close-button span:after {
      top: 0;
      transform: rotate(90deg); }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Sit on top */
  /*  padding-top: 100px;  Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /*  background-color: rgb(0,0,0);  Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  /*  width: 80%;*/ }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.contact-form {
  display: flex;
  flex-wrap: wrap;
  width: 70%; }
  @media screen and (max-width: 1160px) {
    .contact-form {
      width: 100%; } }
  .contact-form option, .contact-form input::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    /*    opacity: 0.6;*/ }
    @media screen and (max-width: 500px) {
      .contact-form option, .contact-form input::placeholder {
        font-size: 12px; } }
  .contact-form input[type="checkbox"] {
    /*    width: 12px!important;*/
    height: 12px !important;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    /*    margin: 0px 15px;*/
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 12px; }
  .contact-form input[type="checkbox"]:checked {
    background-color: #FF803D; }
  .contact-form input, .contact-form select {
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    /*    opacity: 0.6;*/
    width: 249px;
    padding: 18px 22px;
    /*    margin-right: 20px;*/ }
    @media screen and (max-width: 768px) {
      .contact-form input, .contact-form select {
        width: 100%; } }
  .contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    /*  border: 1px solid #dfdfdf;*/
    /*  border-radius: 2px;
      margin-right: 2rem;
      padding: 1rem;*/
    /*  padding-right: 2rem;*/ }
    .contact-form select:after {
      content: "";
      width: 0;
      height: 0;
      border: 7px solid transparent;
      border-color: black transparent transparent transparent;
      position: absolute;
      top: 27px;
      right: 10px; }
  .contact-form > span:not(.close) {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #FF7730;
    border-radius: 10px;
    /* width: 315px; */
    height: 60px;
    align-items: center;
    margin: 0px 25px 25px 0px; }
    @media screen and (max-width: 768px) {
      .contact-form > span:not(.close) {
        width: 100%;
        margin: 0px 0px 25px 0px; } }
  .contact-form > span:nth-child(4) {
    border-radius: 10px 0px 0px 10px;
    margin: 0px; }
    @media screen and (max-width: 768px) {
      .contact-form > span:nth-child(4) {
        width: 70%; } }
    @media screen and (max-width: 500px) {
      .contact-form > span:nth-child(4) {
        width: 60%; } }
  .contact-form span[data-name="checkbox"] {
    border-radius: 0px 10px 10px 0px;
    margin: 0px; }
    @media screen and (max-width: 768px) {
      .contact-form span[data-name="checkbox"] {
        width: 30%; } }
    @media screen and (max-width: 500px) {
      .contact-form span[data-name="checkbox"] {
        width: 40%; } }
  .contact-form label {
    display: flex;
    flex-direction: row;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #666666;
    /*    opacity: 0.6;*/
    align-items: center;
    max-width: 150px; }
  .contact-form .wpcf7-submit {
    background: #FF803D;
    display: flex;
    height: fit-content;
    cursor: pointer;
    position: relative;
    z-index: 3;
    width: auto;
    opacity: 1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    color: #F9FCFD;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    @media screen and (max-width: 500px) {
      .contact-form .wpcf7-submit {
        font-size: 18px;
        width: 100%;
        margin-right: 0px; } }
  @media screen and (max-width: 500px) {
    .contact-form span, .contact-form input, .contact-form select, .contact-form label {
      font-size: 12px; } }

.wpcf7-response-output {
  color: white; }

.modal-content {
  position: relative;
  padding: 100px 55px 30px 55px;
  align-items: flex-start;
  align-content: flex-start;
  /*    width: 75%;*/
  height: auto; }
  @media screen and (max-width: 1160px) {
    .modal-content {
      width: 650px; } }
  @media screen and (max-width: 768px) {
    .modal-content {
      /*       width: 90%;*/ } }
  @media screen and (max-width: 500px) {
    .modal-content {
      padding: 40px 20px;
      max-height: 100vh;
      box-sizing: border-box;
      width: 100%; } }
  @media screen and (max-width: 1160px) {
    .modal-content .alltitle {
      font-size: 25px;
      line-height: 30px;
      width: 70%; } }
  @media screen and (max-width: 500px) {
    .modal-content .alltitle {
      font-size: 25px;
      line-height: 30px;
      width: 70%; } }
  @media screen and (max-width: 500px) {
    .modal-content .subtitle {
      padding: 15px 0px; } }
  .modal-content .close {
    position: absolute;
    top: 40px;
    right: 40px;
    border: none; }
  .modal-content .wpcf7-spinner {
    display: none !important; }
  .modal-content .wpcf7-response-output {
    color: red; }
  @media screen and (max-width: 500px) {
    .modal-content .wpcf7-submit {
      margin: 10px 0px; } }
  .modal-content .contact-form {
    min-width: 800px; }
    @media screen and (max-width: 1160px) {
      .modal-content .contact-form {
        min-width: 100%; } }
    @media screen and (max-width: 768px) {
      .modal-content .contact-form {
        min-width: 100%; } }
    @media screen and (max-width: 500px) {
      .modal-content .contact-form {
        min-width: 100%; } }
  @media screen and (max-width: 1170px) {
    .modal-content input, .modal-content select {
      width: 270px; } }
  @media screen and (max-width: 1160px) {
    .modal-content input, .modal-content select {
      width: 200px; } }
  @media screen and (max-width: 1160px) {
    .modal-content input, .modal-content select {
      width: 300px; } }
  @media screen and (max-width: 1160px) {
    .modal-content .contact-form span[data-name="checkbox"] {
      width: 30%; } }
  @media screen and (max-width: 500px) {
    .modal-content .contact-form span[data-name="checkbox"] {
      width: 40%; } }
  @media screen and (max-width: 1160px) {
    .modal-content .dontknow > span {
      margin: 0px; } }
  @media screen and (max-width: 500px) {
    .modal-content .contact-form > span:not(.close) {
      margin: 0px 0px 10px 0px; } }

.wpcf7-spinner {
  display: none !important; }

#slider-big {
  padding-top: 120px; }
  #slider-big .alltitle-desktop {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      #slider-big .alltitle-desktop {
        display: none; } }
  #slider-big .mobile-controls {
    display: none; }
    @media screen and (max-width: 768px) {
      #slider-big .mobile-controls {
        display: flex;
        width: 100%; } }
  #slider-big .slick-slide {
    /*           margin-top: 70px; */
    overflow: hidden; }
  #slider-big .slick-prev {
    background-image: url(https://studdopomoga.com.ua/wp-content/themes/studdopomoga/img/icons/yellow_smal_left_icon.svg);
    left: 5%; }
  #slider-big .slick-next {
    background-image: url(https://studdopomoga.com.ua/wp-content/themes/studdopomoga/img/icons/yellow_smal_right_icon.svg);
    right: 5%; }
  #slider-big .slick-prev, #slider-big .slick-next {
    position: absolute;
    top: 50%;
    font-size: 0px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 2;
    background-size: contain; }
    @media screen and (max-width: 1000px) {
      #slider-big .slick-prev, #slider-big .slick-next {
        top: 35%; } }
  #slider-big .alltitle {
    line-height: 50px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #slider-big .alltitle {
        order: 1; } }
  #slider-big .alltitle-mobile {
    display: none; }
    @media screen and (max-width: 768px) {
      #slider-big .alltitle-mobile {
        display: block;
        font-size: 30px;
        line-height: 40px; } }
  #slider-big .slider-content .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #slider-big .slider-content .container {
        flex-direction: column-reverse; } }
  #slider-big .slider-content .text-block {
    display: flex;
    width: 50%;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      #slider-big .slider-content .text-block {
        width: 100%;
        position: relative; } }
  #slider-big .slider-content .text-table {
    padding: 25px;
    background: #FF7730;
    border-radius: 10px;
    filter: drop-shadow(0px 5px 30px rgba(75, 37, 27, 0.2));
    margin-top: 90px; }
    @media screen and (max-width: 768px) {
      #slider-big .slider-content .text-table {
        filter: none; } }
    #slider-big .slider-content .text-table table {
      display: grid; }
      #slider-big .slider-content .text-table table td:first-child {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        color: #FFFFFF;
        color: white;
        width: 50%;
        opacity: 1; }
      #slider-big .slider-content .text-table table td {
        width: 50%;
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #FFFFFF;
        color: rgba(255, 255, 255, 0.8);
        opacity: 0.8; }
      #slider-big .slider-content .text-table table tr {
        margin-bottom: 10px;
        display: flex; }
    #slider-big .slider-content .text-table .work-title {
      color: white;
      opacity: 1;
      text-transform: uppercase;
      font-weight: bold; }
  #slider-big .slider-content .img-block {
    position: relative;
    /*              display: flex; */
    overflow: visible;
    width: 50%; }
    #slider-big .slider-content .img-block img {
      /*         max-width: fit-content;*/
      /*     width: 100%; 
          margin-left: 150px;*/
      max-height: 700px;
      max-width: 700px;
      position: relative; }
    @media screen and (max-width: 768px) {
      #slider-big .slider-content .img-block {
        width: 100%;
        position: relative; } }
    @media screen and (max-width: 1160px) {
      #slider-big .slider-content .img-block img {
        position: absolute;
        left: -70px; } }
    @media screen and (max-width: 768px) {
      #slider-big .slider-content .img-block img {
        width: 100%;
        position: relative; } }
  #slider-big .slider-content .load_fragment {
    display: flex;
    height: fit-content;
    cursor: pointer;
    position: relative;
    z-index: 3;
    width: fit-content;
    opacity: 1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    color: #FF803D;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    justify-content: center;
    border: solid 1px #FF803D; }
    @media screen and (max-width: 768px) {
      #slider-big .slider-content .load_fragment {
        margin-top: 45px; } }

.page404 {
  padding: 0px; }
  .page404 .error404_wraper {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-content: center; }
    .page404 .error404_wraper .error404 {
      display: flex;
      align-content: center;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .page404 .error404_wraper .error404 .title {
        display: flex;
        font-size: calc(60px + 0.390625vw);
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: bold; }
      .page404 .error404_wraper .error404 span {
        display: flex;
        font-size: calc(60px + 0.390625vw);
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: bold; }
      .page404 .error404_wraper .error404 .popup_button {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 23px;
        text-align: center;
        color: #F9FCFD;
        padding: 18px 23px; }

.slick-dots {
  display: flex !important;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-top: 20px; }
  .slick-dots li {
    display: flex;
    border-radius: 50%;
    border: solid 1px #C4C4C4;
    background-color: #C4C4C4;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0px; }
  .slick-dots .slick-active {
    background-color: #FF803D;
    border: solid 1px #FF803D; }

@media screen and (max-width: 768px) {
  #slider-big .slick-dots {
    top: 20px;
    height: fit-content;
    position: absolute; } }

@media screen and (max-width: 768px) {
  #slider-big {
    padding-top: 60px;
    /*    margin-top: -60px; margin-bottom: 60px;*/ } }
@media screen and (max-width: 768px) {
  #slider-big #subjects {
    padding-top: 55px;
    margin-top: -55px;
    margin-bottom: 60px; } }
#slider-big #subjects .slick-slider img {
  width: 100%; }

@media screen and (max-width: 768px) {
  #uslugi, #price-points {
    padding-top: 60px;
    /*    margin-top: -50px;
        margin-bottom: 60px;*/ } }

.wpcf7-not-valid-tip {
  display: none !important; }

.wpcf7-response-output {
  display: none !important; }

.contact_form_error {
  display: none;
  color: red;
  padding-top: 20px; }

.thx-page {
  padding: 0px; }
  @media screen and (max-width: 768px) {
    .thx-page .container {
      padding: 0px 40px; } }
  @media screen and (max-width: 500px) {
    .thx-page .container {
      padding: 0px 20px; } }
  .thx-page .thx_wraper {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-content: center; }
    .thx-page .thx_wraper .thx_content {
      display: flex;
      align-content: center;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .thx-page .thx_wraper .thx_content .title {
        display: flex;
        /*    font-size: calc(60px + 0.390625vw);    
            text-transform: uppercase;
            margin-bottom: 20px;
            font-weight: bold;*/
        font-family: 'PT Serif';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        display: block;
        align-items: center;
        text-transform: uppercase;
        text-align: center;
        color: #FF803D; }
        @media screen and (max-width: 500px) {
          .thx-page .thx_wraper .thx_content .title {
            font-size: 28px;
            line-height: 37px; } }
      .thx-page .thx_wraper .thx_content .subtitle {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        /* identical to box height, or 130% */
        padding: 25px 0px 75px 0px;
        display: block;
        text-align: center;
        align-items: center;
        color: #000000;
        max-width: 100%;
        width: 100%;
        flex-wrap: wrap; }
        @media screen and (max-width: 500px) {
          .thx-page .thx_wraper .thx_content .subtitle {
            font-size: 14px;
            line-height: 23px; } }
        .thx-page .thx_wraper .thx_content .subtitle span {
          color: #FF803D;
          opacity: 0.8;
          margin: 0px 7px; }
      .thx-page .thx_wraper .thx_content .text {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        display: block;
        text-align: center;
        align-items: center;
        color: #2D2D2D;
        padding: 0px 0px 75px 0px; }
        @media screen and (max-width: 500px) {
          .thx-page .thx_wraper .thx_content .text {
            font-size: 14px;
            line-height: 30px; } }
        .thx-page .thx_wraper .thx_content .text span {
          color: #FF803D;
          opacity: 0.8;
          margin: 0px 7px; }
        .thx-page .thx_wraper .thx_content .text a {
          text-decoration: underline;
          margin: 0px 7px;
          color: #2D2D2D;
          white-space: pre; }
          .thx-page .thx_wraper .thx_content .text a:active {
            color: #2D2D2D; }
      .thx-page .thx_wraper .thx_content .popup_button {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 23px;
        text-align: center;
        color: #F9FCFD;
        padding: 18px 23px; }

.error-page {
  padding: 0px; }
  @media screen and (max-width: 768px) {
    .error-page .container {
      padding: 0px 40px; } }
  @media screen and (max-width: 500px) {
    .error-page .container {
      padding: 0px 20px; } }
  .error-page .thx_wraper {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-content: center; }
    .error-page .thx_wraper .thx_content {
      display: flex;
      align-content: center;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .error-page .thx_wraper .thx_content .title {
        display: flex;
        /*    font-size: calc(60px + 0.390625vw);    
            text-transform: uppercase;
            margin-bottom: 20px;
            font-weight: bold;*/
        font-family: 'PT Serif';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        display: block;
        align-items: center;
        text-transform: uppercase;
        text-align: center;
        color: #FF803D; }
        @media screen and (max-width: 500px) {
          .error-page .thx_wraper .thx_content .title {
            font-size: 28px;
            line-height: 37px; } }
      .error-page .thx_wraper .thx_content .subtitle {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        display: block;
        text-align: center;
        align-items: center;
        color: #000000;
        max-width: 100%;
        width: 100%;
        flex-wrap: wrap;
        padding: 75px 0px 15px 0px; }
        @media screen and (max-width: 500px) {
          .error-page .thx_wraper .thx_content .subtitle {
            font-size: 14px;
            line-height: 23px; } }
        .error-page .thx_wraper .thx_content .subtitle span {
          color: #FF803D;
          opacity: 0.8;
          margin: 0px 7px; }
      .error-page .thx_wraper .thx_content .social {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        display: block;
        text-align: center;
        align-items: center;
        color: #2D2D2D;
        padding: 0px 0px 75px 0px; }
        @media screen and (max-width: 500px) {
          .error-page .thx_wraper .thx_content .social {
            font-size: 14px;
            line-height: 30px; } }
        .error-page .thx_wraper .thx_content .social span {
          color: #FF803D;
          opacity: 0.8;
          margin: 0px 7px; }
        .error-page .thx_wraper .thx_content .social a {
          text-decoration: underline;
          margin: 0px 7px;
          color: #2D2D2D;
          white-space: pre; }
          .error-page .thx_wraper .thx_content .social a:active {
            color: #2D2D2D; }
      .error-page .thx_wraper .thx_content .popup_button {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 23px;
        text-align: center;
        color: #F9FCFD;
        padding: 18px 23px; }

.formchoice {
  display: none; }

@media screen and (max-width: 500px) {
  .alltitle {
    font-size: 30px;
    line-height: 45px; } }
.dontknow .last {
  display: block;
  margin: 0px;
  padding: 0px; }

.last label {
  padding-left: 15px; }

.last label span {
  padding-left: 15px; }

@media screen and (max-width: 768px) {
  .contact-form .form_select {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
