/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 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%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  color: #333;
  font-family: "Open Sans", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

a,
span,
div,
button {
  outline: none !important; }

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#Open Sans Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FFFD; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FFFD; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FFFD; }
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  width: 100%;
  background-color: #2c2521;
  padding: 17px 0 19px;
  min-width: 320px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1; }

.header-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.logo {
  display: inline-block; }

.nav {
  display: inline-block;
  margin-left: auto;
  padding-left: 370px; }

.nav__item {
  display: inline-block; }

.nav__link {
  font-size: 14px;
  padding: 10px 20px;
  letter-spacing: .4px; }

.nav__link,
.nav__link:hover, .nav__link:focus {
  color: #fff;
  background-color: transparent; }

.page-header__btn {
  display: inline-block;
  margin-left: auto; }

.btn {
  display: inline-block;
  background-color: #d95200;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 34px 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  letter-spacing: .7px;
  text-transform: uppercase; }

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d95200; }

@media screen and (max-width: 1200px) {
  .nav {
    padding-left: 170px; } }
@media screen and (max-width: 991px) {
  .nav__link {
    padding-left: 0px;
    padding-right: 15px; }

  li:last-child .nav__link {
    padding-right: 0px; }

  .nav {
    padding-left: 18px; }

  .btn {
    padding-left: 25px;
    padding-right: 25px; } }
@media screen and (max-width: 767px) {
  header {
    padding: 18px 0 35px; }

  .header-box {
    display: block;
    text-align: center; }

  .nav {
    padding-left: 0; }

  .nav__link {
    line-height: 25px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 5px; }

  .nav {
    display: block;
    padding-top: 15px; }

  .nav li {
    display: block;
    text-align: center;
    width: 100%; }

  .page-header__btn {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 15px; } }
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  text-align: left;
  width: 100%;
  min-width: 320px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-order: 3;
  background-color: #2c2521;
  padding: 20px 0; }

.phones {
  display: inline-block;
  float: right; }

.phones__item {
  display: inline-block; }

.phones__link {
  position: relative;
  padding-left: 24px;
  color: #fefefe;
  font-size: 14px;
  letter-spacing: .7px;
  padding-top: 1px; }

.phones__link:before {
  content: '';
  position: absolute;
  left: 0; }

.phones__link_whatsapp:before {
  content: '';
  background: url(../img/whatsapp-icon.svg) no-repeat;
  height: 19px;
  width: 19px;
  left: -45px; }

.phones__link_viber:before {
  content: '';
  background: url(../img/viber-icon.svg) no-repeat;
  width: 18px;
  height: 19px;
  left: -164px; }

.phones__link:hover {
  color: #fff;
  text-decoration: none; }

.copyright {
  color: #acaaa9; }

.copyright {
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 18px;
  margin-right: 34px;
  letter-spacing: .5px;
  padding-top: 0;
  vertical-align: top; }

.copyright span {
  letter-spacing: .6px; }

.email {
  display: inline-block;
  vertical-align: top;
  float: left;
  letter-spacing: .6px;
  padding-top: 0; }

.email p {
  display: inline-block;
  color: #acaaa9;
  font-size: 13px;
  line-height: 18px;
  margin-right: 6px;
  padding-top: 0px;
  padding-bottom: 0px; }

.email__link {
  color: #fff;
  font-size: 13px;
  letter-spacing: .3px; }

.email__link:hover {
  color: #fff;
  text-decoration: none; }

@media screen and (max-width: 991px) {
  .phones {
    float: none;
    width: 100%;
    padding-left: 45px;
    padding-top: 18px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px; }

  .copyright, .email {
    float: none; } }
@media screen and (min-width: 768px) {
  .main-wrapper,
  .content {
    height: 100%; } }
@media screen and (max-width: 767px) {
  footer {
    padding: 15px 0 15px; }

  .phones {
    display: block;
    width: auto; }

  .phones__link_viber::before {
    left: -45px; }

  .phones__item {
    display: block; }

  .phones__link {
    padding-left: 0;
    padding-bottom: 10px;
    display: block; }

  .email {
    display: block; } }
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
    padding-top: 25px; }

  .copyright {
    padding-bottom: 10px;
    margin-right: 0px; }

  .phones {
    display: inline-block;
    width: auto; } }
.main-wrapper {
  padding: 0 0 0 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start; }

.wrapper {
  min-width: 320px;
  max-width: 1250px;
  padding: 0 40px 0 40px;
  margin: 0 auto;
  position: relative;
  width: 100%; }

/* titles */
p {
  font-size: 13px;
  line-height: 18px;
  color: #000;
  padding: 15px 0 15px 0;
  font-weight: 400; }

h1 {
  font-size: 36px;
  line-height: 42px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  padding: 15px 0 15px 0;
  font-weight: 400; }

h2 {
  font-size: 32px;
  line-height: 37px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  padding: 15px 0 15px 0;
  font-weight: 400; }

h3 {
  font-size: 28px;
  line-height: 32px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  padding: 15px 0 15px 0;
  font-weight: 400; }

/* text position */
.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.nowrap {
  white-space: nowrap !important; }

/* loader */
.loaded .main-wrapper {
  visibility: hidden; }

.icon-load {
  background: url(../img/loader.gif) no-repeat left top;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-left: -20px;
  display: none; }

.loaded .icon-load {
  display: block; }

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  background: url(../img/main-wrap-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.box-content-wrap {
  float: right; }

.box-content {
  text-align: center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  min-width: 522px;
  padding: 21px 40px 44px;
  float: right;
  background-color: rgba(0, 0, 0, 0.4); }

.box-content h1 {
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  padding: 15px 0 13px 0;
  text-transform: uppercase; }

.box-content p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  max-width: 432px;
  margin: 0 auto;
  padding: 15px 0 7px 0; }

.box-content__btn {
  padding-top: 32px; }

.btn_cont {
  display: inline-block;
  background-color: #e65e0b;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 16px 39px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  letter-spacing: 1px; }

.btn_cont:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d95200; }

@media screen and (max-width: 991px) {
  .wrapper {
    padding: 0 30px 0 30px; }

  .box-content {
    float: none;
    margin: 0 auto;
    max-width: 522px; } }
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 15px 0 15px; }

  .wrapper_content {
    padding: 0; }

  .box-content {
    min-width: 320px;
    padding: 20px; }

  .page-header {
    padding: 17px 0 30px; }

  .page-content {
    display: block; }

  .box-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px 15px;
    padding-bottom: 45px; }

  .box-content h1 {
    padding-bottom: 0px;
    font-size: 19px; }

  .page-content {
    overflow: hidden; } }
