/* Generated by less 3.10.3 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0e.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hs.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOX-hs.ttf) format('truetype');
}

/*
General Styles
*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.container {
    width: 1105px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .container {
        width: 900px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 700px;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .container {
        width: 340px;
    }
}

h1,
h2,
h3,
h4 {
    font-style: normal;
    font-weight: 800;
    color: #FFFFFF;
}

h1 {
    font-size: 35px;
    line-height: 48px;
}

h2 {
    font-size: 38px;
    line-height: 52px;
}

h3 {
    font-size: 32px;
    line-height: 44px;
}

h4 {
    font-size: 25px;
    line-height: 34px;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

a {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

a.button {
    display: block;
    margin: 0 auto;
    width: 415px;
    height: 79px;
    background: #FFD425;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    cursor: pointer;
    /*button text*/
    font-weight: 600;
    font-size: 25px;
    line-height: 79px;
    text-align: center;
    color: #000000;
}

@media (max-width: 767px) {
    a.button {
        width: 100%;
    }
}

a.button:hover {
    background: #fff;
}

.hidden {
    display: none;
}

/*
Styles for Header
*/
.headerTopBar {
    background: #383838;
    height: 40px;
}

.topBarInside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topBarInside p {
    line-height: 40px;
    color: #FFFFFF;
}

.phone,
.socials {
    display: inline-block;
}

.phone {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .phone {
        display: none;
    }
}

.mobilePhone {
    display: none;
}

.mobilePhone img {
    width: 20px;
}

@media (max-width: 767px) {
    .mobilePhone {
        display: inline-block;
        margin-top: 10px;
    }
}

.socials img {
    vertical-align: sub;
}

@media (max-width: 767px) {
    .socials {
        display: none;
    }
}

header {
    height: 126px;
}

@media (max-width: 991px) {
    header {
        height: auto;
    }
}

@media (max-width: 767px) {
    header {
        height: 110px;
    }
}

.headerInside {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headerInside .mobileMenuButton {
    background: url(../img/menu.svg) center center no-repeat;
    width: 40px;
    height: 40px;
}

@media (max-width: 767px) {
    .headerInside .mobileMenuButton {
        display: inline-block;
    }
}

.menu {
    margin-top: 10px;
    width: 722px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .menu {
        width: 640px;
    }
}

@media (max-width: 991px) {
    .menu {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .menu {
        display: none;
    }
}

.menu a {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
}

@media (max-width: 991px) {
    .menu a {
        border-bottom: 5px solid transparent;
    }
}

.menu a:hover {
    border-bottom: 41px solid #FFD425;
}

@media (max-width: 991px) {
    .menu a:hover {
        border-bottom: 5px solid #FFD425;
    }
}

.mobileMenu {
    width: 360px;
    min-height: 450px;
    margin: 0 auto;
    background-color: #FFFFFF;
    text-align: left;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
}

.mobileMenu a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    border-bottom: 1px solid black;
}

.mobileMenu span {
    position: absolute;
    right: 7px;
    top: -5px;
    font-size: 40px;
    color: red;
    cursor: pointer;
}

.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*
Styles for rentDepartment section
*/
.rentDepartment {
    background: #FF473D;
}

.departmentInside {
    padding-top: 68px;
    padding-bottom: 68px;
    background: url(../img/bomb.png) bottom right -90px no-repeat;
}

@media (max-width: 1199px) {
    .departmentInside {
        background: url(../img/bomb_only.png) bottom right no-repeat;
        background-size: 35%;
    }
}

@media (max-width: 991px) {
    .departmentInside {
        background: none;
    }
}

@media (max-width: 767px) {
    .departmentInside {
        text-align: center;
    }
}

.department {
    width: calc(100%/2 - 11px);
}

@media (max-width: 1199px) {
    .department {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .department {
        width: 78%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .department {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .department h1 {
        font-size: 34px;
    }
}

.department span {
    color: #FFFF00;
}

.department p {
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    padding-right: 14px;
}

@media (max-width: 767px) {
    .department p {
        padding-right: 0;
    }
}

.department p.whiteText {
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .department p.whiteText {
        text-transform: uppercase;
        font-weight: 800;
    }
}

.department .right {
    float: right;
}

@media (max-width: 767px) {
    .department .right {
        float: none;
    }
}

.department img {
    display: block;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .department img {
        margin: 50px auto 0;
    }
}

.department h2 {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .department h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .department h2 {
        font-size: 21px;
    }
}

.department .button {
    margin-top: 60px;
    width: 539px;
}

@media (max-width: 767px) {
    .department .button {
        width: 100%;
    }
}

/*
Styles for howWeWorking section
*/
#howWeWorking {
    background: #F1F1F1;
}

.sectionHead {
    height: 100px;
}

@media (max-width: 767px) {
    .sectionHead {
        min-height: 130px;
    }
}

.sectionHead .container {
    position: relative;
    z-index: 1;
}

.sectionHead img {
    position: absolute;
    top: 46px;
    left: 105px;
    z-index: -1;
}

@media (max-width: 767px) {
    .sectionHead img {
        display: none;
    }
}

.sectionHead h3 {
    line-height: 100px;
}

@media (max-width: 767px) {
    .sectionHead h3 {
        line-height: 36px;
        padding-top: 28px;
        text-align: center;
    }
}

.headGreen {
    background-color: #11DA87;
}

@media (max-width: 767px) {
    .headGreen {
        min-height: 100px;
    }
}

.workSteps {
    padding-bottom: 89px;
}

.workSteps .container {
    position: relative;
}

.workSteps .button {
    margin-top: 125px;
    margin-right: 50px;
}

@media (max-width: 991px) {
    .workSteps .button {
        margin: 50px auto 0;
    }
}

.workSteps .button:hover {
    background: #4F4F4F;
    color: #FFD425;
}

img.submarine {
    position: absolute;
    bottom: -30px;
    left: -175px;
}

@media (max-width: 1199px) {
    img.submarine {
        position: unset;
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    img.submarine {
        display: none;
    }
}

.stepsWrap {
    padding: 132px 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .stepsWrap .emptyBlock {
        display: none;
    }
}

@media (max-width: 991px) {
    .stepsWrap {
        padding: 100px 140px 0;
    }
}

@media (max-width: 767px) {
    .stepsWrap {
        padding: 72px 30px 0;
        margin: 0 auto;
    }
}

img.arrow {
    width: 37px;
    height: 35px;
    display: inline-block;
    margin-top: 65px;
}

@media (max-width: 767px) {
    img.arrow {
        display: block;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 30px auto;
    }
}

.step {
    width: 307px;
    min-height: 230px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .step {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .step {
        width: 250px;
        min-height: 220px;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .step img:nth-of-type(2) {
        display: inline-block;
        width: 115px;
    }
}

.step p {
    margin-top: 14px;
}

@media (max-width: 767px) {
    .step p {
        font-size: 15px;
        text-align: center;
    }
}

.number {
    display: inline-block;
    margin-right: 15px;
}

@media (max-width: 991px) {

    .four,
    .five {
        margin-right: 28px;
    }
}

.step:first-child {
    width: 170px;
}

@media (max-width: 1199px) {
    .step:first-child {
        width: 307px;
    }
}

@media (max-width: 991px) {
    .step:first-child {
        min-height: 170px;
    }

    .step:first-child .number {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .step:first-child {
        width: 250px;
        min-height: 140px;
    }
}

.emptyBlock {
    width: 200px;
}

/*
Styles for whyIsProfitable section
*/
#whyIsProfitable {
    background: #4F4F4F;
}

.headYellow {
    background-color: #FFD425;
}

.profits {
    padding-top: 107px;
    padding-bottom: 92px;
}

.profits .button {
    margin-top: 66px;
}

.profitWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .profitWrap {
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .profitWrap {
        padding: 0;
    }
}

.profitCard {
    width: 350px;
    min-height: 453px;
    padding: 50px 33px;
    box-sizing: border-box;
    background: #383838;
    border-radius: 9px 0 0 0;
    margin-bottom: 28px;
    position: relative;
}

@media (max-width: 991px) {
    .profitCard {
        width: 330px;
    }
}

@media (max-width: 767px) {
    .profitCard {
        width: 100%;
    }
}

.profitCard h4 {
    margin-bottom: 30px;
}

.profitCard p {
    font-weight: bold;
    color: #FFFFFF;
}

.profitCard img {
    position: absolute;
}

@media (max-width: 767px) {
    .profitCard img {
        display: none;
    }
}

.yellowProfit {
    background: #FFD425;
    border-radius: 9px;
}

.yellowProfit img {
    bottom: -26px;
    left: 145px;
}

.cardTwo img {
    top: -16px;
    left: 135px;
}

.cardThree img {
    top: 23px;
    right: 17px;
}

@media (max-width: 1199px) {
    .cardThree img {
        top: 10px;
        right: 10px;
    }
}

.cardFive img {
    top: -5px;
    right: 108px;
}

.cardSix img {
    bottom: -26px;
    right: 135px;
}

/*
Styles for ourServices section
*/
#ourServices {
    background: #F1F1F1;
}

.serviceInside {
    padding-top: 86px;
    padding-bottom: 58px;
}

.serviceInside .container {
    position: relative;
}

.serviceInside p {
    width: 596px;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
}

@media (max-width: 1199px) {
    .serviceInside p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .serviceInside p {
        font-size: 24px;
    }
}

img.compass {
    position: absolute;
    top: -175px;
    right: 0;
}

@media (max-width: 1199px) {
    img.compass {
        display: none;
    }
}

.serviceWrap {
    margin-top: 148px;
    width: 63%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .serviceWrap {
        margin-top: 78px;
    }
}

@media (max-width: 991px) {
    .serviceWrap {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .serviceWrap {
        width: 330px;
        margin-top: 60px;
    }
}

.service {
    width: 327px;
    padding-bottom: 40px;
}

@media (max-width: 1199px) {
    .service {
        width: 444px;
    }
}

@media (max-width: 767px) {
    .service {
        width: 100%;
        padding-bottom: 20px;
    }
}

.service img {
    float: left;
}

.service p {
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    color: #4F4F4F;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .service p {
        width: 277px;
        font-size: 28px;
        line-height: 34px;
    }
}

img.anchor {
    position: absolute;
    bottom: -51px;
    right: 0;
}

@media (max-width: 1199px) {
    img.anchor {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    img.anchor {
        display: none;
    }
}

/*
Styles for examplesOfSolutions section
*/
.examplesOfSolutions {
    padding-bottom: 75px;
}

.examplesOfSolutions h3 {
    margin: 69px auto 35px;
    width: 340px;
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #FFD425;
}

@media (max-width: 767px) {
    .examplesOfSolutions h3 {
        margin: 50px auto;
    }
}

@media (max-width: 767px) {
    .examplesOfSolutions h3 {
        width: 100%;
    }
}

.examplesOfSolutions p {
    padding: 0 130px;
}

@media (max-width: 767px) {
    .examplesOfSolutions p {
        padding: 0 30px;
    }
}

.examplesOfSolutions .button {
    margin-top: 83px;
}

.examplesOfSolutions .button:hover {
    background: #FF473D;
}

.solutionsWrap {
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .solutionsWrap {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .solutionsWrap {
        display: block;
    }
}

.solutionCard {
    width: 443px;
    padding: 46px 20px 20px;
    box-sizing: border-box;
    background: #F1F1F1;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    margin-bottom: 21px;
}

@media (max-width: 991px) {
    .solutionCard {
        width: 80%;
        margin: 0 auto 30px;
    }
}

@media (max-width: 767px) {
    .solutionCard {
        width: 100%;
    }
}

.solutionCard h4 {
    font-weight: 800;
    font-size: 25px;
    line-height: 34px;
    color: #4F4F4F;
    padding-left: 18px;
}

.solutionCard img {
    float: left;
}

.solutionCard p {
    color: #FFFFFF;
    padding: 0 0 20px 40px;
}

.solutionCard p.smallFont {
    margin-top: 30px;
    font-size: 14px;
    width: 50%;
    padding-left: 18px;
    color: #000;
}

.solutionCard:first-child {
    margin-top: 50px;
}

.redCard {
    background: #FF473D;
}

.redCard h4,
.redCard p.smallFont {
    color: #FFFFFF;
}

.yellowCard {
    background: #FFD425;
    height: 621px;
}

@media (max-width: 991px) {
    .yellowCard {
        height: auto;
    }
}

.grayCard {
    background: #4F4F4F;
    border: 1px solid #FFFFFF;
}

.grayCard h4,
.grayCard p.smallFont {
    color: #FFFFFF;
}

.cardInside {
    margin-top: 30px;
    background: #4F4F4F;
    border-radius: 15px;
    padding: 30px 40px 30px 20px;
}

@media (max-width: 767px) {
    .cardInside {
        padding: 30px 20px;
    }
}

.cardInside h4 {
    color: #FFF;
    padding-left: 0;
}

.cardInside .cardDesc {
    margin-top: 22px;
}

.red {
    background: #CF1C12;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .red {
        padding-bottom: 30px;
    }
}

.gray {
    background: #E5E5E5;
}

.gray h4,
.gray p {
    color: #000;
}

/*
Styles for ourPartners section
*/
.ourPartners {
    background: #F1F1F1;
}

.headGray {
    background: #C4C4C4;
}

.partnersWrap {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .partnersWrap {
        padding: 80px 0 0;
    }
}

@media (max-width: 767px) {
    .partnersWrap {
        padding: 60px 0 0;
    }
}

.partnersWrap a {
    display: inline-block;
    margin-bottom: 80px;
}

@media (max-width: 1199px) {
    .partnersWrap a {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .partnersWrap a {
        margin: 0 auto 40px;
    }
}

@media (max-width: 1199px) {
    .partnersWrap img {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .partnersWrap img {
        width: 130px;
    }
}

/*
Styles for ourTeam section
*/
#ourTeam {
    padding-bottom: 62px;
}

.headDarkgray {
    background: #4F4F4F;
}

.teamWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.teamPerson {
    position: relative;
    -webkit-perspective: 500px;
    perspective: 500px;
}

.teamPerson img {
    width: 218px;
    height: 218px;
    /*animation*/
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

@media (max-width: 767px) {
    .teamPerson img {
        width: 150px;
        height: 150px;
    }
}

.teamPerson:hover img {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.teamPerson:hover .personDesc {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.personDesc {
    position: absolute;
    top: 0;
    left: 0;
    width: 218px;
    height: 218px;
    box-sizing: border-box;
    padding: 26px;
    background-color: #000;
    /*animation*/
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

@media (max-width: 767px) {
    .personDesc {
        width: 150px;
        height: 150px;
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .personDesc h4 {
        font-size: 18px;
        line-height: 18px;
    }
}

.personDesc p {
    margin-top: 20px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .personDesc p {
        margin-top: 12px;
        font-size: 12px;
    }
}

/*
Styles for contactUs section
*/
#contactUs {
    position: relative;
    z-index: 1;
}

.contactsInside {
    width: 70%;
    margin: 60px auto 0;
    padding-bottom: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1199px) {
    .contactsInside {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .contactsInside {
        width: 65%;
    }
}

@media (max-width: 767px) {
    .contactsInside {
        margin: 30px auto 0;
        width: 100%;
        padding-bottom: 52px;
    }
}

.contactsInside h3 {
    color: #000000;
    width: 464px;
}

@media (max-width: 767px) {
    .contactsInside h3 {
        width: 80%;
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        margin: 0 auto;
    }
}

.contactForm {
    margin-top: 33px;
    width: 464px;
}

@media (max-width: 767px) {
    .contactForm {
        height: 100%;
    }
}

.form {
    margin-top: 33px;
}

.ourContacts {
    width: 274px;
    margin-top: 33px;
}

@media (max-width: 1199px) {
    .ourContacts {
        width: 100%;
    }
}

input,
textarea {
    width: 464px;
    height: 52px;
    background: #FFD425;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 52px;
    color: #FFFFFF;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 10px;
}

@media (max-width: 767px) {

    input,
    textarea {
        width: 100%;
    }
}

textarea {
    line-height: 22px;
    padding: 20px;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* webkit */
::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* IE */
input {
    height: 52px;
}

textarea {
    height: 240px;
}

input[type=checkbox] {
    width: 17px;
    height: 17px;
    background: transparent;
    float: left;
}

.agreement p {
    padding-left: 25px;
}

.agreement a {
    text-decoration: underline;
}

.agreement a:active {
    color: darkgray;
}

input[type="submit"] {
    margin-top: 35px;
    width: 237px;
    height: 51px;
    background: #4F4F4F;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-weight: 600;
    font-size: 25px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    float: right;
    cursor: pointer;
    padding: 0;
}

@media (max-width: 767px) {
    input[type="submit"] {
        width: 100%;
    }
}

.response {
    display: none;
    position: absolute;
    top: 120px;
    background: #EAEAEA;
    min-height: 150px;
    width: 100%;
    padding: 67px 130px 75px;
    box-sizing: border-box;
    text-align: center;
}

@media (max-width: 1199px) {
    .response {
        padding: 50px 30px 75px;
        width: 104%;
        height: 580px;
    }
}

@media (max-width: 991px) {
    .response {
        width: 107%;
    }
}

@media (max-width: 767px) {
    .response {
        top: 140px;
        width: 100%;
        height: 590px;
        padding: 67px 0 75px;
    }
}

@media (max-width: 767px) {
    .response img {
        width: 80%;
    }
}

.response p {
    margin-top: 20px;
    font-weight: 800;
    font-size: 35px;
    line-height: 48px;
    color: #000000;
}

@media (max-width: 767px) {
    .response p {
        padding: 0 30px;
        font-size: 26px;
    }
}

.contacts {
    margin-top: 50px;
}

p.boldFont {
    font-weight: 600;
}

/*
Styles for contactUs section
*/
footer {
    background: #4F4F4F;
    height: 121px;
}

.footerInside {
    position: relative;
}

img.whiteSquare {
    position: absolute;
    top: -50px;
    left: 105px;
}

@media (max-width: 767px) {
    img.whiteSquare {
        display: none;
    }
}

.footerSocials {
    padding-top: 47px;
    padding-left: 210px;
    width: 117px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .footerSocials {
        float: right;
    }
}

img.bigAnchor {
    position: absolute;
    bottom: -39px;
    right: -108px;
}

@media (max-width: 1199px) {
    img.bigAnchor {
        display: none;
    }
}
