/* FONTS */
    @font-face {
    font-family: 'Sofia Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Bold'), url('Sofia Pro Bold Az.woff') format('woff');
    }
    @font-face {
        font-family: 'Sofia Pro Regular';
        font-style: normal;
        font-weight: normal;
        src: local('Sofia Pro Regular'), url('Sofia Pro Regular Az.woff') format('woff');
        }
    @font-face {
    font-family: 'Sofia Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Light'), url('Sofia Pro Light Az.woff') format('woff');
    }
/* MAIN */
body {
    font-family: 'Sofia Pro Regular';
}
main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 10px;
}
h1 {
}
h2 {

}
h3 {

}
h4 {

}
p {
    font-family: 'Sofia Pro Light';
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}
h1,h2,h3,h4 {
}
ul {
    margin: 0;
    padding: 0;
    line-height: 2;
}
li {
    list-style-type: none;
    font-family: 'Sofia Pro Light';
}
button {
    background-color: #171649;
    padding: 9px 35px;
    border-radius: 5px;
    color: #fff;
    margin-top: 25px;
    outline: none !important;
    box-shadow: none !important;
}
a.btn {
    background-color: #171649;
    padding: 9px 35px;
    border-radius: 5px;
    color: #fff;
    margin-top: 25px;
}
a.btn:hover {
    background-color: #171649;
    color: #fff;
}
b, strong {
    font-family: 'Sofia Pro Bold';
}

/* HEADER */
header {
    background-color: #171649;
    padding: 180px 10px 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 50vh;
}
.header-content {
    width: 100%;
    max-width: 1040px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
}
header p {
    font-size: 20px;
}
header h2 {
font-size: 70px;
margin-bottom: 20px;
}
header h2 span.green {
    color: #37D75A;
    font-family: 'Sofia Pro Bold';
}
/* NAV */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
nav.dark {
    background-color: #171649;
}
nav.scrolled {
    background-color: #171649;
}
nav.scrolled .nav-content{
    padding: 10px 10px;    
}
.nav-content {
    width: 100%;
    max-width: 1440px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    transition: all 400ms ease;
    border-bottom: 1px solid #ffffff30;
}
nav ul.menu {
    display: flex;
}
nav ul.menu li {
    margin-left: 45px;
    position: relative;
}
nav ul.menu li a {
    font-family: 'Sofia Pro Bold';
}
nav ul.menu li span.count {
    color: #171649;
    padding: 4px 3px 2px 3px;
    font-size: 12px;
    border-radius: 5px;
    border: none;
    background-color: #D6F6D9;
    font-family: 'Sofia Pro Bold';
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -20px;
}
nav a.logo {
    width: 180px;
}
nav a.logo img {
    width: 100%;
}

nav a.logo:hover {
    text-decoration: none;
}
/* FOOTER */
footer {
    background-color: #171649;
    padding: 100px 10px 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-content {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.small-footer {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #ffffff30;
}
.small-footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.small-footer ul li {
    margin: 0px 10px;
    font-size: 14px;
}
.small-footer p {
    font-size: 14px;
}
.small-footer p img {
    max-width: 120px;
    margin-left: 10px;
}
.footer-box {
    text-align: center;
}
.footer-box h3 {

}
.footer-box ul {
}
.footer-box ul li {

}
footer ul.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
}
footer ul.socials li {
    margin: 0px 6px;
}
footer ul.socials li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #b5b5d9; 
    width: 36px;
    height: 36px;
    border-radius: 5px;
    padding: 5px;
}
footer ul.socials li a:hover {
    background-color: #fff;
}
footer ul.socials li a img {
    width: 24px;
    height: 24px;
}
/* POSITIONS */
.pos-content {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;   
}
.pos-content a.pos-around {
    width: 100%;
}
.pos-content a.pos-around:hover {
    text-decoration: none;
}
.pos-box {
    width: 100%;
    padding: 45px 0px;
    border-top: 1px solid #ddd;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #171649;
}
.pos-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.pos-box p.price {
    color: #37d75a;
    background-color: #37d75a3d;
    padding: 3px 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-family: 'Sofia Pro Regular';
    font-size: 14px;
}
.pos-box p {

}
.pos-box button {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 45px;
}
.pos-box:hover button {
    text-decoration: underline;
}
.pos-box ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 0;
}
.pos-box ul li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.pos-box ul li span {
    line-height: 1;
}
.pos-box ul li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    opacity: 1;
}
.pos-box a {

}
.pos-box p.time {
    color: #a1a1a1;
    font-size: 14px;
    position: absolute;
    top: 45px;
    right: 0;
}
.pos-info {
    text-align: center;
    margin-bottom: 45px;
}
/* BENEFITS */
.benefits-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1240px;
    margin-bottom: 120px;
    border-radius: 5px;
    padding: 45px 30px;
    background-color: #f5f5f5;
}
.benefits-content h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}
.benefits-content > p {
    width: 100%;
    text-align: center;
    margin: -30px 0 45px;
}
.benefits-box-around {
    padding: 10px;
    border-right: 1px solid #ddd;
}
.benefits-box {
    border-radius: 5px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.benefits-box-around:nth-child(4){
    border: none;
}
.benefits-box h3 {
    font-size: 22px;
}
.benefits-box p {
    margin-bottom: 0;
}
.benefits-content.points {
    color: #fff;
    background-color: #171649;
    margin-top: 120px;
    margin-bottom: 0;
}

.benefits-content.points .benefits-box-around {
    border-right: 1px solid #343457;
}
.benefits-content.points .benefits-box-around:nth-child(5){
    border: none;
}
/* POSITION */
.position-content {
    padding: 100px 0px 100px;
    position: relative;
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.position-header {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.position-header h1 {
    font-size: 32px;
    margin-bottom: 25px;
}
.position-header p.price {
    color: #37d75a;
    background-color: #37d75a3d;
    padding: 3px 8px;
    border-radius: 5px;
    margin-bottom: 25px;
    font-family: 'Sofia Pro Regular';
}
.position-header ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 0;
}
.position-header ul li {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
}
.position-header ul li span {
    line-height: 1;
}
.position-header ul li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    opacity: 1;
}
.position-header .button-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.position-header .button-box button.first {
    background-color: #37D75A;
    border: 1px solid #37D75A;
}
.position-header .button-box button.second {
    background-color: transparent;
    border: none;
    color: #171649;
}
.position-header .button-box button.second:hover {
    text-decoration: underline;
}
.position-info {
    padding-right: 45px;
}
.position-detail h2 {
    margin-bottom: 15px;
    font-size: 22px;
}
.position-detail p {
    margin-bottom: 35px;
}
.position-detail ul {
    margin-bottom: 35px;
}
.position-detail ul li {
    position: relative;
    padding-left: 45px;
}
.position-detail ul li:after {
    content:"";
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url("https://img.icons8.com/fluency-systems-regular/48/37D75A/checkmark--v1.png");
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: #37d75a3d;
    border-radius: 5px;
}
.position-form {
    
    position: sticky;
    top: 100px;
    display: flex;
    flex-wrap: wrap;
}
.position-form form {
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 5px;
}
.position-form .input-around {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.position-form .input-around:nth-child(4) {
    padding-right: 5px;
}

.position-form .input-around:nth-child(6) {
    padding-right: 5px;
}
.position-form .input-around input {
    width: 100%;
    padding: 7px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    font-family: 'Sofia Pro Light';
    background-color: #fff;    
}
.position-form #other_language_input input {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    font-family: 'Sofia Pro Light';
    font-size: 14px;
    background-color: #fff;
}
#other_language_input {
    width: 100%;
}
.position-form .input-around textarea {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    font-family: 'Sofia Pro Light';
    background-color: #fff;
}
.position-form .checkbox-around {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.position-form .input-around label {
    width: 100%;
    margin-bottom: 6px;
    font-size: 14px;
}
.position-form .checkbox-around label {
    width: 100%;
    margin-bottom: 6px;
    font-size: 14px;
}
.position-form button {
    width: 100%;
    background-color: #37D75A;
    border: 1px solid #37D75A;
}
.position-form p.cond {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0;
}
.position-form form h3 {
    font-size: 22px;
}
.position-form form p {
    font-size: 14px;
}
.team {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.team .text {
    padding: 10px;
}
.team .text h3 {
    margin-bottom: 5px;
    font-size: 20px;
}
.team .text p {
    margin-bottom: 0;
}
.team .image {
    padding: 10px;
}
.team .image img {
    width: 100%;
    border-radius: 5px;
}

.about {
    width: 100%;
    max-width: 940px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    text-align: center;
}