
@font-face {
  font-family: "MuseoSansCyrl-500";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500.woff") format("woff");
}
@font-face {
  font-family: "MuseoSansCyrl-700";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff");
}
@font-face {
  font-family: "MuseoSansCyrl-300";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/museosanscyrl-300.woff2") format("woff2"), url("../fonts/museosanscyrl-300.woff") format("woff");
}
@font-face {
  font-family: "Tahoma";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Tahoma.woff2") format("woff2"), url("../fonts/Tahoma.woff") format("woff");
}
@font-face {
  font-family: "Tahoma-Bold";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Tahoma-Bold.woff2") format("woff2"), url("../fonts/Tahoma-Bold.woff") format("woff");
} 
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

body {
  height: 100vh;
  background: linear-gradient(to top, #1e5480, #094664, #1e5480);
  min-width: 320px;
  overflow-x: hidden;
  font-family: "MuseoSansCyrl-500", "sans-serif";
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  margin: 0 auto;
}

.container {
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .container {
    padding: 0 3px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 2px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 4px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.header__inner {
  min-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .header__inner {
    min-height: 100px;
  }
}
@media (min-width: 1024px) {
  .header__inner {
    min-height: 200px;
  }
}
@media (min-width: 1440px) {
  .header__inner {
    min-height: 260px;
  }
}
.logo__link-img {
  position: absolute;
  top: 0;
  left: 8px;
  width: 70px;
}

@media (min-width: 640px) {
  .logo__link-img {
    left: 7%;
    transform: scale(1.8);
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .logo__link-img {
    left: 70px;
    transform: scale(2.35);
    margin-top: 40px;
    display: none;
  }
}
@media (min-width: 1024px) {
  .logo__link-img {
    transform: scale(2.5);
    margin-left: 1px;
    display: none;
  }
}
@media (min-width: 1280px) {
  .logo__link-img {
    transform: scale(3.2);
    margin-bottom: 25px;
    display: none;
  }
}
@media (min-width: 1440px) {
  .logo__link-img {
    transform: scale(3.2);
    margin-bottom: 25px;
    display: none;
  }
}
.gradientbox {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: linear-gradient(to right, #286392, #094664);
  position: absolute;
  align-items: center;
  justify-items: center;
  display: grid;
}

@media (min-width: 640px) {
  .gradientbox {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .gradientbox {
    height: 70px;
    display: none;
  }
}
@media (min-width: 1024px) {
  .gradientbox {
    display: none;
  }
}
.kurs {
  width: 190px;
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4A93CF;
  font-family: "MuseoSansCyrl-500";
  line-height: 20px;
  font-style: italic;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.5px;
  margin-left: 28px;
}

@media (min-width: 400px) {
  .kurs {
    width: 198px;
    margin-left: 10%;
    transform: scale(1.4);
    height: 30px;
    margin-top: 0px;
  }
}
@media (min-width: 530px) {
  .kurs {
    height: 50px;
    margin-top: -10px;
    width: 198px;
  }
}
@media (min-width: 640px) {
  .kurs {
    margin-left: 10%;
    transform: scale(2);
    height: 60px;
    margin-top: 0px;
  }
}
.menu [type=checkbox] {
  display: none;
}

.menu ul {
  display: none;
}

.menu__name {
  display: none;
}

.menu > ul li:last-child {
  border-bottom: 10px solid transparent;
}

.menu label.togglemenu .menu__btn {
  position: absolute;
  top: 1px;
  right: 15px;
  background-color: transparent;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.menu label.togglemenu .menu__btn::after {
  content: "";
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: #FECC00;
  position: absolute;
  top: 6px;
  right: 0px;
  box-shadow: 0 6px 0 0 #FECC00, 0 12px 0 0 #FECC00;
}

@media (min-width: 640px) {
  .menu label.togglemenu .menu__btn {
    width: 35px;
    margin-top: 13px;
    margin-right: 5px;
  }
  .menu label.togglemenu .menu__btn::after {
    content: "";
    width: 35px;
    height: 2px;
    box-shadow: 0 8px 0 0 #FECC00, 0 16px 0 0 #FECC00;
  }
}
@media (min-width: 768px) {
  .menu label.togglemenu .menu__btn {
    transform: scale(2.2);
    margin-top: 21px;
    margin-right: 40px;
    display: none;
  }
}
.menu__list__little-item label.togglesubmenu {
  position: relative;
  z-index: 105;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}

.menu__list__little-item label.togglesubmenu .fa {
  position: absolute;
  top: -35px;
  margin-right: 85%;
  background-color: transparent;
  width: 100%;
  height: 26px;
  border-radius: 3px;
  border: none;
}
.menu__list__little-item label.togglesubmenu .fa::after {
  content: "\f0d7";
  color: #FFF;
  margin-left: 85%;
  width: 35px;
  height: 2px;
}

.menu__list__little-item input.togglesubmenu:checked ~ label.togglesubmenu .fa::after {
  content: "\f0d8";
  color: #FECC00;
  margin-left: 85%;
  width: 35px;
  height: 2px;
}

.name {
  position: relative;
  display: flex;
  color: #fff;
  font-family: "MuseoSansCyrl-700";
  line-height: 20px;
  font-size: 8.2px;
  font-weight: 200;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-left: 60px;
  align-items: center;
  justify-items: center;
}

@media (min-width: 400px) {
  .name {
    transform: scale(1.3);
  }
}
@media (min-width: 530px) {
  .name {
    transform: scale(1.5);
    margin-left: 10px;
  }
}
@media (min-width: 640px) {
  .name {
    transform: scale(2);
    margin-top: 60px;
    margin-left: 110px;
  }
}
@media (min-width: 768px) {
  .name {
    display: none;
    transform: scale(2.4);
    margin-left: 140px;
  }
}
@media (min-width: 1024px) {
  .name {
    display: none;
  }
}
@media (min-width: 1440px) {
  .name {
    display: none;
  }
}
.distance_15 {
  height: 90px;
  position: relative;
}

@media (min-width: 640px) {
  .distance_15 {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .distance_15 {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .distance_15 {
    height: 215px;
  }
}
@media (min-width: 1440px) {
  .distance_15 {
    height: 255px;
  }
}
.name__little__box {
  left: 0;
  right: 0;
  background: transparent;
  position: relative;
  vertical-align: bottom;
  align-items: center;
  justify-items: center;
  display: grid;
}

@media (min-width: 400px) {
  .name__little__box {
    transform: scale(1.3);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 530px) {
  .name__little__box {
    transform: scale(1.5);
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 640px) {
  .name__little__box {
    transform: scale(2);
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .name__little__box {
    display: none;
    transform: scale(2.4);
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .name__little__box {
    display: none;
  }
}
.name__little {
  position: relative;
  width: 320px;
  display: grid;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "MuseoSansCyrl-700";
  line-height: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  list-style-type: none;
  margin-left: -40px;
}

@media (min-width: 1280px) {
  .name__little {
    width: 750px;
    font-size: 21px;
    margin-top: 12px;
    margin-left: 30px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .name__little {
    width: 850px;
    font-size: 21px;
    margin-top: 12px;
    margin-left: 30px;
    line-height: 32px;
  }
}
.line_2 {
  background-color: #FECC00;
  width: 95%;
  height: 2px;
  border-radius: 3px;
  border: none;
}

@media (min-width: 640px) {
  .line_2 {
    height: 2px;
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .line_2 {
    display: none;
    height: 2px;
    border-radius: 3px;
  }
}
@media (min-width: 1024px) {
  .line_2 {
    display: none;
  }
}
.create-line {
  position: relative;
  background-color: #FECC00;
  width: 95%;
  height: 2px;
  border-radius: 3px;
}

@media (min-width: 640px) {
  .create-line {
    height: 2px;
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .create-line {
    width: 720px;
    height: 2px;
    border-radius: 3px;
  }
}
@media (min-width: 1024px) {
  .create-line {
    width: 900px;
    height: 3px;
    border-radius: 3px;
  }
}
@media (min-width: 1280px) {
  .create-line {
    width: 1200px;
    height: 3px;
    margin-left: 10px;
  }
}
@media (min-width: 1440px) {
  .create-line {
    width: 1300px;
    height: 3px;
    margin-left: 30px;
  }
}
.main {
  text-align: center;
}
.main__inner {
  min-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .main__inner {
    min-height: 100px;
  }
}
@media (min-width: 1024px) {
  .main {
    background-image: url("../images/main2_2000_img.jpg");
    background-position: 0 975px;
    background-repeat: no-repeat;
    background-size: auto 720px;
  }
  .main__inner {
    min-height: 200px;
  }
}
@media (min-width: 1280px) {
  .main {
    background-image: url("../images/main2_2000_img.jpg");
    background-position: 0 775px;
    background-repeat: no-repeat;
    background-size: 100% 820px;
  }
  .main__inner {
    min-height: 260px;
  }
}
@media (min-width: 1440px) {
  .main {
    background-image: url("../images/main2_2000_img.jpg");
    background-position: 0 710px;
    background-repeat: no-repeat;
    background-size: 100% 822px;
  }
  .main__inner {
    min-height: 260px;
  }
}
.main_block1 {
  display: grid;
  width: 100%;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .main_block1 {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .main_block1 {
    width: 1024px;
  }
}
@media (min-width: 1280px) {
  .main_block1 {
    width: 1280px;
    display: block;
    justify-items: normal;
  }
}
@media (min-width: 1440px) {
  .main_block1 {
    width: 1440px;
    display: block;
    justify-items: normal;
  }
}
.link_main-img {
  position: relative;
  margin-top: 5%;
  width: 95%;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .link_main-img {
    margin-top: -4%;
  }
}
@media (min-width: 1024px) {
  .link_main-img {
    width: 900px;
    margin-top: -3%;
  }
}
@media (min-width: 1280px) {
  .link_main-img {
    display: none;
  }
}
.link_main1440-img {
  margin-top: 5%;
  position: relative;
  float: left;
  width: 600px;
  border-radius: 3px;
  display: none;
  margin: 40px;
  margin-top: -5px;
}

@media (min-width: 1280px) {
  .link_main1440-img {
    display: block;
  }
}
@media (min-width: 1440px) {
  .link_main1440-img {
    display: block;
  }
}
.main_name {
  position: relative;
  color: #fff;
  font-family: "Tahoma";
  line-height: 20px;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

@media (min-width: 400px) {
  .main_name {
    font-size: 13px;
  }
}
@media (min-width: 530px) {
  .main_name {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .main_name {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .main_name {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .main_name {
    font-size: 18px;
    margin: 10px;
  }
}
@media (min-width: 1280px) {
  .main_name {
    display: flex;
    margin-left: 850px;
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .main_name {
    display: flex;
    margin-left: 700px;
    margin-top: 30px;
  }
}
p {
  margin: 0;
}

.company_text {
  display: inline-block;
  width: 95%;
  padding: 10px;
  text-indent: 15px;
  color: #fff;
  text-align: justify;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  word-wrap: break-word;
  font-family: "MuseoSansCyrl-300";
  line-height: 15px;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
}

@media (min-width: 640px) {
  .company_text {
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
    text-indent: 25px;
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .company_text {
    padding: 50px;
    margin-top: -30px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1.5px;
    text-indent: 45px;
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .company_text {
    margin-top: 30px;
    padding: 0 40px 0 0;
    width: 563px;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
    text-indent: 25px;
  }
}
@media (min-width: 1440px) {
  .company_text {
    margin-top: 30px;
    padding: 0;
    width: 620px;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
    text-indent: 25px;
  }
}
.main_block2 {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .main_block2 {
    width: 100%;
  }
}
.background_main_block2 {
  display: flex;
  background-image: url("../images/main2_640_img.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .background_main_block2 {
    width: 100%;
    background-image: url("../images/main2_2000_img.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .background_main_block2 {
    width: 100%;
    background-image: none;
  }
}
.main_block2_inner {
  position: relative;
  display: grid;
  width: 95%;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .main_block2_inner {
    max-width: 1024px;
    grid-template-columns: 2.4fr auto 2fr;
    grid-template-rows: repeat(9, 1fr);
    padding: 10px;
    line-height: 0px;
    margin-left: 9%;
  }
}
@media (min-width: 1280px) {
  .main_block2_inner {
    max-width: 1280px;
    grid-template-columns: 2.4fr auto 2fr;
    padding: 10px;
  }
}
@media (min-width: 1440px) {
  .main_block2_inner {
    max-width: 1440px;
    grid-template-columns: 2.4fr auto 2fr;
    padding: 10px;
    margin-left: 5%;
  }
}
.main_block2_title {
  position: relative;
  display: inline-block;
  width: 98%;
  padding: 10px;
  color: #fff;
  text-align: left;
  font-family: "MuseoSansCyrl-700";
  line-height: 18px;
  font-size: 9.9px;
  letter-spacing: 1px;
}

@media (min-width: 400px) {
  .main_block2_title {
    display: none;
  }
}
.main_block2_title2 {
  position: relative;
  width: 98%;
  padding: 10px;
  color: #fff;
  text-align: left;
  font-family: "MuseoSansCyrl-700";
  line-height: 18px;
  font-size: 11px;
  letter-spacing: 1px;
  display: none;
}

@media (min-width: 400px) {
  .main_block2_title2 {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .main_block2_title2 {
    text-align: center;
    font-size: 13px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .main_block2_title2 {
    display: none;
  }
}
.main_block2_title3 {
  position: relative;
  width: 98%;
  padding: 10px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-family: "MuseoSansCyrl-700";
  font-size: 13px;
  line-height: 25px;
  max-width: 768px;
  letter-spacing: 1px;
  display: none;
}

@media (min-width: 768px) {
  .main_block2_title3 {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .main_block2_title3 {
    display: none;
  }
}
.main_block2_title4 {
  position: relative;
  width: 98%;
  padding: 10px;
  margin-left: 25px;
  margin-top: 20px;
  color: #fff;
  text-align: left;
  font-family: "MuseoSansCyrl-300";
  font-size: 13px;
  line-height: 25px;
  font-style: italic;
  letter-spacing: 1px;
  display: none;
}

@media (min-width: 1024px) {
  .main_block2_title4 {
    display: block;
    grid-row: 1/9;
  }
}
@media (min-width: 1440px) {
  .main_block2_title4 {
    font-size: 18px;
    line-height: 40px;
  }
}
.main_block2_text {
  position: relative;
  width: 80%;
  padding: 10px;
  margin-left: 25px;
  color: #fff;
  text-align: left;
  font-family: "MuseoSansCyrl-500";
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1px;
  display: none;
}

@media (min-width: 1024px) {
  .main_block2_text {
    display: block;
  }
}
.main_block2_fin {
  position: relative;
  display: inline-block;
  width: 98%;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin: 15px;
  margin-top: -20px;
  font-family: "MuseoSansCyrl-700";
  line-height: 18px;
  font-size: 9.9px;
  letter-spacing: 1px;
}

@media (min-width: 640px) {
  .main_block2_fin {
    font-size: 12px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .main_block2_fin {
    margin: 0;
    margin-left: -220px;
    font-size: 14px;
    line-height: 0px;
    grid-column: 3;
  }
}
@media (min-width: 1280px) {
  .main_block2_fin {
    margin-left: -285px;
  }
}
@media (min-width: 1440px) {
  .main_block2_fin {
    margin-left: -330px;
  }
}
.main_companies_block2-img {
  width: 70%;
  margin: 15px;
}

@media (min-width: 768px) {
  .main_companies_block2-img {
    display: none;
  }
}
.main_block2_company_img1024 {
  display: grid;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (min-width: 1024px) {
  .main_block2_company_img1024 {
    display: inline-block;
    margin-top: -15px;
    margin-bottom: -15px;
    max-width: 100px;
    margin-right: -40px;
  }
}
@media (min-width: 1440px) {
  .main_block2_company_img1024 {
    display: inline-block;
    max-width: 100px;
  }
}
.main_companies_block2_img1024 {
  max-width: 100px;
}

@media (min-width: 1280px) {
  .main_companies_block2_img1024 {
    max-width: 110px;
  }
}
.main_block2_company_big {
  display: grid;
  justify-content: center;
  align-items: center;
}

.main_companies_block2_big-img {
  width: 90%;
  margin: 15px;
  margin-left: 50px;
  display: none;
}

@media (min-width: 768px) {
  .main_companies_block2_big-img {
    display: block;
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .main_companies_block2_big-img {
    display: none;
  }
}
.main_block3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}

.main_block3_inner {
  position: relative;
  display: grid;
  width: 98%;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 5px;
}

@media (min-width: 768px) {
  .main_block3_inner {
    display: grid;
    max-width: 768px;
    grid-template-columns: 4fr auto 1fr;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .main_block3_inner {
    max-width: 950px;
  }
}
@media (min-width: 1280px) {
  .main_block3_inner {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .main_block3_inner {
    max-width: 1440px;
    margin-left: 30px;
    padding: 0;
  }
}
.main_block3_title {
  position: relative;
  width: 98%;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-family: "MuseoSansCyrl-700";
  line-height: 18px;
  font-size: 11px;
  letter-spacing: 1px;
}

@media (min-width: 640px) {
  .main_block3_title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .main_block3_title {
    display: none;
    margin-top: 0;
    font-size: 15px;
    line-height: 30px;
    margin: 10px;
  }
}
.main_block3_title2 {
  position: relative;
  width: 98%;
  color: #fff;
  text-align: left;
  font-family: "MuseoSansCyrl-300";
  line-height: 24px;
  font-size: 12px;
  letter-spacing: 1px;
  display: none;
}

@media (min-width: 768px) {
  .main_block3_title2 {
    display: block;
  }
}
@media (min-width: 1024px) {
  .main_block3_title2 {
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 1440px) {
  .main_block3_title2 {
    font-size: 20px;
    line-height: 45px;
  }
}
.main_block3_img320 {
  margin-top: 15px;
}

@media (min-width: 640px) {
  .main_block3_img320 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .main_block3_img320 {
    display: none;
  }
}
.main_block3_liz {
  margin-top: 10px;
}

@media (min-width: 640px) {
  .main_block3_liz {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .main_block3_liz {
    margin: 10px;
    margin-top: 30px;
  }
}
.main_block3_img768 {
  width: 95%;
  display: none;
}

@media (min-width: 768px) {
  .main_block3_img768 {
    display: block;
    margin: 10px;
    margin-top: 30px;
  }
}
.main_block3_img {
  width: 75%;
}

@media (min-width: 640px) {
  .main_block3_img {
    width: 450px;
  }
}
@media (min-width: 700px) {
  .main_block3_img {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .main_block3_img {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .main_block3_img {
    width: 185px;
  }
}
@media (min-width: 1280px) {
  .main_block3_img {
    width: 215px;
  }
}
@media (min-width: 1440px) {
  .main_block3_img {
    width: 300px;
  }
}
.last_main_line {
  position: relative;
  background-color: #FECC00;
  width: 95%;
  height: 1px;
  border-radius: 3px;
}

@media (min-width: 640px) {
  .last_main_line {
    height: 2px;
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .last_main_line {
    display: none;
  }
}
.title {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  font-family: "MuseoSansCyrl-700";
  line-height: 40px;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 2px;
}/*# sourceMappingURL=style.css.map */