@charset "UTF-8";

/*
Theme Name: Swiss Technology 
Author: NordSkif
Description: Swiss Technology 
Version: 1.0

*/

/* CSS3 */



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18.5px;
  text-align: center;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #000001;
}

ul li {
	list-style-type: none;
}

a   {color: #3CA043;
}

a:hover   {text-decoration: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
    border: 1px solid #3CA043;
	max-width: 200px;
	padding: 15px;
	color:  #3CA043;
		width: 250px;
		text-align: center !important;
		align-content: center !important;
		align-items: center !important;
		  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px !important;
}


button:hover {
 background: #3CA043;
	color:  #fff;

}

h1, h2, h3, h4, h5, h6 {
  display: flex;
  margin: 0px auto;
  font-size: 34px;
  color: #3CA043;
  font-weight: 400;
}




input[type="submit" i] hover {
 background: #3CA043;
	color:  #fff;
	line-height: 45px;

}

header {
  width:  100%;
  padding-top:35px;
  background-image: url('./img/bg1.png'), url('./img/bg2.png');
  background-repeat: no-repeat, no-repeat;
  background-position: top right, top left;
  background-size: 44%,56%;
  min-height: 800px;
  display: flex;
  flex-direction: row;
}



.first-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width:  100%;
  text-align: left;
  margin-top: 100px;
  align-items: flex-end;
  margin-bottom: 65px;
}

.top h1 {
  margin: 0px;
}

.top-1 {
  width: 40%
}

.top div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top p {
  font-size: 27px;
  font-weight: 500;
}

.top2 {
  display: flex;
  flex-direction: column;
  justify-content: space-arround;
  align-content: center;
  width:  100%;
  align-items: center;
}

.top2 button {
  display: flex;
  margin: 80px 0px;
}

.top3 {
  display: flex;
  flex-direction: column;
  justify-content: space-arround;
  align-content: center;
  width:  100%;
  align-items: center;
}

.top3 button {
  display: flex;
  margin: 80px 0px;
  margin-bottom:60px;
}


.fix-text  {
	display: flex;

	flex-wrap: wrap;
    min-height: 140px;
	justify-content: space-arround;
    align-content: center;
}

.green {
  color: #3CA043;
}

.green2 {
  color: #3CA043;
  font-size: 31px;
}


.choice {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
}

.choice ul li {
	margin-bottom: 20px;
}

.choice ul li:nth-child(1){
	background: url('./img/bg-choice-1.png') no-repeat left top;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}
.choice ul li:nth-child(2){
	background: url('./img/bg-choice-2.png') no-repeat left top;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}
.choice ul li:nth-child(3){
	background: url('./img/bg-choice-3.png') no-repeat left top;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}
.choice ul li:nth-child(4){
	background: url('./img/bg-choice-4.png') no-repeat left top;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}




.c-1 ul li {
	margin-bottom: 30px;
}

.c-1 {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  background: #fff;
  text-align: left;
}

.b-list-1 {
	display: flex;
	width: 50%;
}

.b-list-1 ul li {
	min-height: 42px;
}

.b-list-1 ul li:nth-child(1){
	background: url('./img/b-1.png') no-repeat left center;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}
.b-list-1 ul li:nth-child(2){
	background: url('./img/b-2.png') no-repeat left center;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}
.b-list-1 ul li:nth-child(3){
	background: url('./img/b-3.png') no-repeat left center;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}
.b-list-1 ul li:nth-child(4){
	background: url('./img/b-4.png') no-repeat left center;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}

.b-list-1 ul li:nth-child(5){
	background: url('./img/b-5.png') no-repeat left center;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}
.b-list-1 ul li:nth-child(6){
	background: url('./img/b-6.png') no-repeat left center;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}

.b-list-2 {
	display: flex;
	width: 50%;
}


.b-list-2 ul li:nth-child(1){
	background: url('./img/b-7.png') no-repeat left center;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}
.b-list-2 ul li:nth-child(2){
	background: url('./img/b-8.png') no-repeat left center;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}
.b-list-2 ul li:nth-child(3){
	background: url('./img/b-9.png') no-repeat left center;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}
.b-list-2 ul li:nth-child(4){
	background: url('./img/b-10.png') no-repeat left center;
	background-size: 42px;
	list-style-type: none;
	padding-left: 55px;
}

.submit {
   padding-top: 50px !important;
   display: flex !important;
}

.golden-mile {
  width:  100%;
  background-image: url("./img/bg-3.png"), url("./img/bg-4.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, bottom left;
  background-size: 55%,45%;
  min-height: 730px;
  display: flex;
  flex-direction: row;
  margin-top: -20px;
}

.golden-mile-2 {
  width:  100%;
  padding-top:35px;
  background-image: url("./img/bg-5.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 55%;
  min-height: 600px;
  display: flex;
  flex-direction: row;
}

.golden-mile-2-block {
  width:  60%;
  text-align: left;
    color: #3CA043;
  font-size: 31px;
    display: flex;
  flex-direction: column;
  justify-content: space-evenly;
 
}

.golden-mile-2-block p {
 width:  60%;
}

.mile {
  display: flex;
  flex-direction: row;
}

.mile-green {
 color: #3CA043;
 font-size: 31px;
}

.mile-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width:  calc(50% - 22px);
  text-align: left;
  padding-left: 22px;
}

.logo {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.wrapper {
    width: 1020px;
	max-width: 100%;
    margin: 0 auto;
}

.news {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: justify;
  margin-bottom: 50px;
}

.news p {
  text-align: center;
}

.news article p {
  text-align: justify;
}

.news article {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #3CA043;
  padding: 35px;
  font-size: 11px;
  margin-top: 35px;
}

.news article time {
  color: #B2B2B2;
}

.news button {
  display: flex;
  margin: 0px auto;
  margin-top: 30px;
}







.devop {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #EFECEA;
  padding: 35px 0px;
}

.devop p {
  width:  70%;
  margin: 0px auto;
  padding: 20px;
}

.devop h4 {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.devop h4 {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.devop button {
  display: flex;
  margin: 30px auto;
}

.video {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.video h4 {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-bottom: 65px;
}

 /* БЛОК ДЛЯ ИНВЕСТОРА */
 
.pre-invest {
  width:  100%;
  background-image: url("./img/bg-6.png"), url("./img/bg-7.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top right, top left;
  background-size: 50%,50%;
  min-height: 250px;
}

.invest {
  width:  100%;
  background-repeat: no-repeat, no-repeat;
  background-position: top right, top left;
  background-size: 50%,50%;
  display: flex;
  flex-direction: row;
  margin: 60px 0px;
}

.invest p {
  width:  70%;
  margin: 0px auto;
  padding: 20px;
}

.invest button {
  margin: 0px auto;
  margin-top: 25px;
}

 /* БЛОК НАШЕЙ КОМАНДЫ И СЛАЙДЕРА */

.team {
  margin: 0px auto;
  padding: 35px 0px;
  width: 100%;
  display: flex;
  background: #F0EDEB;
  margin-bottom: 35px;

}

.team button {
  display: flex;
  margin: 30px auto;
}

.team h5 {
    flex-direction: column;
	width: 70%;
}

.team p {
    margin: 30px auto;
	width: 70%;
}

.slider {
	display: flex;
    width: 100%;
    margin: 30px auto;

}

.slick-slide {
   margin: 0px 10px;
}

.slick-slide img {
   width: 100%;
}

.slick-prev:before,
.slick-next:before {
     color: black;
}

.prev,
.next {
  margin-top: 150px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
  display: block;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
    
.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slider-block {
  width:  300px !important;
  display: block;
  min-height: 330px;
  background: #fff;
  font-size: 11px;
  text-align: justify;;
}

.slider-block span {
    text-align: center;
    line-height: 80px;
   	background: url('./img/span.png');
	width: 100%;
	display: block;
}

.slider-block p {
    margin: 15px auto;
	margin-bottom: 0px;
}

footer {
  color: #878787;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  font-size: 14px;
  text-align: left;
  padding-bottom: 50px;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
 
}

.credit {
  display: flex;
}

.address {
  display: flex;
  margin-left: 30px;
}

.social {
  flex-wrap: wrap;
  align-content: flex-end;
  display: flex;
  flex-direction: row;
   display: none;
}

.social div {
  display: flex;
}

.social img {

  display: flex;
  width: 32px;
  height: 32px;
  margin-left: 10px
}

.popup-fade {
	display: none;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%; 
	z-index: 99999;
	opacity: 1;	
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}


/* При расчете размеров инпутов учитываем внутренние отступы и границы */
input,
textarea {
  box-sizing: border-box;
}

/* Стили самой формы */
.content {
  display: flex; /* делаем колонки в ряд */
  align-items: center; /* выравниваем по центру */
  justify-content: space-between; /* колонки растянутся на всю ширину */
  background: #fff;
  padding: 40px;
  border-radius: 5px;
}

/* Стили левой колонки */
.left-side {
  width: 25%; /* занимает 25% общей ширины */
  height: 100%; /* растягиваем на всю высоту */
  position: relative; /* позиционирование относительное (для ::before) */
  display: flex;
  flex-direction: column; /* внутри элементы располагаем в колонку */
}

/* Стили разделительной линии между левой и правой колонкой */
.left-side::before {
  content: ""; /* контент нам не нужен */
  position: absolute; /* позиционируем относительно .left-side */
  height: 70%; /* высота 70% от .left-side */
  width: 2px; /* ширина 2px */
  background: #afafb6;
  right: -15px; /* позиционируем справа + отступ 15px (справа) */
  top: 50%; /* выравниваем по центру */
  transform: translateY(-50%); /* выравниваем по центру */
}

/* Стили правой колонки */
.right-side {
  width: 75%; /* занимает 75% общей ширины */
  margin-left: 75px;
}

/* Элементы левой колонки: адрес, телефон, email */
.details {
  margin-bottom: 15px;
  text-align: center;
}

/* Общие стили для иконок */
.details i {
  font-size: 25px; /* задаем размер */
  color: #3CA043; /* задаем цвет */
  margin-bottom: 10px;
}

/* Стили для заголовков левой колонки */
.topic {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px; /* отступ снизу 7px */
}

/* Стили для текста левой колонки */
.text-one,
.text-two {
  font-size: 14px;
  color: #afafb6;
}

/* Заголовок правой колонки */
.topic-text {
  font-size: 23px;
  font-weight: 600;
  color: #3CA043;
  margin-bottom: 10px;
}

/* Текст правой колонки */
.right-side p {
  margin-bottom: 20px;
}

/* Контейнер для input'ов формы */
.input-box {
  height: 50px; /* по сути задаем высоту input'а */
  width: 100%; /* ширина на всю ширину правой колонки (с учетом padding) */
  margin-bottom: 20px; /* отступаем снизу 20px */
}

/* Стили для input и textarea (поле сообщение) */
.input-box input,
.input-box textarea {
  border: none; /* убираем внешние края */
  border-radius: 5px; /* скругляем края */
  background: #f0f1f8; /* задаем цвет фона */
  padding: 0 20px; /* отступ справа и слева 20px */
}

/* Отдельно стилизуем поле сообщение */
.input-box textarea {
  resize: none; /* чтобы нельзя было менять высоту */
  padding: 20px;
  font-family: "Roboto", sans-serif;
  width: 100%;
}

/* Это контейнер для поля сообщение */
.message-box {
  min-height: 110px; /* минимальная высота 110px */
}

/* Стили для контейнера кнопки */
.button {
  display: inline-block; /* делаем блочно-строчный элемент */
}

/* Стили для самой кнопки */
.button input[type="button"] {
  color: #fff;
  font-size: 18px;
  background: #3CA043;
  outline: none;
  border: none;
  padding: 10px 20px;
  border-radius: 7px;
  transition: 0.2s; /* чтобы плавно менялся цвет при наведении (:hover) */
}

/* Меняем цвет фона при наведении на кнопку */
.button input[type="button"]:hover {
  background: #f0f1f8;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

@media (max-width: 636px) {
	.wrapper {
		width: calc(100% - 6%);
		padding: 3% 0px;
	}	
	
	
.top, .choice, .golden-mile, .c-1  {
    flex-direction: column;
	justify-content: space-evenly;
	align-items: center;

	}
	
.top {
    margin-top: 30px;
	text-align: center;
}

.golden-mile-2-block {
    width: 100%;
    text-align: center;
}

.golden-mile-2 {
    width: 100%;
    padding-top: 0px;
    min-height: 0px;
    margin-bottom: 0px;
}

.mile-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: auto;
    text-align: left;
    padding-left: 22px;
}

.b-list-1 {
    display: flex;
    width: 90%;
}

.b-list-2 {
    display: flex;
    width: 90%;
}

.top2 button {
    margin: 20px 0px;
}


header {
    background-size: 44%,56%;
    min-height: auto;
}

.green2 {
  margin-bottom: 20px;
}
	
.golden-mile {
    min-height: auto;
    margin-top: 0px;
	padding-bottom: 100px;
}

.golden-mile-2-block {
    width:  100%;
	padding-top: 95px;
}

.golden-mile-2-block p {
    width:  100%;
}

.pre-invest {
    min-height: 80px;
}

.invest {
    margin: 0px 0px;
}
.choice {
    display: flex;
    width: 90%;
}
.slider {
    display: flex;
    width: 90%;
    margin: 30px auto;
}
	
  header h1 {
    font-size: 2rem;
  }
  header p {
    font-size: 1rem;
  }
  main h3 {
    font-size: 1.5rem;
  }
  main li {
    font-size: 1rem;
  }
  .top-1 {
    width: 90%;
	margin-bottom: 10px;
}

  .top {
	margin-bottom: 10px;
}

.top h1 {
    margin: auto;
}

}

@media (max-width: 800px) {
  /* Теперь форма (правая колонка) будет сверху, а элементы (левая колонка) снизу */
  .content {
    height: 100%;
    flex-direction: column-reverse; /* располагаем в колонку и реверсивно */
  }

  /* Внутри левой колонки внутренние элементы располагаем в ряд */
  .left-side {
    margin-top: 50px;
    flex-direction: row; /* располагаем элементы (адрес, телефон, email) в ряд */
    width: 100%; /* левая колонка на всю ширину */
    justify-content: center;
    flex-wrap: wrap; /* перенос элементов, если не хватит места */
	display: none;
  }
  .details {
    margin-right: 20px;
  }
  .details:last-child {
    margin-right: 0;
  }

  /* Убираем разделительную линию */
  .left-side::before {
    display: none;
  }

  /* Правая колонка теперь на всю ширину и не имеет отступа слева */
  .right-side {
    width: 100%;
    margin-left: 0;
  }
  
  .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%; 
	z-index: 99999;
	opacity: 1;	
}
.slider-block p {
    margin: 15px auto;
    margin-bottom: 0px;
}


h6 {
    text-align: center  !important;
	justify-content: center;
}

}



input[type="submit" i] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: #3CA043 !important;
	max-width: 200px;
	padding: 15px;
	color:  #fff;
		width: 250px;
		text-align: center !important;
		align-content: center !important;
		align-items: center !important;
		  display: flex;
  align-items: center;
  justify-content: center;
  	line-height: 45px;
	margin-top: 30px;
	display: block;
}