/*-------------------- reset --------------------*/

@import url('css/reset.css');

/*-------------------- general --------------------*/

body { 
    font-family: 'Roboto', sans-serif;
    font-size:1em;
    color:#646464;
    background:#FFF;
}

a {
	color:#646464;
	outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clr:after {
    content:'';
    display: table;
    clear: both;
}

ul.ul-reset, .ul-reset ul {
    padding:0;
    margin:0;
    list-style: none;
}

.alignright {
    float:right; 
}

.alignleft {
    float:left; 
}

.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    margin-bottom:36px;
}

img.alignright {
	float:right; 
	margin:0 0 10px 10px;
}

img.alignleft {
	float:left; 
	margin: 0 10px 10px 0;
}

img.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.title {
    background:url("img/line.png") no-repeat bottom;
    padding-bottom:28px;
    text-align: center;
    line-height: 1;
    margin-bottom:62px;
}

.title span {
    color:#ce434a;
    font-size:0.875rem;
    display: inline-block;
    margin-bottom:14px;
    text-transform: uppercase;
}

.title b {
    color:#1a1a1a;
    font-weight: normal;
    font-size:2.25rem;
}

.main h1 {
    font-size:2.4375rem;
    margin-bottom:30px;
    color:#ee2329;
}

.main h2 {
    font-size:1.875rem;
    margin-bottom:30px;
    color:#454545;
}

.main h3 {
    font-size:1.5rem;
    margin-bottom:30px;
    font-weight: 500;
    color:#454545;
}

.main h4 {
    font-size:1.3125rem;
    margin-bottom:30px;
    font-weight: 500;
    color:#454545;
}

.main h5 {
    font-size:1.1875rem;
    margin-bottom:30px;
    font-weight: 500;
    color:#454545;
}

.btn {
    display: inline-block;
    color:#FFF;
    padding:0 34px;
    line-height: 33px;
    font-weight: bold;
    font-size:0.875rem;
    text-transform: uppercase;
    background: #ee1d23;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #ee1d23, #9a5e5f);
    background: -o-linear-gradient(top, #ee1d23, #9a5e5f);
    background: -ms-linear-gradient(top, #ee1d23, #9a5e5f);
    background: linear-gradient(#ee1d23, #9a5e5f);
    position: absolute;
    top:0;
    right:0;
}

@media screen and  (max-width: 1199px) { 
    .btn {
        position: static;
        margin-bottom:20px;
        width:100%;
        text-align: center;
    }

}

.btn:hover {
    text-decoration: none;
    background: -webkit-linear-gradient(top, #9a5e5f, #ee1d23);
    background: -o-linear-gradient(top, #9a5e5f, #ee1d23);
    background: -ms-linear-gradient(top, #9a5e5f, #ee1d23);
    background: linear-gradient(#9a5e5f, #ee1d23);
}

/*-------------------- container --------------------*/

.container { 
    width:1200px;
    margin:0 auto;
}

.header {
    position: relative;
    margin-bottom:54px;
    z-index: 11;
}

.header .container {
    height:72px;
    position: relative;
    z-index: 11;
}

.header:after {
    content:'';
    position: absolute;
    top:100%;
    left:0;
    right:0;
    background:url("img/bg-header-shadow.png") repeat-x;
    height:11px;
}

.footer {
    background:url("img/line-2.png") repeat-x top;
    padding-top:11px;
    margin-top:56px;
}

.footer .container {
    padding:56px 0 40px 0;
    position: relative;
}

.main {
    position: relative;
}

.main + .map {
    margin-bottom:70px;
}

@media screen and  (max-width: 1199px) { 
    .container { 
        width:99%;
    }

    .header .container {
        height: auto;
        padding:20px 0;
    }
}

/*-------------------- logo, tel --------------------*/

.logo {
    position: absolute;
    top:26px;
    left:0;
}

.tel {
    position: absolute;
    top:0;
    right:0;
    line-height: 72px;
    color:#454545;
    font-size:1.4375rem;
}

@media screen and  (max-width: 1199px) { 
    .logo {
        position: static;
        text-align: center;
        margin-bottom:20px;
    }

    .tel {
        position: static;
        text-align: center;
    }
}

/*-------------------- nav --------------------*/

.nav {
    position: absolute;
    top:0;
    left:314px;
}

.nav > ul > li {
    float: left;
    margin-right:70px;
    position: relative;
}

.nav > ul > li > a {
    display: block;
    font-weight: 500;
    font-size:1.0625rem;
    line-height: 72px;
    padding:0 35px;
    text-decoration: none;
}

.nav > ul > li:hover > a, .nav > ul > li.active > a {
    background: #ededed;
}

.nav > ul > li.active, .nav > ul > li ul li.active {
    z-index: 1;
}

.nav > ul > li > ul {
    position: absolute;
    top:100%;
    left:0;
    background: #ededed;
    width:206px;
    padding:12px 0;
    display: none;
}

.nav > ul > li:hover > ul {
    display: block;
}

.nav > ul > li > ul > li {
    position: relative;
}

.nav > ul > li > ul > li > a {
    line-height: 38px;
    padding-left:59px;
    display: block;
    background:url("img/icon-li.png") no-repeat 35px center;
    text-decoration: none;
    font-size:0.875rem;
    color:#454545;
}

.nav > ul > li > ul > li:hover > a, .nav > ul > li > ul > li.active > a {
    color:#FFF;
    background:url("img/icon-li-hov.png") no-repeat 35px center #ee2329;
}

.nav > ul > li > ul > li ul {
    position: absolute;
    top:0;
    left:100%;
    width:176px;
    display: none;
    background: #ee2329;
}

.nav > ul > li > ul > li:hover ul {
    display: block;
}

.nav > ul > li > ul > li ul li a {
    color:#FFF;
    padding:0 0 0 37px;
    display: block;
    line-height: 38px;
    font-size:0.875rem;
    color:#FFF;
}

@media screen and  (max-width: 1199px) { 
    .nav {
        position: static;
    }
    
    .nav > ul > li {
        float: none;
        margin-right:0;
    }
    
    .nav > ul > li > a {
        text-align: center;
    }
    
    .nav > ul > li > ul > li:hover ul, .nav > ul > li:hover > ul  {
        display: none;
    }
    
    .nav > ul > li > ul, .nav > ul > li > ul > li ul {
        width: auto;
        right:0;
    }
    
    .nav > ul > li > ul > li ul {
        left: 0;
        top:100%;
        text-align: center;
    }
    
    .nav > ul > li > ul > li ul li a 
    {
        padding-left:0;
    }
}

/*-------------------- slider-wrapper --------------------*/

.slider-wrapper {
    background: url("img/bg-slider.jpg") no-repeat center;
    height:522px;
    background-size: cover;
    margin-top:-54px;
}

.slide-item {
    position: relative;
    padding:70px 58px 0 572px;
    height:506px;
}

.slide-item figure {
    position: absolute;
    top:0;
    left:0;
    width:487px;
    height:506px;
    text-align: center;
    line-height: 506px;
}

.slide-item figure img {
    vertical-align: middle;
}

.slider-item-title {
    line-height: 1;
    font-size:3.625rem;
    font-weight: 500;
    color:#454545;
    margin-bottom:20px;
    text-transform: uppercase;
}

.slider-item-title b {
    font-weight: 500;
}

.first_word {
    font-weight: 100;
}

.slide-item-content {
    background: #FFF;
    padding:32px 22px;
    color:#454545;
    font-size:0.9375rem;
}

.slick-dots {
    margin:0;
    position: absolute;
    bottom:64px;
    left:572px;
    padding:0;
    list-style: none;
    background: #FFF;
    padding:9px;
}

.slick-dots li {
    float: left;
    margin-right:12px;
    padding:0;
    width:14px;
    height:14px;
}

.slick-dots li:last-child {
    margin:0;
}

.slick-dots li button {
    background: #808285;
    border:none;
    width:14px;
    height:14px;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
    padding:0;
}

.slick-dots li button:hover, .slick-dots li.slick-active button {
    background: #ce434a;
}

@media screen and  (max-width: 1199px) { 
    .slider-wrapper {
        display:none;
    }

}

/*-------------------- service --------------------*/

.service {
    background:url("img/bg-service.jpg") no-repeat;
    background-size: cover;
}

.service .container {
    padding:48px 0;
}

.service-title {
    text-align: center;
    text-transform: uppercase;
    color:#454545;
    font-weight: bold;
    font-size:2.4375rem;
    margin-bottom:34px;
}

.service-content {
    background: #ffffff;
    border:1px solid #dcdcdc;
    padding:34px 54px;
}

.service-content h1, .service-content h2 {
    color:#454545;
    font-size:1.875rem;
}

.service-content h2 {
    font-size:1.5rem;
    margin-bottom:16px;
    font-weight: 500;
}

.service-content p {
    margin-bottom:36px;
}

.service-content p:last-child {
    margin:0;
}

.service-content p span {
    color:#b8b8b8;
}

/*-------------------- why-we --------------------*/

.why-we {
    padding:62px 0;
}

.why-we li {
    float: left;
    width:33.3%;
    text-align: center;
    padding:0 50px;
}

.why-we li figure {
    width:90px;
    height:90px;
    line-height: 88px;
    border:1px solid #e0e0e0;
    border-radius: 50%;
    margin:0 auto 30px auto;
}

.why-we li figure img {
    vertical-align: middle;
}

.why-we li p {
    margin-bottom:20px;
    color:#555555;
    font-size:0.875rem;
}

.why-we li p:last-child {
    margin:0;
}

.why-we li p span {
    color:#1a1a1a;
    font-size:1.4375rem;
}

@media screen and  (max-width: 1199px) { 
    .why-we li {
        float: none;
        width: auto;
        margin-bottom:40px;
        padding:0 20px;
    }
    
    .why-we li:last-child {
        margin:0;
    }

}

/*-------------------- about --------------------*/

.about {
    background: #f2f2f2;
}

.about .container {
    height:541px;
    background:url("img/bg-about.jpg") no-repeat right;
    padding:90px 700px 0 0;
}

.about .title {
    text-align: left;
    background:url("img/line.png") no-repeat left bottom;
}

.about p {
    margin-bottom:20px;
}

.about p:last-child {
    margin:0;
}

@media screen and  (max-width: 1199px) { 
    .about .container {
        height: auto;
        background:none;
        padding:20px 0;
    }
    
    .about .title {
        text-align: center;
        background:url("img/line.png") no-repeat bottom;
    }

}

/*-------------------- responses --------------------*/

.responses {
    background: url("img/bg-response.jpg") no-repeat;
    background-size: cover;
}

.responses .container {
    padding:60px 0;
}

.responses .title b {
    color:#FFF;
}

.response {
    color:#FFF;
    padding-right:30px;
}

.response p {
    margin-bottom:60px;
    font-style: italic;
}

.author {
    position: relative;
    padding-left:86px;
    line-height: 30px;
    font-size:0.875rem;
}

.author span {
    font-size:1rem;
}

.author img {
    border-radius: 50%;
    position: absolute;
    top:0;
    left:0;
}

.responses .slick-dots {
    margin:88px auto 0 auto;
    position: static;
    display: table;
    padding:0;
    list-style: none;
    background: none;
}

.responses .slick-dots li {
    float: left;
    margin-right:12px;
    padding:0;
    width:14px;
    height:14px;
}

.responses .slick-dots li:last-child {
    margin:0;
}

.responses .slick-dots li button {
    background:url("img/bg-switch.png") no-repeat center;
}

.responses .slick-dots li button:hover, .responses .slick-dots li.slick-active button {
    background: #fff;
}

/*-------------------- contact-us --------------------*/

.contact-us {
    padding:64px 0;
}

.contact-us ul {
    margin-bottom:90px;
}

.contact-us li {
    float: left;
    width:33.3%;
    text-align: center;
    color:#999999;
    font-size:1.125rem;
    padding-top:56px;
    background: url("img/icon-phone.png") no-repeat top;
}

.contact-us li + li {
    background: url("img/icon-address.png") no-repeat top;
}

.contact-us li + li + li {
    background: url("img/icon-mail.png") no-repeat center 4px;
}

@media screen and  (max-width: 1199px) { 
    .contact-us li {
        float: none;
        width: auto;
        margin-bottom:40px;
    }
    
    .contact-us li:last-child {
        margin:0;
    }

}

/*-------------------- form --------------------*/

.form {
    width:750px;
    margin:0 auto;
    background: #dddddd;
    text-align: right;
    padding:60px 66px 40px 66px;
}

.article .form p {
    margin:0;
}

.form form {
    position: relative;
}

.form-item {
    text-align: left;
    margin-bottom:20px;
    width:300px;
}

.form-item input[type=text], .form-item textarea {
    width:100%;
    height:50px;
    padding:0 17px;
    border:1px solid #000;
    border-radius: 2px;
    background: #dddddd;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color:#000;
    font-size:0.875rem;
}

.form-item textarea {
    height:190px;
    padding:10px 17px;
    resize: none;
}

.form-item.message {
    position: absolute;
    top:0;
    left:319px;
}

input[type=submit] {
    background: #ce212a;
    color:#FFF;
    border-radius: 2px;
    text-transform: uppercase;
    border:none;
    height:50px;
    padding:0 36px;
    font-weight: bold;
    font-size:1rem;
    cursor: pointer;
margin-right:-20px;
}

@media screen and  (max-width: 1199px) { 
    .form {
        width: auto;
        text-align: center;
        padding:20px;
    }

    
    .form-item {
        width: auto
    }
    
    .form-item.message {
        position: static;
    }
    
    input[type=submit] {
        width:100%;
        padding:0;
    }

}

/*-------------------- footer --------------------*/

.copyright {
    color:#58585b;
    font-size:0.8125rem;
}

.counter {
    position: absolute;
    top:56px;
    right:0;
}

.socials {
    position: absolute;
    right:112px;
    top:60px;
}

@media screen and  (max-width: 1199px) { 
    .copyright {
        color:#58585b;
        font-size:0.8125rem;
        text-align: center;
        margin-bottom:20px;
    }
    
    .counter {
        position: static;
        text-align: center;
    }
    
    .socials {
        position: static;
        margin-bottom:20px;
        text-align: center;
    }

}

/*-------------------- article --------------------*/

.article p {
    margin-bottom:36px;
    font-size:0.9375rem;
}

.article p:last-child {
    margin:0;
}

.article ul, .article ol {
    margin:0 0 36px 0;
    padding:0;
    list-style: none;
}

.article ol {
    counter-reset: list;
}

.article ul li, .article ol li {
    padding-left:22px;
    font-size:0.9375rem;
    margin:0 0 10px 27px;
    position: relative;
}

.article ul li:last-child, .article ol li:last-child {
    margin-bottom:0;
}

.article ul li {
    background:url("img/icon-li-2.png") no-repeat left 3px;
}

.article ol li:before {
    counter-increment: list;
    content: counter(list) '.';
    position: absolute;
    top:0;
    left:0;
    color:#ee2329;
    font-weight: bold;
}

.article a {
    color:#ee1d23;
    text-decoration: underline;
    font-weight: bold;
}

.article a:hover {
    text-decoration: none;
}

.article .clr {
    margin-bottom:70px;
}

.article .form {
    float: left;
}

.contact {
    float: right;
    width:356px;
}

.contact p {
    font-style: normal;
}

.article .contact ul {
    margin:0 0 30px 0;
}

.contact ul li {
    margin:0 0 28px 0;
    background:url("img/icon-tel.png") no-repeat left;
    padding-left:62px;
    font-style: normal;
    color:#999999;
    font-size:1rem;
    padding:8px 0 8px 62px;
}

.contact ul li + li {
    background:url("img/icon-address-2.png") no-repeat left;
}

.contact ul li + li + li {
    background:url("img/icon-mail-2.png") no-repeat left;
}

.contact ul li:last-child {
    margin:0;
}

table {
    width:100%;
    margin-bottom:36px;
}

table td {
    height:54px;
    vertical-align: middle;
    padding:5px;
    text-align: center;
    border-right:1px solid #e2e2e2;
    color:#363636;
    font-size:0.9375rem;
}

table td:last-child {
    border:none;
}

table tr:nth-child(odd) {
    background: #f7f7f7;
}

table tr:first-child {
    background: #ededed;
}

table tr:first-child td {
    font-weight: bold;
}

.article a.btn {
    position: static;
    line-height: 56px;
    padding:0 34px;
    font-size:1.5rem;
    color:#FFF;
    text-decoration: none;
}

@media screen and  (max-width: 1199px) { 
    .article .form {
        float: none;
        margin-bottom:20px;
    }
    
    .contact {
        float: none;
        width: auto;
    }

}

/*-------------------- window --------------------*/

.shadow {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.window {
    z-index: 101;
    position: fixed;
    top:100px;
    width:816px;
    margin-left:-408px;
    left:50%;
    background: #FFF;
    padding:0 0 32px 32px;
    display: none;
}

.window .form {
    margin:0;
    padding:34px 30px 26px 30px;
}

.window-title {
    font-size:1.875rem;
    font-weight: bold;
    color:#454545;
    line-height: 110px;
}

.window .form-item {
    width:340px;
}

.window .form-item.message {
    left:364px;
    width:326px;
}
.form-itemaccept {
	font-size:12px;
	margin:10px 0;
}
.form-itemaccept a {
	text-decoration:underline;
	color: #ee1d23;
}
@media screen and  (max-width: 1199px) { 
    .window {
        top:20px;
        left:20px;
        right:20px;
        bottom: 20px;
        overflow: auto;
        width: auto;
        margin-left:0;
        background: #FFF;
        padding:0 10px 10px 10px;
        display: none;
    }
    
    .window .form-item {
        width: auto;
    }
    
    .window .form-item.message {
        width: auto;
    }
    
    .window-title {
        font-size:1.5rem;
        line-height: 50px;
    }

}

.block-services {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;

    margin-bottom: 4rem;
}
.block-services .img-wrap {
    width: 10%;
}
.block-services .img-wrap img{
    width: 5rem;
    height: auto;
}
.block-services .content {
    width: 80%;
}
.block-services h3 {
    margin-bottom: 1rem;
}
.arrow {
    width: 3rem;
    height: 3rem;

    overflow: hidden;

    position: absolute;
    bottom: 0;
    right: 0;
}
.arrow img {
    width: 100%;
    height: 100%;
}

@media(max-width: 990px) {  
    .block-services {
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .block-services .img-wrap {
        margin-bottom: 2rem;
    }
    .block-services a {
        width: 80%;
    }
    .arrow {
        position: relative;
        width: 2.5rem;
        height: 2.5rem;
        left: 0;
        right: unset;
        top: 5px;
    }
    .block-services .img-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
.block-services:nth-of-type(1) {
    padding-top: 5rem;
}
.etaps {
    background-color: #f8c2c1;
    padding: 15px 25px;
    text-decoration: none !important;
    border: 2px solid #e8332f;
}
.documentation .container h3 {
    margin-bottom: 0!important;
}
.documentation .container ul {
    margin-bottom: 30px;
    margin-top: 20px;
}
.documentation .container ul a {
    text-decoration: underline!important;
}

.links {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.links a {
    color: #e8332f;
    text-decoration: none;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    padding: 18px 20px;
    z-index: 9999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    border-top: 1px solid #e0e0e0;
    display: none;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-text {
    flex: 1;
}

.cookie-text a {
    color: #0066cc;
    text-decoration: underline;
}

.cookie-text a:hover {
    color: #0055aa;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.btn {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
}

.btn-accept {
    background: #0066cc;
    color: white;
}

.btn-accept:hover {
    background: #0055aa;
}

@media (max-width: 768px) {
    .cookie-content {
    flex-direction: column;
    text-align: center;
    }
    .cookie-buttons {
    width: 100%;
    justify-content: center;
    }
}