@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap&subset=cyrillic-ext');
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
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,
sub,
sup,
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;
  font-size: 100%;
  vertical-align: baseline;
}
html,
body {
  margin: 0 auto;
  width: 100%;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 600px) {
  html,
  body {
    overflow-x: hidden !important;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ M I X I N  */
.mixinFlex {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.mixinFlexOld {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ SCROLL TO TOP */
.scrollToTop {
  position: fixed;
  z-index: 99;
  bottom: 100px;
  left: 100px;
  width: 60px;
  height: 60px;
  display: none;
  background: #257878;
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 800px) {
  .scrollToTop {
    display: none;
    height: 0;
    width: 0;
  }
}
.scrollToTop span {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  background: url("../images/arrowupblack2.svg") 50% 50% no-repeat;
  -webkit-background-size: 23px;
  -o-background-size: 23px;
  background-size: 23px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.scrollToTop span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: url("../images/arrowupblack2.svg") 50% 50% no-repeat;
  -webkit-background-size: 23px;
  -o-background-size: 23px;
  background-size: 23px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.scrollToTop:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.vibber {
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 190px;
}
@media screen and (min-width: 1001px) {
  .vibber {
    width: 60px;
    right: 60px;
    height: 50px;
    bottom: 110px;
  }
}
.vibber .vibber2_1 {
  display: block;
  width: 60px;
  height: 100px;
  background: url(../images/Viber3.svg) 50% 50% no-repeat;
  -webkit-background-size: 60px;
  -o-background-size: 60px;
  background-size: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1001px) {
  .vibber .vibber2_1 {
    display: none;
  }
}
.vibber .vibber2_2 {
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/Viber3.svg) 50% 0% no-repeat;
  -webkit-background-size: 60px;
  -o-background-size: 60px;
  background-size: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .vibber .vibber2_2 {
    display: none;
  }
}
.vibber a:nth-child(3) {
  display: block;
  width: 60px;
  height: 100px;
  background: url(images/Viber2.svg) 50% 50% no-repeat;
  -webkit-background-size: 60px;
  -o-background-size: 60px;
  background-size: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1001px) {
  .vibber a:nth-child(3) {
    display: none;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ H E A D E R */
/* body {
	.mixinD(2s);
} */
#site-wrapper {
  margin: 0 auto;
  width: 100%;
  height: 815px;
  height: 680px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #site-wrapper {
    height: 500px;
  }
}
#site-canvas {
  width: 100%;
  position: relative;
}
.show-nav {
  -webkit-transform: translateX(-500px);
  -moz-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  -o-transform: translateX(-500px);
  transform: translateX(-500px);
}
@media screen and (max-width: 600px) {
  .show-nav {
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
/* =============================================================== FF */
.femis {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 16px 0 12px;
  background-color: #FFF;
  z-index: 99;
}
.femis .femis_innard {
  margin: 0 auto;
  max-width: 1060px;
  width: 85%;
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.femis .main_image {
  display: block;
  width: 170px;
}
.femis img {
  padding-top: 6px;
  height: 33px;
  width: 170px;
}
@media screen and (max-width: 1000px) {
  .femis img {
    height: 32px;
    width: 120px;
  }
}
.femis .text_p {
  font: 400 110% 'Roboto', sans-serif;
  padding-top: 7px;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1000px) {
  .femis .text_p {
    display: none;
  }
}
.femis .price_main {
  text-decoration: none;
  font: 400 110% 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding-top: 7px;
  color: #d10000;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.femis .price_main:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1000px) {
  .femis .price_main {
    display: none;
  }
}
.femis .sm-button {
  /* @media screen and (max-width: 1000px) {
			padding-top: 8px;
		} */
}
@media screen and (min-width: 1001px) {
  .femis .sm-button {
    margin-top: 2px;
    padding: 7px 11px 5px 10px;
    border-radius: 3px;
    background-color: #268c8b;
    width: 65px;
    letter-spacing: .02em;
    display: block;
    font: 400 100% 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    /* margin-top: 1px;
			padding: 7px 11px 5px 10px; */
  }
}
.femis .sm-button:hover {
  background-color: #757676;
}
.femis .sm-button span {
  display: none;
}
@media screen and (max-width: 1000px) {
  .femis .sm-button span {
    display: inline-block;
    position: relative;
    top: -7px;
    left: 8px;
    width: 15px;
    height: 2px;
    background-color: #000000;
  }
  .femis .sm-button span::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    top: 6px;
    left: 0;
    background-color: #000000;
  }
  .femis .sm-button span::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    top: -6px;
    left: 0;
    background-color: #000000;
  }
}
.femis_innard_2 {
  position: fixed;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: fadeA .5s both;
  -moz-animation: fadeA .5s both;
  -o-animation: fadeA .5s both;
  animation: fadeA .5s both;
}
@-webkit-keyframes fadeA {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeA {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ F R O N T   MENU */
.front_menu {
  position: absolute;
  top: 70px;
  width: 100%;
  height: 675px;
  background: url('../images/Background1.jpg') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .front_menu {
    height: 500px;
  }
}
.front_menu_1 {
  margin: 0 auto;
  width: 100%;
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.front_menu_1 img {
  display: block !important;
  width: 102px;
  height: 39px;
}
.front_menu_1 .text_p {
  font: 300 110% 'Roboto', sans-serif;
  padding-top: 6px;
  color: #ffffff;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ BOTTOM MENU */
.bottom-menu {
  width: 100%;
  height: 73px;
  position: absolute;
  top: 617px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 7px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 1400px) {
  .bottom-menu {
    display: none;
  }
}
.bottom-menu p {
  display: block;
  margin-top: 10px;
  width: 2px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
.bottom-menu a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: .05em;
  padding: 12px 0;
  text-decoration: none;
  font: 400 110% 'Roboto', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bottom-menu a:hover {
  color: rgba(255, 255, 255, 0.5);
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ СТАНЬ */
.intro {
  margin: 112px auto 0;
  text-align: center;
  opacity: .9;
}
@media screen and (max-width: 800px) {
  .intro {
    margin-top: 70px;
    opacity: 1;
  }
}
.intro p {
  font: 400 200% 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.01em;
  text-shadow: 0 0 20px #000000;
}
@media screen and (max-width: 800px) {
  .intro p {
    font-size: 150%;
  }
}
@media screen and (max-width: 400px) {
  .intro p {
    font-size: 120%;
  }
}
.intro p:nth-child(1) {
  font: 500 350% 'Roboto', sans-serif;
  padding-top: 50px;
  padding-top: 90px;
}
@media screen and (max-width: 800px) {
  .intro p:nth-child(1) {
    font-size: 250%;
  }
}
@media screen and (max-width: 400px) {
  .intro p:nth-child(1) {
    font-size: 210%;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  containers */
#letters {
  margin: 0 auto;
  padding: 150px 0 160px;
  max-width: 900px;
  width: 95%;
}
#letters h1 {
  font: 300 290% 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 800px) {
  #letters h1 {
    font-size: 200%;
  }
}
#letters .Letters {
  margin-top: 50px;
  font: 400 100%/2em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  #letters .Letters {
    padding: 0 10px;
    margin-top: 30px;
    line-height: 1.5em;
  }
}
#letters .Letters span {
  font-weight: 500;
}
#letters .Letter2 {
  margin-top: 50px;
  text-align: center;
  font: 500 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #letters .Letter2 {
    line-height: 1.5em;
  }
}
#letters .Letter3 {
  margin-top: 10px;
  text-align: center;
  font: 300 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #letters .Letter3 {
    line-height: 1.5em;
    margin-top: 15px;
  }
}
#light_boxs {
  margin: 0 auto;
  width: 100%;
  background: rgba(190, 190, 190, 0.15);
}
#light_boxs .conty {
  padding: 130px 0 160px;
  margin: 0 auto;
  max-width: 900px;
  width: 95%;
}
#light_boxs .conty h1 {
  font: 300 290% 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 800px) {
  #light_boxs .conty h1 {
    font-size: 200%;
  }
}
#light_boxs .conty .Letters {
  margin-top: 50px;
  font: 400 100%/2em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  #light_boxs .conty .Letters {
    padding: 0 10px;
    margin-top: 30px;
    line-height: 1.5em;
  }
}
#light_boxs .conty .Letters span {
  font-weight: 500;
}
#light_boxs .conty .Letter2 {
  margin-top: 50px;
  text-align: center;
  font: 500 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #light_boxs .conty .Letter2 {
    line-height: 1.5em;
  }
}
#light_boxs .conty .Letter3 {
  margin-top: 10px;
  text-align: center;
  font: 300 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #light_boxs .conty .Letter3 {
    line-height: 1.5em;
    margin-top: 15px;
  }
}
#sign_boards {
  margin: 0 auto;
  width: 100%;
  background: rgba(190, 190, 190, 0.15);
}
#sign_boards .conty {
  padding: 130px 0 160px;
  margin: 0 auto;
  max-width: 900px;
  width: 95%;
}
#sign_boards .conty h1 {
  font: 300 290% 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 800px) {
  #sign_boards .conty h1 {
    font-size: 200%;
  }
}
#sign_boards .conty .Letters {
  margin-top: 50px;
  font: 400 100%/2em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  #sign_boards .conty .Letters {
    padding: 0 10px;
    margin-top: 30px;
    line-height: 1.5em;
  }
}
#sign_boards .conty .Letters span {
  font-weight: 500;
}
#sign_boards .conty .Letter2 {
  margin-top: 50px;
  text-align: center;
  font: 500 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #sign_boards .conty .Letter2 {
    line-height: 1.5em;
  }
}
#sign_boards .conty .Letter3 {
  margin-top: 10px;
  text-align: center;
  font: 300 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #sign_boards .conty .Letter3 {
    line-height: 1.5em;
    margin-top: 15px;
  }
}
#stands {
  margin: 0 auto;
  width: 100%;
  background: rgba(190, 190, 190, 0.15);
}
#stands .conty {
  padding: 130px 0 160px;
  margin: 0 auto;
  max-width: 900px;
  width: 95%;
}
#stands .conty h1 {
  font: 300 290% 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 800px) {
  #stands .conty h1 {
    font-size: 200%;
  }
}
#stands .conty .Letters {
  margin-top: 50px;
  font: 400 100%/2em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  #stands .conty .Letters {
    padding: 0 10px;
    margin-top: 30px;
    line-height: 1.5em;
  }
}
#stands .conty .Letters span {
  font-weight: 500;
}
#stands .conty .Letter2 {
  margin-top: 50px;
  text-align: center;
  font: 500 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #stands .conty .Letter2 {
    line-height: 1.5em;
  }
}
#stands .conty .Letter3 {
  margin-top: 10px;
  text-align: center;
  font: 300 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #stands .conty .Letter3 {
    line-height: 1.5em;
    margin-top: 15px;
  }
}
#navigation {
  margin: 0 auto;
  max-width: 900px;
  width: 95%;
  padding: 130px 0 160px;
}
#navigation h1 {
  font: 300 290% 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #navigation h1 {
    font-size: 200%;
  }
}
#navigation .Letters {
  margin-top: 50px;
  font: 400 100%/2em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  #navigation .Letters {
    padding: 0 10px;
    margin-top: 30px;
    line-height: 1.5em;
  }
}
#navigation .Letters span {
  font-weight: 500;
}
#navigation .Letter2 {
  margin-top: 50px;
  text-align: center;
  font: 500 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #navigation .Letter2 {
    line-height: 1.5em;
  }
}
#navigation .Letter3 {
  margin-top: 10px;
  text-align: center;
  font: 300 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #navigation .Letter3 {
    line-height: 1.5em;
    margin-top: 15px;
  }
}
#pos_matterials {
  margin: 0 auto;
  max-width: 900px;
  width: 95%;
  padding: 130px 0 160px;
}
#pos_matterials h1 {
  font: 300 290% 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #pos_matterials h1 {
    font-size: 200%;
  }
}
#pos_matterials .Letters {
  margin-top: 50px;
  font: 400 100%/2em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  #pos_matterials .Letters {
    padding: 0 10px;
    margin-top: 30px;
    line-height: 1.5em;
  }
}
#pos_matterials .Letters span {
  font-weight: 500;
}
#pos_matterials .Letter2 {
  margin-top: 50px;
  text-align: center;
  font: 500 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #pos_matterials .Letter2 {
    line-height: 1.5em;
  }
}
#pos_matterials .Letter3 {
  margin-top: 10px;
  text-align: center;
  font: 300 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #pos_matterials .Letter3 {
    line-height: 1.5em;
    margin-top: 15px;
  }
}
#automobiles {
  margin: 0 auto;
  max-width: 900px;
  width: 95%;
  padding: 130px 0 160px;
}
#automobiles h1 {
  font: 300 290% 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #automobiles h1 {
    font-size: 200%;
  }
}
#automobiles .Letters {
  margin-top: 50px;
  font: 400 100%/2em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  #automobiles .Letters {
    padding: 0 10px;
    margin-top: 30px;
    line-height: 1.5em;
  }
}
#automobiles .Letters span {
  font-weight: 500;
}
#automobiles .Letter2 {
  margin-top: 50px;
  text-align: center;
  font: 500 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #automobiles .Letter2 {
    line-height: 1.5em;
  }
}
#automobiles .Letter3 {
  margin-top: 10px;
  text-align: center;
  font: 300 100%/2.13em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 800px) {
  #automobiles .Letter3 {
    line-height: 1.5em;
    margin-top: 15px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 */
.carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__prev > label:nth-child(10),
.carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__next > label:nth-child(2),
.carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__prev > label:nth-child(1),
.carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__next > label:nth-child(3),
.carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__prev > label:nth-child(2),
.carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__next > label:nth-child(4),
.carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__prev > label:nth-child(3),
.carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__next > label:nth-child(5),
.carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__prev > label:nth-child(4),
.carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__next > label:nth-child(6),
.carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__prev > label:nth-child(5),
.carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__next > label:nth-child(7),
.carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__prev > label:nth-child(6),
.carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__next > label:nth-child(8),
.carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__prev > label:nth-child(7),
.carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__next > label:nth-child(9),
.carousel > input[type="radio"]:nth-child(9):checked ~ .carousel__prev > label:nth-child(8),
.carousel > input[type="radio"]:nth-child(9):checked ~ .carousel__next > label:nth-child(10),
.carousel > input[type="radio"]:nth-child(10):checked ~ .carousel__prev > label:nth-child(9),
.carousel > input[type="radio"]:nth-child(10):checked ~ .carousel__next > label:nth-child(1) {
  opacity: 1 !important;
  z-index: 3;
}
.carousel {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .carousel {
    height: 230px;
    height: 63vw !important;
    margin-top: 40px;
  }
}
.carousel input {
  display: none;
}
.carousel .carousel__items {
  width: 100%;
  height: 100%;
  position: relative;
}
.carousel .carousel__items img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -moz-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -ms-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -o-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}
.carousel > input[type="radio"]:checked ~ .carousel__items img,
.carousel > input[type="radio"]:checked ~ .carousel__prev > label,
.carousel > input[type="radio"]:checked ~ .carousel__next > label {
  opacity: 0;
}
.carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__items img:nth-child(1),
.carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__items img:nth-child(2),
.carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__items img:nth-child(3),
.carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__items img:nth-child(4),
.carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__items img:nth-child(5),
.carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__items img:nth-child(6),
.carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__items img:nth-child(7),
.carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__items img:nth-child(8),
.carousel > input[type="radio"]:nth-child(9):checked ~ .carousel__items img:nth-child(9),
.carousel > input[type="radio"]:nth-child(10):checked ~ .carousel__items img:nth-child(10) {
  opacity: 1;
}
.carousel__prev > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  background: url("../images/Arrow2.svg") 15px 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__prev > label {
    background-position: 7px 50%;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
.carousel__next > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  margin-right: 15px;
  background: url("../images/Arrow.svg") 100% 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__next > label {
    margin-right: 7px;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 */
.carousel2 > input[type="radio"]:nth-child(1):checked ~ .carousel__prev2 > label:nth-child(10),
.carousel2 > input[type="radio"]:nth-child(1):checked ~ .carousel__next2 > label:nth-child(2),
.carousel2 > input[type="radio"]:nth-child(2):checked ~ .carousel__prev2 > label:nth-child(1),
.carousel2 > input[type="radio"]:nth-child(2):checked ~ .carousel__next2 > label:nth-child(3),
.carousel2 > input[type="radio"]:nth-child(3):checked ~ .carousel__prev2 > label:nth-child(2),
.carousel2 > input[type="radio"]:nth-child(3):checked ~ .carousel__next2 > label:nth-child(4),
.carousel2 > input[type="radio"]:nth-child(4):checked ~ .carousel__prev2 > label:nth-child(3),
.carousel2 > input[type="radio"]:nth-child(4):checked ~ .carousel__next2 > label:nth-child(5),
.carousel2 > input[type="radio"]:nth-child(5):checked ~ .carousel__prev2 > label:nth-child(4),
.carousel2 > input[type="radio"]:nth-child(5):checked ~ .carousel__next2 > label:nth-child(6),
.carousel2 > input[type="radio"]:nth-child(6):checked ~ .carousel__prev2 > label:nth-child(5),
.carousel2 > input[type="radio"]:nth-child(6):checked ~ .carousel__next2 > label:nth-child(7),
.carousel2 > input[type="radio"]:nth-child(7):checked ~ .carousel__prev2 > label:nth-child(6),
.carousel2 > input[type="radio"]:nth-child(7):checked ~ .carousel__next2 > label:nth-child(8),
.carousel2 > input[type="radio"]:nth-child(8):checked ~ .carousel__prev2 > label:nth-child(7),
.carousel2 > input[type="radio"]:nth-child(8):checked ~ .carousel__next2 > label:nth-child(9),
.carousel2 > input[type="radio"]:nth-child(9):checked ~ .carousel__prev2 > label:nth-child(8),
.carousel2 > input[type="radio"]:nth-child(9):checked ~ .carousel__next2 > label:nth-child(10),
.carousel2 > input[type="radio"]:nth-child(10):checked ~ .carousel__prev2 > label:nth-child(9),
.carousel2 > input[type="radio"]:nth-child(10):checked ~ .carousel__next2 > label:nth-child(1) {
  opacity: 1 !important;
  z-index: 3;
}
.carousel2 {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .carousel2 {
    height: 230px;
    height: 63vw !important;
    margin-top: 40px;
  }
}
.carousel2 input {
  display: none;
}
.carousel2 .carousel__items2 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.carousel2 .carousel__items2 img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -moz-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -ms-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -o-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}
.carousel2 > input[type="radio"]:checked ~ .carousel__items2 img,
.carousel2 > input[type="radio"]:checked ~ .carousel__prev2 > label,
.carousel2 > input[type="radio"]:checked ~ .carousel__next2 > label {
  opacity: 0;
}
.carousel2 > input[type="radio"]:nth-child(1):checked ~ .carousel__items2 img:nth-child(1),
.carousel2 > input[type="radio"]:nth-child(2):checked ~ .carousel__items2 img:nth-child(2),
.carousel2 > input[type="radio"]:nth-child(3):checked ~ .carousel__items2 img:nth-child(3),
.carousel2 > input[type="radio"]:nth-child(4):checked ~ .carousel__items2 img:nth-child(4),
.carousel2 > input[type="radio"]:nth-child(5):checked ~ .carousel__items2 img:nth-child(5),
.carousel2 > input[type="radio"]:nth-child(6):checked ~ .carousel__items2 img:nth-child(6),
.carousel2 > input[type="radio"]:nth-child(7):checked ~ .carousel__items2 img:nth-child(7),
.carousel2 > input[type="radio"]:nth-child(8):checked ~ .carousel__items2 img:nth-child(8),
.carousel2 > input[type="radio"]:nth-child(9):checked ~ .carousel__items2 img:nth-child(9),
.carousel2 > input[type="radio"]:nth-child(10):checked ~ .carousel__items2 img:nth-child(10) {
  opacity: 1;
}
.carousel__prev2 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  background: url("../images/Arrow2.svg") 15px 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__prev2 > label {
    background-position: 7px 50%;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
.carousel__next2 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  margin-right: 15px;
  background: url("../images/Arrow.svg") 100% 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__next2 > label {
    margin-right: 7px;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 */
.carousel3 > input[type="radio"]:nth-child(1):checked ~ .carousel__prev3 > label:nth-child(10),
.carousel3 > input[type="radio"]:nth-child(1):checked ~ .carousel__next3 > label:nth-child(2),
.carousel3 > input[type="radio"]:nth-child(2):checked ~ .carousel__prev3 > label:nth-child(1),
.carousel3 > input[type="radio"]:nth-child(2):checked ~ .carousel__next3 > label:nth-child(3),
.carousel3 > input[type="radio"]:nth-child(3):checked ~ .carousel__prev3 > label:nth-child(2),
.carousel3 > input[type="radio"]:nth-child(3):checked ~ .carousel__next3 > label:nth-child(4),
.carousel3 > input[type="radio"]:nth-child(4):checked ~ .carousel__prev3 > label:nth-child(3),
.carousel3 > input[type="radio"]:nth-child(4):checked ~ .carousel__next3 > label:nth-child(5),
.carousel3 > input[type="radio"]:nth-child(5):checked ~ .carousel__prev3 > label:nth-child(4),
.carousel3 > input[type="radio"]:nth-child(5):checked ~ .carousel__next3 > label:nth-child(6),
.carousel3 > input[type="radio"]:nth-child(6):checked ~ .carousel__prev3 > label:nth-child(5),
.carousel3 > input[type="radio"]:nth-child(6):checked ~ .carousel__next3 > label:nth-child(7),
.carousel3 > input[type="radio"]:nth-child(7):checked ~ .carousel__prev3 > label:nth-child(6),
.carousel3 > input[type="radio"]:nth-child(7):checked ~ .carousel__next3 > label:nth-child(8),
.carousel3 > input[type="radio"]:nth-child(8):checked ~ .carousel__prev3 > label:nth-child(7),
.carousel3 > input[type="radio"]:nth-child(8):checked ~ .carousel__next3 > label:nth-child(9),
.carousel3 > input[type="radio"]:nth-child(9):checked ~ .carousel__prev3 > label:nth-child(8),
.carousel3 > input[type="radio"]:nth-child(9):checked ~ .carousel__next3 > label:nth-child(10),
.carousel3 > input[type="radio"]:nth-child(10):checked ~ .carousel__prev3 > label:nth-child(9),
.carousel3 > input[type="radio"]:nth-child(10):checked ~ .carousel__next3 > label:nth-child(1) {
  opacity: 1 !important;
  z-index: 3;
}
.carousel3 {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .carousel3 {
    height: 230px;
    height: 63vw !important;
    margin-top: 40px;
  }
}
.carousel3 input {
  display: none;
}
.carousel3 .carousel__items3 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.carousel3 .carousel__items3 img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -moz-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -ms-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -o-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}
.carousel3 > input[type="radio"]:checked ~ .carousel__items3 img,
.carousel3 > input[type="radio"]:checked ~ .carousel__prev3 > label,
.carousel3 > input[type="radio"]:checked ~ .carousel__next3 > label {
  opacity: 0;
}
.carousel3 > input[type="radio"]:nth-child(1):checked ~ .carousel__items3 img:nth-child(1),
.carousel3 > input[type="radio"]:nth-child(2):checked ~ .carousel__items3 img:nth-child(2),
.carousel3 > input[type="radio"]:nth-child(3):checked ~ .carousel__items3 img:nth-child(3),
.carousel3 > input[type="radio"]:nth-child(4):checked ~ .carousel__items3 img:nth-child(4),
.carousel3 > input[type="radio"]:nth-child(5):checked ~ .carousel__items3 img:nth-child(5),
.carousel3 > input[type="radio"]:nth-child(6):checked ~ .carousel__items3 img:nth-child(6),
.carousel3 > input[type="radio"]:nth-child(7):checked ~ .carousel__items3 img:nth-child(7),
.carousel3 > input[type="radio"]:nth-child(8):checked ~ .carousel__items3 img:nth-child(8),
.carousel3 > input[type="radio"]:nth-child(9):checked ~ .carousel__items3 img:nth-child(9),
.carousel3 > input[type="radio"]:nth-child(10):checked ~ .carousel__items3 img:nth-child(10) {
  opacity: 1;
}
.carousel__prev3 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  background: url("../images/Arrow2.svg") 15px 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__prev3 > label {
    background-position: 7px 50%;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
.carousel__next3 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  margin-right: 15px;
  background: url("../images/Arrow.svg") 100% 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__next3 > label {
    margin-right: 7px;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 */
.carousel4 > input[type="radio"]:nth-child(1):checked ~ .carousel__prev4 > label:nth-child(10),
.carousel4 > input[type="radio"]:nth-child(1):checked ~ .carousel__next4 > label:nth-child(2),
.carousel4 > input[type="radio"]:nth-child(2):checked ~ .carousel__prev4 > label:nth-child(1),
.carousel4 > input[type="radio"]:nth-child(2):checked ~ .carousel__next4 > label:nth-child(3),
.carousel4 > input[type="radio"]:nth-child(3):checked ~ .carousel__prev4 > label:nth-child(2),
.carousel4 > input[type="radio"]:nth-child(3):checked ~ .carousel__next4 > label:nth-child(4),
.carousel4 > input[type="radio"]:nth-child(4):checked ~ .carousel__prev4 > label:nth-child(3),
.carousel4 > input[type="radio"]:nth-child(4):checked ~ .carousel__next4 > label:nth-child(5),
.carousel4 > input[type="radio"]:nth-child(5):checked ~ .carousel__prev4 > label:nth-child(4),
.carousel4 > input[type="radio"]:nth-child(5):checked ~ .carousel__next4 > label:nth-child(6),
.carousel4 > input[type="radio"]:nth-child(6):checked ~ .carousel__prev4 > label:nth-child(5),
.carousel4 > input[type="radio"]:nth-child(6):checked ~ .carousel__next4 > label:nth-child(7),
.carousel4 > input[type="radio"]:nth-child(7):checked ~ .carousel__prev4 > label:nth-child(6),
.carousel4 > input[type="radio"]:nth-child(7):checked ~ .carousel__next4 > label:nth-child(8),
.carousel4 > input[type="radio"]:nth-child(8):checked ~ .carousel__prev4 > label:nth-child(7),
.carousel4 > input[type="radio"]:nth-child(8):checked ~ .carousel__next4 > label:nth-child(9),
.carousel4 > input[type="radio"]:nth-child(9):checked ~ .carousel__prev4 > label:nth-child(8),
.carousel4 > input[type="radio"]:nth-child(9):checked ~ .carousel__next4 > label:nth-child(10),
.carousel4 > input[type="radio"]:nth-child(10):checked ~ .carousel__prev4 > label:nth-child(9),
.carousel4 > input[type="radio"]:nth-child(10):checked ~ .carousel__next4 > label:nth-child(1) {
  opacity: 1 !important;
  z-index: 3;
}
.carousel4 {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .carousel4 {
    height: 230px;
    height: 63vw !important;
    margin-top: 40px;
  }
}
.carousel4 input {
  display: none;
}
.carousel4 .carousel__items4 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.carousel4 .carousel__items4 img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -moz-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -ms-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -o-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}
.carousel4 > input[type="radio"]:checked ~ .carousel__items4 img,
.carousel4 > input[type="radio"]:checked ~ .carousel__prev4 > label,
.carousel4 > input[type="radio"]:checked ~ .carousel__next4 > label {
  opacity: 0;
}
.carousel4 > input[type="radio"]:nth-child(1):checked ~ .carousel__items4 img:nth-child(1),
.carousel4 > input[type="radio"]:nth-child(2):checked ~ .carousel__items4 img:nth-child(2),
.carousel4 > input[type="radio"]:nth-child(3):checked ~ .carousel__items4 img:nth-child(3),
.carousel4 > input[type="radio"]:nth-child(4):checked ~ .carousel__items4 img:nth-child(4),
.carousel4 > input[type="radio"]:nth-child(5):checked ~ .carousel__items4 img:nth-child(5),
.carousel4 > input[type="radio"]:nth-child(6):checked ~ .carousel__items4 img:nth-child(6),
.carousel4 > input[type="radio"]:nth-child(7):checked ~ .carousel__items4 img:nth-child(7),
.carousel4 > input[type="radio"]:nth-child(8):checked ~ .carousel__items4 img:nth-child(8),
.carousel4 > input[type="radio"]:nth-child(9):checked ~ .carousel__items4 img:nth-child(9),
.carousel4 > input[type="radio"]:nth-child(10):checked ~ .carousel__items4 img:nth-child(10) {
  opacity: 1;
}
.carousel__prev4 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  background: url("../images/Arrow2.svg") 15px 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__prev4 > label {
    background-position: 7px 50%;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
.carousel__next4 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  margin-right: 15px;
  background: url("../images/Arrow.svg") 100% 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__next4 > label {
    margin-right: 7px;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 */
.carousel5 > input[type="radio"]:nth-child(1):checked ~ .carousel__prev5 > label:nth-child(10),
.carousel5 > input[type="radio"]:nth-child(1):checked ~ .carousel__next5 > label:nth-child(2),
.carousel5 > input[type="radio"]:nth-child(2):checked ~ .carousel__prev5 > label:nth-child(1),
.carousel5 > input[type="radio"]:nth-child(2):checked ~ .carousel__next5 > label:nth-child(3),
.carousel5 > input[type="radio"]:nth-child(3):checked ~ .carousel__prev5 > label:nth-child(2),
.carousel5 > input[type="radio"]:nth-child(3):checked ~ .carousel__next5 > label:nth-child(4),
.carousel5 > input[type="radio"]:nth-child(4):checked ~ .carousel__prev5 > label:nth-child(3),
.carousel5 > input[type="radio"]:nth-child(4):checked ~ .carousel__next5 > label:nth-child(5),
.carousel5 > input[type="radio"]:nth-child(5):checked ~ .carousel__prev5 > label:nth-child(4),
.carousel5 > input[type="radio"]:nth-child(5):checked ~ .carousel__next5 > label:nth-child(6),
.carousel5 > input[type="radio"]:nth-child(6):checked ~ .carousel__prev5 > label:nth-child(5),
.carousel5 > input[type="radio"]:nth-child(6):checked ~ .carousel__next5 > label:nth-child(7),
.carousel5 > input[type="radio"]:nth-child(7):checked ~ .carousel__prev5 > label:nth-child(6),
.carousel5 > input[type="radio"]:nth-child(7):checked ~ .carousel__next5 > label:nth-child(8),
.carousel5 > input[type="radio"]:nth-child(8):checked ~ .carousel__prev5 > label:nth-child(7),
.carousel5 > input[type="radio"]:nth-child(8):checked ~ .carousel__next5 > label:nth-child(9),
.carousel5 > input[type="radio"]:nth-child(9):checked ~ .carousel__prev5 > label:nth-child(8),
.carousel5 > input[type="radio"]:nth-child(9):checked ~ .carousel__next5 > label:nth-child(10),
.carousel5 > input[type="radio"]:nth-child(10):checked ~ .carousel__prev5 > label:nth-child(9),
.carousel5 > input[type="radio"]:nth-child(10):checked ~ .carousel__next5 > label:nth-child(1) {
  opacity: 1 !important;
  z-index: 3;
}
.carousel5 {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .carousel5 {
    height: 230px;
    height: 63vw !important;
    margin-top: 40px;
  }
}
.carousel5 input {
  display: none;
}
.carousel5 .carousel__items5 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.carousel5 .carousel__items5 img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -moz-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -ms-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -o-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}
.carousel5 > input[type="radio"]:checked ~ .carousel__items5 img,
.carousel5 > input[type="radio"]:checked ~ .carousel__prev5 > label,
.carousel5 > input[type="radio"]:checked ~ .carousel__next5 > label {
  opacity: 0;
}
.carousel5 > input[type="radio"]:nth-child(1):checked ~ .carousel__items5 img:nth-child(1),
.carousel5 > input[type="radio"]:nth-child(2):checked ~ .carousel__items5 img:nth-child(2),
.carousel5 > input[type="radio"]:nth-child(3):checked ~ .carousel__items5 img:nth-child(3),
.carousel5 > input[type="radio"]:nth-child(4):checked ~ .carousel__items5 img:nth-child(4),
.carousel5 > input[type="radio"]:nth-child(5):checked ~ .carousel__items5 img:nth-child(5),
.carousel5 > input[type="radio"]:nth-child(6):checked ~ .carousel__items5 img:nth-child(6),
.carousel5 > input[type="radio"]:nth-child(7):checked ~ .carousel__items5 img:nth-child(7),
.carousel5 > input[type="radio"]:nth-child(8):checked ~ .carousel__items5 img:nth-child(8),
.carousel5 > input[type="radio"]:nth-child(9):checked ~ .carousel__items5 img:nth-child(9),
.carousel5 > input[type="radio"]:nth-child(10):checked ~ .carousel__items5 img:nth-child(10) {
  opacity: 1;
}
.carousel__prev5 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  background: url("../images/Arrow2.svg") 15px 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__prev5 > label {
    background-position: 7px 50%;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
.carousel__next5 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  margin-right: 15px;
  background: url("../images/Arrow.svg") 100% 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__next5 > label {
    margin-right: 7px;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ sli 6 */
.carousel6 > input[type="radio"]:nth-child(1):checked ~ .carousel__prev6 > label:nth-child(4),
.carousel6 > input[type="radio"]:nth-child(1):checked ~ .carousel__next6 > label:nth-child(2),
.carousel6 > input[type="radio"]:nth-child(2):checked ~ .carousel__prev6 > label:nth-child(1),
.carousel6 > input[type="radio"]:nth-child(2):checked ~ .carousel__next6 > label:nth-child(3),
.carousel6 > input[type="radio"]:nth-child(3):checked ~ .carousel__prev6 > label:nth-child(2),
.carousel6 > input[type="radio"]:nth-child(3):checked ~ .carousel__next6 > label:nth-child(4),
.carousel6 > input[type="radio"]:nth-child(4):checked ~ .carousel__prev6 > label:nth-child(3),
.carousel6 > input[type="radio"]:nth-child(4):checked ~ .carousel__next6 > label:nth-child(5),
.carousel6 > input[type="radio"]:nth-child(5):checked ~ .carousel__prev6 > label:nth-child(4),
.carousel6 > input[type="radio"]:nth-child(5):checked ~ .carousel__next6 > label:nth-child(1) {
  opacity: 1 !important;
  z-index: 3;
}
.carousel6 {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .carousel6 {
    height: 230px;
    height: 63vw !important;
    margin-top: 40px;
  }
}
.carousel6 input {
  display: none;
}
.carousel6 .carousel__items6 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.carousel6 .carousel__items6 img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -moz-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -ms-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -o-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}
.carousel6 > input[type="radio"]:checked ~ .carousel__items6 img,
.carousel6 > input[type="radio"]:checked ~ .carousel__prev6 > label,
.carousel6 > input[type="radio"]:checked ~ .carousel__next6 > label {
  opacity: 0;
}
.carousel6 > input[type="radio"]:nth-child(1):checked ~ .carousel__items6 img:nth-child(1),
.carousel6 > input[type="radio"]:nth-child(2):checked ~ .carousel__items6 img:nth-child(2),
.carousel6 > input[type="radio"]:nth-child(3):checked ~ .carousel__items6 img:nth-child(3),
.carousel6 > input[type="radio"]:nth-child(4):checked ~ .carousel__items6 img:nth-child(4),
.carousel6 > input[type="radio"]:nth-child(5):checked ~ .carousel__items6 img:nth-child(5) {
  opacity: 1;
}
.carousel__prev6 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  background: url("../images/Arrow2.svg") 15px 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__prev6 > label {
    background-position: 7px 50%;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
.carousel__next6 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  margin-right: 15px;
  background: url("../images/Arrow.svg") 100% 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__next6 > label {
    margin-right: 7px;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 */
.carousel7 > input[type="radio"]:nth-child(1):checked ~ .carousel__prev7 > label:nth-child(10),
.carousel7 > input[type="radio"]:nth-child(1):checked ~ .carousel__next7 > label:nth-child(2),
.carousel7 > input[type="radio"]:nth-child(2):checked ~ .carousel__prev7 > label:nth-child(1),
.carousel7 > input[type="radio"]:nth-child(2):checked ~ .carousel__next7 > label:nth-child(3),
.carousel7 > input[type="radio"]:nth-child(3):checked ~ .carousel__prev7 > label:nth-child(2),
.carousel7 > input[type="radio"]:nth-child(3):checked ~ .carousel__next7 > label:nth-child(4),
.carousel7 > input[type="radio"]:nth-child(4):checked ~ .carousel__prev7 > label:nth-child(3),
.carousel7 > input[type="radio"]:nth-child(4):checked ~ .carousel__next7 > label:nth-child(5),
.carousel7 > input[type="radio"]:nth-child(5):checked ~ .carousel__prev7 > label:nth-child(4),
.carousel7 > input[type="radio"]:nth-child(5):checked ~ .carousel__next7 > label:nth-child(6),
.carousel7 > input[type="radio"]:nth-child(6):checked ~ .carousel__prev7 > label:nth-child(5),
.carousel7 > input[type="radio"]:nth-child(6):checked ~ .carousel__next7 > label:nth-child(7),
.carousel7 > input[type="radio"]:nth-child(7):checked ~ .carousel__prev7 > label:nth-child(6),
.carousel7 > input[type="radio"]:nth-child(7):checked ~ .carousel__next7 > label:nth-child(8),
.carousel7 > input[type="radio"]:nth-child(8):checked ~ .carousel__prev7 > label:nth-child(7),
.carousel7 > input[type="radio"]:nth-child(8):checked ~ .carousel__next7 > label:nth-child(9),
.carousel7 > input[type="radio"]:nth-child(9):checked ~ .carousel__prev7 > label:nth-child(8),
.carousel7 > input[type="radio"]:nth-child(9):checked ~ .carousel__next7 > label:nth-child(10),
.carousel7 > input[type="radio"]:nth-child(10):checked ~ .carousel__prev7 > label:nth-child(9),
.carousel7 > input[type="radio"]:nth-child(10):checked ~ .carousel__next7 > label:nth-child(1) {
  opacity: 1 !important;
  z-index: 3;
}
.carousel7 {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .carousel7 {
    height: 230px;
    height: 63vw !important;
    margin-top: 40px;
  }
}
.carousel7 input {
  display: none;
}
.carousel7 .carousel__items7 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.carousel7 .carousel__items7 img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -moz-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -ms-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  -o-transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}
.carousel7 > input[type="radio"]:checked ~ .carousel__items7 img,
.carousel7 > input[type="radio"]:checked ~ .carousel__prev7 > label,
.carousel7 > input[type="radio"]:checked ~ .carousel__next7 > label {
  opacity: 0;
}
.carousel7 > input[type="radio"]:nth-child(1):checked ~ .carousel__items7 img:nth-child(1),
.carousel7 > input[type="radio"]:nth-child(2):checked ~ .carousel__items7 img:nth-child(2),
.carousel7 > input[type="radio"]:nth-child(3):checked ~ .carousel__items7 img:nth-child(3),
.carousel7 > input[type="radio"]:nth-child(4):checked ~ .carousel__items7 img:nth-child(4),
.carousel7 > input[type="radio"]:nth-child(5):checked ~ .carousel__items7 img:nth-child(5),
.carousel7 > input[type="radio"]:nth-child(6):checked ~ .carousel__items7 img:nth-child(6),
.carousel7 > input[type="radio"]:nth-child(7):checked ~ .carousel__items7 img:nth-child(7),
.carousel7 > input[type="radio"]:nth-child(8):checked ~ .carousel__items7 img:nth-child(8),
.carousel7 > input[type="radio"]:nth-child(9):checked ~ .carousel__items7 img:nth-child(9),
.carousel7 > input[type="radio"]:nth-child(10):checked ~ .carousel__items7 img:nth-child(10) {
  opacity: 1;
}
.carousel__prev7 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  background: url("../images/Arrow2.svg") 15px 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__prev7 > label {
    background-position: 0 50%;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
.carousel__next7 > label {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  margin-right: 15px;
  background: url("../images/Arrow.svg") 100% 50% no-repeat;
  -webkit-background-size: 34px;
  -o-background-size: 34px;
  background-size: 34px;
}
@media screen and (max-width: 800px) {
  .carousel__next7 > label {
    margin-right: 0;
    -webkit-background-size: 21px;
    -o-background-size: 21px;
    background-size: 21px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ price */
.price {
  width: 100%;
}
.price .price_1 {
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 700px) {
  .price .price_1 {
    padding-top: 30px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .price .price_1 div:nth-child(1) {
    background-color: #257878;
  }
  .price .price_1 div:nth-child(1) p {
    color: #ffffff;
  }
}
.price .price_1 div {
  -webkit-flex-basis: 42.5%;
  flex-basis: 42.5%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 -1px;
}
@media screen and (max-width: 700px) {
  .price .price_1 div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 ;
  }
}
.price .price_1 div:nth-child(1) {
  margin: 0 0 -1px 0;
}
@media screen and (max-width: 700px) {
  .price .price_1 div:nth-child(1) {
    margin: 0 0 -1px -1px;
  }
}
.price .price_1 div:nth-child(2) {
  margin: 0 0 -1px -1px;
}
.price .price_1 div:nth-child(3) {
  border-left: none;
  margin: 0 1px -1px 0;
  -webkit-flex-basis: 15%;
  flex-basis: 15%;
}
@media screen and (max-width: 700px) {
  .price .price_1 div:nth-child(3) {
    margin: 0 0 -1px -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.price .price_1 p {
  font: 400 100% 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
.price .price_1:nth-child(1) {
  padding-top: 10px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ F O O T E R */
footer {
  width: 100%;
  background-color: #333;
  padding: 55px 0 19px;
}
footer .iframe {
  width: 100%;
  padding-top: 50px;
  height: 50vh;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 600px) {
  footer .iframe {
    height: 28em;
    height: 75vh;
  }
}
footer .Adver_bottom {
  font: 400 100% 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding-top: 19px;
  text-transform: uppercase;
}
.adress p,
.adress a {
  font: 400 100% 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: .01em;
  text-align: center;
  padding-top: 10px;
}
.adress p:nth-child(1) {
  padding-top: 0;
}
.adress .price_bottom {
  margin: 20px auto 0;
  width: 130px;
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font: 400 100% 'Roboto', sans-serif;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* @media screen and (max-width: 1000px) {
				background-color: #a51c1c;
			} */
}
.adress .price_bottom:hover {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ form */
.sdvsvsdvx {
  background: rgba(190, 190, 190, 0.15);
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.sm-button {
  display: none;
}
.page-container {
  height: 100%;
  width: 100%;
}
.sm-menu {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  max-width: 1024px;
  width: 95%;
  height: 600px;
  left: 0;
  right: 0;
  top: 150%;
  bottom: 0;
  margin: 0 auto;
  z-index: 101;
}
@media screen and (max-width: 1000px) {
  .sm-menu {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
.animated {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .animated {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.sm-bottom-left {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 17%;
  left: -50%;
}
@media screen and (max-width: 1000px) {
  .sm-bottom-left {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.sm-bottom-right {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 17%;
  left: 50%;
}
@media screen and (max-width: 1000px) {
  .sm-bottom-right {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.sm-top {
  top: -17%;
}
@media screen and (max-width: 1000px) {
  .sm-top {
    top: 0;
    left: 0;
  }
}
.sm-top-left {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -17%;
  left: -50%;
}
@media screen and (max-width: 1000px) {
  .sm-top-left {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.sm-top-right {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -17%;
  left: 50%;
}
@media screen and (max-width: 1000px) {
  .sm-top-right {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.sm-left {
  top: 17;
  left: -50%;
}
@media screen and (max-width: 1000px) {
  .sm-left {
    top: 0;
    left: 0;
  }
}
.sm-right {
  top: 17%;
  left: 50%;
}
@media screen and (max-width: 1000px) {
  .sm-right {
    top: 0;
    left: 0;
  }
}
.re-rotate {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (max-width: 1000px) {
  .re-rotate {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.ff-hack {
  opacity: 1;
  visibility: visible;
  top: 18%;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .ff-hack {
    top: 0;
    left: 0;
  }
}
.sm-wrapper .sm-nav {
  -webkit-transform: translate3d(50%, 0, 0) scale(0.002, 1);
  -moz-transform: translate3d(50%, 0, 0) scale(0.002, 1);
  -ms-transform: translate3d(50%, 0, 0) scale(0.002, 1);
  -o-transform: translate3d(50%, 0, 0) scale(0.002, 1);
  transform: translate3d(50%, 0, 0) scale(0.002, 1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ffffff;
}
@media screen and (max-width: 1000px) {
  .sm-wrapper .sm-nav {
    width: 100%;
    position: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.sm-nav {
  -webkit-transform: translate3d(25%, 0, 0) scale(0.5, 0.002);
  -moz-transform: translate3d(25%, 0, 0) scale(0.5, 0.002);
  -ms-transform: translate3d(25%, 0, 0) scale(0.5, 0.002);
  -o-transform: translate3d(25%, 0, 0) scale(0.5, 0.002);
}
@media screen and (max-width: 1000px) {
  .sm-nav {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.sm-nav:nth-child(2) {
  -webkit-transform: translate3d(-25%, 0, 0) scaleX(0.5) scaleY(0.002);
  -moz-transform: translate3d(-25%, 0, 0) scaleX(0.5) scaleY(0.002);
  -ms-transform: translate3d(-25%, 0, 0) scaleX(0.5) scaleY(0.002);
  -o-transform: translate3d(-25%, 0, 0) scaleX(0.5) scaleY(0.002);
  transform: translate3d(-25%, 0, 0) scaleX(0.5) scaleY(0.002);
  right: 0;
}
.sm-nav:nth-child(2) {
  -webkit-transform: translate3d(-50%, 0, 0) scaleX(0.002);
  -moz-transform: translate3d(-50%, 0, 0) scaleX(0.002);
  -ms-transform: translate3d(-50%, 0, 0) scaleX(0.002);
  -o-transform: translate3d(-50%, 0, 0) scaleX(0.002);
  transform: translate3d(-50%, 0, 0) scaleX(0.002);
  right: 0;
  background-color: #2c8b93;
  background-color: #008C8C;
}
@media screen and (max-width: 1000px) {
  .sm-nav:nth-child(2) {
    background-color: #257878;
  }
}
.nav-inner {
  display: none;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .nav-inner {
    padding-top: 10vh;
    height: 100vh;
  }
}
@media screen and (max-width: 500px) {
  .nav-inner {
    padding-top: 20vh;
  }
}
@media screen and (max-width: 1000px) {
  .nav-inner_2 {
    height: 80vh;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media screen and (max-width: 500px) {
  .nav-inner_2 {
    height: 60vh;
  }
}
.nav-inner.animated {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .nav-inner.animated {
    -webkit-animation: flyInRight .2s linear;
    -moz-animation: flyInRight .2s linear;
    -o-animation: flyInRight .2s linear;
    animation: flyInRight .2s linear;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
  }
}
.sm-menu .sm-nav.animated,
.sm-menu.sm-horizontal .sm-nav.animated {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.sm-nav:after {
  content: "";
  position: relative;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.sm-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 10px 15px;
  color: #ffffff;
  letter-spacing: .05em;
  display: block;
  text-decoration: none;
  font: 400 30px 'Open Sans', sans-serif;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .sm-close {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .left {
    display: none;
  }
}
.left .nav-inner p,
.left .nav-inner a {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .05em;
  display: block;
  padding: 18px 0;
  text-decoration: none;
  font: 400 110% 'Roboto', sans-serif;
}
.left .nav-inner a {
  padding: 0;
}
.left .nav-inner p:nth-child(1) {
  padding-left: 50px;
  background: url("../images/promo-icon-8-gray.png") 0 16px no-repeat;
  -webkit-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
}
.left .nav-inner p:nth-child(2) {
  padding-left: 50px;
  background: url("../images/promo-icon-7-gray.png") 0 14px no-repeat;
  -webkit-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
}
.left .nav-inner p:nth-child(3) {
  padding-left: 50px;
  background: url("../images/promo-icon-9-gray.png") 0 16px no-repeat;
  -webkit-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
}
.left .nav-inner p:nth-child(4) {
  padding-left: 50px;
  background: url("../images/placeholder(1).png") 0 28px no-repeat;
  -webkit-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
}
.right a {
  color: #ffffff;
  letter-spacing: .05em;
  display: block;
  padding: 12px 0;
  text-decoration: none;
  font: 400 110% 'Roboto', sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.right a:hover {
  color: #17414F;
}
.right a:nth-child(8) {
  border-bottom: none;
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .right a {
    color: #ffffff;
    font: 400 100% 'Roboto', sans-serif;
    padding: 0 0 3px 0;
  }
}
.sm-overlay {
  cursor: pointer;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  overflow: hidden;
  visibility: hidden;
  background-color: #0C3643;
  background-color: #0B303B;
  background-color: #08242C;
  background-color: #092831;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .sm-overlay {
    background-color: #257878;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
}
.sm-activate .sm-overlay {
  opacity: 1;
  visibility: visible;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
.flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
#devastation {
  right: 0 !important;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++  A C C O R D I O N  */
.accordic {
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  margin: 0 0 -1px 0;
  width: calc(99.99%);
}
@media screen and (max-width: 700px) {
  .accordic {
    margin-top: 30px;
  }
}
.accordic input[type="checkbox"] {
  display: none;
}
.accordic label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.accordic .p_1 {
  font: 400 110%/2.13em 'Roboto', sans-serif;
  color: #ffffff;
  letter-spacing: .01em;
  padding: 14px 25px;
  background-color: #257878;
}
@media screen and (max-width: 950px) {
  .accordic .p_1 {
    padding-left: 10px !important;
  }
}
.accordic .content {
  padding-top: 40px;
  width: 100%;
}
.accordic .content .about {
  font: 500 120% 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
  text-align: center;
}
.accordic .content_1 {
  padding: 25px 50px 0;
}
@media screen and (max-width: 950px) {
  .accordic .content_1 {
    padding: 25px 0 0;
  }
}
.accordic .content_1 .content_1_1 {
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 950px) {
  .accordic .content_1 .content_1_1 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 950px) {
  .accordic .content_1 .content_2 {
    width: 100%;
    text-align: center;
  }
}
.accordic .content_1 .content_2 img {
  height: 278px;
  opacity: .7;
}
@media screen and (max-width: 950px) {
  .accordic .content_1 .content_2 img {
    opacity: .65;
  }
}
.accordic .content_1 .content_2 .comon {
  height: 167px;
}
.accordic .content_1 p {
  padding-top: 50px;
  font: 400 120%/1.7em 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
  text-align: right;
}
@media screen and (max-width: 950px) {
  .accordic .content_1 p {
    padding-top: 20px;
    font-size: 100%;
    text-align: center;
  }
}
.accordic .content_1 p + p {
  padding-top: 30px;
}
@media screen and (max-width: 950px) {
  .accordic .content_1 p + p {
    padding-top: 10px;
  }
}
.accordic .content_1 .without {
  padding: 0;
}
@media screen and (max-width: 950px) {
  .accordic .content_1 .without {
    padding-top: 10px;
  }
}
.accordic .content_1_1:not(:first-child) {
  padding-top: 15px;
}
@media screen and (max-width: 950px) {
  .accordic .content_1_1:not(:first-child) {
    padding-top: 50px;
  }
}
.accordic .lil_arrow {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 28px !important;
  right: 27px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordic input[type="checkbox"]:checked + label > .lil_arrow {
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordic input[type="checkbox"]:checked + .Lable_1 {
  display: block;
  height: 1230px;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  -ms-transition: height 0.8s;
  -o-transition: height 0.8s;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 1.55);
  -ms-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 1.55);
}
.accordic input[type="checkbox"]:not(:checked) + .Lable_1 {
  display: block;
  height: 66px;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  -ms-transition: height 0.8s;
  -o-transition: height 0.8s;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 1.25);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 1.25);
  -ms-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 1.25);
  -o-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 1.25);
  transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 1.25);
}
@media screen and (max-width: 1000px) {
  .femis .sm-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    font: 400 140% 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 90px;
    color: #000;
    background-color: transparent;
    opacity: .4;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .femis .sm-button span {
    display: inline-block;
    position: relative;
    top: -7px;
    left: 8px;
    width: 15px;
    height: 2px;
    background-color: #000000;
  }
  .femis .sm-button span::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    top: 6px;
    left: 0;
    background-color: #000000;
  }
  .femis .sm-button span::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    top: -6px;
    left: 0;
    background-color: #000000;
  }
}
.femis .jkkiol {
  position: relative;
  text-decoration: none;
  font: 400 110% 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding-top: 7px;
  color: #d10000;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.femis .jkkiol:hover {
  color: rgba(0, 0, 0, 0.8);
}
.femis .jkkiol::after {
  content: "";
  width: 141px;
  height: 1px;
  background-color: #d10000;
  position: absolute;
  left: 1px;
  top: 29px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.femis .jkkiol:hover:after {
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1000px) {
  .femis .jkkiol {
    display: none;
  }
}
.Vererewwiter {
  width: 100%;
  background: rgba(190, 190, 190, 0.15) !important;
}
.cacacascx33 {
  width: 100%;
  font-weight: 300;
  font: 250% 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 130px 0 40px;
}
@media screen and (max-width: 800px) {
  .raschet {
    font-size: 200%;
  }
}
.posmaters {
  padding-top: 10px;
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 700px) {
  .posmaters {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .posmaters div:nth-child(1) {
    background-color: #257878;
  }
  .posmaters div:nth-child(1) p {
    color: #ffffff;
  }
}
.posmaters div {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 -1px;
}
@media screen and (max-width: 700px) {
  .posmaters div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 ;
  }
}
.posmaters div:nth-child(1) {
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  margin: 0 0 -1px 0;
  padding-top: 10px;
}
@media screen and (max-width: 700px) {
  .posmaters div:nth-child(1) {
    margin: 0 0 -1px -1px;
  }
}
.posmaters div:nth-child(2) {
  -webkit-flex-basis: 69.8%;
  flex-basis: 69.8%;
  border-left: none;
  margin: 0 1px -1px 0;
}
@media screen and (max-width: 700px) {
  .posmaters div:nth-child(2) {
    margin: 0 0 -1px -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.posmaters p {
  font: 400 100% 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .01em;
}
@media screen and (max-width: 1000px) {
  .adress .price_bottom {
    background-color: #a51c1c;
  }
}
@media screen and (max-width: 950px) {
  .accordic input[type="checkbox"]:checked + .Lable_1 {
    height: 1900px !important;
  }
  .p_1 {
    padding-left: 10px !important;
  }
}
