@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Lato', sans-serif;
}

body {
    background-color: #FAFEFF;
}

ul.breadcrumb {
    padding: 90px 16px;
    list-style: none;
  }
  
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }
  
  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }
  
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }


.wrapper {
    margin: 0 auto;
    max-width: 1040px;
}

.paragraph {
    padding: 0 120px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #03073C;
}

.red {
    color: #D44B4B;
}

.question {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    color: #121761;
}

.question img {
    margin-left: 8px;
    margin-bottom: 20px;
}

.mainblock {
    margin: 45px 0 136px 0;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 1px 3px 20px rgba(240, 240, 240, 0.8);
    border-radius: 20px;
}

.container {
    margin: 0 auto;
    max-width: 900px;
}

.questnum {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #BDBDBD;
}

hr {
    margin: 35px 0;
    border: 1px solid #F2F2F2;
}

.columns {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
}

.column {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.column1 {
    padding-right: 15px;
}

.column2 {
    padding-left: 15px;
}

label {
    display: inline;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #333333;
    cursor: pointer;
}

input[type=radio] {
    accent-color: #121761;
    width: 22px;
    height: 100%;
    cursor: pointer;
}

.choise {
    padding: 20px 10px 25px 30px;
    display: grid;
    grid-template-columns: 22px 1fr;
    grid-gap: 16px;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    margin-bottom: 12px;
    cursor: pointer;
}

.choise img {
    max-width: 22px;
    max-height: 22px;
    margin-left: 10px;
}

.choise_wrapper {
    display: flex;
}

.further {
    padding: 20px 70px;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background: #D44B4B;
    box-shadow: 2px 2px 5px #F0F0F0;
    border-radius: 10px;
    cursor: pointer;
}

.further:hover {
	background: #FFFFFF;
	color: #D44B4B;
	box-shadow: inset 0 0 0 3px #D44B4B;
}

.buttons {
    display: flex;
    justify-content: flex-end;
}

.progressbar {
    margin: 50px 0;
    height: 5px;
    position: relative;
    background: #E0E0E0;
    border-radius: 10px;
}

.progressbar span {
    display: block;
    height: 100%;
    background-color: #D44B4B;
    border-radius: 10px;
}

.mainblock2 .buttons {
    margin-top: 150px;
}

.textback {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #475658;
    margin-left: 7px;
}

.back {
    border: none;
    background: #FFFFFF;
    margin-right: 40px;
    cursor: pointer;
}

.mainblock3 .buttons {
    margin-top: 240px;
}

.mainblock4 .buttons {
    margin-top: 245px;
}

.mainblock5 .buttons {
    margin-top: 245px;
}

.mainblock6 .buttons {
    margin-top: 150px;
}

.mainblock7 .buttons {
    margin-top: 160px;
}

.mainblock8 .buttons {
    margin-top: 245px;
}

.info {
    margin: 0 auto;
    max-width: 550px;
}

.ready {
    margin-top: 85px;
    margin-bottom: 52px;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    color: #03073C;
}

.download {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 20px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #D44B4B;
    border-radius: 10px;
    border: 1px solid #D44B4B;
    background: #FFFFFF;
    cursor: pointer;
}

.download:hover {
	background: #D44B4B;
	color: #ffffff;
}

.send {
    width: 100%;
    padding: 20px 0;
    background: #D44B4B;
    border: none;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.send:hover {
	background: #FFFFFF;
	color: #D44B4B;
	box-shadow: inset 0 0 0 3px #D44B4B;
}

.getfile {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #475658;
}

.email {
    margin: 20px 0;
    padding: 20px 0 20px 20px;
    width: 100%;
    border: 1px solid #828282;
    border-radius: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #828282;
}

.or {
    margin: 60px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    text-align: center;
}

.arrow-mobile {
    display: none;
}

.arrow {
    width: 55px;
    height: auto;
    position: relative;
    left: 750px;
    bottom: 130px;
}

._hidden {
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        background-color: #FFFFFF;
    }

    .container {
        margin: 0 auto;
        max-width: 700px;
    }
    
    .paragraph {
        padding: 82px 120px 0 120px;
        text-align: center;
        font-weight: 400;
        font-size: 35px;
        line-height: 50px;
    }

    .mainblock {
        margin: 45px 0 136px 0;
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        box-shadow: 1px 3px 20px rgb(255, 255, 255);
        border-radius: 20px;
    }

    .question {
        font-weight: 400;
        font-size: 25px;
        line-height: 35px;
    }

    .ready {
        text-align: center;
        font-weight: 400;
        font-size: 25px;
        line-height: 35px;
    }

    .arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    body {
        background-color: #FFFFFF;
    }

    .container {
        margin: 0 auto;
        max-width: 320px;
    }

    ul.breadcrumb {
        padding: 40px 16px;
        list-style: none;
      }
      
      ul.breadcrumb li {
        display: inline;
        font-size: 16px;
      }

    label {
        font-size: 14px;
    }

    .progressbar {
        display: none;
    }
    
    .progressbar-mobile {
        margin: 17px 0;
        height: 1px;
        position: relative;
        background: #E0E0E0;
        border-radius: 10px;
    }

    .progressbar-mobile span {
        display: block;
        height: 100%;
        background-color: #D44B4B;
        border-radius: 10px;
    }

    .paragraph {
        padding: 42px 60px 0 60px;
        text-align: center;
        font-weight: 400;
        font-size: 25px;
        line-height: 35px;
    }

    hr {
        display: none;
    }    

    .question-img {
        max-width: 17px;
        max-height: 17px;
    }

    .mini-question-img {
        max-width: 12px;
        max-height: 13px;
    }

    .mainblock {
        margin: 0;
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        box-shadow: 1px 3px 20px rgb(255, 255, 255);
    }

    .mainblock1 .buttons, .mainblock2 .buttons, .mainblock3 .buttons, .mainblock4 .buttons, .mainblock5 .buttons, .mainblock6 .buttons, .mainblock7 .buttons, .mainblock8 .buttons  {
        margin-top: 50px;
    }

    .further {
        padding: 10px 44px;
        font-size: 14px;
        font-weight: 400;
        border-radius: 5px;
    }

    .mainblock1 .further {
        margin: 0 0 0 auto;
    }

    .questnum {
        margin-top: 20x;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 26px;
        color: #BDBDBD;
    }

    .question {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
    }

    .ready {
        margin-top: 35px;
        margin-bottom: 26px;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #121761;
        text-align: center;
    }

    .or {
        margin: 26px 0;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #121761;
    }

    .question img {
        max-width: 16px;
        margin-left: 0;
        margin-bottom: 0;
    }    

    .choise {
        padding: 10px;
        grid-template-columns: 10px 1fr;
    }

    .choise img {
        margin-left: 5px;
        max-width: 13px;
        max-height: 13px;
    }

    input[type=radio] {
        accent-color: #121761;
        width: 17px;
        height: 100%;
        cursor: pointer;
    }

    .columns {
        margin: 50px 0;
        display: flex;
        flex-flow: column wrap;
    }

    .column1 {
        padding-right: 0px;
    }
    
    .column2 {
        padding-left: 0px;
    }

    .textback {
        font-size: 12px;
        text-align: center;
        margin-left: 7px;
    }

    .arrow-desktop {
        display: none;
    }

    .arrow-mobile {
        display: inline;
    }

    .buttons {
        justify-content: space-between;
    }

    .arrow {
        display: none;
    }

    .getfile {
        font-size: 14px;
        line-height: 19px;
        padding: 0 50px;
    }

    .download {
        border-radius: 5px;
        padding: 14px 0;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }

    .email {
        margin: 50px 0 20px 0;
        padding: 14px 0 14px 14px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 19px;
        color: #BDBDBD;
    }

    .send {
        padding: 14px 0;
        border-radius: 5px;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
    }
}