* {
    box-sizing:border-box;
    margin:0;
    padding:0;
}

.book {
    background: #F3F8FF;
    width:100%;
    height:100%;
   font-family: 'Montserrat', sans-serif;
  
  
}

html,body {
    scroll-behavior: auto !important;
  }

a {
    text-decoration:none;
}


.book__relative {
    position:relative;
}



.book__order {
    background-image: url(../img/bg/bg_1.png);
    background-attachment: fixed;
    background-position: right top;
    background-repeat: no-repeat;
   
}

.header__main {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:999999;
    margin:0 auto;
    max-width: 1328px;
    height:60px;
}

.header {
    display:flex;
    padding-top:17.35px;
    align-items:center;
}

.header__links {
    display:flex;
    align-items:center;
    justify-content: space-between;
    max-width:475px;
    margin:0 auto;
}

.header__links-item a{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.header__btn {
    display:flex;
    align-items:Center;
    justify-content: flex-end;
}

.header__btn-item {
    outline:none;
    border:none;
    width: 151px;
    height: 40px;
    border: 1px solid #4F5EA0;
    border-radius: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    
    color: #4F5EA0;
    background-color:transparent;

}


/* schools */

.schools {
    overflow-x:hidden;
    padding-top: 35px;
}


.schools__left {
    display:flex;
    flex-direction: column;
}

.schools__left-vector {
    margin-top: 56.3px;
    margin-bottom: 49px;
}

.schools__left-title {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 19px;
}

.schools__left-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 35px;
}

.schools__left-btn {
    display:flex;
    align-items:center;
    
}

.schools__left-btn .schools-btn {
    width: 241px;
    height: 65px;
    background: linear-gradient(180deg, #FE807C 0%, #F05550 100%);
    box-shadow: 0px 16px 15px -10px rgba(240, 85, 80, 0.5);
    border-radius: 50px;
    border:none;
    outline:none;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
	text-align: center;
	padding-top:22px;
}
.schools__left-btn .schools-btn:hover {
    -webkit-transform: scale(1.1);
    transform:  scale(1.1);
    transition: .3s ease-in-out;
    color: #FFFFFF;
}
.schools__arrow {
    display:Flex;
    justify-content: center;
    margin-top: 560px;
    margin-bottom: 15px;
}

.schools__right {
    position:absolute;
    right:0;
    bottom:0;
    top:0;
    margin-top: 35px;
    z-index:331;
}





/* book about */


/* book about left */
.book__about_left {
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
}


.about__btn {
    display:flex;
    justify-content: center;
}

.about__btn-item {
    
    outline:none;
    background: linear-gradient(180deg, #FE807C 0%, #F05550 100%);
    color: #fff;
    font-size:25px;
    font-weight:600;
    width: 66px;
    height: 66px;
    margin-top: 46px;
    border-radius: 50%;
    border: 1px solid #5665A6;
    display: flex;
    align-items: center;
    justify-content: center;

    
}

.book__about_left-vector {
    margin-top: 231px;
}

/* book about center */
.book__content {
    
    margin-top: 60px;
}


.book__about_center {
    display:flex;
    justify-content: space-around;
}



.book__about_center-vector {
    margin-top: 107px;
    padding-left:50px;
}

.book__about_center-text {
    margin-top: 130px;
    justify-content: center;
    align-items:center;
    margin-left: 80px;
}

.book__about_center-item1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 10px;
}

.book__about_center-item2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
}
.dialog {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.ui-dialog { 
	z-index: 10000 !important;
}

.mundericat-more {
	z-index: 10000 !important;
}

/* book about right */
.book__about_right {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.book__about_right-vector {
    margin-top: 55px;
    display:flex;
    justify-content: flex-end;
}

.book__about_right-item2 {
    margin-top: 293px;
}

.book__about_right-ellipse {
	cursor: pointer;
    width:40px;
    height:40px;
   
}


/* book content */
.book__content {
    background-image: url(../img/bg/bg_2.png);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    
}




/* left */
.content__left {
    position:absolute;
    left:0;
    bottom:0;
    top: 85px;
    z-index:999;
}

/* center */

.content__center {
    display:flex;
    
    align-items:center;
    justify-content: center;
}


.content__arrow {
    margin-top: 49px;
    
}

.content__center-wrapper {
    display:flex;
    flex-direction:column;
    max-width:445px;
}

.content__center-title {
    margin-top: 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 65px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.content__center-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 28px;
}

.content__center-text {
   
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;
}

.content__center_item {
    display:flex;
    justify-content: space-between;
    margin-bottom: 87px;
}


.fa-check {
    margin-right: 10px;
}

.content__center_item1-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.content__center_item2-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
	margin-left: 20px; 
}

/* right */

.content__right {
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}

.content__right-vector {
    margin-top: 128px;
}




.content-btn {
    outline:none;
    background: linear-gradient(180deg, #FE807C 0%, #F05550 100%);
    color: #fff;
    font-size:25px;
    font-weight:900;
        
    width:66px;
    height:66px;
    margin-top: 46px;
    border-radius:50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display:flex;
    align-items:center;
    justify-content: center;
    margin-top: 250px;
}



/* authors */

.authors__title {
    display:flex;
    justify-content: center;
    margin-top: 48px;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 40px;
}



.authors__left,.authors__right {
    background: #FFFFFF;
    box-shadow: 0px 16px 35px -10px #CFD8E3;
    border-radius: 10px;
    padding:47px 0;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}



.authors__left-img,.authors__right-img {
    margin-bottom: 29px;
}

.authors__left-img img,.authors__right-img img {
    border-radius:50%;
}

.authors__left-name,.authors__right-name {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
}

.authors__left-about,.authors__right-about {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin: 0 20px 34px 20px;
}

.authors__left-contacts,.authors__right-contacts {
    display:flex;
	min-height: 40px;

}

.facebook-new,.linkedin-new,.twitter-new {
    color: #fff;
}

.contacts__social-item-fb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #5269A3;
    box-shadow: 0px 10px 10px -4px rgba(72, 93, 198, 0.4);
    margin-right:20px;
}

.contacts__social-item-in {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2E73AE;;
    box-shadow: 0px 10px 10px -4px rgba(72, 93, 198, 0.4);
    margin-right: 20px;
}

.contacts__social-item-tw {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #77B3EB;
    box-shadow: 0px 10px 10px -4px rgba(72, 93, 198, 0.4);
    margin-right: 20px;
}

.contacts__social-item-gm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #DE5145;
    box-shadow: 0px 10px 10px -4px rgba(72, 93, 198, 0.4);  
}

/* apply */
.apply {
    margin-top: 48px;
     background-image: url(../img/bg/bg_3.png);
     background-attachment: fixed;
     background-position: center center;
     background-repeat: no-repeat;
     background-size:cover;
 }


.apply__left-title {
    margin-top:232px;
    font-style: normal;
font-weight: 800;
font-size: 48px;
line-height: 65px;
text-transform: uppercase;
color: #000000;

}

.apply__left-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}


.apply__right {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin-top:90px;
    z-index:333;
}




/*  */

.apply__contacts {
    padding:38px 100px ;
    background: #FFFFFF;
    box-shadow: 0px 16px 35px -10px #CFD8E3;
    border-radius: 10px;
}

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

.fname,.email {
   width:100%;
    height: 50px;
    background: #E7EFF9;
    border: 1px solid #E0E5F4;
    box-sizing: border-box;
    border-radius: 20px;
    padding:16px 0 17px 15px;
    margin-top: 24px;
    margin-bottom: 30px;
}



.sometext {
    width:100%;
    background: #E7EFF9;
    border: 1px solid #E0E5F4;
    box-sizing: border-box;
    border-radius: 20px;
    padding:15px 0 128px 15px;
}

.apply__button {
    margin-top: 30px;
    display:Flex;
    justify-content: center;
    align-items:center;
}

.apply__button-item {
    background: linear-gradient(180deg, #C1D7FF -60%, #6976B0 100%);
    box-shadow: 0px 16px 15px -10px rgba(84, 102, 179, 0.5);
    border-radius: 30px;
    width: 241px;
    height: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    outline:none;
    border:none;
}




.apply__contacts {
   
    max-width:1200px;
    left:0;
    right:0;
    margin: 0 auto;
    z-index: 4444;
}



/* footer */

.footer {
    display: flex;
    padding-top: 125px;
    align-items: center;
}

.footer__links {
    display:flex;
    align-items:center;
    justify-content: space-between;
    max-width:475px;
    margin:0 auto;
}

.footer__links-item a{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.footer__btn {
    display:flex;
    align-items:Center;
    justify-content: flex-end;
}

.footer__btn-item {
    outline:none;
    border:none;
    width: 107px;
    height: 36px;
    background: linear-gradient(180deg, #FE807C 0%, #F05550 100%);
    box-shadow: 0px 16px 15px -10px rgba(240, 85, 80, 0.5);
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;


}



.footerup {
    padding-left:13px;
}

.footer__border {
    margin-top: 35px;
   margin-bottom: 22px;
    border:1px solid  #E2E6F4;
}

/* rights */


.rights {
    padding-bottom:20px;
}
.rights__main {
    display:flex;
    justify-content: space-between;
    align-items:center
}

.rights__main-right {
    display:flex;

}

.test11 {
    background: url("../img/bg/bg_4.png") center center / cover no-repeat;
   
}



/* dialog */









/* hover and smthing */
/* links */
.wrapper-link{ 
    color: #666;display:inline-block; margin:0; 
  }

.wrapper-link:after {
    display:block;
    content: '';
    border-bottom: solid 1px #019fb6;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
}    

.wrapper-link:hover:after { 
    transform: scaleX(1); 
  }

.header__links-item.header__links-item4 .wrapper-link:after {
    border-bottom: solid 1px #F05550;  
    transform: scaleX(1) !important; 
}
.header__links-item.header__links-item4 .wrapper-link:hover:after {
    border-bottom: solid 1px #019fb6;  
    transform: scaleX(1);  
}
  /* social  */
  .contacts__social a {
    
    transition: transform .4s ease-in-out;
}

.contacts__social a:hover {
    -webkit-transform: scale(1.2);
    transform:  scale(1.2);
    transition: .3s ease-in-out;
} 

.arrow__down a  img{
    transition: transform .2s ease-in-out;
}

.arrow__down a img:hover  {
    -webkit-transform: scale(1.1);
    transform:  scale(1.1);
    transition: .1s ease-in-out;
}


/* buttons */

button{
    transition: transform .4s ease-in-out;
}

button:hover{
    -webkit-transform: scale(1.1);
    transform:  scale(1.1);
    transition: .3s ease-in-out;
} 





.about__btn-item:hover {
    color:#0e2176;
    border-color:#0e2176;
    opacity:1;
}

.content-btn:hover {
    color:rgb(255 255 255 / 71%);
    border-color:rgb(255 255 255 / 71%);
    opacity:1;
}

