/*
Theme Name: logotype
*/

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  display: inline-block; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

body {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #5e5e5e; }

header {
  font-family: 'Roboto', sans-serif; }

.header__top {
  background: #303030; }

.header__btn {
  float: right;
  line-height: 36px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background: #FF635E;
  padding: 5px 20px 4px 50px;
  font-size: 16px;
  position: relative; }

.header__btn:before {
  font-family: 'icomoon';
  content: "\f0b1";
  position: absolute;
  left: 22px;
  color: #1b1b1b; }

.header__contacts:after {
  content: '';
  clear: both;
  display: block; }

.header__phone, .header__email {
  color: #cbcacb;
  letter-spacing: 0.25px;
  line-height: 45px;
  position: relative;
  transition: all .3s; }

 .header__phone:hover, .header__email:hover {
  color: #ffffff;
  transition: all .3s; }

.header__phone {
  padding-left: 20px;
  padding-right: 30px; }

.header__phone:before {
  font-family: 'icomoon';
  content: "\f095";
  position: absolute;
  left: 0;
  color: #FF635E; }

.header__email {
  padding-left: 24px; }

.header__email:before {
  font-family: 'icomoon';
  content: "\f003";
  position: absolute;
  left: 0;
  color: #FF635E; }

.header__content {
  padding: 34px 0 23px; }

.header__content-inner {
  display: flex;
  justify-content: space-between; }

.menu li {
  display: inline-block; }

.menu a {
  color: #323232;
  font-size: 16px;
  line-height: 36px;
  border: 1px solid transparent;
  padding: 0 16px;
  transition: all 0.3s; }

.menu a:hover {
  border-color: #FF635E; }

.menu li + li {
  padding-left: 10px; }

#modal {
  display: none; }

.slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px; }

.slider__item-content {
  text-align: center;
  padding-top: 110px;
  max-width: 665px;
  margin: 0 auto; }

.slider__title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
  font-family: 'Roboto', sans-serif; }

.slider__text {
  line-height: 24px;
  font-size: 18px;
  color: #d3d2d2;
  margin-bottom: 50px; }

.default__btn {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 8px 30px 8px 24px;
  border: 1px solid #FF635E;
  border-right-width: 20px;
  position: relative;
  outline: none; }

.default__btn:after {
  content: "\f105";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px; }

.slider__inner {
  position: relative; }

.slick-btn {
  position: absolute;
  top: 70%;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  cursor: pointer;
  outline: none;
  background-color: #FF635E; }

.slick-btn.slick-disabled {
  background-color: transparent;
  cursor: default; }

.slick-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'icomoon';
  color: #fff; }

.slick-next:before {
  content: "\f105"; }

.slick-prev:before {
  content: "\f104"; }

.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }

.services {
  padding: 50px 0 30px; }

.services__top, .news__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }

.services__title-box, .form__title-box, .news__title-box {
  max-width: 520px;
  padding-left: 140px;
  position: relative; }
  .services__title-box:before, .form__title-box:before, .news__title-box:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #FF635E;
    left: 0;
    top: 11px; }

.services__title, .form__title, .news__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #212020;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px; }

.services__text, .form__text, .news__text {
  letter-spacing: 0.1px; }

.services__btn a, .news__btn a {
  color: #373636;
  line-height: 24px;
  letter-spacing: 0.25px;
  padding: 5px 38px;
  border: 3px solid #e6e6e6; }

.services__items {
  display: flex;
  justify-content: space-between; }

.services__item {
  max-width: 360px;
  text-align: center;
  padding: 30px 0 80px;
  position: relative;
  min-height: 375px;
  background-color: #f9f9f9;
  box-shadow: 0 7px 24.3px 2.7px rgba(91, 89, 89, 0.14); }

.services__item-title {
  color: #212020;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 24px 0; }

.services__item-text {
  letter-spacing: 0.1px;
  padding: 0 30px 30px; }

.services__item-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0; }
  .services__item-btn .default__btn {
    color: #373636; }
    .services__item-btn .default__btn:after {
      color: #fff; }

.services__item-link {
  color: #050505;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #050505;
  margin-right: 60px; }

.about {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  padding: 25px 0 45px; }

.about__inner {
  max-width: 545px; }

.about__title {
  padding: 10px 0 25px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif; }

.about__text {
  margin-bottom: 30px;
  letter-spacing: 0.1px;
  line-height: 24px;
  color: #d3d2d2; }

.about__btn.default__btn:after {
  color: #000; }

.form {
  padding-top: 30px; }

.form__inner {
  padding-bottom: 40px;
  min-height: 460px;
  background-position: bottom right;
  background-repeat: no-repeat; }

.form__box {
  max-width: 850px;
  padding-top: 45px; }

.form__box-inner {
  display: flex;
  justify-content: space-between; }
  .form__box-inner label, .form__box-inner input, .form__box-inner textarea {
    display: block;
    width: 100%; }
  .form__box-inner label {
    line-height: 36px;
    color: #282828;
    font-family: 'Roboto', sans-serif; }
  .form__box-inner input {
    margin-bottom: 8px;
    outline: none;
    height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0 10px; }
  .form__box-inner select {
    outline: none;
    padding-left: 17px; }
  .form__box-inner textarea {
    outline: none;
    border: 1px solid #e6e6e6;
    padding: 10px;
    height: 208px;
    resize: none;
    margin-bottom: 40px; }
  .form__box-inner button {
    background-color: transparent;
    color: #282828;
    float: right; }
  .form__box-inner .jq-selectbox.jqselect {
    display: block;
    width: 100%; }
  .form__box-inner .jq-selectbox__select {
    height: 40px;
    border: 1px solid #e6e6e6;
    padding-left: 17px; }
  .form__box-inner .jq-selectbox__trigger-arrow:before {
    content: "\f105";
    font-family: 'icomoon';
    position: absolute;
    right: 17px;
    top: 0;
    transform: rotate(90deg); }
  .form__box-inner .jq-selectbox__dropdown {
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #e6e6e6;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
  .form__box-inner .jq-selectbox li {
    min-height: 18px;
    padding: 5px 17px 6px;
    color: #231F20; }
    .form__box-inner .jq-selectbox li.selected {
      background-color: #A3ABB1;
      color: #FFF; }
    .form__box-inner .jq-selectbox li:hover {
      background-color: #08C;
      color: #FFF; }
    .form__box-inner .jq-selectbox li.disabled {
      color: #AAA; }
      .form__box-inner .jq-selectbox li.disabled:hover {
        background: none; }
    .form__box-inner .jq-selectbox li.optgroup {
      font-weight: bold; }
      .form__box-inner .jq-selectbox li.optgroup:hover {
        background: none;
        color: #231F20;
        cursor: default; }
    .form__box-inner .jq-selectbox li.option {
      padding-left: 25px; }

.form__box-left {
  max-width: 260px;
  width: 100%; }

.form__box-right {
  max-width: 555px;
  width: 100%; }

.advantages {
  padding: 55px 0 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 285px; }

.advantages__inner {
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-align: center; }

.advantages__item {
  max-width: 360px;
  padding: 0 20px; }

.advantages__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 60px 0 15px;
  position: relative; }
  .advantages__title:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #FF635E;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .advantages__title:after {
    content: "\f00c";
    font-family: 'icomoon';
    font-size: 14px;
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%); }

.advantages__text {
  line-height: 24px;
  color: #d3d2d2;
  letter-spacing: 0.1px; }

.news {
  padding: 55px 0 110px;
  background-color: #F9F9F9; }

.news__inner {
  display: flex;
  justify-content: space-between; }

.news__slider {
  max-width: 555px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15.36px 0.64px rgba(128, 127, 127, 0.13);
  padding: 60px 35px 45px 70px;
  position: relative; }
  .news__slider:before {
    content: "\f10e";
    font-family: 'icomoon';
    color: #fff;
    font-size: 16px;
    width: 65px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #FF635E;
    position: absolute;
    top: 0;
    left: 70px; }

.news__slider-title {
  font-size: 18px;
  line-height: 24px;
  color: #242424;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 15px; }

.news__slider-text {
  margin-bottom: 30px; }

.news__slider-author {
  letter-spacing: 0.1px;
  color: #212020;
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.news__slider-inner .slick-btn {
  top: auto;
  bottom: -110px; }

.news__slider-inner .slick-next {
  right: -35px; }

.news__slider-inner .slick-prev {
  right: 20px;
  left: auto; }

.news__slider-inner .slick-disabled {
  border-color: #dadada; }
  .news__slider-inner .slick-disabled:before {
    color: #dadada; }

.news__blog {
  max-width: 260px;
  width: 100%; }

.news__images {
  position: relative; }

.news__date {
  position: absolute;
  background-color: #FF635E;
  width: 50px;
  height: 55px;
  color: #fff;
  padding-top: 30px;
  font-weight: 700;
  top: 0;
  left: 10px;
  text-align: center; }

.news__blog-title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  color: #242424;
  padding: 12px 0; }

.news__blog-text {
  letter-spacing: 0.1px;
  color: #5e5e5e; }

.footer__content {
  background-color: #595959;
  padding: 20px 0 30px; }

.footer__inner {
  display: flex;
  justify-content: space-between; }
  .footer__inner .header__btn {
    float: none;
    display: inline-block; }

.footer__map {
  padding-top: 10px;
  max-width: 630px;
  width: 100%; }
  .footer__map iframe {
    width: 100%; }

.footer__title {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 36px;
  letter-spacing: 0.5px; }

.footer__text {
  color: #d3d2d2;
  margin-bottom: 20px; }

.footer__info {
  max-width: 360px; }

.footer__list {
  padding-top: 10px; }
  .footer__list li {
    margin-top: 10px; }
  .footer__list a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #cbcacb;
    padding-left: 33px;
    position: relative;
    transition: all .3s; }
    .footer__list a:before {
      content: "\f003";
      font-family: 'icomoon';
      position: absolute;
      left: 0;
      color: #FF635E; }
    .footer__list a:hover {
      color: #ffffff;
      transition: all .3s;}
  .footer__list .footer__phone:before {
    content: "\f095";
    left: 3px; }
  .footer__list .footer__address:before {
    content: "\f041";
    left: 3px; }

.footer__copy {
  background-color: #303030;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 8px 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #fff; }

#modal {
  width: 300px; }
  #modal input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    font-family: 'Roboto', sans-serif; }
  #modal input[type='submit'] {
    background-color: #FF635E;
    border: none; }

.header__btn-menu {
  display: none;
  font-size: 28px; }

@media (max-width: 1150px) {
  .services__items {
    display: block; }
  .services__item {
    max-width: 80%;
    min-height: 330px;
    margin: 30px auto; }
  .form__inner {
    background-image: none !important; }
  .news {
    padding-bottom: 40px; }
  .news__inner {
    display: block; }
  .news__slider {
    max-width: 100%;
    margin-bottom: 90px; }
  .news__blog {
    max-width: 100%;
    display: block;
    margin-bottom: 30px; }
    .news__blog:after {
      content: '';
      clear: both;
      display: block; }
  .news__images {
    float: left;
    margin-right: 50px; } }

@media (max-width: 1050px) {
  .footer__inner {
    display: block; }
  .footer__map {
    max-width: 100%; }
  .footer__info {
    margin-bottom: 25px;
    max-width: 465px; } }

@media (max-width: 900px) {
  .slider .slick-btn {
    display: none !important; }
  .services__top, .news__top {
    display: block; }
  .services__title-box, .form__title-box, .news__title-box {
    padding-left: 0;
    text-align: center;
    margin: 0 auto 30px; }
    .services__title-box:before, .form__title-box:before, .news__title-box:before {
      display: none; }
  .news__btn {
    text-align: center; }
  .services__btn {
    text-align: center; }
  .form__box-inner {
    display: block; }
    .form__box-inner .jq-selectbox.jqselect {
      margin-bottom: 10px; }
  .form__box-left {
    max-width: 100%; }
  .form__box-right {
    max-width: 100%; }
  .form {
    padding-bottom: 25px; }
  .advantages__inner {
    display: block; }
  .advantages__item {
    max-width: 100%;
    margin-bottom: 30px; } }

@media (max-width: 700px) {
  .header__btn {
    float: none; }
  .header__contacts {
    text-align: center; }
  .header__btn-menu {
    display: block; }
  .menu ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 20px;
    z-index: 50; }
  .menu li {
    display: block;
    text-align: center; }
  .menu a {
    display: block;
    background-color: #FF635E;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .menu li + li {
    padding-left: 0; } }

@media (max-width: 600px) {
  .services__item {
    max-width: 100%;
    min-height: 375px;
    margin: 30px auto; } }

@media (max-width: 540px) {
  .news__slider {
    padding: 50px 15px 25px 25px; }
    .news__slider:before {
      left: 25px; }
  .news__slider-inner .slick-next {
    right: -20px; }
  .news__slider-inner .slick-prev {
    right: 35px; }
  .news__images {
    float: none; }
  .news__slider-inner .slick-btn {
    bottom: -90px; } }

@media (max-width: 414px) {
  .slider__title {
    font-size: 24px; }
  .slider__text {
    font-size: 16px; } }

@media (max-width: 400px) {
  .header__email {
    padding-right: 30px; }
  .advantages__item {
    padding: 0; } }

@media (min-width: 700px) {
  .menu ul {
    display: block; } }

/*# sourceMappingURL=main.css.map */
