<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&amp;display=swap&amp;subset=cyrillic,cyrillic-ext');

*  {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

h2  {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #141414;
    padding-bottom: 40px;
}
.container  {
    padding-top: 110px;
    height: 100%;
}
.content  {
    margin: auto;
    width: 1160px;
    padding: 0 10px;
    max-width: 100%;
}

.yellow-block  {
    background: #FFE640;
}
.black-block  {
    background: black;
}
.colorWhite  {
    color: white;
}
.head  {
    display: flex;
    padding-top: 30px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    top: 0px;
    /*left: calc((100vw - (100vw - 100%) - 1160px) / 2);*/
    left: calc((100% - 1160px) / 2);
    /*left:50%;
    margin-left: -50%;*/
    
    background: white;
    z-index: 9999;
}
.head:after  {
    content: '';
    position: absolute;
    height: 100%;
    background: white;
    width: 100vw;
    left: calc((100vw - 1160px) / -2);
    top: 0px;
    z-index: -1;
}
.head-logo  {
    border-left: 10px solid #FFE640;
    padding-left: 10px;
    padding-top: 5px;
    display: inline-block;
}
.head-logo img {
    max-width: 100%;
    height: auto;
}
.close-menu-line  {
    display: none;
}
.head nav ul.head-ul {
    list-style-type: none;
    display: flex;
}
.head nav ul.head-ul li {
    margin-left: 50px;
}
.head nav ul.head-ul li a {
    list-style-type: none;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #141414;
    text-decoration: none;
    border-bottom: 4px solid transparent;
}
.head nav ul.head-ul li a:hover {
    border-bottom: 4px solid #FFE640;
}

.first {
	/*height: 100%;
	min-height: 100%;*/
	padding: 100px 0;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	
}

.block0  {
    padding-top: 100px;
    padding-bottom: 100px;
}
.block0-content  {
  text-align: center;  
}

.block0-content .text {
	
	font-size: 40px;
width: 890px;
max-width: 90%;
line-height: 134%;
text-align: center;
display: inline-block;

}

.block0-content .text i {
font-size: 40px;	
}


.block1  {
    padding-top: 80px;
    padding-bottom: 100px;
}
.block1-content p  {
	
	font-size: 18px;
	color: #787878;
    
}
.block2-content  {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.block2  {
    padding-top: 100px;
    padding-bottom: 80px;
}
.block2-one  {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.block2-one img {
	height: 148px;
}
.block2-one p {
    width: 220px;
    /*margin-left: 30px;
    margin-right: 20px;*/
}
.block3  {
    padding-top: 100px;
    padding-bottom: 60px;
}
.block3-content  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.block3-one  {
    margin-bottom: 40px;
    width: 360px;
    max-width: 100%;
    transition: all 0.5s;
    
}
.block3-one h3 {
    padding: 12px 30px;
    background: #FFE640;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #141414;
    margin-bottom: 20px;
    text-align: center;
}
.block3-one p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    padding: 0 30px 30px;
    
}

.block3-one:hover p {
	color: #000;
	
}
.block4  {
	padding-top: 100px;
    padding-bottom: 100px;
}
.block4-content  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.block4-one  {
    background: #FFFFFF;
    border: 2px solid #FFE640;
    box-sizing: border-box;
    border-radius: 12px;
    width: 360px;
    max-width: 100%;
    display: block;
    text-decoration: none;
    padding-bottom: 30px;
    transition: all 0.5s;
    position: relative;
}

.block4-one.hide {border: #fff;}


.block4-one-img  {
    width: 100%;
    /*height: 230px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.block4-one-img img  {
   /* width: calc(100% - 60px);
    height: calc(100% - 60px);
    height: 100%;*/
    width: 100%;
    border-radius: 10px;
    transition: all 0.5s;
}
.block3-one:hover, .block4-one:hover  {
	
	background: #FFE640;
	/*background: rgba(255,230,64,0.1);*/

}

.block4-one.hide:hover  {
	
	background: #FFF;
	cursor: default;
	/*background: rgba(255,230,64,0.1);*/

}

.block4-one img  {
	
width: 100%;
    border-radius: 10px;
    transition: all 0.5s;
}

.block4-one:hover img  {
    width: 100%;
    /*height: 100%;*/
   /*border-radius: 0;
    background: #FFE640;
    border-bottom: 4px solid #FFE640;*/
}

.block4-one:hover h3,
.block4-one:hover p  {
    padding: 0 30px;
    color:#000;
}
.block4-one h3  {
    padding: 0 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #464646;
}
.block4-one p {
    padding: 0 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
}

.block5  {
    padding-top: 100px;
    padding-bottom: 100px;
}
.block5-content  {
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}
.block5-one  {
    width: 360px;
    max-width: 100%;
    margin-left: 30px;
    display: block;
}
.block5-one-img  {
    border: 3px solid #FFE640;
    width: 100%;
    height: 250px;
    max-width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.block5-one-img img  {
    width: 555px;
    height: 250px;
}
.block5-one p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.block5-one h3 {
    background: #FFE640;
    padding: 12px 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #141414;
    display: inline-block;
}

.block5-one img  {
	
width: 100%;
    
}

.block6  {
    padding-top: 100px;
    padding-bottom: 100px;
}
.block6-content  {
   /* display: flex;
    justify-content: space-between;
    align-items: flex-start;*/
}
.block6-content p  {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #464646;
    margin-right: 100px;
    margin-bottom: 40px;
}
.btn  {
    background: #FFE640;
    border-radius: 28px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #464646;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    width: 220px;
}
.block6-address  {

}
.address  {
    background: url("../img/icon-map.svg?v=2.1") no-repeat left center;
    min-height: 30px;
    padding-left: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFE640;
    display: flex;
    align-items: center;
    /*margin-top: 10px;*/
    text-decoration:none;

}
.block6-phone  {
    min-width: 220px;
    /*margin-left: 30px;*/
}
.form-subscribe  {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__form  {
    /*display: flex;
    justify-content:space-around;
    flex-direction: column;*/
}
.contact__form .input-one  {
	
display: flex;
    flex-direction: row;
    align-items: center;	
}

.contact__form .input-one :last-child {
	margin-right: 0;
}

.contact__form .input-btn {
	margin-left: 0;
}

.form_row {
	
display: flex;
    flex-direction: row;
    justify-content: space-between;
	
}
.form__error {
	display: none;
}
.input-text  {
    background: #FFFFFF;
    border: 2px solid #FFE640;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444;
}
.first .input-text  {
    background: #FFFFFF;
    border: 2px solid #333;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444;
}

.contact__form {
	max-width: 100%;
}

.contact__form .input-text {
	flex: 1 1 auto;
    display: block;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-top: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.alert { margin-left: 30px;
	font-style: italic;
}


.form-success  {
    color: #FFE640;
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}

.first .form-success  {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}
.input-btn  {
    border: none;
    background: #FFE640;
    margin-left: 30px;
    cursor: pointer;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
    
}
.first .input-btn  {
    border: 2px solid #FFE640;
    background: #000;
    color: #fff;
    margin-left: 30px;
    cursor: pointer;
}
.bottom  {
    background: #1E1E1E;
    padding: 88px 0;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-around;
    align-items: center;
}
.copyright {
	background: #1E1E1E;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
}
.bottom p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #E5E5E5;
}
.inst  {
    background: url("../img/inst.svg") no-repeat center center;
    height: 40px;
    padding-right: 60px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #E5E5E5;
    display: flex;
    align-items: center;
}
.face  {
    background: url("../img/face01.svg") no-repeat center center;
    height: 40px;
    padding-right: 60px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #E5E5E5;
    display: flex;
    align-items: center;
}

.bottom .fa {
	font-size: 40px;
	color: #FFE640;
}

.h2-cen  {
    text-align: center;
    margin-top: 40px;
}
@media all and (max-width: 1160px) {
    .head  {
        left: 0;
        margin-left: 0;
    }
}
@media all and (max-width: 768px) {
    .head-logo  {
        border-left: 10px solid #FFE640;
        padding-left: 10px;
        display: inline-block;
        width: 180px;
        padding-top: 5px;
    }
    .burger-menu  {
        background: url("../img/burger-menu.svg") no-repeat center;
        width: 32px;
        height: 24px;
        display: block;
        position: absolute;
        right: 10px;
        top: 40px;
    }
    .close-menu  {

        z-index: 1;
        background: url("../img/close.svg") no-repeat center;
        background-size: cover;
        width: 32px;
        height: 32px;
        display: block;
    }
    .head nav ul.head-ul {
        display: none;
        flex-direction: column;
        position: absolute;
        left: 10px;
        top: 40px;
        background: white;
        width: 100%;
        border-left: 10px solid #FFE640;
    }
    .head nav ul.head-ul li  {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .block3-content {
	    align-items: center;
	    justify-content: center;
    }

    .block4-content  {
        flex-direction: column;
        align-items: center;
    }
    .block4-one  {
        margin-bottom: 30px;
    }
    .block6-content {
        flex-direction: column;
        align-items: center;
    }
    .block2-one p {
        width: auto;
        margin-right: 10px;
    }
    .block6-content p {
        margin: 0 0 30px 0;
        text-align: center;
    }
    
    .contact__form .input-one  {
	
flex-direction: column;	
align-items: initial;
}

.contact__form .input-text {
	
	margin-right: 0;
}

.alert {
	margin-left: 0;
	text-align: center;
margin-top: 30px;
}

.bottom {
        flex-direction: column;
        justify-content: space-between;
        height: 450px;
    }
    
    .block6-phone {
	    margin-left: 0;
    }

}
@media all and (max-width: 500px) {
    .form-subscribe {
        flex-direction: column;
    }
    .input-btn  {
        margin-top: 30px;
        margin-left: 0px;
    }
    .first .input-btn  {
        margin-top: 30px;
        margin-left: 0px;
    }
    
}

.flickity-viewport {
  /*transition: height 0.2s;*/
}

.flickity-prev-next-button {
	top: 240px;
}

#who {
	padding: 200px 10px;
}
.down {
	color: #000;
}
.down i {
	font-size: 3em;
}</pre></body></html>