/*
Theme Name: RODION PTE LTD
Author: Ivan Knysh
Author URI: https://www.facebook.com/ivan.knysh.7
Description: WordPress theme - RODION PTE LTD.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:600,900&display=swap');

body,
html {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

.ajax-loader,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    display: none !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.msg {
    position: fixed;
    top: 10px;
    right: 10px;
    border: none;
    background: rgba(57, 143, 20, 0.8);
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    font-weight: 900;
    display: none;
}


.container {
    width: 1600px;
    position: relative;
    display: block;
    margin: auto;
}




.mobile-menu {
    width: 250px;
    background: #242424;
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100%;
    transform: translateX(250px);
    z-index: 2;
    overflow-y: auto;
    transition: 0.3s;
}

.mobile-menu button.closemenu {
    margin-top: 40px;
    margin-right: 17px;
    float: right;
    background: transparent;
    border: none;
}

.menu-active {
    transform: translateX(0);
}

.mobile-menu ul {
    margin-top: 100px;
    text-align: right;
    padding-right: 22px;
}

.mobile-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 20px;
}

.mobile-menu ul li.current_page_item a {
    color: #009245;
}

.mob {
    background: transparent;
    border: none;
    display: none;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

input,
textarea {
    border-radius: 0px;
}

/* header */
header {
    background: #9ce9cb;
    height: 800px;
}

header .slider-header {
    margin-top: 80px;
}

header .slider-header .flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .slider-header .flx .block-1 .bg {}

header .slider-header .flx .block-1 {
    flex-basis: 40%;
    background: url(../images/bg-slider-line.svg) center/contain no-repeat;
}

header .slider-header .flx .block-2 {
    flex-basis: 60%;
    padding-left: 90px;
}

header .slider-header .flx .block-1 img {
    display: block;
    margin: auto;
}

header .slider-header .flx .block-2 h3 {
    color: #333333;
    font-size: 60.5px;
    font-weight: 900;
    letter-spacing: 1.82px;
    margin-bottom: 40px;
}

header .slider-header .flx .block-2 p {
    color: #333333;
    font-size: 18px;
    line-height: 39px;
    letter-spacing: 0.54px;
}

header .slider-header ul.slick-dots {
    width: 45%;
    bottom: inherit;
    top: calc(100% + 50px);
}

header .nav {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .nav ul {
    display: flex;
    text-align: center;
}

header .nav ul li {
    text-align: center;
    display: flex;
}


header .nav ul li a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 30px;
}

header .nav .menu-header ul li a:hover {
    background: url(../images/active-menu.svg) no-repeat;
    background-position: 50% 50%;
}

header .nav ul li:nth-last-child(1) a {
    padding-right: 0px;
}

header .nav .menu-header ul li.current_page_item a {
    background: url(../images/active-menu.svg) no-repeat;
    background-position: 50% 50%;
}

header .nav .menu-pages ul li a:hover {
    background: url(../images/active-menu2.svg) no-repeat;
    background-position: 50% 50%;
}

header .nav .menu-pages ul li.current_page_item a {
    background: url(../images/active-menu2.svg) no-repeat;
    background-position: 50% 50%;
}

header.pages {
    background: #ffffff;
}

header.pages .slider-header .flx .block-1 {
    background: url(../images/bg-slider-line2.svg) center/contain no-repeat;
}

header.pages .slider-header .flx .block-2 h3 {
    font-size: 46px;
}

header.pages .slider-header .flx .block-2 p {
    font-size: 14px;
}

.slick-dots li button:before {
    width: 22px;
    height: 22px;
    color: #ffffff;
    line-height: 22px;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: url(../images/active-slide.png) no-repeat;
    color: transparent;
}

.slick-dots li {
    margin: 0px 100px;
}

.slick-dots li:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 2px;
    top: 50%;
    left: 40px;
    background: #ffffff;
}

.slick-dots li:nth-last-child(1):after {
    display: none;
}


/* bl-1 */
section.bl-1 {
    padding-top: 130px;
    padding-bottom: 50px;
    background: url(../images/bl-1-bg.jpg) no-repeat;
    background-position: 0px 233px;
}

section.bl-1 .container {
    width: 1160px;
}

section.bl-1 .flx {
    display: flex;
    align-items: center;
    margin-bottom: 130px;
}

section.bl-1 .flx .block {
    max-width: 580px;
}

section.bl-1 .flx .content {
    padding-left: 65px;
}

section.bl-1 .flx .content h2 {
    color: #333333;
    font-size: 28.5px;
    font-weight: 900;
    letter-spacing: 0.86px;
    margin-bottom: 40px;
}

section.bl-1 .flx .content p {
    color: #333333;
    font-size: 14px;
    line-height: 28.5px;
    letter-spacing: 0.42px;
}

section.bl-1 .flx .content .more {
    position: relative;
}

section.bl-1 .flx .content a {
    width: 150px;
    height: 50px;
    background-image: linear-gradient(57deg, #009245, #61b637);
    font-size: 16px;
    display: block;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.48px;
    margin-top: 40px;
    font-weight: 900;
}

section.bl-1 .flx .content a:after {
    background: url(../images/btn-active.png) no-repeat;
    width: 150px;
    height: 50px;
    position: absolute;
    content: "More";
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: 0.3s;
}

section.bl-1 .flx .content a:hover:after {
    opacity: 1;
    transition: 0.3s;
}

section.bl-1 .flx:nth-child(even) {
    flex-direction: row-reverse;
}

section.bl-1 .flx:nth-child(even) .content {
    padding-left: 0px;
    padding-right: 65px;
}


/* Footer */
footer {
    background: #f0f1f0;
}

footer .flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 105px;
}

footer .flx .contacts {
    text-align: right;
}

footer .flx .contacts a {
    color: #25242f;
    font-size: 16px;
    letter-spacing: 0.48px;
    text-decoration: none;
    display: table;
    margin-left: auto;
    margin-bottom: 15px;
}

footer .flx .contacts p {
    color: #818592;
    font-size: 14px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}


/* computer-components */
section.computer-components {
    padding-bottom: 80px;
    background: url(../images/bl-1-bg.jpg) no-repeat;
    background-position: 0px 233px;
}

section.computer-components .block {
    margin-bottom: 50px;
}

section.computer-components .block img {
    margin-bottom: 55px;
    width: 100%;
    box-shadow: 0px 13px 32px 0 rgba(51, 51, 51, 0.1);
}

section.computer-components .block h3 {
    color: #333333;
    font-size: 28.5px;
    font-weight: 900;
    letter-spacing: 0.86px;
    padding-left: 100px;
}


/* Contact */
header.contact {
    height: 700px;
}

header.contact .content {
    max-width: 580px;
    display: block;
    margin: 130px auto 0px auto;
    background: url(../images/bg-slider-line2.svg) center/contain no-repeat;
    padding: 30px 0px;
}

header.contact .content h2 {
    text-align: center;
    color: #333333;
    font-size: 46.5px;
    font-weight: 900;
    letter-spacing: 1.4px;
    margin-bottom: 85px;
}

header.contact .content h3 {
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
    font-size: 25px;
    letter-spacing: 0.75px;
}

header.contact .content p {
    text-align: center;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.75px;
    line-height: 35px;
}

section.contact {
    padding-bottom: 130px;
}

section.contact h2 {
    text-align: center;
    color: #333333;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 40px;
}

section.contact p {
    text-align: center;
    color: #333333;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 65px;
}

.form-block {
    max-width: 740px;
    display: block;
    margin: auto;
}

.form-block .flx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-block .flx .block {
    width: calc(50% - 20px);
}

.form-block input[name="your-name"],
.form-block input[name="phone"] {
    width: calc(100% - 22px);
    height: 60px;
    border: solid 1px #c4c4c4;
    padding-left: 20px;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}

.form-block input[name="email"] {
    width: calc(100% - 22px);
    height: 60px;
    border: solid 1px #c4c4c4;
    padding-left: 20px;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}

.form-block textarea[name="message"] {
    width: calc(100% - 24px);
    height: 150px;
    border: solid 1px #c4c4c4;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}

.form-block input[type="submit"] {
    width: 150px;
    height: 50px;
    background-image: linear-gradient(57deg, #009245, #61b637);
    font-size: 16px;
    display: block;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.48px;
    margin-top: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    border: none;
    margin: 35px auto 0px;
}

::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

.wpcf7-not-valid {
    border: 1px solid #be2525 !important;
}


/* Media Query */
@media (min-width: 1216px) {
    .container {
        width: 1200px;
    }

    header .slider-header .flx .block-1 img {
        height: 300px;
    }

    header .slider-header .flx .block-2 h3 {
        font-size: 50px;
    }

    header .slider-header .flx .block-2 p {
        font-size: 16px;
        line-height: 33px;
    }

    header .slider-header ul.slick-dots {
        width: 100%;
    }

    header {
        height: auto;
        padding-bottom: 100px;
    }

    section.bl-1 .container {
        width: 1200px;
    }

    header.pages .slider-header .flx .block-2 h3 {
        font-size: 40px;
    }
}

@media (max-width: 1215px) {
    .container {
        width: 800px;
    }

    header .slider-header .flx {
        flex-wrap: wrap;
    }

    header .slider-header .flx .block-1 {
        margin-bottom: 50px;
    }

    header .slider-header .flx .block-1,
    header .slider-header .flx .block-2 {
        flex-basis: 100%;
    }

    header .slider-header .flx .block-2 {
        padding-left: 0px;
    }

    header .slider-header .flx .block-2 h3,
    header .slider-header .flx .block-2 p {
        text-align: center;
    }

    section.bl-1 .container {
        width: 800px;
    }

    section.bl-1 .flx {
        flex-wrap: wrap;
    }

    section.bl-1 .flx .block {
        width: 100%;
        max-width: 100%;
    }

    section.bl-1 .flx .block img {
        display: block;
        margin: 0px auto 50px;
    }

    section.bl-1 .flx .content {
        padding-left: 0px;
    }

    section.bl-1 .flx .content h2,
    section.bl-1 .flx .content p {
        text-align: center;
    }

    section.bl-1 .flx .content a {
        margin: 40px auto 0px;
    }

    header .nav ul li a {
        padding: 15px 25px;
    }

    section.bl-1 .flx .content a:after {
        transition: inherit;
    }

    section.bl-1 .flx .content a:hover:after {
        left: 50%;
        transform: translateX(-50%);
        transition: inherit;
    }
}

@media (max-width: 820px) {

    .container,
    section.bl-1 .container {
        width: 100%;
    }

    header .nav {
        padding: 25px 15px 0px 15px;
    }

    header .nav ul {
        display: none;
    }

    .mob {
        display: block;
    }

    .mobile-menu ul li a {
        font-size: 15px;
    }

    header .slider-header .flx .block-1 img {
        width: 100%;
        height: auto;
    }

    header .slider-header {
        padding: 0px 20px;
    }

    header .slider-header .flx .block-2 h3 {
        font-size: 30px;
    }

    .slick-dots li:after {
        width: 35px;
    }

    .slick-dots li {
        margin: 0px 35px;
    }

    header .slider-header ul.slick-dots {
        left: 50%;
        transform: translateX(-50%);
    }

    section.bl-1 .flx .block img {
        width: 100%;
    }

    section.bl-1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    section.bl-1 .flx .content {
        padding: 0px 15px;
    }

    section.bl-1 .flx:nth-child(even) .content {
        padding: 0px 15px;
    }

    footer {
        padding: 30px 15px;
    }

    footer .flx {
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
    }

    footer .flx .logo {
        width: 100%;
    }

    footer .flx .logo img {
        display: block;
        margin: 0px auto 30px;
    }

    footer .flx .contacts {
        text-align: center;
    }

    footer .flx .contacts a {
        margin: 0px auto 20px;
    }

    header.pages .slider-header .flx .block-2 h3 {
        font-size: 30px;
    }

    section.computer-components .block h3 {
        padding: 0px 20px;
        text-align: center;
        font-size: 23px;
    }

    section.computer-components .block img {
        margin-bottom: 25px;
    }

    section.computer-components {
        padding-bottom: 50px;
    }

    header.contact .content h2 {
        font-size: 30px;
    }

    header.contact .content {
        margin-top: 50px;
        padding: 30px 15px;
    }

    header.contact .content h2 {
        margin-bottom: 35px;
    }

    header.contact .content h3 {
        margin-bottom: 20px;
    }

    header.contact {
        height: auto;
        padding-bottom: 100px;
    }

    section.contact h2 {
        font-size: 35px;
    }

    .form-block .flx .block {
        width: 100%;
    }

    section.contact {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.block-desc {
	padding: 15px;
	line-height: 2;
	text-indent: 40px;
}
.custom-list {
	list-style: disc;
	padding-left: 55px;	
	line-height: 1.5;
	margin-top: -10px;
}