@font-face {
  font-family: 'DINRoundPro';
  src: url("DINRoundPro-Black.eot");
  src: local("DINRoundPro-Black"), url("DINRoundPro-Black.eot?#iefix") format("embedded-opentype"), url("DINRoundPro-Black.woff2") format("woff2"), url("DINRoundPro-Black.woff") format("woff"), url("DINRoundPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'DINRoundPro-Medi';
  src: url("DINRoundPro-Medi.eot");
  src: local("DINRoundPro-Medi"), url("DINRoundPro-Medi.eot?#iefix") format("embedded-opentype"), url("DINRoundPro-Medi.woff2") format("woff2"), url("DINRoundPro-Medi.woff") format("woff"), url("DINRoundPro-Medi.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DINRoundPro';
  src: url("DINRoundPro-Light.eot");
  src: local("DINRoundPro-Light"), url("DINRoundPro-Light.eot?#iefix") format("embedded-opentype"), url("DINRoundPro-Light.woff2") format("woff2"), url("DINRoundPro-Light.woff") format("woff"), url("DINRoundPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'DINRoundPro';
  src: url("DINRoundPro.eot");
  src: local("DINRoundPro"), url("DINRoundPro.eot?#iefix") format("embedded-opentype"), url("DINRoundPro.woff2") format("woff2"), url("DINRoundPro.woff") format("woff"), url("DINRoundPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINRoundPro';
  src: url("DINRoundPro-Bold.eot");
  src: local("DINRoundPro-Bold"), url("DINRoundPro-Bold.eot?#iefix") format("embedded-opentype"), url("DINRoundPro-Bold.woff2") format("woff2"), url("DINRoundPro-Bold.woff") format("woff"), url("DINRoundPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: "DINRoundPro"; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 10px; }

section {
  width: 100%; }

h1 {
  font-family: "DINRoundPro";
  font-weight: bold;
  font-size: 4.8rem;
  color: black;
  margin-top: 28px; }

h2, h3, h4, h5, h6 {
  font-family: "DINRoundPro";
  font-weight: bold;
  font-size: 3.2rem;
  color: black;
  margin-top: 0; }

section.head {
  width: 100%;
  background-color: #fff;
  position: relative; }
  section.head .wrapper {
    max-width: 1280px;
    margin: auto;
    position: relative;
    height: 100vh; }
    section.head .wrapper > img {
      top: -1px;
      left: -322px;
      position: absolute;
      pointer-events: none; }
    section.head .wrapper header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0 75px; }
      section.head .wrapper header .header__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px 0px;
        margin-right: 30px; }
        section.head .wrapper header .header__item a {
          font-size: 20px;
          color: black;
          font-weight: 700;
          text-decoration: none; }
          section.head .wrapper header .header__item a:hover {
            text-decoration: underline; }
        section.head .wrapper header .header__item span {
          font-size: 20px;
          color: black;
          font-weight: 700; }
        section.head .wrapper header .header__item img {
          margin-right: 20px; }
    section.head .wrapper .head__main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: -webkit-calc(100vh - 135px);
      height: calc(100vh - 135px);
      position: relative; }
      section.head .wrapper .head__main .head__main-titleWrap {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 785px;
        top: 5%; }
        section.head .wrapper .head__main .head__main-titleWrap .titleWrap-img {
          margin-right: 40px;
          margin-top: -20px; }
          section.head .wrapper .head__main .head__main-titleWrap .titleWrap-img img {
            min-width: 270px;
            max-width: 270px; }
        section.head .wrapper .head__main .head__main-titleWrap .titleWrap-descr h1 {
          font-family: 'Lobster';
          color: #51B9AB;
          font-size: 48px;
          font-weight: 300;
          margin-bottom: 0px; }
        section.head .wrapper .head__main .head__main-titleWrap .titleWrap-descr span {
          color: #F29119;
          font-size: 38px;
          font-weight: 700; }
      section.head .wrapper .head__main .head__main-descrWrap {
        position: relative;
        top: 5%;
        z-index: 1;
        margin-top: -40px;
        max-width: 800px;
        min-width: 800px;
        min-height: 300px;
        background-image: url("../images/forma.svg");
        -webkit-border-radius: 10px;
                border-radius: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 20px 30px 0px 30px; }
        section.head .wrapper .head__main .head__main-descrWrap span.descrWrap-title {
          font-family: 'Lobster';
          font-size: 40px;
          color: white; }
        section.head .wrapper .head__main .head__main-descrWrap p.descrWrap-descr {
          margin-top: 15px;
          font-size: 26px;
          color: white;
          text-align: center;
          font-weight: 700; }
        section.head .wrapper .head__main .head__main-descrWrap a {
          font-size: 30px;
          color: white;
          text-decoration: none;
          -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          display: block;
          padding: 12px 18px;
          -webkit-transition: .15s;
          -o-transition: .15s;
          transition: .15s;
          background-color: #F29119; }
          section.head .wrapper .head__main .head__main-descrWrap a:hover {
            -webkit-transform: translateY(-5%);
                -ms-transform: translateY(-5%);
                    transform: translateY(-5%);
            -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
                    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45); }
        section.head .wrapper .head__main .head__main-descrWrap span.alert {
          margin-top: 10px;
          color: white;
          font-size: 18px; }
      section.head .wrapper .head__main .head__main-panel {
        padding: 0 60px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: 10%; }
        section.head .wrapper .head__main .head__main-panel .main-panelItem {
          margin-right: 45px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          min-width: 80px;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          section.head .wrapper .head__main .head__main-panel .main-panelItem img {
            max-width: 40px;
            min-height: 40px; }
          section.head .wrapper .head__main .head__main-panel .main-panelItem span {
            font-size: 15px;
            margin-top: 5px;
            color: #484A4D; }
  section.head nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #209380; }
    section.head nav .wrapper {
      max-width: 1280px;
      margin: auto;
      height: 100%; }
      section.head nav .wrapper ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding: 0;
        margin: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        list-style-type: none; }
        section.head nav .wrapper ul li {
          -webkit-box-flex: 2;
          -webkit-flex: 2;
              -ms-flex: 2;
                  flex: 2;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.head nav .wrapper ul li a {
            color: white;
            font-size: 20px;
            text-decoration: none; }

section.calc {
  width: 100%;
  background-color: #fff;
  position: relative; }
  section.calc .wrapper {
    padding: 65px 75px 0px 75px;
    max-width: 1280px;
    margin: auto;
    position: relative; }
    section.calc .wrapper img {
      position: absolute;
      top: 68px;
      left: 20px; }
    section.calc .wrapper h2 {
      font-size: 40px;
      color: #484A4D; }
    section.calc .wrapper form .calc__mainWrap {
      margin-top: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }

      .calc__innerWrap {
        display: flex;
      }

      section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cover {
        border: 1px solid #cfd4d8;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        min-width: 390px;
        margin-right: 5px;
        padding: 10px 25px; }
        section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cover span {
          font-size: 30px;
          font-weight: 900;
          display: block;
          color: #484A4D;
          text-align: center; }
        section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cover .mainWrap-cover-radioWrap {
          margin-top: 38px;
          width: 100%;
          position: relative; }
          section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cover .mainWrap-cover-radioWrap input {
            display: none; }
            section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cover .mainWrap-cover-radioWrap input + label {
              cursor: pointer;
              color: red;
              font-size: 25px;
              font-weight: 700;
              color: #484A4D;
              width: 100%; }
              section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cover .mainWrap-cover-radioWrap input + label::before {
                right: -12px;
                content: "";
                display: block;
                position: absolute;
                width: 35px;
                height: 35px;
                -webkit-border-radius: 50px;
                        border-radius: 50px;
                border: 2px solid #D7D8DC; }
              section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cover .mainWrap-cover-radioWrap input + label::after {
                content: "";
                display: block;
                opacity: 0;
                width: 16px;
                height: 7px;
                position: absolute;
                border: 2px solid #209380;
                right: -2px;
                top: 14px;
                border-top: none;
                -webkit-transform: scale(3);
                    -ms-transform: scale(3);
                        transform: scale(3);
                border-right: none; }
            section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cover .mainWrap-cover-radioWrap input:checked + label {
              color: #209380; }
              section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cover .mainWrap-cover-radioWrap input:checked + label::after {
                opacity: 1;
                -webkit-transition: .35s;
                -o-transition: .35s;
                transition: .35s;
                -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                        transform: scale(1);
                -webkit-transform: rotate(-50deg);
                    -ms-transform: rotate(-50deg);
                        transform: rotate(-50deg); }
      section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cost {
        border: 1px solid #cfd4d8;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        min-width: 213px;
        margin-right: 5px;
        padding: 10px 25px; }
        section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cost > span {
          font-size: 30px;
          font-weight: 900;
          color: #484A4D; }
        section.calc .wrapper form .calc__mainWrap .calc__mainWrap-cost p {
          font-size: 25px;
          font-weight: 700;
          color: #484A4D;
          margin-top: 38px;
          margin-left: 5px; }
      section.calc .wrapper form .calc__mainWrap .calc__mainWrap-data {
        border: 1px solid #cfd4d8;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        min-width: 508px;
        padding: 10px 32px;
        padding-bottom: 80px; }
        section.calc .wrapper form .calc__mainWrap .calc__mainWrap-data span {
          font-size: 30px;
          font-weight: 900;
          color: #484A4D; }
        section.calc .wrapper form .calc__mainWrap .calc__mainWrap-data .mainWrap-cover-inputWrap {
          margin-top: 20px; }
          section.calc .wrapper form .calc__mainWrap .calc__mainWrap-data .mainWrap-cover-inputWrap input {
            font-size: 20px;
            color: rgba(72, 74, 77, 0.6);
            font-family: "DINRoundPro";
            padding: 15px 12px;
            width: 100%;
            border: 1.5px solid #03BEAE;
            -webkit-border-radius: 5px;
                    border-radius: 5px;
            outline: none; }
            section.calc .wrapper form .calc__mainWrap .calc__mainWrap-data .mainWrap-cover-inputWrap input:focus {
              background-color: #03beae09; }
    section.calc .wrapper form .calc__secondWrap {
      margin-top: 5px;
      width: 100%;
      min-height: 170px;
      background-color: #209380;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      padding: 0 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      section.calc .wrapper form .calc__secondWrap .secondWrap-left p.secondWrap-leftPrice {
        font-size: 35px;
        font-weight: 700;
        color: white;
        margin-bottom: 22px; }
        section.calc .wrapper form .calc__secondWrap .secondWrap-left p.secondWrap-leftPrice span {
          font-weight: 900;
          margin: 0 7px; }
      section.calc .wrapper form .calc__secondWrap .secondWrap-left p.secondWrap-leftDescr {
        font-size: 18px;
        color: white;
        margin-top: 0px; }
      section.calc .wrapper form .calc__secondWrap .secondWrap-right button {
        font-size: 30px;
        color: white;
        text-decoration: none;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 5px;
                border-radius: 5px;
        border: none;
        display: block;
        cursor: pointer;
        min-width: 450px;
        padding: 14px 10px;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s;
        background-color: #F29119; }
        section.calc .wrapper form .calc__secondWrap .secondWrap-right button:hover {
          -webkit-transform: translateY(-5%);
              -ms-transform: translateY(-5%);
                  transform: translateY(-5%);
          -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
                  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45); }
      section.calc .wrapper form .calc__secondWrap .secondWrap-right p.secondWrap-leftDescr {
        font-size: 18px;
        color: white;
        margin-bottom: -5px; }

.alert {
  -webkit-animation-name: alert;
          animation-name: alert;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s; }

@-webkit-keyframes alert {
  from {
    border: 1.5px solid red;
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes alert {
  from {
    border: 1.5px solid red;
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  to {
    opacity: 1; } }

.red {
  -webkit-animation-name: red;
          animation-name: red;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s; }

@-webkit-keyframes red {
  from {
    color: red;
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes red {
  from {
    color: red;
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  to {
    opacity: 1; } }

section.info {
  width: 100%;
  background-color: #fff;
  z-index: 3;
  position: relative; }
  section.info .wrapper {
    padding: 100px 75px 0px 75px;
    max-width: 1280px;
    margin: auto;
    position: relative; }
    section.info .wrapper img {
      position: absolute;
      top: 68px;
      left: 20px; }
    section.info .wrapper h2 {
      font-size: 40px;
      color: #484A4D; }
    section.info .wrapper .info__items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      section.info .wrapper .info__items .info__items-item {
        max-width: 470px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        section.info .wrapper .info__items .info__items-item .item-title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          section.info .wrapper .info__items .info__items-item .item-title span {
            color: #03BEAE;
            font-size: 50px;
            font-weight: 700;
            margin-top: 10px; }
          section.info .wrapper .info__items .info__items-item .item-title p {
            font-size: 30px;
            color: #484A4D;
            font-weight: 700;
            margin-left: 12px;
            margin-bottom: 7px; }
        section.info .wrapper .info__items .info__items-item .item-text p {
          margin-top: 13px;
          font-size: 20px;
          color: #484A4D;
          font-weight: 500;
          padding-left: 70px; }
    section.info .wrapper .info__btn {
      position: relative; }
      section.info .wrapper .info__btn a {
        font-size: 30px;
        color: white;
        text-decoration: none;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 5px;
                border-radius: 5px;
        border: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        max-width: 450px;
        padding: 14px 10px;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s;
        margin-top: 20px;
        background-color: #F29119; }
        section.info .wrapper .info__btn a:hover {
          -webkit-transform: translateY(-5%);
              -ms-transform: translateY(-5%);
                  transform: translateY(-5%);
          -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
                  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45); }
      section.info .wrapper .info__btn img {
        position: absolute;
        top: -710px;
        left: 480px; }

section.team {
  z-index: 2;
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  position: relative;
  height: 500px;
  background-image: url("../images/team.svg");
  -webkit-background-size: cover;
          background-size: cover; }
  section.team .wrapper {
    padding: 20px 75px 0px 75px;
    max-width: 1280px;
    margin: auto;
    position: relative;
    height: 100%; }
    section.team .wrapper > img {
      position: absolute;
      top: 20px;
      left: 25px; }
    section.team .wrapper h2 {
      font-size: 40px;
      color: white;
      margin-top: 30px;
      margin-bottom: 14px; }
    section.team .wrapper .team__text p {
      font-size: 20px;
      color: white;
      margin: 0; }
    section.team .wrapper .team__items {
      margin-top: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.team .wrapper .team__items .team__items-item {
        margin: 0 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        section.team .wrapper .team__items .team__items-item .item-img {
          overflow: hidden; }
          section.team .wrapper .team__items .team__items-item .item-img img {
            -webkit-border-radius: 50px;
                    border-radius: 50px;
            max-width: 200px;
            max-height: 200px;
            width: 100%;
            height: auto; }
        section.team .wrapper .team__items .team__items-item span.name {
          display: block;
          margin-top: 20px;
          font-size: 20px;
          color: white;
          font-weight: 700; }
        section.team .wrapper .team__items .team__items-item .item-stars {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-top: 15px; }
          section.team .wrapper .team__items .team__items-item .item-stars .fa {
            font-size: 22px;
            color: white;
            margin-right: 8px; }

section.works {
  width: 100%;
  background-color: #fff;
  z-index: 3;
  position: relative; }
  section.works .wrapper {
    padding: 100px 75px 0px 75px;
    max-width: 1280px;
    margin: auto;
    position: relative; }
    section.works .wrapper > img {
      position: absolute;
      top: 68px;
      left: 20px; }
    section.works .wrapper h2 {
      font-size: 40px;
      color: #484A4D;
      margin-bottom: 12px; }
    section.works .wrapper span.works__descr {
      font-size: 20px;
      color: #484A4D; }
    section.works .wrapper .works__slider {
      margin-top: 45px;
      max-width: 820px; }
      section.works .wrapper .works__slider .works__slider-slide {
        outline: none; }
        section.works .wrapper .works__slider .works__slider-slide .slide-photoWrap {
          max-width: 820px;
          height: 430px;
          position: relative; }
          section.works .wrapper .works__slider .works__slider-slide .slide-photoWrap .slide-photoWrapDrag {
            position: absolute;
            select: none;
            left: 370px;
            cursor: pointer;
            top: 40%;
            z-index: 10; }
            section.works .wrapper .works__slider .works__slider-slide .slide-photoWrap .slide-photoWrapDrag img.drag {
              cursor: pointer;
              select: none;
              pointer-events: none; }
          section.works .wrapper .works__slider .works__slider-slide .slide-photoWrap .photoWrap-first {
            overflow: hidden;
            width: 50%;
            height: 100%;
            max-width: 820px;
            border-right: 3px solid #03BEAE;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3; }
            section.works .wrapper .works__slider .works__slider-slide .slide-photoWrap .photoWrap-first img.do {
              position: absolute;
              left: 0;
              bottom: 0px; }
            section.works .wrapper .works__slider .works__slider-slide .slide-photoWrap .photoWrap-first .photo-wrap {
              width: 820px; }
              section.works .wrapper .works__slider .works__slider-slide .slide-photoWrap .photoWrap-first .photo-wrap img.photo {
                width: 100%;
                height: 100%; }
          section.works .wrapper .works__slider .works__slider-slide .slide-photoWrap .photoWrap-second {
            z-index: 2;
            width: 100%;
            overflow: hidden;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
            section.works .wrapper .works__slider .works__slider-slide .slide-photoWrap .photoWrap-second img.photo {
              width: 100%;
              height: auto; }
            section.works .wrapper .works__slider .works__slider-slide .slide-photoWrap .photoWrap-second img.posle {
              position: absolute;
              right: 250px;
              bottom: 0px; }

section.works .slick-dots li {
  background-color: #000;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  opacity: .2;
  width: 16px;
  height: 16px;
  margin-bottom: 10px; }
  section.works .slick-dots li::before {
    display: none; }

section.works .slick-dots li.slick-active {
  background-color: #209380;
  opacity: 1; }
  section.works .slick-dots li.slick-active::before {
    display: none; }

section.works .slick-dots li button {
  opacity: 0; }

section.works .slick-dots {
  position: absolute;
  right: -50px;
  top: 0;
  left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

section.works .slick-list {
  z-index: 30; }

section.review {
  width: 100%;
  background-color: #fff;
  z-index: 3;
  position: relative; }
  section.review .wrapper {
    padding: 100px 75px 0px 75px;
    max-width: 1280px;
    margin: auto;
    position: relative; }
    section.review .wrapper > img {
      position: absolute;
      top: 68px;
      left: 20px; }
    section.review .wrapper h2 {
      font-size: 40px;
      color: #484A4D;
      margin-bottom: 12px; }
    section.review .wrapper span.works__descr {
      font-size: 20px;
      color: #484A4D; }
    section.review .wrapper .review__slider {
      margin-top: 45px; }
      section.review .wrapper .review__slider .review__sliderSlideWrap {
        outline: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        section.review .wrapper .review__slider .review__sliderSlideWrap .review__sliderSlide {
          position: relative;
          width: 360px;
          height: 540px;
          border: 2px solid transparent;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          outline: none;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer; }
          section.review .wrapper .review__slider .review__sliderSlideWrap .review__sliderSlide:hover {
            border: 2px solid #209380;
            opacity: .7; }
            section.review .wrapper .review__slider .review__sliderSlideWrap .review__sliderSlide:hover .fa {
              opacity: 1; }
          section.review .wrapper .review__slider .review__sliderSlideWrap .review__sliderSlide .fa {
            font-size: 40px;
            opacity: 0;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            color: #209380; }
          section.review .wrapper .review__slider .review__sliderSlideWrap .review__sliderSlide img {
            width: 100%;
            height: auto; }

section.review .slick-dots li {
  background-color: #000;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  opacity: .2;
  width: 16px;
  height: 16px;
  margin-bottom: 10px; }
  section.review .slick-dots li::before {
    display: none; }

section.review .slick-dots li.slick-active {
  background-color: #209380;
  opacity: 1; }
  section.review .slick-dots li.slick-active::before {
    display: none; }

section.review .slick-dots li button {
  opacity: 0; }

section.review .slick-dots {
  bottom: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

section.machine {
  width: 100%;
  background-color: #fff;
  z-index: 3;
  position: relative;
  margin-top: 70px; }
  section.machine .wrapper {
    padding: 100px 75px 0px 75px;
    max-width: 1280px;
    margin: auto;
    position: relative; }
    section.machine .wrapper > img {
      position: absolute;
      top: 68px;
      left: 20px; }
    section.machine .wrapper h2 {
      font-size: 40px;
      color: #484A4D;
      margin-bottom: 12px; }
    section.machine .wrapper span.works__descr {
      font-size: 20px;
      color: #484A4D; }
    section.machine .wrapper .machine__items {
      margin-top: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      section.machine .wrapper .machine__items .machine__item {
        max-width: 330px;
        margin: 0 15px;
        padding: 0 20px;
        margin-bottom: 20px; }
        section.machine .wrapper .machine__items .machine__item span {
          font-size: 25px;
          text-align: center;
          display: block;
          text-transform: uppercase;
          color: #484A4D;
          font-weight: 800; }
        section.machine .wrapper .machine__items .machine__item p {
          color: #484A4D;
          text-align: center;
          font-size: 20px; }

section.free {
  width: 100%;
  background-color: #fff;
  z-index: 4;
  position: relative;
  margin-top: 70px; }
  section.free .wrapper {
    padding: 100px 75px 0px 75px;
    max-width: 1280px;
    margin: auto;
    position: relative; }
    section.free .wrapper > img {
      top: 0;
      position: absolute;
      left: -320px;
      pointer-events: none;
      z-index: 4; }
    section.free .wrapper .free__wrap {
      margin-top: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 5; }
      section.free .wrapper .free__wrap span.wrap-title {
        color: #51B9AB;
        font-size: 50px;
        margin-right: -280px;
        font-family: Lobster; }
      section.free .wrapper .free__wrap span.wrap-descr {
        color: #F29119;
        font-size: 30px;
        font-weight: 600;
        margin-right: -280px; }
      section.free .wrapper .free__wrap a {
        font-size: 30px;
        color: white;
        margin-right: -280px;
        text-decoration: none;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 5px;
                border-radius: 5px;
        border: none;
        display: block;
        margin-top: 50px;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 450px;
        padding: 14px 50px;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s;
        background-color: #F29119; }
        section.free .wrapper .free__wrap a:hover {
          -webkit-transform: translateY(-5%);
              -ms-transform: translateY(-5%);
                  transform: translateY(-5%);
          -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
                  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45); }
      section.free .wrapper .free__wrap p {
        color: #484A4D;
        font-size: 19px;
        font-weight: 600;
        margin-right: -280px; }

section.video {
  margin-top: 60px;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  position: relative; }
  section.video .wrapper {
    padding: 100px 0px 0px 0px;
    max-width: 1280px;
    margin: auto;
    position: relative; }
    section.video .wrapper > img {
      position: absolute;
      top: 68px;
      left: 20px; }
    section.video .wrapper h2 {
      font-size: 40px;
      padding: 0 75px;
      color: #484A4D;
      margin-bottom: 12px; }
    section.video .wrapper .video__btns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 40px;
      padding: 0 75px; }
      section.video .wrapper .video__btns button {
        color: #C4C4C4;
        border: none;
        outline: none;
        background-color: transparent;
        margin: 0 10px;
        cursor: pointer;
        font-size: 30px;
        font-weight: 700;
        font-family: DINRoundPro; }
      section.video .wrapper .video__btns button.active {
        color: #209380; }
    section.video .wrapper .video__tabs {
      margin-top: 30px;
      position: relative; }
      section.video .wrapper .video__tabs .form-a {
        position: absolute;
        top: 340px; }
      section.video .wrapper .video__tabs .video__tab {
        display: none;
        width: 100%;
        height: 500px; }
      section.video .wrapper .video__tabs .video__tab[tab="1"] {
        display: block; }

section.form {
  margin-top: 60px;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  position: relative;
  margin-top: 150px; }
  section.form .wrapper {
    max-width: 1280px;
    margin: auto;
    position: relative;
    height: 295px; }
    section.form .wrapper > img {
      top: -45px;
      left: 80px;
      position: absolute; }
    section.form .wrapper .form__wrap {
      padding: 20px 0;
      width: 100%;
      height: 100%;
      background-image: url("../images/fon2.svg");
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-repeat: no-repeat;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      section.form .wrapper .form__wrap span {
        font-size: 50px;
        font-family: Lobster;
        color: white; }
      section.form .wrapper .form__wrap p {
        color: white;
        font-size: 30px;
        margin-top: 0px;
        font-family: DINRoundPro;
        font-weight: 700; }

form .form__wrap-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  form .form__wrap-inputs input {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #03BEAE;
    font-size: 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 15px 20px;
    min-width: 427px;
    margin-right: 30px; }
  form .form__wrap-inputs button {
    font-size: 20px;
    color: white;
    text-decoration: none;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: none;
    display: block;
    cursor: pointer;
    min-width: 220px;
    padding: 14px 10px;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    background-color: #F29119; }
    form .form__wrap-inputs button:hover {
      -webkit-transform: translateY(-5%);
          -ms-transform: translateY(-5%);
              transform: translateY(-5%);
      -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
              box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45); }

section.footer {
  width: 100%;
  background-color: #fff;
  position: relative; }
  section.footer .wrapper {
    max-width: 1280px;
    margin: auto;
    position: relative;
    padding: 35px 75px; }
    section.footer .wrapper > span {
      font-size: 40px;
      color: #484A4D;
      font-weight: 700; }
    section.footer .wrapper .footer__items, section.footer .wrapper .footer__items2 {
      margin-top: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      section.footer .wrapper .footer__items .footer__item, section.footer .wrapper .footer__items2 .footer__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        section.footer .wrapper .footer__items .footer__item span, section.footer .wrapper .footer__items2 .footer__item span {
          display: block;
          margin-top: 15px;
          font-size: 20px;
          coolor: #484A4D;
          font-weight: 800; }
        section.footer .wrapper .footer__items .footer__item p, section.footer .wrapper .footer__items2 .footer__item p {
          font-size: 17px;
          max-width: 340px;
          color: #484A4D;
          font-weight: 500; }
        section.footer .wrapper .footer__items .footer__item a, section.footer .wrapper .footer__items2 .footer__item a {
          font-size: 20px;
          display: block;
          margin-top: 10px;
          text-decoration: none;
          color: #484A4D;
          position: relative;
          font-weight: 500; }
          section.footer .wrapper .footer__items .footer__item a::before, section.footer .wrapper .footer__items2 .footer__item a::before {
            content: "";
            display: block;
            width: 8px;
            position: absolute;
            top: 11px;
            left: -15px;
            height: 3px;
            background-color: #51B9AB; }
          section.footer .wrapper .footer__items .footer__item a:hover, section.footer .wrapper .footer__items2 .footer__item a:hover {
            text-decoration: underline; }
    section.footer .wrapper .footer__items2 {
      margin-top: -60px !important; }
      section.footer .wrapper .footer__items2 a::before {
        opacity: 0; }

footer {
  width: 100%;
  background-color: #209380;
  position: relative;
  margin-top: 50px; }
  footer .wrapper {
    max-width: 1280px;
    margin: auto;
    position: relative;
    height: 125px; }
    footer .wrapper > img {
      position: absolute;
      left: 50%;
      top: -250px;
      max-width: 270px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    footer .wrapper p {
      text-align: center;
      color: white;
      padding-top: 93px;
      font-size: 20px; }
    footer .wrapper .footer__socials {
      position: absolute;
      left: auto;
      bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      right: 75px; }
      footer .wrapper .footer__socials a {
        display: block;
        margin-right: 15px;
        color: white; }
        footer .wrapper .footer__socials a:hover {
          opacity: .7; }
        footer .wrapper .footer__socials a .fa {
          font-size: 30px;
          color: white; }

section.calc2 {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-top: 100px; }
  section.calc2 .wrapper {
    padding: 100px 75px 0px 75px;
    max-width: 1280px;
    margin: auto;
    position: relative; }
    section.calc2 .wrapper img {
      position: absolute;
      top: 68px;
      left: 20px; }
    section.calc2 .wrapper h2 {
      font-size: 40px;
      color: #484A4D; }
    section.calc2 .wrapper form .calc__mainWrap {
      margin-top: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      section.calc2 .wrapper form .calc__mainWrap .calc__mainWrap-cover {
        border: 1px solid #cfd4d8;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        min-width: 390px;
        margin-right: 5px;
        padding: 10px 25px; }
        section.calc2 .wrapper form .calc__mainWrap .calc__mainWrap-cover span {
          font-size: 24px;
          font-weight: 900;
          display: block;
          color: #484A4D;
          text-align: center; }
    section.calc2 .wrapper form .calc__secondWrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      section.calc2 .wrapper form .calc__secondWrap > button {
        margin-top: 40px;
        font-size: 20px;
        color: white;
        text-decoration: none;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 5px;
                border-radius: 5px;
        border: none;
        display: block;
        cursor: pointer;
        min-width: 220px;
        padding: 14px 10px;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s;
        margin-bottom: 24px;
        background-color: #F29119; }
        section.calc2 .wrapper form .calc__secondWrap > button:hover {
          -webkit-transform: translateY(-5%);
              -ms-transform: translateY(-5%);
                  transform: translateY(-5%);
          -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
                  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45); }
      section.calc2 .wrapper form .calc__secondWrap p.calc2__one {
        font-size: 30px;
        display: none;
        color: white;
        font-weight: 700;
        margin-bottom: 20px; }
        section.calc2 .wrapper form .calc__secondWrap p.calc2__one span {
          color: white;
          font-family: Lobster;
          font-size: 50px;
          margin-left: 20px; }
      section.calc2 .wrapper form .calc__secondWrap span.calc2__two {
        font-size: 50px;
        font-family: Lobster;
        color: white;
        margin-top: 0; }
      section.calc2 .wrapper form .calc__secondWrap span.calc2__three {
        font-size: 30px;
        color: white;
        font-weight: 700; }
      section.calc2 .wrapper form .calc__secondWrap .form__wrap-inputs {
        margin-top: 30px;
        margin-bottom: 60px; }
        section.calc2 .wrapper form .calc__secondWrap .form__wrap-inputs input {
          min-width: 390px; }
    section.calc2 .wrapper form .mainWrap-cover-radioWrap {
      margin-top: 38px;
      width: 100%;
      position: relative; }
      section.calc2 .wrapper form .mainWrap-cover-radioWrap input {
        display: none; }
        section.calc2 .wrapper form .mainWrap-cover-radioWrap input + label {
          cursor: pointer;
          color: red;
          font-size: 25px;
          font-weight: 700;
          color: #484A4D;
          width: 100%; }
          section.calc2 .wrapper form .mainWrap-cover-radioWrap input + label::before {
            right: -12px;
            content: "";
            display: block;
            position: absolute;
            width: 35px;
            height: 35px;
            -webkit-border-radius: 50px;
                    border-radius: 50px;
            border: 2px solid #D7D8DC; }
          section.calc2 .wrapper form .mainWrap-cover-radioWrap input + label::after {
            content: "";
            display: block;
            opacity: 0;
            width: 16px;
            height: 7px;
            position: absolute;
            border: 2px solid #209380;
            right: -2px;
            top: 14px;
            border-top: none;
            -webkit-transform: scale(3);
                -ms-transform: scale(3);
                    transform: scale(3);
            border-right: none; }
        section.calc2 .wrapper form .mainWrap-cover-radioWrap input:checked + label {
          color: #209380; }
          section.calc2 .wrapper form .mainWrap-cover-radioWrap input:checked + label::after {
            opacity: 1;
            -webkit-transition: .35s;
            -o-transition: .35s;
            transition: .35s;
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: rotate(-50deg);
                -ms-transform: rotate(-50deg);
                    transform: rotate(-50deg); }
    section.calc2 .wrapper .calc__mainWrap-cost {
      border: 1px solid #cfd4d8;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      min-width: 340px;
      margin-right: 5px;
      padding: 10px 25px; }
      section.calc2 .wrapper .calc__mainWrap-cost > span {
        font-size: 24px;
        font-weight: 900;
        color: #484A4D; }
      section.calc2 .wrapper .calc__mainWrap-cost p {
        font-size: 25px;
        font-weight: 700;
        color: #484A4D;
        margin-top: 38px;
        margin-left: 5px; }
    section.calc2 .wrapper .calc__mainWrap-data {
      border: 1px solid #cfd4d8;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      min-width: 368px;
      padding: 10px 32px;
      padding-bottom: 80px; }
      section.calc2 .wrapper .calc__mainWrap-data span {
        font-size: 24px;
        font-weight: 900;
        color: #484A4D; }
      section.calc2 .wrapper .calc__mainWrap-data .mainWrap-cover-inputWrap {
        margin-top: 20px; }
        section.calc2 .wrapper .calc__mainWrap-data .mainWrap-cover-inputWrap input {
          font-size: 20px;
          color: rgba(72, 74, 77, 0.6);
          font-family: "DINRoundPro";
          padding: 15px 12px;
          width: 100%;
          border: 1.5px solid #03BEAE;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          outline: none; }
          section.calc2 .wrapper .calc__mainWrap-data .mainWrap-cover-inputWrap input:focus {
            background-color: #03beae09; }
  section.calc2 .calc__secondWrap {
    margin-top: 5px;
    width: 100%;
    min-height: 170px;
    background-color: #209380;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.calc2 .calc__secondWrap .secondWrap-left p.secondWrap-leftPrice {
      font-size: 35px;
      font-weight: 700;
      color: white;
      margin-bottom: 22px; }
      section.calc2 .calc__secondWrap .secondWrap-left p.secondWrap-leftPrice span {
        font-weight: 900;
        margin: 0 7px; }
    section.calc2 .calc__secondWrap .secondWrap-left p.secondWrap-leftDescr {
      font-size: 18px;
      color: white;
      margin-top: 0px; }
    section.calc2 .calc__secondWrap .secondWrap-right button {
      font-size: 30px;
      color: white;
      text-decoration: none;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      -webkit-border-radius: 5px;
              border-radius: 5px;
      border: none;
      display: block;
      cursor: pointer;
      min-width: 450px;
      padding: 14px 10px;
      -webkit-transition: .15s;
      -o-transition: .15s;
      transition: .15s;
      background-color: #F29119; }
      section.calc2 .calc__secondWrap .secondWrap-right button:hover {
        -webkit-transform: translateY(-5%);
            -ms-transform: translateY(-5%);
                transform: translateY(-5%);
        -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
                box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45); }
    section.calc2 .calc__secondWrap .secondWrap-right p.secondWrap-leftDescr {
      font-size: 18px;
      color: white;
      margin-bottom: -5px; }

.thanks {
  width: 800px;
  height: 300px;
  background-color: #F29119;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 30;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 8px solid #ffdfb92a;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none; }
  .thanks p {
    font-size: 30px;
    color: white;
    text-align: center;
    font-weight: 700; }
  .thanks .fa {
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    position: absolute;
    cursor: pointer; }
    .thanks .fa:hover {
      opacity: .6; }


.header__item a {
  font-size: 16px !important; }

.header__item .header__item-icon {
  min-width: 35px;
  min-height: 35px;
  background-color: #209380;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px; }
  .header__item .header__item-icon .fa {
    color: white;
    font-size: 17px; }
    
    
a.footer-document {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
}


.alel {
  background-color: #209380;
    max-width: 800px;
    margin: auto;
    border-radius: 10px;
    padding: 12px 40px;
    margin-bottom: 59px;
}

.alel p {
  color: white;
  font-size: 27px;
  text-align: center;
}

.mainWrap-cover-inputWrap.polit {
  display: flex;
  align-items: center;
}

.mainWrap-cover-inputWrap.polit input {
  width: auto!important;
}

.mainWrap-cover-inputWrap.polit label {
  font-size: 14px;
  margin-left: 10px;
}

.mainWrap-cover-inputWrap.polit label a {
  color: black;
}

.mainWrap-cover-inputWrap.polit label a:hover {
  text-decoration: none;
}

.socia {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}

.socia img {
  height: 28px;
  width: 28px;
  margin-right: 0!important;
}