123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791 |
- *{
- box-sizing: border-box;
- }
- body{
- font-family: 'PT Serif', serif;
- /* font-family: 'Roboto', sans-serif; */
- font-weight: 400;
- font-size: 14px;
- line-height: 18px;
- color: #5e5e5e;
- }
- 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;
- }
- .header{
- font-family: 'Roboto', sans-serif;
- }
- .header__top{
- background-color: #303030;
- }
- .header__btn{
- float: right;
- line-height: 36px;
- color: #1b1b1b;
- background-color: #ffc222;
- padding: 5px 20px 4px 50px;
- font-size: 16px;
- position: relative;
- }
- .header__btn:before{
- content: "\f0b1";
- font-family: 'icomoon';
- 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;
- }
- .header__phone{
- padding-left: 20px;
- padding-right: 30px;
- }
- .header__phone:before{
- content: "\f095";
- font-family: 'icomoon';
- position: absolute;
- left: 0;
- color: #ffc222;
- }
- .header__email{
- padding-left: 24px;
- }
- .header__email:before{
- font-family: 'icomoon';
- content: "\f003";
- position: absolute;
- left: 0;
- color: #ffc222;
- }
- .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: #ffc222;
- }
- .menu li + li{
- padding-left: 10px;
- }
- #modal{
- display: none;
- }
- .slider{
- background: url('../img/slider-fon.jpg');
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center;
- min-height: 500px;
- }
- .slider__item{
- text-align: center;
- padding-top: 110px;
- min-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 50px 8px 24px;
- border: 1px solid #ffc222;
- border-right-width: 20px;
- position: relative;
- outline: none;
- }
- .default-btn:after{
- content: "\f105";
- font-family: 'icomoon';
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- right: -13px;
- }
- .slider__inner{
- position: relative;
- }
- .slick-btn{
- position: absolute;
- top: 74%;
- z-index: 3;
- width: 40px;
- height: 40px;
- border: 1px solid #fff;
- background-color: transparent;
- cursor: pointer;
- outline: none;
- background-color: #ffc222;
- }
- .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-next:before{
- content: "\f105";
- }
- .slick-prev{
- left: 0;
- }
- .slick-prev:before{
- content: "\f104";
- }
- .about{
- padding: 50px 0 30px;
- }
- .about__top, .news__top{
- display: flex;
- justify-content: space-between;
- margin-bottom: 60px;
- }
- .about__title-box, .form__title-box, .news__title-box{
- max-width: 520px;
- padding-left: 140px;
- position: relative;
- }
- .about__title-box:before,
- .form__title-box:before,
- .news__title-box:before{
- content: '';
- position: absolute;
- width: 100px;
- height: 2px;
- background-color: #ffc222;
- left: 0;
- top: 11px;
- }
- .about__title,
- .form__title,
- .news__title{
- font-size: 24px;
- font-weight: 500;
- line-height: 24px;
- color: #212020;
- font-family: 'Roboto', sans-serif;
- margin-bottom: 10px;
- }
- .about__text, .form__text, .news__text{
- letter-spacing: 0.1px;
- }
- .about__btn a, .news__btn a{
- color: #373636;
- line-height: 24px;
- letter-spacing: 0.25px;
- padding: 5px 38px;
- border: 3px solid #e6e6e6;
- font-family: 'Roboto', sans-serif;
- }
- .about__items{
- display: flex;
- justify-content: space-between;
- }
- .about__item{
- max-width: 360px;
- text-align: center;
- padding: 30px 0 80px;
- position: relative;
- min-height: 375px;
- background-color: #f9f9f9;
- box-shadow: 0px 7px 24.3px 2.7px rgba(91, 89, 89, 0.14);
- }
- .about__item-title{
- color: #212020;
- font-size: 18px;
- line-height: 24px;
- font-family: 'Roboto', sans-serif;
- padding: 25px 0;
- }
- .about__item-text{
- letter-spacing: 0.1px;
- padding: 0 30px 30px;
-
- }
- .about__item-btn{
- position: absolute;
- bottom: 40px;
- left: 0;
- right: 0;
- }
- .about__item-btn .default-btn{
- color: #373636;
- }
- .about__item-btn .default-btn:after{
- color: #fff;
- }
- .about__item-link{
- color: #050505;
- font-family: 'Roboto', sans-serif;
- border-bottom: 1px solid #050505;
- margin-right: 60px;
- }
- .about1{
- background-image: url(../img/img-2.jpg);
- background-size: cover;
- background-position: center;
- min-height: 300px;
- background-repeat: no-repeat;
- padding: 25px 0 45px;
- }
- .about1__inner{
- max-width: 545px;
- }
- .about1__title{
- padding: 10px 0 25px;
- font-size: 24px;
- line-height: 24px;
- color: #fff;
- font-weight: 500;
- font-family: 'Roboto', sans-serif;
- }
- .about1__text{
- margin-bottom: 30px;
- letter-spacing: 0.1px;
- line-height: 24px;
- color: #d3d2d2;
- }
- .about1__btn.default-btn::after{
- color: #000;
- }
- .form{
- padding-top: 30px;
- }
- .form__inner{
- padding-bottom: 40px;
- background-image: url(../img/girl.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: 555px;
- width: 100%;
- }
- .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 .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, .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;
- }
- .jq-selectbox li.option{
- padding-left: 25px;
- }
- .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;
- }
- .advantages{
- padding: 55px 0 40px;
- background-image: url('../img/advantege.jpg');
- background-repeat: no-repeat;
- background-position: center;
- min-height: 285px;
- background-size: cover;
- }
- .advantages__inner{
- color: #fff;
- text-align: center;
- display: flex;
- justify-content: space-between;
- }
- .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 #ffc222;
- 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: 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: #ffc222;
- }
- .news__blog{
- max-width: 260px;
- width: 100%;
- }
- .news__images{
- position: relative;
- }
- .new__date{
- position: absolute;
- background-color: #ffc222;
- width: 50px;
- height: 55px;
- color: #fff;
- text-align: center;
- padding-top: 30px;
- font-weight: 700;
- top: 0;
- left: 10px;
- }
- .new__blog-title{
- font-size: 16px;
- font-weight: 500;
- font-family: 'Roboto', sans-serif;
- letter-spacing: 0.5px;
- color: #242424;
- padding: 12px 0;
- }
- .new__blog-text{
- letter-spacing: 0.1px;
- color: #5e5e5e;
- }
- .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-weight: 500;
- font-family: 'Roboto', sans-serif;
- }
- .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;
- }
- .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-weight: 500;
- font-size: 16px;
- 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-size: 16px;
- line-height: 24px;
- letter-spacing: 0.25px;
- color: #fff;
- font-weight: 400;
- font-family: 'Roboto', sans-serif;
- 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__copy{
- background-color: #303030;
- text-align: center;
- font-size: 12px;
- line-height: 24px;
- padding: 8px 0;
- font-weight: 400;
- font-family: 'Roboto', sans-serif;
- }
- #modal{
- width: 300px;
- }
- #modal input{
- display: block;
- width: 100%;
- margin-bottom: 20px;
- height: 40px;
- outline: none;
- border: 1px solid #e6e6e6;
- padding: 0 10px;
- font-family: 'Roboto', sans-serif;
- font-weight: 400;
- }
- #modal input[type='submit']{
- background-color: #ffc222;
- border: none;
- }
- .header__btn-menu{
- display: none;
- font-size: 28px;
- }
|