/*--slider--*/
.slick-slider{}
.slick-list{
	overflow: hidden;
}
.slick-track{
	display: flex;
}
.slick-slide{}
.slick-slide.slick-active{}
.slick-slide.slick-current{}
.slick-slide.slick-center{}
.slick-arrow{}
.slick-arrow.slick-prev{}
.slick-arrow.slick-next{}
.slick-arrow.slick-disabled{}


/* print slider */
.items-print .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.items-print .slick-dots li{
	list-style: none;
	margin: 0 10px;
}
.items-print .slick-dots button{
	font-size: 0;
	width: 10px;
	height: 10px;
	background: #ebebeb;
	border-radius: 50%;
}
.items-print .slick-dots li.slick-active button{
	background: transparent;
	border: 1px solid #888888;
}
.items-print{
	position: relative;
	padding: 0 60px;
}
.items-print .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -30px 0 0 0 ;
	z-index: 2;
	font-size: 0;
	width: 41px;
	height: 60px;
	border: none;
}
.items-print .slick-arrow.slick-prev{
	left: 0;
	background: url(./arrow-prev-simp.png) 0 0 / 100% no-repeat;
}
.items-print .slick-arrow.slick-next{
	right: 0;
	background: url(./arrow-next-simp.png) 0 0 / 100% no-repeat;
}

@media screen and (max-width: 560px){
    .items-print{
        padding: 0 30px;
    }
    .items-print .slick-arrow{
        width: 20px;
        height: 30px;
    }
}

/* partners slider 
.items-partners .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.items-partners .slick-dots li{
	list-style: none;
	margin: 0 10px;
}
.items-partners .slick-dots button{
	font-size: 0;
	width: 10px;
	height: 10px;
	background: #ebebeb;
	border-radius: 50%;
}
.items-partners .slick-dots li.slick-active button{
	background: transparent;
	border: 1px solid #888888;
}
.items-partners{
	position: relative;
	padding: 0 60px;
}
.items-partners .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -30px 0 0 0 ;
	z-index: 2;
	font-size: 0;
	width: 30px;
	height: 50px;
	border: none;
}
.items-partners .slick-arrow.slick-prev{
	left: 0;
	background: url(./arrow-prev-simp.png) 0 0 / 100% no-repeat;
}
.items-partners .slick-arrow.slick-next{
	right: 0;
	background: url(./arrow-next-simp.png) 0 0 / 100% no-repeat;
}*/

/* team slider */
.items-team .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.items-team .slick-dots li{
	list-style: none;
	margin: 0 10px;
	
}
.items-team .slick-dots button{
	font-size: 0;
	width: 10px;
	height: 10px;
	background: #ebebeb;
	border-radius: 50%;

}
.items-team .slick-dots li.slick-active button{
	background: transparent;
	border: 1px solid #888888;
}

.items-team{
	position: relative;
	padding: 0 60px;
}
.items-team .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -30px 0 0 0 ;
	z-index: 2;
	font-size: 0;
	width: 41px;
	height: 60px;
	border: none;
}

.items-team .slick-arrow.slick-prev{
	left: 0;
	background: url(./arrow-prev-simp.png) 0 0 / 100% no-repeat;

}
.items-team .slick-arrow.slick-next{
	right: 0;
	background: url(./arrow-next-simp.png) 0 0 / 100% no-repeat;

}

/*--services--*/
.services-container{
	max-width: 1320px;
	margin: 0 auto ;
}
.items-services{
	display: grid;
    gap: 30px;

	grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;

	justify-content: center;
}
.item-services{
    display: grid;

	grid-template-columns: 2fr 3fr;
    grid-template-rows: auto;
}
.item-services__image:link, .item-services__image:visited{
    max-width: 100%;
    height: 100%;
}
.item-services__image:hover, .item-services__image:active{
    max-width: 100%;
    height: 100%;
    opacity: 80%;
    transition: 0.3s;
}
.item-services__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}
.item-services__title:link, .item-services__title:visited{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
.item-services__title:hover, .item-services__title:active{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
}
.item-services__info{
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 20px;
}
.item-services__text{
    font-size: 14px;
    line-height: 1.45;
    margin: 10px 0 20px;
}
.services-button:link, .services-button:visited{
    display: block;
    background: #fff;
    transition: 0.2s;
    width: max-content;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0 0 1px;
    padding: 10px 20px;
    margin: auto 0;
}
.services-button:hover, .services-button:active{
    box-shadow: 0 0 5px #000;
	transition: 0.3s;
}
.services-button-text{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.45;
}

@media screen and (max-width: 860px){
    .items-services{
        display: grid;
        gap: 20px;
    
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    
        justify-content: center;
    }
    .item-services{
        display: grid;
    
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .item-services{
        display: grid;
    
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}
@media screen and (max-width: 560px){
    .items-services{
        display: grid;
        gap: 20px;
    
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    
        justify-content: center;
    }
    .item-services{
        display: grid;
    
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}


/*--package-tabs--*/
.package-conteiner{
    background: url(./block-background-2.jpg) center center/cover no-repeat;
    padding: 60px 0;
    height: 800px;
}
.package-tabs{
    max-width: 1320px;
    margin: 0 auto;
}
.content{
    max-width: 900px;

    margin: 20px 0 20px auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
}
.package-tabs__buttons{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.tab-button{
    letter-spacing: 3px;
    border: none;
    padding: 10px;
    background-color: #dadada;
    color: #232c3d;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
}
.tab-button:hover{
    background-color: #fff;
}
.tab-button.active{
    background-color: #fff;
}
.active{
    background-color: #fff;
}
.package-tabs__descriptions p{
    text-align: left;
}
.tab-description{
    display: none;
    padding: 20px;
}
.tab-description.active{
    display: block;
}
.tab-description__content{
    display: grid;

    grid-template-columns: 40% 60%;
    grid-template-rows: auto;

    justify-content: center;
}
.tab-description__content img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: auto;
}
.tab-description__content-item{
    padding: 20px;
}
.tab-description__content-item img{
    display: block;
    border-radius: 5px;
}
.tab-description__content-item p{
    margin: 10px 0;
}
.tab-description__content-item-title:link, .tab-description__content-item-title:visited{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
.tab-description__content-item-title:hover, .tab-description__content-item-title:active{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
}
.tab-description__content-item-title-no-link{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
.content-item__title{
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}
.button.package-button{
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 560px){
    .package-conteiner{
        background: #f1f1f1;
        padding: 60px 0;
        height: auto;
    }
    .package-tabs__buttons{
        display: grid;
        grid-template-columns: 1fr;
    }
    .tab-description{
        padding: 5px;
    }
    .tab-button{
        border-bottom: 1px solid #aaaaaa;
    }
    .tab-description__content{
        display: grid;
    
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    
        justify-content: center;
    }
    .tab-button{
        font-size: 16px;
    }
}

/*--printSlider--*/
.print-container{
	max-width: 1320px;
	margin: 0 auto;
	overflow: hidden;
}
.items-print{
	overflow: hidden;
}
.item-print{
    display: grid;

	grid-template-columns: 3fr 5fr;
    grid-template-rows: auto;
    justify-content: center;
    padding: 50px;
    background: #fbfbfb;
    border-radius: 5px;
}
.item-print__pic{
    max-width: 360px;
    height: 100%;
	overflow: hidden;
}
.item-print__info-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.item-print__info-description{
    margin: 20px 0;
}
.item-print__info-description p{
    margin: 10px 0;
}

@media screen and (max-width: 860px){
    .item-print{
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        align-items: center;
        padding: 15px;

    }
    .item-print__info-title{
        margin: 10px 0;
    }
    .item-print__info-description{
        margin: 10px 0;
    }
}


/*--Gallery--*/
.gallery-container{
    display: grid;
    gap: 5px;

	grid-template-columns: repeat(11, 1fr);
    grid-template-rows: auto;
    justify-content: center;


    margin: 0 auto;
    overflow: hidden;
}
.item-gallery{
}
.item-gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 560px){
    .gallery-container{
        display: grid;
        gap: 5px;
    
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        justify-content: center;
    
    
        margin: 0 5px;
        overflow: hidden;
    }
}

/*--Steps--*/
.steps-container{
    display: grid;
    gap: 25px;

    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;

    justify-content: center;

    max-width: 1320px;
    margin: 0 auto;
}
.item-steps{
    position: relative;
}
.item-steps__pic{
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px auto 0;
}
.item-steps__title{
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
    text-align: left;
    margin-left: 70px;
    padding-top: 5px;
}
.item-steps__description{
    font-size: 16px;
    color: #1b1b1b;
    text-align: left;
    margin-left: 70px;
    margin-bottom: 20px;
    line-height: 1.45;
    padding-right: 35px;
}
.hor-green-line{
    width: 70px;
    height: 5px;
    margin: 20px 0 20px 70px;
    background-color: #81d742;
}
@media screen and (max-width: 860px){
    .steps-container{
        display: grid;
        gap: 0px;

        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .item-steps__description{
        padding-right: 5px;
    }
}
@media screen and (max-width: 560px){
    .steps-container{
        display: grid;
        gap: 5px;
    
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .hor-green-line{
        width: 70px;
        height: 5px;
        margin: 10px 0 10px 70px;
        background-color: #77c62d;
    }
}

/*--payment-delivery--*/
.payment-container{
    max-width: 1320px;
    margin: 0 auto;
}
.items-payment{
    display: grid;
    gap: 30px;

    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    justify-content: center;

}
.item-payment__info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    margin: 0;
}
.item-payment__info-image{
    max-width: 180px;
    margin: 20px auto;
}
.item-payment__info-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}
.item-payment__info-title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.item-payment__info-text{
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width: 860px){
    .item-payment__info-image{
        max-width: 150px;
        margin: 20px auto;
    }
    .item-payment__info-title{
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
}
@media screen and (max-width: 560px){
    .items-payment{
        display: grid;
        gap: 15px;
    
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        justify-content: center;
    }
    .item-payment__info-image{
        max-width: 100px;
        margin: 20px auto;
    }
    .item-payment__info-title{
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
}

/*--Form--*/
.block-form{
    max-width: 100%;
}
.form-color{
    background: #023E8A;
}
.form-container{
    height: 200px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1320px;
    margin: 0 auto;
}
.item-form{
    align-self: center;
}
.item-form__text{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    line-height: 1.45;
}
.item-form__add-text{
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.45;
}
.big-button-text{
    color: #fff;
}

@media screen and (max-width: 860px){
    .form-container{
        height: 150px;
    }
    .item-form__text{
        font-size: 28px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 720px){
    .form-container{
        height: auto;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 25px;
    }
    .item-form{
        align-self: center;
    }
    .item-form__text{
        font-size: 22px;
        text-align: center;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 480px){
    .button.button-form{
        padding: 12px;
    }
}

/*--AboutCompany--*/
.about-company-container{
    max-width: 1320px;
    margin: 0 auto;
}

.item-about-company{
    display: grid;
    gap: 30px;

    grid-template-columns: 3fr 7fr;
    grid-template-rows: auto;

    max-width: 1320px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.item-about-company__pic{
    max-height: auto;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
}
.item-about-company__text{
    font-size: 18px;
    line-height: 1.45;
}
.item-about-company__text p{
    margin: 0 0 15px 0;
}

.benefit-numbers-container{
    display: grid;
    gap: 30px;

    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;

    max-width: 1320px;
    margin: 30px auto 0;
    overflow: hidden;
}
.item-benefit{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}
.item-benefit__numder{
    font-size: 50px;
    font-weight: bold;
    color: #002255;
    line-height: 1.45;
    
}
.item-benefit_description{
    font-size: 18px;
    text-align: center;
    color: #1b1b1b;
    line-height: 1.45;

}

@media screen and (max-width: 960px){
    .item-about-company{
        display: grid;
    
        grid-template-columns: 100%;
        grid-template-rows: auto;
    
        max-width: 1320px;
        margin: 0 auto 20px;
        overflow: hidden;
    }
    .item-about-company__pic{
        display: none;
    }
    .item-about-company__text{
        margin: 0 10px;
    }
    .item-benefit{
        flex-basis: 280px;
    }

}
@media screen and (max-width: 560px){
    .item-about-company__pic{
        display: block;
    }
    .item-about-company__text{
        font-size: 16px;
    }
    .item-benefit__numder{
        font-size: 34px;
        font-weight: bold;
        color: #002255;
        line-height: 1.45;  
    }
    .item-benefit_description{
        font-size: 14px;
        text-align: center;
        color: #1b1b1b;
        line-height: 1.45;
    }

}

/*--Reviews--*/
.reviews-container{
    display: grid;
    gap: 10px;

    grid-template-columns: 1fr;
    grid-template-rows: auto;

    max-width: 1320px;
    margin: 0 auto;
}
.item-review{
    display: grid;
    gap: 30px;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    background: #fff;
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
}
.hor-grey-line-review{
    width: 50%;
    height: 1px;
    margin: 10px 0;
    background-color: #d2d2d2;
}
.item-review__info-title{
    font-size: 20px;
    font-weight: 600;
}
.item-review__info-whoisit{
    font-size: 14px;
    color: #888888;
}
.item-review__info-description{
    font-size: 16px;
    line-height: 1.5;
}
.item-review__info-description-add{
    color: #023e8a;
    cursor: pointer;
    margin: 10px 0;
}
.item-review__info-description-add span{
    font-size: 16px;
    font-weight: 600;
    border-bottom: dotted 1px;
}
.item-review__video{
    max-width: 600px;
    height: 300px;
    background-color: #000;
}
.item-review__image{
    max-width: 600px;
    height: 300px;
}
.item-review__image img{
    width: 100%;
    height: auto;
    object-fit: fill;
}

@media screen and (max-width: 860px){
    .item-review{
        display: grid;
        gap: 10px;
    
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .review-order-1{
        grid-row-start: 1;
        grid-column-start: 1;
    }
}


/*--partners--*/
.partners-container{
	max-width: 1320px;
	margin: 0 auto;
	overflow: hidden;
}
.items-partners{
    display: grid;
    gap: 10px;
    
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto;
}
.item-partners img{
    border-radius: 10px;
}

@media screen and (max-width: 560px){
    .items-partners{
        display: grid;
        gap: 10px;
        
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto;
    }
}

/*--Faq--*/
.faq-container{
	display: grid;

	grid-template-columns: 1fr;
    grid-template-rows: auto;

	max-width: 960px;
	margin: 0 auto;
}
.title-phone:link, .title-phone:visited{
	display: inline-block;
	color: #000;
	font-size: 26px;
	font-weight: 600;
	text-decoration: none;
}
.title-phone:hover, .title-phone:active{
	display: inline-block;
	color: #000;
	font-size: 26px;
	font-weight: 600;
	text-decoration: underline;
}
.accordion-item-header{
    font-size: 18px;
    font-weight: 600;
    padding: 20px 30px;
    background: #fff;
    color: #000;
    cursor: pointer;
}
.accordion-item-header:hover{
    background-color: #f1f1f1;
}
.accordion-item-content {
    font-size: 16px;
    color: #666666;
    background: #fff;
    transition:  700ms;
    visibility: hidden;
    height: 0;
    opacity: 0;
}
.accordion-item.show .accordion-item-content{
    padding: 10px 30px;
    visibility: visible;
    height: auto;
    opacity: 1;
}
.accordion-item.show .accordion-item-header{
    background: #f1f1f1;
    color: #000;
}

.hor-grey-line-accordion{
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #d2d2d2;
}

@media screen and (max-width: 560px){

}


/*--OfferRepeat--*/
.repeat-screen{
	background: url('./offer-repeat.jpg') center center/cover no-repeat;
	height: 80vh;
	margin: 0 auto;
}
.repeat-screen-container{
	max-width: 1320px;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0 auto;
}
.repreat-screen-offer{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: center;
	color: #fff;
	line-height: 1.4;
}
.repreat-screen-title{
	font-size: 36px;
	font-weight: 700;
    max-width: 700px;
    margin: 0 0 20px 0;
}
.repreat-screen-description{
	font-size: 18px;
}
.repreat-screen-description li{
	list-style-type: none;
    margin: 0 0 20px 0;
    background: url('./ul-li-item.png') top left no-repeat;
    padding: 0 0 0 35px;
}
.repreat-screen-btns{
	display: flex;
}
.button.repreat-screen-button{
	margin-right: 15px;
}

@media screen and (max-width: 560px){
	.repeat-screen{
		background: #f4f4f4;
	}
	.repreat-screen-offer{
		margin: 0 10px;
        color: #000;
	}
	.repreat-screen-title{
		font-size: 24px;
	}
	.repreat-screen-description{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.repreat-screen-description li{
		margin: 0 0 5px 0;
	}
	.repreat-screen-btns{
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	.button.repreat-screen-button{
		width: 350px;
		margin-bottom: 10px;
		padding: 12px 6px;
		margin-right: 0;
	}
}
@media screen and (max-width: 360px){
	.button.repreat-screen-button{
		width: 320px;
	}
	.button.repreat-screen-button-text{
		font-size: 16px;
	}
}
@media screen and (max-width: 320px){
	.repreat-screen{
		height: 100vh;
	}
	.repreat-screen-offer{
		margin: 10px;
		padding-bottom: 0;
	}
	.repreat-screen-title{
		font-size: 20px;
	}
	.repreat-screen-description{
		font-size: 14px;
	}
	.repreat-screen-btns{
		display: flex;
		flex-direction: column;
	}
	.button.repreat-screen-button{
		width: 300px;
		margin-bottom: 5px;
		padding: 14px 3px;
	}
	.button.repreat-screen-button-text{
		font-size: 15px;
	}
	.repreat-screen-description li{
		margin: 0 0 5px 0;
	}

}
/*--Footer--*/
.map-contacts{
    display: grid;

    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto;

    justify-content: center;
}
.footer-item-map{
    height: 480px;
}
.footer-item__map-link{
    cursor: pointer;
}
.footer-item-info{
    background-color: #023E8A;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    height: 100%;
    padding: 60px 0px 60px 90px;
    line-height: 1.45;
    overflow: hidden;
}
.footer-item__company-name{
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-item__company-info{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
}
.footer-item__company-phone:link, .footer-item__company-phone:visited{
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-item__company-phone:hover, .footer-item__company-phone:active{
    display: block;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-item__company-phone-add{
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-item__company-email:link, .footer-item__company-email:visited{
    display: block;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-item__company-email:hover, .footer-item__company-email:active{
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-item__company-address{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}
.footer-item__logo-basic{
	max-width: 200px;
	max-height: auto;
	overflow: hidden;
}
.footer-item__logo-basic img{
	height: 100%;
	object-fit: contain;
}
.footer-item__logo-add{
    max-width: 100px;
	max-height: auto;
	overflow: hidden;
}
.footer-item__logo-add img{
	height: 100px;
	object-fit: contain;
}
.social-media__title{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin: 20px 0 10px;
}
.social-media__icons{
    display: grid;
    gap: 15px;

    grid-template-columns: repeat(3, 30px);
    grid-template-rows: auto;
    justify-content: left;
}
.footer_copyright{
    text-decoration: none;
    background: #303030;
    color: #fff;
    padding: 30px 0 30px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    font-weight: 300;
}
.footer_copyright a{
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 860px){
    .map-contacts{
        display: grid;
    
        grid-template-columns: 100%;
        grid-template-rows: auto;
    
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .footer-item-info{
        padding: 50px 15px;
        overflow: hidden;
    }
}
@media screen and (max-width: 560px){
    .footer-item__company-name{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer-item__company-phone:hover, .footer-item__company-phone:active{
        display: block;
        text-decoration: underline;
        color: #fff;
        cursor: pointer;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .footer-item__company-phone:link, .footer-item__company-phone:visited{
        display: block;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .social-media{
        text-align: center;
        margin: 0 auto;
    }
    .social-media__icons{
        display: grid;
        gap: 40px;
    
        grid-template-columns: repeat(3, 50px);
        grid-template-rows: auto;
        justify-content: center;
    }
}
@media screen and (max-width: 560px){
    .footer-item__company-phone{
        font-size: 28px;
    }

}






.pop-up{
    margin: 0 auto;
}
.close-pop-up{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    margin: 0 0 0 auto;
    cursor: pointer;
}
.close-pop-up:before {
    content: '+';
    color: #cccccc;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    font-size: 50px;
    line-height: 1;
    top: -5px;
    left: 6px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}
.close-pop-up:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #cccccc;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
    transform: scale(0.01);
}
.close-pop-up:hover:after {
    transform: scale(1);
}
.close-pop-up:hover:before {
    transform: scale(0.8) rotate(45deg);
    color: #fff;
}
.pop-up-conteiner{
    background: #fff;
    padding: 20px;
    max-width: 450px;
    height: auto;
    font-size: 16px;
    margin:  60px auto; /*  !!! */
}
.pop-up-info{
    margin: 0 auto;
}
.pop-up-title{
    display: flex;
    flex-direction: row;
}
.pop-up-title span{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
}
.input-style{
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    background: #f1f1f1;
    width: 400px;
    height: 30px;
    margin: 5px 0 15px;
    padding: 5px; /* !!! */
    font-size: 16px; /* !!! */
}
.pop-up-info__comment textarea{
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    background: #f1f1f1;
    width: 400px;
    height: 100px;
    margin: 5px 0 15px;
    padding: 5px; /* !!! */
    font-size: 16px; /* !!! */
}
.input-style:focus, .pop-up-info__comment textarea:focus{
    border-color: #77C62D;
    color: #000;
}

.pop-up-info__add-file{
    margin: 10px 0 30px;
}
.pop-up-info__add-file p{
    margin: 5px 0;
}
.pop-up-info__capcha{
    margin: 10px auto;
}
.pop-up-info_pers-data{
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin: 10px auto 20px;
}
.pop-up-button:link, .pop-up-button:visited{
    display: block;
    background: #6da725;
    background: linear-gradient(45deg, #6da725 0%, #a6d62f 100%);
    transition: 0.2s;
    width: max-content;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0 0 1px;
    padding: 10px 20px;
    margin: 10px auto;
}
.pop-up-button:hover, .pop-up-button:active{
    background: #cdeb8e;
    background: linear-gradient(to bottom, #cdeb8e 0%, #a5c956 100%);
    transition: 1s;
}




