.countrypicker {
    background-color: #759af8 !important;
}
section.switcher .switch-wrapper:before {
    content: "";
    position: absolute;
    width: calc(100% - 140px);
    height: calc(200% - 280px);
    border-radius: 50%;
    border: 2px dotted #6c63ff;
    left: 70px;
    top: 70px;
}
@media (min-width: 992px){
section.switcher .switch-control, section.switcher .switch-wrapper {
    display: inline-block;
}
}
section.switcher .switch-wrapper {
    display: none;
    height: 600px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
section.switcher .switch-wrapper .items .item:nth-child(4) {
    right: 20%;
    top: 25%;
    transform: translate(60%,-10%);
}

section.switcher {
    padding-top: 90px;
    padding-bottom: 50px
}

section.switcher .text-header {
    margin-bottom: 16px
}

section.switcher .subtext {
    margin-bottom: 40px
}

section.switcher .switch-wrapper {
    display: none;
    height: 600px;
    background-color: transparent;
    position: relative;
    overflow: hidden
}

section.switcher .switch-wrapper:before {
    content: "";
    position: absolute;
    width: calc(100% - 140px);
    height: calc(200% - 280px);
    border-radius: 50%;
    border: 2px dotted #6c63ff;
    left: 70px;
    top: 70px
}

section.switcher .switch-wrapper .text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%)
}

section.switcher .switch-wrapper .text-wrapper .item-text {
    display: none
}

section.switcher .switch-wrapper .text-wrapper .item-text.tours {
    display: block
}

section.switcher .switch-wrapper .items .item {
    position: absolute;
    display: table;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff
}

section.switcher .switch-wrapper .items .item .img {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all .4s ease-out
}

section.switcher .switch-wrapper .items .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
    transition: all .4s ease-out
}

section.switcher .switch-wrapper .items .item .img:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: 50%;
    background: linear-gradient(0deg, #7ed5f0, #6c63ff);
    z-index: -2;
    transition: all .4s ease-out
}

section.switcher .switch-wrapper .items .item .img:hover:after {
    opacity: .3
}

section.switcher .switch-wrapper .items .item .img:hover:before {
    background: linear-gradient(0deg, #7ed5f0, #6c63ff)
}

section.switcher .switch-wrapper .items .item .img:hover img {
    filter: brightness(0) invert(1)
}

section.switcher .switch-wrapper .items .item .img img {
    max-width: 60px;
    max-height: 60px
}

section.switcher .switch-wrapper .items .item span.name {
    position: absolute;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    font-weight: 500;
    font-size: 17px;
    line-height: 17px
}

section.switcher .switch-wrapper .items .item:first-child {
    left: 0;
    bottom: 0
}

section.switcher .switch-wrapper .items .item:nth-child(2) {
    left: 20%;
    top: 25%;
    transform: translate(-60%, -10%)
}

section.switcher .switch-wrapper .items .item:nth-child(3) {
    left: 50%;
    top: 0;
    transform: translate(-50%)
}

section.switcher .switch-wrapper .items .item:nth-child(4) {
    right: 20%;
    top: 25%;
    transform: translate(60%, -10%)
}

section.switcher .switch-wrapper .items .item:nth-child(5) {
    right: 0;
    bottom: 0
}

section.switcher .switch-control {
    display: none;
    position: relative
}

section.switcher .switch-control .switch-control-imgs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

section.switcher .switch-control .switch-control-imgs .switch-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    width: auto;
    height: 270px;
    transition: all .4s ease-in-out
}

section.switcher .switch-control .switch-control-imgs .switch-text {
    width: 200px
}

section.switcher .mobile .item {
    border: 2px solid #6c63ff;
    border-radius: 5px;
    margin-bottom: 32px;
    padding: 16px
}

section.switcher .mobile .item span.name {
    display: inline-block;
    width: 100%
}

section.switcher .mobile .item .img {
    width: 120px
}

@media (min-width: 992px) {
    section.switcher .switch-control, section.switcher .switch-wrapper {
        display: block
    }

    section.switcher .mobile {
        display: none !important
    }

    section.switcher .text-header {
        margin-bottom: 50px
    }

    section.switcher .subtext {
        display: none
    }
}
