@charset "UTF-8";
@font-face {
  font-family: "Arkhip";
  src: url("/fonts/arkhip.woff2") format("woff2"), url("/fonts/arkhip.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

.page {
  background-color: #FFF;
  margin: 0 auto;
}

.center {
  padding-left: calc(50% - 700px);
  padding-right: calc(50% - 700px);
}

ul li {
  list-style: none;
  padding-left: 0;
  display: inline;
}

.im {
  background-image: url(./images/top.png);
  background-position: right;
  background-repeat: no-repeat;
  min-height: 82px;
  display: flex;
}

.header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.header a {
  text-decoration: none;
  font-family: "Arkhip";
  font-size: 16pt;
  font-weight: 400;
  color: #663300;
}
.header a:hover {
  color: #ff9933;
}
.header_menu { /* Safari */
  position: sticky; /* «прилипает» к экрану при прокрутке, пока не встретится с границей родительского блока. */
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
  width: 100%;
  border: 1px solid #5a4229;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Тень для визуального отделения */
  transition: all 0.3s ease; /* Плавный переход при "прилипании" */
  min-height: 60px;
  background-color: rgb(234, 228, 228);
  border-radius: 10px;
}
.header_menu li:not(:first-child):before {
  content: " | ";
  color: #5a4229;
  margin: 20px;
  font-weight: 600;
}
.header_menu_burger {
  display: none;
}

.signage {
  display: flex;
  flex-direction: column;
  background-image: url(./images/header3.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 524px;
}

.company_name {
  margin-top: 5px;
}
.company_name h1 {
  font-family: "Arkhip";
  color: #ff9933;
  text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
  margin: 0;
  font-size: 30pt;
}
.company_name h2 {
  font-family: "Arkhip";
  color: #5a4229;
  font-size: 17pt;
  letter-spacing: 3px;
}
.company_name .indentTree {
  padding-left: 60px;
  margin-top: 90px;
}
.company_name .indentCrushing {
  padding-left: 13px;
  margin-top: 30px;
}
.company_name .indentTree2 {
  padding-left: 60px;
  margin-top: 30px;
}
.company_name img {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 60px;
}

.company_contact_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.company_contact_area img {
  margin-top: 20px;
  margin-left: 20px;
}
.company_contact_area .ikonki {
  display: flex;
  padding-top: 100px;
  margin-left: 130px;
}
.company_contact_area .area {
  padding-left: 30px;
  max-width: 400px;
}
.company_contact_area .area p {
  font-family: "Arkhip";
  font-weight: bold;
  font-size: 15pt;
  color: #5a4229;
  line-height: 30px;
}

.numberphone_media {
  display: none;
  padding-left: 140px;
  margin-top: 15px;
}
.numberphone_media p {
  font-family: "Arkhip";
  font-weight: 200;
  font-size: 14pt;
  color: #5a4229;
}

.headline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}
.headline .contact {
  width: 40%;
  display: flex;
}
.headline .contact p {
  font-family: "Arkhip";
  font-weight: 200;
  font-size: 25pt;
  color: #5a4229;
  margin-top: 17px;
  margin-left: 60px;
}
.headline .title {
  background-color: #336633;
  width: 60%;
  min-height: 50px;
  border-radius: 9px;
}
.headline .title p {
  font-family: "Arkhip";
  font-weight: 700;
  font-size: 21pt;
  color: #fff;
  padding-left: 30px;
  padding-top: 15px;
}

.contact_media {
  display: none;
  margin-left: 30px;
  margin-top: 50px;
}
.contact_media h3 {
  font-family: "Arkhip";
  font-weight: bold;
  color: #5a4229;
  font-size: 21pt;
  line-height: 30pt;
}

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 50px;
  justify-content: center;
}

.item {
  border: 2px solid #ff9933;
  border-radius: 9px;
  box-shadow: 1px 1px 7px #b08348;
  min-height: 320px;
  width: 430px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.item a {
  font-family: "Arkhip";
  font-weight: bold;
  font-size: 18pt;
  color: #5a4229;
  text-decoration: none;
  padding-bottom: 10px;
}
.item p {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14pt;
  line-height: 21pt;
  color: #5a4229;
}

.about {
  background-color: rgba(234, 228, 228, 0.3);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 50px;
}
.about h3 {
  font-family: "Arkhip";
  color: #ff9933;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-top: 15px;
}
.about p {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14pt;
  line-height: 20pt;
  color: #5a4229;
  padding-left: 20px;
  padding-right: 20px;
}
.about_plus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.about_plussektor {
  max-width: 320px;
  margin-top: 30px;
  border-left: solid 3px rgba(90, 66, 41, 0.2);
  border-right: solid 3px rgba(90, 66, 41, 0.2);
  border-radius: 50px;
  padding: 10px 5px 10px 5px;
}
.about_plussektor p {
  font-size: 13pt;
  font-family: "Verdana", sans-serif;
  color: #5a4229;
  line-height: 25px;
}
.about_plussektor img {
  padding-left: 115px;
  padding-bottom: 15px;
}

.description {
  background-color: rgba(234, 228, 228, 0.3);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 50px;
  padding: 30px;
}
.description h3 {
  color: #ff9933;
}
.description p {
  font-family: Verdana, sans-serif;
  font-weight: 400;
  font-size: 13pt;
  line-height: 22px;
  color: #5a4229;
}
.description a {
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15pt;
  font-weight: bold;
  color: #5a4229;
  padding-top: 20px;
}
.description a:hover {
  color: #ff9933;
}

.main {
  padding-left: 130px;
  padding-right: 130px;
  border-left: solid 3px rgba(90, 66, 41, 0.2);
  border-right: solid 3px rgba(90, 66, 41, 0.2);
  border-radius: 9px;
}
.main p {
  font-family: Verdana;
  font-size: 14pt;
  line-height: 25pt;
  color: #5a4229;
  margin-top: 10px;
  margin-bottom: 5px;
}
.main span {
  font-family: "Cooper Black";
  font-size: 25pt;
  font-weight: bold;
  color: #ff9933;
}

.footer {
  background-image: url(./images/footer2.png);
  background-position: right;
  background-repeat: no-repeat;
  min-height: 450px;
  margin-top: 40px;
  padding-bottom: 40px;
  border-top: solid 5px rgb(90, 66, 41);
  display: flex;
  flex-direction: column;
}
.footer a {
  color: #5a4229;
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15pt;
  font-weight: bold;
}
.footer li {
  list-style: none;
  line-height: 30px;
  margin: 0;
  padding-left: 0;
  font-size: 15pt;
  color: #5a4229;
}
.footer p {
  font-size: 13pt;
  color: #5a4229;
  font-family: "Verdana", sans-serif;
}
.footer_box {
  display: flex;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-left: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_nav {
  max-width: 400px;
  margin-left: 40px;
}
.footer_nav2 {
  display: none;
  max-width: 250px;
  margin-left: 40px;
}
.footer_connect {
  display: none;
  margin-left: 70px;
  padding-right: 20px;
}
.footer_connect p {
  font-size: 13pt;
  line-height: 20pt;
  font-weight: 600;
  color: #5a4229;
  font-family: "Verdana", sans-serif;
}
.footer_ikonkaconnect {
  display: none;
}
.footer_map {
  max-width: 1000px;
  padding-left: 150px;
  padding-top: 40px;
}
.footer_map p {
  line-height: 30px;
}
.footer_mapmedia {
  display: none;
  max-width: 800px;
  margin-top: 20px;
  padding: 5px;
}
.footer_mapmedia p {
  line-height: 30px;
  font-weight: 700;
}
.footer_orangeline {
  background-color: #ff9933;
  border-radius: 5px;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  padding-left: 35px;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.footerconnect {
  display: flex;
  flex-direction: row;
  align-content: center;
  padding-left: 230px;
}
.footerconnect p {
  font-family: "Arkhip";
  font-size: 18pt;
  font-weight: bold;
}

.footerikonka {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-right: 50px;
  margin-left: 40px;
}

/* Меню бургер */
@media screen and (min-width: 150px) and (max-width: 599px) {
  .burger-checkbox {
    position: absolute;
    visibility: hidden;
  }
  .burger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 40px;
    height: 26px;
  }
  .burger::before, .burger::after {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #336633;
  }
  .burger::before {
    top: 0;
    box-shadow: 0 11px 0 #ff9933;
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
  }
  .burger::after {
    bottom: 0;
    transition: bottom 0.3s 0.15s, transform 0.3s;
  }
  .burger-checkbox:checked + .burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
  }
  .burger-checkbox:checked + .burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom 0.3s, transform 0.3s 0.15s;
  }
  .menu {
    display: none;
    position: absolute;
    background-color: rgb(234, 228, 228);
    margin-top: 550px;
    margin-right: -26px;
    z-index: 1;
    min-width: 350px;
    border-radius: 10px;
    padding: 20px;
  }
  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .menu li {
    margin-bottom: 30px;
    display: inline;
    line-height: 27pt;
  }
  .menu a {
    text-decoration: none;
    color: #663300;
    font-weight: 400;
    font-size: 15pt;
  }
  .menu-item {
    display: block;
    text-decoration: none;
  }
  .menu-item:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  #burger-checkbox {
    display: none;
  }
  #burger-checkbox:checked ~ .menu {
    display: block;
  }
  #burger-checkbox {
    display: none;
  }
  .header_menu_burger {
    display: block;
    min-height: 60px;
    background-color: rgb(234, 228, 228);
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 25px;
  }
  .header_menu {
    display: none;
  }
}
/* Адаптивность блок head */
/*@media screen and (min-width:1000px) and (max-width: 1000px) {
.signage {    
    background-image: url(./images/header_small.png);   
     }
 }*/
@media screen and (min-width: 800px) and (max-width: 1039px) {
  .signage {
    background-image: url(./images/header_smaller.png);
  }
  .company_contact_area .area {
    padding-left: 150px;
  }
  .company_contact_area .area p {
    font-weight: 600;
    font-size: 12pt;
  }
  .header a {
    font-size: 12pt;
    font-weight: 400;
  }
}
@media screen and (min-width: 850px) and (max-width: 1039px) {
  .company_name h1 {
    font-size: 27pt;
  }
  .company_name h2 {
    font-size: 15pt;
  }
}
@media screen and (min-width: 800px) and (max-width: 849px) {
  .company_name h1 {
    font-size: 25pt;
  }
  .company_name h2 {
    font-size: 14pt;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .signage {
    background-image: url(./images/header700.png);
  }
  .company_contact_area .area {
    display: none;
  }
  .company_name .indentTree {
    margin-top: 110px;
  }
}
@media screen and (min-width: 650px) and (max-width: 799px) {
  .header a {
    font-size: 10pt;
    font-weight: 400;
  }
  .header li:not(:first-child):before {
    content: " | ";
    color: #5a4229;
    margin: 10px;
    font-weight: 600;
  }
}
@media screen and (min-width: 600px) and (max-width: 649px) {
  .header a {
    font-size: 10pt;
    font-weight: 400;
  }
  .header li:not(:first-child):before {
    content: " | ";
    color: #5a4229;
    margin: 5px;
    font-weight: 600;
  }
}
@media screen and (min-width: 150px) and (max-width: 749px) {
  .numberphone_media {
    display: block;
  }
}
@media screen and (min-width: 150px) and (max-width: 499px) {
  .signage {
    background-image: url(./images/header_500.png);
  }
  .company_contact_area .area {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 540px) {
  .company_name h1 {
    font-size: 28pt;
    padding-left: 4px;
  }
}
@media screen and (min-width: 453px) and (max-width: 499px) {
  .company_name h1 {
    font-size: 26pt;
    padding-left: 4px;
  }
}
@media screen and (min-width: 400px) and (max-width: 452px) {
  .company_name h1 {
    font-size: 25pt;
    padding-left: 4px;
  }
  .company_name h2 {
    font-size: 14pt;
  }
  .company_name .indentTree {
    padding-left: 80px;
  }
  .company_name .indentCrushing {
    padding-left: 33px;
    margin-top: 30px;
  }
  .company_name .indentTree2 {
    padding-left: 80px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 400px) and (max-width: 428px) {
  .company_name h1 {
    font-size: 20pt;
    padding-left: 40px;
  }
  .company_name h2 {
    font-size: 12pt;
  }
  .company_name .indentTree {
    padding-left: 80px;
  }
  .company_name .indentCrushing {
    padding-left: 45px;
    margin-top: 20px;
  }
  .company_name .indentTree2 {
    padding-left: 80px;
    margin-top: 20px;
  }
  .company_name img {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 35px;
  }
}
@media screen and (min-width: 150px) and (max-width: 399px) {
  .company_name h1 {
    font-size: 20pt;
    padding-left: 10px;
  }
  .company_name h2 {
    font-size: 11pt;
  }
  .company_name .indentTree {
    padding-left: 60px;
  }
  .company_name .indentCrushing {
    padding-left: 25px;
    margin-top: 20px;
  }
  .company_name .indentTree2 {
    padding-left: 60px;
    margin-top: 20px;
  }
  .company_name img {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 150px) and (max-width: 749px) {
  .company_contact_area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .company_contact_area img {
    margin-top: 20px;
    margin-left: 20px;
  }
  .company_contact_area .ikonki {
    display: flex;
    padding-top: 50px;
    margin-left: 130px;
  }
  .company_contact_area .area {
    padding-left: 30px;
    max-width: 400px;
  }
  .company_contact_area .area p {
    font-family: "Arkhip";
    font-weight: bold;
    font-size: 15pt;
    color: #5a4229;
    line-height: 30px;
  }
}
@media screen and (min-width: 150px) and (max-width: 499px) {
  .im {
    display: none;
  }
}
@media screen and (min-width: 360px) and (max-width: 375px) {
  .signage {
    background-image: url(./images/header_375.png);
    height: 524px;
  }
}
@media screen and (min-width: 376px) and (max-width: 400px) {
  .signage {
    background-image: url(./images/header_400.png);
    height: 524px;
  }
}
/* Адаптивность блок headline*/
@media screen and (min-width: 961px) and (max-width: 1000px) {
  .headline .contact p {
    font-size: 23pt;
  }
}
@media screen and (min-width: 800px) and (max-width: 960px) {
  .headline .contact p {
    font-size: 23pt;
    margin-left: 15px;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  .headline .contact p {
    font-size: 21pt;
    margin-left: 15px;
  }
}
@media screen and (min-width: 300px) and (max-width: 749px) {
  .headline .contact {
    display: none;
  }
  .headline .title {
    width: 100%;
  }
}
/* Адаптивность блок grid */
@media screen and (min-width: 1370px) and (max-width: 1381px) {
  .grid {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (min-width: 1330px) and (max-width: 1369px) {
  .grid {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1320px) and (max-width: 1330px) {
  .grid {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1090px) and (max-width: 1329px) {
  .grid {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1090px) {
  .grid {
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (min-width: 750px) and (max-width: 849px) {
  .grid {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1329px) {
  .item {
    width: 370px;
  }
}
@media screen and (min-width: 1091px) and (max-width: 1149px) {
  .item {
    width: 350px;
  }
}
@media screen and (min-width: 910px) and (max-width: 1090px) {
  .item {
    width: 430px;
  }
}
@media screen and (min-width: 850px) and (max-width: 909px) {
  .item {
    width: 400px;
  }
}
@media screen and (min-width: 740px) and (max-width: 849px) {
  .item {
    width: 350px;
  }
}
@media screen and (min-width: 500px) and (max-width: 739px) {
  .item {
    width: 500px;
  }
}
@media screen and (min-width: 360px) and (max-width: 499px) {
  .item {
    width: 360px;
  }
}
/* Адаптивность блок about */
@media screen and (min-width: 1300px) and (max-width: 1379px) {
  .about_plussektor {
    max-width: 300px;
  }
}
@media screen and (min-width: 1210px) and (max-width: 1299px) {
  .about_plussektor {
    max-width: 270px;
  }
  .about_plus {
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .about_plus img {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1209px) {
  .about_plus img {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1209px) {
  .about_plussektor {
    max-width: 260px;
  }
  .about_plus {
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 1130px) and (max-width: 1179px) {
  .about_plussektor {
    max-width: 250px;
  }
  .about_plus {
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1129px) {
  .about_plussektor {
    max-width: 250px;
  }
  .about_plus {
    justify-content: center;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1099px) {
  .about_plussektor {
    max-width: 250px;
  }
  .about_plus {
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1069px) {
  .about_plussektor {
    max-width: 230px;
  }
  .about_plus {
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (min-width: 350px) and (max-width: 999px) {
  .about_plussektor {
    border-left: none;
    border-right: none;
  }
}
@media screen and (min-width: 870px) and (max-width: 999px) {
  .about_plussektor {
    max-width: 380px;
    margin-top: 20px;
  }
  .about_plussektor p {
    padding-left: 6px;
  }
  .about_plus {
    justify-content: center;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .about_plus img {
    padding-left: 150px;
  }
}
@media screen and (min-width: 840px) and (max-width: 869px) {
  .about_plussektor {
    max-width: 380px;
    margin-top: 20px;
  }
  .about_plussektor p {
    padding-left: 6px;
  }
  .about_plus {
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .about_plus img {
    padding-left: 150px;
  }
}
@media screen and (min-width: 770px) and (max-width: 839px) {
  .about_plussektor {
    max-width: 350px;
    margin-top: 20px;
  }
  .about_plussektor p {
    padding-left: 6px;
  }
  .about_plus {
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .about_plus img {
    padding-left: 150px;
  }
}
@media screen and (min-width: 680px) and (max-width: 769px) {
  .about_plussektor {
    max-width: 310px;
    margin-top: 20px;
  }
  .about_plussektor p {
    padding-left: 6px;
  }
  .about_plus {
    justify-content: center;
  }
  .about_plus img {
    padding-left: 150px;
  }
}
@media screen and (min-width: 590px) and (max-width: 679px) {
  .about_plussektor {
    max-width: 250px;
  }
  .about_plussektor p {
    padding-left: 6px;
  }
  .about_plus {
    justify-content: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .about_plus img {
    padding-left: 20px;
  }
}
@media screen and (min-width: 350px) and (max-width: 581px) {
  .about_plussektor {
    max-width: 450px;
  }
  .about_plussektor img {
    padding-left: 10px;
    padding-bottom: 7px;
  }
  .about_plus {
    justify-content: center;
  }
}
/* Адаптивность блок main */
@media screen and (min-width: 850px) and (max-width: 950px) {
  .main {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 700px) and (max-width: 949px) {
  .main {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 150px) and (max-width: 699px) {
  .main {
    border-left: none;
    border-right: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 699px) {
  .main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
  .main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 200px) and (max-width: 399px) {
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Адаптивность блок footer */
@media screen and (min-width: 1110px) and (max-width: 1300px) {
  .footer_map {
    max-width: 800px;
    padding-right: 40px;
    padding-left: 100px;
  }
  .footer_map p {
    font-weight: 500;
  }
  .footer_box {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1109px) {
  .footer_map {
    max-width: 700px;
    padding-right: 40px;
    padding-left: 100px;
  }
  .footer_map p {
    font-weight: 500;
  }
  .footer_box {
    padding-left: 20px;
  }
  .footer a {
    font-size: 13pt;
  }
  .footer li {
    font-size: 13pt;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .footer_nav {
    display: none;
  }
  .footer_nav2 {
    display: block;
  }
  .footer_box {
    flex-direction: row;
  }
  .footer_connect {
    display: block;
  }
  .footer_ikonkaconnect {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .footer_map {
    max-width: 1000px;
    padding-right: 20px;
    padding-left: 40px;
  }
  .footer a {
    font-size: 13pt;
  }
  .footer li {
    font-size: 13pt;
  }
}
@media screen and (min-width: 573px) and (max-width: 799px) {
  .footer_connect {
    display: block;
  }
  .footer_ikonkaconnect {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .footer_map {
    max-width: 700px;
    padding-right: 20px;
    padding-left: 40px;
  }
  .footer_box {
    display: flex;
    flex-direction: row;
  }
  .footer a {
    font-size: 13pt;
  }
  .footer li {
    font-size: 13pt;
  }
}
@media screen and (min-width: 150px) and (max-width: 572px) {
  .footer_connect {
    display: block;
    margin-left: 30px;
  }
  .footer_nav {
    display: none;
  }
  .footer_nav2 {
    display: none;
  }
  .footer_map {
    display: none;
  }
  .footer_mapmedia {
    display: block;
  }
  .footer_ikonkaconnect {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 150px) and (max-width: 1042px) {
  .footerikonka {
    display: none;
  }
  .footerconnect {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */