/*   
Theme Name: a-vykyp Template
Text domain: a-vykyp
*/
body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #323031;
}
a {
    color: #73522d;
}
a:hover {
    text-decoration: underline;
    color: #73522d;
}
.header-slider {
    display: none;
}
.header-slider.slick-initialized {
    display: block;
}
#app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#main {
	flex: 1;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.alignleft {
    float: left;
    padding: 5px 10px 5px 0;
}
.alignright {
    float: right;
    padding: 5px 0 5px 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 10px;
}
[type=reset]:focus, 
[type=submit]:focus, 
button:focus, 
html [type=button]:focus {
    outline: none;
    text-decoration: none;
}
button, 
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input, 
select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
*:focus {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
.btn-primary {
    background-color: #00181a;
   
}
h1, h2, h3, h4, h5 {
    font-size: 22px;
}
/*--- Header Nav---*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.gallery-item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.gallery-columns-2 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
    flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 1199px) {
	.gallery-columns-2 .gallery-item {
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
	    flex: 0 0 33.333%;
	    max-width: 33.333%;
	}
	.gallery-columns-4 .gallery-item {
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
	    flex: 0 0 20%;
	    max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
	    flex: 0 0 16.666%;
	    max-width: 16.666%;
	}
}
.site-title-page {
    font-size: 28px;
}
.breadcrumbs,
.breadcrumbs a {
    color: #000;
    font-size: 16px;
}
/*--- Main menu ---*/
#header {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 47, 52, 0.66), rgba(0, 47, 52, 0.58)), url(/wp-content/uploads/2020/04/auto4.jpg);
    background-position: inherit;
    background-size: cover;
}
.home #header {
    height: 410px;
}
@media screen and (min-width: 1199px) {
    .home #header {
        height: 530px;
        background: none;
    }
}
#header .container-fluid {
    z-index: 10;
    position: relative;
}
.home #header .container-fluid {
    background-color: #13281461;
}
.icons-header {
    position: absolute;
    right: 0;
    left: 0;
    top: calc(290px + 131px);
    transform: translateY(-50%);
}
.icons-header__item {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#323031 !important; 
}
.icons-header__item img {
    margin-right: 15px;
    width: 60px;

}

.icons-header__item2 {
    font-size: 20px;
    display: flex;

	color:#323031 !important; 
}
.icons-header__item2 img {
    margin-right: 15px;
    width: 60px;

}

@media screen and (min-width: 1199px) {
    .logo {
   background-color: white;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: 54px;
        padding: 10px 0;
    }
 
}
.logo a {
    position: relative;
    z-index: 10;
}
.main-menu {
    background-color: #132814;
    z-index: 10;
    position: relative;
}
.top_menu {
    font-size: 0;
}
.top_menu .menu-item {
    display: block;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

.top_menu .menu-item a {
    color: #fff;
    padding: 12px 0;
    display: block;
    transition: all .3s ease 0s;
    display: flex;
    align-items: center;
}
.top_menu .menu-item a:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
}
.top_menu .menu-item a .fal {
    display: inline-block;
}
@media screen and (min-width: 1199px) {
    .top_menu .menu-item a .fal {
        margin-left: 6px;
        display: none;
    }
	.top_menu .menu-item {
	    font-size: 20px;
	    display: inline-block;
	}
	.top_menu .menu-item a {
	    padding: 0 25px;
	    line-height: 79px;
	}
    .top_menu .menu-item a:lang(ru) {
        padding: 0 20px;
    }
	.top_menu .menu-item.menu-item-has-children:hover>.sub-menu{
	    opacity: 1;
	    visibility: visible;
	    transform: scale(1);
	}
	.sub-menu {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    position: absolute;
	    background-color: #132814;
	    box-shadow: 3px 3px 11px rgba(0, 0, 0, .3);
	    text-align: left;
	    width: 368px;
	    opacity: 0;
	    visibility: hidden;
	    top: auto;
	    padding: 5px 0;
	    transform: scale(0.5);
	    transition: .2s all cubic-bezier(0.1,1.26,.83,1);
	    transform-origin: top left;
	    z-index: 999;
	}
	.top_menu .sub-menu .menu-item {
	    display: block;
	    font-size: 17px;
	    margin: 0;
	    text-transform: none;
	    border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
	.top_menu .sub-menu .menu-item:last-child {
		border-bottom: none;
	}
	.top_menu .sub-menu .menu-item a {
	    padding: 7px 10px;
	    color: #fff;
	    line-height: 25px;
	}
	.modal-body .form-control {
	    background-color: transparent;
	    font-size: 22px;
	    height: calc(1.5em + 1.2rem + 2px);
	}
	.modal-body .btn.btn-primary {
	    color: #fff;
	    background: #132814;
	    font-size: 22px;
	    padding: 13px 25px;
        transition: all .3s ease 0s;
	}
}
.modal-body .btn.btn-primary:hover {
    opacity: .8;
}
/*-- Header slider ---*/
.section-slider {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 410px;
}
.header-slider__item img {
    object-fit: cover;
    opacity: .7;
    height: 410px;
    width: 100%;
}
@media screen and (min-width: 1199px) {
    .section-slider {
        height: 550px; 
        bottom: 0;
    }
    .header-slider__item img {
        height: 550px;
        width: 100%;
    }
}
.header-slider__item {
    background-color: #000;
}
/*---Header---*/
.list-phones li {
    margin: 7px 0;
    display: inline-block;
    font-size: 22px;
}
.list-phones li a {
    color: #fff;
    margin: 0 2px;
}
.list-phones .fab {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}
.list-phones .fab.fa-telegram-plane {
    background-color: #018ccd;
}
.list-phones .fab.fa-whatsapp {
    background-color: #2fb34b;
}
.list-phones .fab.fa-viber {
    background-color: #7d529e;
}
.list-adress li {
    font-size: 22px;
    display: block;
    color: #fff;
    padding: 7px 0;
}
.list-adress li a {
	color: #fff;
}
.list-adress .fal {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 26px;
}
.btn-callback {
       background: #ffffff;
    color: #132814;
    font-size: 20px;
    padding: 22px 0;
    transition: all .3s ease 0s;
    font-weight: bold;
    border: none;
	
	border: 1px solid #1328141a;
    padding: 20px;
}
.btn-callback:hover {

    color: #132814;
}
.mobile-open {
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
}
.change-language select {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 35px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}
@media screen and (min-width: 1199px) {
    .change-language select {
        background-color: #ad8454;
        border-color: #b08756;
        font-size: 22px;
        padding: 22px 41px;
    }
}
.change-language .fal {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 52%;
    transform: translateY(-50%);
    font-size: 15px;
    opacity: .7;
	pointer-events: none;
}
/*--- Production ---*/
.section-production {
    padding-top: 50px;
}
.section-production .section-title--bg {
    background: #132814;
    margin-bottom: 30px;
}
.production-item {
    border: 1px solid #e8e8e8;
    border-right-color: transparent;
    border-top-color: transparent;
    padding: 30px;
    transition: all .3s ease 0s;
}
.production-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.production-item__view {
    padding: 15px 0;
    color: #fff;
    position: absolute;
    top: calc(50% - (118px / 2));
    right: 0;
    left: 0;
    transform: translateY(-50%) scale(.8);
   background: linear-gradient(to right, rgb(0, 47, 52), rgb(0, 47, 52));
    width: 40%;
    margin: 0 auto;
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
}
.production-item:hover .production-item__view {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}
.production-item a {
    text-decoration: none;
    color: #fff;
}
.production-title {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    padding: 20px;
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1199px) {
    .related-slider .production-title {
        font-size: 18px;
    }
}
.production-wrap:nth-child(even) .production-title {
    background: #132814;
}
.production-wrap:nth-child(odd) .production-title {
    background: #132814;
}
.slider-galereya .slick-arrow,
.related-slider .slick-arrow {
    color: #000;
}
.slider-galereya.slick-prev.slick-arrow:hover, 
.slider-galereya .slick-next.slick-arrow:hover,
.related-slider .slick-next.slick-arrow:hover {
    color: #000;
}
.content-phones .list-phones li a {
    color: #000;
}
.content-phones {
   
    padding: 20px;
    margin-top: 1rem;
	

}
.slider-galereya-nav img {
    padding: 0 5px;
    height: 83px;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
}
/*--- Sections site ---*/
.section-advanced,
.section-manufactoring,
.section-image-about {
    padding: 70px 0 0;
}
.section-advanced .section-title--bg,
.section-image-about .section-title--bg {
    background: #132814;
    margin-bottom: 50px;
}
.section-manufactoring .section-title--bg {
    background: #132814;
	margin-bottom: 24px;
  
}
.section-title--bg span {
    display: inline-block;
    background-color: #fff;
    padding: 0 25px;
    font-size: 21px;
}
.manufactoring-wrap {
    padding: 50px 0;
}
.manufactoring-wrap--bg {
    background-color: #004a52;
}
.manufactoring-row {
    background: #132814;
    color: #fff;
}
.manufactoring-title {
    font-size: 25px;
}
.manufactoring-number {
    padding: 30px 0;
    font-size: 40px;
}
.manufactoring-text {
    font-size: 20px;
}
.grid-wrap {
    display: grid;
    margin: 0 130px 0 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid-wrap.grid-wrap-2fr {
    margin: 0 0 0 130px;
}
.grid-wrap .grid-wrap__item--arrow {
    margin-left: 30px;
}
.grid-wrap.grid-wrap-2fr .grid-wrap__item--arrow {
    transform: scale(1, -1);
    margin-left: 50px;
}
.grid-wrap__item {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.grid-wrap__item figcaption {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}
.grid-wrap-2fr .grid-wrap__item {
    justify-content: flex-end;
}
.section-image-about-wrap {
    padding: 50px 0 100px;
}
.catalog-list {

}
.catalog-list li {
    margin: 0 0 30px;
}
.catalog-list li p {
    margin: 0;
}
.catalog-list li a {
    color: #ad8454;
    font-weight: bold;
}
.calalog-quick-list {

}
@media screen and (min-width: 1199px) {
    .calalog-quick-list li:not(:last-child) {
        margin-right: 15px;
    }  
}

.calalog-quick-list li a, 
.calalog-quick-list li span {
    display: block;
    border: 1px solid #ad8454;
    color: #000;
    padding: 7px 20px;
    transition: all .3s ease 0s;
}
.calalog-quick-list li a:hover, 
.calalog-quick-list li span {
    color: #fff;
    background-color: #ad8454;
    text-decoration: none;
}
.download-file {
    background: linear-gradient(to right, #639639, #36631d);
    color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 20px;
    padding: 15px 30px;
    transition: all .3s ease 0s;
}
.download-file:hover {
    opacity: .8;
    color: #fff;
}
.download-file .fad {
    margin-right: 5px;
    font-size: 21px;
    vertical-align: middle;
}
.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    font-size: 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 2px;
}
.slick-dots li button {
    background-color: transparent;
    border: 2px solid #bd925e;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: all .3s ease 0s;
		display:none;
}
.slick-dots li.slick-active button {
    display:none;
}

/*--- Advantages ---*/
.advanced-block {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 100px 1fr;
   
    grid-column-gap: 25px;
    grid-template-areas: "ICON Title" "ICON Text";
}
.advanced-icon {
    grid-area: ICON;
}
.advanced-title {
    font-size: 21px;
    margin-bottom: 15px;
    grid-area: Title;
}
.advanced-title::after {
    content: "";
    display: block;
    width: 190px;
    height: 3px;
    background-color: #f1f1f1;
    margin-top: 5px;
}
.advanced-text {
    font-size: 18px;
    grid-area: Text;
}
/*--- Gallery home ---*/
.section-slider-about {
    background-color: #132814;
    padding: 20px 0;
}
.slider-about__item img {
    transition: all .3s ease 0s;
    opacity: .7;
}
.slider-about__item:hover img {
    opacity: 1;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    color: #fff;
    font-size: 34px;
    padding: 0;
    transition: all .3s ease 0s;
    opacity: .7;
}
.slick-prev.slick-arrow {
    left: 15px;
}
.slick-next.slick-arrow {
    right: 15px;
}
.slick-prev.slick-arrow:hover,
.slick-next.slick-arrow:hover {
    opacity: 1;
    color: #fff;
}
/*--- Reviews ---*/
.section-reviews {
    padding: 80px 0;
}
.slider-rewiews {
    margin-left: -15px;
    margin-right: -15px;
}
.slider-rewiews__item {
    margin: 0 15px;
}
.slider-rewiews--review_text {
    color: #242424;
    padding: 30px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
}
.slider-rewiews--reviews_name {
    color: #242424;
    margin: 20px 0px 0 30px;
}
@media screen and (min-width: 1199px) {
    .section-reviews .section-title--bg {
        margin-bottom: 30px;
    }
    .section-reviews .buttons-wrap {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
	
    }
}
.buttons-wrap .slick-arrow,
.buttons-related .slick-arrow {
    position: initial;
    color: #000;
    transform: none;
    font-size: 25px;
    backface-visibility: hidden;
}
.buttons-wrap .slick-prev.slick-arrow:hover, 
.buttons-wrap .slick-next.slick-arrow:hover,
.buttons-related .slick-prev.slick-arrow:hover, 
.buttons-related .slick-next.slick-arrow:hover {
    color: #132814;
}
.buttons-wrap .slick-arrow .fal,
.buttons-related .slick-arrow .fal {
    font-weight: 500;
}
/*--- Single Page ---*/
.content-page {
    font-size: 20px;
    line-height: 33px;
}
/*--- leave-request ---*/
.leave-request {
    position: relative;
}
.leave-request--form {
    width: 100%;
    background-color: #132814;
    padding: 30px;
}
@media screen and (min-width: 1023px) {
	.leave-request--form {
	    max-width: 480px;
	}
   .leave-request--bg {
        height: 600px;
        background-size: cover; 
    } 
    .leave-request--form {
        width: 100%;
        max-width: 480px;
        background-color: #132814;
        position: absolute;
        left: 0;
        right: 0;
        height: 600px;
        bottom: -50px;
        padding: 30px;
    }
}
.subtitle {
    margin-bottom: 40px;
}
.leave-request--form .form-control {
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    height: calc(1.5em + 1.2rem + 2px);
}
.leave-request--form .form-control::placeholder {
    color: #fff;
}
.leave-request--form .form-control:focus::placeholder {
    color: rgba(255, 255, 255, 0);
}
.leave-request--form .btn {
       color: #132814;
    background: linear-gradient(-90deg, #ffffff, #ffffff);
    font-size: 22px;
    padding: 18px 0;
    margin-top: 30px; }
.leave-request--form .privacy-policy {
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}
.leave-request--list {
    background-color: #132814;
}
@media screen and (min-width: 1023px) {
    .leave-request--list {
        position: absolute;
        bottom: 88px;
        right: 100px;
        background: transparent;
    }
    .modal-title {
        flex: auto;
        text-align: center; 
        margin-right: -35px;
    }
}
.leave-request--list .list-phones li {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.leave-request--list .list-phones li a {
    color: #132814;
}
.leave-request--list .list-phones li a .fab {
    font-weight: 100;
}
.leave-request--list .list-phones li a .fab {
       font-weight: 100;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.blog-post .blog-post-title {
    display: block;
    color: #000;
    padding: 10px 0;
}
.list-related li {
    margin-bottom: 20px;
}
.list-related li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.list-related li a:last-child {
    color: #000;
    padding: 10px 0;
}
/*--- Footer ---*/
.footer-menu {
	background-color: #132814;
}
.footer_menu {
    font-size: 0;
}
.footer_menu .menu-item {
    display: block;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer_menu .menu-item:last-child {
    border-bottom: none;
}
.footer_menu .menu-item a {
    color: #fff;
    padding: 0;
    line-height: 40px;
    display: block;
    transition: all .2s ease 0s;
}
@media screen and (min-width: 1199px) {
    .footer_menu .menu-item {
        display: inline-block;
        font-size: 19px;
        border-bottom: none;
    }
    .footer_menu .menu-item a {
        padding: 0 20px;
        line-height: 79px;
    }
}
.footer_menu .menu-item a:hover{
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
}
.footer-wrap {
    background-color: #132814;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1199px) {
    .footer-wrap {
        height: 100%;
    }
    .footer-wrap::before {
        content: "";
       
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        width: 454px;
        height: 601px;
        left: -163px;
        top: 0;
    }
}

.textcontainer { text-align:center; font-size:45px; color:#fff!important; font-weight:bold; margin-bottom:60px;}
.textcontainer2 { text-align:center; font-size:21px; font-weight:bold;  margin-top:20px;}





.footer-social {
    margin-top: 25px;
}
.footer-social li a {
    color: #fff;
    font-size: 50px;
}
.footer-social li a .fab {
    color: #4267B2;
    background-color: #fff;
    line-height: 43px;
    border-radius: 7px;
}
.footer-contacts {
    padding: 15px;
    position: relative;
    z-index: 1;
    text-align: center;
}
@media screen and (min-width: 1199px) {
    .footer-contacts {
        padding: 25px 0 0 50px;
        position: relative;
        z-index: 1;
        text-align: left;
    }
}
.footer-contacts__item {
    color: #fff;
    font-size: 30px;
    margin: 25px 0;
}
.footer-contacts__item a {
    color: #fff;
}
.footer-contacts__item .fab {
    width: 35px;
    height: 35px;
    background-color: #000;
    border-radius: 50%;
    vertical-align: text-top;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
}
.footer-contacts__item .fab.fa-telegram-plane {
    background-color: #018ccd;
}
.footer-contacts__item .fab.fa-whatsapp {
    background-color: #2fb34b;
}
.footer-contacts__item .fab.fa-viber {
    background-color: #7d529e;
}
.footer-contacts .btn-callback {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 330px;
    background: #ffffff; 
    border: none;
}


.section-image-about {
    position: relative;
}
.panorama-hint {
    opacity: 0;
    transition: .2s all ease-in-out;
    visibility: hidden;
    pointer-events: none;
}
.panorama-hint.-active {
    opacity: 1;
    visibility: visible;
}
.panorama-hint-icon {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    color: #36631d;
    bottom: 60px;
    animation: panorama-hint 3.8s ease-in-out infinite;
}
@keyframes panorama-hint {
    0% {
        opacity: 0;
        transform: translateX(100px) rotate(-25deg);
    }
    5% {
        opacity: 1;
        transform: translateX(100px) rotate(-25deg);
    }
    95% {
        opacity: 1;
        transform: translateX(-100px) rotate(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-100px) rotate(0);
    }
}
.panorama-hint-title {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    font-size: 15px;
    text-align: center;
    color: #36631d;
    font-weight: bold;
}
.panorama-fs {
    visibility: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    background: #fff;
    opacity: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: .2s all ease-in-out;
}
.panorama-fs.-active {
    visibility: visible;
    opacity: 1;
}
.modal-body .privacy-policy {
    color: #000;
    font-size: 14px;
}
.section-text {
    height: 200px;
    overflow: hidden;
    padding: 0 9rem 0 0;
}
.opentext {
    color: #000;
    font-size: 32px;
    display: inline-block;
    margin-top: 15px;
}
.addtext.opened .section-text {
    height: auto;
}
.addtext {
    padding: 0px 0 30px;
}
.minitext__control {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 3rem;
    cursor: pointer;
    transition: all .3s linear;
}
.minitext__control::after, 
.minitext__control::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #797979;
    transition: all .3s linear;
    transform: none;
}
.minitext__control::before {
    width: 11px;
    height: 3px;
    margin: -1px 0 0 -5px;
}
.minitext__control::after {
    width: 3px;
    height: 11px;
    margin: -5px 0 0 -1px;
}
.addtext.opened .minitext__control:after {
    opacity: 0;
}

.list4 {font-size:22px;  }	

.advanced-title2 {font-size:25px;  }	
.advanced-icon2 {
    grid-area: ICON;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    background-color: #24e5db;
    box-shadow: 0 0 black;
    width: 60px;
    height: 60px;
    /* background-color: #000; */
    /* border-radius: 50%; */
    vertical-align: text-top;
    line-height: 60px;
    color: white;
    font-size: 31px;
}

.d-inline-block a {color:black;}
	.list-phones2 a {
	    color:black;

    font-size: 20px;
    font-weight: bold;
		
		
	}
	
	
	.fab2 fa-fw fa-viber2 {color:#7d529e}
	
	
		.fab2 {
    font-family: "Font Awesome 5 Brands";}