@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body{
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
ul{
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 62.5%;
  font-weight: 300;
  line-height: 1.1;
  scroll-behavior: smooth;
  color: #272727;
}

body {
  background-color: #f3f3f3;
}

.wrapper {
  max-width: 1420px;
  margin: 0 auto;
  background-color: #ffffff;
}

.main {
  overflow: hidden;
  margin-top: 60px;
}
.main--no-mt{
  margin-top: 0;
}
@media screen and (max-width: 739px) {
  
}

.heading__page {
  font-size: 3rem;
  color: #1381C6;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 80px 0;
  border-bottom: 2px solid #C3EAFE;
}
@media screen and (max-width: 739px) {
  .heading__page {
    padding: 50px 0;
    font-size: 2rem;
  }
}

.list__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #C3EAFE;
}
.list__page li {
  font-size: 1.4rem;
  font-weight: lighter;
  color: #C4C4C4;
  line-height: 2.8rem;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .list__page li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 739px) {
  .list__page li {
    margin-right: 10px;
    font-size: 1.4rem;
  }
}
.list__page li:last-child a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1381C6;
  line-height: 2.8rem;
}
.list__page li::first-letter {
  text-transform: uppercase;
}
.list__page li:first-child a {
  padding-left: 0;
}
.list__page li:not(:first-child)::after {
  content: "/";
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list__page a {
  text-decoration: none;
  color: #C4C4C4;
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .list__page a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 739px) {
  .list__page a {
    padding-left: 10px;
  }
}

@media (max-width: 1023px) {
  .hide-on-mobile-tablet {
    display: none;
  }
}
/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none;
  }
}
/* Mobile */
@media (max-width: 739px) {
  .hide-on-mobile {
    display: none;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes iconTotop {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes iconTotop {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes spiner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spiner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.grid {
  width: 100%;
  display: block;
  padding: 0;
}

.grid.wide {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 739px) {
  .grid.wide{
    padding: 0 25px;
  }
}
/* Mobile */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}

.row.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.row.no-gutters .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-0 {
  display: none;
}

.c-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-0 {
  margin-left: 0;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .m-0 {
    display: none;
  }

  .m-1,
.m-2,
.m-3,
.m-4,
.m-5,
.m-6,
.m-7,
.m-8,
.m-9,
.m-10,
.m-11,
.m-12 {
    display: block;
  }

  .m-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .m-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .m-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .m-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .m-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .m-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .m-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .m-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .m-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .m-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .m-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .m-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-o-0 {
    margin-left: 0;
  }

  .m-o-1 {
    margin-left: 8.33333%;
  }

  .m-o-2 {
    margin-left: 16.66667%;
  }

  .m-o-3 {
    margin-left: 25%;
  }

  .m-o-4 {
    margin-left: 33.33333%;
  }

  .m-o-5 {
    margin-left: 41.66667%;
  }

  .m-o-6 {
    margin-left: 50%;
  }

  .m-o-7 {
    margin-left: 58.33333%;
  }

  .m-o-8 {
    margin-left: 66.66667%;
  }

  .m-o-9 {
    margin-left: 75%;
  }

  .m-o-10 {
    margin-left: 83.33333%;
  }

  .m-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1024px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row.lg-gutter {
    margin-left: -24px;
    margin-right: -24px;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row.lg-gutter .col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .l-0 {
    display: none;
  }

  .l-1,
.l-2,
.l-2-4,
.l-3,
.l-4,
.l-5,
.l-6,
.l-7,
.l-8,
.l-9,
.l-10,
.l-11,
.l-12 {
    display: block;
  }

  .l-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .l-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.33333%;
    flex: 0 0 56.33333%;
    max-width: 58.33333%;
  }

  .l-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .l-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-o-0 {
    margin-left: 0;
  }

  .l-o-1 {
    margin-left: 8.33333%;
  }

  .l-o-2 {
    margin-left: 16.66667%;
  }

  .l-o-3 {
    margin-left: 25%;
  }

  .l-o-4 {
    margin-left: 33.33333%;
  }

  .l-o-5 {
    margin-left: 41.66667%;
  }

  .l-o-6 {
    margin-left: 50%;
  }

  .l-o-7 {
    margin-left: 58.33333%;
  }

  .l-o-8 {
    margin-left: 66.66667%;
  }

  .l-o-9 {
    margin-left: 75%;
  }

  .l-o-10 {
    margin-left: 83.33333%;
  }

  .l-o-11 {
    margin-left: 91.66667%;
  }
}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .wide {
    width: 644px;
  }
}
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .wide {
    width: 984px;
  }

  .wide .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .wide .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .wide .row.lg-gutter {
    margin-left: -24px;
    margin-right: -24px;
  }

  .wide .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wide .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wide .row.lg-gutter .col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wide .l-0 {
    display: none;
  }

  .wide .l-1,
.wide .l-2,
.wide .l-2-4,
.wide .l-3,
.wide .l-4,
.wide .l-5,
.wide .l-6,
.wide .l-7,
.wide .l-8,
.wide .l-9,
.wide .l-10,
.wide .l-11,
.wide .l-12 {
    display: block;
  }

  .wide .l-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .wide .l-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .wide .l-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .wide .l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wide .l-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wide .l-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .wide .l-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wide .l-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .wide .l-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .wide .l-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wide .l-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .wide .l-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .wide .l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wide .l-o-0 {
    margin-left: 0;
  }

  .wide .l-o-1 {
    margin-left: 8.33333%;
  }

  .wide .l-o-2 {
    margin-left: 16.66667%;
  }

  .wide .l-o-3 {
    margin-left: 25%;
  }

  .wide .l-o-4 {
    margin-left: 33.33333%;
  }

  .wide .l-o-5 {
    margin-left: 41.66667%;
  }

  .wide .l-o-6 {
    margin-left: 50%;
  }

  .wide .l-o-7 {
    margin-left: 58.33333%;
  }

  .wide .l-o-8 {
    margin-left: 66.66667%;
  }

  .wide .l-o-9 {
    margin-left: 75%;
  }

  .wide .l-o-10 {
    margin-left: 83.33333%;
  }

  .wide .l-o-11 {
    margin-left: 91.66667%;
  }
}
.btn {
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 10px;
  width: 250px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .btn {
    width: 200px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.btn:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.btn--red {
  background-color: #FD3945;
  color: #ffffff;
}
.btn--blue {
  background-color: #1381C6;
  color: #ffffff;
}
.btn--border {
  background-color: transparent;
  border: 2px solid #1381C6;
  color: #1381C6;
}

.form {
  width: 500px;
}
@media screen and (max-width: 739px) {
  .form {
    width: 100%;
  }
}

.form-group {
  margin-bottom: 12px;
}

.form-label,
.form-message {
  text-align: left;
}

.form-label {
  font-weight: lighter;
  font-size: 1.8rem;
  color: #1381C6;
}
@media screen and (max-width: 739px) {
  .form-label {
    font-size: #C3EAFE;
    font-size: 1.4rem;
  }
}

.form-control {
  height: 40px;
  width: 100%;
  margin-top: 10px;
  display: block;
  padding: 8px 12px;
  outline: none;
  border: 1px solid transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  color: #272727;
  font-weight: normal;
  border-radius: 4px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.form-control:hover, .form-control:focus {
  border: 1px solid #1381C6;
}
@media screen and (max-width: 739px) {
  .form-control {
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
  }
}

.form-group.invalid .form-control {
  border-color: #f33a58;
}

.form-group.invalid .form-message {
  color: #f33a58;
}

.form-message {
  font-size: 1.8rem;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 739px) {
  .form-message {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 739px) {
  .form-submit {
    margin-top: 25px;
  }
}

#yourmessage {
  font-size: 1.8rem;
  height: 200px;
  resize: none;
  color: #272727;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 739px) {
  #yourmessage {
    font-size: 1.4rem;
  }
}

#yourphone::-webkit-outer-spin-button, #yourphone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-message-success {
  font-size: 2rem;
  margin-left: 24px;
  color: green;
}
@media screen and (max-width: 1023px) {
  .form-message-success {
    margin-left: 0;
    margin-top: 24px;
  }
}

.header__top {
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top__block {
  background-color: #1381C6;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 1420px;
}
@media (max-width: 1420px) {
  .header__top__block{
    width: 100%;
  }
}
@media screen and (max-width: 739px) {
  .header__top__block {
    /* padding: 0 25px; */
  }
}
.header__modal {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99;
}
.header__modal--toggle {
  display: block;
}
.header__logo {
  width: 46px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .header__logo {
    width: 30px;
  }
}
.header__logo > img {
  width: 100%;
}
.header__navbar > i {
  font-size: 2.4rem;
  color: #ffffff;
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__navbar > i {
    display: block;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    text-align: right;
    padding-right: 25px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
  }
  .header__menu .active > a {
    font-weight: 800;
  }
  .header__menu > li {
    margin-top: 30px;
  }
  .header__menu > li:last-child {
    margin-bottom: 30px;
  }
  .header__menu a {
    color: #1381C6;
  }
}
.header__item {
  margin-left: 42.5px;
  position: relative;
}
.header__item:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -6px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #dddddd;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.header__item:hover:after {
  width: 100%;
  left: 0;
}
.header__link {
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #dddddd;
  white-space: nowrap;
}
.header .slick-slide {
  cursor: -webkit-grab;
  cursor: grab;
}
.header__search__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  color: #ffffff;
  border-bottom: 1px solid #dddddd;
  height: 30px;
  width: 18.31vw;
}
.header__search__icon {
  margin-right: 5px;
}
.header__search__input {
  outline: none;
  border: none;
  background-color: transparent;
  height: 100%;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: white;
}
.header__search__input::-webkit-input-placeholder {
  font-style: italic;
  color: #dddddd;
}
.header__search__input::-moz-placeholder {
  font-style: italic;
  color: #dddddd;
}
.header__search__input:-ms-input-placeholder {
  font-style: italic;
  color: #dddddd;
}
.header__search__input::-ms-input-placeholder {
  font-style: italic;
  color: #dddddd;
}
.header__search__input::placeholder {
  font-style: italic;
  color: #dddddd;
}
.header__slider {
  overflow: hidden;
  margin-top: 60px;
}
.header__slick__block {
  position: relative;
  width: 100%;
  height: 650px;
}
@media (max-width: 739px) {
  .header__slick__block {
    height: calc(100vh - 60px);
  }
}
.header__slick__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
}
.header__slick__modal {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(top, rgba(19, 129, 198, 0) 17.71%, #004875 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17.71%, rgba(19, 129, 198, 0)), to(#004875));
  background: linear-gradient(180deg, rgba(19, 129, 198, 0) 17.71%, #004875 100%);
}
.header__slick__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 55%;
}
@media screen and (max-width: 1023px) {
  .header__slick__content {
    width: 80%;
  }
}
@media screen and (max-width: 739px) {
  .header__slick__content {
    width: 90%;
  }
}
.header__slick__title {
  font-size: 45px;
  font-weight: 800;
  color: #ffffff;
  line-height: 2.8rem;
  line-height: 1.5;
  text-transform: uppercase;
  text-shadow: 1px 3px 0 #1381C6;
}
@media screen and (max-width: 1023px) {
  .header__slick__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 739px) {
  .header__slick__title {
    font-size: 25px;
  }
  .header__slick__title > span {
    width: 2px;
    height: 2px;
    display: block;
  }
}
.header__slick__btn {
  margin-top: 50px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.header__slick .slick-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__slick .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 10px;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  background-color: #ffffff;
  opacity: 50%;
  outline: none;
  text-indent: -9999px;
}
.header__slick .slick-dots li.slick-active button {
  background-color: #ffffff;
  opacity: 1;
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #272727;
}
.loading__text {
  position: relative;
  margin: auto;
  color: #ffffff;
  height: 100px;
  font-size: 4rem;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1381C6;
}
@media screen and (max-width: 739px) {
  .loading__text {
    font-size: 2.5rem;
  }
}
.loading__text::before {
  color: #1381C6;
  white-space: nowrap;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  overflow: hidden;
  height: 100%;
  -webkit-animation: loading linear infinite 3s;
          animation: loading linear infinite 3s;
}

.contact__social {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1419px) {
  .contact__social {
    right: 30px;
  }
}
@media screen and (max-width: 739px) {
  .contact__social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact__social__icon {
  margin-top: 12px;
  margin-left: 12px;
  text-decoration: none;
  position: relative;
}
.contact__social__icon > p {
  display: none;
}
.contact__social__icon > img {
  width: 40px;
  height: 40px;
}
.contact__social__icon .popup-phone {
  font-size: 1.8rem;
  background-color: #ffffff;
  position: absolute;
  top: -40px;
  right: 0;
  border-radius: 8px;
  border: 2px solid #FD3945;
  color: #FD3945;
  padding: 5px 10px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 2px 0 #C3EAFE;
          box-shadow: 0 0 2px 0 #C3EAFE;
          white-space: nowrap;
}

.section__products {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 739px) {
  .section__products {
    margin-bottom: 50px;
  }
}
.section__products__container {
  margin-top: 80px;
}
@media screen and (max-width: 739px) {
  .section__products__container {
    margin-top: 50px;
  }
}
.section__products__block {
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #272727;
  text-align: center;
  margin-bottom: 35px;
  width: 100%;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.section__products__block:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 739px) {
  .section__products__block {
    font-size: 1.4rem;
  }
}
.section__products__image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 0 0 #1381C6;
          box-shadow: 0 6px 0 0 #1381C6;
}
.section__products__name {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 739px) {
  .section__products__name {
    font-size: 1.4rem;
  }
}
.section__products__btn {
  margin-top: 80px;
}
@media screen and (max-width: 739px) {
  .section__products__btn {
    margin-top: 26px;
  }
}

.section__intro {
  background-color: #C3EAFE;
}
@media screen and (max-width: 739px) {
  .section__intro {
    margin: 0 -25px;
    background-color: transparent;
  }
}
.section__intro__image {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1419px) {
  .section__intro__image {
    width: 60vw;
  }
}
@media screen and (max-width: 1023px) {
  .section__intro__image {
    width: 100%;
  }
}
@media screen and (max-width: 739px) {
  .section__intro__image {
    padding: 30px 0;
    height: auto;
    background-color: #C3EAFE;
  }
}
.section__intro__image > img {
  margin: auto;
  width: 665px;
}
@media screen and (max-width: 1419px) {
  .section__intro__image > img {
    width: 45vw;
  }
}
@media screen and (max-width: 1023px) {
  .section__intro__image > img {
    width: 665px;
  }
}
@media screen and (max-width: 739px) {
  .section__intro__image > img {
    width: 325px;
  }
}
.section__intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  width: 548px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 #C3EAFE;
          box-shadow: 0 0 15px 0 #C3EAFE;
}
@media screen and (max-width: 1023px) {
  .section__intro__block {
    height: 650px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 40px;
  }
}
@media screen and (max-width: 739px) {
  .section__intro__block {
    height: auto;
  }
}
.section__intro__content {
  text-align: center;
  margin: auto 60px;
}
@media screen and (max-width: 1023px) {
  .section__intro__content {
    margin: auto;
  }
}
.section__intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 800;
  color: #272727;
  line-height: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media screen and (max-width: 739px) {
  .section__intro__item {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.section__intro__number {
  font-size: 3rem;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 3px solid #1381C6;
  background-color: #C3EAFE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 739px) {
  .section__intro__number {
    font-size: 1.6rem;
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
}
.section__intro__text {
  text-align: left;
  min-width: 280px;
  line-height: normal;
}
@media screen and (max-width: 739px) {
  .section__intro__text {
    line-height: 1.3;
    min-width: 220px;
  }
}
.section__intro__btn {
  margin-top: 24px;
}
@media screen and (max-width: 739px) {
  .section__intro__btn {
    margin-bottom: 50px;
  }
}

.section__news__heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 739px) {
  .section__news__heading {
    margin-bottom: 50px;
  }
}
.section__news__block {
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.section__news__block:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(196, 196, 196, 0.5);
          box-shadow: 0 0 10px 1px rgba(196, 196, 196, 0.5);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 1023px) {
  .section__news__block {
    margin-bottom: 24px;
  }
  .section__news__block:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.section__news__image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 739px) {
  .section__news__image {
    height: 218px;
  }
}
.section__news__name {
  width: 100%;
  background-color: #1381C6;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
}
@media screen and (max-width: 739px) {
  .section__news__name {
    font-size: 1.2rem;
  }
}
.section__news__content {
  padding: 20px;
  background-color: #F4F4F4;
  text-align: center;
}
.section__news__text {
  font-size: 1.6rem;
  font-weight: lighter;
  color: #272727;
  line-height: 2.8rem;
  line-height: 145%;
  letter-spacing: 0.9px;
  width: 344px;
  margin: auto;
  height: 116px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 1419px) {
  .section__news__text {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .section__news__text {
    height: auto;
  }
}
@media screen and (max-width: 739px) {
  .section__news__text {
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.9px;
  }
}
.section__news__btn {
  display: inline-block;
  margin-top: 25px;
  font-size: 1.4rem;
  font-weight: lighter;
  color: #1381C6;
  line-height: 2.8rem;
  text-decoration: underline;
}
@media screen and (max-width: 739px) {
  .section__news__btn {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
.section__news__line-bottom {
  width: 100%;
  height: 2px;
  background-color: #C3EAFE;
  margin: 80px 0;
}
@media screen and (max-width: 739px) {
  .section__news__line-bottom {
    margin: 50px 0;
  }
}

.products {
  margin-top: 80px;
  border-bottom: 2px solid #C3EAFE;
  margin-bottom: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 739px) {
  .products {
    margin-top: 50px;
  }
}
.products__filter {
  padding-right: 20px;
}
.products__type {
  margin-bottom: 10px;
}
.products__type__block {
  font-size: 1.4rem;
  white-space: nowrap;
  font-weight: bold;
  color: #1381C6;
  line-height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 213px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.products__type__block > i {
  z-index: 9;
  cursor: pointer;
  font-size: 2rem;
}
.products__type__block > i.active::before {
  content: "";
  position: relative;
  top: 9px;
}
.products__type__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.products__type__list {
  padding-left: 24px;
  margin-top: 10px;
}
.products__type__item {
  font-size: 1.6rem;
  font-weight: lighter;
  color: #272727;
  line-height: 2.8rem;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all linear 0.3;
  -o-transition: all linear 0.3;
  transition: all linear 0.3;
  margin-bottom: 24px;
}
.products__type__item.active {
  font-weight: bold;
}
.products__type__item.active:hover {
  opacity: 1;
}
.products__type__item:hover {
  opacity: 0.8;
}
.products__list {
  padding-left: 60px;
}

.products-small {
  margin-top: 50px;
  border-bottom: 2px solid #C3EAFE;
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .products-small {
    display: block;
  }
}
.products-small__block {
  width: 100%;
  overflow: auto;
  height: 55px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 739px) {
  .products-small__block {
    width: 100vw;
    margin-left: -25px;
  }
}
.products-small__block::-webkit-scrollbar {
  display: none;
}
.products-small__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 739px) {
  .products-small__list {
    margin-left: calc(50% - 112px);
  }
}
.products-small__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
}
@media screen and (max-width: 739px) {
  .products-small__item:last-child {
    padding-right: 30%;
  }
}
.products-small__item.active > .products-small__item__name {
  background-color: #1381C6;
  color: #ffffff;
}
.products-small__item__name {
  margin: auto;
  display: inline;
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1381C6;
  font-size: 1.4rem;
  white-space: nowrap;
  font-weight: bold;
  color: #1381C6;
  line-height: 2.8rem;
  border-radius: 8px;
  text-decoration: none;
}
.products-small__display__item {
  position: relative;
  margin: 40px 0;
}

.products-small__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: normal;
  color: #1381C6;
  line-height: 2.8rem;
  text-transform: capitalize;
  background-color: #F4F4F4;
  margin: 0 -100%;
  height: 40px;
  line-height: 35px;
}
.products-small__type__name {
  position: relative;
  left: 10px;
}
.products-small__type > i {
  position: relative;
  left: 10px;
  margin-left: 8px;
  font-size: 2rem;
}
.products-small__type > i.active {
  top: -9px;
}
.products-small__type > i.active::before {
  content: "";
}
.products-small__type__list {
  text-align: center;
  background-color: #F4F4F4;
  margin: 0 -100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(196, 196, 196, 0.5);
          box-shadow: 0px 4px 4px 0px rgba(196, 196, 196, 0.5);
}
.products-small__type__item {
  font-size: 1.6rem;
  font-weight: normal;
  color: #1381C6;
  line-height: 2.8rem;
  text-transform: capitalize;
  height: 40px;
  line-height: 35px;
}
.products-small__type__link{
  text-decoration: none;
  color: #1381C6;
  text-transform: capitalize;
}
.products-small__type__item.active {
  background-color: #C3EAFE;
}
.products-small__product__item {
  display: none;
}
.products-small__product__item.active {
  display: block;
}

.details__product {
  margin-top: 80px;
}
.details__product__image {
  width: 476px;
}
@media screen and (max-width: 1419px) {
  .details__product__image {
    width: 100%;
  }
}
.details__product__image > img {
  width: 100%;
  margin-bottom: 30px;
}
.details__product__image__name {
  font-size: 3rem;
  font-weight: 600;
  color: #1381C6;
  line-height: 2.8rem;
  text-transform: uppercase;
  display: none;
}
.details__product__block {
  margin-bottom: 24px;
  margin-left: 10px;
}
.details__product__name {
  font-size: 3rem;
  font-weight: bold;
  color: #1381C6;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.details__product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.details__product__title:nth-child(2) {
  margin-left: 24px;
}
.details__product__title:nth-child(2) > li {
  color: #1381C6;
  font-weight: bold;
}
.details__product__title__item {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 40px;
}
.details__product__table__block table {
  width: 100%;
}
.details__product__table__block {
  border-top: 2px solid #C3EAFE;
  border-bottom: 2px solid #C3EAFE;
  padding: 80px 0;
  margin: 80px 0;
}
.details__product__table__block table td {
  padding: 20px 70px;
  text-align: start;
  font-size: 1.8rem;
  font-weight: normal;
}
.table__heading--new {
  background-color: #C3EAFE;
  font-weight: 800;
  color: #1381C6;
  font-size: 18px;
  padding: 20px 70px;

}
.details__product__table__block table tr:nth-of-type(2n) {
  background-color: #f4f4f4;
}
.details__product__mobile{
  display: none;
}

@media screen and (max-width: 1023px) {
  .details__product__mobile{
    display: block;
  }
}
.details__product__mobile:last-child {
  border-bottom: 2px solid #C3EAFE;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 739px) {
  .details__product__mobile:last-child {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.details__product__mobile__name {
  font-size: 3rem;
  font-weight: bold;
  color: #1381C6;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 739px) {
  .details__product__mobile__name {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.details__product__mobile__image {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
@media screen and (max-width: 739px) {
  .details__product__mobile__image {
    margin-bottom: 30px;
  }
}
.details__product__mobile table {
  margin-bottom: 40px;
  width: 100%;
}
.details__product__mobile table td {
  font-size: 1.8rem;
  width: 50%;
  font-weight: normal;
  color: #272727;
  line-height: 1.3;
  border-bottom: 20px solid #ffffff;
}
@media screen and (max-width: 739px) {
  .details__product__mobile table {
    width: 100%;
    margin-bottom: 30px;
  }
  .details__product__mobile table td {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
    color: #272727;
    border-bottom: 20px solid #ffffff;
    white-space: nowrap;
  }
}
.details__product__mobile table:first-child tr > td:last-child {
  color: #1381C6;
  font-weight: bold;
}
.table__heading {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1381C6;
  background-color: #C3EAFE;
  text-align: left;
  text-transform: uppercase;
  height: 70px;
  line-height: 70px;
  margin-bottom: 40px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .table__heading{
    display: block;
  }
}
@media screen and (max-width: 739px) {
  .table__heading {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1381C6;
    line-height: 2.8rem;
    height: 35px;
    line-height: 35px;
  }
}
.details__new {
  padding-bottom: 80px;
  border-bottom: 2px solid #C3EAFE;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 739px) {
  .details__new {
    margin-top: 50px;
  }
}
.details__new__heading {
  font-size: 3rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  text-align: center;
  line-height: normal;
  margin: 0 auto;
  margin-bottom: 80px;
  text-transform: uppercase;
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .details__new__heading {
    width: 100%;
    margin: 30px 0 60px;
  }
}
@media screen and (max-width: 739px) {
  .details__new__heading {
    font-size: 1.6rem;
    margin: 30px 0;
  }
  .details__new__heading span {
    display: block;
    width: 2px;
  }
}
.details__new__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 1023px){
  .details__new__block {
    margin-top: 0;
  }
}
.details__new__content {
  margin: 0 auto;
  text-align: justify;
  width: 1110px;
}
@media screen and (max-width: 1023px){
  .details__new__content {
    width: 100%;
  }
}
.details__new__content p {
  font-size: 1.8rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
  margin-bottom: 12px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 739px) {
  .details__new__content p {
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.7px;
  }
}
.details__new__image {
  width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 1239px){
  .details__new__image{
    width: auto;
  }
}
.details__new__image > img{
  width: 100%;
}
.details__new__image__mb {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.details__new__link {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-style: italic;
  color: #1381C6;
}

.news {
  margin-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 2px solid #C3EAFE;
}
@media screen and (max-width: 739px) {
  .news {
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 600px;
  margin-bottom: 80px;
  text-decoration: none;
}
.news__block:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(196, 196, 196, 0.5);
          box-shadow: 0 0 10px 1px rgba(196, 196, 196, 0.5);
}
@media screen and (max-width: 1419px) {
  .news__block {
    width: 100%;
  }
}
@media screen and (max-width: 739px) {
  .news__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 25px;
  }
  .news__block:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.news__image {
  width: 250px;
  height: 250px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1419px) {
  .news__image {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 1023px) {
  .news__image {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 739px) {
  .news__image {
    width: 100%;
    padding-top: 100%;
  }
}
.news__content {
  margin-left: 25px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1419px) {
  .news__content {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 1023px) {
  .news__content {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 739px) {
  .news__content {
    margin-left: 0;
    font-size: 1.6rem;
  }
}
.news__name {
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 739px) {
  .news__name {
    margin: 20px 0;
  }
}
.news__text {
  margin: 20px 0;
  letter-spacing: 0.9px;
  line-height: normal;
  height: 96px;
}
@media screen and (max-width: 1419px) {
  .news__text {
    margin: 0.2vw 0;
  }
}
@media screen and (max-width: 1023px) {
  .news__text {
    margin: 20px 0;
  }
}
@media screen and (max-width: 739px) {
  .news__text {
    margin: 20px 0;
    height: auto;
  }
}
.news__link {
  color: #1381C6;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-style: italic;
  font-weight: lighter;
  text-decoration: underline;
}

.contact {
  background-color: #f4f4f4;
  margin-bottom: 80px;
}
@media screen and (max-width: 739px) {
  .contact {
    margin: 0 -25px;
  }
}
.contact .row {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 735px;
}
@media screen and (max-width: 739px) {
  .contact__form {
    height: auto;
    padding: 30px 25px;
  }
}
.contact__form .form {
  margin: auto;
  padding: 20px;
}
@media (max-width: 1023px) {
  .contact__form .form {
    padding: 0;
  }
}
.contact__map {
  height: 735px;
}
@media screen and (max-width: 739px) {
  .contact__map {
    height: 100vw;
  }
}
.contact__map > iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.contact__line {
  height: 2px;
  background-color: #C3EAFE;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 739px) {
  .contact__line {
    margin: 50px 0;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 739px) {
  .footer {
    /* padding: 0 25px; */
  }
}
.footer__block {
  background-color: #1381C6;
  padding: 50px 0;
}
.footer__list:nth-child(2) {
  margin-right: auto;
  margin-left: 170px;
}
@media screen and (max-width: 1419px) {
  .footer__list:nth-child(2) {
    margin-left: 6vw;
  }
}
.footer__list:nth-child(3) {
  position: relative;
  left: -24px;
}
@media screen and (max-width: 1419px) {
  .footer__list:nth-child(3) {
    left: 0;
  }
}
@media screen and (max-width: 739px) {
  .footer__list:nth-child(3) > li:first-child {
    text-transform: uppercase;
    font-weight: bold;
  }
}
.footer__item {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__item span {
  display: inline-block;
  min-width: 60px;
}
@media screen and (max-width: 739px) {
  .footer__item span {
    min-width: 45px;
  }
}
@media screen and (max-width: 739px) {
  .footer__item {
    font-size: 1.4rem;
    font-weight: lighter;
  }
}
.footer__item__line {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin: 20px 0;
}
.footer__link {
  text-decoration: none;
  color: #ffffff;
}
.footer__link:hover {
  opacity: 0.8;
}
.details__product__block table{
  font-size: 18px;
  font-weight: normal;
}
.details__product__block table tr td{
  padding-bottom: 40px;
}
.details__product__block table tr td:nth-of-type(1){
  width: 144px;
}
.details__product__block table tr td:nth-of-type(2){
  font-weight: bold;
  color: #1381C6;
}

.contact__address{
  margin: 40px 0;
}
.contact__address h2{
  font-size: 1.8rem;
  margin-bottom: 12px;

}
.contact__address p{
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: normal;
}
@media (max-width: 739px) {
  .contact__address{
    margin: 30px 0;
  }
  .contact__address h2{
    font-size: 1.4rem;
  
  }
  .contact__address p{
    font-size: 1.1rem;
  }
}

