/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
.container {
	width: 280px;
	margin: 0 auto;
	padding: 0 2px;
	position: relative;
	box-sizing: border-box;
}


@media (min-width: 370px) {
.container {
	width: 360px;
	margin: 0 auto;
	padding: 0 2px;
	position: relative;
	box-sizing: border-box;
}
}

@media (min-width: 660px) {
.container {
	width: 620px;
}
}

@media (min-width: 960px) {
.container {
	width: 940px;
}
}

@media (min-width: 1250px) {
.container {
	width: 1200px;
}
} 

@media (min-width: 1700px) {
.container {
	width: 1440px;
}
}

@font-face {
  font-family: "bebas-g";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/BebasRegular/BebasRegular.eot");
  src: url("fonts/BebasRegular/BebasRegular.eot?#iefix") format("embedded-opentype"), url("fonts/BebasRegular/BebasRegular.woff") format("woff"), url("fonts/BebasRegular/BebasRegular.ttf") format("truetype");
}

@font-face {
  font-family: "helios-g";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/HeliosCondBold/HeliosCondBold.eot");
  src: url("fonts/HeliosCondBold/HeliosCondBold.eot?#iefix") format("embedded-opentype"), url("fonts/HeliosCondBold/HeliosCondBold.woff") format("woff"), url("fonts/HeliosCondBold/HeliosCondBold.ttf") format("truetype");
}

@font-face {
  font-family: "helios-g";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/HeliosCondRegular/HeliosCondRegular.eot");
  src: url("fonts/HeliosCondRegular/HeliosCondRegular.eot?#iefix") format("embedded-opentype"), url("fonts/HeliosCondRegular/HeliosCondRegular.woff") format("woff"), url("fonts/HeliosCondRegular/HeliosCondRegular.ttf") format("truetype");
}

@font-face {
  font-family: "myriad-g";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/MyriadProRegular/MyriadProRegular.eot");
  src: url("fonts/MyriadProRegular/MyriadProRegular.eot?#iefix") format("embedded-opentype"), url("fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"), url("fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-g";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/RobotoRegular/RobotoRegular.eot");
  src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h2 {
		font-family: inherit;
		font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #000;

    margin: 0;
    margin-top: 50px;
    margin-bottom: 25px;

    text-align: center;
}

.schadow {
    background: linear-gradient(to bottom, rgba(0,0,0, 0.4), rgba(0,0,0,0));
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    z-index: 18;
}

input.btn-send.btn:disabled {
    background-color: grey;
}


.thank {
    font-size: 30px;
    font-family: inherit;
    text-align: center;
    margin-top: 20%;
}

.social-mob {
        display: none;
    }

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.policyty {
    color: #fff;
    font-family: inherit;
    font-size: 12px;

    display: block;
    margin-top: 20px;
}

.main-title{
	background: url("img/bg_header-3.jpg");
	background-size: cover;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
}
.main-title .container{
	min-height: 100vh;
	position: relative;
}
.main-title h1 {
    margin: 70px 0;
    font-family: inherit;
    font-size: 167px;
    line-height: 0.6;
    text-transform: uppercase;
    color: #fff;
    
    text-shadow: 5px 10px 35px rgba(0, 0, 0, 0.6);
		padding-left: 100px;
		/* custom */
		margin: 0;
		position: absolute;
		bottom: 120px;
		margin: auto;
}

.main-title small {
    font-size: 167px;
    line-height: 184px;

    text-transform: none;
}

.main-title span {
    color: #ff0000;

    position: relative;
}

/*.main-title span::before {
    content: "";

    position: absolute;

    top: -49px;
    right: -72px;
    
    width: 136px;
    height: 126px;

    background-image: url("img/alb.svg");
    background-repeat: no-repeat;
}*/

.h1-descript {
    color: #fff;
    font-size: 40px;
    text-align: right;

    font-family: inherit;
        margin: 0;
    position: relative;
    top: -80px;
    right: 216px;

		text-shadow: 0 3px 15px rgba(0, 0, 0.10);
		
		/* custom */
		position: absolute;
		top: auto;
		bottom: 30px;
		margin: auto;
}

.header {
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;

    position: relative;
    z-index: 25;
}

.header .social {
    margin-top: 0;
    margin-left: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .social li {
    margin-right: 5px;
}

.header .social svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}

.header .social svg:hover {
    fill: red;
}

.logo-header {
    width: 132px;
}

.tel-header {
    color: #fff;
    font-family: inherit;
    font-size: 14px;

    text-decoration: none;
}

.tel-header span {
    /*color: #2b599a;*/
    font-family: inherit;
    font-size: 25px;
}

.vacancies {
    background: url("img/bg-main.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;

}

.vacancies-descript .btn{
    width: 240px;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    height: 56px;
	margin: 30px 0;
	border-radius: 40px;
    color: #fff !important;
}

.reviews {
    background: url("img/bg-main.png");
    background-size: contain;
    
    background-repeat: no-repeat;
    background-position: center 0;

}

.club {
    margin-bottom: -50px;
}

.vacancies h2 {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 50px;
}

.reviews h2 {
    margin-top: 0;
    padding-top: 100px;
}

.title-descript {
		font-family: inherit;
		font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #ef2525;

    margin: 0;
    margin-bottom: 25px;

    text-align: center;
}

.title-descript-text {
    font-size: 16px;
    line-height: 20px;
		font-family: inherit;
		color: #000000;
    
    width: 680px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 55px;
}

.vacancies-items {
    margin: 0 35px;
}

.vacancies-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 120px;

    background-color: #f8f8f8;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.40);
}

.vacancies-descript {
    margin-left: 80px;
    margin-right: auto;
}

.vacancies-descript h3 {
    font-size: 40px;
    line-height: 54px;
		font-family: inherit;
		font-weight: 700;
    color: #ef2525;

    margin: 0;
    margin-top: 30px;
    margin-bottom: 25px;

    position: relative;
}

.vacancies-descript h3::after {
    content: "";

    position: absolute;

    bottom: -10px;
    left: 0;
    
    width: 140px;
    height: 5px;

    background-color: #ff0000;

}

.vacancies-descript h4 {
    font-size: 20px;
    line-height: 1.2;
		font-family: inherit;
		font-weight: 700;
    color: #000;

    margin: 0;
    margin-bottom: 10px;
    margin-top: 20px;
}

.vacancies-descript li {
    font-size: 16px;
    line-height: 1.2;
    font-family: inherit;
    color: #000;

    margin-bottom: 2px;
    padding-left: 10px;

    position: relative;
}

.vacancies-descript li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 9px;

    width: 4px;
    height: 1px;

    background-color: #000;
}

/* .btn {
    margin-top: 35px;
    margin-bottom: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 288px;
    height: 45px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    
    font-family: inherit;
    font-size: 20px;
    background-color: #ef2525;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
} */

.btn:hover {
    background-color: #d93e00;
    cursor: pointer;
}

.honor ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-top: 60px;
    margin-bottom: 50px;

}

.honor ul li {
    width: 30%;

    font-family: inherit;
    font-size: 16px;
		line-height: 20px;
		color: #000000;

    text-align: center;
}

.advantages {
    background-image: url("img/bg-adv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ed4043;
}

.advantages h2 {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 40px;
    color: #fff;

    position: relative;
}

.advantages h2::before {
    content: "";

    position: absolute;

    top: -14px;
    right: 125px;
    
    width: 136px;
    height: 126px;

    background-image: url("img/alb.svg");
    background-repeat: no-repeat;
}

.advantages ul {
    width: 730px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.advantages li {
    font-family: inherit;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 15px;

    position: relative;
}

.advantages li::after {
    content: "";

    position: absolute;

    width: 13px;
    height: 13px;

    background-color: #fff;

    top: 9px;
    left: -31px;

    border-radius: 50%;
}

.club {
    font-size: 25px;
    font-family: inherit;
    text-align: left;
}

.club h2, .club .h2{
	margin-top: 50px;
	margin-bottom: 25px;
}

.club-text {
		padding-left: 84px;
		color: #000000;
}

.club-text-ul {
		text-align: left;
		color: #000000;

    padding-left: 110px;
    width: 1250px;

    margin-bottom: 70px;
}

.club-text-ul li {
    margin-bottom: 20px;
    position: relative;
}

.club-text-ul li::after {
    content: "";

    position: absolute;

    top: 12px;
    left: -27px;

    width: 16px;
    height: 16px;

    background-color: #f61321;
    border-radius: 50%;
}

.gallery-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

}

.reviews h5 {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 20px;
    font-family: inherit;
    font-weight: bold;
}

.reviews p {
    font-size: 18px;
    line-height: 20px;
    font-family: inherit;
    font-weight: 300;

    margin: 0;
}

.reviews .reviews-h5-descript {
    font-size: 20px;
    line-height: 20px;
    font-family: inherit;
    font-weight: 300;
    margin-bottom: 25px;

    position: relative;
}

.reviews-h5-descript::after {
    content: "";

    position: absolute;

    bottom: -10px;
    left: 0;

    width: 100px;
    height: 1px;

    background-color: #ff0000;
}

.reviews-h5-descript::after {
    content: "";

    position: absolute;

    bottom: -10px;
    right: 0;

    width: 100px;
    height: 1px;

    background-color: #ff0000;
}

.li-1 {
    padding-left: 275px;
    padding-right: 73px;
}

.li-2 {
    padding-right: 260px;
    padding-left: 45px;
}

.reviews li {
    position: relative;
    margin-top: 130px;
    margin-bottom: 160px;
}

.reviews .li-1::after {
    content: "";
    top: -41px;
    left: 161px;
    width: 90%;
    position: absolute;
    z-index: -1;
    height: 306px;
    background: url(img/bg-reviews-li-1700.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.reviews .li-2::after {
    content: "";
    top: -43px;
    left: 2px;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 316px;
    background: url(img/bg-reviews-li-2-1700.png);
    background-size: contain;
    background-repeat: no-repeat;
} 


.reviews .li-1::before {
    content: "";
    top: -53px;
    left: 0;
    width: 142px;
    position: absolute;
    z-index: -1;
    height: 142px;
    background: url(img/reviews/photo-1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.reviews .li-3::before {
    background: url(img/reviews/photo-3.png);
    background-size: 99%;
}

.reviews .li-2::before {
    content: "";
    top: -53px;
    right: -13px;
    width: 142px;
    position: absolute;
    z-index: -1;
    height: 142px;
    background: url(img/reviews/photo-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.reviews .li-3::after {
    content: "";
    top: -34px;
    left: 161px;
    width: 112%;
    position: absolute;
    z-index: -1;
    height: 288px;
    background: url(img/bg-reviews-li-1700.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.li-2 h5 {
    text-align: right;
}

.li-2 .reviews-h5-descript {
    text-align: right;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-wrapper {
    background-image: url("img/bg-footer.jpg");
    padding: 20px 0;

}

.footer .social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .social svg {
    width: 26px;
    height: 26px;
    fill: #fff;
    margin-right: 10px;
}

.footer .social svg:hover {
    fill: #2b599a;
}

.tel {
    color: #fff;
    text-decoration: none;
    font-size: 25px;

    font-family: inherit;
    text-align: center;
    display: block;

    position: relative;
}

.tel::after {
    content: "";

    top: 1px;
    left: -15px;
    background-size: 70%;

    position: absolute;

    width: 30px;
    height: 30px;

    background-image: url("img/phone.png");
    background-repeat: no-repeat;
}

.adress li {
    font-family: inherit;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.adress span {
    font-family: inherit;
    font-weight: 300;
}

.footer-PS {
    background-color: #3a4045;
    padding: 10px 0;
}

.footer-PS-descript {
    margin-right: 30px;
}

.footer-PS .container {
    display: flex;
    justify-content: space-between;
}

.footer-PS p {
    font-size: 10px;
    line-height: 1.2;
    font-family: inherit;
    color: #fff;

    margin: 0;
}

.aydentika a {
    text-decoration: none;
}

.aydentika span {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: inherit;
    font-size: 10px;
}

.form-container {
    width: 1046px;
		margin: 0 auto;
		color: #000000;
}

fieldset {
    width: 960px;
    border: none;
    margin-top: 15px !important;

    padding: 0;
    padding-left: 20px !important;
}

legend {
    font-family: inherit;
    font-weight: bold;
    font-size: 19px;

    text-transform: uppercase;
    
}

label {
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
}

input,
textarea {
    padding-left: 15px;
}

.file {
    font-family: inherit;
    font-weight: bold;
    font-size: 19px;
    margin-right: 20px;

    text-transform: uppercase;
}

.checkbox-indicator {
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #ff4e4e;
    width: 20px;
    height: 20px;

    position: relative;
    top: 5px;


}

/*.filter-2 {
    width: 553px;
}*/

.filter input[type="checkbox"]:hover + .checkbox-indicator {
  border: 2px solid #2b599a;
}

.filter input[type="checkbox"]:checked + .checkbox-indicator {
  
  background-size: 100%;


  background-image: url("img/icon-yes.svg");
  background-repeat: no-repeat;
	background-position: 0px 3px;
}

.filter li:nth-child(2) {
    margin-right: 13px;
}

.filter ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

    padding: 5px;
    padding-left: 0;
}

.personal {
    width: 100%;
    background-color: #f4f4f4;
    padding-bottom: 10px;

    /*min-height: 220px;*/
}

.personal-container {
    width: 960px;
   /* margin: 0 auto;*/
}

.personal legend {
    background-color: inherit;

    padding: 20px 0px 10px 0px;

    width: 100%;
}

.personal-inputs {
    width: 960px;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.personal-inputs label {
	display: block;
	width: 30%;
}

.personal input {
    width: 100%;
    display: block;
    height: 40px;
    box-sizing: border-box;

    border: none;
    
    margin-top: 4px;
    margin-bottom: 10px;
}

.personal .name {
    width: 330px;

}

.personal .uni {
    width: 610px;
}


.personal .date-of-birth {
    width: 140px;

}

.personal .phone {
    width: 210px;
}

.personal .e-mail {
    width: 210px;
}

.personal .social-form {
    width: 330px;
}

.work {
    width: 450px;
}

.learn {
    width: 470px;
}

.working {
    width: 995px;
}

.working-inputs {
    
    margin-top: 10px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.working-inputs input {
    display: block;
    height: 40px;
    width: 100%;
    
    margin-top: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

fieldset .inputfile{
	border: none;
}

select {
    display: block;
    resize: none;

    width: 250px;
    height: 40px;
    background-color: #fff;

    border-radius: 0;

    margin-top: 4px;
}

.coment {
    /* margin-top: 4px; */
    width: 700px;
    height: 40px;
    box-sizing: border-box;

    border-color: #cacaca;
}

.work-exper {
    width: 100%;
}

.work-exper-wrapper {
    /*margin-top: 20px;*/

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.coment input {
	display: block;
	height: 40px;
	width: 100%;
	
	margin-bottom: 10px;
	box-sizing: border-box;
}

.filter-last {
    width: 99%;
}

.send {
    margin-top: 35px;
    margin-bottom: 60px;
}

.send p,
.send a {
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    text-transform: none;
}

.send a {
    color: #ff0000;
}

.send .info {
     font-family: inherit;
    font-size: 19px;
    text-transform: uppercase;
}

.send .btn {
    margin-top: 13px;
    margin-bottom: 10px;
    font-family: inherit;
		border: none;
		width: 100px;
		color: #ffffff;
}

.filter .why-work {
    justify-content: flex-start;
}

.why-work li:nth-child(1) {
    margin-right: 35px;
}

.why-work li:nth-child(2) {
    margin-right: 50px;
}

.why-work li:nth-child(4) {
    margin-right: 94px;
}

.why-work li:nth-child(5) {
    margin-right: 157px;
}


@keyframes bounce {
    0% {
        transform: translateY(-2000px);
    }

    70% {
        transform: translateY(30px);
    }

    90% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.write-us {
    display: none;

    height: 100%;
    width: 99%;
    background-color: rgba(0, 0, 0, 0.05);

    top: 0;
    left: 50%;

    margin-left: -600px;

    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.7);
}


.modal {
    width: 1170px;
    position: fixed;

    background-color: #FFF;

    z-index: 15;

		z-index: 2;
		/* custom */
		z-index: 462;
}

.modal-overlay {
    display: none;
    position: fixed;

    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);

		z-index: 1;
		/* custom */
		z-index: 461;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 9px;
    width: 22px;
    height: 22px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 20;
}

.modal-close::before,
.modal-close::after {
    content: "";

    position: absolute;
    top: 10px;
    left: 0;

    width: 27px;
    height: 4px;

    background-color: #ee3643;
}

.modal-close::before {
    transform: rotate(45deg);
}

.modal-close::after {
    transform: rotate(-45deg);
}

.modal-show {
    display: block;

    animation: bounce 0.6s;
}

.modal-error {
    animation: shake 0.6s;
}


.reviews-list{
	margin-top: 100px;
}

.reviews-list-item .content{
	background-image: url("img/bg-reviews-li.png");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding-right: 0;
	padding-left: 0;
	min-height: 330px;
	color: #000000;
}

.reviews-list-item .content .padding{
	width: 73%;
	margin: auto;
}

.reviews-list-item:nth-child(2n+2) .content{
	order: -1;
	background-image: url("img/bg-reviews-li-2.png");
	padding-right: 0;
	padding-left: 0;
}

.reviews-list-item:nth-child(2n+2) .content h5{
	text-align: right;
}

.reviews-list-item:nth-child(2n+2) .reviews-h5-descript::after {
	right: 0;
	left: auto;
}

.reviews-list-item:nth-child(2n+2) .content .reviews-h5-descript{
	text-align: right;
}

.reviews-list-item img{
	min-width: 142px;
	max-width: 142px;
	min-height: 142px;
	max-height: 142px;
	
}

.reviews-list-item {
	display: flex;
	justify-content: space-between;
}


@media (max-width: 1700px) {
    
    h2 {
        font-size: 42px;
        line-height: 1.1;
    }

    .main-title h1 {
        font-size: 125px; 
        line-height: 0.3;
        padding-left: 150px;
    }

    .main-title small {
        font-size: 120px;
    }

    .title-descript {
        font-size: 42px;
        line-height: 1.1;
    }

    .h1-descript {
        /* top: -24px; */
        right: 450px;
    }

    .vacancies-item img {
        width: 50%;
    }

    .vacancies-descript {
        margin-left: 50px;
    }

    .vacancies-descript h3 {
        font-size: 31px;
        line-height: 1.2;
    }
/* 
    .btn {
        margin-top: 30px;
        margin-bottom: 30px;
    
        width: 240px;
        height: 40px;
    
        font-size: 16px;
    
    } */

    .advantages ul {
        width: 644px;
    }

    .advantages li {
        font-size: 18px;

        position: relative;
    }

    .advantages li::after {
        top: 6px;     
    }

    .club {
        font-size: 18px;
    }

    .club-text-ul {
        width: 100%;
        box-sizing: border-box;
    }

     .img-1 {
        width: 295px;
    }

    .img-2 {
        width: 595px;
    }

    .reviews h5 {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 20px;
    font-family: inherit;
    font-weight: bold;
    }

    .li-1 h5 {
        padding-top: 13px;
    }

    .reviews p {
    font-size: 17px;
    line-height: 20px;
    font-family: inherit;
    font-weight: 300;

    margin: 0;
    }

    .reviews .reviews-h5-descript {
    font-size: 20px;
    line-height: 25px;
    font-family: bebas-g;
    font-weight: 300;
    margin-bottom: 25px;
    }

    .li-1 {
    padding-left: 275px;
    }

    .li-2 {
    padding-right: 260px;
    }

    .reviews li {
    position: relative;
    margin-top: 130px;
    margin-bottom: 160px;
    }

    .reviews .li-2::after {
    content: "";
    left: 10px;
    width: 1053px;
    position: absolute;
    z-index: -1;
    height: 385px;
    background: url(img/bg-reviews-li-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    } 

    .reviews .li-1::after {
    content: "";
    top: -19px;
    left: 139px;
    width: 1053px;
    position: absolute;
    z-index: -1;
    height: 385px;
    background: url(img/bg-reviews-li.png);
    background-size: contain;
    background-repeat: no-repeat;
    }

    .reviews .li-3::after {
    content: "";
    top: -34px;
    left: 139px;
    width: 1053px;
    position: absolute;
    z-index: -1;
    height: 290px;
    background: url(img/bg-reviews-li.png);
    background-size: contain;
    background-repeat: no-repeat;
    }

}

@media (max-width: 1250px) {
	.reviews-list-item .content{
		background-image:	url("img/bg-reviews-li-tablet-1.png");
		background-size: cover;
		width: 800px;
		padding: 0;
		padding-bottom: 25px;
		margin-bottom: 50px;
	}
	.reviews-list-item:nth-child(2n+2) .content{
		background-image:	url("img/bg-reviews-li-2-tablet.png");
		background-size: cover;
		width: 800px;
		padding: 0;
		padding-bottom: 65px;
	}
	.reviews-list-item .content .padding{
		padding: 0 10px 31px 40px;
	}
	.reviews-list-item:nth-child(2n+2) .content .padding{
		padding: 0 50px 0 0px;
	}
     .img-1 {
        width: 230px;
    }

    .img-2 {
        width: 464px;
    }

    .h1-descript {
        right: 0;
    }

    .main-title h1 {
        padding-left: 0;
    }

    .reviews .li-2::after {
    content: "";
    left: -1px;
    width: 800px;
    position: absolute;
    z-index: -1;
    height: 385px;
    background: url(img/bg-reviews-li-2-tablet.png);
    background-size: contain;
    background-repeat: no-repeat;
    } 

    .reviews .li-1::after {
    content: "";
    top: -19px;
    left: 139px;
    width: 800px;
    position: absolute;
    z-index: -1;
    height: 385px;
    background: url(img/bg-reviews-li-tablet-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    }

    .reviews .li-3::after {
    content: "";
    top: -34px;
    left: 145px;
    width: 800px;
    position: absolute;
    z-index: -1;
    height: 290px;
    background: url(img/bg-reviews-li-tablet.png);
    background-size: contain;
    background-repeat: no-repeat;
    }

    
}


@media (max-width: 1100px) {
    .write-us {
        left: 0;
        margin: 0;
    }
    .form-container {
        width: 90%;
    }

    fieldset {
        width: 90%;
    }

    .personal-container {
        width: 100%;  
        margin: 0; 
    }

    .personal-inputs {
        width: 90%;
    }

    .personal-inputs label {
        flex-grow: 1;
				margin-right: 10px;
    }

    .working {
        width: 90%;
    }
    
    .working-inputs {
        flex-wrap: wrap;
    }

    .working-inputs label {
        flex-grow: 1;
        margin-right: 10px;
    }

    .working-inputs input {
        width: 100%;
    }

    .why-work li:nth-child(1) {
        margin-right: 20px;
    }

    .why-work li:nth-child(2) {
        margin-right: 20px;
    }

    .why-work li:nth-child(4) {
        margin-right: 20px;
    }

    .why-work li:nth-child(5) {
        margin-right: 20px;
    }
    
    .why-work li {
        margin-right: 20px;
    }

    .modal {
        width: 100%;
    }

    .coment {
        width: 300px;
        flex-grow: 1;
    }

    .work-exper-wrapper label {
        margin-right: 10px;
    }
}

@media (max-width: 960px) {

	.reviews-list-item .content{
		background-image:	none;
    background-color: #f7f7f7;
		box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.5);
		border-radius: 30px;
	}
	.reviews-list-item:nth-child(2n+2) .content{
		background-image:	none;
	}
	.reviews-list-item{
		position: relative;
	}
	.reviews-list-item img{
		position: absolute;
		top: -35px;
		left: 5px;
	}
	.reviews-list-item:nth-child(2n+2) img{
		position: absolute;
		top: -35px;
		left: auto;
		right: -5px;
	}

    .main-title {
        top: 200px;
    }

    .main-title h1 {
        font-size: 83px;
    }

    .main-title small {
        font-size: 83px;
        line-height: 1;
    }

    h2 {
        font-size: 33px;
    }

    .logo-header {
        width: 100px;
    }

    .title-descript {
        font-size: 33px;
    }

    .title-descript-text {
        font-size: 15px;
        width: 85%;
    }

    .vacancies-item {
        flex-wrap: wrap;
    }

    .vacancies-item img {
        width: 100%;
    }

    .vacancies-descript h3 {
        font-size: 25px;
    }

    .vacancies-descript h4 {
        font-size: 18px; 
    }

    .vacancies-descript li {
        font-size: 15px;
    }

    /* .btn {
        width: 190px;
        height: 40px;
        font-size: 15px;
    } */

    .honor ul li {
        font-size: 15px;
    }

    .advantages ul {
        width: 523px;
    }

    .advantages li {
        font-size: 18px;
    }

    .club {
        font-size: 18px;
    }

    .club-text {
        padding: 0;
    }

    .club-text-ul {
        padding-left: 50px;
    }

    .img-1 {
        width: 305px;
    }

    .img-2 {
        width: 100%;
    }

    .logo {
        width: 123px;
    }

    .social {
        margin-top: 10px;
    }

    .adress li {
        font-size: 17px;
    }

    .li-1 {
        padding-left: 162px;
        padding-right: 30px;
    }

    .li-2 {
        padding-right: 160px;
        padding-left: 30px;
    }

    .reviews .li-2::after {
    content: "";
    left: -1px;
    width: 577px;
    border-radius: 30px;
    position: absolute;
    z-index: -3;
    height: 450px;
    background-image: none;
    background-color: #f7f7f7;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.5);
    } 

    .reviews .li-1::after {
    content: "";
    top: -19px;
    left: 39px;
    width: 577px;
    border-radius: 30px;
    position: absolute;
    z-index: -3;
    height: 385px;
    background-image: none;
    background-color: #f7f7f7;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.5);
    }

    .reviews .li-3::after {
    content: "";
    top: -34px;
    left: 39px;
    width: 577px;
    border-radius: 30px;
    position: absolute;
    z-index: -3;
    height: 290px;
    background-image: none;
    background-color: #f7f7f7;
    }

    .advantages h2::before {
    content: "";

    position: absolute;

    top: -14px;
    right: -1px;
    
    width: 136px;
    height: 126px;

    background-image: url("img/alb.svg");
    background-repeat: no-repeat;
}

    .header .social {
        margin-left: 150px;
    }
    
    .main-title h1 {
        margin: 180px 0 35px;
    }

    .main-title h1 {
        line-height: 0.6;
    }
}

@media (max-width: 700px) { 
		.personal-inputs label {
			width: 45%;
		}
    .personal {
        width: 100%;
    }

    .filter-2 {
        width: 100%;
    }

    .personal .name {
        width: 100%;
    }

    .personal .uni {
        width: 100%;
    }

    .personal .e-mail {
        width: 100%;
    }

    .personal .social-form {
        width: 100%;
    }

    .working-inputs label {
        width: 100%;
    }

    .working-inputs label {
        width: 100%;
    }

    .work-exper-wrapper {
        flex-wrap: wrap;
    }

    .work-exper-wrapper select {
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .work-exper-wrapper input {
        margin-top: 4px;
        margin-bottom: 10px;
    }

    fieldset {
        margin-top: 35px;
    }
}

@media (max-width: 660px) { 

	.reviews-list-item .content .padding{
		padding: 75px 20px 0 20px;
		width: 100%;
	}
	.reviews-h5-descript::after{
		left: auto;
		right: 0;
	}
	.reviews-list-item:nth-child(2n+2) .reviews-h5-descript::after{
		left: 0;
		right: auto;
	}
	.reviews-list-item:nth-child(2n+2) .content h5{
		text-align: left;
	}
	.reviews-list-item:nth-child(2n+2) .content .reviews-h5-descript{
		text-align: left;
	}
	.reviews-list-item:nth-child(2n+2) .content .padding{
		padding: 50px 20px 0 20px;
	}
    .main-title {
        top: 18px;
    }

    .main-title h1 {
        font-size: 51px;
    }

    .main-title small {
        font-size: 33px;
        line-height: 130px;
    }

    .main-title span {
        position: relative;
        top: -34px;
    }

    .main-title span::before {
        top: -38px;
        right: -50px;
        width: 100px;
    }

    .advantages h2::before {
        width: 121px;
    }

    .h1-descript {
        top: -50px;
        font-size: 25px;
    }

    h2 {
        font-size: 30px;
    }

    .title-descript {
        font-size: 30px;
    }

    .vacancies-descript {
        margin-left: 25px;
        margin-right: 3px;
		}

    .vacancies-item {
        margin-bottom: 60px;
    }

    .honor ul {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .honor ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .advantages ul {
        width: 100%;
        box-sizing: border-box;
        padding-left: 50px;
    }

    .advantages li {
        font-size: 17px;
    }

    .club {
        font-size: 17px;
    }

    .club-text {
        padding-left: 20px;
    }

    .img-1 {
        width: 176px;
    }

    .footer {
    
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .adress {
        margin-top: 23px;
    }

    .footer-PS .container {
        flex-direction: column;
    }

    .footer-PS-descript {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .reviews p {
        font-size: 14px;
    }

    .reviews h5 {
        text-align: right;
    }

    .reviews .reviews-h5-descript {
        text-align: right;
    }

    .reviews .li-1 {
        padding: 0 30px;
        margin-top: 180px;
    }

    .reviews .li-2 {
        padding: 0 30px;
        margin-top: 185px;
    }

    .reviews .li-1::before {
        top: -130px;
    }

    .reviews .li-3::before {
        top: -90px;
    }

    .reviews .li-2::before {
        top: -100px;
    }

    .li-2 h5 {
        text-align: left;
    }

    .li-2 .reviews-h5-descript {
        text-align: left;
    }

    .li-2 .reviews-h5-descript::after {
        right: none;
        left: 0;
    }


    .reviews .li-2::after {
    content: "";
    left: -1px;
    width: 100%;
    border-radius: 30px;
    position: absolute;
    z-index: -3;
    height: 490px;
    background-image: none;
    background-color: #f7f7f7;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.5);
    } 

    .reviews .li-1::after {
    content: "";
    top: -70px;
    left: 0;
    width: 100%;
    border-radius: 30px;
    position: absolute;
    z-index: -3;
    height: 450px;
    background-image: none;
    background-color: #f7f7f7;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.5);
    }

    .reviews .li-3::after {
    content: "";
    top: -34px;
    left: 0;
    width: 100%;
    border-radius: 30px;
    position: absolute;
    z-index: -3;
    height: 300px;
    background-image: none;
    background-color: #f7f7f7;
    }
}

@media (max-width: 660px) {

    .header .social-desct {
        display: none;
    }

    .social-mob {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 200px;
        margin: 0;
        margin-bottom: 30px;
    }

    .social-mob svg {
        fill: #ffffff;
        width: 30px;
        height: 30px;
    }

    .social-mob svg:hover {
        fill: red;
    }

    .mob-ver {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0px 15px;

    }

    .main-title h1 {
        font-size: 43px;
        margin: 0;
        margin-top: 160px;
    }

    .h1-descript {
        top: -24px;
        font-size: 20px;
		}
		
		.personal-inputs label {
			width: 100%;
		}
}

@media (max-width: 370px) {
    .main-title h1 {
        font-size: 38px;
    }

    .h1-descript {
        font-size: 15px;
    }

    h2,
    .title-descript {
        font-size: 25px;
    }
    
    .vacancies-items {
        margin: 0;
    }

    .advantages li {
        font-size: 15px;
    }

    .club {
        font-size: 15px;
    }

    .img-1 {
        width: 135px;
    }
    
    .reviews .li-1::after {
        height: 655px;
    }

    .reviews .li-2::after {
        height: 685px;
    }

    .li-1 h5 {
        padding-top: 30px;
    }

    .li-2 h5 {
        padding-top: 50px;
    }
    
    .li-3 h5 {
        padding-top: 70px;
    }

    .reviews .li-3::after {
        height: 445px;
    }


}
