@font-face { font-family: Poppins-Medium; src: url('fonts/Poppins-Medium.ttf'); }
@font-face { font-family: Poppins; src: url('fonts/Poppins-Regular.ttf'); }

h3{
    font-family: "Poppins-Medium";
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    color: white;
    font-family: "Poppins";
}

#titleText{
    font-family: "Poppins-Medium";
    font-size: 45px;
    color: #FAFAFA;
    line-height: 78px;
}

#descText{
    font-size: 24px;
    line-height: 36px;
    color: #4B4B4B;
    padding-top: 30px;
}

.roundedBorder {

}

#part1Gradient{
}

#part1Container {

}

#worldMap{
    position:absolute;
    background-image:url('img/world.png');
    height: 309px;
}

.containerAppStore{
    padding-top: 55px;
}

.img-download-app-store{

}

.previewContainer{
    padding-top: 40px;
}

#menu-icon{
    width: 58px;
    height: 58px;
}

/*navigation*/
#name-text{
    font-size: 18px;
    font-family: "Poppins-Medium";
    padding-left: 8px;
}

#headerIcon{
    width: 48px;
    height: 48px;
}

#part1{
    padding-top: 180px;
    padding-bottom: 60px;
}

.closeIcon{
    width: 50px;
    height: 50px;
    background-image:url("img/close.svg");
    background-repeat: no-repeat;
    background-size: 50px 50px;

}

.featureContainer{
    height: 920px;
}

.featureBackground{
    background: linear-gradient(45deg, #DBE7FA 0%, #F2F6FD 100%);
}

.featureTextContainer{
    margin-top: 60px;
}

.featuresTitle{
    font-size: 24px;
    color: #060C3A;
}

.featuresDesc{
    margin-top: 34px;
    font-size: 16px;
    color: #8C8E9E;
}

.row-space{
    /*margin-top: 50pt;*/
}

.buttonBlue{
    width: 130px;
    height: 50px;
    background: linear-gradient(225deg, #04BEFE 0%, #4481EB 100%);
    box-shadow: 0px 5px 10px rgba(6, 12, 58, 0.2);
    border-radius: 30px;
    color: #FAFAFA;
    margin-top: 60px;
    font-family: "Poppins-Medium";
    font-size: 16px;
}



.footerTitle{
    font-size: 12px;
    text-align: center;
    letter-spacing: 4px;
    color: #060C3A;
}

.footerText{
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #8C8E9E;
}

.copyright{
    background-color: #F1F6FE;
}

.copyrightText{
    font-size: 13px;
    color: #8C8E9E;
    font-family: "Poppins";
}


#contactUs{

}

.contactUsImg{
    height: 120px;
}

#title{
    font-size: 25px;
    text-align: center;
    color: #FAFAFA;
    font-family: "Poppins-Medium";
}

.maxContainerWidth{
    max-width: 450px;
    /*width: 100%;*/
}

#submitContainer{
    padding-top: 5px;
}

#submit {
    opacity: 0.4;
    cursor: not-allowed;
    width: 94px;
    height: 41px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 14px;
}


#email{

    height: 30px;
    margin: 0;
    /*padding: 2px 4px;*/
    background-color: #ffffff;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font-size: 15px;
    border-radius: 4px;
    -moz-border-radius: 0;
    -webkit-border-radius: 4px;

    -webkit-box-shadow: 0px 0px 1px 0px rgba(196, 196, 196, 1);
    box-shadow: 0px 0px 1px 0px rgba(196, 196, 196, 1);
}

#message{
    margin: 8px 0 0 0;

    padding: 8px 4px;
    background-color: #ffffff;
    -webkit-appearance: none;
    border: none;
    font-size: 15px;
    border-radius: 4px;
    -moz-border-radius: 0;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(196, 196, 196, 1);
    box-shadow: 0px 0px 1px 0px rgba(196, 196, 196, 1);
}

@media (min-width: 10px) {

    .previewContainer{
        padding-left: 20px;
        padding-right: 20px;
    }

    #name-text{
        font-size: 21px;
    }

    .img-download-app-store{
        width: 140px;
        height: 47px;
    }

    #worldMap{
        margin-top: -200px;
        margin-left: -20px;
    }

    #part1{
        padding-top: 105px;
    }

    #titleText{
        font-size: 26px;
        line-height: 48px;
    }

    #descText{
        font-size: 16px;
        line-height: 28px;
        padding-top: 18px;
    }

    #galleryTitle{
        padding-top: 25px;
        font-size: 16px;
        line-height: 28px;
    }

    #screensTitle {
        padding-top: 0;
        font-size: 21px;
        line-height: 30px;
    }
}

@media (min-width: 576px) {
    .img-download-app-store{
        width: 200px;
        height: 67px;
    }

    #worldMap{
        margin-top: -200px;
    }

    #part1{
        padding-top: 110px;
    }

    #titleText{
        font-size: 32px;
        line-height: 59px;
    }

    #descText{
        font-size: 18px;
        line-height: 27px;
        padding-top: 18px;
    }
}

@media (min-width: 768px) {
    #worldMap{
        margin-top: -180px;
    }

    #part1{
        padding-top: 110px;
    }

    #titleText{
        font-size: 35px;
        line-height: 65px;
    }

    #descText{
        font-size: 20px;
        line-height: 30px;
        padding-top: 20px;
    }

    .featureTextContainer{
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    #worldMap{
        margin-top: -140px;
    }

    .previewContainer{
        padding-left: 0;
        padding-right: 0;
    }

    #headerIcon{
        width: 42px;
        height: 42px;
    }

    #name-text{
        font-size: 18px;
    }

    #part1{
        padding-top: 152px;
    }

    .containerAppStore{
        padding-top: 43px;
    }

    #titleText{
        font-size: 30px;
        line-height: 54px;
    }

    #descText{
        font-size: 18px;
        line-height: 27px;
        padding-top: 27px;
    }

    .img-download-app-store{
        width: 168px;
        height: 56px;
    }

    .roundedBorder {
        width: 94px;
        height: 41px;
        border: 1px solid #F2F2F2;
        box-sizing: border-box;
        border-radius: 14px;
    }

    .featureTextContainer{
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    #worldMap{
        margin-top: -100px;
    }

    #part1{
        padding-top: 168px;
    }

    #titleText{
        font-size: 35px;
        line-height: 60px;
    }

    #descText{
        font-size: 20px;
        line-height: 30px;
        padding-top: 30px;
    }

    .img-download-app-store{
        width: 180px;
        height: 60px;
    }

    .container{
        width: 1200px;
    }

    #galleryTitle{
        padding-top: 50px;
        font-size: 25px;
    }

    #screensTitle {
        padding-top: 28px;
        font-size: 32px;
    }
}


/*Custom checkbox*/

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox+a {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before,.custom-checkbox+a::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #FAFAFA;
    border-radius: 8px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
    /*border-color: #4197fd;*/
    /*background-color: #4197fd;*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.checkbox {
    padding-top: 14px;
}

.linkCheckbox {
    color: #FAFAFA;
    /*font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    text-decoration: underline!important;
}

/* mouse over link */
.linkCheckbox:hover {
    color: #d2e6f8;
    text-decoration: underline!important;
}

/* selected link */
.linkCheckbox:active {
    color: blue;
    text-decoration: underline;
}

/*submit*/

@-webkit-keyframes rotate360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loaderContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3000;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

#loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: 1.0s rotate360 infinite linear;
    animation: 1.0s rotate360 infinite linear;
}

#loaderInnerContainer {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

#sendingText {
    padding-top: 20px;
    font-size: 16px;
    color: #f3f3f3;
}

#failContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3000;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

#failIcon {
    width: 70px;
    height: 70px;
}

#failText {
    color: #f3f3f3;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}

.fill_in_button_green {
    background-color: #199b57;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 33px;
    text-decoration: none;
}

#tryAgainButton {
    margin-top: 50px;
}

#sendNewMessage{
    margin-top: 50px;
}

#successContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3000;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#successIcon {
    width: 70px;
    height: 70px;
}

#successText {
    color: #f3f3f3;
    font-size: 16px;
    padding-top: 4px;
}

#thankText {
    color: #f3f3f3;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}

