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;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  color: #272726;
}

html {
  min-height: 100%;
}

body,
html {
  width: 100%;
  height: 100%;
  display: block;
}

/* Autofill color */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-image: none;
  color: #26221f;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
/*
a[href="javascript: void(0);"], a[href="javascript:void(0);"]{cursor: default}
*/

ol,
ul,
nav {
  list-style: none;
}
/* Zabyraem svichennya pru focusi na element  */
*:focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
}

/* Zabyraem border-radius na apple-devices */
input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  background: #faa032;
  color: #ffffff;
}
::selection {
  background: #faa032;
  color: #ffffff;
}

/* *,input[readonly]{
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
} */

input,
textarea,
.map_marker_content {
  -webkit-touch-callout: default !important;
  -webkit-user-select: auto !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 140px 0px 0;
}

.nopadd {
  padding: 0 !important;
}

/* 
.inl {
  display: inline-block;
  *zoom: 1;
  *display: inline;
} */

.fleft {
  float: left;
}
.fright {
  float: right;
}
.fnone {
  float: none;
}
.cleft {
  clear: left;
}
.cright {
  clear: right;
}
.clear {
  clear: both;
}
.aright {
  text-align: right;
}
.acenter {
  text-align: center;
}
.aleft {
  text-align: left;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.row {
  width: 100%;
  display: block;
  font-size: 0;
}
.row:before,
.row:after {
  content: "";
  display: block;
  clear: both;
}
.row.middle .cols {
  vertical-align: middle;
}
.row.middle .top {
  vertical-align: top;
}
.cols {
  display: inline-block;
}
/* 12 grid */
.col-1 {
  width: 8.333333%;
}
.col-2 {
  width: 16.666666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333333%;
}
.col-5 {
  width: 41.666666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333%;
}
.col-8 {
  width: 66.666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333333%;
}
.col-11 {
  width: 91.666666%;
}
.col-12 {
  width: 100%;
}
.lg-show {
  display: none;
}

.wrap {
  margin: auto;
  width: 1170px;
  max-width: 100%;
}

/* HEADER */

.header_main {
  padding: 20px 0;
  background-color: #faa032;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.header_main .header {
  margin: auto;
  width: 1170px;
}

.header_main .header .logo {
  float: left;
  width: 170px;
  margin: 0 140px 0 0;
  text-decoration: none;
}

.header_main .header .logo img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.header_main .header ul.menu {
  float: left;
  margin: 20px 0 0 0;
  display: table;
}

.header_main .header ul.menu li {
  display: table-cell;
  list-style: none;
}

.header_main .header ul.menu li a {
  display: block;
  margin: 0 50px 0 0;
  color: #272726;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}

.header_main .header ul.menu li a::after {
  display: block;
  content: "";
  height: 2px;
  width: 0px;
  background-color: #272726;
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: -5px;
}

.header_main .header ul.menu li a:hover::after,
.header_main .header ul.menu li.active a:after {
  width: 100%;
}

.header_main .header ul.menu li:last-child a {
  margin: 0;
}

.header_main .header .zakaz {
  float: right;
  background-color: #272726;
  border-radius: 30px;
  padding: 20px 35px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.header_main .header .zakaz:hover {
  background-color: #fff;
  color: #272726;
}

.header_main .header .lang {
  float: right;
  background-color: #272726;
  border-radius: 30px;
  padding: 20px 23px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
}

.header_main .header .lang:hover {
  background-color: #fff;
  color: #272726;
}

.header_main .header .menu_min_btn {
  float: right;
  border-radius: 30px;
  padding: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  background: url("../img/menu_min.png") no-repeat center;
  display: none;
}

.header_main .header .menu_min_btn:hover {
  background: url("../img/menu_min.png") no-repeat center;
}

.header_main .header .menu_min {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  padding: 0 0 30px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  background-color: #fff;
  z-index: 1;
}

.header_main .header .menu_min ul.menu {
  float: left;
  margin: 60px 0 0 45px;
  width: 130px;
}

.header_main .header .menu_min ul.menu li {
  float: left;
  list-style: none;
  width: 100%;
}

.header_main .header .menu_min ul.menu li a {
  float: left;
  font-weight: 700;
  margin: 0 0 60px 0;
  color: #272726;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.header_main .header .menu_min ul.menu li a::after {
  display: block;
  content: "";
  height: 2px;
  width: 0px;
  background-color: #272726;
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: -5px;
}

.header_main .header .menu_min ul.menu li a:hover::after {
  width: 100%;
}

.header_main .header .menu_min .zakaz {
  float: right;
  margin: 0 10px 0 0;
  background-color: #272726;
  border-radius: 30px;
  padding: 20px 35px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.header_main .header .menu_min .zakaz:hover {
  background-color: #faa032;
  color: #272726;
}

.header_main .header .menu_min .lang {
  float: right;
  background-color: #272726;
  border-radius: 30px;
  padding: 20px 23px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin: 0 20px 0 0;
}

.header_main .header .menu_min .lang:hover {
  background-color: #faa032;
  color: #272726;
}

/* HEADER(END) */

/* TOP */

.top_main {
  overflow: hidden;
  padding: 0 0 70px 0;
  margin: 0 auto 60px;
}

.top {
  width: 1172px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.top .img {
  float: left;
  margin: 10px 10px 0 0;
  width: 275px;
  height: 340px;
  overflow: hidden;
  background-position: center;
}

.top .img:first-child {
  background-image: url("../img/foto_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
}

.top .img:nth-child(2) {
  background-image: url("../img/foto_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.top .img:nth-child(3) {
  background-image: url("../img/foto_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px 0 0 0;
}

.top .img:nth-child(4) {
  background-image: url("../img/foto_4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75%;
  width: 295px;
}

.top .img:nth-child(5) {
  background-image: url("../img/foto_5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 295px;
}

.top .text {
  width: 440px;
  float: left;
  margin: 70px 0 0 85px;
}

.top .text .title h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1em;
}

.top .text .title h1 span {
  font-size: 18px;
  padding: 10px 0 30px 0;
  font-weight: 800;
  display: block;
  line-height: 1.5em;
  text-transform: uppercase;
}

.top .text .description {
  width: 370px;
  padding: 0 0 0 70px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.top .text .description .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #faa032;
  width: 10px;
}

.top_main .top > .line {
  position: absolute;
  height: 30px;
  background-color: #faa032;
  left: 285px;
  bottom: -70px;
  width: 10000%;
}

/* TOP(END) */

/* ADVANTAGES */

.advantages_main {
  margin: 0 0 75px 0;
  overflow: hidden;
  height: 100%;
}

.advantages_main > .title {
  font-size: 60px;
  padding: 30px 0 70px;
  margin: 0 auto;
  width: 1170px;
  font-weight: 800;
}

.advantages_main .item {
  width: 1170px;
  margin: 0 auto 70px auto;
}

.advantages_main .item > .left {
  float: left;
  width: 380px;
}

.advantages_main .item > .left > .title {
  height: 30px;
  margin: 0 0 30px 0;
  padding: 10px 0 0 0;
  position: relative;
  font-weight: 800;
}

.advantages_main .item > .left > .title .line {
  background-color: #ffa01d;
  height: 40px;
  right: 0;
  top: 0;
  width: 10000%;
  position: absolute;
  padding: 0 20px;
}

.advantages_main .item > .left > .title span {
  position: relative;
  left: 10px;
}

.advantages_main .item > .left > .text > .left {
  float: left;
}

.advantages_main .item > .left > .text > .left span {
  color: #ff0000;
  font-size: 18px;
  font-weight: 800;
}

.advantages_main .item > .left > .text > .left span {
  font-size: 52px;
}

.advantages_main .item > .left > .text > .right {
  float: right;
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}

.advantages_main .item:first-child > .left > .text > .left {
  max-width: 175px;
}

.advantages_main .item:first-child > .left > .text > .right {
  width: 195px;
}

.advantages_main .item:nth-child(2) > .left > .text > .right {
  width: 285px;
}

.advantages_main .item:nth-child(3) > .left > .text > .right {
  width: 205px;
}

.advantages_main .item:nth-child(4) > .left > .text > .right {
  width: 230px;
}

.advantages_main .item:nth-child(5) > .left > .text > .right,
.advantages_main .item:nth-child(6) > .left > .text > .right {
  width: 100%;
}
.advantages_main .item > .left > .text.en_p > .right {
  width: 190px;
}

.package-icon {
  position: relative;
}
.package-icon {
  display: inline-block;
  background-color: #ffa01d;
  width: 130px;
  height: 130px;
  padding: 30px;
  text-align: center;
  border-radius: 50%;
}
.advantages_main .item .right .package-icon img {
  width: 70px;
}

.advantages_main .item > .left > .text > .right span {
  /*color: #ff0000;*/
}

.advantages_main .item .right {
  float: right;
  width: 640px;
}

.advantages_main .item .right img {
  float: left;
  width: 130px;
}

.advantages_main .item .right .text {
  float: right;
  width: 455px;
  font-size: 14px;
  line-height: 24px;
}
.advantages_main .item .right .text a {
  color: #ff0000;
  text-decoration: underline;
}
.advantages_main .item .right .text a:hover {
  text-decoration: none;
}

.advantages_main .qw_main {
  margin: 0 0 70px 0;
}

.advantages_main .qw {
  width: 1170px;
  margin: auto;
}

.advantages_main .qw .left {
  float: left;
  font-size: 30px;
  width: 465px;
  font-weight: 800;
}

.advantages_main .qw .right {
  float: right;
  font-size: 14px;
  width: 645px;
  background-color: #faa032;
  text-align: center;
  padding: 20px 0;
  border-radius: 30px;
  text-decoration: none;
  color: #272726;
  font-weight: 800;
  text-transform: uppercase;
}

.advantages_block {
  font-size: 20px;
  width: 400px;
  background-color: #faa032;
  text-align: center;
  padding: 20px 0;
  border-radius: 30px;
  text-decoration: none;
  color: #272726;
  font-weight: 800;
  text-transform: uppercase;
}

.items {
  margin-bottom: 40px;
}

.advantages_main .qw .right:hover {
  color: #fff;
  background-color: #272726;
}

/* ADVANTAGES(END) */

/* TOP ITEM */

.product_main {
  background-color: #272726;
  padding: 100px 10px;
}
.product_main.white {
  background-color: #fff;
}

.product_item {
  width: 1170px;
  margin: auto;
}

.product_item .left {
  width: 375px;
  float: left;
}

.product_item .right {
  width: 685px;
  float: right;
}

.product_item .title {
  font-size: 60px;
  color: #faa032;
  margin: 0 0 10px 0;
  font-weight: 800;
}

.product_item .under_title {
  font-size: 24px;
  color: #fff;
  margin: 0 0 35px 0;
  line-height: 30px;
  text-transform: uppercase;
}

.product_item .under_title2 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 35px 0;
  line-height: 30px;
  /* text-transform: uppercase; */
}

.product_item .under_title3 {
  font-size: 20px;
  color: #272726;
  margin: 0 0 35px 0;
  line-height: 30px;
  /* text-transform: uppercase; */
}

.product_item .right .text {
  margin-bottom: 30px;
}
.product_item .right .under_title {
  margin: 30px 0 40px 0;
}

.product_item .text {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.product_item .spec {
  display: block;
  margin: auto;
  font-size: 14px;
  border: 2px solid #faa032;
  border-radius: 30px;
  text-decoration: none;
  width: 260px;
  padding: 5px 0;
}

.product_item .right .spec {
  float: left;
}

.product_item .spec .img {
  float: left;
  width: 50px;
  margin: 0 0 0 5px;
}

.product_item .spec:hover {
  border: 2px solid #fff;
  color: #fff;
}

.product_item .spec .img img {
  width: 100%;
  display: block;
}

.product_item .spec .img img:last-child {
  display: none;
}

.product_item .spec:hover .img img:first-child {
  display: none;
}

.product_item .spec:hover .img img:last-child {
  display: block;
}

.white .product_item .spec:hover .text {
  color: #272726;
}

.white .product_item .spec:hover {
  border: 2px solid #272726;
  color: #fff;
}

.white .product_item .spec .img img {
  width: 100%;
  display: block;
}

.white .product_item .spec .img img:last-child {
  display: none;
}

.white .product_item .spec:hover .img img:first-child {
  display: none;
}

.white .product_item .spec:hover .img img:last-child {
  display: block;
}

.product_item .spec .text {
  float: right;
  width: 160px;
  color: #faa032;
  margin: 15px 0 0 0;
  font-weight: 700;
}
.white .product_item .under_title {
  color: #272726;
}
.white .product_item .text {
  color: #272726;
}

.product_item .spec:hover .text {
  color: #fff;
}

.spec-parent {
  text-align: right;
}
.spec-parent .spec {
  display: inline-block;
  margin: auto;
  font-size: 14px;
  border: 2px solid #faa032;
  border-radius: 30px;
  text-decoration: none;
  width: 260px;
  padding: 5px 0;
  text-align: left;
}
.product-photos {
  margin: 90px 0;
}
.has-label {
  position: relative;
}
.product-photo.lt {
  text-align: left;
}
.product-photo.ct {
  text-align: center;
}
.product-photo.rt {
  text-align: right;
}
.product-photo .has-label {
  padding-right: 47px;
}
.product-photo.ct .has-label {
  padding-right: 50px;
}
.product-photo.rt .product-label {
  right: 0;
}
.product-photo.rt .has-label {
  padding-left: 47px;
  padding-right: 0;
}

.product-photo.left {
  padding-top: 50px;
  text-align: center;
}
.product-photo.left .photo-wrap img {
  display: inline-block;
  width: 100%;
  max-width: none;
  max-height: none;
}
.product-photo.left .photo-wrap .has-shadow {
  width: 220%;
  margin-left: -50%;
}

.product-photo .photo-wrap {
  display: inline-block;
  max-width: 100%;
  max-height: 325px;
}
.product-photo .photo-wrap img {
  max-width: 100%;
  max-height: 325px;
}
.product-label {
  position: absolute;
  right: -47px;
  right: 50px;
  bottom: -25px;
  display: block;
  width: 85px;
  height: 85px;
  background-color: #fb2225;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

/* TOP ITEM(END) */

/* MIDDLE ITEM */
/*
.middle_item_main {
    padding: 70px 0;
}

.middle_item {
    width: 1170px;
    margin: auto;
}

.middle_item .left {
    width: 685px;
    float: left;
}

.middle_item .left .title {
    font-size: 60px;
    color: #faa032;
    margin: 0 0 10px 0;
    font-weight: 800;
}

.middle_item .left .under_title {
    font-size: 24px;
    margin: 0 0 50px 0;
    line-height: 30px;
    text-transform: uppercase;
}


.middle_item .left .under_title span {
    font-weight: 800;
}

.middle_item .left .text {
    font-size: 14px;
    margin: 0 0 30px 0;
    line-height: 24px;
}

.middle_item .left .spec {
    font-size: 14px;
    border: 2px solid #faa032;
    border-radius: 30px;
    text-decoration: none;
    float: left;
    width: 260px;
    padding: 5px 0;
}

.middle_item .left .spec .img {
    float: left;
    width: 50px;
    margin: 0 0 0 5px;
}

.middle_item .left .spec:hover {
    border: 2px solid #272726;
    color: #fff;
}

.middle_item .left .spec .img img {
    width: 100%;
    display: block;
}

.middle_item .left .spec .img img:last-child {
    display: none;
}

.middle_item .left .spec:hover .img img:first-child {
    display: none;
}

.middle_item .left .spec:hover .img img:last-child {
    display: block;
}

.middle_item .left .spec .text {
    float: right;
    width: 160px;
    color: #faa032;
    margin: 15px 0 0 0;
    font-weight: 700;
}

.middle_item .left .spec:hover .text {
    color: #272726;
}

.middle_item .right {
    width: 375px;
    float: right;
}
*/
/* MIDDLE ITEM(END) */

/* BOTTOM ITEM */

/*.bottom_item_main {
    background-color: #272726;
    padding: 70px 0;
}

.bottom_item {
    width: 1170px;
    margin: auto;
}

.bottom_item .left {
    width: 375px;
    float: left;
}

.bottom_item .right {
    width: 685px;
    float: right;
}

.bottom_item .right .title {
    font-size: 60px;
    color: #faa032;
    margin: 0 0 10px 0;
    font-weight: 800;
}

.bottom_item .right .under_title {
    font-size: 24px;
    color: #fff;
    margin: 0 0 50px 0;
    text-transform: uppercase;
}

.bottom_item .right .text {
    font-size: 14px;
    color: #fff;
    margin: 0 0 30px 0;
    line-height: 24px;
}

.bottom_item .right .spec {
    font-size: 14px;
    border: 2px solid #faa032;
    border-radius: 30px;
    text-decoration: none;
    float: left;
    width: 260px;
    padding: 5px 0;
}

.bottom_item .right .spec .img {
    float: left;
    width: 50px;
    margin: 0 0 0 5px;
}

.bottom_item .right .spec:hover {
    border: 2px solid #fff;
    color: #fff;
}

.bottom_item .right .spec .img img {
    width: 100%;
    display: block;
}

.bottom_item .right .spec .img img:last-child {
    display: none;
}

.bottom_item .right .spec:hover .img img:first-child {
    display: none;
}

.bottom_item .right .spec:hover .img img:last-child {
    display: block;
}

.bottom_item .right .spec .text {
    float: right;
    width: 160px;
    color: #faa032;
    margin: 15px 0 0 0;
    font-weight: 700;
}

.bottom_item .right .spec:hover .text {
    color: #fff;
}

.bottom_item .make_zakaz {
    text-decoration: none;
    display: block;
    padding: 20px 0;
    background-color: #faa032;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #272726;
    margin: 70px 0 0 0;
    font-weight: 700;
    text-transform: uppercase;
}

.bottom_item .make_zakaz:hover {
    background-color: #fff;
}*/

/* BOTTOM ITEM(END) */

/* SERVIS */

.servis_main {
  padding: 70px 0 120px 0;
  overflow: hidden;
  margin: 0 0 40px 0;
}

.servis_main .servis {
  margin: auto;
  width: 1170px;
  position: relative;
}

.servis_main .servis > .title {
  font-size: 60px;
  margin: 0 0 70px 0;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}

.servis_main .servis .top_pic {
  float: left;
  width: 905px;
}
.servis_main .servis .top_pic.bot {
  margin-top: -20px;
}

.servis_main .servis .top_pic_768 {
  float: left;
  width: 600px;
  display: none;
}

.servis_main .servis .serv_320_pic {
  float: left;
  width: 85px;
  display: none;
  margin: 20px 0;
}

.servis_main .servis .top_items {
  padding: 30px 0;
  text-align: center;
}

.servis_main .servis .top_items .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 45px 0 0;
  width: 350px;
}

.servis_main .servis .top_items .item:last-child {
  margin: 0;
}

.servis_main .servis .top_items .item .title {
  margin: 0 0 20px 0;
  font-size: 18px;
  text-align: left;
  font-weight: 800;
}

.servis_main .servis .top_items .item .text {
  color: #535352;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.servis_main .servis .bottom_items .item .text ul,
.servis_main .servis .top_items .item .text ul {
  padding: 0 0 0 12px;
}

.servis_main .servis .top_items .item .text ul li {
  list-style-image: url("../img/li.png");
}

.servis_main .servis .bottom_pic {
  display: block;
  margin: 0 0 0 -377px;
  width: 655px;
  left: 50%;
  position: relative;
}

.servis_main .servis .bottom_pic_768 {
  display: block;
  margin: -125px 0 0 -340px;
  width: 600px;
  left: 50%;
  position: relative;
  display: none;
}

.servis_main .servis .bottom_items {
  padding: 30px 0 70px 0;
  text-align: center;
}

.servis_main .servis .bottom_items .item {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0 45px 0 0;
  width: 360px;
}

.servis_main .servis .bottom_items .item:last-child {
  margin: 0;
}

.servis_main .servis .bottom_items .item .title {
  margin: 0 0 20px 0;
  font-size: 18px;
  text-align: left;
  font-weight: 800;
}

.servis_main .servis .bottom_items .item .text {
  color: #535352;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.servis_main .servis .bottom_items .item .text ul li {
  list-style-image: url("../img/li.png");
}

.servis_main .servis .send_z {
  display: block;
  margin: auto;
  width: 370px;
  border-radius: 30px;
  padding: 20px 0;
  text-align: center;
  background-color: #faa032;
  text-decoration: none;
  color: #272726;
  font-weight: 800;
}

.servis_main .servis .send_z:hover {
  color: #fff;
  background-color: #272726;
}

.servis_main .servis .line {
  position: absolute;
  height: 30px;
  width: 10000%;
  background-color: #faa032;
  bottom: -120px;
  right: 400px;
}
/* SERVIS(END) */

/* FORM */

.form {
  width: 1170px;
  margin: 0 auto;
  padding: 70px 0;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
}

.form .left {
  width: 310px;
  float: left;
  padding: 0 0 0 70px;
  position: relative;
  height: 165px;
  font-size: 18px;
}

.form .left .line {
  background-color: #faa032;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}

.form .left .text_top {
  margin: 0 0 50px 0;
}

.form .left .text_bottom span {
  font-size: 24px;
  font-weight: 800;
}

.form .right {
  width: 670px;
  float: right;
}

.form .right input:not([type="submit"]),
.form .right textarea {
  border: 1px solid #272726;
  border-radius: 30px;
  padding: 20px 35px;
  width: 100%;
  margin: 0 0 25px 0;
  font-weight: 700;
  font-family: Open Sans, sans-serif;
}
.form .right textarea {
  resize: vertical;
  height: 60px;
  padding-bottom: 0;
}

.form .right input:focus,
.form .right input:focus textarea {
  border: 1px solid #faa032;
}

.form .right .capt {
  float: left;
  width: 270px;
  height: 60px;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
}

.form .right input[type="submit"] {
  -webkit-appearance: none;
  float: right;
  width: 370px;
  padding: 20px 0;
  border-radius: 30px;
  text-align: center;
  background-color: #faa032;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  outline: none;
}

.form .right label {
  margin: -20px 0 20px 0;
  display: block;
  text-align: center;
  color: red;
}
.google-captach-response {
  text-align: center;
}
.g-error {
  margin-top: 10px;
  display: inline-block;
  color: red;
}
.form .right input[type="submit"]:hover {
  color: #fff;
  background-color: #272726;
}

.core_tel {
  position: relative;
  display: block;
}

.core_tel:before {
  content: " ";
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  right: 31px;
}

/* FORM(END) */

/* CONTACTS */

.contacts_main {
  padding: 110px 0;
  background-color: #272726;
}
.contacts {
  margin: auto;
  width: 1170px;
}

.contacts .left {
  float: left;
  width: 575px;
}

.contacts .left .title {
  margin: 0 0 75px 0;
}

.contacts .left .title .img {
  float: left;
  width: 100px;
  margin: 0 25px 0 0;
  text-decoration: none;
}

.contacts .left .title .img img {
  max-width: 100%;
}

.contacts .left .title .right {
  float: left;
  width: 274px;
  margin-top: 20px;
  color: #fff;
}

.contacts .left #map {
  width: 100%;
  /*  padding-top: 58.2%;*/
  margin: 55px 0 0 0;
}

.contacts > .right {
  float: right;
  position: relative;
  width: 400px;
  padding: 0 0 0 70px;
  color: #fff;
  margin: 150px 0 0 0;
}

.contacts .right .top_cont {
  font-size: 18px;
  margin: 0 0 38px 0;
}

.contacts .right .face_link {
  margin: 0 0 40px 0;
}

.contacts .right .face_link img {
  width: 40px;
  height: auto;
}

.contacts .right .rukov {
  margin: 0 0 20px 0;
  color: #fff;
}

.contacts .right .country {
  margin: 0 0 20px 0;
  color: #faa032;
  font-size: 22px;
  font-weight: bold;
}

.contacts .right .rukov span {
  color: #faa032;
  font-size: 24px;
}

.contacts .right .tel {
  font-size: 24px;
  /* font-weight: 800; */
  font-weight: normal;
}

.contacts .right .mail {
  font-size: 18px;
}

.contacts .line {
  width: 10px;
  position: absolute;
  background-color: #faa032;
  height: 100%;
  top: 0;
  left: 0;
}

.contacts-map {
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
.contacts-map .title {
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  color: #272726;
  margin-bottom: 20px;
}
.contacts-map .sub-title {
  font-size: 24px;
  color: #272726;
  margin-bottom: 50px;
}
.contacts-map .sub-title .orange {
  color: #ffa01d;
}

.contacts2 {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
}

.contacts2 .item {
  min-width: 380px;
  margin-bottom: 50px;
}

.contacts2 .country {
  margin: 0 0 20px 0;
  color: #faa032;
  font-size: 26px;
  font-weight: bold;
}

.contacts2 .rukov {
  margin-bottom: 10px;
}

.contacts2 .rukov span {
  color: #faa032;
  font-size: 24px;
}

.contacts2 .tel {
  font-size: 24px;
  font-weight: normal;
}

.contacts2 .mail {
  font-size: 18px;
  margin-top: 10px;
}

.map-wrap {
  width: 756px;
}
.full-map {
  width: 100%;
}
.img-svg-map {
  width: 750px;
  height: 500px;
}
[data-area="city"] {
  stroke: #fff;
  cursor: pointer;
}
.hover [data-area="city"],
.active [data-area="city"] {
  stroke: #000;
  filter: url(#selective-shadow);
}
.map-wrap {
  display: inline-block;
}
.city-info {
  margin-left: 30px;
  padding-left: 40px;
  border-left: 8px solid #272726;
  font-size: 18px;
  display: none;
}
.city-info.active {
  display: block;
}

.city-contact {
  margin-bottom: 50px;
}
.city-contact:last-child {
  margin-bottom: 0;
}
.member-name {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #ffa01d;
}

/* CONTACTS(END) */

/* FOOTER */

.footer_main {
  padding: 20px 0;
  background-color: #faa032;
}

.footer_main .footer {
  margin: auto;
  width: 1170px;
}

.footer_main .footer .logo {
  float: left;
  width: 170px;
  margin: 0 140px 0 0;
}

.footer_main .footer ul.menu {
  float: left;
  margin: 20px 0 0 0;
}

.footer_main .footer ul.menu li {
  float: left;
  list-style: none;
}

.footer_main .footer ul.menu li a {
  display: block;
  margin: 0 50px 0 0;
  color: #272726;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.footer_main .footer ul.menu li a::after {
  display: block;
  content: "";
  height: 2px;
  width: 0px;
  background-color: #272726;
  transition: width 0.3s ease-in-out;
}

.footer_main .footer ul.menu li a:hover::after {
  width: 100%;
}

.footer_main .footer ul.menu li:last-child a {
  margin: 0;
}

.footer_main .footer .zakaz {
  float: right;
  margin: 0 10px 0 0;
  background-color: #272726;
  border-radius: 30px;
  padding: 20px 35px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.footer_main .footer .zakaz:hover {
  background-color: #fff;
  color: #272726;
}

/* FOOTER(END) */

/* UNDER FOOTER */

.under_footer_main {
  /* padding: 20px 0; */
  /* background-color: #272726; */
  /* color: #fff; */
  padding: 28px 0;
  color: #272726;
  font-size: 12px;
  background-color: #faa032;
}

.under_footer {
  width: 1170px;
  margin: auto;
}

.under_footer .left {
  float: left;
  width: 170px;
}

.under_footer .gw_logo {
  float: right;
  width: 90px;
  text-decoration: none;
}

.under_footer .gw_logo img {
  width: 100%;
}

/* UNDER FOOTER(END) */

/* FORM POP UP */
.form_popup_main {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 5;
}

.form_popup {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 280px;
  height: 120px;
  background-color: #faa032;
  padding: 20px;
  border-radius: 15px;
}

.form_popup img {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  cursor: pointer;
}

/* FORM POP UP(END) */

/* Languages */

.lang-desktop {
  position: relative;
  float: right;
  padding: 0 10px 0px 10px;
  margin-bottom: -5px;
  border: 2px solid #000;
  border-radius: 30px;
  margin-right: 15px;
}

.lang-desktop ul li {
  display: inline-block;
}

.languages {
  position: relative;
  display: none;
  float: right;
  padding-bottom: 5px;
  margin-bottom: -5px;
}
.languages ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  /*margin-top: 10px;*/
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.languages ul li {
  margin-bottom: 5px;
}
.lang-desktop ul li {
  padding: 17px 5px;
}
.languages ul li a,
.lang-desktop ul li a {
  font-size: 14px;
  font-weight: bold;
}

.lang-desktop ul li a:hover,
.lang-desktop ul li a.active {
  color: #fff;
}
.languages ul li:hover a {
  color: #ff9900;
}
.languages:hover ul {
  display: block;
}
/* Languages */

div.gw a {
  text-decoration: underline;
}

.video-2nd-screen {
  margin: 0 auto;
  width: 800px;
  height: 450px;
}

div.lnk a:link,
div.lnk a:visited {
  color: #fff;
}

div.lnk a:hover {
  color: #faa032;
}

.line-contacts {
  background-color: #faa032;
  min-height: 2px;
  width: 100%;
  margin: 20px 0 20px 0;
}

.benefits2 {
  background-color: #272726;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  box-sizing: border-box;
}

.benefits2-content {
  width: 900px;
  margin: 0 auto;
}

.benefits2 h2,
.benefits2 h3,
.benefits2 h4,
.benefits2 p {
  color: white;
  margin: 0;
  padding: 0;
}

.benefits2 h2 {
  font-size: 48px;
  font-weight: bold;
}

.benefits2 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

.benefits2 h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.benefits2 p {
  font-weight: normal;
}

.benefits2 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefits2 li {
  padding-left: 40px;
  padding-right: 30px;
  min-width: 33%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 30px;
}

.benefit-1 {
  background-image: url(../img/benefit-icon-1.svg);
}
.benefit-2 {
  background-image: url(../img/benefit-icon-2.svg);
}
.benefit-3 {
  background-image: url(../img/benefit-icon-3.svg);
}

.text h3 {
  color: #faa032;
  font-size: 18px;
  margin-bottom: 20px;
}

.text ul li {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: normal;
}
