@import url("https://fonts.googleapis.com/css?family=Lato");
@font-face {
  font-family: "Gotham - Black";
  src: url(../fonts/GothamBlack.otf);
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.ttf);
}

.header .header_tittle {
  width: 1166px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header .header_tittle .logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 49px;
  padding-top: 22px;
  padding-bottom: 23px;
}

.header .header_tittle .navigation {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.header .header_tittle .navigation .header_menu {
  display: flex;
}

.header .header_tittle .navigation .header_menu .menu_hover {
  text-decoration: none;
  padding: 12px 21px;
  color: #868686;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.header .header_tittle .navigation .header_menu .menu_hover:hover {
  background-color: #ffbb42;
  border-radius: 2px;
}

.quote {
  background-color: #709dca;
}

.quote .quote_all {
  width: 1166px;
  margin: 0 auto;
  padding-top: 110px;
}

.quote .quote_all .quote_tittle {
  color: #ffffff;
  text-align: center;
}

.quote .quote_all .quote_tittle h1 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.88px;
  text-transform: uppercase;
  font-family: 'Gotham - Black', sans-serif;
}

.quote .quote_all .quote_tittle p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 33px;
}

.quote .quote_all .quote_input {
  padding-bottom: 67px;
}

.quote .quote_all .quote_input .form_quote {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.quote .quote_all .quote_input .form_quote .form_input {
  color: #a9a9a9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.quote .quote_all .quote_input .form_quote .form_input .class1 {
  width: 284px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 10px;
}

.quote .quote_all .quote_input .form_quote .form_input .class1 .user {
  vertical-align: top;
  width: 200px;
  border: 0px;
  outline: none;
}

.quote .quote_all .quote_input .form_quote .form_input .class1::before {
  content: url("../images/user.png");
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: top;
}

.quote .quote_all .quote_input .form_quote .form_input .class_email::before {
  content: url("../images/email.png");
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: top;
}

.quote .quote_all .quote_input .form_quote .form_input .class_phone::before {
  content: url("../images/phone.png");
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: top;
}

.quote .quote_all .quote_input .form_quote .form_input:last-child {
  padding-right: 0;
}

.quote .quote_all .quote_input .form_quote .submit {
  background-color: #ffbb42;
  border: 0px;
  padding: 15px 41px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.quote .quote_all .quote_image {
  background-image: url("../images/pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 344px;
  width: 648px;
  position: relative;
  top: 63px;
  padding-left: 262px;
  padding-right: 262px;
}

.quote .quote_all .quote_image .image_slide {
  width: 446px;
  height: 265px;
  padding-top: 18px;
  padding-left: 102px;
}

.quote .quote_all .quote_image_select {
  padding-top: 24px;
  position: relative;
  top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.quote .quote_all .quote_image_select .elipse {
  background-image: url("../images/ellipse-1-copy.png");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  display: inline-block;
}

.quote .quote_all .quote_image_select .elipse:hover {
  background-image: url("../images/ellipse-1-copy-3.png");
}

.main {
  background-color: #fff;
}

.main .main_all {
  width: 1166px;
  margin: 0 auto;
  padding-top: 203px;
}

.main .main_all .main_tittle {
  color: #394b50;
  text-align: center;
}

.main .main_all .main_tittle h1 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.75px;
  text-transform: uppercase;
  font-family: 'Gotham - Black', sans-serif;
}

.main .main_all .main_tittle p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 33px;
}

.main .main_all .main_container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 155px;
  justify-content: space-between;
}

.main .main_all .main_container .container {
  max-width: 523px;
}

.main .main_all .main_container .container .icon:before {
  content: '';
  background-image: url("../images/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
}

.main .main_all .main_container .container .icon-1:before {
  background: url("../images/spritesheet.png") no-repeat -5px -5px;
  width: 45px;
  height: 46px;
  display: inline-block;
}

.main .main_all .main_container .container .icon-2:before {
  width: 47px;
  height: 48px;
  background: url("../images/spritesheet.png") no-repeat -60px -5px;
  display: inline-block;
}

.main .main_all .main_container .container .icon-3:before {
  width: 62px;
  height: 44px;
  background: url("../images/spritesheet.png") no-repeat -5px -63px;
  display: inline-block;
}

.main .main_all .main_container .container .icon-4:before {
  width: 50px;
  height: 51px;
  background: url("../images/spritesheet.png") no-repeat -77px -63px;
  display: inline-block;
}

.main .main_all .main_container .container .icon-5:before {
  width: 47px;
  height: 47px;
  background: url("../images/spritesheet.png") no-repeat -117px -5px;
  display: inline-block;
}

.main .main_all .main_container .container .icon-6:before {
  width: 47px;
  height: 55px;
  background: url("../images/spritesheet.png") no-repeat -137px -62px;
  display: inline-block;
}

.main .main_all .main_container .container_tittle {
  padding-bottom: 21px;
  padding-left: 39px;
  color: #394b50;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}

.main .main_all .main_container .tittle-3 {
  padding-left: 23px;
}

.main .main_all .main_container .tittle-4 {
  padding-left: 35px;
}

.main .main_all .main_container .container_text {
  padding-bottom: 71px;
  padding-left: 88px;
  color: #7b7b7b;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
}

.about_us_all {
  background-color: #ffc155;
}

.about_us_all .about_us {
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.about_us_all .about_us .about_images {
  background-image: url("../images/layer-27.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 50%;
  min-height: 626px;
}

.about_us_all .about_us .about_text {
  padding-top: 164px;
  padding-left: 80px;
  max-width: 505px;
}

.about_us_all .about_us .about_text h1 {
  color: #ffffff;
  font-family: 'Gotham - Black', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: -0.75px;
}

.about_us_all .about_us .about_text p {
  padding-top: 28px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 33px;
}

.about_us_all .about_us .about_text .about_button {
  text-decoration: none;
  background-color: #ffc155;
  padding: 15px 41px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #e7ad48;
}

.price_all {
  background-color: #e7edf3;
}

.price_all .price {
  padding-top: 137px;
  width: 1166px;
  margin: 0 auto;
}

.price_all .price .price_tittle {
  color: #394b50;
  text-align: center;
}

.price_all .price .price_tittle h1 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.75px;
  text-transform: uppercase;
  font-family: 'Gotham - Black', sans-serif;
}

.price_all .price .price_tittle p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 33px;
}

.price_all .price .price_block_all {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 191px;
}

.price_all .price .price_block_all .price_block {
  width: 350px;
  height: 441px;
  background-color: #ffffff;
  text-align: center;
}

.price_all .price .price_block_all .price_block h3 {
  padding-top: 57px;
  color: #818b95;
  font-family: Lato;
  font-size: 25px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}

.price_all .price .price_block_all .price_block p {
  padding-top: 30px;
  padding-bottom: 33px;
  color: #818b95;
  font-family: Lato;
  line-height: 22px;
  font-variant: small-caps;
  color: #ffbb42;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.price_all .price .price_block_all .price_block p sup {
  font-size: 20px;
  font-weight: 700;
}

.price_all .price .price_block_all .price_block p span {
  font-weight: 300;
  color: #818b95;
  font-family: Lato;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  font-variant: small-caps;
}

.price_all .price .price_block_all .price_block .price_account {
  max-width: 329px;
  padding-left: 31px;
  padding-right: 31px;
  color: #b5bbc1;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
}

.price_all .price .price_block_all .price_block .price_account .span_1 {
  display: block;
  border-top: 1px solid #e2e9f0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.price_all .price .price_block_all .price_block .price_account .span_2 {
  display: block;
  border-top: 1px solid #e2e9f0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.price_all .price .price_block_all .price_block .price_account .span_3 {
  display: block;
  border-top: 1px solid #e2e9f0;
  padding-top: 16px;
  padding-bottom: 35px;
}

.price_all .price .price_block_all .price_block .price_button {
  text-decoration: none;
  padding: 16px 21px;
  background-color: #ffbb42;
  border-radius: 3px;
  color: #ffffff;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.price_all .price .price_block_all .price_block:hover {
  background-color: #709dca;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.how_it_all {
  background-color: #fff;
}

.how_it_all .how_it {
  padding-top: 155px;
  width: 1166px;
  margin: 0 auto;
}

.how_it_all .how_it .how_it_tittle {
  color: #394b50;
  text-align: center;
  padding-bottom: 78px;
}

.how_it_all .how_it .how_it_tittle h1 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.75px;
  text-transform: uppercase;
  font-family: 'Gotham - Black', sans-serif;
}

.how_it_all .how_it .how_it_tittle p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 33px;
}

.how_it_all .how_it .how_it_block {
  max-width: 1113px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 91px;
}

.how_it_all .how_it .how_it_block .how_block {
  max-width: 213px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.how_it_all .how_it .how_it_block .how_block .how_block_icon {
  padding-top: 30px;
  position: relative;
}

.how_it_all .how_it .how_it_block .how_block .how_block_icon .icon {
  width: 71px;
  height: 67px;
}

.how_it_all .how_it .how_it_block .how_block .how_block_icon .icon_2 {
  width: 51px;
  height: 67px;
}

.how_it_all .how_it .how_it_block .how_block .how_block_icon .icon_3 {
  width: 82px;
  height: 67px;
}

.how_it_all .how_it .how_it_block .how_block .how_block_icon .icon_4 {
  width: 69px;
  height: 67px;
}

.how_it_all .how_it .how_it_block .how_block .block_it::after {
  content: url("../images/3-layers.png");
  width: 131px;
  height: 35px;
  position: absolute;
  left: 190px;
  top: -2px;
}

.how_it_all .how_it .how_it_block .how_block .block_it2::after {
  content: url("../images/3-layerss.png");
  width: 131px;
  height: 35px;
  position: absolute;
  left: 190px;
  top: 105px;
}

.how_it_all .how_it .how_it_block .how_block .how_block_text {
  padding-top: 102px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.how_it_all .how_it .how_it_block .how_block .how_block_text h5 {
  padding-bottom: 28px;
  color: #394b50;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.how_it_all .how_it .how_it_block .how_block .how_block_text p {
  color: #7b7b7b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.happy_clients_all {
  background-color: #ffc155;
}

.happy_clients_all .happy_clients {
  padding-top: 145px;
  width: 1170px;
  margin: 0 auto;
}

.happy_clients_all .happy_clients .happy_clients_tittle {
  color: #394b50;
  text-align: center;
  padding-bottom: 58px;
}

.happy_clients_all .happy_clients .happy_clients_tittle h1 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.75px;
  text-transform: uppercase;
  font-family: 'Gotham - Black', sans-serif;
}

.happy_clients_all .happy_clients .happy_clients_tittle p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 33px;
}

.happy_clients_all .happy_clients .clients_all {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  padding-bottom: 140px;
}

.happy_clients_all .happy_clients .clients_all .clients {
  width: 567px;
  height: 241px;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}

.happy_clients_all .happy_clients .clients_all .clients .client_ava .ava {
  width: 124px;
  height: 124px;
  padding-top: 43px;
  padding-left: 30px;
}

.happy_clients_all .happy_clients .clients_all .clients .client_text {
  padding-left: 31px;
  padding-top: 51px;
  color: #7b7b7b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.happy_clients_all .happy_clients .clients_all .clients .client_text p {
  max-width: 344px;
  max-height: 150px;
  padding-bottom: 29px;
}

.happy_clients_all .happy_clients .clients_all .clients .client_text .client_blockquote:before {
  content: url("../images/qout.png");
  float: left;
  position: relative;
  top: -5px;
  left: -17px;
}

.happy_clients_all .happy_clients .clients_all .clients .client_text .client_blockquote:after {
  content: url("../images/qout.png");
  float: right;
  position: relative;
  left: -150px;
}

.happy_clients_all .happy_clients .clients_all .clients .client_text .client_author {
  color: #394b50;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

.happy_clients_all .happy_clients .clients_all .clients .client_text .client_author .client_text_span {
  color: #f6772c;
}

.happy_clients_all .happy_clients .clients_all .clients .client_text .client_author .client_text_span2 {
  color: #99a9ae;
}

.newsletter_all {
  background-color: #fff;
  padding-bottom: 57px;
}

.newsletter_all .newsletter {
  padding-top: 154px;
  width: 1170px;
  margin: 0 auto;
}

.newsletter_all .newsletter .newsletter_tittle {
  color: #394b50;
  text-align: center;
  padding-bottom: 38px;
}

.newsletter_all .newsletter .newsletter_tittle h1 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.75px;
  text-transform: uppercase;
  font-family: 'Gotham - Black', sans-serif;
}

.newsletter_all .newsletter .newsletter_tittle p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 33px;
}

.newsletter_all .newsletter .newslette_input {
  padding-bottom: 67px;
}

.newsletter_all .newsletter .newslette_input .newslette_quote {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.newsletter_all .newsletter .newslette_input .newslette_quote .newslette_input2 {
  color: #a9a9a9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
  border: 1px solid #cbcbcb;
}

.newsletter_all .newsletter .newslette_input .newslette_quote .newslette_input2 .class1 {
  width: 311px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.newsletter_all .newsletter .newslette_input .newslette_quote .newslette_input2 .class1 .user {
  vertical-align: top;
  width: 250px;
  border: 0px;
  outline: none;
}

.newsletter_all .newsletter .newslette_input .newslette_quote .newslette_input2 .class2 {
  width: 391px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.newsletter_all .newsletter .newslette_input .newslette_quote .newslette_input2 .class2 .email {
  vertical-align: top;
  width: 300px;
  border: 0px;
  outline: none;
}

.newsletter_all .newsletter .newslette_input .newslette_quote .newslette_input2 .class1::before {
  content: url("../images/user.png");
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: top;
}

.newsletter_all .newsletter .newslette_input .newslette_quote .newslette_input2 .class2::before {
  content: url("../images/email.png");
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: top;
}

.newsletter_all .newsletter .newslette_input .newslette_quote .newslette_input:last-child {
  padding-right: 0;
}

.newsletter_all .newsletter .newslette_input .newslette_quote .submit_newslette {
  background-color: #ffbb42;
  border: 0px;
  padding: 15px 41px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.newsletter_all .newsletter .newslette_maps {
  background-image: url("../images/maps.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 549px;
}

.newsletter_all .newsletter .newslette_maps .maps_block {
  width: 1102px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}

.newsletter_all .newsletter .newslette_maps .maps_block .maps_quote {
  background-image: url("../images/shape-4.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 301px;
  width: 288px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}

.newsletter_all .newsletter .newslette_maps .maps_block .maps_quote .maps_qoute2 {
  margin: auto;
}

.newsletter_all .newsletter .newslette_maps .maps_block .maps_quote .maps_qoute2 h3 {
  max-width: 142px;
  color: #ffffff;
  font-family: Lato;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 12px;
  text-align: center;
}

.newsletter_all .newsletter .newslette_maps .maps_block .maps_quote .maps_qoute2 p {
  max-width: 130px;
  color: #aeb7ba;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 14px;
  line-height: 24px;
  display: flex;
  margin: auto;
}

.newsletter_all .newsletter .newslette_maps .maps_block .maps_quote .maps_qoute2 span {
  max-width: 150px;
  color: #ffbb42;
  line-height: 24px;
}

.newsletter_all .newsletter .newslette_maps .maps_block .logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 49px;
  padding-top: 6px;
  margin: auto;
}

.line_all {
  background-color: #fff;
}

.line_all .line {
  width: 1170px;
  margin: 0 auto;
  height: 1px;
  background-color: #e3e7ec;
}

.footer_all {
  background-color: #fff;
}

.footer_all .footer {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_all .footer .footer_menu .navigation {
  padding-top: 68px;
}

.footer_all .footer .footer_menu .navigation .header_menu {
  display: flex;
}

.footer_all .footer .footer_menu .navigation .header_menu .menu_hover {
  text-decoration: none;
  color: #394b50;
  font-family: Lato;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer_all .footer .footer_menu .navigation .header_menu li {
  padding: 12px 21px;
}

.footer_all .footer .footer_phone {
  padding-top: 17px;
  color: #394b50;
  font-family: Lato;
  font-size: 23px;
  font-weight: 400;
  line-height: 24.15px;
}

.footer_all .footer .footer_phone::before {
  content: url("../images/ph.png");
  width: 16px;
  height: 17px;
}

.footer_all .footer .footer_link {
  padding-top: 25px;
  padding-bottom: 53px;
}

.footer_all .footer .footer_link .link_footer {
  padding-right: 16px;
}

.footer_all .footer .footer_link .link_footer:last-child {
  padding-right: 0;
}

.footer_all .footer_blue {
  background-color: #709dca;
}

.footer_all .footer_blue .footer_blue_text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 17px;
  padding-bottom: 15px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
