.zero, html,
body,
div,
span,
object,
iframe,
img,
strong,
b,
u,
i,
table,
tbody,
tfoot,
thead,
td,
th,
tr,
form,
label,
legend,
button, header,
footer,
article,
section,
aside,
figcaption,
figure,
hgroup,
time, p,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body,
div,
span,
object,
iframe,
img,
strong,
b,
u,
i,
table,
tbody,
tfoot,
thead,
td,
th,
tr,
form,
label,
legend,
button {
  vertical-align: baseline;
  background: transparent;
}

input:focus,
select:focus,
textarea:focus,
button:active {
  outline: none;
}

table,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

input,
select,
textarea {
  font-family: Arial, sans-serif;
  font-weight: 400;
  border: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

.clear {
  clear: both;
  font-size: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

header,
footer,
article,
section,
aside,
figcaption,
figure,
hgroup,
time {
  display: block;
}

* {
  box-sizing: border-box;
  outline: none;
}

ul {
  list-style: none;
}

a, input[type="submit"] {
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  cursor: pointer;
}

body {
  font-family: "Rubik";
  font-size: 62.5%;
  color: #444444;
  font-weight: normal;
  line-height: 1.3;
}
}
a {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}
a.header_logo img {
    width: 158px;
}
a.chief-num {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #ffe000;
}
.header_logo {

}
.flex_wrap, header .container, header .container .header_info .contact_info, header .container .header_info .header_nav, header .container .header_info .header_nav .header_menu, .choice .choice_wrap, .work .work_wrap, .form_bottom .container, .section .container, .contact, footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.flex_wrap2 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_wrap3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0px 30px;
}

header {
  position: fixed;
  width: 100%;
  padding: 38px 0px 50px;
  z-index: 2;
}
header .container {
  max-width: 1230px;
  margin: 0px auto;
}
header .container .header_logo {
  display: block;
  width: 210px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
header .container .header_logo span {
  color: #ea2e38;
}
header .container .header_logo i {
  display: block;
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  font-style: normal;
  letter-spacing: 6.5px;
  position: relative;
  top: -8px;
}
header .container .header_info .contact_info {
  justify-content: flex-end;
  padding-top: 3px;
  margin-bottom: 25px;
}
header .container .header_info .contact_info li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  margin-left: 140px;
}
header .container .header_info .contact_info li:first-child {
  margin-left: 0px;
}
header .container .header_info .contact_info li span {
  font-weight: bold;
}
header .container .header_info .header_nav .header_menu {
  padding-top: 16px;
}
header .container .header_info .header_nav .header_menu li {
  margin: 0px 6px;
}
header .container .header_info .header_nav .header_menu li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding: 0px 10px;
}
header .container .header_info .header_nav .header_menu li a:hover {
  color: #ea2e38;
}
header .container .header_info .header_nav .header_btn {
  display: block;
  width: 214px;
  height: 51px;
  border: 2px solid #ea2e38;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  line-height: 48px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-left: 68px;
}
header .container .header_info .header_nav .header_btn:hover {
  border: 2px solid #ffffff;
  color: #ea2e38;
}
@media screen and (max-width: 1200px) {
  header {
    padding: 10px 0px;
  }
  header .container {
    display: block;
  }
  header .container .header_logo {
    margin: 0 auto 20px;
  }
  header .container .header_info .contact_info {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  header {
    background: #34495e;
    padding: 10px 0px;
  }
  header .container .header_info {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  header .container .header_info .contact_info {
    display: none;
  }
  header .container .header_info .header_nav {
    justify-content: center;
  }
  header .container .header_info .header_nav .header_menu {
    width: 100%;
    background: #34495e;
    display: block;
    text-align: center;
    margin-top: 70px;
  }
  header .container .header_info .header_nav .header_menu li {
    margin: 0px 6px 10px;
  }
  header .container .header_info .header_nav .header_btn {
    display: none;
  }
  header .menu_toggle {
    display: block;
  }
}

.menu_toggle {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #34495e;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 3;
}
.menu_toggle:before, .menu_toggle:after {
  display: block;
  position: absolute;
  transition: box-shadow 0.25s ease-in-out 0.25s, transform 0.25s ease-in-out;
}
.menu_toggle:before {
  background: #fff;
  border-radius: 2px;
  content: " ";
  height: 4px;
  transform: translateX(7px) translateY(18px);
  transform-origin: 20px 20px;
  width: 26px;
}
.menu_toggle:after {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 -8px 0 0 #fff, 0 8px 0 0 #fff;
  content: " ";
  height: 4px;
  transform: translateX(7px) translateY(18px);
  transform-origin: 20px 20px;
  width: 26px;
}

.menu_toggle.active:before, .menu_toggle.active:after {
  transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out 0.25s;
}

.menu_toggle.active:before {
  transform: rotate(45deg) translateX(7px) translateY(18px);
}

.menu_toggle.active:after {
  box-shadow: none;
  transform: rotate(-45deg) translateX(7px) translateY(18px);
}

header.small {
  background: #6e2e8f;
  padding: 10px 0px;
}
header.small .header_info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header.small .header_info .contact_info {
  display: none;
}
header.small .header_info .header_nav {
  justify-content: center;
}
header.small .header_info .header_nav .header_menu {
  width: 100%;
  background: #34495e;
  display: block;
  text-align: center;
  margin-top: 70px;
}
header.small .header_info .header_nav .header_menu li {
  margin: 0px 6px 10px;
}
header.small .header_info .header_nav .header_btn {
  display: none;
}
header.small .menu_toggle {
  display: block;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media screen and (max-width: 1030px) {
  .slider_top {
    padding-top: 90px;
  }
}
@media screen and (max-width: 650px) {
  .slider_top .bg_slider:after {
    display: none;
  }
}
.slider_top .slick-prev, .slider_top .slick-next {
  width: 40px;
  height: 100%;
  bottom: 0;
  z-index: 1;
}
.slider_top .slick-prev:before, .slider_top .slick-next:before {
  display: none;
}
.slider_top .slick-prev:hover, .slider_top .slick-next:hover {
  background: rgba(0, 0, 0, 0.2);
}
.slider_top .slick-next {
  right: 0;
}
.slider_top .slick-prev {
  left: 0;
}
.slider_top .slick-dots {
  bottom: 54px;
  z-index: 1;
}
.slider_top .slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0px 7px;
}
.slider_top .slick-dots li button {
  display: none;
}
@media screen and (max-width: 1030px) {
  .slider_top .slick-dots {
    bottom: -45px;
  }
}
.slider_top .slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0px 0px -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ea2e38;
}
.slider_top .slide {
  position: relative;
}
.slider_top .slide .bg_slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider_top .slide .bg_slider:after {
  content: "";
  position: absolute;
  bottom: -85px;
  left: 0;
  width: 100%;
  height: 359px;
  background: url(../images/slider_top/bg_elementy.png) no-repeat;
}
.slider_top .slide .bg_slider img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .slider_top .slide .bg_slider {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .slider_top .slide .bg_slider {
    height: 400px;
  }
}
.slider_top .slide .slide_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 246px 0px 253px;
}
.slider_top .slide .slide_info .title_top {
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.slider_top .slide .slide_info .text_top {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 28px;
}
.slider_top .slide .slide_info .text_top span {
  text-transform: uppercase;
  color: #ffb100;
}
.slider_top .slide .slide_info .service_top {
  padding-left: 29px;
  margin-bottom: 41px;
}
.slider_top .slide .slide_info .service_top li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 12px;
  position: relative;
}
.slider_top .slide .slide_info .service_top li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -29px;
  width: 19px;
  height: 19px;
  background: url(../images/slider_top/ic_list.png) no-repeat;
}
.slider_top .slide .slide_info .service_top li span {
  font-weight: bold;
}
.slider_top .slide .slide_info .btn_banner {
  display: block;
  width: 214px;
  height: 51px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 51px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ea2e38;
  -webkit-box-shadow: 0px 11px 30px 0px rgba(255, 40, 58, 0.3);
  -moz-box-shadow: 0px 11px 30px 0px rgba(255, 40, 58, 0.3);
  box-shadow: 0px 11px 30px 0px rgba(255, 40, 58, 0.3);
}
.slider_top .slide .slide_info .btn_banner:hover {
  background: #34495e;
}
@media screen and (max-width: 1500px) {
  .slider_top .slide .slide_info {
    padding: 150px 0px 120px;
  }
  .slider_top .slide .slide_info .title_top {
    font-size: 40px;
  }
  .slider_top .slide .slide_info .text_top {
    font-size: 25px;
  }
  .slider_top .slide .slide_info .service_top li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .slider_top .slide .slide_info {
    padding: 150px 0px 20px 15px;
  }
  .slider_top .slide .slide_info .title_top {
    font-size: 30px;
  }
  .slider_top .slide .slide_info .text_top {
    font-size: 20px;
  }
}
@media screen and (max-width: 1030px) {
  .slider_top .slide .slide_info {
    padding: 70px 0px 20px 15px;
  }
}

.banner {
    padding: 96px 0px 227px;
    background: #6e2e8f url(../images/6213038092d1ec0ef6109c8b-1.jpg) no-repeat;
    background-position: 794px;
}
.banner .banner_wrap {
  max-width: 515px;
}
a.btn_services.green {
    background: #23a80a;
}
.banner .banner_wrap .title_banner {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.banner .banner_wrap .text_banner {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 30px;
}
.banner .banner_wrap .text_banner span {
  font-weight: 500;
}
@media screen and (max-width: 1030px) {
  .banner .banner_wrap {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    padding: 100px 0px;
    background: #34495e;
  }
}

.choice {
  padding: 50px 0px;
}
.choice .title_section {
  font-size: 30px;
  color: #34495e;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 113px;
}
.choice .choice_wrap {
  flex-wrap: wrap;
}
.choice .choice_wrap .choice_block {
  position: relative;
  width: 277px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(77, 73, 74, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(77, 73, 74, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(77, 73, 74, 0.1);
  padding: 40px 0px 150px;
}
.choice .choice_wrap .choice_block:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #f8981d;
}
/*.choice .choice_wrap .choice_block .choice_num {
  position: absolute;
  top: -85px;
  left: 0;
  z-index: -1;
  font-size: 125px;
  color: #34495e;
  font-weight: bold;
}*/
.choice .choice_wrap .choice_block .choice_num_wrap{
  position: absolute;
  bottom: 40px;
  left: 0px;
  text-align: center;
  width: 100%;
}
.choice .choice_wrap .choice_block .choice_num{
  display: inline-block;
  vertical-align: top;
  font-size: 70px;
  color: #34495e;
  font-weight: bold;
}
.choice .choice_wrap .choice_block i{
  display: inline-block;
  vertical-align: top;
  font-size: 70px;
  color: #34495e;
  font-weight: bold;
}
.choice .choice_wrap .choice_block .title_block {
  font-size: 14px;
  text-align: center;
  color: #34495e;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.choice .choice_wrap .choice_block .text_block {
  font-size: 14px;
  color: #34495e;
  font-weight: 300;
  line-height: 25px;
}
.choice .choice_wrap .choice_block .text_block span {
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .choice {
    top: 0;
  }
  .choice .choice_wrap .choice_block {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 650px) {
  .choice .choice_wrap {
    display: block;
  }
  .choice .choice_wrap .choice_block {
    margin: 0px auto 90px;
  }
}

.form_wrap {
  max-width: 280px;
}
.form_wrap .title_form {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  margin-bottom: 43px;
}
.form_wrap .form_box {
  width: 271px;
  margin-bottom: 23px;
}
.form_wrap .form_box input[type="text"] {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  width: 100%;
  padding: 0px 5px 8px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}
.form_wrap .form_box input::-webkit-input-placeholder {
  font-size: 16px;
  color: #ffffff;
}
.form_wrap .form_box input::-moz-placeholder {
  font-size: 16px;
  color: #ffffff;
}
.form_wrap .form_box input:-moz-placeholder {
  font-size: 16px;
  color: #ffffff;
}
.form_wrap .form_box input:-ms-input-placeholder {
  font-size: 16px;
  color: #ffffff;
}
.form_wrap .form_submit {
  width: 250px;
  margin: 42px 0px 0px 9px;
}
.form_wrap .form_submit input[type="submit"] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.form_wrap .form_submit input[type="submit"]:hover {
  border: 1px solid #ea2e38;
  color: #ea2e38;
}
.form_wrap .ic_user input[type="text"] {
  background: url(../images/form_top/ic_user.png) 0px 0px no-repeat;
}
.form_wrap .ic_phone input[type="text"] {
  background: url(../images/form_top/ic_phone.png) 2px 0px no-repeat;
}

.form_top {
  padding: 0px 0px 530px;
  position: relative;
  top: -111px;
  background: url(../images/form_top/bg_form.png) no-repeat;
}
.form_top .container {
  position: relative;
}
.form_top .container .form_top_wrap {
  position: absolute;
  top: 153px;
  right: 46px;
  width: 671px;
  background: url(../images/form_top/bg_form2.png) no-repeat;
  padding: 144px 10px 150px 270px;
}
.form_top .container .form_top_wrap .form_wrap .form_submit input[type="submit"]:hover {
  border: 1px solid #34495e;
  color: #34495e;
}
@media screen and (max-width: 1030px) {
  .form_top {
    top: 0;
    padding: 0px 0px 60px;
  }
  .form_top .container .form_top_wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 144px 10px 150px 270px;
  }
}
@media screen and (max-width: 770px) {
  .form_top .container .form_top_wrap {
    background: #34495e;
    padding: 50px 0px 70px;
    max-width: 370px;
  }
  .form_top .container .form_top_wrap .form_wrap {
    max-width: 100%;
  }
  .form_top .container .form_top_wrap .form_wrap .form_box {
    margin: 0 auto 30px;
  }
  .form_top .container .form_top_wrap .form_wrap .form_submit input[type="submit"]:hover {
    border: 1px solid #ea2e38;
    color: #ea2e38;
  }
}

.work {
  padding: 0px 0px 79px;
  background: url(../images/work/bg_work.png) 0px bottom no-repeat;
  position: relative;
  top: -40px;
}
.work .work_info {
  max-width: 545px;
  margin-bottom: 95px;
}
.work .work_info .title_work {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.work .work_info .title_work span {
  font-size: 50px;
  color: #0bbf5d;
  font-weight: bold;
  position: relative;
  top: 4px;
}


.work .work_info .text_work {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  line-height: 26px;
}
.work .work_wrap .work_block {
  background: url(../images/work/bg_work_block.png) no-repeat;
  max-width: 400px;
  min-height: 334px;
  padding: 134px 40px 0px 72px;
  position: relative;
}
.work .work_wrap .work_block .work_num {
  position: absolute;
  top: 43px;
  left: 52px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.work .work_wrap .work_block .title_block {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.work .work_wrap .work_block .text_block {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  line-height: 27px;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .work .work_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1030px) {
  .work {
    padding: 0px 0px 10px;
  }
  .work .work_info {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .work .work_wrap {
    display: block;
  }
  .work .work_wrap .work_block {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 770px) {
  .work {
    top: 0;
  }
}

.services {
  padding: 40px 0px 100px;
}
.services .title_section {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.services .services_wrap::after {
  clear: both;
  content: "";
  display: table;
}
.services .services_wrap .services_slider_wrap {
  float: left;
  width: 720px;
  background: url(../images/services/bg_services_block.png) -5px -2px no-repeat;
}
.services .services_wrap .services_slider_wrap .slider_services .slick-prev, .services .services_wrap .services_slider_wrap .slider_services .slick-next {
  width: 15px;
  height: 24px;
  z-index: 1;
}
.services .services_wrap .services_slider_wrap .slider_services .slick-prev:before, .services .services_wrap .services_slider_wrap .slider_services .slick-next:before {
  display: none;
}
.services .services_wrap .services_slider_wrap .slider_services .slick-prev {
  background: url(../images/services/arrow_left.png) no-repeat;
  left: 1px;
}
.services .services_wrap .services_slider_wrap .slider_services .slick-next {
  background: url(../images/services/arrow_right.png) no-repeat;
  right: 80px;
}
.services .services_wrap .services_slider_wrap .slider_services .slide {
  padding: 88px 0px 76px 71px;
}
.services .services_wrap .services_slider_wrap .slider_services .slide .img_block {
  width: 600px;
  height: 400px;
  -webkit-box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.5);
}
.services .services_wrap .services_slider_wrap .slider_services .slide .img_block img {
  display: block;
  width: 100%;
  height: 100%;
}
.services .services_wrap .services_info_wrap {
  float: right;
  width: 350px;
  margin: 149px 21px 0px 0px;
}
.services .services_wrap .services_info_wrap .title_block {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 18px;
}
.services .services_wrap .services_info_wrap .text_block {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 27px;
}
a.btn_services {
    text-decoration: none;
    background-color: #f00;
}
.services .services_wrap .services_info_wrap .btn_services {
  font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    /* display: block; */
    width: 200px;
    height: 30px;
    
    border-radius: 50px;
    line-height: 46px;
    padding: 6px 11px 6px 11px;
    margin-top: 5px;
    text-align: center;
}
.services .services_wrap .services_info_wrap .btn_services:hover {
  border: 1px solid #ea2e38;
  color: #ea2e38;
}
.services .services_wrap .services_slider_wrap2 {
  float: right;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -77px;
}
.services .services_wrap .services_slider_wrap2 .slider_services {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.services .services_wrap .services_slider_wrap2 .slider_services .slick-prev {
  left: 80px;
  background: url(../images/services/arrow_left2.png) no-repeat;
}
.services .services_wrap .services_slider_wrap2 .slider_services .slick-next {
  right: 1px;
  background: url(../images/services/arrow_right2.png) no-repeat;
}
.services .services_wrap .services_slider_wrap2 .slider_services .slide {
  padding: 88px 0px 76px 150px;
}
.services .services_wrap .services_info_wrap2 {
  float: left;
  margin: 72px 21px 0px 28px;
}
.services .services_wrap .services_info_wrap2 .text_block {
  margin-bottom: 52px;
}
.services .services_wrap .services_slider_wrap3 {
  margin-top: -80px;
}
.services .services_wrap .services_info_wrap3 {
  margin: 70px 21px 0px 0px;
}
@media screen and (max-width: 1200px) {
  .services .services_wrap .services_slider_wrap {
    float: none;
    width: 100%;
    max-width: 710px;
    margin: 0 auto 50px;
  }
  .services .services_wrap .services_info_wrap {
    float: none;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 770px) {
  .services .services_wrap .services_slider_wrap {
    background: transparent;
  }
  .services .services_wrap .services_slider_wrap .slider_services .slick-prev {
    left: 0px;
    background: url(../images/services/arrow_left.png) no-repeat;
  }
  .services .services_wrap .services_slider_wrap .slider_services .slick-next {
    right: 0px;
    background: url(../images/services/arrow_right2.png) no-repeat;
  }
  .services .services_wrap .services_slider_wrap .slider_services .slide {
    padding: 0;
  }
  .services .services_wrap .services_slider_wrap .slider_services .slide .img_block {
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
  }
  .services .services_wrap .services_slider_wrap .slider_services .slide .img_block img {
    height: auto;
  }
}

.form_bottom {
  padding: 42px 0px;
  background: url(../images/form_bottom/bg_form_bottom.jpg) center fixed no-repeat;
}
.form_bottom .container {
  justify-content: center;
}
.form_bottom .container .form_info {
  max-width: 330px;
  padding: 151px 0px 0px 43px;
}
.form_bottom .container .form_info .title_form {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 25px;
}
.form_bottom .container .form_info .title_form span {
  color: #ea2e38;
  position: relative;
  top: 0;
}
.form_bottom .container .form_info .text_form {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 23px;
}
.form_bottom .container .form_top_wrap {
  width: 725px;
  background: url(../images/form_bottom/bg_form_bottom.png) no-repeat;
  padding: 38px 0px 25px 312px;
}
.form_bottom .container .form_top_wrap .form_wrap {
  max-width: 371px;
  padding: 57px 0px 76px;
  background: #e70f8a;
}
.form_bottom .container .form_top_wrap .form_wrap .form_box {
  margin: 0px auto 23px;
}
.form_bottom .container .form_top_wrap .form_wrap .form_submit {
  margin-top: 42px;
}
@media screen and (max-width: 1030px) {
  .form_bottom .container {
    display: block;
  }
  .form_bottom .container .form_info {
    max-width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto 30px;
  }
  .form_bottom .container .form_top_wrap {
    background: transparent;
    width: 100%;
    max-width: 480px;
    padding: 0;
    margin: 0 auto;
  }
  .form_bottom .container .form_top_wrap .form_wrap {
    width: 100%;
    max-width: 100%;
  }
  .form_bottom .container .form_top_wrap .form_wrap .form_submit input[type="submit"]:hover {
    border: 1px solid #34495e;
    color: #34495e;
  }
}

.client {
  padding: 62px 0px 69px;
}
.client .title_section {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
.client .slider_client .slick-prev, .client .slider_client .slick-next {
  width: 15px;
  height: 24px;
  z-index: 1;
}
.client .slider_client .slick-prev:before, .client .slider_client .slick-next:before {
  display: none;
}
.client .slider_client .slick-prev {
  background: url(../images/services/arrow_left.png) no-repeat;
  left: 0;
}
.client .slider_client .slick-next {
  background: url(../images/services/arrow_right2.png) no-repeat;
  right: 0;
}
.client .slider_client .slide .img_wrap {
  width: 116px;
  height: 116px;
  margin: 0 auto;
}
.client .slider_client .slide .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
}

.section {
  padding: 38px 0px 37px;
  background: #101a27;
}
.section .container .logo {
  font-size: 19px;
  color: #ffffff;
  font-weight: 300;
  padding-top: 12px;
}
.section .container .phone {
  font-size: 19px;
  color: #ffffff;
  font-weight: 300;
  padding-top: 13px;
}
.section .container .phone span {
  font-weight: bold;
}
.section .container .btn {
  display: block;
  text-align: center;
  width: 250px;
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ea2e38;
}
.section .container .btn:hover {
  background: #ffffff;
  color: #34495e;
}
@media screen and (max-width: 770px) {
  .section .container {
    display: block;
    text-align: center;
  }
  .section .container .logo {
    margin-bottom: 20px;
  }
  .section .container .phone {
    margin-bottom: 20px;
  }
  .section .container .btn {
    margin: 0 auto;
  }
}

.contact {
  background: #34495e;
}
.contact .contact_wrap {
  width: 50%;
}
.contact .contact_wrap::after {
  clear: both;
  content: "";
  display: table;
}
.contact .contact_wrap .contact_info {
  float: right;
  max-width: 350px;
  margin: 84px 104px 0px 0px;
  padding-bottom: 83px;
}
.contact .contact_wrap .contact_info .contact_block {
  margin-bottom: 26px;
}
.contact .contact_wrap .contact_info .contact_block .title_block {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 3px;
  position: relative;
}
.contact .contact_wrap .contact_info .contact_block .title_block:after {
  content: "";
  position: absolute;
  top: 0;
  left: -29px;
  width: 5px;
  height: 20px;
  background: url(../images/contact/ic_ct.png) no-repeat;
}
.contact .contact_wrap .contact_info .contact_block .text_block {
  font-size: 19px;
  color: #ffffff;
  font-weight: 300;
  line-height: 29px;
}
.contact .contact_wrap .contact_info .contact_block .inst{
  display: block;
  font-size: 19px;
  color: #ffffff;
  font-weight: 300;
  line-height: 29px;
}
.contact .contact_wrap .contact_info .contact_block:nth-child(2) .title_block:after {
  left: -41px;
  width: 21px;
  height: 21px;
  background: url(../images/contact/ic_ct2.png) no-repeat;
}
.contact .contact_wrap .contact_info .contact_block:nth-child(3) .title_block:after {
  left: -42px;
  width: 21px;
  height: 21px;
  background: url(../images/contact/ic_ct3.png) no-repeat;
}
.contact .contact_wrap .contact_info .contact_block:nth-child(4) .title_block:after {
  left: -42px;
  width: 21px;
  height: 21px;
  background: url(../images/contact/ic_ct4.png) no-repeat;
}
@media screen and (max-width: 1030px) {
  .contact .contact_wrap .contact_info {
    margin: 80px 30px 0px 0px;
  }
}
@media screen and (max-width: 880px) {
  .contact .contact_wrap .contact_info {
    margin: 80px 10px 0px 0px;
  }
}
@media screen and (max-width: 770px) {
  .contact {
    display: block;
  }
  .contact .contact_wrap {
    width: 100%;
  }
  .contact .contact_wrap .contact_info {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
  }
  .contact .contact_wrap .contact_info .title_block:after {
    display: none;
  }
}
.contact .map {
  width: 50%;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 770px) {
  .contact .map {
    width: 100%;
    height: 350px;
  }
}

footer {
  padding: 38px 0px;
  background: #101a27;
}
footer .container .text {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
}
footer .container .idea {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  position: relative;
  margin-right: 72px;
}
footer .container .idea span {
  width: 51px;
  height: 36px;
  position: absolute;
  top: -11px;
  right: -70px;
}
footer .container .idea span img {
  display: block;
  width: 100%;
  height: 100%;
}

#popup_bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
}

#pop_up {
  width: 100%;
  max-width: 440px;
  background: #101a27;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 20px 50px;
  z-index: 5;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -220px;
  text-align: center;
  display: none;
}
#pop_up .title-popup {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#pop_up .form_wrap {
  max-width: 100%;
}
#pop_up .form_wrap .form_box {
  margin: 0 auto 30px;
}
#pop_up .form_wrap .form_box input[type="text"] {
  padding: 0px 5px 10px 2px;
  text-align: center;
}
#pop_up .form_wrap .form_submit {
  margin: 50px auto 0px;
}
@media screen and (max-width: 1200px) {
  #pop_up {
    max-width: 90%;
    margin-left: -45%;
  }
}
#pop_up .close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 9px;
  right: 7px;
  background: url(../images/ic_close.png) center no-repeat;
}
#pop_up .close:hover {
  background: #101a27 url(../images/ic_close_hover.png) center no-repeat;
}
.center-counter {
  text-align: center; 
}
