@keyframes delayOpacity {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        filter: alpha(opacity=0)
    }

    50% {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100)
    }
}

.page-modal .modal-buttons>div>a,.home .btn-main,.home-benefits__content>p>a.text-link {
    transition: all 0.2s linear
}

.home .btn-main {
    transition: all 0.2s ease-in-out
}

.home .btn-main:hover {
    transform: scale(1.03)
}

.page-modal .modal-buttons>div>a,.home .btn-main {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding: 5px 10px;
    box-shadow: 0 1px 5px #b2b2b2
}

.page-modal .modal-buttons>div>a,.home .btn-main,.page-modal .modal-buttons>div>a:active,.home .btn-main:active,.page-modal .modal-buttons>div>a:focus,.home .btn-main:focus,.page-modal .modal-buttons>div>a:hover,.home .btn-main:hover {
    text-decoration: none;
    outline: none
}

.page-modal .modal-buttons>div>a:hover,.home .btn-main:hover {
    box-shadow: 0 0 6px #b2b2b2
}

.page-modal .modal-buttons>div>a {
    background-color: #2b4a86;
    color: #fff;
    border-color: #2b4a86;
    overflow: hidden
}

.page-modal .modal-buttons>div>a:hover,.page-modal .modal-buttons>div>a:focus {
    background-color: #182a4c;
    border-color: #182a4c;
    color: #fff
}

.page-modal .modal-buttons>div>a.inactive,.page-modal .modal-buttons>div>a.inactive:hover {
    cursor: auto;
    color: #2b4a86;
    background-color: #fff;
    border-color: #2b4a86;
    box-shadow: none
}

.page-modal .modal-buttons>div>a.isloading,.page-modal .modal-buttons>div>a.isloading:hover {
    cursor: auto;
    color: #c7c7c7;
    background-color: transparent;
    box-shadow: none;
    text-indent: -5000em
}

.page-modal .modal-buttons>div>a.isloading:after,.page-modal .modal-buttons>div>a.isloading:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: url(../images/icons/loading.gif) center center no-repeat;
    background-size: 60px 60px
}

.home .btn-main {
    background-color: #ea1800;
    color: #fff;
    border-color: #ea1800;
    overflow: hidden
}

.home .btn-main:hover,.home .btn-main:focus {
    background-color: #9e1000;
    border-color: #9e1000;
    color: #fff
}

.home .inactive.btn-main,.home .inactive.btn-main:hover {
    cursor: auto;
    color: #ea1800;
    background-color: #fff;
    border-color: #ea1800;
    box-shadow: none
}

.home .isloading.btn-main,.home .isloading.btn-main:hover {
    cursor: auto;
    color: #c7c7c7;
    background-color: transparent;
    box-shadow: none;
    text-indent: -5000em
}

.home .isloading.btn-main:after,.home .isloading.btn-main:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: url(../images/icons/loading.gif) center center no-repeat;
    background-size: 60px 60px
}

.page-modal .modal-buttons>div>a,.home .btn-main {
    border-radius: 25px;
    font-size: 18px;
    padding: 9px 20px;
    line-height: 1.1em
}

.page-modal .modal-content p,.home-hero__content ul li,.home-benefits__content>p,.testimonial__content>div p {
    font-size: 18px
}

@media (max-width: 767px) {
    .page-modal .modal-content p,.home-hero__content ul li,.home-benefits__content>p,.testimonial__content>div p {
        font-size:16px
    }
}

.home-benefits__list ul li,.why-enter-greencard-lottery__container p {
    font-size: 22px
}

@media (max-width: 767px) {
    .home-benefits__list ul li,.why-enter-greencard-lottery__container p {
        font-size:20px
    }
}

.home-benefits__main h2,.testimonial__container h2,.apply-greencard-lottery__container h2,.why-enter-greencard-lottery__container h2 {
    font-size: 40px
}

@media (max-width: 767px) {
    .home-benefits__main h2,.testimonial__container h2,.apply-greencard-lottery__container h2,.why-enter-greencard-lottery__container h2 {
        font-size:35px
    }
}

.page-modal .modal-backdrop {
    background-color: #a5abaf;
    display: none
}

.page-modal .modal.in,.page-modal .modal-backdrop.in {
    display: block
}

.page-modal .modal-dialog {
    max-width: 560px;
    margin: 15% auto 50px
}

.page-modal .modal-content {
    border-radius: 0;
    padding: 40px;
    margin: 0 15px
}

@media (max-width: 767px) {
    .page-modal .modal-content {
        padding:25px
    }
}

@media (max-width: 480px) {
    .page-modal .modal-content {
        padding:25px 15px;
        text-align: center
    }
}

.page-modal .modal-content p {
    color: #7a7a7a
}

.page-modal .modal-buttons {
    display: table;
    width: 100%
}

.page-modal .modal-buttons>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px 5px 0
}

@media (max-width: 480px) {
    .page-modal .modal-buttons>div {
        display:block
    }
}

.page-modal .modal-buttons>div>a {
    min-width: 175px
}

.container,.home-hero__container,.home-green-card__container,.home-benefits__container,.testimonial__container,.apply-greencard-lottery__container,.why-enter-greencard-lottery__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,.home-hero__container:before,.home-green-card__container:before,.home-benefits__container:before,.testimonial__container:before,.apply-greencard-lottery__container:before,.why-enter-greencard-lottery__container:before,.container:after,.home-hero__container:after,.home-green-card__container:after,.home-benefits__container:after,.testimonial__container:after,.apply-greencard-lottery__container:after,.why-enter-greencard-lottery__container:after {
    content: " ";
    display: table
}

.container:after,.home-hero__container:after,.home-green-card__container:after,.home-benefits__container:after,.testimonial__container:after,.apply-greencard-lottery__container:after,.why-enter-greencard-lottery__container:after {
    clear: both
}

@media (min-width: 768px) {
    .container,.home-hero__container,.home-green-card__container,.home-benefits__container,.testimonial__container,.apply-greencard-lottery__container,.why-enter-greencard-lottery__container {
        width:100%
    }
}

@media (min-width: 992px) {
    .container,.home-hero__container,.home-green-card__container,.home-benefits__container,.testimonial__container,.apply-greencard-lottery__container,.why-enter-greencard-lottery__container {
        width:100%
    }
}

@media (min-width: 1200px) {
    .container,.home-hero__container,.home-green-card__container,.home-benefits__container,.testimonial__container,.apply-greencard-lottery__container,.why-enter-greencard-lottery__container {
        width:100%
    }
}

@media (min-width: 1200px) {
    .container,.home-hero__container,.home-green-card__container,.home-benefits__container,.testimonial__container,.apply-greencard-lottery__container,.why-enter-greencard-lottery__container {
        padding:0;
        max-width: 1110px
    }
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.home {
    background-color: #fff
}

.home .btn-main {
    background-color: #a80e00;
    background-image: linear-gradient(to bottom, #c32d16 0, #a80e00 100%);
    background-repeat: repeat-x;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    width: 100%;
    max-width: 380px;
    margin: 0 0 30px
}

.home .btn-main:hover {
    background-color: #c32d16;
    background-image: linear-gradient(to bottom, #a80e00 0, #c32d16 100%);
    background-repeat: repeat-x
}

@media (max-width: 600px) {
    .home .btn-main {
        display:block !important;
        max-width: 420px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.home-hero {
    position: relative;
    width: 100%;
    overflow: hidden
}

.home-hero__main {
    padding: 0;
    width: 100%
}

@media (max-width: 767px) {
    .home-hero__main {
        /* text-align:center; */
    }
}

.home-hero__main h1 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1em;
    position: relative;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .home-hero__main h1 {
        font-size:48px
    }
}

@media (max-width: 767px) {
    .home-hero__main h1 {
        font-size:40px
    }
}

@media (max-width: 480px) {
    .home-hero__main h1 {
        font-size:32px
    }
}

.home-hero__content {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-right: 40%;
    position: relative
}

@media (max-width: 767px) {
    .home-hero__content {
        display:block;
        padding-right:0;
    }
}

.home-hero__content:after {
    width: 23%;
    height: 100%;
    background: url(../images/statue.png) bottom left no-repeat;
    background-size: 100%;
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media (max-width: 1199px) {
    .home-hero__content:after {
        background-size:100%;
        width: 27%
    }
}

@media (max-width: 991px) {
    .home-hero__content:after {
        background-size:100%;
        width: 30%
    }
}

@media (max-width: 768px) {
    .home-hero__content:after {
        background-size:100%;
        width: 32%
    }
}

@media (max-width: 767px) {
    .home-hero__content:after {
        display:none
    }
}

.home-hero__content .home-hero__list {
    padding: 45px 0
}

@media (max-width: 767px) {
    .home-hero__content .home-hero__list {
        /* padding:20px 0; */
    }
}

.home-hero__content p {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.1em;
    position: relative
}

@media (max-width: 767px) {
    .home-hero__content p {
        font-size:18px
    }
}

@media (max-width: 480px) {
    .home-hero__content p {
        font-size:16px
    }
}

.home-hero__content ul {
    margin: 0;
    padding: 0 0 35px 25px
}

@media (max-width: 767px) {
    .home-hero__content ul {
        padding:0 0 20px 25px;
        text-align: left;
        max-width: 400px;
        margin: 0 auto
    }
}

.home-hero__content ul li {
    padding-bottom: 10px;
    color: #ea1800
}

.home-hero__content ul li>span {
    color: #2b4a86
}

@media (max-width: 480px) {
    .home-hero__content ul li {
        font-size:14px;
        padding-bottom: 5px
    }
}

.home-hero__buttons .btn-main {
    margin-right: 30px;
    font-size: 36px;
    font-weight: bold
}

@media (max-width: 767px) {
    .home-hero__buttons .btn-main {
        font-size:24px
    }
}

@media (max-width: 767px) {
    .home-hero__buttons>a {
        margin:0 15px 15px !important;
        display: block !important;
        max-width: 400px !important;
        margin: 0 auto 30px !important
    }
}

.jp .btn-main,.it .btn-main {
    font-size: 30px;
    font-weight: bold;
    padding: 15px
}

@media (max-width: 767px) {
    .jp .btn-main,.it .btn-main {
        font-size:24px
    }
}

.home-green-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 45px 0 0
}

@media (max-width: 767px) {
    .home-green-card {
        padding:15px 0
    }
}

.home-green-card h2 {
    color: #09397a;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.1em;
    position: relative;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .home-green-card h2 {
        font-size:32px
    }
}

@media (max-width: 767px) {
    .home-green-card h2 {
        font-size:24px;
        margin-bottom: 15px
    }
}

.home-green-card p {
    color: #09397a;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.1em;
    position: relative
}

@media (max-width: 767px) {
    .home-green-card p {
        font-size:18px
    }
}

.home-green-card__content {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    padding: 0 0 30px 600px
}

@media (max-width: 991px) {
    .home-green-card__content {
        padding-left:50%
    }
}

@media (max-width: 767px) {
    .home-green-card__content {
        padding-left:0
    }
}

.home-green-card__content:before {
    width: 600px;
    height: 600px;
    background: url(../images/block-2.jpg) bottom left no-repeat;
    background-size: 100%;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media (max-width: 1199px) {
    .home-green-card__content:before {
        background-size:100%
    }
}

@media (max-width: 991px) {
    .home-green-card__content:before {
        background-size:100%;
        width: 50%;
        height: 100%
    }
}

@media (max-width: 767px) {
    .home-green-card__content:before {
        display:none
    }
}

@media (max-width: 767px) {
    .home-green-card__content {
        display:block
    }
}

.home-benefits__container {
    padding-bottom: 60px
}

@media (max-width: 767px) {
    .home-benefits__container {
        text-align:left
    }
}

.home-benefits__main {
    padding: 0 0 20px 0
}

@media (max-width: 767px) {
    .home-benefits__main {
        padding:0 0 20px
    }
}

.home-benefits__main h2 {
    background-color: #2878a1;
    box-shadow: 0px 15px 13px 11px rgba(0,0,0,0.3);
    color: #fff;
    margin: -20px auto 45px;
    font-weight: 400;
    font-family: "PT Sans Narrow",sans-serif;
    position: relative;
    padding: 10px 15px;
    display: block;
    max-width: 300px;
    text-align: center;
    z-index: 30;
    position: relative
}

@media (max-width: 480px) {
    .home-benefits__main h2 {
        font-size:24px;
        max-width: 270px
    }
}

.home-benefits__main h2:before,.home-benefits__main h2:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0
}

.home-benefits__main h2:before {
    border-right: 20px solid #2878a1;
    border-top: 20px solid transparent;
    left: -20px
}

.home-benefits__main h2:after {
    border-left: 20px solid #2878a1;
    border-top: 20px solid transparent;
    right: -20px
}

.home-benefits__content {
    display: table;
    width: 100%;
    position: relative
}

.home-benefits__content>div {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

@media (max-width: 767px) {
    .home-benefits__content>div {
        display:block;
        width: 100%
    }
}

.home-benefits__content>p {
    color: #fff;
    margin-bottom: 25px
}

.home-benefits__content>p>a.text-link {
    margin-top: 10px;
    display: inline-block
}

.home-benefits__content>p>a.text-link,.home-benefits__content>p>a.text-link:active,.home-benefits__content>p>a.text-link:focus {
    color: #a80e00;
    text-decoration: underline
}

.home-benefits__content>p>a.text-link:hover {
    color: #5c0800;
    text-decoration: none
}

@media (max-width: 480px) {
    .home-benefits__content>p {
        font-size:14px;
        margin-bottom: 15px
    }
}

.home-benefits__list ul {
    margin: 0;
    padding: 0 0 35px 25px;
    color: #fff
}

@media (max-width: 767px) {
    .home-benefits__list ul {
        padding:0 0 20px 25px;
        text-align: left
    }
}

.home-benefits__list ul li {
    padding-bottom: 10px
}

@media (max-width: 480px) {
    .home-benefits__list ul li {
        font-size:14px;
        padding-bottom: 5px
    }
}

.home-benefits__buttons .btn-main {
    font-size: 30px;
    font-weight: bold;
    max-width: 320px !important;
    margin: 0 auto !important;
    display: block !important
}

@media (max-width: 767px) {
    .home-benefits__buttons .btn-main {
        font-size:22px;
        margin: 0 auto 30px !important
    }
}

.home-benefits__table {
    padding: 0 0 0 5%;
    position: relative
}

@media (max-width: 991px) {
    .home-benefits__table {
        padding:0 2%
    }
}

@media (max-width: 767px) {
    .home-benefits__table {
        padding:0
    }
}

.home-benefits__table .yes {
    color: #02a202;
    font-weight: 700;
    text-align: center;
    display: block
}

.home-benefits__table .no {
    color: #ea1800;
    font-weight: 700;
    text-align: center;
    display: block
}

.home-benefits__table .services-table {
    display: table;
    width: 100%;
    border: 0;
    background: #fff;
    color: #404040;
    font-size: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
    z-index: 10
}

.home-benefits__table .services-table:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 2px;
    top: auto;
    width: 50%;
    background: url("../images/shadow-left.png") left bottom no-repeat transparent;
    height: 46px;
    display: block
}

.home-benefits__table .services-table:after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 2px;
    top: auto;
    width: 50%;
    background: url("../images/shadow-right.png") right bottom no-repeat transparent;
    height: 46px;
    display: block
}

@media (max-width: 991px) {
    .home-benefits__table .services-table {
        font-size:18px;
        line-height: 1.3em
    }
}

@media (max-width: 767px) {
    .home-benefits__table .services-table {
        font-size:16px
    }
}

.home-benefits__table .services-table th,.home-benefits__table .services-table td {
    border-right: 1px solid #000
}

.home-benefits__table .services-table th:last-child,.home-benefits__table .services-table td:last-child {
    border-right: 0 transparent
}

.home-benefits__table .services-table th {
    font-weight: 700;
    line-height: 1em;
    padding: 8px 5px;
    text-align: center;
    color: #404040
}

.home-benefits__table .services-table th:first-child {
    text-align: left;
    padding: 8px 5px 8px 20px
}

.home-benefits__table .services-table td {
    border-top: 1px solid #000;
    padding: 5px
}

.home-benefits__table .services-table td:first-child {
    text-align: left;
    padding: 12px 5px 12px 20px
}

.es .home-benefits__main h2,.de .home-benefits__main h2,.fr .home-benefits__main h2,.it .home-benefits__main h2,.tr .home-benefits__main h2 {
    max-width: 360px
}

@media (max-width: 480px) {
    .es .home-benefits__main h2,.de .home-benefits__main h2,.fr .home-benefits__main h2,.it .home-benefits__main h2,.tr .home-benefits__main h2 {
        font-size:24px;
        max-width: 300px
    }
}

.ru .home-benefits__main h2 {
    max-width: 510px
}

@media (max-width: 480px) {
    .ru .home-benefits__main h2 {
        font-size:24px;
        max-width: 300px
    }
}

.jp .btn-main,.it .btn-main,.tr .btn-main {
    font-size: 22px;
    font-weight: bold;
    padding: 15px
}

@media (max-width: 767px) {
    .jp .btn-main,.it .btn-main,.tr .btn-main {
        font-size:18px
    }
}

.testimonial {
    position: relative;
    padding: 30px 0;
    background: #f1f1f1
}

.testimonial__container {
    text-align: left;
    position: relative;
    z-index: 15
}

.testimonial__container h2 {
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "PT Sans Narrow",sans-serif;
    text-align: center;
    line-height: 1.5em
}

@media (max-width: 480px) {
    .testimonial__container h2 {
        font-size:28px
    }
}

.testimonial__content {
    display: table;
    width: 100%
}

.testimonial__content>div {
    display: table-cell;
    width: 48%;
    vertical-align: top;
    position: relative
}

@media (max-width: 767px) {
    .testimonial__content>div {
        display:block;
        width: 100%;
        padding: 0
    }

    .testimonial__content>div:first-child,.testimonial__content>div:last-child {
        padding: 0 !important
    }
}

.testimonial__content>div:first-child {
    padding: 0 2em 0 0
}

.testimonial__content>div:last-child {
    padding: 0 0 0 1em
}

.testimonial__content>div p {
    color: #000;
    font-family: "Shadows Into Light",cursive;
    position: relative
}

.testimonial__content>div p:last-child {
    text-align: right
}

.testimonial__content>div p span {
    color: #7a7a7a;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding: 0 6px;
    vertical-align: middle
}

.testimonial__content>div .talayna-message {
    padding-left: 120px
}

@media (max-width: 767px) {
    .testimonial__content>div .talayna-message {
        padding-left:0
    }
}

.testimonial__content>div .client-image {
    position: absolute;
    left: 0
}

@media (max-width: 767px) {
    .testimonial__content>div .client-image {
        position:inherit;
        padding: 0 0 15px;
        text-align: center;
        height: auto
    }
}

.apply-greencard-lottery {
    position: relative;
    padding: 30px 0 45px;
    background-color: #fff
}

.apply-greencard-lottery__container {
    text-align: left;
    position: relative;
    z-index: 15
}

.apply-greencard-lottery__container h2 {
    color: #09397a;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "PT Sans Narrow",sans-serif;
    text-align: center;
    line-height: 1.5em
}

@media (max-width: 480px) {
    .apply-greencard-lottery__container h2 {
        font-size:28px
    }
}

.apply-greencard-lottery__content {
    max-width: 900px;
    width: 100%;
    margin: 0 auto
}

.apply-greencard-lottery__content__container {
    display: table;
    width: 100%
}

.apply-greencard-lottery__content__container>div {
    display: table-cell;
    width: 50%;
    vertical-align: top
}

@media (max-width: 767px) {
    .apply-greencard-lottery__content__container>div {
        display:block;
        width: 100%;
        padding: 0
    }
}

.apply-greencard-lottery__content__container>div.now-open {
    text-align: center
}

.apply-greencard-lottery__content__container>div.now-open img {
    width: 90%
}

.apply-greencard-lottery__content__container>div p {
    font-size: 25px;
    color: #09397a;
    font-family: "PT Sans Narrow",sans-serif;
    position: relative
}

@media (max-width: 991px) {
    .apply-greencard-lottery__content__container>div p {
        font-size:20px
    }
}

.apply-greencard-lottery__content__container>div p a,.apply-greencard-lottery__content__container>div p a:active,.apply-greencard-lottery__content__container>div p a:focus {
    color: #09397a;
    text-decoration: underline
}

.apply-greencard-lottery__content__container>div p a:hover {
    color: #09397a;
    text-decoration: none
}

.why-enter-greencard-lottery {
    position: relative;
    padding: 45px 0 60px;
    background-color: #fff;
    border-top: 1px solid #ea1800
}

.why-enter-greencard-lottery__container {
    text-align: left;
    position: relative;
    z-index: 15
}

.why-enter-greencard-lottery__container h2 {
    color: #09397a;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "PT Sans Narrow",sans-serif;
    text-align: left;
    line-height: 1.1em
}

@media (max-width: 991px) {
    .why-enter-greencard-lottery__container h2 {
        font-size:32px
    }
}

@media (max-width: 767px) {
    .why-enter-greencard-lottery__container h2 {
        font-size:28px
    }
}

.why-enter-greencard-lottery__container p {
    color: #09397a;
    font-family: "PT Sans Narrow",sans-serif;
    position: relative
}

@media (max-width: 991px) {
    .why-enter-greencard-lottery__container p {
        font-size:20px
    }
}

.why-enter-greencard-lottery__container p a,.why-enter-greencard-lottery__container p a:active,.why-enter-greencard-lottery__container p a:focus {
    color: inherit;
    text-decoration: underline
}

.why-enter-greencard-lottery__container p a:hover {
    color: inherit;
    text-decoration: none
}

.why-enter-greencard-lottery__content {
    display: table;
    width: 100%
}

.why-enter-greencard-lottery__content>div {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

@media (max-width: 767px) {
    .why-enter-greencard-lottery__content>div {
        display:block;
        width: 100%;
        padding: 0
    }
}

.why-enter-greencard-lottery__content .us-flag {
    text-align: center
}

.why-enter-greencard-lottery__content .us-flag img {
    width: 90%
}

.why-enter-greencard-lottery .btn-main {
    margin-right: 0;
    font-size: 34px;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #0b2f6b;
    background-image: linear-gradient(to bottom, #2d518d 24%, #0b2f6b 100%);
    background-repeat: repeat-x
}

.why-enter-greencard-lottery .btn-main,.why-enter-greencard-lottery .btn-main:active,.why-enter-greencard-lottery .btn-main:focus {
    color: #fff;
    text-decoration: none
}

.why-enter-greencard-lottery .btn-main:hover {
    color: #fff;
    text-decoration: none
}

.why-enter-greencard-lottery .btn-main:hover {
    background-color: #2d518d;
    background-image: linear-gradient(to bottom, #0b2f6b 24%, #2d518d 100%);
    background-repeat: repeat-x
}

@media (max-width: 767px) {
    .why-enter-greencard-lottery .btn-main {
        font-size:24px;
        display: block !important;
        max-width: 400px !important;
        margin: 0 auto 30px !important
    }
}

.jp .why-enter-greencard-lottery .btn-main {
    font-size: 30px
}

@media (max-width: 767px) {
    .jp .why-enter-greencard-lottery .btn-main {
        font-size:21px;
        display: block !important;
        max-width: 400px !important;
        margin: 0 auto 30px !important
    }
}

.ru .why-enter-greencard-lottery .btn-main,.tr .why-enter-greencard-lottery .btn-main,.jp .why-enter-greencard-lottery .btn-main {
    font-size: 24px
}

@media (max-width: 767px) {
    .ru .why-enter-greencard-lottery .btn-main,.tr .why-enter-greencard-lottery .btn-main,.jp .why-enter-greencard-lottery .btn-main {
        font-size:18px;
        display: block !important;
        max-width: 400px !important;
        margin: 0 auto 30px !important
    }
}

@media(max-width: 767px) {
    .home-hero {
        height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-hero__main h1.heading {
        padding-right: 60%;
        text-align: left;
        margin-bottom: 0;
        padding-bottom: 45px
    }
    .home-hero__main h1.heading:before {
        width: 50%;
        height: auto;
        background: url('../images/statue.png') center top no-repeat;
        background-size: contain;
        content: ' ';
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
        top: 0;
    }
}

