/* open-sans-300 - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("../fonts/open-sans-v29-latin_cyrillic-300.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/open-sans-v29-latin_cyrillic-300.woff") format("woff");
  /* Modern Browsers */
}

/* open-sans-regular - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/open-sans-v29-latin_cyrillic-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/open-sans-v29-latin_cyrillic-regular.woff") format("woff");
  /* Modern Browsers */
}

/* open-sans-600 - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("../fonts/open-sans-v29-latin_cyrillic-600.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/open-sans-v29-latin_cyrillic-600.woff") format("woff");
  /* Modern Browsers */
}

* {
  box-sizing: border-box;
}

a {
	text-decoration: none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times,
    "Times New Roman", serif;
	display: block;
	color: #1311F5;
	font-weight: bolder;
}

.container {
  max-width: 1200px;
  /* max-width: 90%; */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Header */

.header {
  border-bottom: 1px solid #1c1c1c;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times,
    "Times New Roman", serif;
}

.info-wrapper {
	padding: 0px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #333;
}

.infoblock-wrapper {
  border-bottom: 1px solid #333;
  padding: 0 0 20px 0;
}

.social-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}

.infoblock-wrapper {
  margin-bottom: 20px;
}

.infoblock-wrapper img {
  margin-bottom: 20px;
}

.info-wrapper img,
.infoblock-wrapper img {
	width: 350px;
	margin-top: 60px;
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 60px;
}
.container .info-wrapper img {
}

.section-hero .container.hero-container {}
.container .info-wrapper img {
}


.logo-img {
  max-width: 150px;
  height: 134px;
}

.header-container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.nav-list {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}

.nav-list-item:not(:last-child) {
  margin-right: 50px;
}

.nav-list-item {
  line-height: 1;
}

.nav-list-link {
  line-height: 1;
  color: #1c1c1c;
  transition: color 0.3s ease;
  font-size: 20px;
  margin-bottom: 20px;
}

.nav-list-item.is-active .nav-list-link {
  color: #3172b9;
}

.infogr {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  background-color: #3172b9;
  border-radius: 4px;
  display: inline-block;
}

/* Main */
.hero-container {
  padding-top: 120px;
  padding-bottom: 130px;
}

.hero-content {
  max-width: 50%;
}

.section-hero-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  color: #1c1c1c;
}

.section-hero-description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
  color: #787878;
}

.section-hero {
  background: url(../img/parallax\ 1.jpg) right center no-repeat white;
  background-size: contain;
}

.text-wrapper {
  line-height: 1.4;
  margin-bottom: 30px;
}

.text-wrapper p {
  margin-bottom: 10px;
  font-size: 18px;
}

.thumb-title {
  font-size: 36px;
  margin-bottom: 30px;
  color: #0a1def;
}

.text {
	margin: 30px 0;
	line-height: 1.4;
	font-size: 18px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

/* TODO thumb  */
.thumb-wrapper {
  display: grid;
  /* grid-template-columns: repeat(3, minmax(320px, 320px)); */
  grid-template-columns: repeat(auto-fit, minmax(320px, 320px));
  gap: 20px;
  margin-bottom: 30px;
}

.thumb-wrapper img {
  height: 280px;
}

/* Bloks */
.text-center {
  text-align: center;
}

.section-kartochki {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #919191c7;
}

/* TODO  */
.section-list-kar {
  margin-top: 60px;
  display: flex;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times,
    "Times New Roman", serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 30px;
}

.section-list-item {
  flex: 1 1 25%;
  border: 1px solid #ccc5c5;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: 100ms;
}

.section-list-item:not(:last-child) {
  margin-right: 30px;
}

.section-kar-zag {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #1c1c1c;
}

.section-kar-text {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #0f0001;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 52px;
  font-weight: 400;
  color: #1c1c1c;
  background-color: #cdebe9;
  padding: 40px;
}

.section-information {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #919191c7;
  margin-bottom: 30px;
}

.section-info-text {
  text-align: left;
  margin: 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #0a1def;
  border-bottom: 1px solid #919191c7;
  padding: 20px 0;
}

.section-info-kartinka {
  padding: 10px 10px;
  border: 2px solid #919191c7;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times,
    "Times New Roman", serif;
  font-size: 18px;
  margin-right: 20px;
}

.contacts {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #919191c7;
}

.section-contacts-list {
  display: flex;
  margin-top: 43px;
}

.section-contacts-item {
  flex: 1 1 33.33%;
}

.section-contacts-info {
  max-width: 250px;
  font-size: 14px;
  line-height: 25px;
  color: #787878;
}

.section-contacts-link {
  color: #181ce9;
  font-style: inherit;
  font-size: 14px;
  font-weight: normal;
}

.section-contacts-icon {
  display: block;
  height: 30px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  background-color: transparent;
}

.section-contacts-icon-icon1 {
  background-image: url("../img/icon1.png");
}

.section-contacts-icon-icon2 {
  background-image: url("../img/icon2.png");
}

.section-contacts-icon-icon3 {
  background-image: url("../img/icon3.png");
}

.section-contacts-heading {
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1;
  color: #1c1c1c;
}

.thumb img {
  border: 2px solid #55c5e9;
  /* Рамка вокруг фотографии */
  padding: 15px;
  /* Расстояние от картинки до рамки */
  background: #666;
  /* Цвет фона */
}

.footer {
  padding: 20px;
}

/* TODO  */
.footer-contayner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-right {
  display: flex;
  align-items: center;
}

.footer-nav-list {
  display: flex;
}

.footer-nav {
  margin-right: 55px;
}

.footer-nav-item {
  font-size: 18px;
  line-height: 1;
}

.footer-nav-link {
  color: #787878;
}

.footer-nav-item:not(:last-child) {
  margin-right: 35px;
}

.footer-social-list {
  display: flex;
  align-items: center;
}

.footer-social-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 18px;
  height: 18px;
}

.footer-social-item:not(:last-child) {
  margin-right: 30px;
}

.footer-social-icon-telega {
  background-image: url("../img/telega.png");
}

.footer-social-icon-whatsapp {
  background-image: url("../img/whatsapp.png");
}

.footer-social-icon-icon3 {
  background-image: url("../img/icon3.png");
}

.footer-copyrights {
  font-size: 16px;
  line-height: 17px;
  color: #787878;
}

.footer-logo-img {
  width: 120px;
  margin-right: 20px;
}

.nav-list-link:hover {
  color: #3172b9;
}

.section-list-item:hover {
  background-color: #3172b9;
  cursor: pointer;
  color: white;
}

.section-list-item:hover .section-kar-text {
  color: white;
  font-style: normal;
}

.section-list-item:hover .section-kar-zag {
  color: white;
}

.infogr-link {
  color: white;
}

.infogr:active {
  transform: translateY(2px);
}

.submenu {
  position: absolute;
  background-color: #3173b9f8;
  border: 1px solid #787878;
  border-radius: 5px;
  flex-direction: column;
  padding: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  display: none;
  transition: all 0.3s ease;
}

.submenu-li {
  position: relative;
  align-items: center;
  transition: color 0.3s ease;
  height: auto;
  display: block;
}

.submenu-li-text {
  color: #ffffff;
  text-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.3s ease;
}

li .submenu-li:hover .submenu-li-text {
  color: #fff;
  text-decoration: underline;
}

.submenu-li:not(:last-child) {
  margin-bottom: 20px;
}

.nav-list-item:hover .submenu {
  display: flex;
  transition: all 0.3s ease;
}

.section-table {
  padding-top: 70px;
  position: relative;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
}

.header-social-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 150px;
  height: 42px;
  margin-right: 10px;
}

.header-social-icon-whatsapp {
  background-image: url("../img/premium-icon-whatsapp-3536445.png");
}

.infogr1 {
  background-color: transparent;
  border-radius: 4px;
  display: flex;
}

.infogr1:active {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}

/* TODO мобильное меню */
.navigation-gamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
  justify-content: space-between;
  background-color: #cdebe9;
  padding: 10px 20px;
  display: none;
}

.gamburger {
  width: 50px;
  height: 50px;
  position: relative;
  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;
  cursor: pointer;
}

.navigation-phone a:first-child {
  color: #000;
  font-weight: 900;
  font-size: 24px;
  text-decoration: none;
  margin-right: 10px;
}

.gamburger span::before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.gamburger span::after,
.gamburger span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: inherit;
  border-radius: 10px;
}

.gamburger span::after {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.gamburger span {
  width: 40px;
  height: 3px;
  background: #000;
  border-radius: 10px;
}

.float-menu {
  position: fixed;
  background: #0077b6;
  width: 100%;
  height: 100%;
  top: -100%;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 100;
}

.float-menu a {
  color: #fff;
}

.logo-slogan {
  font-size: 32px;
  margin-bottom: 30px;
}

.float-menu .submenu-li-text {
  text-align: left;
}

.float-menu .nav-list-item {
  margin-bottom: 10px;
}

.float-menu .nav-list-link:hover {
  text-decoration: underline;
  color: #fff;
}

.float-close {
  background: crimson;
  width: 50px;
  height: 50px;
  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;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.float-close span::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(87deg);
  -ms-transform: rotate(87deg);
  transform: rotate(87deg);
  width: 30px;
  height: 3px;
  background: #fff;
}

.float-close span {
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  transform: rotate(47deg);
}

.list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 50px 0;
}

.menu-list {
  padding: 20px 0;
  list-style-type: none;
  line-height: 1.7;
  position: relative;
}

.float-menu .nav-list {
  display: flex;
  flex-direction: column;
}
.container .info-wrapper img {
}
.container .info-wrapper img {
}



/* TODO mediaquery */
@media (max-width: 1070px) {
  .infogr {
    display: none;
  }
}

/* TODO 890 */
@media (max-width: 890px) {
  .header-social-icon-whatsapp {
    display: none;
  }

  .hero-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-list-kar {
    flex-direction: column;
  }

  .section-list-item {
    margin-bottom: 10px;
  }

  .section-list-item:not(:last-child) {
    margin-right: 0;
  }
}

/* TODO 1120 */
@media (max-width: 1120px) {
  .footer-nav-list {
    flex-direction: column;
  }
}

/* TODO 750 */
@media (max-width: 750px) {
  .hero-content {
    max-width: 100%;
  }

  .footer-nav-list {
    flex-direction: column;
  }

  .footer-nav {
    margin: 0;
  }
}

/* TODO 700 */
@media (max-width: 700px) {
  .info-wrapper {
    padding: 50px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .info-wrapper img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .section-info-kartinka {
    margin-right: 0;
  }

  .nav-list {
    display: none;
  }

  .container.footer-contayner {
    flex-direction: column;
  }

  .footer-contayner {
    display: block;
  }

  .section-kartochki {
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid #919191c7;
  }

  .section-information {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #919191c7;
    margin-bottom: 30px;
  }

  .contacts {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #919191c7;
  }

  .section-hero {
    background: url(../img/parallax\ 1.jpg) left no-repeat;
    background-size: cover;
  }

  .thumb-wrapper {
    display: grid;
    /* grid-template-columns: repeat(3, minmax(320px, 320px)); */
    grid-template-columns: repeat(auto-fit, minmax(320px, 320px));
    gap: 20px;
    justify-content: center;
  }

  .section-heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 52px;
    font-weight: 400;
    color: #1c1c1c;
    background-color: #cdebe9;
    padding: 20px;
  }

  .section-contacts-list {
    flex-direction: column;
  }

  .footer-left {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .footer-right {}

  .footer-logo-img {
    width: 120px;
    margin: 0 20px 0 0;
  }

  .navigation-gamburger {
    display: flex;
  }

  .section-table {
    padding-bottom: 50px;
  }
}

/* TODO 430 */
@media (max-width: 430px) {
  .thumb-title {
    font-size: 24px;
  }

  .section-heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 52px;
    font-weight: 400;
    color: #1c1c1c;
    background-color: #cdebe9;
    padding: 20px;
  }

  .nav-list {
    flex-direction: column;
  }

  .infogr1 {
    background-color: transparent;
    border-radius: 4px;
    display: block;
    margin-left: 0;
  }

  .section-hero-heading {
    margin-top: 50px;
  }

  .section-hero-heading {
    font-size: 24px;
  }

  .hero-content {
    max-width: 100%;
  }
}
