
/*PRELOADER*/
#preloader{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity .3s ease;
}

/*________*/

@font-face {
  font-family: "Montserrat";
  src:url("../fonts/Montserrat-Light.ttf");
}
@font-face {
  font-family: "Roboto";
  src:url("../fonts/Roboto-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto";
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
a{
  color: #777777;
}

/*HEADER*/
header{
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10%;
  box-shadow: 0 0 2px #00000040;
}
header #logo{
  cursor: pointer;
  width: 150px;
}
header ul#main_menu {
  display: flex;
  list-style: none;
}
header ul li {
  margin-left: 50px;
}
header ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color:#2f2f2f;
}
div#burger{
  display: none;
  height: 19px;
}
ul#mobile_menu {
    position: fixed;
    left: 0;
    top: -100vh;
    background: #2f2f2f;
    z-index: 0;
    width: 100%;
    height: calc(100vh - 40px);
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .5s ease-in-out;
}
ul#mobile_menu li{
  margin: 5px;
}
ul#mobile_menu li a{
  color: #fff;
  font-family: 'Montserrat';
  font-size: 1.6em;
}
.mobile_menu_opened{
  top:40px !important;
}
/*FOOTER*/
footer{
  padding: 50px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
}
footer p:last-child{
  text-align: right;
}


/*MAIN PAGE*/
section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
section#header{
  min-height: 100vh;
  background: #fdfdfd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10%;
  padding-top: 44px;
}

section#header h1 {
  font-family: 'Montserrat';
  letter-spacing: 1px;
  font-size: 10vw;
  line-height: 9vw;
  color: #383838;
  width: 60vw;
  text-align: left;
  z-index: 10;
  margin-bottom: 50px;
}
section#header p {
  font-family: 'Montserrat';
  font-size: 2vw;
  line-height: 3vw;
  width: 55vw;
  z-index: 1;
}
div#main_page_bg1 {
  position: absolute;
  width: 200vw;
  height: 200vw;
  filter: brightness(0.95);
  background: url(../../../images/cordivari/lola/lola_shadow.svg) no-repeat center;
  background-size: cover;
  animation: rotate_bg1 120s linear infinite;
}
@keyframes rotate_bg1{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}
section#header::after{
  content:'';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  height: 8vh;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
clip-path: polygon(0 0, 0% 100%, 100% 100%);  
}
/*CORDIVARI PROMO*/
section#cordivari_promo{
  background: #fff;
  min-height: 100vh;

}
section#cordivari_promo h2{
  position: absolute;
  left: 50%;
  bottom: 20%;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 7vw;
  background: -webkit-linear-gradient(-45deg, #df89b5, #bfd9fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

section#cordivari_promo #btn{
    position: absolute;
    right: 10vw;
    bottom: 15%;
    border: 1px solid #2f2f2f;
    border-radius: 100px;
    color: #2f2f2f;
    font-size: 0.8vw;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 35px;
    cursor: pointer;
    z-index: 3;
    transition: all .3s ease;
}
section#cordivari_promo #btn:hover{
  background: #2f2f2f;
  color: #fff;
}
section#cordivari_promo #cordivari_pic1 {
    position: absolute;
    right: calc(50% - 30px);
    bottom: 10%;
    width: 30%;
    height: 50%;
    background: url(../../../images/cordivari/lola/gallery/8.jpg) right no-repeat;
    background-size: cover;
    z-index: 30;
    opacity: 0;
    transform:translateY(50px);
    transition: all 1s ease;
    
}
section#cordivari_promo #cordivari_pic1::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;

}
section#cordivari_promo #cordivari_pic2 {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 25%;
    height: 35%;
    background: url(../../../images/cordivari/blow/gallery/1.jpg) right no-repeat;
    background-size: cover;
    z-index: 20;
    opacity: 0;
    transform:translateY(50px);
    transition: all 1s ease;
    
}
section#cordivari_promo #cordivari_pic3 {
    position: absolute;
    right: 17%;
    top: 20%;
    width: 30%;
    height: 30%;
    background: url(../../../images/cordivari/badge/gallery/2.jpg) right no-repeat;
    background-size: cover;
    z-index: 10;
    opacity: 0;
    transform:translateY(50px);
    transition: all 1s ease;
    
}
section#cordivari_promo::after{
  content:'';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2f2f2f;
  height: 8vh;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);  
}
/*HOTECH PROMO*/
section#hotech_promo{
  min-height: 100vh;
  background: #2f2f2f;
}
section#hotech_promo h2{
  position: absolute;
  left: 10%;
  bottom: 20%;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 7vw;
  background: -webkit-linear-gradient(-45deg, #df89b5, #bfd9fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
section#hotech_promo #btn{
    position: absolute;
    left: 10vw;
    bottom: 15%;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 100px;
    color: #fff;
    font-size: 0.8vw;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 35px;
    z-index: 3;
    transition: all .3s ease;
}
section#hotech_promo #btn:hover{
  background: #fff;
  color: #2f2f2f;
}
section#hotech_promo #hotech_pic1 {
    position: absolute;
    left: calc(50% - 30px);
    bottom: 10%;
    width: 30%;
    height: 50%;
    background: url(../../../images/hotech/david/gallery/01.jpg) left no-repeat;
    background-size: cover;
    z-index: 30;
    opacity: 0;
    transform:translateY(50px);
    transition: all 1s ease;
}
section#hotech_promo #hotech_pic2 {
    position: absolute;
    right: 10%;
    top: 10%;
    width: 25%;
    height: 35%;
    background: url(../../../images/hotech/eva/gallery/01.jpg) right no-repeat;
    background-size: cover;
    z-index: 20;
    opacity: 0;
    transform:translateY(50px);
    transition: all 1s ease;
}
section#hotech_promo #hotech_pic3 {
    position: absolute;
    left: 17%;
    top: 20%;
    width: 30%;
    height: 30%;
    background: url(../../../images/hotech/bernini/gallery/01.jpg) left no-repeat;
    background-size: cover;
    z-index: 10;
    opacity: 0;
    transform:translateY(50px);
    transition: all 1s ease;
}

/*HOW TO CHOOSE*/
section#how_to_choose{
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#how_to_choose h3{
  position: relative;
  text-align: center;
  margin: 10vh 10vw;
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 4vw;
  line-height: 4vw;
  z-index: 1;
}
section#how_to_choose #info_block {
	position: relative;
    background: #fff;
    width: 33vw;
    z-index: 1;
    padding: 75px 100px;
    margin-bottom: 100px;
    border-radius: 1000px;
    opacity: 0;
    transform:translateY(50px);
    transition: all 1s ease;
}
section#how_to_choose #info_block:nth-child(odd){
	left: -10vw;
}
section#how_to_choose #info_block:nth-child(even){
	left: 10vw;
}
section#how_to_choose #info_block p#block_header {
    text-align: center;
    font-family: 'Roboto';
    font-size: 1vw;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #2f2f2f;
}
section#how_to_choose #info_block div#icons {
    text-align: center;
    margin-bottom: 25px;
}
section#how_to_choose #info_block div#icons img {
	width: 50px;
    margin: 0 5px;
    opacity: 0.5;
}
section#how_to_choose #info_block p#block_text {
    text-align: center;
    line-height: 30px;
}
section#how_to_choose #how_to_choose_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../../images/cordivari/rio/rio_shadow.svg) center no-repeat;
    opacity: 0.05;
    filter: invert(1);
    background-size: 80%;
}
/*USEFULL*/

section#usefull{
  min-height: 100vh;
  background: #2f2f2f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#usefull h3{
  position: relative;
  text-align: center;
  margin: 10vh 10vw;
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: #ffffff;
  font-size: 4vw;
  line-height: 4vw;
  z-index: 1;
}
section#usefull #info_block {
  position: relative;
  background: #2f2f2f;
  width: 33vw;
  z-index: 1;
  padding: 75px 100px;
  margin-bottom: 100px;
  border-radius: 1000px;
  opacity: 0;
  transform:translateY(50px);
  transition: all 1s ease;
}
section#usefull #info_block:nth-child(odd){
  left: 10vw;
}
section#usefull #info_block:nth-child(even){
  left: -10vw;
}
section#usefull #info_block p#block_header {
  text-align: center;
  font-family: 'Roboto';
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #ffffff;
}
section#usefull #info_block div#icons {
  text-align: center;
  margin-bottom: 25px;
}
section#usefull #info_block div#social_row{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 10px;
}
section#usefull #info_block div#social_row img {
  width: 30px;
  margin: 0 5px;
  filter: invert(100%);
}
section#usefull #info_block div#social_row p {
  margin-left: 25px;
}
section#usefull #info_block div#social_row a {
  color: #ffffff;
}
section#usefull #info_block p#block_text {
  text-align: center;
  line-height: 30px;
  color: #ffffff;
}
section#usefull #usefull_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../../images/hotech/geco/geco_shadow.svg) center no-repeat;
  opacity: 0.25;
  background-size: 80%;
}
/*FILTER*/
section#filter{
  width: 100%;
  padding: 0 10% 150px;
  display: none;/*_____________________________________________FLEX*/
  align-items: flex-start;
  justify-content: space-around;
}
div#radio_block {
    display: flex;
    flex-direction: column;
}
div#radio_block p#radio_block_header {
    text-transform: uppercase;
    color: #2f2f2f;
    margin-bottom: 25px;
}
div#radio_block label{
  position: relative;
  padding: 0 0 10px 60px;
  cursor: pointer;

}
div#radio_block label::before{
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  left: 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  transition: all .3s ease;
}
div#radio_block label::after{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #CCC;
  border-radius: 9px;
  transition: all .3s ease;
}

div#radio_block input{
  display: none;
}
div#radio_block input:checked+label::before{
  background: -webkit-linear-gradient(-45deg, #df89b5, #bfd9fe);
}
div#radio_block input:checked+label::after{
  left: 22px;
  background: #fff;
}
.hided {
  display: none !important;
}
/*ASSORTMENT*/
h1#not_mp {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 10vw;
  letter-spacing: 10px;
  line-height: 10vw;
  color: #2f2f2f;
  padding-top: 200px;
  margin-bottom: 200px;
}
h2#not_mp {
  text-align: center;
  font-size: 1.5em;
  line-height: 45px;
  font-family: 'Montserrat';
  color: #2f2f2f;
  margin-bottom: 150px;
  letter-spacing: 1px;
}
section#assortment{
  padding: 0 10% 50px;
  width: 100%;
}
section#assortment ul {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
section#assortment li {
  width: 25%;
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: all 1s ease;
}
section#assortment ul a{
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
section#assortment ul a > img {
  max-width: 150px;
  max-height: 450px;
  transform: scale(1);
  transition: all .3s ease;
}


section#assortment ul p{
  text-align: center;
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: "Roboto";
  color: #2f2f2f;
  position: relative;
}
div#assort_item_icons {
    position: absolute;
    top: 0;
    left: calc(50% + 110px);
    display: flex;
    flex-direction: column;
}
div#assort_item_icons img {
  margin-bottom: 15px;
  opacity: 0.77;
  width: 30px;
}
section#assortment ul p span{
  position: absolute;
  left: calc(50% - 70px);
  top: 25px;
  font-size: 0.7em;
  font-family: 'Roboto';
  letter-spacing: 3px;
  color: #777;
}




/*FIRST BLOCK*/
section#first_block {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}
section#first_block h1 {
  position: absolute;
  font-family: "Montserrat";
  text-transform: lowercase;
  font-size: 15vw;
  color: #2f2f2f;
  margin-bottom: 15px;
  opacity: 0;
  z-index: 200;
  transition: opacity 1.5s ease;
}
section#first_block h1 span {
    font-size: 0.13em;
    position: absolute;
    right: 0;
    bottom: -8vw;
    color: #777;
    font-family: "Montserrat";
    letter-spacing: 5px
}

section#first_block svg {
  height: 66%;
  max-width: 40%;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  z-index: -1000;
  transition: transform 1.5s ease;
}

section#first_block svg path{
  fill: url(#linear-gradient);
}
section#first_block img { /*В ИТОГЕ СДЕЛАТЬ ТАК, КЛАСС СВГ НУЖНО ПОДГОТОВИТЬ К УДАЛЕНИЮ*/
  height: 66%;
  max-width: 40%;
  filter: invert(1);
  opacity: .11;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  z-index: -1000;
  transition: transform 2.5s ease;
}
.showed_animated_rad{
  transform: rotateY(30deg) translateZ(-100px) translateX(60px) !important;
}
/*ICONS*/
section#rad_icons{
  width: 100%;
  padding: 0 10%; 
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -25px 100px 0;
}
section#rad_icons .icon_item{
  display: flex;
  width: calc(16.66% - 25px);
  margin: 0 25px 100px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#rad_icons .icon_item img{
  width: 50px;
  opacity: 0.33;
  margin-bottom: 25px;
}

section#rad_icons .icon_item p{
  text-align: center;
}
/*GALLERY*/
section#rad_gallery {
  padding: 0 10%;
  margin-bottom: 100px;
}
/*TEXT*/
section#rad_text{
  padding: 0 10%;
  margin-bottom: 200px;
  text-align: center;
}

section#rad_text p#radiator_text{
  font-size: 1.5em;
  line-height: 40px;
  font-family: 'Montserrat';
}
section#large_text{
  padding: 0 10%;
  margin-bottom: 100px;
}
section#large_text p{
  line-height: 30px;
  font-size: 0.9em;
  column-count: 3;
  column-gap: 120px;
}
/*DIMMENSIONS*/
section#dim_block{
  width: 100%;
  padding: 0 10%; 
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
section#dim_block .dim_item{
  position: relative;
  margin: 0 50px 100px;
}
section#dim_block #hor{
}
section#dim_block .dim_item .dim_height{
  position: absolute;
  height: 100%;
  writing-mode: vertical-lr;
  text-align: center;
  left: -50px;
  border-right: 1px solid #777;
}
section#dim_block .dim_item .dim_width{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -40px;
  border-top: 1px solid #777;
}
section#dim_block img{
width: 100%
}
/*TABLE*/
section#rad_table{
  width: 100%;
  padding: 0 10%;
  
}
section#rad_table p#table_header{
  font-size: 2em;
font-family: "Roboto";
text-transform: uppercase;
margin-bottom: 25px;
line-height: 45px;
background: -webkit-linear-gradient(-45deg, #df89b5, #bfd9fe);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
section#rad_table table{
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 100px;
  border: 2px solid white;
}
section#rad_table table th{
  padding: 20px;
  font-family: "Roboto";
  font-weight: normal;
  color: #2f2f2f; 
}
section#rad_table table td{
  padding: 20px;
}
section#rad_table table tr{
  border-bottom: 1px solid #cccccc;
}
section#rad_table table tr:last-child{
  border-bottom: none;
}
/*COLORS TABLE*/
section#color_table{
  width: 100%;
  padding: 0 10%;
}
section#color_table p#table_header{
  font-size: 2em;
font-family: "Roboto";
text-transform: uppercase;
margin-bottom: 50px;
line-height: 45px;
background: -webkit-linear-gradient(-45deg, #df89b5, #bfd9fe);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
section#color_table p#table_header span{
  color: #2f2f2f;
    -webkit-text-fill-color: #2f2f2f;
    font-size: 0.7em;
    margin-left: 25px;
}
section#color_table #block_of_colors{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 100px 0;
}
section#color_table #block_of_colors #color_item{
   display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 25px 30px 0;
  width: calc(12.5% - 25px);
}
section#color_table #block_of_colors #color_item #color_label {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
section#color_table #block_of_colors #color_item #color_code {
  text-transform: uppercase;
  line-height: 14px;
  color: #2f2f2f;
  margin-bottom: 5px;
}
section#color_table #block_of_colors #color_item #color_name {
  text-transform: uppercase;
  line-height: 14px;
}
section#color_table #block_of_colors #color_item .glossy::after{
  content: "";
  width: 100%;
  height: 100%;
  background:linear-gradient(123deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50.7%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0) 100%);
  position: absolute;
}
section#color_table #block_of_colors #color_item .matt::after{
  content: "";
  width: 100%;
  height: 100%;
  background:linear-gradient(123deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.22) 50%,  rgba(255,255,255,0) 100%);
  position: absolute;
}
/*MEDIA*/

@media only screen and (max-width : 1920px) {


}


@media only screen and (max-width : 1600px) {

section#how_to_choose #info_block {
    width: 44vw;
}
section#usefull #info_block {
    width: 44vw;
}
  section#large_text p{
  column-count: 2;
  }

}


@media only screen and (max-width : 1280px) {
  section#header{
    background-size: 300%;  
  }

  section#rad_table table{
  table-layout: auto;
  }
  section#rad_icons .icon_item{
    width: calc(33% - 25px);
  }
  section#large_text p{
  column-count: auto;
  }
   section#assortment li {
  width: 33%;
  }
}

@media only screen and (max-width : 1024px) {

header ul#main_menu {
  display: none;
}
header div#burger{
  display:block;
}
section#header p {
  font-family: 'Montserrat';
  font-size: 3vw;
  line-height: 4vw;
  z-index: 1;
}
   section#assortment li {
  width: 50%;
  }
  section#cordivari_promo h2 {
    right: 10vw;
    padding: 1vh 3vw 2vh;
    background: #fff;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    text-decoration: underline;
}
  section#cordivari_promo #cordivari_pic1 {
    position: relative;
    top: 10vh;
    left: 10vw;
    width: 80vw;
    height: 80vh;
    background: url(../../../images/cordivari/lola/gallery/8.jpg) right no-repeat;
    background-size: cover;
    z-index: 0;
  }
  section#hotech_promo h2 {
    left: 10vw;
    padding: 1vh 3vw 2vh;
    background: #fff;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    text-decoration: underline;
}
  section#hotech_promo #hotech_pic1 {
    position: relative;
    top: 10vh;
    left: 10vw;
    width: 80vw;
    height: 80vh;
    background: url(../../../images/hotech/david/gallery/01.jpg) left no-repeat;
    background-size: cover;
    z-index: 0;
  }
  section#how_to_choose h3 {
    font-size: 28px;
    line-height: 28px;
}
section#how_to_choose #info_block {
    width: 100%;
    padding: 5vw 10vw;
    margin-bottom: 10vh;
    left: 0 !important;
}
section#how_to_choose #info_block p#block_header {
    font-size: 22px;
    line-height: 22px;
}
section#usefull h3 {
    font-size: 28px;
    line-height: 28px;
}
section#usefull #info_block {
    width: 100%;
    padding: 5vw 10vw;
    margin-bottom: 10vh;
    left: 0 !important;
}
section#usefull #info_block p#block_header {
    font-size: 22px;
    line-height: 22px;
}


  section#cordivari_promo #cordivari_pic2, section#cordivari_promo #cordivari_pic3, 
  section#cordivari_promo #cordivari_bg, section#cordivari_promo #btn,section#hotech_promo #hotech_pic2, 
  section#hotech_promo #hotech_pic3, section#hotech_promo #hotech_bg, section#hotech_promo #btn,
  section#how_to_choose #how_to_choose_bg, section#usefull #usefull_bg {
    display: none;
  }

  section#first_block h1 span {
    text-align: center;
    font-size: 20px;
    right: calc(50% - 111px);
}
section#color_table #block_of_colors #color_item{
   display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 25px 30px 0;
  width: calc(20% - 25px);
}
}

@media only screen and (max-width : 800px) {
section#header div h1 {
  letter-spacing: 1px;
  font-size: 12vw;
  line-height: 16vw;
}
section#header p {
  display: none;
}

  h1#not_mp{
    padding-top: 60px;
    margin-bottom: 100px;
  }

  section#rad_table{
  display: none;
  }

  footer{
    justify-content: center;
    flex-wrap: wrap;
  }
  footer p{
    text-align: center;
  }
  footer p:first-child{
    margin-bottom: 25px;
  }
  section#rad_icons .icon_item{
    width: calc(50% - 25px);
  }
  section#assortment li {
  width: 100%;
  }



}

/*SCROLL ANIMATION*/

.showItem{
  transform: translateY(0) !important;
  opacity: 1 !important;
}