:root{
    --roboto: 'Roboto', sans-serif;
    --yellow-color: #ffc222;
    --white-tusk: #e6e6e6;
    --text-black24: #242424;
}

*{
    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: var(--roboto);
}

.header__top{
    background-color: #303030;
}

.header__btn{
    float: right;
    line-height: 36px;
    color: black;
    background-color: var(--yellow-color);
    padding: 5px 20px 4px 50px;
    font-size: 16px;
    display: block;
    position: relative;
}

.header__btn::before{
    content: "\f0b1";
    font-family: 'icomoon';
    position: absolute;
    left: 22px;
    color: black;
}

.header__contacts::after{
    content: "";
    clear: both;
    display: block;
}

.header__phone,
.header__email{
    color: #cbcacb;
    letter-spacing: 0.25px;
    line-height: 45px;
    position: relative;
}

.header__email::before{
    content: "\f003";
    font-family: 'icomoon';
    position: absolute;
    left: -20px;
    color: var(--yellow-color);
}

.header__phone{
    padding-left: 20px;
    padding-right: 30px;
}

.header__phone::before{
    content: "\f095";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    color: var(--yellow-color);
}

.header__content{
    padding: 34px 0px 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: 0px 16px;
    transition: all .3s;
}

.menu a:hover{
    border-color: var(--yellow-color);
}

.menu li + li{
    padding-left: 10px;
}

#modal{
    display: none;
}

.slider{
    background-image: url(..//img/slider-fon.jpg);
    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: var(--roboto);
}

.slider__text {
    line-height: 24px;
    font-size: 18px;
    color: #d3d2d2;
    margin-bottom: 50px;
}

.slider__btn {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    font-family: var(--roboto);
    padding: 8px 30px 8px 24px;
    border: 1px solid var(--yellow-color);
    border-right-width: 20px;
}

.default-btn{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    font-family: var(--roboto);
    padding: 8px 30px 8px 24px;
    border: 1px solid var(--yellow-color);
    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;
    z-index: 1;
}

.slick-btn {
    position: absolute;
    top: 70%;
    width: 40px;
    height: 40px;
    bottom: 1px solid #fff;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    z-index: 10;
    background-color: var(--yellow-color);
    border-color: transparent;
}

.slick-btn.slick-disabled{
    cursor: default;
    background-color: transparent;

}

.slick-btn::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    color: #fff;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.slick-next::before{
    content: "\f105 ";
}

.slick-prev::before{
    content: "\f104 ";
}


.service {
    padding: 50px 0px 30px;
}

.service__top,
.news__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.service__title-box,
.form__title-box, 
.news__title-box{
    max-width: 520px;
    padding-left: 140px;
    position: relative;
}

.service__title-box::before,
.form__title-box::before,
.news__title-box::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: var(--yellow-color);
    left: 0;
    top: 11px;

}

.service-title,
.form__title,
.news__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #212020;
    font-family: var(--roboto);
}

.service__text,
.form__text,
.news__text {
    margin-top: 15px;
    letter-spacing: 0.1px;
}

.service__btn a,
.news__btn a{
    color: #373636;
    line-height: 24px;
    letter-spacing: 0.25px;
    padding: 5px 38px;
    border: 3px solid var(--white-tusk);
}

.service__items {
    display: flex;
    justify-content: space-between;
}

.service__item {
    max-width: 360px;
    text-align: center;
    padding: 30px 0px 40px;
    position: relative;
    min-height: 375px;
    background-color: #f9f9f9;
    box-shadow: 0px 7px 24.3px 2.7px rgba(91, 89, 89, 0.14);
}


.service__item-title {
    color: #212020;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--roboto);
    padding: 24px 0;
}

.service__item-text {
    letter-spacing: 0.1px;
    padding: 0px 30px 30px;
}

.service__item-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.service__item-link {
    color: #050505;
    font-family: var(--roboto);
    border-bottom: 1px solid black;
}

.service__item .default-btn {
    color: #212020;
    margin-left: 60px;
}

.service__item .default-btn::after {
    color: #fff;
}

.about{
    background-image: url(/img/about-fon.jpg);
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
    padding: 25px 0px 45px;
}

.about__inner{
    max-width: 545px;
}

.about__title {
    padding: 10px 0px 25px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    font-family: var(--roboto);
}

.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;
    background-image: url(/img/form-fon.png);
    min-height: 460px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.form__box {
    max-width: 850px;
    padding-top: 45px;
}

.form__box-inner {
    display: flex;
    justify-content: space-between;
}

.form__box-left {
    max-width: 260px;
    width: 100%;
}

.form__box-right {
    max-width: 550px;
    width: 100%;
}

.form__box-inner label,
.form__box-inner input,
.form__box-inner textarea,
.form__box-inner select{
    display: block;
    width: 100%;
}

.form__box-inner label{
    line-height: 36px;
    color: #282828;
    font-family: var(--roboto);
}

.form__box-inner input{
    margin-bottom: 8px;
    outline: none;
    padding: 0px 10px;
}

.form__box-inner select{
    outline: none;
    height: 40px;
    border: 1px solid var(--white-tusk);
    padding-left: 17px;
}

.form__box-inner .jq-selectbox.jqselect{
    display: block;
    width: 100%;
}

.form__box-inner .jq-selectbox__select{
    height: 40px;
    border: 1px solid var(--white-tusk);
    /* border-color: transparent; */
    /* border-radius: 0; */
}

.form__box-inner .jq-selectbox__{
    height: 40px;
    border: 1px solid var(--white-tusk);
    /* border-color: transparent; */
    /* border-radius: 0; */
}

.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 var(--white-tusk);
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.form__box-inner textarea{
    outline: none;
    border: 1px solid var(--white-tusk);
    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 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: rgb(95, 108, 114);
	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;
}


.advantages {
    padding: 55px 0px 40px;
    background-image: url(/img/adv-fon.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 285px;
    background-size: cover;
}

.advantages__inner {
    color: var(--white-tusk);
    display: flex;
    text-align: center;
    justify-content: space-between; 
}

.advantages-item {  
    min-width: 360px;
    padding: 0px 20px;
}

.advantages__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-style: var(--roboto);
    padding: 60px 0px 15px;
    position: relative;
}

.advantages__title::before{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border: 2px solid #ffc222;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.advantages__title::after{
    content: "\f00c";
    font-family: 'icomoon';
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.advantages__text {
    line-height: 24px;
    color: #d3d2d2;
    letter-spacing: 0.1px;
}

.news {
    padding: 55px 0px 110px;
    background-color: #f9f9f9;
}

.news__inner{
    display: flex;
    justify-content: space-between;
}

.news__slider{
    max-width: 555px;
    width: 100%;
    background-color: #fff;
}

.news__blog{
    max-width: 260px;
}

.news__images{
    position: relative;
}

.news__date{
    position: absolute;
    background-color: var(--yellow-color);
    height: 55px;
    width: 50px;
    color: #FFF;
    padding-top: 30px;
    font-weight: 700;
    top: 0px;
    left: 10px;
}

.news__blog-title{
    font-size: 16px;
    font-weight: 500;
    font-family: var(--roboto);
    color: var(--text-black24);
    padding: 12px 0;
}

.news__blog-text {
    letter-spacing: 0.1px;
    color: #5e5e5e;
}

.news__slider{
  max-width: 555px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 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';
    position: absolute;
    top: 0;
    left: 70px;
    color: #FFF;
    font-size: 16px;
    width: 65px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--yellow-color);
}

.news__slider-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: var(--text-black24);
    font-family: var(--roboto);
}

.news__slider-text {
    margin-bottom: 30px;
}

.news__slider-author {
    letter-spacing: 0.1px;
    color: #212020;
    font-weight: 500;
    font-family: var(--roboto);
}

.news__slider-inner .slick-btn{
  top: auto;
  bottom: -110px;
  border-color: var(--yellow-color);
}

.news__slider-inner .slick-next{
  right: -35px;
}
.news__slider-inner .slick-prev{
  right: 20px;
  left: auto;
}

.footer__content {
    background-color: #595959;
    padding: 30px 0p 30px;
}

.footer__inner{
    display: flex;
    justify-content: space-between;
}

.footer__inner .header__btn{
    display: flex;
    float: none;
    margin-top: 15px;
    max-width: 260px;
}

.footer__info {
    max-width: 360px;
}

.footer__title {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: var(--white-tusk);
}

.footer__text {
    color: var(--white-tusk);
}

.footer__list{
    padding-top: 10px;
}

.footer__list li{
    margin-top: 14px;
}

.footer__list a{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #fff;
  font-weight: 400;
  font-family: var(--roboto);
  padding-left: 33px;
  position: relative;
}

.footer__list a:before{
  content: '\f003';
  position: absolute;
  left: 0;
  color: #ffc222;
  font-family: 'icomoon';
}
.footer__list .footer__phone:before{
  content: "\f095";
  left: 3px;
}
.footer__list .footer__adress:before{
  content: "\f041";
  left: 3px;
}

.footer__map{
  padding-top: 10px;
  max-width: 630px;
  width: 100%;
}
.footer__map iframe{
    width: 100%;
}

.footer__copy {
    background-color: #303030;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 8px 0;
    font-weight: 400;
    font-family: var(--roboto);
}

#modal{
    width: 300px;
}

#modal input{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0px 10px;
    font-family: var(--roboto);
    font-weight: 400;
}

#modal input[type="submit"]{
  background-color: #ffc222;
  border: none;
}

.header__btn-menu{
  display: none;
  font-size: 28px;
}