body,
html {
    font-family: 'Neo Sans Pro';
}

.country_date_block {
    padding: 0 15px;
}

header {
    padding: 20px;
    height: 140px;
    background: white;
}

header .menubutton {
    width: 100px;
    height: 100px;
    float: left;
    background-image: url(../images/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}

header .logo {
    float: right;
    padding: 15px 0;
    width: 280px;
    text-align: center;
}

header .logo img {
    width: 170px;
}

.slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 35px;
    margin-bottom: 100px;
}

.slide p.heading {
    font-size: 100px;
    color: #bfb600;
    margin-top: 60px;
    margin-bottom: 60px;
}


.slide p:not([class]) {
    font-size: 46px;
    font-weight: 300;
    line-height: 70px;
    color: white;
    margin-bottom: 130px;
    margin-top: 75px;
}

.slide .priceblock p {
    text-align: center;
    color: white;
    margin-bottom: 0;
    font-size: 52px;
}

.slide .priceblock p b {
    font-weight: 400;
    font-size: 82px;
}

.slide .priceblock a.btn {
    display: inline-block;
    width: 100%;
    background: #bcb40e;
    font-size: 60px;
    line-height: 100%;
    padding: 40px;
    text-align: center;
    color: white;
    border-radius: 17px;
    margin-top: 45px;
    margin-bottom: 100px;
}

.contain {
    padding: 0 35px;
}

h4 {
        font-size: 34px;
    font-weight: 500;
    margin-bottom: 40px;
}

.section-inform_block_flex {
    width: 100%;
    display: inline-block;
}

.block-items-cards {
    width: 327px;
    height: 400px;
    background-color: #e8e8e8;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: 185px;
    background-position: calc(100% - 30px) calc(100% - 30px);
}

.block-items-cards h5 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 25px;
}

.block-items-cards p {
    font-size: 26px;
    line-height: 32px;
}


.block-items-cards a {
font-size: 26px;
    font-weight: 500;
}

.block-items-cards:nth-child(even) {
    margin-right: 0;
}


.includes a.btn {
    display: inline-block;
    width: 100%;
    background: #bcb40e;
    font-size: 38px;
    font-weight: 300;
    line-height: 100%;
    padding: 40px;
    text-align: center;
    color: white;
    border-radius: 17px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.includes {
        margin-bottom: 40px;
    border-bottom: 1px solid #dadada;
}

.forwhom_item {
    width: 150px;
    height: 150px;
    float: left;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-right: 30px;
    padding: 30px;
    margin-bottom: 30px;
}

.forwhom_item.active {
    border-color: #3ea2ca;
}

.forwhom_item .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.forwhom_item:nth-of-type(4n){
    margin-right: 0;
}

.forwhom_info {
    float: left;
    background: #b4e1f1;
    margin: 30px -35px;
    width: calc(100% + 70px);
    padding: 30px 35px;
    padding-right: 125px;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    margin-top: 45px;
    position: relative;
    display: none;
}

.forwhom_info:after {
    content: '';
    position: absolute;
    border-bottom: 24px solid #b4e1f1;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    top: -20px;
    left: 85px;
    z-index: 2;
}

.forwhom_info:before {
    content: '';
    position: absolute;
    border-bottom: 26px solid rgb(184, 207, 216);
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    top: -24px;
    left: 83px;
    z-index: 1;
}

.forwhom_info:nth-of-type(4n - 2):after {
    left: 262px;
}

.forwhom_info:nth-of-type(4n - 2):before {
    left: 260px;   
}

.forwhom_info:nth-of-type(4n - 1):after {
    left: 450px;
}

.forwhom_info:nth-of-type(4n - 1):before {
    left: 448px;   
}

.forwhom_info:nth-of-type(4n):after {
    left: 632px;
}

.forwhom_info:nth-of-type(4n):before {
    left: 630px;    
}

.forwhom_info p.heading {
    color: #003b72;
    font-weight: 500;
}

.forwhom_info p:not([class]){
    font-size: 26px;
    line-height: 32px;
}

.forwhom_info .cancel {
position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../images/close.png);
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
    right: 13px;
    top: calc(50% - 50px);
}

.forwhom {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #dadada;
}

h2 {
    font-size: 56px;
    color: #003381;
    margin-bottom: 40px;
}

p.info {
    margin-bottom: 70px;
    padding-left: 90px;
    margin-top: 60px;
    font-weight: 300;
    position: relative;
}

p.info:before {
    content: 'i';
    position: absolute;
    color: white;
    background: #003381;
    width: 65px;
    height: 65px;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    left: 0;
    top: 0;
    line-height: 60px;
    text-shadow: none;
}

.mobilemenu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background: white;
    padding: 70px;
    padding-top: 200px;
    display: none;
}

.mobilemenu .cancel {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../images/close.png);
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
    left: 70px;
    top: 40px;
}

.mobilemenu ul {
    padding-left: 0;
    list-style: none;
}

.mobilemenu ul li:before {
    display: none;
}

.mobilemenu ul li {
    margin-bottom: 36px;
    padding: 20px;
    padding-left: 30px;
    border-left: 4px solid transparent;
}

.mobilemenu ul li.active {
    border-left: 4px solid #c1c100;
}

.mobilemenu ul li.active a {
    font-weight: 300;
}

.mobilemenu ul li a {
    font-weight: 400;
    color: black;
}

.mobilemenu p.phone {
    margin-top: 100px;
    padding-left: 30px;
}

.mobilemenu p.phone a {
    color: black;
}

.mobilemenu p.phone span {
    font-weight: 300;
    display: block;
    margin-top: 20px;
    font-size: 28px;
}