@font-face {
  font-family: 'GilroyBlack';
  src: url('fonts/GilroyBlack.eot');
  src: url('fonts/GilroyBlack.eot') format('embedded-opentype'), url('fonts/GilroyBlack.woff2') format('woff2'), url('fonts/GilroyBlack.woff') format('woff'), url('fonts/GilroyBlack.ttf') format('truetype'), url('fonts/GilroyBlack.svg#GilroyBlack') format('svg');
}
@font-face {
  font-family: 'GilroyRegular';
  src: url('fonts/GilroyRegular.eot');
  src: url('fonts/GilroyRegular.eot') format('embedded-opentype'), url('fonts/GilroyRegular.woff2') format('woff2'), url('fonts/GilroyRegular.woff') format('woff'), url('fonts/GilroyRegular.ttf') format('truetype'), url('fonts/GilroyRegular.svg#GilroyRegular') format('svg');
}
@font-face {
  font-family: 'GilroyRegularItalic';
  src: url('fonts/GilroyRegularItalic.eot');
  src: url('fonts/GilroyRegularItalic.eot') format('embedded-opentype'), url('fonts/GilroyRegularItalic.woff2') format('woff2'), url('fonts/GilroyRegularItalic.woff') format('woff'), url('fonts/GilroyRegularItalic.ttf') format('truetype'), url('fonts/GilroyRegularItalic.svg#GilroyRegularItalic') format('svg');
}
@font-face {
  font-family: 'GilroySemibold';
  src: url('fonts/GilroySemibold.eot');
  src: url('fonts/GilroySemibold.eot') format('embedded-opentype'), url('fonts/GilroySemibold.woff2') format('woff2'), url('fonts/GilroySemibold.woff') format('woff'), url('fonts/GilroySemibold.ttf') format('truetype'), url('fonts/GilroySemibold.svg#GilroySemibold') format('svg');
}
@font-face {
  font-family: 'GilroyHeavy';
  src: url('fonts/GilroyHeavy.eot');
  src: url('fonts/GilroyHeavy.eot') format('embedded-opentype'), url('fonts/GilroyHeavy.woff2') format('woff2'), url('fonts/GilroyHeavy.woff') format('woff'), url('fonts/GilroyHeavy.ttf') format('truetype'), url('fonts/GilroyHeavy.svg#GilroyHeavy') format('svg');
}
@font-face {
  font-family: 'GilroyMedium';
  src: url('fonts/GilroyMedium.eot');
  src: url('fonts/GilroyMedium.eot') format('embedded-opentype'), url('fonts/GilroyMedium.woff2') format('woff2'), url('fonts/GilroyMedium.woff') format('woff'), url('fonts/GilroyMedium.ttf') format('truetype'), url('fonts/GilroyMedium.svg#GilroyMedium') format('svg');
}
@font-face {
  font-family: 'GilroyLight';
  src: url('fonts/GilroyLight.eot');
  src: url('fonts/GilroyLight.eot') format('embedded-opentype'), url('fonts/GilroyLight.woff2') format('woff2'), url('fonts/GilroyLight.woff') format('woff'), url('fonts/GilroyLight.ttf') format('truetype'), url('fonts/GilroyLight.svg#GilroyLight') format('svg');
}
.light {
  font-family: "GilroyLight";
}
.black {
  font-family: "GilroyBlack";
}
.reg {
  font-family: "GilroyRegular";
}
.ital {
  font-family: "GilroyRegularItalic";
}
.bold {
  font-family: "GilroySemibold";
}
.heavy {
  font-family: "GilroyHeavy";
}
.med {
  font-family: "GilroyMedium";
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}
.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 50px;
  cursor: pointer;
  font-family: "GilroySemibold";
  font-size: 17px;
  color: #0e0e0e;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 23px;
  height: 23px;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  background: #FFF;
}
.radio + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #85bcd8;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
  margin-top: 10px;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 80px;
  cursor: pointer;
  font-family: "GilroySemibold";
  font-size: 17px;
  color: #0e0e0e;
  margin-top: 5px;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid #c3c3c3;
  -webkit-transition: .2s;
  transition: .2s;
}
.checkbox + label:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #d5d5d5;
  -webkit-transition: .2s;
  transition: .2s;
}
.checkbox:checked + label:before {
  background: #fff;
}
.checkbox:checked + label:after {
  left: 26px;
  background: #85bcd8;
}
select {
  margin-top: 20px;
  width: 321px;
  height: 55px;
  border-radius: 27px;
  font-family: "GilroyRegular";
  font-size: 15px;
  color: #0e0e0e;
  border: 1px solid #c7c7c7;
  padding-left: 35px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/calc/up.png") 90% center no-repeat;
}
select::-ms-expand {
  /* для IE */
  display: none;
}
button {
	cursor: pointer;
}
.container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #efefef;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.fade.in {
  opacity: 1;
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
  text-align: center;
}
.modal-body h3 {
  font-family: "GilroySemibold";
  font-size: 18px;
  color: #0e0e0e;
  margin-bottom: 20px;
}
.modal-body form {
	text-align: center;
}
.modal-body form input {
  width: 240px;
  height: 55px;
  border-radius: 27px;
  border: 1px solid #c7c7c7;
  padding-left: 35px;
  font-family: "GilroySemibold";
  font-size: 15px;
  margin-bottom: 10px;

}
.modal-body form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
.modal-body form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
.modal-body form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
.modal-body form input::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
.modal-body form input::placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
.modal-body form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
.modal-body form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
.modal-body form input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
.modal-body form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
.modal-body form button {
  width: 250px;
  height: 55px;
  border-radius: 27px;
  text-transform: uppercase;
  font-family: "GilroySemibold";
  font-size: 15px;
  color: #fff;
  background: #d86a43;
  z-index: 1;
  border: none;
}
.modal-body form button:after {
  content: "";
  -webkit-box-shadow: 0px 8px 40px 10px #d86a43;
  box-shadow: 0px 8px 40px 10px #d86a43;
  position: absolute;
      bottom: 8%;
    z-index: 0;
    height: 3px;
    width: 168px;
    left: 21%;
}
.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.succes {
    color: green;
    font-family: "GilroyRegularItalic";
}
.error {
    color: red;
}
#messegeResult {
    border: 2px solid #85bcd8;
    padding: 20px;
    position: fixed;
    z-index: 9999999;
    background: #fefefe;
    right: 0;
    top: 0;
}
#topnav .container .mobile_menu_overlay, .mobile_menu_container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topnav .container .mobile_menu_container, .mobile_menu_container ul li ul{
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
#topnav .container .mobile_menu_overlay{
  display: none;
  cursor: pointer;
  z-index: 10200;
  background: rgba(0, 0, 0, 0.5);
}
#topnav .container .mobile_menu_container{
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  width: 300px;
  overflow: hidden;
  z-index: 10201;
  background: #3884da;
}
#topnav .container .mobile_menu_container.loaded{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
#topnav .container .mobile_menu_container .mobile_menu_content{
  overflow: auto;
  max-height: 100%;
  padding-bottom: 30px;
}
#topnav .container .mobile_menu_container ul{
  margin: 0;
  padding: 0;
}
#topnav .container .mobile_menu_container ul li{
  list-style: none;
}
#topnav .container .mobile_menu_container ul li a{
  display: block;
  padding: 15px 20px;
  line-height: 20px;
  font-size: 16px;
  background: #3884da;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#topnav .container .mobile_menu_container ul li a.parent{
  padding-right: 50px;
  background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
  background-size: 20px;
}
#topnav .container .mobile_menu_container ul li a.parent:hover{
  background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
  background-size: 20px;
}
#topnav .container .mobile_menu_container ul li a.back{
  padding-left: 50px;
  background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
  background-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 50px;
}
#topnav .container .mobile_menu_container ul li a.back:hover{
  background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
  background-size: 20px;
}
#topnav .container .mobile_menu_container ul li a:hover{
  background: #3c8de8;
}
#topnav .container .mobile_menu_container ul li ul{
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3884da;
  z-index: 2;
}
nav#topnav .container .nav_menu .mob_menu {
	display: none;
}
#topnav .container .mobile_menu_container ul li ul.loaded{
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
#topnav .container .mobile_menu_container ul li ul.activity{
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 320px){
  #topnav .container .mobile_menu_container{
    width: 240px;
  }
}
		
/*==========Шапка=======*/
header .logo-img {
  max-width: 100%;
  display: block;
  height: auto;
}
header .top-header {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 92px;
  background: #fff;
}
header .top-header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .top-header .right-header .phone {
  margin-right: 35px;
  margin-left: 8px;
}
header .top-header .right-header .phone p {
  font-size: 22px;
  font-family: "GilroySemibold";
  color: #0e0e0e;
  text-transform: uppercase;
}
header .top-header .right-header a.call-order {
  font-family: "GilroySemibold";
  font-size: 15px;
  color: #d86a43;
  text-decoration: none;
  border-bottom: 1px dashed #d86a43;
  text-transform: uppercase;
}
header .top-header .right-header a.call-order:hover {
  text-decoration: none;
}
header .top-header .mobile-header {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .top-header .mobile-header .phone {
  margin-right: 35px;
  margin-left: 8px;
}
header .top-header .mobile-header .phone p {
  font-size: 22px;
  font-family: "GilroySemibold";
  color: #0e0e0e;
  text-transform: uppercase;
}
header .top-header .mobile-header a.call-order {
  font-family: "GilroySemibold";
  font-size: 15px;
  color: #d86a43;
  text-decoration: none;
  border-bottom: 1px dashed #d86a43;
  text-transform: uppercase;
}
header .top-header .mobile-header a.call-order:hover {
  text-decoration: none;
}

header .weather {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #000000;
    padding: 0px 10px;
    border: 2px solid #d86a43;
    width: 40%;
}
header .weather .when {
    font-size: 15px;
    font-family: "GilroySemibold";
    color: #fff;
}
header .weather .date {
    font-size: 15px;
    font-family: "GilroySemibold";
    color: #fff;
}
header .weather .date-block {
    margin-right: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
header .weather .img-block .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
header .weather .data-block {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
header .weather .data-block .temper-day-min {
    font-size: 15px;
    font-family: "GilroySemibold";
    color: #85bcd8;
}
header .weather .data-block .temper-day-mid {
    font-size: 15px;
    font-family: "GilroySemibold";
    color: #f89904;
}
header .weather .data-block .temper-day-hot {
    font-size: 15px;
    font-family: "GilroySemibold";
    color: #d86a43;
}
header .weather .data-block .temper-night-min {
    font-size: 15px;
    font-family: "GilroySemibold";
    color: #85bcd8;
}
header .weather .data-block .temper-night-mid {
    font-size: 15px;
    font-family: "GilroySemibold";
    color: #f89904;
}
header .weather .data-block .temper-night-hot {
    font-size: 15px;
    font-family: "GilroySemibold";
    color: #d86a43;
}
/*==========Меню========*/
nav#topnav {
  height: 47px;
  background: #85bcd8;
}
nav#topnav .nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 47px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

nav#topnav .nav_menu .nav__main {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 47px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
nav#topnav .nav_menu ul.first-menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 47px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
nav#topnav .nav_menu ul.first-menu li:hover > .second-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav#topnav .nav_menu ul.first-menu .second-menu {
  list-style-type: none;
  position: absolute;
  z-index: 5;
  top: 14.8%;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
nav#topnav .nav_menu ul.first-menu .second-menu li {
  background: #85bcd8;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
nav#topnav .nav_menu ul.first-menu .second-menu li a {
  font-family: "GilroySemibold";
  color: #fff;
  text-transform: uppercase;
}
nav#topnav .nav_menu ul.first-menu .second-menu li:hover {
  background: #fff;
}
nav#topnav .nav_menu ul.first-menu .second-menu li:hover a {
  color: #85bcd8;
}
nav#topnav .nav_menu a {
  text-decoration: none;
  color: #fff;
  font-family: "GilroySemibold";
  text-transform: uppercase;
  font-size: 15px;
}
section#main {
  background: url(../img/bg_sl/slide_bg.jpg) bottom center no-repeat;
  height: 1150px;
}
section#main .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
section#main .wrap .slider_top .fotorama__img {
  width: 502px !important;
  height: 567px !important;
  left: 671px !important;
  top: 80px !important;
}
section#main .wrap .slider_top .fotorama__nav__frame {
  display: none;
}
section#main .wrap .main-head .main-text {
  font-family: "GilroyBlack";
  font-size: 56px;
  color: #0e0e0e;
  margin-top: 114px;
  line-height: 1;
  padding-bottom: 15px;
}
section#main .wrap .main-head .subtext {
  font-family: "GilroyRegularItalic";
  font-size: 28px;
  color: #d86a43;
  padding-bottom: 0px;
}
section#main .wrap .main-head .action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 100%;
}
section#main .wrap .main-head .action-block .descript-mobile {
  display: none;
}
section#main .wrap .main-head .action-block .price {
  z-index: 1;
  padding-top: 48px;
}
section#main .wrap .main-head .action-block .price h3 {
  font-family: "GilroyHeavy";
  font-weight: 900;
  font-size: 56px;
  background: linear-gradient(169deg, #85bcd8 38%, #a3dbf8 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #85bcd8;
}
section#main .wrap .main-head .action-block .price h3 span {
  font-size: 26px;
  color: #a3dbf8;
}
section#main .wrap .main-head .action-block .price button {
  width: 260px;
  height: 55px;
  border-radius: 30px;
  border: none;
  background: #d86a43;
  color: #fff;
  font-family: "GilroySemibold";
  font-size: 15px;
  text-transform: uppercase;
  z-index: 1;
  margin-top: 4em;
  box-shadow: 0px 10px 10px 0px #d86a43;
}
section#main .wrap .main-head .action-block .price button a {
    color: #fff;
  font-family: "GilroySemibold";
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
/*section#main .wrap .main-head .action-block .price button:after {
  content: "";
  -webkit-box-shadow: 0px 8px 40px 10px #d86a43;
  box-shadow: 0px 20px 40px 10px #d86a43;
  position: absolute;
  bottom: 24%;
  -o-bottom: 22%;
  -moz-bottom: 22%;
  z-index: -1;
  height: 12px;
  width: 183px;
  left: 22%;
}*/
section#main .wrap .main-head .action-block .descript {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -90px;
}
section#main .wrap .main-head .action-block .descript .left-desc h4,
section#main .wrap .main-head .action-block .descript .right-desc h4 {
  font-family: "GilroySemibold";
  font-size: 19px;
  color: #0e0e0e;
  padding-bottom: 5px;
}
section#main .wrap .main-head .action-block .descript .left-desc p,
section#main .wrap .main-head .action-block .descript .right-desc p {
  margin-top: 12px;
}
section#main .wrap .main-head .action-block .descript .left-desc p span,
section#main .wrap .main-head .action-block .descript .right-desc p span {
  font-family: "GilroySemibold";
  color: #fff;
  background: #85bcd8;
  border-radius: 30px;
  padding: 0px 10px;
  font-size: 19px;
}
section#main .wrap .main-head .action-block .descript .right-desc {
  padding-top: 27px;
  padding-left: 30px;
}
section#main .wrap .slide-one {
  margin-top: 5em;
  width: 40%;
}
section#main .main-form {
  background: #fff;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 17px -7px;
  box-shadow: 0px 2px 17px -7px;
}
section#main .main-form:after {
  content: "";
  -webkit-box-shadow: 0px 8px 40px 10px #d86a43;
  box-shadow: 0px 8px 40px 10px #d86a43;
  position: absolute;
  bottom: -15%;
  z-index: -1;
  height: 12px;
  width: 168px;
  left: 69%;
}
section#main .main-form .workspace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
section#main .main-form .workspace .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section#main .main-form .workspace .item a.link_text {
text-decoration: none;
}
section#main .main-form .workspace .item img {
  padding-top: 20px;
}
section#main .main-form .workspace .item p {
  padding-top: 20px;
  font-family: "GilroySemibold";
  font-size: 17px;
  color: #0e0e0e;
}
section#main .main-form .workspace .item p span {
  border-left: 3px solid #85bcd8;
  margin-right: 10px;
  position: relative;
}
section#main .main-form .workspace .item p .link_text {
  text-decoration: none;
  color: #0e0e0e;
}
section#main .main-form .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#main .main-form .form .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
section#main .main-form .form .description h3 {
  font-family: "GilroyBlack";
  font-size: 30px;
  color: #0e0e0e;
}
section#main .main-form .form .description h4 {
  font-family: "GilroyRegularItalic";
  font-size: 24px;
  color: #d86a43;
  text-transform: uppercase;
  padding-top: 15px;
  margin-bottom: 60px;
}
section#main .main-form .form .data-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section#main .main-form .form .data-form form {
  z-index: 10;
}
section#main .main-form .form .data-form form input {
  width: 240px;
  height: 55px;
  border-radius: 27px;
  border: 1px solid #c7c7c7;
  padding-left: 35px;
  font-family: "GilroySemibold";
  font-size: 15px;
  margin-left: 18px;
}
section#main .main-form .form .data-form form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#main .main-form .form .data-form form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#main .main-form .form .data-form form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#main .main-form .form .data-form form input::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#main .main-form .form .data-form form input::placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#main .main-form .form .data-form form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#main .main-form .form .data-form form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#main .main-form .form .data-form form input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#main .main-form .form .data-form form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#main .main-form .form .data-form form .button_modal {
  width: 230px;
  height: 55px;
  border-radius: 27px;
  text-transform: uppercase;
  font-family: "GilroySemibold";
  font-size: 15px;
  color: #fff;
  background: #d86a43;
  z-index: 1;
  border: none;
  margin-left: 25px;
  box-shadow: 0px 10px 10px 0px #d86a43;
}
/*section#main .main-form .form .data-form form .form-button:after {
  content: "";
  -webkit-box-shadow: 0px 20px 40px 10px #d86a43;
  box-shadow: 0px 20px 40px 10px #d86a43;
  position: absolute;
  bottom: -17%;
  z-index: -1;
  height: 12px;
  width: 168px;
  left: 68%;
}*/
section#company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/bg_sl/o_kompaniy.jpg) bottom center no-repeat;
  padding-bottom: 85px;
}
section#company .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
}
section#company .wrap .mycompany {
  width: 47%;
}
section#company .wrap .mycompany h2 {
  font-family: "GilroyBlack";
  font-size: 50px;
  color: #0e0e0e;
  margin-bottom: 35px;
}
section#company .wrap .mycompany p {
  font-family: "GilroyLight";
  font-size: 15px;
  color: #1d1e1e;
  font-weight: 600;
  line-height: 1.7;
}
section#company .wrap .statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
section#company .wrap .statistic .items {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 0px 35px;
  border-radius: 10px;
}
section#company .wrap .statistic .items h5 {
  font-family: "GilroyHeavy";
  font-size: 82px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #85bcd8), color-stop(68%, #a3dbf8));
  background: linear-gradient(180deg, #85bcd8 52%, #a3dbf8 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #85bcd8;
}
section#company .wrap .statistic .items h6 {
  font-family: "GilroyHeavy";
  font-size: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #85bcd8), color-stop(68%, #a3dbf8));
  background: linear-gradient(180deg, #85bcd8 52%, #a3dbf8 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #85bcd8;
}
section#company .wrap .statistic .items p {
  padding-left: 20px;
  font-family: "GilroySemibold";
  font-size: 17px;
}
section#our_work .wrap {
  margin-top: 76px;
}
section#our_work .wrap h2 {
  font-family: "GilroyBlack";
  font-size: 50px;
  color: #0e0e0e;
}
section#our_work .wrap .work {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#our_work .wrap .work .item {
  padding: 8px 8px 19px 8px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 50px;
}
section#our_work .wrap .work .item:hover {
  -webkit-box-shadow: -0.908px 1.782px 38px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -0.908px 1.782px 38px 0px rgba(0, 0, 0, 0.1);
}
section#our_work .wrap .work .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
section#our_work .wrap .work .item .img-work {
  display: inline-block;
  position: relative;
  text-align: center;
}
section#our_work .wrap .work .item .img-work .name-work {
  display: inline-block;
  position: absolute;
  top: 152px;
  left: 0px;
  background: #85bcd8;
  border-radius: 0 0 10px 10px;
  font-family: "GilroySemibold";
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
section#our_work .wrap .work .item .img-work .stv {
  padding: 11px 44px;
}
section#our_work .wrap .work .item .img-work .frn {
  padding: 11px 52px;
}
section#our_work .wrap .work .item .img-work .upl {
  padding: 11px 47px;
}
section#our_work .wrap .work .item .img-work .stk {
  padding: 11px 41.8px;
}
section#our_work .wrap .work .item .img-work .ms {
  padding: 11px 58.4px;
}
section#our_work .wrap .work .item .img-work .otk {
  padding: 11px 65px;
}
section#our_work .wrap .work .item .img-work .okno {
  padding: 11px 67px;
}
section#our_work .wrap .work .item .img-work .zmk {
  padding: 11px 71px;
}
section#our_work .wrap .work .item p {
  color: #a1a1a1;
  font-size: 17px;
  font-family: "GilroyMedium";
  padding: 12px 0px;
}
section#our_work .wrap .work .item button {
  border: 1px solid #d86a43;
  border-radius: 25px;
  background: #fff;
  color: #0e0e0e;
  font-family: "GilroySemibold";
  font-size: 15px;
  text-transform: uppercase;
  width: 223px;
  height: 50px;
}
section#our_work .wrap .work .item button:hover {
  background: #d86a4d;
  color: #fff;
}
section#slider {
  background: url(../img/slider/bg_img.jpg) top center no-repeat;
  padding-top: 90px;
  padding-bottom: 70px;
}
section#slider .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
section#slider .wrap .slider {
  width: 100%;
  height: 480px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
}
section#slider .wrap .slider .main .slider_div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
section#slider .wrap .slider .main {
  margin-top: 70px;
}
section#slider .wrap .slider .main .fotorama__arr--prev {
  background: url(../img/png_img/arrow_left.png);
}
section#slider .wrap .slider .main .fotorama__arr--next {
  background: url(../img/png_img/arrow_right.png);
}
section#slider .wrap .slider .main .fotorama__arr {
  width: 72px;
  height: 72px;
  top: 20%;
  margin-top: -40px;
}
section#slider .wrap .slider .main .fotorama__nav__frame {
  display: none;
}
section#slider .wrap .slider h2 {
  font-family: "GilroyBlack";
  color: #0e0e0e;
  font-size: 50px;
  text-align: center;
  padding-top: 60px;
}
section#slider .wrap .slider .main .mi-slider {
  margin-top: 45px;
  height: 330px;
}
section#slider .wrap .slider .main .mi-slider nav {
  border-top: 5px solid #85bcd8;
  top: 210px;
}
section#slider .wrap .slider .main .mi-slider nav a span:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 2px solid #85bcd8;
  border-radius: 10px;
  z-index: 10;
  top: 28px;
  left: 25px;
}
section#slider .wrap .slider .main .mi-slider nav a.mi-selected:before {
  border-top-color: #85bcd8;
}
section#slider .wrap .slider .main .mi-slider nav a.mi-selected span:after {
  width: 10px;
  height: 10px;
  background: #85bcd8;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section#slider .wrap .forma-zayavka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 82px;
}
section#slider .wrap .forma-zayavka .form-block {
  border: 15px solid #85bcd8;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19), 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19);
  box-shadow: inset 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19), 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19);
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section#slider .wrap .forma-zayavka .form-block .footer-form {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 17em;
  margin-top: 50px;
  padding-bottom: 50px;
}
section#slider .wrap .forma-zayavka .form-block .footer-form input {
  width: 296px;
  height: 55px;
  border-radius: 27px;
  border: 1px solid #d6d6d6;
  padding-left: 40px;
  font-family: "GilroySemibold";
  font-size: 15px;
}
section#slider .wrap .forma-zayavka .form-block .footer-form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#slider .wrap .forma-zayavka .form-block .footer-form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#slider .wrap .forma-zayavka .form-block .footer-form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#slider .wrap .forma-zayavka .form-block .footer-form input::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#slider .wrap .forma-zayavka .form-block .footer-form input::placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#slider .wrap .forma-zayavka .form-block .footer-form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#slider .wrap .forma-zayavka .form-block .footer-form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#slider .wrap .forma-zayavka .form-block .footer-form input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#slider .wrap .forma-zayavka .form-block .footer-form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section#slider .wrap .forma-zayavka .form-block .footer-form button {
  width: 296px;
  height: 55px;
  border-radius: 27px;
  background: #d86a43;
  color: #fff;
  font-family: "GilroySemibold";
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  box-shadow: 0px 10px 20px 0px #d86a43;
}
/*section#slider .wrap .forma-zayavka .form-block .footer-form button:after {
  content: "";
  -webkit-box-shadow: 0px 25px 30px 4px #d86a43;
  box-shadow: 0px 25px 30px 4px #d86a43;
  position: absolute;
  z-index: -1;
  height: 12px;
  width: 183px;
  left: 30%;
}*/
section#slider .wrap .forma-zayavka .form-block h2 {
  font-family: "GilroyBlack";
  font-size: 44px;
  color: #0e0e0e;
  text-align: center;
  padding-top: 40px;
}
section#slider .wrap .forma-zayavka .form-block h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "GilroyRegularItalic";
  color: #d86a43;
  padding-top: 10px;
}
section#slider .wrap .forma-zayavka .img-block {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}
footer {
  background: #f4f8fc;
}
footer .logo-img {
  max-width: 100%;
  display: block;
  height: auto;
}
footer .top-header {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  --ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 92px;
  background: #f4f8fc;
}
footer .top-header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .top-header .right-header .phone {
  margin-right: 35px;
  margin-left: 8px;
}
footer .top-header .right-header .phone p {
  font-size: 22px;
  font-family: "GilroySemibold";
  color: #0e0e0e;
  text-transform: uppercase;
}
footer .top-header .right-header a.call-order {
  font-family: "GilroySemibold";
  font-size: 15px;
  color: #d86a43;
  text-decoration: none;
  border-bottom: 1px dashed #d86a43;
  text-transform: uppercase;
}
footer .top-header .right-header a.call-order:hover {
  text-decoration: none;
}
footer .mobile-footer {
  display: none;
}
section.content {
  padding-bottom: 80px;
  background: #fff;
}
section.content h1 {
  font-family: "GilroyBlack";
  font-size: 40px;
  color: #0e0e0e;
  text-align: center;
}
section.content .content_h1 {
  font-family: "GilroyBlack";
  font-size: 40px;
  color: #0e0e0e;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 80px;
}
section.content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}
section.content .wrap .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}
section.content .wrap .price .card {
  padding-top: 30px;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding-bottom: 40px;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}
section.content .wrap .price .card:hover {
  -webkit-box-shadow: -2.924px 12.667px 24px 0px rgba(0, 0, 0, 0.22);
  box-shadow: -2.924px 12.667px 24px 0px rgba(0, 0, 0, 0.22);
}
section.content .wrap .price .card h4 {
  font-family: "GilroySemibold";
  font-size: 18px;
  color: #0e0e0e;
  padding-top: 40px;
  text-align: center;
}
section.content .wrap .price .card h5 {
  font-family: "GilroyMedium";
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #a1a1a1;
  text-align: center;
}
section.content .wrap .price .card button {
  font-family: "GilroySemibold";
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 250px;
  height: 50px;
  background: #d86a43;
  border-radius: 25px;
  border: none;
  box-shadow: 0px 10px 20px 0px #d86a43;
}
section.content .wrap .price .card a {
  font-family: "GilroySemibold";
  font-size: 15px;
  text-transform: uppercase;
  color: #d86a43;
  border-bottom: 1px dashed #d86a43;
  padding-top: 25px;
  text-decoration: none;
}
section.content .wrap .contentText ul li {
	font-family: "GilroyRegular";
    font-size: 15px;
    color: #0e0e0e;
    margin-top: 8px;
}
section.content .container .wrap .reviews .mobil_slider {
	display: none;
}
section.content .wrap .contentText h1 {
	font-family: "GilroyBlack";
    font-size: 40px;
    color: #0e0e0e;
    text-align: center;
}
section.content .wrap .contentText p {
	font-family: "GilroyRegular";
	font-size: 15px;
	color: #0e0e0e;
}
section.content .wrap .contentText h3 {
	font-family: "GilroySemibold";
    font-size: 18px;
    color: #0e0e0e;
}
section.content .wrap .description {
  margin-top: 50px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.content .wrap .description_complect {
    margin-top: 50px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.content .wrap .description_complect .slider_foto {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.content .wrap .description_okna {
    margin-top: 50px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.content .wrap .description .content_text {
  width: 100%;
  margin-bottom: 40px;
  margin-left: 00px;
}
section.content .wrap .description .content_text p {
  font-family: "GilroyRegular";
  font-size: 15px;
  color: #0e0e0e;
}
section.content .wrap .description .content_text ul li {
  font-family: "GilroyRegular";
  font-size: 15px;
  color: #0e0e0e;
  margin-top: 8px;
}
section.content .wrap .description .content_text h3 {
  font-family: "GilroySemibold";
  font-size: 18px;
  color: #0e0e0e;
}
section.content .wrap .description .slider_foto {
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
section.content .wrap .description h6 {
  font-family: "GilroySemibold";
  font-size: 16px;
  color: #0e0e0e;
  text-align: center;
  padding-top: 35px;
}
section.content .wrap .description_okna h6 {
  font-family: "GilroySemibold";
  font-size: 16px;
  color: #0e0e0e;
  text-align: center;
  padding-top: 35px;
}
section.content .wrap .description_okna h6 span {
  color: #d86a43;
}
section.content .wrap .description .content_text .slider_float {
float: left;
margin-right: 40px;
}
section.content .wrap .description h6 span {
  color: #d86a43;
}
section.content .wrap .logotips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
}
section.content .wrap .main-table {
  margin-top: 50px;
  margin-bottom: 80px;
}
section.content .wrap .table {
  width: 100%;
}
section.content .wrap .table div#price-table table {
  border: 1px solid #c1c1c1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-collapse: collapse;
}
section.content .wrap .table div#price-table table tr.tr-head {
  height: 70px;
}
section.content .wrap .table div#price-table table tr td:last-child {
  text-align: center;
}
section.content .wrap .table div#price-table table tr td:last-child p.td-head {
  padding-left: 0;
}
section.content .wrap .table div#price-table table tr td:last-child span#output {
  font-family: "GilroySemibold";
  font-size: 15px;
  text-transform: uppercase;
  color: #0e0e0e;
}
section.content .wrap .table div#price-table table tr td {
  border-right: 1px solid #c1c1c1;
  height: 50px;
}
section.content .wrap .table div#price-table table tr td .basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
section.content .wrap .table div#price-table table tr td .basket span.seal {
  font-size: 18px;
  font-family: "GilroySemibold";
  text-transform: uppercase;
  color: #0e0e0e;
  padding: 0px 20px;
}
section.content .wrap .table div#price-table table tr td .basket button.minus {
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background: #85bcd8;
  font-family: "GilroySemibold";
  font-size: 18px;
  color: #fff;
  border: none;
  margin-left: 44px;
}
section.content .wrap .table div#price-table table tr td .basket button.plus {
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background: #85bcd8;
  font-family: "GilroySemibold";
  font-size: 18px;
  color: #fff;
  border: none;
}
section.content .wrap .table div#price-table table tr td .basket p {
  padding-left: 20px;
}
section.content .wrap .table div#price-table table tr td p.td-head {
  font-family: "GilroyRegular";
  font-size: 18px;
  color: #0e0e0e;
  padding-left: 40px;
  text-transform: none;
}
section.content .wrap .table div#price-table table tr td p {
  font-family: "GilroySemibold";
  text-transform: uppercase;
  font-size: 15px;
  color: #0e0e0e;
  padding-left: 40px;
}
section.content .wrap .table div#price-table table tr td:nth-child(2n) {
  width: 25%;
}
section.content .wrap .table div#price-table table tr td:last-child {
  width: 20%;
}
section.content .wrap .table div#price-table table tr:nth-child(2n+2) {
  background: #efefef;
}
section.content .wrap .price-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
section.content .wrap .price-form .table-summ {
  display: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
section.content .wrap .price-form .table-summ h4 {
  font-family: "GilroySemibold";
  font-size: 19px;
  color: #0e0e0e;
}
section.content .wrap .price-form .table-summ h4 span {
  font-size: 25px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #85bcd8), color-stop(68%, #a3dbf8));
  background: linear-gradient(180deg, #85bcd8 52%, #a3dbf8 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #85bcd8;
  padding-right: 10px;
}
section.content .wrap .price-form .table-summ h4 #price_all {
  padding-left: 30px;
}
section.content .wrap .mob_slider {
    display: none;
  }
section.content .wrap .slider_main {
	display: block;
	width: 100%;
}
  
section.content .wrap .form-table {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  border-radius: 15px;
  border: 15px solid #85bcd8;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19), 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19);
  box-shadow: inset 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19), 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19);
}
section.content .wrap .form-table h3 {
  padding-top: 50px;
  font-family: "GilroySemibold";
  font-size: 22px;
  color: #0e0e0e;
  text-align: center;
}
section.content .wrap .form-table form {
  margin-top: 40px;
  margin-bottom: 45px;
}
section.content .wrap .form-table form input {
  width: 296px;
  height: 55px;
  border-radius: 27px;
  font-size: 15px;
  font-family: "GilroySemibold";
  border: 1px solid #d6d6d6;
  padding-left: 40px;
  margin-left: 20px;
}
section.content .wrap .form-table form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-table form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-table form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-table form input::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-table form input::placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-table form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-table form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-table form input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-table form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-table form button {
  width: 252px;
  height: 55px;
  border-radius: 27px;
  color: #fff;
  text-transform: uppercase;
  font-family: "GilroySemibold";
  font-size: 15px;
  border: none;
  background: #d86a43;
  margin-right: 20px;
  margin-left: 20px;
  box-shadow: 0px 10px 20px 0px #d86a43;
}
section.content .wrap .reviews {
  margin-top: 40px;
  width: 100%;
}
section.content .wrap .sliders {
  width: 100%;
  height: 400px;
  background: #fff;
  border-radius: 15px;
  margin-top: 130px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
}
section.content .wrap .sliders h2 {
  font-family: "GilroyBlack";
  color: #0e0e0e;
  font-size: 50px;
  text-align: center;
  padding-top: 60px;
}
section.content .wrap .sliders .fotorama .sliders_reviews {
  margin-top: 80px;
  margin-left: 20px;
}
section.content .wrap .sliders .fotorama .sliders_reviews img {
  float: left;
  padding-right: 20px;
}
section.content .wrap .sliders .fotorama .sliders_reviews p {
  font-family: "GilroyRegular";
  color: #0e0e0e;
  font-size: 16px;
  padding-top: 40px;
  padding-right: 20px;
}
section.content .wrap .sliders .fotorama .sliders_reviews h5 {
  font-family: "GilroyBlack";
  color: #0e0e0e;
  font-size: 18px;
  padding-top: 30px;
}
section.content .wrap .forma-zayavka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 150px;
}
section.content .wrap .forma-zayavka .form-block {
  border: 15px solid #85bcd8;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19), 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19);
  box-shadow: inset 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19), 0.785px 14.979px 13px 0px rgba(16, 16, 16, 0.19);
  width: 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.content .wrap .forma-zayavka .form-block .footer-form {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 28em;
  margin-top: 50px;
  padding-bottom: 50px;
}
section.content .wrap .forma-zayavka .form-block .footer-form input {
  width: 296px;
  height: 55px;
  border-radius: 27px;
  border: 1px solid #d6d6d6;
  padding-left: 40px;
  font-family: "GilroySemibold";
  font-size: 15px;
}
section.content .wrap .form-block .footer-form input {
  width: 296px;
  height: 55px;
  border-radius: 27px;
  border: 1px solid #d6d6d6;
  padding-left: 40px;
  font-family: "GilroySemibold";
  font-size: 15px;
}
section.content .wrap .form-block .footer-form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-block .footer-form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-block .footer-form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-block .footer-form input::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-block .footer-form input::placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-block .footer-form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-block .footer-form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-block .footer-form input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-block .footer-form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .form-block .footer-form button {
  width: 296px;
  height: 55px;
  border-radius: 27px;
  background: #d86a43;
  color: #fff;
  font-family: "GilroySemibold";
  font-size: 15px;
  text-transform: uppercase;
  border: none;
}
section.content .wrap .form-block .footer-form button:after {
  content: "";
  -webkit-box-shadow: 0px 25px 30px 4px #d86a43;
  box-shadow: 0px 25px 30px 4px #d86a43;
  position: absolute;
  z-index: -1;
  height: 12px;
  width: 183px;
  left: 34%;
}
section.content .wrap .form-block h2 {
  font-family: "GilroyBlack";
  font-size: 35px;
  color: #0e0e0e;
  text-align: center;
  padding-top: 40px;
}
section.content .wrap .form-block h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "GilroyRegularItalic";
  color: #d86a43;
  padding-top: 10px;
  padding-bottom: 30px;
}

section.content .wrap .forma-zayavka .form-block .footer-form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .forma-zayavka .form-block .footer-form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .forma-zayavka .form-block .footer-form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .forma-zayavka .form-block .footer-form input::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .forma-zayavka .form-block .footer-form input::placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .forma-zayavka .form-block .footer-form input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .forma-zayavka .form-block .footer-form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .forma-zayavka .form-block .footer-form input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .forma-zayavka .form-block .footer-form input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: "GilroyRegular";
}
section.content .wrap .forma-zayavka .form-block .footer-form textarea {
  width: 296px;
  height: 150px;
  border-radius: 27px;
  border: 1px solid #d6d6d6;
  padding-left: 40px;
  color: #000;
  font-family: "GilroyRegular";
  font-size: 15px;
}
section.content .wrap .forma-zayavka .form-block .footer-form button {
  width: 296px;
  height: 55px;
  border-radius: 27px;
  background: #d86a43;
  color: #fff;
  font-family: "GilroySemibold";
  font-size: 15px;
  text-transform: uppercase;
  border: none;
}
section.content .wrap .forma-zayavka .form-block .footer-form button:after {
  content: "";
  -webkit-box-shadow: 0px 25px 30px 4px #d86a43;
  box-shadow: 0px 25px 30px 4px #d86a43;
  position: absolute;
  z-index: -1;
  height: 12px;
  width: 183px;
  left: 34%;
}
section.content .wrap .forma-zayavka .form-block h2 {
  font-family: "GilroyBlack";
  font-size: 44px;
  color: #0e0e0e;
  text-align: center;
  padding-top: 40px;
}
section.content .wrap .forma-zayavka .form-block h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "GilroyRegularItalic";
  color: #d86a43;
  padding-top: 10px;
}
section.content .wrap .forma-zayavka .img-block {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}
section.content .wrap .work {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.content .wrap .work .item {
  padding: 8px 8px 19px 8px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 50px;
}
section.content .wrap .work .item:hover {
  -webkit-box-shadow: -0.908px 1.782px 38px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -0.908px 1.782px 38px 0px rgba(0, 0, 0, 0.1);
}
section.content .wrap .work .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
section.content .wrap .work .item .img-work {
  display: inline-block;
  position: relative;
  text-align: center;
}
section.content .wrap .work .item .img-work .name-work {
  display: inline-block;
  position: absolute;
  top: 152px;
  left: 0px;
  background: #85bcd8;
  border-radius: 0 0 10px 10px;
  font-family: "GilroySemibold";
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
section.content .wrap .form-table h4 {
        text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "GilroyRegularItalic";
    color: #d86a43;
    padding-top: 10px;
}
section.content .wrap .work .item .img-work .stv {
  padding: 11px 44px;
}
section.content .wrap .work .item .img-work .frn {
  padding: 11px 52px;
}
section.content .wrap .work .item .img-work .upl {
  padding: 11px 47px;
}
section.content .wrap .work .item .img-work .stk {
  padding: 11px 41.8px;
}
section.content .wrap .work .item .img-work .ms {
  padding: 11px 58.4px;
}
section.content .wrap .work .item .img-work .otk {
  padding: 11px 65px;
}
section.content .wrap .work .item .img-work .okno {
  padding: 11px 67px;
}
section.content .wrap .work .item .img-work .zmk {
  padding: 11px 71px;
}
section.content .wrap .work .item p {
  color: #a1a1a1;
  font-size: 17px;
  font-family: "GilroyMedium";
  padding: 12px 0px;
}
section.content .wrap .work .item button {
  border: 1px solid #d86a43;
  border-radius: 25px;
  background: #fff;
  color: #0e0e0e;
  font-family: "GilroySemibold";
  font-size: 15px;
  text-transform: uppercase;
  width: 223px;
  height: 50px;
}
section.content .wrap .work .item button:hover {
  background: #d86a4d;
  color: #fff;
}
/*section.content_2 {
  background: url(../img/otzivi/bg_slide.jpg) no-repeat;
  background-position-x: center;
  background-position-y: 200px;
  .container {
    .wrap {
      .reviews {
        h1 {
          padding: 40px 0px;
        }

      }
    }
  }
  }*/
  section#calc .container .wrap .calc-two {
    background: #efefef;
    height: 360px;
  }
  section#calc .container .wrap .calc {
    margin-top: 20px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  section#calc .container .wrap .calc .items-calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  section#calc .container .wrap .calc .items-calc .header-calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  section#calc .container .wrap .calc .items-calc .header-calc p {
    font-size: 16px;
    font-family: "GilroyLight";
    color: #0e0e0e;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  section#calc .container .wrap .calc .items-calc .form-calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  section#calc .container .wrap .calc .items-calc .form-calc input {
    width: 240px;
    height: 55px;
    border-radius: 27px;
    border: 1px solid #d6d6d6;
    padding-left: 40px;
    font-family: "GilroySemibold";
    font-size: 15px;
    margin-right: 40px;
  }
  section#calc .container .wrap .calc .items-calc .form-calc input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-family: "GilroyRegular";
  }
  section#calc .container .wrap .calc .items-calc .form-calc input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-family: "GilroyRegular";
  }
  section#calc .container .wrap .calc .items-calc .form-calc input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-family: "GilroyRegular";
  }
  section#calc .container .wrap .calc .items-calc .form-calc input::-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-family: "GilroyRegular";
  }
  section#calc .container .wrap .calc .items-calc .form-calc input::placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-family: "GilroyRegular";
  }
  section#calc .container .wrap .calc .items-calc .form-calc input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-family: "GilroyRegular";
  }
  section#calc .container .wrap .calc .items-calc .form-calc input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-family: "GilroyRegular";
  }
  section#calc .container .wrap .calc .items-calc .form-calc input:-moz-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-family: "GilroyRegular";
  }
  section#calc .container .wrap .calc .items-calc .form-calc input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-family: "GilroyRegular";
  }
  section#calc .container .wrap .calc .items-calc .form-calc button {
    width: 240px;
    height: 55px;
    border-radius: 27px;
    background: #d86a43;
    color: #fff;
    font-family: "GilroySemibold";
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    box-shadow: 0px 10px 20px 0px #d86a43;
  }
  section#calc .container .wrap .calc .items-calc .form-calc button:after {
    content: "";
    -webkit-box-shadow: 0px 25px 30px 4px #d86a43;
    box-shadow: 0px 25px 30px 4px #d86a43;
    position: absolute;
    z-index: -1;
    height: 12px;
    width: 183px;
    left: 30%;
  }
  section#calc .container .wrap .calc .items-calc #mont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border: 1px dashed #c3c3c3;
    height: 240px;
    padding-left: 40px;
    padding-top: 18px;
  }
  section#calc .container .wrap .calc .items-calc #mont h4 {
    font-family: "GilroySemibold";
    font-size: 24px;
    color: #0e0e0e;
    padding-bottom: 10px;
  }
  section#calc .container .wrap .calc .items-calc #mont label {
    margin-top: 20px;
  }
  section#calc .container .wrap .calc .items-calc #dop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border: 1px dashed #c3c3c3;
    height: 240px;
    padding-left: 40px;
    padding-top: 18px;
  }
  section#calc .container .wrap .calc .items-calc #dop h4 {
    font-family: "GilroySemibold";
    font-size: 24px;
    color: #0e0e0e;
    padding-bottom: 20px;
  }
  section#calc .container .wrap .calc .items-calc #dop label {
    margin-top: 11px;
  }
  section#calc .container .wrap .calc .items-calc #winpaket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border: 1px dashed #c3c3c3;
    height: 240px;
    padding-left: 40px;
  }
  section#calc .container .wrap .calc .items-calc #winpaket #options {
    width: 260px;
  }
  section#calc .container .wrap .calc .items-calc #winpaket h4 {
    font-family: "GilroySemibold";
    font-size: 24px;
    color: #0e0e0e;
  }
  section#calc .container .wrap .calc .items-calc .first-calc-menu {
    font-family: "GilroySemibold";
    font-size: 24px;
    color: #0e0e0e;
    margin-top: -40px;
    margin-left: 60px;
    margin-bottom: 15px;
  }
  section#calc .container .wrap .calc .items-calc #razmer {
    margin-bottom: 30px;
  }
  section#calc .container .wrap .calc .items-calc #razmer .image_calc {
    margin-left: 0%;
  }
  section#calc .container .wrap .calc .items-calc #razmer .range {
    -webkit-appearance: none;
    border-radius: 2px;
    width: 300px;
    height: 10px;
    outline: none;
    position: absolute;
    z-index: 5;
    top: 56%;
    left: 52%;
    border: 1px solid #D4D4D4;
    -webkit-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
    background: -webkit-linear-gradient(left, #a8cfe3 0%, #a8cfe3 0%, #d3d3d3 10%, #d3d3d3 0%);
  }
  section#calc .container .wrap .calc .items-calc #razmer .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 6px solid #85bcd8;
    border-radius: 18px;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    z-index: 5;
  }
  section#calc .container .wrap .calc .items-calc #razmer .range::-webkit-slider-thumb:hover,
  section#calc .container .wrap .calc .items-calc #razmer .range::-webkit-slider-thumb:active {
    width: 24px;
    height: 24px;
  }
  section#calc .container .wrap .calc .items-calc #razmer .range-width {
    -webkit-appearance: none;
    border-radius: 2px;
    width: 300px;
    height: 10px;
    position: absolute;
    left: 60%;
    top: 669px;
    outline: none;
    z-index: 5;
    border: 1px solid #D4D4D4;
    background: -webkit-linear-gradient(left, #a8cfe3 0%, #a8cfe3 0%, #d3d3d3 10%, #d3d3d3 0%);
  }
  section#calc .container .wrap .calc .items-calc #razmer .range-width::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 6px solid #85bcd8;
    border-radius: 18px;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    z-index: 5;
  }
  section#calc .container .wrap .calc .items-calc #razmer .range-width::-webkit-slider-thumb:hover,
  section#calc .container .wrap .calc .items-calc #razmer .range-width::-webkit-slider-thumb:active {
    width: 24px;
    height: 24px;
  }
  section#calc .container .wrap .calc .items-calc .head-v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 45px;
  }
  section#calc .container .wrap .calc .items-calc .head-v .input-h {
    margin-left: 25px;
  }
  section#calc .container .wrap .calc .items-calc .head-v .input-w,
  section#calc .container .wrap .calc .items-calc .head-v .input-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 28px;
  }
  section#calc .container .wrap .calc .items-calc .head-v .input-w label,
  section#calc .container .wrap .calc .items-calc .head-v .input-h label {
    font-family: "GilroySemibold";
    font-size: 17px;
    color: #0e0e0e;
    padding-bottom: 25px;
  }
  section#calc .container .wrap .calc .items-calc .head-v .input-w .output_i,
  section#calc .container .wrap .calc .items-calc .head-v .input-h .output_i {
    width: 125px;
    height: 47px;
    border-radius: 23px;
    border: 1px solid #c7c7c7;
    background: none;
    font-family: "GilroyRegular";
    font-size: 17px;
    color: #0e0e0e;
    text-align: center;
    padding-left: 7px;
  }
  section#calc .container .wrap .calc .items-calc .head-v p {
    font-size: 16px;
    font-family: "GilroyLight";
    color: #0e0e0e;
    padding: 30px;
  }
  section#calc .container .wrap .calc .items-calc .what-calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 60px;
    width: 100%;
    height: 190px;
  }
  section#calc .container .wrap .calc .items-calc .what-calc label {
    font-family: "GilroySemibold";
    font-size: 17px;
    color: #0e0e0e;
  }
  section#calc .container .wrap .calc .items-calc .what-calc .change {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    padding-left: 60px;
  }
  section#calc .container .wrap .calc .items-calc .what-calc .change label {
    font-size: 16px;
    font-family: "GilroyRegular";
    border-bottom: 1px solid #0e0e0e;
    padding: 0 0 0 0;
    margin-bottom: 10px;
  }
  section#calc .container .wrap .calc .items-calc .what-calc .change .radio + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border: 0px solid #CDD1DA;
    border-radius: 0%;
    background: #FFF;
  }
  section#calc .container .wrap .calc .items-calc .what-calc .change .radio + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: #0f2d53;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
  }
  section#calc .container .wrap .calc .items-calc .what-calc .change .radio:checked + label {
    opacity: 1;
    color: #6ba7c5;
    border-bottom: 1px solid #6ba7c5;
  }
  section#calc .container .wrap .calc .items-calc .what-calc .change .radio:focus + label:before {
    -webkit-box-shadow: 0 0 0 0px rgba(233, 19, 31, 0.7);
    box-shadow: 0 0 0 0px rgba(233, 19, 31, 0.7);
  }
  section#calc .container .wrap .calc .dop-options {
    width: 30%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
