@charset "utf-8";
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Thin.woff');
        font-weight: 100;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-ThinItalic.woff');
        font-weight: 100;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Light.woff');
        font-weight: 300;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-LightItalic.woff');
        font-weight: 300;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Regular.woff');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-RegularItalic.woff');
        font-weight: normal;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Medium.woff');
        font-weight: 500;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-MediumItalic.woff');
        font-weight: 500;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Semibold.woff');
        font-weight: 600;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-SemiBoldItalic.woff');
        font-weight: 600;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Bold.woff');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-BoldItalic.woff');
        font-weight: bold;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Extrabold.woff2');
        font-weight: 800;
        font-style: normal;
}

body {
    font-family: 'Gilroy', sans-serif;
    background-image: url('/images/bg-avtolak.png');
    background-attachment:fixed;
    background-size: cover;
}

@media(min-width: 568px){
.xs-block {
    display: none;
}
.col-6-flex {
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}
.col-6-xs {
    width: 48%;
}
}
.btn {
    margin: auto;
    border: 0;
    display: flex;
    border-radius: 44px;
    background: #000;
    color: #fff;
    padding: 5px 30px;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: left;

}
.title {
    font-family: Gilroy;
    font-size: 40px;
    font-weight: 700;
    line-height: 57.88px;
    text-align: center;
    margin: 60px 0 30px;

}

.promo-container {
    display: flex;
    height: 100vh;
    flex-wrap: wrap;
    align-content: center;
}
.promo {
    text-align: center;
    margin:auto;
}
.promo .buttons-list a {
    background: linear-gradient(88.31deg, #178431 -8.25%, #FFEC00 48.75%, #8AB819 111.32%);
    border: 3px solid rgba(0, 0, 0, 1);
    border-radius: 41px;
    padding: 5px 20px;
    margin: 0 40px;
    
    color: rgba(0, 0, 0, 1);

    font-family: Shantell Sans;
    font-size: 35px;
    font-weight: 500;
    line-height: 58.37px;
    text-align: center;

}
.promo-text {
    font-family: Gilroy;
    font-size: 37px;
    font-weight: 400;
    line-height: 61.71px;
    text-align: center;
    margin: 15px 0 30px;
    text-shadow: 
		-0   -2px 0   #FFFFFF,
		 0   -2px 0   #FFFFFF,
		-0    2px 0   #FFFFFF,
		 0    2px 0   #FFFFFF,
		-2px -0   0   #FFFFFF,
		 2px -0   0   #FFFFFF,
		-2px  0   0   #FFFFFF,
		 2px  0   0   #FFFFFF,
		-1px -2px 0   #FFFFFF,
		 1px -2px 0   #FFFFFF,
		-1px  2px 0   #FFFFFF,
		 1px  2px 0   #FFFFFF,
		-2px -1px 0   #FFFFFF,
		 2px -1px 0   #FFFFFF,
		-2px  1px 0   #FFFFFF,
		 2px  1px 0   #FFFFFF,
		-2px -2px 0   #FFFFFF,
		 2px -2px 0   #FFFFFF,
		-2px  2px 0   #FFFFFF,
		 2px  2px 0   #FFFFFF,
		-2px -2px 0   #FFFFFF,
		 2px -2px 0   #FFFFFF,
		-2px  2px 0   #FFFFFF,
		 2px  2px 0   #FFFFFF;
}


.sidenav {
    height: 100%;
    width: 290px;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.54);
    overflow-x: hidden;
    padding: 30px 20px 20px 10px;
}

.main {
    margin-left: 290px;
    color: #fff;
    
    font-family: Gilroy;
    font-size: 17px;
    font-weight: 500;
    line-height: 28.39px;
    text-align: left;

}

.sidenav-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.sidenav-phone {
    font-family: Gilroy;
    font-size: 15px;
    font-weight: 700;
    line-height: 26.37px;
    text-align: left;
    color: #fff;
    
    display: flex;
    align-items: center;
}

.sidenav-phone svg {
    margin-right: 5px;
}

.sidenav-address {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    font-family: Gilroy;
    font-size: 11px;
    font-weight: 400;
    line-height: 15.54px;
    text-align: center;
    color: #fff;
}


.sidenav-menu li{
    margin-bottom:0;
    position: relative;
    padding: 7px 0;
    text-align: center;
    border-bottom: 0.5px solid rgba(116, 116, 116, 1);
}
.sidenav-menu li:first-child{
    border-top: 0.5px solid rgba(116, 116, 116, 1);
}

.sidenav-menu li a{
    padding: 5px 0;
    height: 100%;
    width: 100%;
    display: block; 
    transition: .0s;
    
    font-family: Gilroy;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.02px;
    text-align: center;
    
    color: #fff;

}
.sidenav-menu li:hover a,.sidenav-menu li:focus a{
    color: rgb(11, 152, 78);
}
.sidenav-menu li.active:hover a,.sidenav-menu li.active:focus a{
    color: #fff;
}
.sidenav-menu li.active a{
    background: rgba(11, 152, 78, 1);
  -webkit-clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 53%, 0% 0%);
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 53%, 0% 0%);
}

.copyright {
    margin-bottom: 20px;
}
.copyright a {
    font-family: Gilroy;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.49px;
    text-align: center;
    color: rgba(11, 152, 78, 1);
    text-decoration: underline;
}

.development-title {
    font-family: Gilroy;
    font-size: 10px;
    font-weight: 200;
    line-height: 14.06px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;

}

.development a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.contacts-info a, .contacts-info div {
    display: block;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.14px;
    text-align: left;
    color: #fff;
}
.contacts-info > a, .contacts-info > div {
    margin-bottom: 10px;
}
.contacts-info .contacts-phone {
    display: flex;
    align-items: center;   
}


.form-contacts {
    background: rgba(11, 152, 78, 1);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.14);
    border-radius: 12px;
    padding: 20px 20px 15px 30px;
}
.form-title {
font-size: 18px;
font-weight: 700;
line-height: 23.8px;
text-align: left;

margin-bottom: 20px;

}

.contacts-block {
    display: flex;
    justify-content: space-between;
}

.contacts-block iframe {
    margin-bottom: 25px;
    border-radius: 12px;
}

.form-control {
    height: 36px;
    border: 2px solid #fff;
    background: #fff;
}
textarea.form-control {
    min-height: 60px;
}
.agreement label {
    font-family: Gilroy;
font-size: 10px;
font-weight: 400;
line-height: 12.08px;
text-align: center;
    color: #fff;
}

.workshop-block__title {
    font-family: Gilroy;
font-size: 30px;
font-weight: 700;
line-height: 43.41px;
text-align: left;
color: rgba(245, 175, 23, 1);
margin-bottom: 5px;
}

.workshop-block__description {
    font-family: Gilroy;
font-size: 17px;
font-weight: 500;
line-height: 24.6px;
text-align: left;
margin-bottom: 30px;
}

.workshop-block__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.workshop-block__item {
    margin-bottom: 30px;
    margin-right: 60px;
    position: relative;
    border-radius: 12px;
        background: #fff;
}

.workshop-block__item img{
    border-radius: 12px;
    object-fit: contain;
    height: 217px;
    width: 217px;
}

.workshop-block__item:after {
    content: "";
    background: linear-gradient(0deg, #000000 22.68%, rgba(0, 0, 0, 0) 94.51%);
    position: absolute;
    height: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px;
}

.workshop-block__item-title {
    text-align: center;
    width: 100%;
    bottom: 10px;
    position: absolute;
    z-index: 2;
    color:#fff;
}

.fancybox-bg {
    background: transparent;
}

.fancybox-content {
    background: rgb(54, 54, 54);
    display: inline-block;
    max-width: 1100px;
    color: #fff;
    border-radius: 20px;
}

.fancybox-content img {
    float: left;
    margin-right: 25px;
}

.workshop-content {
    font-family: Gilroy;
font-size: 17px;
font-weight: 500;
line-height: 24.6px;
text-align: left;

}

.footer-mobile {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.54);
    padding: 15px;
}

.main-img-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-img-item{
    margin-bottom: 20px;
    width: 32%;
}
.main-img-item img {
    width: 100%;
}
@media(max-width: 768px) {
    .xs-center {
        text-align: center;
    }
    .xs-none {
        display: none;
    }
    .sidenav {
        width: 100%;
        position: relative;
        display: block;
        padding: 15px;
    }
    .main {
        margin-left: 0;
    }
    .sidenav-address {
        margin-bottom: 20px;
    }
    .copyright {
        text-align: center;
    }
    .contacts-block {
        display: block;
    }
    .contacts-info {
        margin-bottom: 20px;
    }
        .fancybox-content {
        padding: 20px;
        width: 95% !important;
    }
    
    .promo-container {
        height: 100%;
    }
    .promo .buttons-list a {
        width: 300px;
        padding: 7px 15px;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        font-size: 22px;
        line-height: 40px;
        text-align: center;
    }
    .promo {
            padding: 20px 0;
    }
    .fancybox-content img {
        float:none;
        
    }
    .workshop-content {
    margin-top: 20px;
    }
    .main-img-item{
    width: 100%;
}
}

