/* CSS Document */
/************************
fonts
************************/
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.otf');
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Italic.otf');
  src: url('../fonts/OpenSans-Italic.eot');
  src: url('../fonts/OpenSans-Italic.eot') format('embedded-opentype'),
    url('../fonts/OpenSans-Italic.woff') format('woff'),
    url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Bold.otf');
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/*reset CSS*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
em,
img,
ins,
kbd,
q,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
menu,
nav,
section,
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 {
  display: block;
}

html {
  height: 100%;
  font-family: 'OpenSans';
  font-weight: normal;
}

img {
  text-decoration: none;
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 980px;
}

.row {
  margin-left: 15px;
  margin-right: 15px;
}

.span6 {
  width: 50%;
  margin: 0;
  float: left;
}

li {
  list-style-type: none;
}

/*******************
Wrap
*******************/
#full-wrap {
  min-width: 980px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}

.container {
  position: relative;
  width: 970px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.clearfix {
  clear: both;
  font-size: 0;
  overflow: hidden;
}

/*******************
header
*******************/
.background {
  background: url(../images/background.jpg) no-repeat scroll 100% center / auto 100% transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-width: 980px;
  width: 100%;
  top: 0;
  left: 0;
  height: 1320px;
}

.block1 {
  height: 140px;
  padding: 20px auto;
}

.block1 h1 {
  font-size: 43px;
  font-weight: 700;
  font-style: italic;
  padding: 40px 8px 0px 0px;
}

.block1 h1 span {
  font-size: 43px;
  font-weight: normal;
  font-style: italic;
  padding: 40px 8px 0px 0px;
}

.block1 h2 {
  margin-top: -10px;
  font-size: 12px;
  padding-left: 65px;
}

.hr-logo {
  float: right;
  width: 120px;
  border: 0;
  margin: 0 119px 0 0;
  border-bottom: 1px solid #222;
}

.logo {
  margin: 48px -10px 0 0;
  width: 78px;
  float: left;
}

.phone {
  float: right;
  position: relative;
  width: 480px;
  padding: 40px 10px 0 0;
  text-align: right;
  font-style: italic;
  font-size: 38px;
}

.lang-switcher {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 5px;
  font-size: 19px;
  font-style: normal;
}

.lang-switcher a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.lang-switcher a.lang-ru {
  color: #ccc;
}

.lang-switcher a.lang-ua {
  color: #ccc;
}

.lang-switcher a:hover {
  color: #fff;
  border-bottom-color: rgba(235, 80, 85, 0.5);
}

.lang-switcher a.active {
  color: #fff;
  border-bottom-color: #eb5055;
  pointer-events: none;
}

.block2 {
  height: 100px;
  width: 750px;
  margin-top: 90px;
  padding: 10px 0 25px;
  background-color: #539f10;
  text-align: center;
  color: #fff;
}

.block2 h1 {
  font-size: 50px;
  font-weight: normal;
}

.block2 h1 span {
  font-size: 50px;
  font-weight: bold;
}

.block2 h2 {
  font-size: 30px;
  font-weight: normal;
}

.block3 {
  height: 100px;
  width: 980px;
  margin-top: 600px;
  padding: 10px 0 25px;
  text-align: center;
  color: #fff;
}

.block3 h1 {
  font-size: 60px;
  font-weight: bold;
}

.block3 h1 span {
  font-size: 90px;
  font-weight: normal;
}

.block3 h2 {
  font-size: 50px;
  font-weight: normal;
}

/*******************
advantages
*******************/
.advantages {
  height: 310px;
  margin: 50px 0;
  width: 100%;
}

.line {
  width: 10%;
  float: left;
}

.line {
  padding: 86px 0 0 45px;
}

.list {
  width: 100%;
}

.advantages ul {
  margin: 0 auto;
  width: 670px;
}

.advantages li {
  font-size: 17px;
  margin: 10px;
}

/*******************
cost
*******************/
.cost {
  height: 230px;
  width: 100%;
  background-color: #79b90e;
}

.cost h1 {
  font-size: 49px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 0;
}

.cost h1 span {
  font-size: 49px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.cost1 {
  width: 49%;
  border-right: 1px solid #000;
}

.cost2 {
  width: 50%;
}

.cost-left {
  float: left;
}

.cost-left img {
  float: left;
  padding: 9px 30px 0 0;
}

.cost-left h3 {
  float: left;
  font-size: 35px;
  font-weight: normal;
}

.cost-left h3 span {
  font-weight: bold;
}

.cost-left h4 {
  float: left;
  font-size: 16px;
  font-weight: normal;
}

.cost-right {
  float: right;
}

.cost-right img {
  float: left;
  padding: 9px 30px 0 60px;
}

.cost-right h3 {
  float: left;
  font-size: 35px;
  font-weight: normal;
}

.cost-right h4 {
  float: left;
  font-size: 16px;
  font-weight: normal;
}

.cost-right h3 span {
  font-weight: bold;
}

/*******************
form1
*******************/
.form1 {
  height: 73px;
  width: 100%;
  background-color: #b20d0d;
  border-top: 6px solid #931313;
}

.form1 span {
  padding: 19px 117px 25px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
}

.form1 span:hover {
  font-size: 27px;
  padding: 17px 108px 22px;
}

.form {
  width: 50%;
  margin: 0 auto;
  float: left;
  padding: 14px 0;
}

.form1 .p1 {
  border-right: 1px solid #444;
  width: 94%;
}

/*******************
bigblock  цвет 1 и 4 #9dddef;   цвет 2 и 3 - #bbe6f2;
*******************/
.bigblock {
  height: auto;
  min-height: 1400px;
  width: 100%;
  margin-bottom: 40px;
}

.question {
  margin-bottom: 40px;
}

.question img {
  float: left;
  width: 10%;
  padding: 60px 20px 0 0;
}

.question h1 {
  padding: 45px 0 0 0;
  font-size: 46px;
  font-weight: lighter;
}

.question h1 span {
  font-size: 46px;
  font-weight: bold;
}

.square img {
  margin: 0 auto;
  padding: 50px;
}

.square1 img {
  padding: 50px 0 45px 153px;
}

.square1 h5 {
  float: right;
  margin-top: 73px;
  padding: 11px 20px;
  color: #fff;
  background-color: #9dddef;
  font-size: 23px;
}

.square2 h5 {
  float: left;
  margin: 76px 0 0 -18px;
  padding: 11px 20px;
  color: #fff;
  background-color: #bbe6f2;
  font-size: 23px;
}

.square3 h5 {
  float: right;
  padding: 11px 20px;
  color: #fff;
  background-color: #bbe6f2;
  font-size: 23px;
}

.square4 h5 {
  float: left;
  margin-left: -18px;
  padding: 11px 20px;
  color: #fff;
  background-color: #9dddef;
  font-size: 23px;
}

.square2 img {
  padding: 50px 0 45px 192px;
}

.square3 img {
  padding: 80px 0 45px 120px;
}

.square4 img {
  padding: 75px 0 56px 41px;
}

.square1,
.square2,
.square3,
.square4 {
  height: 400px;
  width: 49%;
  margin: 0;
}

.square p {
  font-size: 21px;
  text-align: center;
  width: 365px;
  margin: 0 auto;
}

.square1,
.square3 {
  float: left;
  border-right: 1px solid #999;
}

.square2,
.square4 {
  float: right;
}

.twoimages {
  padding: 90px 0 50px;
}

.twoimages img {
  padding: 10px;
}

.call {
  width: 49%;
  font-weight: bold;
  text-align: center;
  color: #000;
  height: 176px;
  padding: 30px 0;
  font-size: 36px;
  font-style: italic;
}

.redblock {
  background-color: #a81e1e;
}

.redblock ul {
  padding: 20px 27px;
}

.redblock li {
  color: #fff;
  font-size: 17px;
  padding: 2px 0;
}

.hr {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #999;
}

.delivery h2 {
  font-size: 28px;
  width: 680px;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
}

.delivery h4 {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.delivery p {
  font-size: 15px;
  text-align: left;
  padding: 0 10px;
}

.hr-left {
  float: left;
  border-bottom: 1px solid #000;
  width: 125px;
  margin-top: 19px;
}

.hr-right {
  float: right;
  border-bottom: 1px solid #000;
  width: 125px;
  margin-top: -19px;
}

.hr-center {
  width: 980px;
  margin-top: 40px;
  color: #dcdcdc;
}

/*******************
lastblock
*******************/
.lastblock {
  height: 1250px;
  width: 100%;
  margin: 40px 0;
}

.lastblock h1 {
  font-size: 44px;
  width: 700px;
  margin: 60px auto;
  font-weight: lighter;
  text-align: center;
}

.lastblock h1 span {
  color: #79b90e;
  font-weight: bold;
}

.formula {
  margin: 20px 0 70px;
}

.formula img {
  float: left;
  padding-right: 40px;
}

.formula p {
  padding: 20px 0 0;
}

.formula p:last-child {
  font-size: 35px;
  padding-bottom: 35px;
}

.cost-delivery {
  margin-bottom: 50px;
}

.cost-delivery h2 {
  font-size: 44px;
  font-weight: normal;
  text-align: center;
}

.cost-delivery p {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.cars img {
  padding-left: 34px;
}

.column {
  float: left;
  padding: 0 1%;
  width: 23%;
  text-align: center;
}

.column h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.column h4 {
  font-size: 20px;
  color: #262626;
  font-weight: normal;
  padding-bottom: 10px;
}

.column h5 {
  font-weight: normal;
  padding-bottom: 30px;
  font-size: 16px;
}

.column span {
  color: #fff;
  display: block;
  z-index: 1;
  /* -webkit-backface-visibility: hidden; */
  /*-moz-osx-font-smoothing: grayscale;*/
  background-color: #fff;
  padding: 12px 45px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  font-size: 20px;
}

.column span::before,
.column span::after {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

.column span::before {
  border: 1px solid #fff;
}

.column span::after {
  background: #d31a1a;
}

.column span:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.column span::before,
.column span:hover::after {
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
}

.column span::before {
  border-color: #d31a1a;
}

/*.column span:hover::after {
  background-color: #3f51b5;
}*/
.column span:hover::after {
  background-color: #d31a1a;
}

.dostavka {
  margin: 50px 0;
}

.dostavka h2 {
  font-size: 28px;
  padding-left: 10px;
  font-weight: normal;
}

.dostavka h3 {
  font-size: 16px;
  padding-left: 10px;
  font-weight: normal;
  margin-bottom: 30px;
}

.dostavka p {
  font-size: 15px;
  padding-left: 10px;
  text-align: left;
}

.column3 {
  float: left;
  padding: 0 1%;
  width: 31%;
  text-align: center;
}

.button span {
  color: #fff;
  display: block;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  padding: 10px 10px 10px 0;
  border-radius: 5px;
  text-align: center;
  position: relative;
  font-size: 17px;
  right: -18px;
  margin: 0px 30px;
}

.button span::before,
.button span::after {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

.button span::before {
  border: 1px solid #fff;
}

.button span::after {
  background: #79b90e;
}

.button span:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.button span::before,
.button span:hover::after {
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
}

.button span::before {
  border-color: #79b90e;
}

.button span:hover::after {
  background-color: #79b90e;
}





.tel {
  font-size: 26px;
}

address {
  font-size: 26px;
  font-style: normal;
}

.button p {
  padding-bottom: 15px;
}

footer {
  background-color: #dcdcdc;
}

footer p {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  margin: 0 auto;
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none;
}

.modalDialog:target {
  display: block;
  pointer-events: auto;
}

.modalDialog>div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  background: #fff;
  background: rgb(247, 247, 247);
  border: 1px solid rgba(147, 184, 189, 0.8);
  -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
  -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
  box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
  border-radius: 10px;
  -webkit-box-shadow: 10px;
  -moz-border-radius: 10px;
}

.modalDialog h2 {
  color: #333;
  font-size: 15px;
  padding: 25px;
  text-align: center;
}

.modalDialog p {
  color: #333;
  padding-bottom: 10px;
  font-size: 14px;
}

.modalDialog h2:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: -moz-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(147, 184, 189, 0)), color-stop(20%, rgba(147, 184, 189, 0.8)), color-stop(53%, rgba(147, 184, 189, 1)), color-stop(79%, rgba(147, 184, 189, 0.8)), color-stop(100%, rgba(147, 184, 189, 0)));
  background: -webkit-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
  background: -o-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
  background: -ms-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
  background: linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
}

.modalDialog form input {
  width: 83%;
  margin-top: 4px;
  padding: 10px 5px 10px 32px;
  border: 1px solid rgb(178, 178, 178);
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.modalDialog .submit {
  width: 30%;
  cursor: pointer;
  background: #539f10;
  padding: 5px 5px;
  color: #fff;
  margin-left: 5px;
  font-size: 19px;
  border: 1px solid rgb(28, 108, 122);
  margin-bottom: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 2px 3px 3px rgb(210, 210, 210);
  -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 2px 3px 3px rgb(210, 210, 210);
  box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 2px 3px 3px rgb(210, 210, 210);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 14px;
}

.modalDialog .submit:hover {
  background: #79b90e;
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #79b90e;
}

/* Mobile optimizations for the modal order form */
@media screen and (max-width: 768px) {
  .modalDialog>div {
    width: 90% !important;
    padding: 20px !important;
  }

  .modalDialog h2 {
    font-size: 24px !important;
    padding: 20px 10px !important;
    line-height: 1.4 !important;
  }

  .modalDialog form input {
    font-size: 18px !important;
    padding: 15px 10px 15px 32px !important;
    height: auto !important;
  }

  .modalDialog p {
    font-size: 18px !important;
  }

  .modalDialog .submit {
    width: 60% !important;
    font-size: 24px !important;
    padding: 15px !important;
    margin: 20px auto 10px !important;
    display: block !important;
  }

  .close {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 24px !important;
    right: -15px !important;
    top: -20px !important;
    border-radius: 50% !important;
  }
}