@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img,
fieldset,
a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.icon-instagram {
  width: 29px;
  height: 29px;
  background-image: url("../img/sprite.png");
  background-position: 0px -64px;
}

.icon-left {
  width: 53px;
  height: 53px;
  background-image: url("../img/sprite.png");
  background-position: -64px 0px;
}

.icon-right {
  width: 54px;
  height: 54px;
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
}

.icon-vk {
  width: 29px;
  height: 17px;
  background-image: url("../img/sprite.png");
  background-position: -39px -64px;
}

.icon-youtube {
  width: 28px;
  height: 30px;
  background-image: url("../img/sprite.png");
  background-position: -127px 0px;
}

html,
body {
  font-size: 10px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  position: relative;
  display: block;
  margin: 0;
  font-family: 'Open Sans', sans-serif !important;
  padding: 0;
  color: #282828;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

section {
  max-width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}

#wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

i {
  display: block;
}

#section1 {
  width: 100%;
  overflow: hidden;
}

#section1 .row {
  position: relative;
  height: 100%;
  color: #fff;
  overflow: hidden;
}

#section1 .row .slider_box {
  height: 100%;
  height: 100vh !important;
}

#section1 .row .slider_box .items {
  position: relative;
  height: 100%;
}

#section1 .row .slider_box .items:before {
  display: block;
  opacity: 0.29;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
}

#section1 .row .slider_box div {
  max-height: 100vh !important;
  height: 100%;
}

#section1 .logo {
  position: absolute;
  top: 10%;
  left: 5%;
}

#section1 .line {
  position: absolute;
  top: 0;
  right: 225.5px;
  height: -webkit-calc(100% - 263px);
  height: calc(100% - 263px);
  width: 1px;
  background-color: #fff;
}

#section1 .box_pos {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  left: 5%;
  z-index: 2;
  bottom: 20px;
}

#section1 .box_pos .sicial {
  margin-right: 40px;
}

#section1 .box_pos .sicial a {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#section1 .box_pos .sicial a:hover {
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

#section1 .box_pos .sicial a:last-child {
  margin-bottom: 0;
}

#section1 .box_pos .site a {
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}

#section1 .box_pos .site a:hover {
  text-decoration: underline;
}

#section1 .box_pos .text_politick {
  margin-left: 40px;
}

#section1 .box_pos .text_politick a {
  color: #fff;
}

#section1 .box_pos .text_politick a:hover {
  text-decoration: none;
}

#section1 .controls {
  background-image: url(../img/border.png);
  width: 451px;
  height: 263px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
}

#section1 .controls .left,
#section1 .controls .right {
  margin: 20px;
  margin-bottom: 10%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#section1 .controls .left:hover,
#section1 .controls .right:hover {
  background-color: #e0ab6c;
}

#section2 .row {
  height: 100vh;
  background-color: #1f1e1c;
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
}

#section2 .row:before {
  content: '';
  display: block;
  background-image: url(../img/circle.png);
  width: 451px;
  height: 405px;
  position: absolute;
  bottom: -60px;
  left: -20px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

#section2 .row .line {
  display: block;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  height: 80%;
  top: 0;
  left: 47%;
}

#section2 .row .left,
#section2 .row .right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#section2 .row .left {
  background-color: #fff;
  width: -webkit-calc(33.33333% - 40px);
  width: calc(33.33333% - 40px);
}

#section2 .row .left img,#section2 .row .left iframe{
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}
#section2 .row .left iframe{
    width: 100%;
    max-height: 400px;
    height: 100%;
    display: block;
}
#section2 .row .right {
  background-color: #1f1e1c;
  padding-left: -webkit-calc(16.66667% + 20px);
  padding-left: calc(16.66667% + 20px);
  width: -webkit-calc(58.33333% - 40px);
  width: calc(58.33333% - 40px);
}

#section2 .row .right .text {
  max-width: 615px;
}

#section2 .row .right .text h1 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 80px;
}

#section2 .row .right .text p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
}

#section3 .row {
  height: 100vh;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

#section3 .row .left .slider-nav {
  padding: 20px;
  height: 100%;
}

#section3 .row .left .slider-nav .slick-slide {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.26;
}

#section3 .row .left .slider-nav .slick-active.slick-center {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#section3 .row .left .items_wrap {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 40px 0;
}

#section3 .row .left .items_wrap:before {
  content: '';
  display: block;
  margin-right: 19px;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-top: 3px;
}
#section3 .row .left .items_wrap .box_text{
    display: block;
    width: 100%;
}
#section3 .row .left .items_wrap .box_text span {
  display: block;
}

#section3 .row .left .items_wrap .box_text .title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 10px;
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
        align-items: center;
}
#section3 .row .left .items_wrap .box_text .title span{
    width: auto;
    display: block;
}
#section3 .row .left .items_wrap .box_text .title .title2{
    width: -webkit-calc(100% - 55px);width: calc(100% - 55px);
}
#section3 .row .left .items_wrap .box_text .wight {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  float: right;
  text-align: right;
  width: 55px;
  margin-left: 5px;
}

#section3 .row .left .items_wrap .box_text .desc {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
}

#section3 .row .left .items_wrap .box_text .peice {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  text-align: right;
}

#section3 .row .right,
#section3 .row .left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
  position: relative;
}

#section3 .row .left {
  background-color: #1f1e1c;
  width: -webkit-calc(33.33333% - 40px);
  width: calc(33.33333% - 40px);
}

#section3 .row .left:before {
  content: '';
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #1f1e1c;
  position: absolute;
  left: -20px;
}

#section3 .row .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-calc(58.33333% - 40px);
  width: calc(58.33333% - 40px);
}

#section3 .row .right .slider-for {
  margin-top: 40px;
  margin-right: 10.69%;
  margin-bottom: 10px;
}

#section3 .row .right .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#section3 .row .right .bottom .line {
  height: 1px;
  width: 70%;
  margin-left: -40px;
  background-color: #1f1e1c;
}

#section3 .row .right .bottom .box_img {
  float: right;
}

#section4 {
  background-color: #fff;
}

#section4 .container {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

#section4 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#section4 .row .right,
#section4 .row .left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
}

#section4 .row .left {
  width: -webkit-calc(33.33333% - 40px);
  width: calc(33.33333% - 40px);
  position: relative;
}

#section4 .row .left .box_pos {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 0;
}

#section4 .row .left .box_img {
  margin-right: 0;
  float: right;
  z-index: 1;
  position: relative;
}

#section4 .row .right {
  margin-top: 5%;
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
}

#section4 .row .right .text {
  color: #000;
  font-size: 27px;
  font-weight: 400;
}

#section4 .row .right .text p {
  margin-bottom: 20px;
}

#section4 .row .right .text span {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  display: block;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
#section4 .row .right .text p{
    padding-left: 10px;
    position: relative;
}
#section4 .row .right .text p:before{
    content: '•';
    position: absolute;
    left: -10px;
    color: red;
}

#section4 .row .right .text span:hover {
  opacity: 1;
  color: #000;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#section4 .row .bottom_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
  width: -webkit-calc(83.33333% - 40px);
  width: calc(83.33333% - 40px);
}

#section4 .row .bottom_box:before {
  position: absolute;
  content: '';
  display: block;
  width: 263px;
  height: 241px;
  border: 1px solid #1f1e1c;
  left: -7%;
  z-index: 0;
  top: -20%;
}

#section4 .row .bottom_box:after {
  content: '';
  display: block;
  width: 89%;
  z-index: 0;
  height: 1px;
  background-color: #1f1e1c;
  position: absolute;
  right: -30%;
}

#section4 .row .bottom_box .text {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 57px;
  position: relative;
  text-transform: uppercase;
  display: block;
  z-index: 1;
}

#section4 .row .bottom_box .img_box {
  position: relative;
  z-index: 1;
}

#header_fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #1f1e1c;
  padding: 10px;
  opacity: 0.5;
  display: none;
}

#header_fixed .container {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#header_fixed .container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#header_fixed .container .row .logo {
  width: 100px;
  margin-left: 20px;
}

#header_fixed .container .row .phone {
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
  margin-right: 20px;
}

#header_fixed .container .row .phone a {
  color: #fff;
  text-decoration: none;
}

#header_fixed .container .row .phone a:hover {
  text-decoration: underline;
}
.modInstagram{
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
}
.modInstagram .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 35px;
}
.modInstagram .row .col-md-4{
    max-width: 220px;
    margin-bottom: 15px;
    margin-right: 7.5px;
    margin-left: 7.5px;
}
.modInstagram .row .col-md-4 .thumbnail{
    height: 100%;
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FDFBFB;
    border: 1px solid #E2E2E2;
    -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.19);
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}
.modInstagram .row .col-md-4 .thumbnail:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.modInstagram  h2{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    
    margin-top: auto;
}
footer{
    height: 100%;
    overflow: hidden;
}
footer .container{
    height: 100%;
}
.footer_info{
    position: relative;
    background-color: #000;
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
    margin-top: auto;
}
.footer_info:before,.footer_info:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: #000;
    z-index: -1;
}
.footer_info{
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_info:before{
    left: -100%;
}
.footer_info:after{
    right: -100%;
}
.footer_info .logo{
    height: 70px;
}
.footer_info .logo img{
    display: block;
    max-width: 100%;
    height: auto;
    width: 125px;
}
.footer_info{
     color: #fff;
}
.footer_info .text_politick, .footer_info .site{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer_info a {
    color: #fff;
    text-decoration: none;
}
.footer_info a:hover{
    text-decoration: underline;
    color: #fef;
}
.modInstagram{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.modInstagram .row .col-md-4 .images{
    max-width: 100%;
    width: 100%;
    max-height: 200px;
    height: 100%;
}
.modInstagram .row .col-md-4 .caption{
    margin-top: 15px;
}
.modInstagram .row .col-md-4 a{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #282828;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.modInstagram .row .col-md-4 a:hover{
    text-decoration: underline;
    color: #efc000;
}
.modInstagram .row .col-md-4 .images .carousel-inner{
    height: 100%;
}
.modInstagram .row .col-md-4 .images .carousel-inner  div{
    height: 100%;
}
.modInstagram .row .col-md-4 .images img{
    width: 100%;
    height: 100%;
    display: block;
       object-fit: cover;
}
@media only screen and (max-width: 1390px) and (min-width: 1024px){
    #section4 .row .left .box_pos{
        left: -120px;
    }
    #section4 .container{
        -webkit-transform: scale(0.87);
        -moz-transform: scale(0.87);
        -ms-transform: scale(0.87);
        -o-transform: scale(0.87);
        transform: scale(0.87);
    }
}
@media only screen and (max-width: 1440px) {
  #section1 .row .slider_box .items img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  

  #section1 .box_pos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #section1 .box_pos .site {
    width: 100%;
    margin: 10px 0;
  }

  #section1 .box_pos .text_politick {
    width: 100%;
    margin-left: 0;
  }

  #section3 .row .left {
    width: -webkit-calc(41.66667% - 40px);
    width: calc(41.66667% - 40px);
  }

  #section4 .row .right .text {
    font-size: 20px;
  }

  #section4 .row .bottom_box .text {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1175px) {
  #section4 .row .left .box_pos {
    display: none;
  }
}

@media only screen and (max-width: 1055px) {
  #section4 .row .right .text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1000px) {
  #section2 .row .right .text h1 {
    margin-bottom: 20px;
  }
  body{
      overflow-x: hidden;
      overflow-y: auto;
  }
}

@media only screen and (max-width: 955px) {
  #section1 .logo {
    width: 200px;
  }

  #section1 .line {
    height: 75%;
  }

  #section1 .controls {
    width: auto;
    background: none;
  }

  #section2 .row:before {
    display: none;
  }

  #section2 .row .line {
    left: auto;
    right: 25px;
  }

  #section2 .row .left img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #section2 .row .right {
    padding-left: -webkit-calc(0% + 20px);
    padding-left: calc(0% + 20px);
  }

  #section3 .row .left {
    margin: 0;
  }

  #section3 .row .right .slider-for {
    margin-top: 10px;
  }

  #section4 .row .left {
    width: -webkit-calc(25% - 40px);
    width: calc(25% - 40px);
  }

  #section4 .row .right {
    width: -webkit-calc(75% - 40px);
    width: calc(75% - 40px);
    margin-top: 0;
  }

  #section4 .row .bottom_box {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-top: 10px;
  }

  #section4 .row .bottom_box .text {
    font-size: 16px;
  }

  #section4 .row .bottom_box .img_box {
    width: 150px;
  }
  #section3 .row .left .slider-nav .slick-slide{
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
  }
}
@media only screen and (max-width: 900px){
    #section2 .row{
        display: block;
        margin: 0 auto;
        padding: 0;
        height: auto;
    }
    #section2{
        height: auto !important;
    }
    #section2 .row {
        flex-direction: column
    }
    #section2 .row .right,#section2 .row .left{
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }
    #section2 .row .right{
        display: block;
        height: auto;
    }
    #section2 .row .left iframe{
        max-width: 320px;
        transform: none;
        margin: 20px auto;
    }
    #section2 .row .right .text{
        margin: 0 auto;
        padding: 10px;
    }
    #section3 .row,#section3{
        height: auto !important;
    }
    #section3 .row .left,#section3 .row .right{
        display: block;
        width: 100%;
        position: static;
        height: auto;
    }
    #section3 .row .left{
        order: 1
    }
    #section3 .row .right{
        height: 300px;
        overflow: hidden;
        margin-bottom: 25px;
        max-width: 400px;
        margin: 25px auto; 
    }
    #section3 .row .left .slider-nav .slick-slide{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #section3 .row .left .slider-nav {
        max-width: 800px;
        margin: 0 auto;
    }
    #section3 .slick-list.draggable{
        padding: 0 !important;
    }
    #section4{
        height: auto !important;
    }
    #section4 .row{
        margin-top: 25px;
    }
    #section4 .row .left .box_pos{
        display: block;
        position: static;
    }
    #section4 .row .left{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    #section4 .row .right{
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #section4 .row .right .text{
        font-size: 16px;
    }
    #section4 .row .bottom_box:before{
        transform: scale(0.5);
    }
    #section4 .row .bottom_box .text{
        font-size: 17px !important;
    }
    
    #section3 .row .left .items_wrap .box_text .title .title2{
        display: block;
    }
    #section3 .row .left .items_wrap .box_text .title{
        display: block;
    }
    #section3 .row .left .items_wrap .box_text .peice{
        display: block;
    }
    #section3 .row .left .items_wrap .box_text span{
        text-align: left !important;
        padding: 0 !important;
        display: block !important;
        width: 100% !important;
    }
    #section3 .row .left .items_wrap .box_text .title span.wight:before{
        content: 'Вес: ';
    }
    #section3 .row .left .items_wrap .box_text span.peice:before{
        content: 'Цена: ';
        
    }
    #section3 .row .left .items_wrap .box_text .desc{
        margin: 10px 0;
    }
    
}
@media only screen and (max-width: 810px) {
  #section3 .row .left .items_wrap:before {
    display: none;
  }
}

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

  #section3 .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  #section4 .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #header_fixed .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #section4 .row .right .text span:hover{
      -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  #section1 .box_pos {
    max-width: 400px;
    left: 10px;
    bottom: 10px;
  }


  #section2 .row .right .text h1 {
    font-size: 18px;
  }

  

  #section4 .row .right .text {
    font-size: 16px !important;
  }

  #section4 .row .bottom_box:before {
    display: none;
  }
}

@media only screen and (max-width: 670px) {
 #section2 .row .line{
     display: none;
 }
 #section3 .row .right{
     height: auto;
 }
 #section3 .row .left .items_wrap{
     padding: 15px 0;
     margin:  15px 0;
 }
}

@media only screen and (max-width: 650px) {
/*   #section3 .row .left {
  width: -webkit-calc(58.33333% - 40px);
  width: calc(58.33333% - 40px);
} */
}

@media only screen and (max-width: 629px) {
/*   #section2 .row .right {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
} */
}

@media only screen and (max-width: 565px) {
  #section1 .logo {
    width: 100px;
    left: 70px;
    top: 25px;
  }

  #section1 .box_pos {
    font-size: 16px;
    top: 10px;
    bottom: auto;
  }
}

@media only screen and (max-width: 549px) {
  #section4 .row .left {
    display: none;
  }

  #section4 .row .right {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  #section4 .row .right .text p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 478px) {
/*   #section3 .row .left {
  width: -webkit-calc(66.66667% - 40px);
  width: calc(66.66667% - 40px);
} */
}

@media only screen and (max-width: 448px) {
  #header_fixed .container .row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #header_fixed .container .row .phone {
    font-size: 16px;
  }
}

@media only screen and (max-width: 415px) {
  #section1 .line {
    right: 10px;
  }

  #section4 .row .bottom_box:after {
    display: none;
  }

  #section4 .row .bottom_box .text {
    font-size: 15px !important;
    line-height: 1.3;
  }

  #section4 .row .bottom_box .img_box {
    width: 40px;
  }
}

@media only screen and (max-width: 368px) {
/*   #section3 .row .left {
  width: -webkit-calc(75% - 40px);
  width: calc(75% - 40px);
} */
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}

@media only screen and (max-height: 1000px) {
  #section3 .row .right .slider-for {
    margin-top: 4%;
    margin-right: 0;
  }

  #section3 .row .right .bottom {
    display: none;
  }

  #section4 .row .right .text {
    font-size: 23px;
  }

  #section4 .row .bottom_box .text {
    font-size: 22px;
  }

  #section4 .row .bottom_box .img_box {
    width: 250px;
  }
}

@media only screen and (max-height: 600px) {

}

@media only screen and (max-height: 500px) {
  #section4 .row .bottom_box .img_box {
    width: 100px;
  }
}

.flex_section_error{
    display: flex;
    background: #1f1e1c;
    height: 100%;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.flex_section_error h1{
    font-size: 34px;
    color: #fff;
}
.flex_section_error p{
    margin-top: 15px;
    font-size: 18px;
    max-width: 300px;
    color: #fff;
}
.flex_section_error .btn{
    margin-top: 20px;
    font-size: 15px;
    text-decoration: none;
    background: red;
    padding: 10px 25px;
    color: #fff;
}
.flex_section_error .btn:hover{
    background-color: #fff;
    color: #000;
}