@font-face{

font-family: '16777';

src: url('../fonts/16777.otf');

src: url('../fonts/16777.otf') format('otf'),

url('../fonts/verdana.ttf') format('truetype'),

font-weight: normal;

font-style: normal;

}

*{
    margin: 0;
    padding: 0;
}
h1 {
    font-family: '16777'!important;
}
p {
    font-family: 'verdana';
}
.banner-head {
    background: linear-gradient(rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.21)),url(../img/chicago-690364_1920.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}
.main-title {
    padding: 4% 0;
}
.head-logo {
    padding: 50px 0;
}
.head-logo img {
    width: 11.5%;
}
.title-first h1 {
    font-size: 5rem;
    color: #000;
    margin-bottom: 30px;
}
.title-first p {
    font-size: 20px;
    color: #000;
    text-shadow: 1px 1px 3px white, 0 0 1em white;
    font-weight: bold;
}
.button-checkout {
    padding: 75px 0;
}
.button-checkout>a {
    background: #ff6151;
    color: #fff;
    font-size: 20px;
    padding: 18px 82px;
    border-radius: 20px 0 20px 0;
    letter-spacing: 2px;
}
.button-checkout>a:hover {
    text-decoration: none;
    color: #000;
}
.block-img {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.icon-with-txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.icon-with-txt img {
    width: 50px;
    padding-right: 10px;
}
.text-content p {
    font-size: 14px;
    margin: 0;
}
.article-second {
    display: flex;
    justify-content: space-between;
}
.block-text {
    width: 50%;
    color: #000;
    line-height: 2;
    font-size: 18px;
}
.block-text>p {
    padding: 20px 20px 0 0;
}
.image-frame {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.frame-1 {
    display: flex;
    justify-content: space-between;
}
.frame-1>img {
    width: 48%;
    border-radius: 15px;
}
.column-pic>img {
    width: 100%;
    border-radius: 15px;
    margin-top: 25px;
}
.achievement-title {
    text-align: center;
    padding-top: 50px;
}
.achievement-title h3 {
    font-size: 28px;
}
.achievements-wrapp {
    display: flex;
    justify-content: space-around;
    padding: 50px 0;
}
.achievement-content {
    width: 23%;
    text-align: center;
    box-shadow: 0px 3px 6px 4px #e5e5e5;
    border-radius: 15px;
    padding: 20px;
    font-size: 18px;
}
span.style-font {
    font-family: '16777';
    font-size: 40px;
}
.banner-footer {
    background: url('../img/footer.png');
    background-size: cover;
}
.button-checkout-inversion>a {
    background: #fff;
    color: #000;
    font-size: 20px;
    padding: 18px 82px;
    box-shadow: 0px 0px 10px 0px #ffffff33;
    border-radius: 30px 0% 30px 0%;
    letter-spacing: 2px;
}
.wrapp_input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.wrapp_input input[type="text"],
.wrapp_input input[type="email"],
.wrapp_input input[type="tel"]{
    width: 100%;
    padding: 10px;
    margin: 10px 0 !important;
    border: 1px solid #aeaeae;
    border-radius: 25px;
    outline: none;
}
.wrapp_submit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.wrapp_submit input[type="submit"]{
    padding: 10px 35px;
    margin: 10px 0 0;
    color: #fff;
    background: #ff614f;
    border: none;
    border-radius: 30px;
    outline: none;
}
.iti.iti--allow-dropdown {
    width: 100%;
    margin: 10px 0;
}
button.modal__close {
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    background: transparent;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
}
h3.thanks_message{
    font-size: 20px;
}
p.thanks_message,
h3.thanks_message {
    line-height: 2;
    text-align: center;
}
.button-checkout-inversion>a:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #0000004a;
    background: #ff6151;
}
.footer {
    height: 245px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    padding: 50px 0;
}
.footer h2 {
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.foot-copyright {
    display: flex;
    background: #fff;
    padding: 20px 0;
}
.copyright {
    display: flex;
    justify-content: flex-end;
    align-self: center;
    text-align: center;
    width: 33%;
}
.copyright p {
    margin: 0;
}
.designed {
    align-self: center;
    text-align: center;
    width: 33%;
}
.logotype {
    width: 33%;
}
.logotype img {
    width: 17%;
}
@media screen and (max-width: 1024px) {
    .title-first p {
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 3px 3px black, 0 0 1em black;
    }
    .image-frame {
    padding-top: 80px;
    }
}
@media screen and (max-width: 768px) {
    .title-first p {
    font-size: 16px;
    color: #ffffff;
    text-shadow: 2px 3px 3px black, 0 0 1em black;
    }
    .head-logo {
    padding: 0px 0;
    }
    .block-img {
    padding: 50px 20px;
    }
    .block-text>p {
    padding: 20px 0px;
    }
    .article-second {
    flex-direction: column;
    }
    .block-text {
    width: 100%;
    padding: 0 50px;
    }
    .image-frame {
    width: 90%;
    margin: 0 auto;
    }
    .achievement-content {
    width: 30%;
    padding: 15px;
    font-size: 15px;
    }
}
@media screen and (min-width: 320px) and (max-width: 568px) {
    .head-logo {
    padding: 2px 0;
    }
    .head-logo img {
    width: 30%;
    }
    .title-first h1 {
    font-size: 3rem;
    color: #fff;
    padding: 0 10px;
    }
    .title-first p {
    font-size: 18px;
    color: #fff;
    text-shadow: 2px 3px 3px black, 0 0 1em black;
    padding: 0 10px;
    }
    .button-checkout>a {
    padding: 15px 32px;
    }
    .button-checkout {
    padding: 30px 0;
    }
    .block-img {
    flex-direction: column;   
    }
    .icon-with-txt {
    text-align: center;
    display: block;
    }
    .image-frame {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    }
    .article-second {
    flex-direction: column;
    }
    .achievements-wrapp {
    flex-direction: column;
    padding: 35px 0;
    }
    .achievement-content {
    width: 95%;
    margin: 0 auto;
    }
    .block-text {
    width: 100%;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    }
    .footer {
    padding: 30px 0;
    }
    .button-checkout-inversion>a {
    padding: 15px 32px;
    }
    .footer h2 {
    font-size: 20px;
    }
    .logotype img {
    width: 45%;
    }
    .designed {
    width: 30%;
    }
    .copyright p {
    font-size: 12px;
    }
}