.container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  justify-content: center;
      flex-direction: column;
        align-items: center;
}


.s-col .content .row .element-content .active-bg {
  background-color: var(--c-accent);
}

.s-col .content .row .element-content .bg-radius {
  border-radius: 50%;
  border: none;
}

.s-col .title-block {
  margin-bottom: 40px;
}

.s-col .content {
  width: 100%;
}

.s-col .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.s-col .content .row .element-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10%;
  overflow: hidden;
}

.s-col .content .row .element-content.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.s-col .content .row .element-content.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.s-col .content .row .element-content.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.s-col .content .row .element-content.pos-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}




 /* Главный экран - Columns */
#section-total .row {
  flex-wrap: wrap;
}
#section-total .element {
  min-width: 50%;
  width: 50% !important;
  border: 8px solid #FFF;
}
#section-total .element a {
  padding: 0;
  position: relative;
}
#section-total .col-title {
  position: absolute;
}

#section-total .col-title {
  font-size: 22px;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 25px;
}

#section-total .col-title:hover {
  color: var(--c-red);
}
#section-total .element:nth-child(1) .title-wrap:first-child {
    clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
}
#section-total .element:nth-child(2) .title-wrap:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}
#section-total .element:nth-child(3) .title-wrap:first-child {
    clip-path: polygon(0 0, 72% 0, 100% 100%, 0% 100%);
}
#section-total .element:nth-child(4) .title-wrap:first-child {
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
}
#section-total .element:nth-child(1) .col-title {
  top: 0;
  right: 20px;
  text-align: right;
}
#section-total .element:nth-child(2) .col-title {
  top: 0;
  left: 20px;
}

#section-total .element:nth-child(3) .col-title {
  bottom: 0;
  right: 20px;
  text-align: right;
}

#section-total .element:nth-child(4) .col-title {
  bottom: 0;
  left: 20px;
}

#section-total .element:nth-child(5)  {
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  height: 320px;
  width: 320px;
  border: none;
  /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
}
#section-total .element:nth-child(5) .col-title {
  position: absolute;
  left: 0;
  top: 50%;
  width: 53%;
  text-align: center;
  transform: translate(45%, -50%);
  font-size: 19px !important;
  line-height: 1;
}
#section-total .element:nth-child(5) img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  height: 320px !important;
}
#section-total .element:nth-child(5) a {
  justify-content: center;
}
 /* Главный экран - Columns end */






 /* RESPONSIVE */

@media (max-width: 1300px) and (min-width: 750px) {
    #section-total .element:nth-child(5) {
      position: relative;
      transform: translateX(0);
      left: 25%;
    }

}

@media (max-width: 750px) {
    #section-total .row {
        flex-direction: column;
    }
    #section-total .element {
        width: 100% !important;
    }
    #section-total .element:nth-child(5) {
      position: relative;
      transform: translateX(0);
      left: 0;
		order: -1;
    }
    #section-total .element:nth-child(1) .title-wrap:first-child,
    #section-total .element:nth-child(2) .title-wrap:first-child,
    #section-total .element:nth-child(3) .title-wrap:first-child,
    #section-total .element:nth-child(4) .title-wrap:first-child {
      clip-path: none;
    }
	
	#section-total .element .col-title{
		transition: 0.45s;
		z-index: 20;
		text-align: center !important;
		padding: 0;
		line-height: 0.8;
	}
}

@media (max-width: 1300px){
	#section-white .main-block .content{
		display: grid !important;
		grid-template-columns: repeat(4, 1fr);
	}
}

#section-total .element {
	padding: 8px;
	border: 0;
}

@media (max-width: 770px){
	#section-white .main-block .content{
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
	}
}   

@media (max-width: 560px){
	#popular-products .content .block-content img{
		height: 80px !important;
		max-width: 80px !important;
	}
}


@media (max-width: 1500px){
	#section-total .element {
		padding: 8px 0;
		border: 0;
	}
}

@media (min-width: 750px) and (max-width: 1030px){
	#section-total .col-title {
		font-size: 18px !important;
    	padding: 5px 10px !important;
	}
}
/* RESPONSIVE END */

#section-total .element:nth-child(5){
	padding: 0;
}

#section-total .element .col-title{
	transition: 0.45s;
	z-index: 20;
}

#section-total .element:nth-child(5) .col-title{
	padding: 0;
}



@media(max-width: 750px){
	#section-total .element img{
		width: 132% !important;
		max-width: 132% !important;
		object-fit: cover;
	}
	
	#section-total .element .col-title{
		left: 10px;
		right: 0;
		padding: 5px;
		width: 100%;
		font-size: 22px !important;
	}
	
	#section-total .element:last-child .col-title{
		left: 0;
		width: 53%;
	}

	#section-total .element:nth-child(2) .col-title, #section-total .element:nth-child(4) .col-title{
		left: 10px;
	}

	#section-total .element:nth-child(2) img, #section-total .element:nth-child(4) img{
		    transform: scale(-1, 1);

	}
	
	#section-total .element:last-child img{
		width: 100% !important;
	}
}

@media(max-width: 600px){
	#section-total .element .col-title{
		padding: 10px;
		font-size: 18px !important;
	}
}

@media(max-width: 470px){
	#section-total .element .col-title{
		padding: 12px 10px;
	}
}