
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {padding: 0px; margin: 0px; font-size: 20px; font-weight: normal; color: #000; background: #fff; font-family: "Montserrat", sans-serif; overflow-x: hidden;}
.center {max-width: 1850px; margin: auto;}
h1 {padding: 0; margin: 0; font-size: 45px; font-weight: 600; margin-bottom: 30px; color: #3B3A63;}
footer, nav, header, section, aside {display: block;}
.top {display: flex; flex-direction: row;}
.left {background: #fff; width: 35%; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; gap: 40px; box-sizing: border-box; padding-right: 75px;}

.name {position: relative; font-size: 40px; text-align: right;}
.name .dotted {position: absolute; right: 115px; top: -27px;}

.right {position: relative; z-index: 20;background: black; width: 65%; height: 100vh;}
@keyframes move-stars{0%{background-position:0 0;opacity:1}to{background-position:10000px 0;opacity:1}}
.stars,.stars:before,.stars__item{width:100%;top:0%;left:0;height:100%;position:absolute}
/*.stars:before{content:'';display:block;top:0;z-index:3;background:linear-gradient(to right,#000 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,0) 75%)}*/
.stars__choch:before{background:linear-gradient(to bottom,rgba(0,0,0,0) 25%,rgba(0,0,0,.75) 40%,rgba(0,0,0,.75) 60%,rgba(0,0,0,0) 75%)}
.stars__item{background-position:0 0;transition:all 250ms ease-in}
.stars__item_one{background-image:url(images/smallstar.jpg);animation:move-stars 1500s linear infinite;z-index:1}
.stars__item_two{background-image:url(images/middlestar.png);animation:move-stars 750s linear infinite;z-index:2}
.foto {position: absolute; right: 70px; bottom: 0px; z-index: 20;}
.foto img {display: block;}
.infTop {
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 15px;
}

.contTop {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.contTop div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.zagolovok {position: relative; display: flex; flex-direction: column; z-index: 20; color: #fff; font-size: 55px; padding-left: 75px;  margin-top: 30%; gap: 50px;}

.layoutBlock2, .layoutBlock3, .layoutBlock4, .layoutBlock5, .layoutBlock6  {float: left; width: 100%;}
.block2, .block3, .block4, .block5, .block6 {float: left; width: 100%; box-sizing: border-box; padding: 0px 20px; margin-top: 100px;}
.title {position: relative; font-size: 40px; margin-bottom: 80px; margin-left: 30px;}
.title .dotted {position: absolute; left: -30px; top: -27px;}
.layoutUsl {display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;}

.layoutUsl a {text-decoration: none; color: #000;}

.usl {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 7px;
    gap: 15px;
    transition: .5s;
}

.usl img {transition: .5s;}
.usl:hover img {transform: rotate(-8deg);}

.lsl {display: flex; justify-content: space-between; align-items: center; max-width: 1270px; margin:auto;}
.lsl div:nth-child(1) {width: 70%;}
.lsl div:nth-child(1) img {width: 100%; height: auto;}
.lsl div:nth-child(2) {display: flex; flex-direction: column; gap: 20px;}
.lsl div:nth-child(2) ul {padding: 0px; margin: 0px;}
.lsl div:nth-child(2) ul li {list-style: none;}
.lsl div:nth-child(2) span span {font-size: 50px;}
.lsl div:nth-child(2) span a {display: inline-block; text-decoration: none; text-decoration: none; padding: 10px; color: #000; border: 1px solid #000; border-radius: 7px; transition: .5s;}
.lsl div:nth-child(2) span a:hover {background: #000; color: #fff;}

.accordion {float: left; width: 100%;}

.accordion .accordion-item {	
	margin: 0 0 50px 0;    
}
.accordion .ui-accordion-header {
	font-size: 25px;    
	cursor: pointer;
	outline: none;
    font-weight: 300;
    box-sizing: border-box;
    padding-left: 50px;
}
.accordion .ui-accordion-content {
	padding: 0px;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 300;
}

.accordion .ui-accordion-header {
	position: relative;
}
.accordion .ui-accordion-header-icon {
	content: '';
	position: absolute;
	top: -5px;
	left: 0px;    
	display: inline-block;
	width: 40px;
	height: 40px;    
	background: url(images/q.svg) 50% 50% no-repeat;
}

.SliderO {margin: auto; max-width: 1450px;}



.osl {display: flex; justify-content: space-between; flex-direction: column; align-items: center; margin: 0px 10px;}
.osl div:first-of-type {margin-bottom: 20px;}
.osl div img {display: block; width: 100%; height: auto; border: 1px solid #000; border-radius: 10px;}



.Slider .slick-next, .SliderO .slick-next {background: url(images/r.svg) !important; opacity: .3; transition: .3s;}
.Slider .slick-prev, .SliderO .slick-prev {background: url(images/l.svg) !important; opacity: .3; transition: .3s;}
.Slider .slick-next:hover, .Slider .slick-prev:hover, .SliderO .slick-next:hover, .SliderO .slick-prev:hover {opacity: 1;}

.SliderO .slick-next {right: -100px !important;}
.SliderO .slick-prev {left: -100px !important;}

.layoutCont {display: flex; align-items: center; justify-content: space-between; gap: 50px;}

.layoutCont .left {background: #fff; width: auto; height: auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 40px; box-sizing: border-box; padding-right: 0px; padding-left: 30px;}

.layoutCont .name {position: relative; font-size: 40px; text-align: left;}
.layoutCont .name .dotted {display: none;}
.layoutCont .infTop {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 15px;
}

.layoutCont .contTop {align-items: flex-start; }
.formBottom {background: #000; padding: 20px; border-radius: 7px;}
.formBottom span {color: #fff; font-size: 25px; font-weight: 500;}
.formBottom form {display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;}

.formBottom form input {width: 48%; box-sizing: border-box; background: #fff; font-size: 20px; font-weight: 400; color: #000; font-family: "Montserrat", sans-serif; border-radius: 10px; resize: none; padding: 24px; margin: 10px 0px; outline: none;}

.foto2 {margin-top: 50px;}
.foto2 img {display: block; width: auto; height: auto;}
.formBottom textarea {width: 98%; box-sizing: border-box; background: #fff; font-size: 20px; font-weight: 400; color: #000; font-family: "Montserrat", sans-serif; border-radius: 10px; resize: none; padding: 24px;}
.layoutBlock6 .title {margin-bottom: 10px;}
.formBottom form button {transition: .4s; width: 60%; background: #000; color: #fff; font-size: 20px; font-weight: 400; text-decoration: none; padding-top: 23px; padding-bottom: 24px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; outline: none; margin-top: 8px;}
.formBottom form button:hover {background: #fff; color: #000;}
.formBottom form .checkbox {float: left; text-transform: none; line-height: 17px; margin-top: 10px; color: #fff; font-size: 12px;}
.formBottom form .checkbox input {width: auto; float: left; margin-top: 4px; margin-right: 10px;}
.cheB {display: flex; width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
        box-sizing: border-box;
    padding-right: 10px;

}
.layoutFooter {float: left; background: #000; color: #fff; font-size: 15px; width: 100%; text-align: center; padding: 25px 0px;}

.soc {display: flex; gap: 10px; align-items: center; justify-content: space-between;}
.soc img {width: 30px;}


.capcha {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

#phoneTop .capcha {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

#phoneTop .capcha input {height: 50px;}

.formBottom form .capcha input {width: 150px; height: 50px;}
.formBottom form .capcha .number {
    height: 50px;
    background: #fff;
    display: grid;
    align-items: center;
    border-radius: 10px;
    padding-left: 10px;
}

/*****cookie****/
#cookie_note{
    display: none;
    position: fixed;
    bottom: 25px;
    left: 45%;
    max-width: 90%;
    transform: translateX(-45%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 100;
}

.layout_text_cookie {display: flex; gap: 20px; align-items: center;}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
    width: 90%;
}

#cookie_note a {color: #3755fa;}
#cookie_note a:hover {text-decoration: none;}

.cookie_accept{
    width: 100px;
    height: 30px;
    background: #3755fa;
    border: none;
    color: #fff;
    border-radius: 5px;
    transition: .3s;
}

.cookie_accept:hover {cursor: pointer; background: #283eb9;}

@media (max-width: 780px){
.layout_text_cookie {
    display: flex
;
    gap: 20px;
    align-items: center;
    flex-direction: column;
}
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
/*****cookie****/




/*****FORM****/
.form input {width: 100%; box-sizing: border-box; background: #fff; font-size: 20px; font-weight: 400; color: #474747; font-family: "Montserrat", sans-serif; border: 1px solid #000; border-radius: 10px; resize: none; padding: 24px; margin: 10px 0px; outline: none;}
.form button {transition: .4s; width: 100%; background: #000; color: #fff; font-size: 20px; font-weight: 400; text-decoration: none; padding-top: 23px; padding-bottom: 24px; border: 1px solid #000; border-radius: 10px; cursor: pointer; outline: none; margin-top: 8px;}
.form button:hover {background: #fff; color: #000;}
.form .checkbox {float: left; text-transform: none; line-height: 10px; margin-top: 10px;}
.form .checkbox input {width: auto; float: left; margin-top: 4px; margin-right: 10px;}
.form .checkbox label {font-size: 12px; color: #9B9AB5;}
.form input::placeholder {color: #474747; font-size: 20px; font-weight: 300;}
/*****FORM****/

@media only screen and (max-width:1520px) {
    .foto {right: -120px;}
}

@media only screen and (max-width:1250px) {
    .foto {right: -120px;}
    .layoutBlock6 .title {
    margin-bottom: 10px;
    display: none;
}
.foto2 {
    margin-top: 50px;
    display: none;
}
.layoutCont {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 60px;
}
}

@media only screen and (max-width:1140px) {
    .foto img {width: 70%;}
    .foto {right: -190px;}
}

@media only screen and (max-width:1024px) {
.top {
    display: flex;
    flex-direction: column-reverse;
}
    .right {
        position: relative;
        z-index: 20;
        background: black;
        width: 100%;
        height: auto;
        padding-top: 20px;
        overflow: hidden;
    }
.zagolovok {
    position: relative;
    display: flex
;
    flex-direction: column;
    z-index: 20;
    color: #fff;
    font-size: 55px;
    padding-left: 75px;
    margin-top: 28%;
    margin-bottom: 15%;
    gap: 50px;
}
.left {
    background: #fff;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    gap: 40px;
    box-sizing: border-box; 
    padding-right: 0px;
    padding-top: 50px;
}
    .lsl {flex-direction: column; gap: 20px;}
.lsl div:nth-child(2) {
    display: flex
;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}  
.layoutCont {
        display: flex
;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        margin-bottom: 60px;
        flex-direction: column;
    }
}

@media only screen and (max-width:1024px) { 
    .foto{display: none;}
.zagolovok {
        position: relative;
        display: flex;
        flex-direction: column;
        z-index: 20;
        color: #fff;
        font-size: 55px;
        padding-left: 75px;
        margin-top: 20%;
        margin-bottom: 15%;
        gap: 50px;
    }
    
.left {align-items: flex-start; padding-left: 56px;}
.infTop {text-align: left; margin-left: -30px;}
.contTop {align-items: flex-start; margin-left: -30px;}
    .formBottom form button {width: 100%;}
    .name {text-align: left;}
    .name .dotted {
    position: absolute;
    right: 0px;
    left: -30px;
    top: -27px;
}
.layoutCont {align-items: flex-start;}
.layoutCont .name {margin-left: -30px;}

}

@media only screen and (max-width:520px) { 
    .zagolovok {padding-left: 20px; font-size: 40px;}    
.usl {
    display: flex
;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 7px;
    gap: 15px;
    transition: .5s;
    width: 100%;
}
.formBottom form input {width: 100%;}


.layoutUsl {
    display: flex
;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
    .formBottom form input, .formBottom textarea {width: 100%;}
.cheB {
    display: flex
;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 10px;
}

.block6 {margin-top: 0px;}
.block3 div span {text-align: center;}

}

/***cookie**/
#cookie_note{
    display: none;
    position: fixed;
    bottom: 25px;
    left: 45%;
    max-width: 90%;
    transform: translateX(-45%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 100;
}

.layout_text_cookie {display: flex; gap: 20px; align-items: center;}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
    width: 90%;
}

#cookie_note a {color: #3755fa;}
#cookie_note a:hover {text-decoration: none;}

.cookie_accept{
    width: 100px;
    height: 30px;
    background: #3755fa;
    border: none;
    color: #fff;
    border-radius: 5px;
    transition: .3s;
}

.cookie_accept:hover {cursor: pointer; background: #283eb9;}

@media (max-width: 780px){
.layout_text_cookie {
    display: flex
;
    gap: 20px;
    align-items: center;
    flex-direction: column;
}
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
/***cookie**/