/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,800,800i&display=swap&subset=cyrillic-ext');
@import "font-awesome.min.css";
@import "jquery-ui.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.clear {
  clear: both;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.container:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: #1f1f1f;
  font-family: 'Open Sans', sans-serif;
  background: white;
  overflow-x: hidden;
}
h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}
.hr {
  display: block;
  border-top: 1px solid black;
  padding-top: 5px;
  width: 100px;
  margin-bottom: 30px;
}
.hr hr {
  display: block;
  border-top: 1px solid black;
  width: 60%;
}
section#section-1 {
  background: url(bg-1.jpg) no-repeat top center;
  background-size: cover;
  color: white;
}
section#section-1 .coll {
  float: left;
  width: 48%;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#section-1 .coll img {
  display: block;
  width: 80%;
  margin: 40px 0 40px;
  height: auto;
}
section#section-1 .coll p {
  font-size: 22px;
  line-height: 40px;
}
section#section-1 .coll:last-child {
  float: right;
}
section#section-1 .coll:last-child p {
  font-size: 16px;
  line-height: 22px;
}
section#section-1 .coll:last-child .form {
  background: white;
  color: black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px;
}
section#section-1 .coll:last-child .form h2 {
  color: #c99e67;
}
section#section-1 .coll:last-child .form label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
section#section-1 .coll:last-child .form input,
section#section-1 .coll:last-child .form select {
  background: white;
  padding: 0 10px;
  display: block;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
}
section#section-1 .coll:last-child .form button {
  display: table;
  margin: 20px auto 0;
  border: none;
  color: white;
  background: #c99e67;
  height: 40px;
  font-size: 16px;
  padding: 0 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
section#section-1 .coll:last-child .form button:hover {
  background: black;
}
section#section-2 {
  display: flex;
  background: #c99e67;
}
section#section-2 .coll {
  float: left;
  width: 60%;
  background: url(bg-2.jpg) no-repeat top center;
  background-size: cover;
}
section#section-2 .coll p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
section#section-2 .coll:last-child {
  width: 40%;
  color: white;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
section#section-2:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#section-3 {
  display: flex;
  background: white;
}
section#section-3 .coll {
  float: left;
  width: 40%;
  padding: 50px;
}
section#section-3 .coll h2 {
  color: #c99e67;
}
section#section-3 .coll p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
section#section-3 .coll a {
  display: table;
  margin: 20px 0 0;
  background: #c99e67;
  color: white;
  text-decoration: none;
  padding: 0 30px;
  line-height: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 16px;
}
section#section-3 .coll a:hover {
  background: black;
}
section#section-3 .coll:last-child {
  width: 60%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(bg-3.jpg) no-repeat top center;
  background-size: cover;
}
section#section-3:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#section-4 {
  display: flex;
  background: #c99e67;
}
section#section-4 .coll {
  float: left;
  width: 60%;
  background: url(bg-4.jpg) no-repeat top center;
  background-size: cover;
}
section#section-4 .coll p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
section#section-4 .coll ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
section#section-4 .coll:last-child {
  width: 40%;
  color: white;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
section#section-4:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#section-5 {
  display: flex;
  background: white;
}
section#section-5 .coll {
  float: left;
  width: 40%;
  padding: 50px;
}
section#section-5 .coll h2 {
  color: #c99e67;
}
section#section-5 .coll p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
section#section-5 .coll:last-child {
  width: 60%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(bg-5.jpg) no-repeat top center;
  background-size: cover;
}
section#section-5:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#section-6 {
  display: flex;
  background: #c99e67;
}
section#section-6 .coll {
  float: left;
  width: 60%;
  background: url(bg-6.jpg) no-repeat top center;
  background-size: cover;
}
section#section-6 .coll p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
section#section-6 .coll:last-child {
  width: 40%;
  color: white;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
section#section-6:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#section-7 {
  display: flex;
  background: white;
}
section#section-7 .coll {
  float: left;
  width: 40%;
  padding: 50px;
}
section#section-7 .coll h2 {
  color: #c99e67;
}
section#section-7 .coll p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
section#section-7 .coll ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
section#section-7 .coll:last-child {
  width: 60%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(bg-7.jpg) no-repeat top center;
  background-size: cover;
}
section#section-7:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#faq {
  background: url(bg-faq.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}
section#faq .coll {
  float: left;
  width: 50%;
}
section#faq .coll h2 {
  color: #c99e67;
}
section#faq .coll .hr {
  border-top: 1px solid white;
  margin-bottom: 20px;
}
section#faq .coll .hr hr {
  border-top: 1px solid white;
}
section#faq .coll p {
  font-size: 16px;
  line-height: 22px;
  color: white;
}
section#faq .coll .items {
  color: white;
  margin-top: 20px;
}
section#faq .coll .items .item {
  background: #c99e67;
  margin-bottom: 20px;
  padding: 20px 30px;
}
section#faq .coll .items .item .title {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-right: 50px;
}
section#faq .coll .items .item .title .fa {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: white;
  font-size: 26px;
  width: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: -6px;
  color: #c99e67;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
section#faq .coll .items .item .title .open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section#faq .coll .items .item .answer {
  display: none;
  padding-top: 20px;
}
section#faq .coll .items .item .answer p {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
}
section#faq .coll .items .item .answer ul {
  margin-bottom: 10px;
  line-height: 22px;
  padding-left: 20px;
}
section#form {
  padding: 80px 0;
  background: #c99e67;
  color: white;
}
section#form .container {
  max-width: 800px;
}
section#form .container .coll {
  float: left;
  width: 48%;
}
section#form .container .right {
  float: right;
}
section#form .container input,
section#form .container select,
section#form .container textarea {
  font-family: 'Open Sans', sans-serif;
  background: white;
  padding: 0 10px;
  display: block;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
}
section#form .container textarea {
  padding: 10px;
  height: 100px;
  resize: vertical;
}
section#form .container button {
  display: table;
  margin: 30px auto 0;
  border: none;
  color: white;
  background: black;
  height: 40px;
  font-size: 16px;
  padding: 0 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
section#form .container button:hover {
  background: white;
  color: #c99e67;
}
section#icons {
  padding: 60px 0 30px;
  text-align: center;
}
section#icons p {
  font-size: 20px;
  margin-bottom: 30px;
}
section#icons .coll {
  float: left;
  width: 25%;
}
section#icons .coll img {
  display: block;
  height: auto;
  width: 80%;
  margin: 0 auto 10px;
}
footer {
  padding: 50px 0 0;
}
footer .bottom {
  background: black;
  color: white;
  margin-top: 50px;
}
footer .bottom .left {
  display: table;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
footer .bottom .right {
  display: table;
  float: right;
  line-height: 30px;
  font-size: 12px;
}
footer .bottom .right a {
  text-decoration: none;
  color: white;
}
footer .coll {
  float: left;
  width: 29.333333333%;
  margin: 0 2%;
  text-align: center;
}
footer .coll .fa {
  font-size: 30px;
  margin-bottom: 20px;
}
footer .coll .fa-envelope {
  font-size: 28px;
}
footer .coll p {
  font-size: 16px;
  font-weight: 600;
}
.popup-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
}
.popup {
  display: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: fixed;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  padding: 20px;
  z-index: 99999;
}
.popup img {
  display: block;
  margin: 0 auto;
}
.popup p {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #c99e67;
}
.popup a {
  text-decoration: none;
  display: table;
  margin: 20px auto 0;
  line-height: 30px;
  background: black;
  color: white;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*		Effects. 
-------------------------------------------------------------------------------*/

.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-opacity.in {
  opacity: 1;
}
.effect-opacity {
  opacity: 0.1;
}
/*		Layout: >1200px. 
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
  section#section-1 .coll {
    float: none;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#section-1 .coll img {
    margin: 20px auto 40px;
  }
  section#section-1 .coll:last-child {
    float: none;
    text-align: left;
  }
  section#section-2 {
    display: block;
  }
  section#section-2 .coll {
    float: none;
    width: 100%;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#section-2 .coll:last-child {
    width: 100%;
  }
  section#section-3 {
    display: block;
  }
  section#section-3 .coll {
    float: none;
    width: 100%;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#section-3 .coll:last-child {
    width: 100%;
  }
  section#section-4 {
    display: block;
  }
  section#section-4 .coll {
    float: none;
    width: 100%;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#section-4 .coll:last-child {
    width: 100%;
  }
  section#section-5 {
    display: block;
  }
  section#section-5 .coll {
    float: none;
    width: 100%;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#section-5 .coll:last-child {
    width: 100%;
  }
  section#section-6 {
    display: block;
  }
  section#section-6 .coll {
    float: none;
    width: 100%;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#section-6 .coll:last-child {
    width: 100%;
  }
  section#section-7 {
    display: block;
  }
  section#section-7 .coll {
    float: none;
    width: 100%;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#section-7 .coll:last-child {
    width: 100%;
  }
  section#faq .coll {
    float: none;
    width: 100%;
  }
  section#form .container .coll {
    float: none;
    width: 100%;
  }
  section#icons .coll {
    width: 50%;
  }
  section#icons .coll p {
    font-size: 20px;
  }
  footer .bottom {
    background: black;
    color: white;
    margin-top: 50px;
  }
  footer .bottom .left {
    display: table;
    float: left;
    line-height: 30px;
    font-size: 12px;
  }
  footer .bottom .right {
    display: table;
    float: right;
    line-height: 30px;
    font-size: 12px;
  }
  footer .bottom .right a {
    text-decoration: none;
    color: white;
  }
  footer .coll {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 478px) {
  h2 {
    font-size: 18px;
  }
  section#icons .coll {
    width: 50%;
  }
  section#icons .coll p {
    font-size: 16px;
  }
  section#section-1 .coll p {
    font-size: 16px;
  }
}
